Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266175 - app-forensics/aide - dev-libs/libgcrypt is not properly initialized
Summary: app-forensics/aide - dev-libs/libgcrypt is not properly initialized
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL: https://sourceforge.net/tracker/?func...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 23:27 UTC by Heath Caldwell (RETIRED)
Modified: 2009-04-16 15:03 UTC (History)
1 user (show)

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


Attachments
Patch to initialize libgcrypt before other functions are called (aide-0.13.1-libgrypt_init.patch,1.91 KB, patch)
2009-04-14 23:30 UTC, Heath Caldwell (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Heath Caldwell (RETIRED) gentoo-dev 2009-04-14 23:27:23 UTC
libgcrypt needs to be initialized in a certain way or it will complain (at least with libgcrypt-1.4.4).  Running aide 0.13.1 with libgcrypt 1.4.4 logs the following warning:

aide: Libgcrypt warning: missing initialization - please fix the application

Bug has been reported upstream (see URL).
Comment 1 Heath Caldwell (RETIRED) gentoo-dev 2009-04-14 23:30:52 UTC
Created attachment 188366 [details, diff]
Patch to initialize libgcrypt before other functions are called

Here is a patch that initializes libgcrypt in the way described in the reference manual [1] before any other functions are called.

[1] - http://www.gnupg.org/documentation/manuals/gcrypt/Initializing-the-library.html
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-16 15:03:53 UTC
fixed in cvs. thanks.