From flynnth at ornl.gov Mon Sep 12 15:46:17 2005 From: flynnth at ornl.gov (Flynn, Toby H.) Date: Mon Sep 12 17:38:28 2005 Subject: compile issue Message-ID: I am attempting to build gpa 0.7 on a solaris 10 x86 machine. I have downloaded, built and installed gnupg, gpg-error, and gpgme. When trying to build gpa a get the following error gcc -g -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include -Wall -o gpa gpa.o gpawindowkeeper.o gtktools.o helpmenu.o icons.o gpawidgets.o fileman.o filesigndlg.o encryptdlg.o verifydlg.o keyring.o ownertrustdlg.o keysigndlg.o keygendlg.o keygenwizard.o qdchkpwd.o keyeditdlg.o expirydlg.o keydeletedlg.o keylist.o siglist.o gpasubkeylist.o gpawizard.o gpapastrings.o gpa_license.o keyserver.o w32reg.o simple-gettext.o hidewnd.o keytable.o gpgmetools.o gpgmeedit.o server_access.o settingsdlg.o passwddlg.o gpacontext.o gpaprogressdlg.o gparecvkeydlg.o gpaoperation.o gpafileop.o gpafiledecryptop.o gpafileencryptop.o gpafilesignop.o gpafileverifyop.o gpakeyop.o gpakeydeleteop.o gpakeysignop.o gpakeytrustop.o gpakeyexpireop.o gpakeypasswdop.o gpaexportop.o gpaexportfileop.o gpaexportclipop.o gpaexportserverop.o gpaimportop.o gpaimportfileop.o gpaimportclipop.o gpaimportserverop.o gpagenkeyop.o gpagenkeyadvop.o gpagenkeysimpleop.o gpabackupop.o gpakeyselector.o options.o ../intl/libintl.a -lz -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -L/usr/local/lib -lgpgme -L/usr/local/lib -lgpg-error Undefined first referenced symbol in file gpgme_pubkey_algo_name keyring.o gpgme_op_encrypt_sign_start gpafileencryptop.o gpgme_set_progress_cb gpacontext.o gpgme_signers_clear gpgmeedit.o gpgme_key_unref verifydlg.o gpgme_op_decrypt_start gpafiledecryptop.o gpgme_op_encrypt_start gpafileencryptop.o gpgme_op_edit_start gpgmeedit.o gpgme_op_delete_start gpakeydeleteop.o gpgme_key_get_string_attr keysigndlg.o gpgme_get_key verifydlg.o gpgme_op_import_start gpaimportop.o gpgme_data_new_from_file gpgmetools.o gpgme_op_keylist_end keyring.o gpgme_data_read gpgmetools.o gpgme_set_passphrase_cb gpgmetools.o gpgme_get_passphrase_cb gpgmeedit.o gpgme_set_io_cbs gpacontext.o gpgme_op_genkey_start gpgmetools.o gpgme_op_keylist_next options.o gpgme_release gpacontext.o gpgme_op_verify_start gpafileverifyop.o gpgme_signers_add gpgmeedit.o gpgme_data_new_from_mem gpaimportclipop.o gpgme_set_armor gpafileencryptop.o gpgme_get_armor gpafileencryptop.o gpgme_op_genkey_result gpagenkeyadvop.o gpgme_op_export_ext_start gpaexportop.o gpgme_op_verify_result gpafileverifyop.o gpgme_check_version gpa.o gpgme_op_import_result gpaimportop.o gpgme_data_new_from_fd gpgmetools.o gpgme_data_release gpgmeedit.o gpgme_op_keylist_start keyring.o gpgme_op_sign_start gpafilesignop.o gpgme_key_get_ulong_attr gpawidgets.o gpgme_get_engine_info gpgmetools.o gpgme_set_keylist_mode keyring.o gpgme_get_keylist_mode keyring.o gpgme_strerror gpgmetools.o gpgme_data_rewind gpgmetools.o gpgme_new gpgmetools.o gpgme_data_new gpgmeedit.o gpgme_key_ref keyeditdlg.o ld: fatal: Symbol referencing errors. No output written to gpa collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `gpa' Current working directory /home/fy9/Downloads/gpa-0.7.0/src *** Error code 1 The following command caused the error: set fnord $MAKEFLAGS; amf=$2; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='m4 intl src po pixmaps'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' If i install prebuilt packages for gpgme Ican compile pga built it will not run do to library problems with the prebuilt gpgme. I have tried both the 1.0.3 and 1.0.1 versions of gpgme. Does anyone know why I am getting this error? From marcus.brinkmann at ruhr-uni-bochum.de Mon Sep 12 21:02:14 2005 From: marcus.brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: Mon Sep 12 21:05:08 2005 Subject: [patch] Don't add PTH include path to gpgme's CFLAGS globally In-Reply-To: <200508292050.00477.lofi@freebsd.org> References: <200508081954.13221.lofi@freebsd.org> <87y86l2boo.wl@ulysses.g10code.de> <200508292050.00477.lofi@freebsd.org> Message-ID: <87d5nem7nt.wl%marcus.brinkmann@ruhr-uni-bochum.de> At Mon, 29 Aug 2005 20:49:54 +0200, Michael Nottebrock wrote: > > > The attached patch changes gpgme's global configure template and the > > > Makefile template in gpgme/gpgme so that PTH_CFLAGS are only added to the > > > include path where needed. The patch should apply to both the latest > > > gpgme in CVS and gpgme 1.0.x. > > > > Does the patch work? > > From your interpretation of the problem, a > > compile error should occur in ath-pthread-compat.c, because it will > > pick up the pth supplied header file rather than the system header > > file. > > It's been a while - I tend to agree that ath-pthread-compat.c should fail as > well, but for some reason it apparently doesn't. Yeah, ok :) I have now killed the whole ath*-compat.c stuff, which was deprecated since version 0.4.3 anyway, and put the PTH CFLAGS for the pth version of the library only. This should fix the problem once and for all. Let me know if there are still any glitches with it. Thanks, Marcus From garysaved at frontiernet.net Fri Sep 16 23:29:11 2005 From: garysaved at frontiernet.net (Gary Graham) Date: Sat Sep 17 01:21:58 2005 Subject: GPA Message-ID: <432B3927.3060906@frontiernet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a few questions about GPA. 1. It does not matter which server I pick from the list, none of them will work. I get an 'Internal server error' every time, or it just does nothing till I force it to end. Is this a known problem? 2. Is it supposed to work with gpg-agent? There is no way to check the status of gpg-agent, or to make any changes to its settings. I hear it can be locked in memory. How would this be done? 3. I do not see a way to refresh keys. That would be a nice option. 4. If I try to send mail from Mozilla/Thunderbird/Enigmail with it using gpg-agent, it aborts saying 'gpg-agent is not available in this session.' Session Monitor shows gpg-agent sleeping. Forgive me if I am missing obvious things. I have been reading everything I can find online. Gary -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD4DBQFDKzknJgYFZehli50RAo8EAKCmbUmpQaqpPKJQda7avRXJGdjJeQCYrtUx 1zRfyI7oaLjKGBIn2PAt5Q== =1xCE -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3202 bytes Desc: S/MIME Cryptographic Signature Url : /pipermail/attachments/20050916/8f2f50ad/smime-0001.bin From jan at intevation.de Mon Sep 19 10:26:12 2005 From: jan at intevation.de (Jan-Oliver Wagner) Date: Mon Sep 19 10:26:20 2005 Subject: GPA In-Reply-To: <432B3927.3060906@frontiernet.net> References: <432B3927.3060906@frontiernet.net> Message-ID: <20050919082612.GA1896@intevation.de> Hello Gary, On Fri, Sep 16, 2005 at 05:29:11PM -0400, Gary Graham wrote: > I have a few questions about GPA. > > 1. It does not matter which server I pick from the list, none of them > will work. I get an 'Internal server error' every time, or it just > does nothing till I force it to end. Is this a known problem? > 2. Is it supposed to work with gpg-agent? There is no way to check > the status of gpg-agent, or to make any changes to its settings. I > hear it can be locked in memory. How would this be done? > 3. I do not see a way to refresh keys. That would be a nice option. > 4. If I try to send mail from Mozilla/Thunderbird/Enigmail with it > using gpg-agent, it aborts saying 'gpg-agent is not available in this > session.' Session Monitor shows gpg-agent sleeping. > > > Forgive me if I am missing obvious things. I have been reading > everything I can find online. it would be a bit easier to help if you explain: Which tool are you actually using, which version on which system? Which action did you execute that provokes the error message? Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ Kolab Konsortium http://kolab-konsortium.de/ FreeGIS http://freegis.org/ From garysaved at frontiernet.net Tue Sep 20 20:27:48 2005 From: garysaved at frontiernet.net (Gary Graham) Date: Tue Sep 20 20:27:50 2005 Subject: GPA Message-ID: <433054A4.6090702@frontiernet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is anyone else having the problems I am having? I am not able to retrieve or send keys. I might be picky, but I think that is a fatal flaw. If it works for everyone else, then I must be doing something wrong. Please let me know, and how do I get more information for you, if it is just me. Gary -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDMFSkJgYFZehli50RAlSGAJ9yIR8NYaWhqE3WzbFQpSfmjvFPyACgmO52 lvT68fqW+2Y8Sm27qaArilE= =4AFS -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3202 bytes Desc: S/MIME Cryptographic Signature Url : /pipermail/attachments/20050920/04c16512/smime.bin From bernhard at intevation.de Wed Sep 21 02:40:05 2005 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed Sep 21 04:21:53 2005 Subject: GPA In-Reply-To: <433054A4.6090702@frontiernet.net> References: <433054A4.6090702@frontiernet.net> Message-ID: <20050921004005.GG20663@intevation.de> On Tue, Sep 20, 2005 at 02:27:48PM -0400, Gary Graham wrote: > Is anyone else having the problems I am having? > I am not able to retrieve or send keys. I might be picky, but I think > that is a fatal flaw. Try on the command line first. gpg --recv-keys xxxxxx > Please let me know, and how do I get more information for you, if it > is just me. GPA has not been seen much development lately, it might just be broken. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : /pipermail/attachments/20050921/eb2612be/attachment.pgp From bernhard at intevation.de Wed Sep 21 02:42:05 2005 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed Sep 21 04:22:01 2005 Subject: GPA In-Reply-To: <432B3927.3060906@frontiernet.net> References: <432B3927.3060906@frontiernet.net> Message-ID: <20050921004205.GH20663@intevation.de> On Fri, Sep 16, 2005 at 05:29:11PM -0400, Gary Graham wrote: > 1. It does not matter which server I pick from the list, none of them > will work. I get an 'Internal server error' every time, or it just > does nothing till I force it to end. Is this a known problem? No. > 2. Is it supposed to work with gpg-agent? There is no way to check > the status of gpg-agent, or to make any changes to its settings. I > hear it can be locked in memory. How would this be done? gpg-agent --daemon and then post the results to the command line. I doubt that gpg-agent is the source of your problems, though. > 3. I do not see a way to refresh keys. That would be a nice option. Agreed, somebody needs to code it. :,) > 4. If I try to send mail from Mozilla/Thunderbird/Enigmail with it > using gpg-agent, it aborts saying 'gpg-agent is not available in this > session.' Session Monitor shows gpg-agent sleeping. Maybe Mozilla/Thunderbird/Enigmail was not started in the same shell and is missing the correct GPG_AGENT variable. From garysaved at frontiernet.net Wed Sep 21 12:39:25 2005 From: garysaved at frontiernet.net (Gary Graham) Date: Wed Sep 21 12:39:36 2005 Subject: GPA In-Reply-To: <20050921004005.GG20663@intevation.de> References: <433054A4.6090702@frontiernet.net> <20050921004005.GG20663@intevation.de> Message-ID: <4331385D.5050503@frontiernet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bernhard Reiter wrote: >On Tue, Sep 20, 2005 at 02:27:48PM -0400, Gary Graham wrote: > >>Is anyone else having the problems I am having? >>I am not able to retrieve or send keys. I might be picky, but I think >>that is a fatal flaw. > > >Try on the command line first. > gpg --recv-keys xxxxxx gpg works flawlessly. It does have an option to refresh keys. I was referencing GPA. The gui GPA is not able to contact any servers. > >>Please let me know, and how do I get more information for you, if it >>is just me. > > >GPA has not been seen much development lately, >it might just be broken. I can do my maintenance things using gpg from a terminal, but was trying to get it to work from GPA. Thanks. Gary -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDMThdJgYFZehli50RAm/xAKCrX7egvdtYV/2ZC+Gfm2fzzP0T1QCgnvYN 8veXKFESBJlEET6X/pc0gP4= =rWFM -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3202 bytes Desc: S/MIME Cryptographic Signature Url : /pipermail/attachments/20050921/83d867d5/smime.bin From garysaved at frontiernet.net Wed Sep 28 16:51:13 2005 From: garysaved at frontiernet.net (Gary Graham) Date: Wed Sep 28 16:51:34 2005 Subject: GPA contacting keyservers Message-ID: <433AADE1.3090105@frontiernet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone had a problem contacting keyservers recently? If I try to send or receive keys, I either instantly get an internal keyserver error, or it says: 'contacting keyserver', and it stalls there. I have Fedora FC4, and the most recent versions of everything. The server I was trying to contact was subkeys.pgp.net If you are able to contact keyservers with GPA, then please let me know, so I can look to see what is wrong with my setup. Thank You. Gary -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDOq3gJgYFZehli50RAlneAKCWtVe4Q6NphXGbs/BsSjg5tLuWUgCeNJKn Cfw8s2D44wU2bpZveZVrxDs= =hfd7 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3202 bytes Desc: S/MIME Cryptographic Signature Url : /pipermail/attachments/20050928/af842ffa/smime-0001.bin From bernhard at intevation.de Wed Sep 28 17:20:08 2005 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed Sep 28 17:20:05 2005 Subject: GPA In-Reply-To: <4331385D.5050503@frontiernet.net> References: <433054A4.6090702@frontiernet.net> <20050921004005.GG20663@intevation.de> <4331385D.5050503@frontiernet.net> Message-ID: <20050928152008.GH6379@intevation.de> On Wed, Sep 21, 2005 at 06:39:25AM -0400, Gary Graham wrote: > Bernhard Reiter wrote: > >On Tue, Sep 20, 2005 at 02:27:48PM -0400, Gary Graham wrote: > gpg works flawlessly. It does have an option to refresh keys. > I was referencing GPA. The gui GPA is not able to contact any servers. > I can do my maintenance things using gpg from a terminal, but was > trying to get it to work from GPA. Thanks for the confirmation, I was just trying to get more information about the bug. It seems to be bug. :( -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : /pipermail/attachments/20050928/ba1d3c06/attachment.pgp