Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560402 - =mail-client/claws-mail-3.11.1-r1 requires net-libs/libetpan[static-libs]
Summary: =mail-client/claws-mail-3.11.1-r1 requires net-libs/libetpan[static-libs]
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 08:22 UTC by Alessandro Di Federico
Modified: 2015-09-17 09:02 UTC (History)
0 users

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


Attachments
Patch for claws-mail-3.11.1-r1.ebuild to require the static-libs USE flag for net-libs/libetpan (claws-mail-libetpan-static-libs.patch,555 bytes, patch)
2015-09-14 08:22 UTC, Alessandro Di Federico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Di Federico 2015-09-14 08:22:59 UTC
Created attachment 411878 [details, diff]
Patch for claws-mail-3.11.1-r1.ebuild to require the static-libs USE flag for net-libs/libetpan

Hi, claws-mail seems to require static libraries of net-libs/libetpan:

checking libpisock/pi-version.h presence... yes
checking for libpisock/pi-version.h... yes
checking for unpack_Address in -lpisock... yes
checking whether to use libetpan... yes
checking for libetpan-config... /usr/bin/libetpan-config
checking libetpan/libetpan.h usability... yes
checking libetpan/libetpan.h presence... yes
checking for libetpan/libetpan.h... yes
checking whether libetpan-config hints compiles and links fine... no
*** Claws Mail requires libetpan 0.57 or newer. See http://www.etpan.org/
*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.
configure: error: libetpan 0.57 not found

Emerging net-libs/libetpan with static libs fixes the problem. Attached the patch the ebuild.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-09-14 08:41:41 UTC
Thanks for your report and the patch but I've successfully built claws-mail against libetpan without enabling the static-libs USE flag. So I suppose you have some other problem. Would you mind attaching the build.log file from a failed claws-mail build to this bug and post the output of

  emerge --info

as well?