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

1 2 3 4 5 6 Next › Last »

emgaron commented on 2024-05-09 10:46 (UTC)

On an up-to-date system, makepkg fails with:

gtkam-save.c: In function ‘save_file’:
gtkam-save.c:302:25: error: format not a string literal and no format arguments [-Werror=format-security]
  302 |                         dialog = gtkam_error_new (GP_ERROR_FILE_EXISTS, NULL, GTK_WIDGET (save), msg);
      |                         ^~~~~~
[...]
mv -f .deps/libgtkam_a-gtkam-status.Tpo .deps/libgtkam_a-gtkam-status.Po
cc1: some warnings being treated as errors
make[2]: *** [Makefile:950: libgtkam_a-gtkam-save.o] Error 1
make[2]: Leaving directory '/usr/local/aux/AUR/gtkam/src/gtkam-1.0/src'
make[1]: *** [Makefile:603: all-recursive] Error 1
make[1]: Leaving directory '/usr/local/aux/AUR/gtkam/src/gtkam-1.0'
make: *** [Makefile:466: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

penguin_arch commented on 2017-10-21 00:07 (UTC) (edited on 2017-10-22 18:16 (UTC) by penguin_arch)

I concluded to install: First: dependencies need to be installed. So simply : Try to install gtkam from aur to be sure that all dependencies are installed. When installer stops because of cheksum fail,stop installer and proceed as follow: download package : http://downloads.sourceforge.net/project/gphoto/gtkam/1.0/gtkam-1.0.tar.gz from terminal tar xzf gtkam-1.0.tar.gz then enter inside gtkam-1.0 directory cd ~/gtkam-1.0 ./configure make sudo make install done!

Plexcon commented on 2017-08-19 10:02 (UTC)

Preparando... Resolviendo dependencias... Comprobando conflictos entre paquetes... Descargando... Descargando perl-xml-parser-2.44-4-x86_64.pkg.tar.xz... Descargando intltool-0.51.0-3-any.pkg.tar.xz... Verificando claves en la base de datos... Verificando la integridad de los paquetes... Cargando archivos de paquetes... Verificando conflictos entre paquetes... Comprobando espacio disponible en el disco... Instalando perl-xml-parser (2.44-4)... Instalando intltool (0.51.0-3)... Ejecutando rutinas post-operación... Arming ConditionNeedsUpdate... Construyendo libexif-gtk... Cloning into 'libexif-gtk'... fatal: unable to access 'https://aur.archlinux.org/libexif-gtk.git/': Failed to connect to aur.archlinux.org port 443: Expiró el tiempo de conexión

jerome2016 commented on 2016-08-30 12:09 (UTC)

same problem than karhu. So i'm going to find the public GPG key on servers and find it. BUT this key is NOT trusted. Impossible to install/update gtkam.

karhu commented on 2016-08-25 09:21 (UTC)

Hi I get this message when I try to update from 0.2.0-2 to 1.0-1 : ==> Vérification des signatures des fichiers sources grâce à gpg... gtkam-1.0.tar.gz ... ÉCHEC (Clef publique inconnue 2209D6902F969C95) Now I changed the version without PKGBUILD and "the unknown public key", just manually.

perseus commented on 2014-12-26 13:31 (UTC)

Thanks valr - I had just made the symlink, but will rebuild

valr commented on 2014-12-26 13:27 (UTC)

@perseus: you have to rebuild gtkam

valr commented on 2014-09-25 20:00 (UTC)

@nbvcxz: dependency added, intltool was missing as makedepends. perl-xml-parser is a dependency of intltool. thanks for reporting.

nbvcxz commented on 2014-09-21 11:37 (UTC)

Noticed perl-xml-parser is still missing in makedepends. Could you correct it?