Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179295 - app-crypt/onak-0.3.2 - problem send pgp key with GnuPG v2 to onak pgp keyserver
Summary: app-crypt/onak-0.3.2 - problem send pgp key with GnuPG v2 to onak pgp keyserver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 159851
  Show dependency tree
 
Reported: 2007-05-21 06:18 UTC by maxim
Modified: 2007-05-23 14:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
path for onak. (onak-build.patch,715 bytes, patch)
2007-05-23 05:09 UTC, maxim
Details | Diff
onak-0.3.3.ebuild (onak-0.3.3.ebuild,1.63 KB, text/plain)
2007-05-23 05:22 UTC, maxim
Details
onak-0.3.3.ebuild (onak-0.3.3.ebuild,1.65 KB, text/plain)
2007-05-23 07:20 UTC, Alon Bar-Lev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maxim 2007-05-21 06:18:35 UTC
Onak-0.3.2
Apache-2.0.58-r2
PostgreSQL-8.0.13

Hello

I have installed onak v0.3.2 in Linux Gentoo

When I sent public key with gnupg v1.9.21 and old versions, then key had successful added to the database!
If I sent public key with gnupg v2, then key hadn't added to the database!

In log file onak.log:
[17/05/2007 20:12:54] lookup[26211]: Catching signals

Can you help me resolve this problem?
Thanks!
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-22 15:47:25 UTC
Added a new version 0.3.3 into portage.
Please try it, as there is no changelog, so I cannot know what fixed.

If it does not work, please try to enable somekind of traceing.
Set loglevel to 0 (LOGTHING_TRACE), and see if it produce some valid information.
Comment 2 maxim 2007-05-23 05:09:54 UTC
Created attachment 120048 [details, diff]
path for onak. 

fix bug for connect to postgresql.
Comment 3 maxim 2007-05-23 05:22:12 UTC
Created attachment 120049 [details]
onak-0.3.3.ebuild

This ebuild add path and next files:
Libs:
/usr/lib/onak/backends/
                       libkeydb_db4.so  
                       libkeydb_file.so  
                       libkeydb_fs.so  
                       libkeydb_keyd.so  
                       libkeydb_pg.so
CGI-BIN:
/usr/lib/cgi-bin/pks/
                     add  
                     gpgwww  
                     lookup
DOC:
/var/lib/onak/doc/
                  LICENSE  
                  README  
                  apache2  
                  onak.sql

Please add this path and ebuild in portage for onak-0.3.3.

Thanks!
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-23 07:20:55 UTC
Created attachment 120055 [details]
onak-0.3.3.ebuild

Here modified ebuild.
It select the correct engine out of USE flags.
I don't like the dynamic engine since auto detect will break dependency if something is change.

Please check if it works for you.

If you are in contact with upstream, please suggest that --enable-postress, --enable-db4 will be added so the --enable-backend=dynamic will select one of the explicitly enabled engines.
Comment 5 maxim 2007-05-23 10:54:13 UTC
Ok! 
I have checked up yours ebuild. 
Works normally! 
You can add it in portage.

Thanks!
Comment 6 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-23 14:07:16 UTC
Does it work with gnupg-2?
Comment 7 maxim 2007-05-23 14:12:36 UTC
Yes! 
It's work with gnupg2!

Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-23 14:20:06 UTC
Great!