Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441960 - >=net-irc/weechat-0.3.9[irc] - Needs a dependency on dev-libs/libgcrypt, fatal error: gcrypt.h : No such file or folder
Summary: >=net-irc/weechat-0.3.9[irc] - Needs a dependency on dev-libs/libgcrypt, fata...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 23:55 UTC by Pierre-Olivier Mercier
Modified: 2012-11-19 17:37 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,210.72 KB, text/plain)
2012-11-05 23:55 UTC, Pierre-Olivier Mercier
Details
weechat-0.3.9.ebuild.patch (weechat-0.3.9.ebuild.patch,711 bytes, patch)
2012-11-05 23:57 UTC, Pierre-Olivier Mercier
Details | Diff
weechat-0.3.9.ebuild.patch (weechat-0.3.9.ebuild.patch,374 bytes, patch)
2012-11-05 23:59 UTC, Pierre-Olivier Mercier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Olivier Mercier 2012-11-05 23:55:42 UTC
Created attachment 328500 [details]
build.log

The compilation fails because src/plugins/irc/irc-sasl.c requires gcrypt.h, provided by dev-libs/libgcrypt.

This occurs when the USE flag irc is enabled in both 0.3.9 and 9999.
Comment 1 Pierre-Olivier Mercier 2012-11-05 23:57:19 UTC
Created attachment 328502 [details, diff]
weechat-0.3.9.ebuild.patch
Comment 2 Pierre-Olivier Mercier 2012-11-05 23:59:05 UTC
Created attachment 328504 [details, diff]
weechat-0.3.9.ebuild.patch
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2012-11-06 01:50:54 UTC
Next time, please post English versions of your emerge build log as well as emerge --info. Here's an example for this package

    LC_ALL=C emerge =net-irc/weechat-0.3.9
    LC_ALL=C emerge --info =net-irc/weechat-0.3.9

as documented in code listing 4.3 of http://www.gentoo.org/doc/en/bugzilla-howto.xml

Translated error:

    /var/tmp/portage/net-irc/weechat-9999/work/weechat-9999/src/plugins/irc/irc-sasl.c:29:20: fatal error: gcrypt.h : No such file or folder of that type, compilation terminated
    distcc[8495] ERROR: compile /var/tmp/portage/net-irc/weechat-9999/work/weechat-9999/src/plugins/irc/irc-sasl.c on localhost failed
    make[2]: *** [src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o] Error 1
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2012-11-19 17:37:08 UTC
Fixed in cvs, thanks for the report.