Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193869 - app-crypt/brutus-keyring - A small and simple keyring built upon libgcrypt
Summary: app-crypt/brutus-keyring - A small and simple keyring built upon libgcrypt
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://trac.brutus.net/brutus-keyring...
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks: 144629
  Show dependency tree
 
Reported: 2007-09-26 12:23 UTC by Jules Colding
Modified: 2016-01-30 10:32 UTC (History)
2 users (show)

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


Attachments
Ebuild file for brutus-keyring (brutus-keyring-0.9.11.ebuild,2.35 KB, text/plain)
2007-09-26 12:24 UTC, Jules Colding
Details
Updated ebuild (brutus-keyring-0.9.24.ebuild,2.83 KB, text/plain)
2008-04-16 12:26 UTC, Jules Colding
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jules Colding 2007-09-26 12:23:58 UTC
I hereby wish to submit an ebuild for brutus-keyring (b-k).

What is brutus-keyring?
-----------------------

b-k is a very small and simple keyring daemon with a CORBA API. It is build upon libgcrypt to ensure a well maintained and stable encryption backend. 


Why brutus-keyring?
-------------------

I wrote b-k while struggling with gnome-keyring. gnome-keyring is an excellent keyring application, but there is very little documentation and the API is rather complicated. 

After having trouble ensuring that gnome-keyring was up and running on all distributions that is support by another application of mine (evolution-brutus) I decided to write a replacement that is Good Enough (tm) for my needs.

This ended up being a much simpler but generically useful keyring daemon. It doesn't do more than I need it to, but it can be used by any application that can live with symmetric encryption and doesn't require the advanced features of gnome-keyring.


Status
------

There are no known bugs in b-k and it does what I need it to do.
Comment 1 Jules Colding 2007-09-26 12:24:36 UTC
Created attachment 131932 [details]
Ebuild file for brutus-keyring
Comment 2 Dirk Heinrichs 2008-04-16 12:09:59 UTC
Doesn't build here:

source='main.c' object='main.o' libtool=no \
        depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/gentoo/build/app-crypt-brutus-keyring-0.9.11/work/brutus-keyring-0.9.11   -DG_LOG_DOMAIN=\"brutus-keyringd\"  -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libIDL-2.0    -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -O2 -march=pentium4 -fomit-frame-pointer -pipe -Werror -Werror-implicit-function-declaration -Wundef -Wbad-function-cast -Wcast-align -Wmissing-declarations -std=gnu89 -D_REENTRANT -c `test -f 'main.c' || echo './'`main.c
cc1: warnings being treated as errors
main.c: In function 'main':
main.c:449: warning: the address of 'ev' will always evaluate as 'true'
main.c:455: warning: the address of 'ev' will always evaluate as 'true'
main.c:459: warning: the address of 'ev' will always evaluate as 'true'
main.c:463: warning: the address of 'ev' will always evaluate as 'true'
main.c:467: warning: the address of 'ev' will always evaluate as 'true'
main.c:473: warning: the address of 'ev' will always evaluate as 'true'
main.c:521: warning: the address of 'ev' will always evaluate as 'true'
main.c:529: warning: the address of 'ev' will always evaluate as 'true'
main.c:533: warning: the address of 'ev' will always evaluate as 'true'
main.c:537: warning: the address of 'ev' will always evaluate as 'true'
main.c:541: warning: the address of 'ev' will always evaluate as 'true'
main.c:547: warning: the address of 'ev' will always evaluate as 'true'
main.c:551: warning: the address of 'ev' will always evaluate as 'true'
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/gentoo/build/app-crypt-brutus-keyring-0.9.11/work/brutus-keyring-0.9.11/src'

I guess because of -Werror.

# gcc -v
Es werden eingebaute Spezifikationen verwendet.
Ziel: i686-pc-linux-gnu
Konfiguriert mit: /gentoo/build/sys-devel/gcc-4.2.3/work/gcc-4.2.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.2.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-objc-gc --enable-languages=c,c++,objc,obj-c++,treelang --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread-Modell: posix
gcc-Version 4.2.3 (Gentoo 4.2.3 p1.0)
Comment 3 Jules Colding 2008-04-16 12:26:21 UTC
Created attachment 149927 [details]
Updated ebuild

Fixes the build errors
Comment 4 Dirk Heinrichs 2008-04-16 12:47:38 UTC
(In reply to comment #3)
> Created an attachment (id=149927) [edit]
> Updated ebuild
> 
> Fixes the build errors

Yes, indeed. Goto Bug #144629 :-)
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-13 16:29:37 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 6 Dustin Polke 2009-09-07 08:59:32 UTC
Unfortunately, the TAR ball is not fetchable... Anyone knows where to get or can provide one?

BR,
Dustin