Package Details: gpg-crypter 0.4.1-5

Git Clone URL: https://aur.archlinux.org/gpg-crypter.git (read-only, click to copy)
Package Base: gpg-crypter
Description: A graphical front-end to GnuPG (GPG) using the GTK3 toolkit and libgpgme
Upstream URL: https://gpg-crypter.sourceforge.net
Keywords: gnupg gpg gpgme gtk gtk3 gui
Licenses: GPL-2.0-or-later
Submitter: Dragonlord
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-08 17:52 (UTC)
Last Updated: 2024-09-21 20:16 (UTC)

Latest Comments

je-vv commented on 2024-09-21 22:47 (UTC)

Thanks a lot @vitaliikuzhdin ! Couldn't have guessed autogen was missing, very nice catch !

vitaliikuzhdin commented on 2024-09-21 20:17 (UTC)

@je-vv, fixed.

je-vv commented on 2024-09-09 20:37 (UTC)

Fails to build:

gcc  -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -f
no-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o gpg-
crypter callbacks.o gpg-crypter.o crypto-operations.o file-operations.o edit-operations.o error-dialogs.o -lgtk-3 -lgdk-3 -lz -lharfbuzz -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo -lcair
o-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lglib-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
/usr/bin/ld: /tmp/cc0qHiBL.ltrans0.ltrans.o: in function `gpg_exit':
<artificial>:(.text+0x1645): undefined reference to `gpgme_set_passphrase_cb'
/usr/bin/ld: <artificial>:(.text+0x1651): undefined reference to `gpgme_release'
/usr/bin/ld: /tmp/cc0qHiBL.ltrans0.ltrans.o: in function `gpg_select_key':
<artificial>:(.text+0x1a09): undefined reference to `gpgme_op_keylist_start'
/usr/bin/ld: <artificial>:(.text+0x1a1d): undefined reference to `gpgme_op_keylist_next'
/usr/bin/ld: <artificial>:(.text+0x1a54): undefined reference to `gpgme_strerror'
/usr/bin/ld: <artificial>:(.text+0x1aa4): undefined reference to `gpgme_strerror'
/usr/bin/ld: /tmp/cc0qHiBL.ltrans0.ltrans.o: in function `on_key_combo_box_changed':
<artificial>:(.text+0x1afe): undefined reference to `gpgme_op_keylist_start'
/usr/bin/ld: <artificial>:(.text+0x1b12): undefined reference to `gpgme_op_keylist_next'
/usr/bin/ld: <artificial>:(.text+0x1b44): undefined reference to `gpgme_strerror'
/usr/bin/ld: <artificial>:(.text+0x1b8c): undefined reference to `gpgme_strerror'
/usr/bin/ld: /tmp/cc0qHiBL.ltrans0.ltrans.o: in function `gpg_init':
<artificial>:(.text+0x1c35): undefined reference to `gpgme_check_version_internal'
/usr/bin/ld: <artificial>:(.text+0x1c4c): undefined reference to `gpgme_set_locale'
/usr/bin/ld: <artificial>:(.text+0x1c69): undefined reference to `gpgme_set_locale'
/usr/bin/ld: <artificial>:(.text+0x1c71): undefined reference to `gpgme_engine_check_version'

...

/usr/bin/ld: <artificial>:(.text+0x3bc2): undefined reference to `gpgme_data_release'
/usr/bin/ld: <artificial>:(.text+0x3c0c): undefined reference to `gpgme_strerror'
/usr/bin/ld: <artificial>:(.text+0x3c8b): undefined reference to `gpgme_strerror'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:308: gpg-crypter] Error 1
make[2]: Leaving directory '/home/vasqueja/.pkgs/src/laur/gpg-crypter/src/gpg-crypter-0.4.1/src'
make[1]: *** [Makefile:327: all-recursive] Error 1
make[1]: Leaving directory '/home/vasqueja/.pkgs/src/laur/gpg-crypter/src/gpg-crypter-0.4.1'
make: *** [Makefile:267: all] Error 2