@t0mab I just pushed a patch, should resolve the issue.
Search Criteria
Package Details: gtkpod 2.1.5-7
Git Clone URL: | https://aur.archlinux.org/gtkpod.git (read-only, click to copy) |
---|---|
Package Base: | gtkpod |
Description: | A platform independent GUI for Apple's iPod using GTK3 |
Upstream URL: | https://sourceforge.net/projects/gtkpod/ |
Licenses: | |
Submitter: | Barthalion |
Maintainer: | bakerty |
Last Packager: | bakerty |
Votes: | 12 |
Popularity: | 0.122804 |
First Submitted: | 2018-01-05 20:15 |
Last Updated: | 2020-09-19 19:00 |
Dependencies (20)
- awk (gawk-git, gawk)
- clutter-gtk
- curl (curl-git, curl-minimal-git)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- gst-plugins-base-libs (gst-plugins-base-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libanjuta
- libdiscid
- libgpod
- libid3tag
- libmusicbrainz5
- faad2 (faad2-git) (make)
- flex (flex-git) (make)
- intltool (make)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer) (make)
- faad2 (faad2-git) (optional) – m4a conversion support
- id3v2 (optional) – mp3 conversion support
- libmp4v2 (optional) – MP4/h264 support
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer) (optional) – OGG support
- vorbis-tools (vorbis-tools-git) (optional) – OGG support
Required by (0)
Sources (2)
bakerty commented on 2020-09-19 19:01
t0mab commented on 2020-09-19 07:37
/usr/bin/ld: .libs/libsjcd_la-sj-main.o:(.bss+0x80): multiple definition of
`sjcd_plugin'; .libs/libsjcd_la-plugin.o:(.bss+0x0): first defined here
/usr/bin/ld: .libs/libsjcd_la-sj-prefs.o:(.bss+0x50): multiple definition of
`sjcd_plugin'; .libs/libsjcd_la-plugin.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:645 : libsjcd.la]
If someone got a clue so that I could compile it again.
bakerty commented on 2020-09-05 01:17
@Raymo111 I have no experience maintaining packages but I'll give it a try
Raymo111 commented on 2020-09-05 00:29
@bakerty care to take ownership and update it? I don't even have an iOS device anymore.
bakerty commented on 2020-09-05 00:21
Made some small code tweaks which fixed the compile problems for me. Source is linked here.
miken commented on 2020-08-31 19:13
I had to recompile gtkpod and ran into issues. I did get it resolved and thought I would post it here in case it benefits someone else. I was able to compile without error after downgrading make, gcc and gcc-libs.
JohnRobson commented on 2020-08-21 03:05
usr/bin/ld: .libs/autodetection.o:(.bss+0x40): multiple definition of `gtkpod_app'; .libs/gtkpod_app_iface.o:(.bss+0x40): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:554: libgtkpod.la] Error 1
make[2]: Leaving directory '/tmp/yay/gtkpod/src/gtkpod-2.1.5/libgtkpod'
make[1]: *** [Makefile:586: all-recursive] Error 1
make[1]: Leaving directory '/tmp/yay/gtkpod/src/gtkpod-2.1.5'
make: *** [Makefile:473: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error making: %!s(func() string=0x56541b318410)
Raymo111 commented on 2020-06-15 17:20
@blp92 Haha upstream hasn't updated in 5 years and they're ignoring my questions. I'm considering bringing the repo to GitHub and trying to fix some of the many issues. Stay tuned. In the meantime I hate to say this but try spinning up a Windows VM and installing iTunes there :/
blp92 commented on 2020-06-15 15:54
@Raymo111 any luck with this? I lost my music collection when my computer died and now my iPod is the only place that has all of the files. I can't find a way to import on Manjaro yet. Strawberry seems like a great player but it doesn't have the functionality. I get the same error as @JohnRobson when I try to install via yay, have yet to try makepkg -si but I doubt I will if you get the same error
Raymo111 commented on 2020-05-19 02:04
@Rhinoceros Haha I see. I guess I'll pick it up and see what I can do. ¯_(ツ)_/¯
Pinned Comments
bakerty commented on 2020-09-05 00:21
Made some small code tweaks which fixed the compile problems for me. Source is linked here.