On the latest version, after installing, it crashes after ~1 second stating " buffer overflow detected : terminated"
Search Criteria
Package Details: gtkpod 2.1.5-8
Package Actions
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: | GPL |
Submitter: | Barthalion |
Maintainer: | bakerty |
Last Packager: | bakerty |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-05 20:15 (UTC) |
Last Updated: | 2024-01-31 19:51 (UTC) |
Dependencies (20)
- awk (gawk-gitAUR, busybox-coreutilsAUR, gawk)
- clutter-gtk
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- flac (flac-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libanjutaAUR
- libdiscid
- libgpod
- libid3tag (libid3tag-gitAUR)
- libmusicbrainz5
- faad2 (faad2-gitAUR) (make)
- flex (flex-gitAUR) (make)
- intltool (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- faad2 (faad2-gitAUR) (optional) – m4a conversion support
- id3v2 (optional) – mp3 conversion support
- libmp4v2 (optional) – MP4/h264 support
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (optional) – OGG support
- vorbis-tools (vorbis-tools-gitAUR) (optional) – OGG support
Required by (0)
Sources (2)
ieee802dot11ac commented on 2024-04-30 18:51 (UTC)
troncoso commented on 2024-02-01 19:09 (UTC)
@ian_eo I do encounter "segmentation fault (core dumped) gtkpod" when selecting my old 1st generation iPod nano, but there's no problem with my newer 5th generation iPod nano. To manage the former, I use gtkpod on a Xubuntu 18 virtual machine, on which I also run a couple of old applications that don't run well on newer systems.
troncoso commented on 2024-02-01 18:56 (UTC)
@cameronmckay @bakerty Thanks for the fix. Now the package builds ok.
bakerty commented on 2024-01-31 19:57 (UTC)
@cameronmckay thanks for the fix, the change has been pushed
cameronmckay commented on 2024-01-31 16:46 (UTC)
@troncoso I went into libgtkpod/misc.c and added #include <libxml/parser.h>
which fixed my compilation issues.
troncoso commented on 2024-01-01 19:41 (UTC) (edited on 2024-01-01 19:43 (UTC) by troncoso)
I get this error when I try to build the package:
misc.c: In function 'gtkpod_shutdown':
misc.c:1801:5: error: implicit declaration of function 'xmlCleanupParser' [-Werror=implicit-function-declaration]
1801 | xmlCleanupParser();
| ^~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [Makefile:608: misc.lo] Error 1
make[2]: Leaving directory '/home/pepe/.config/trizen/sources/gtkpod/src/gtkpod-2.1.5/libgtkpod'
make[1]: *** [Makefile:586: all-recursive] Error 1
make[1]: Leaving directory '/home/pepe/.config/trizen/sources/gtkpod/src/gtkpod-2.1.5'
make: *** [Makefile:473: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
:: Unable to build gtkpod - makepkg exited with code: 4
Any suggestions?
ian_eo commented on 2023-10-05 00:33 (UTC) (edited on 2023-10-05 00:34 (UTC) by ian_eo)
i tried syncing my music multiple times and I notice that whenever there is an artist that has a special characters in the filename or in ID3tags, gtkpod crashes when it reloads and you click the ipod(all your music) or the playlist where this mp3's are placed. I hope someone can figure out what we can install or do. Tried multiple managers but gtkpod really does the job better.
sample characters are: å Æ Ø
zobi8225 commented on 2023-10-03 08:05 (UTC)
@ian_eo : yea, the app don't works for me. But i have read somewhere the ipod nano 6 is not realy compliant.
ian_eo commented on 2023-10-02 23:01 (UTC) (edited on 2023-10-03 18:34 (UTC) by ian_eo)
does anyone encounter "segmentation fault (core dumped) gtkpod" when selecting the ipod or a playlist?
im using ipod video 5.5 gen
bakerty commented on 2023-10-02 01:52 (UTC)
@zobi8225 You're correct that bison
is a dependency. However, it is included in the base-devel
meta-package, and according to the arch wiki:
The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.
byacc
doesn't seem to be needed since we are using bison
Pinned Comments
bakerty commented on 2020-09-05 00:21 (UTC)
Made some small code tweaks which fixed the compile problems for me. Source is linked here.