Gentoo Archives: gentoo-science

From: Christopher Schwan <cschwan@××××××××××××××××××.de>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] [sage-on-gentoo] polybori && amd64
Date: Fri, 20 Aug 2010 08:07:19
Message-Id: 201008201006.54121.cschwan@students.uni-mainz.de
In Reply to: Re: [gentoo-science] [sage-on-gentoo] polybori && amd64 by Steven Trogdon
1 Hi Steve,
2
3 On Thursday 19 August 2010 19:32:23 Steven Trogdon wrote:
4 > On 08/19/2010 03:04:54 AM, Christopher Schwan wrote:
5 > > Hi,
6 > >
7 > > On Thursday 19 August 2010 08:14:08 Steven Trogdon wrote:
8 > >> Hello,
9 > >>
10 > >> Both polybori-0.6.4-r1 and polybori-0.6.5 fail to build here on amd64
11 > >> for the same reason. The important snippet is:
12 > >>
13 > >> rm: cannot remove
14 > >> `/var/tmp/portage/sci-mathematics/polybori-0.6.4-r1/image//usr/lib64/lib
15 > >> *.s o*': No such file or directory
16 > >>
17 > >> * ERROR: sci-mathematics/polybori-0.6.4-r1 failed:
18 > >> * failed to remove shared objects
19 > >> *
20 > >> * Call stack:
21 > >> * ebuild.sh, line 54: Called src_install
22 > >> * environment, line 5124: Called die
23 > >> * The specific snippet of code:
24 > >> * rm "${ED}"/usr/$(get_libdir)/lib*.so* || die "failed to remove
25 > >>
26 > >> shared objects"
27 > >>
28 > >> *
29 > >>
30 > >> Under the /image directory polybori installs the libs under /usr/lib
31 > >> instead of /usr/lib64. This seemed to be an issue previously with
32 > >> polybori.
33 > >
34 > > Fixed in overlay - I will try to find find out how to install to lib64 on
35 > > amd64.
36 >
37 > With the present commit I get multilib-strict failures. I forgot about
38 > this! I put the following:
39 >
40 > sed -i "s:DevelInstPath('lib'):DevelInstPath('$(get_libdir)'):g" \
41 > SConstruct || die "sed failed"
42 >
43 > in src_prepare and libs are installed under /usr/lib64 on amd64 and under
44 > /usr/lib on my 32bit chroot. I'm not sure if this is the "correct" way to
45 > fix things but maybe it'll give some direction.
46
47 Thank you for your info! I will update polybori later this day (I currently do
48 not have access to an amd64 machine) and see if its possible to fix this issue
49 with an command line argument (that would be the correct way).
50
51 Besides polybori, do you have any other multilib-strict failures for sage-
52 related ebuilds ?
53
54 >
55 > >> Steve
56 > >
57 > > Christopher
58 >
59 > Steve
60
61 Christopher

Replies

Subject Author
Re: [gentoo-science] [sage-on-gentoo] polybori && amd64 Steven Trogdon <strogdon@×××××.edu>