Gentoo Archives: gentoo-science

From: marco restelli <mrestelli@×××××.com>
To: Gentoo List <gentoo-science@l.g.o>
Subject: [gentoo-science] Re: Failed emerge for sci-libs/trilinos-12.2.1
Date: Thu, 07 Apr 2016 14:29:09
Message-Id: CAHV2F1KCUX_Vsu35LUXP2QrDL_kUR9u2NsVuvtmkcFCYKFQApA@mail.gmail.com
In Reply to: [gentoo-science] Failed emerge for sci-libs/trilinos-12.2.1 by marco restelli
1 2016-04-07 12:25 GMT+0200, marco restelli <mrestelli@×××××.com>:
2 > Dear all,
3 > I am having problems emerging sci-libs/trilinos-12.2.1.
4 >
5 > The build fails during configuration with
6 >
7 > Processing enabled TPL: BinUtils (enabled explicitly, disable with
8 > -DTPL_ENABLE_BinUtils=OFF)
9 > -- Must find at least one lib in each of the lib sets "bfd;iberty"
10 > -- Searching for libs in BinUtils_LIBRARY_DIRS=''
11 > -- Searching for a lib in the set "bfd":
12 > -- Searching for lib 'bfd' ...
13 > -- ERROR: Did not find a lib in the lib set "bfd" for the TPL 'BinUtils'!
14 > -- Searching for a lib in the set "iberty":
15 > -- Searching for lib 'iberty' ...
16 > -- ERROR: Did not find a lib in the lib set "iberty" for the TPL
17 > 'BinUtils'!
18 > -- ERROR: Could not find the libraries for the TPL 'BinUtils'!
19 > -- TIP: If the TPL 'BinUtils' is on your system then you can set:
20 > -DBinUtils_LIBRARY_DIRS='<dir0>;<dir1>;...'
21 > to point to the directories where these libraries may be found.
22 > Or, just set:
23 > -DTPL_BinUtils_LIBRARIES='<path-to-libs0>;<path-to-libs1>;...'
24 > to point to the full paths for the libraries which will
25 > bypass any search for libraries and these libraries will be used without
26 > question in the build. (But this will result in a build-time error
27 > if not all of the necessary symbols are found.)
28 > -- ERROR: Failed finding all of the parts of TPL 'BinUtils' (see
29 > above), Aborting!
30
31 The problem is fixed emerging sys-libs/binutils-libs, as discussed
32 here:
33
34 https://forums.gentoo.org/viewtopic-t-1030702.html?sid=addd408c2fa9ba37f9fcf0a4a33c2e81
35
36 So, it seems that a dependency on sys-libs/binutils-libs is missing in
37 the trilinos ebuild.
38
39 Marco

Replies

Subject Author
Re: [gentoo-science] Re: Failed emerge for sci-libs/trilinos-12.2.1 "M. J. Everitt" <m.j.everitt@×××.org>