Package Details: gtkam 1.0-2

Git Clone URL: https://aur.archlinux.org/gtkam.git (read-only, click to copy)
Package Base: gtkam
Description: A GTK frontend for libgphoto2
Upstream URL: http://gphoto.sourceforge.net/proj/gtkam
Licenses: GPL
Submitter: ilpianista
Maintainer: bidulock
Last Packager: bidulock
Votes: 84
Popularity: 0.000000
First Submitted: 2010-11-13 15:01 (UTC)
Last Updated: 2017-11-19 05:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

valr commented on 2012-06-05 09:00 (UTC)

It looks like a perl problem, not a gtkam one: http://comments.gmane.org/gmane.linux.arch.general/35467 https://bbs.archlinux.org/viewtopic.php?id=142586

zwastik commented on 2012-06-05 05:21 (UTC)

patching file src/Makefile.am patching file configure.ac Hunk #1 succeeded at 86 with fuzz 1. patching file configure.ac patching file src/Makefile.am patching file test/Makefile.am Perl API version v5.14.0 of threads does not match v5.16.0 at /usr/share/perl5/core_perl/XSLoader.pm line 92. Compilation failed in require at /usr/share/automake-1.12/Automake/ChannelDefs.pm line 23. BEGIN failed--compilation aborted at /usr/share/automake-1.12/Automake/ChannelDefs.pm line 26. Compilation failed in require at /usr/share/automake-1.12/Automake/Configure_ac.pm line 27. BEGIN failed--compilation aborted at /usr/share/automake-1.12/Automake/Configure_ac.pm line 27. Compilation failed in require at /usr/bin/aclocal line 38. BEGIN failed--compilation aborted at /usr/bin/aclocal line 38. autoreconf: aclocal failed with exit status: 255

valr commented on 2012-05-25 19:06 (UTC)

Package fixed. It seems that autotools go crazy with when generating the Makefile: GTK_LIBS became GTKAM_LIBS => package modified to avoid the problem. And no, no, no, I will not debug automake :)

valr commented on 2012-05-24 21:54 (UTC)

Temporary workaround to build gtkam is to run makepkg like this: LIBS="-lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lglib-2.0 -lgobject-2.0" makepkg

valr commented on 2012-05-09 21:46 (UTC)

Yep, same problem. I see the origin but don't get the solution yet. I'll continue tomorrow.

FiX commented on 2012-05-07 13:52 (UTC)

Can't build: libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -Wall -g -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o gtkam gtkam-gtkam-debug.o gtkam-gtkam-exif.o gtkam-gtkam-main.o gtkam-main.o libgtkam.a -lexif-gtk /usr/lib/libgphoto2.so /usr/lib/libgphoto2_port.so -lltdl -lpthread -lm -lexif /usr/bin/ld: libgtkam.a(libgtkam_a-gtkam-save.o): undefined reference to symbol 'gtk_adjustment_get_type' /usr/bin/ld: note: 'gtk_adjustment_get_type' is defined in DSO /usr/lib/libgtk-x11-2.0.so.0 so try adding it to the linker command line /usr/lib/libgtk-x11-2.0.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[2]: *** [gtkam] Error 1 make[2]: *** Waiting for unfinished jobs.... libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -Wall -g -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o gtkam-gimp gtkam_gimp-gtkam-gimp.o libgtkam.a -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lexif-gtk /usr/lib/libgphoto2.so /usr/lib/libgphoto2_port.so -lltdl -lpthread -lm -lexif /usr/bin/ld: warning: libpng14.so.14, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/../../../../lib/libexif-gtk.so, not found (try using -rpath or -rpath-link) make[2]: Leaving directory `/tmp/yaourt-tmp-fix/aur-gtkam/src/gtkam-0.1.18/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-fix/aur-gtkam/src/gtkam-0.1.18' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gtkam. ==> Restart building gtkam ? [y/N]

Spider.007 commented on 2012-04-09 14:13 (UTC)

Doesn't build for me unless i update the package method in the PKGBUILD: package() { cd "${srcdir}/${pkgname}-${pkgver}" + mkdir -p $pkgdir/usr/share/gtkam/pixmaps make DESTDIR=${pkgdir} install sed -i -e 's/^_//' "${pkgdir}/usr/share/applications/gtkam.desktop" } ALSO this package has an unlisted dependency on libpng14

valr commented on 2012-03-04 20:22 (UTC)

Horrible solution. Really.