Gentoo Archives: gentoo-user

From: Bryant Morrow <bryant.morrow@××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: fdm fails during ./configure: libssl not found
Date: Thu, 27 Jun 2019 00:47:30
Message-Id: E1hgIZM-0007ox-Gw@rmmprod05.runbox
In Reply to: [gentoo-user] Re: fdm fails during ./configure: libssl not found by nunojsilva@ist.utl.pt
1 Aha! Thank you for that, I didn't see those bug reports in my Google searches. Now I know to check the bugtracking projects directly.
2
3 I've set up a local portage repo with a modified fdm-1.9 ebuild using the patch given in that link, and fdm builds without issue. Thank you!
4
5 On Tue, 25 Jun 2019 10:04:19 +0100, <nunojsilva@×××××××.pt> (Nuno Silva) wrote:
6
7 > On 2019-06-24, Bryant Morrow wrote:
8 >
9 > > ---
10 > >
11 > > fdm-1.9 consistently fails to build, with configure citing a lack of
12 > > libssl as the reason. I have openssl installed, and
13 > > /usr/lib64/libssl.so (symlink to /usr/lib64/libssl.so.1.1) exists.
14 > > I've looked for similar problems online, with no luck. It originally
15 > > seemed to be related to a broken version of openssl being unmasked
16 > > along with the use of ~amd64 in ACCEPT_KEYWORDS, but resolving that
17 > > made no difference. It seems to me that fdm's config scripts simply
18 > > can't find libssl, but they appear to be looking in all of the correct
19 > > places. I had it installed and working in the past, but it was removed
20 > > due to a stupid (on my part) accident with emerge --depclean and now
21 > > fails to reinstall.
22 > >
23 > > Output of emerge -pqv 'net-mail/fdm-1.9::gentoo':
24 > > http://dpaste.com/2B1YBPZ //emerge -pqv
25 > >
26 > > Output of emerge --info 'net-mail/fdm-1.9::gentoo':
27 > > http://dpaste.com/0D1PK0E //emerge --info
28 > >
29 > > Contents of build.log: http://dpaste.com/1CFZF87 //build.log
30 > >
31 > > Contents of portage environment file: http://dpaste.com/2XJD461
32 > > //environment
33 >
34 > This looks like bug 677484 - the problem would indeed be the way this
35 > config script tries to detect libssl.
36 >
37 > I don't use fdm, but from what I read in the bug report, I suppose you
38 > could try downgrading openssl to 1.0.*, or change the fdm ebuild to
39 > apply the patch from comment 9.
40 >
41 > https://bugs.gentoo.org/show_bug.cgi?id=677484
42 >
43 > --
44 > Nuno Silva

Replies

Subject Author
Re: [gentoo-user] Re: fdm fails during ./configure: libssl not found Neil Bothwick <neil@××××××××××.uk>