Gentoo Archives: gentoo-alt

From: Joey Dumont <joey.dumont@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: Issue with sys-apps/attr-2.4.48-r4 in Gentoo Prefix on Arch Linux
Date: Mon, 14 Dec 2020 02:30:14
Message-Id: CAB6-_ifXeGd_=UQExsb-QbRuAn2JwMq+rrjYd=41czG1vynk1Q@mail.gmail.com
1 (Sorry I missed any replies, I just realized I subscribed to the ML after I
2 sent the message...)
3
4 I tried reinstalling Gentoo Prefix
5 with bba0a3b1196af251652b4a679828aa59ceb171c9, but I'm still having the
6 same issue. I tried implementing the patch in the bug report
7 <https://bugs.gentoo.org/644048>, by adding my own local repo and masking
8 versions of attr lower than my own ebuild (haven't figured out how to make
9 my repo the "default" search path for packages) but it modifies a file
10 called Makemodule.am, which triggers automake-1.15. Now, only automake-1.16
11 seems to be available, but I can't even get it to compile because it uses
12 non-prefixed shebangs, and thus fails at the install_qa_check_prefix stage.
13
14 Thoughts on how to troubleshoot this? Is the patch in the bug report the
15 way to go?
16
17 Thanks for any help!
18
19 Joey Dumont (Profile <http://blog.joey-dumont.ca/>)
20 The supreme elegance of Nature lies in its apparent simplicity.
21
22
23 On Wed, 2 Dec 2020 at 20:40, Joey Dumont <joey.dumont@×××××.com> wrote:
24
25 > Hi,
26 >
27 > I tried to install Gentoo Prefix with version
28 > 23c8c322641900389c99e228ddf56c64ffdbd196
29 > <https://gitweb.gentoo.org/repo/proj/prefix.git/tree/scripts/bootstrap-prefix.sh?id=63a395a7bd086259dcd12edd344e528b54233327> of
30 > the bootstrap script. However, I'm having issues compiling
31 > sys-apps/attr-2.4.48-r4. Here's the tail of the log output:
32 >
33 > make[3]: Leaving directory
34 >> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
35 >> libtool: warning: 'libattr.la' has not been installed in
36 >> '/home/valandil/software/gentoo/usr/lib64'
37 >> libtool: install: /usr/bin/install -c .libs/attr
38 >> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/attr
39 >> libtool: warning: 'libattr.la' has not been installed in
40 >> '/home/valandil/software/gentoo/usr/lib64'
41 >> libtool: install: /usr/bin/install -c .libs/getfattr
42 >> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/getfattr
43 >> libtool: warning: 'libattr.la' has not been installed in
44 >> '/home/valandil/software/gentoo/usr/lib64'
45 >> libtool: install: /usr/bin/install -c .libs/setfattr
46 >> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/setfattr
47 >> make[2]: Leaving directory
48 >> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
49 >> make[1]: Leaving directory
50 >> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
51 >> x86_64-pc-linux-gnu-readelf: error while loading shared libraries:
52 >> libdebuginfod.so.1: cannot open shared object file: No such file or
53 >> directory
54 >> x86_64-pc-linux-gnu-readelf: error while loading shared libraries:
55 >> libdebuginfod.so.1: cannot open shared object file: No such file or
56 >> directory
57 >> # readelf -V
58 >> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/usr/lib64/libattr.so.1
59 >> # readelf -sW
60 >> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/usr/lib64/libattr.so.1
61 >> * ERROR: sys-apps/attr-2.4.48-r4::gentoo failed (install phase):
62 >> * symbol version sanity check failed; please comment on
63 >> https://bugs.gentoo.org/644048
64 >> *
65 >> * Call stack:
66 >> * ebuild.sh, line 125: Called src_install
67 >> * environment, line 2163: Called multilib-minimal_src_install
68 >> * environment, line 1501: Called multilib_foreach_abi
69 >> 'multilib-minimal_abi_src_install'
70 >> * environment, line 1734: Called multibuild_foreach_variant
71 >> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
72 >> * environment, line 1388: Called _multibuild_run
73 >> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
74 >> * environment, line 1386: Called _multilib_multibuild_wrapper
75 >> 'multilib-minimal_abi_src_install'
76 >> * environment, line 474: Called multilib-minimal_abi_src_install
77 >> * environment, line 1491: Called multilib_src_install
78 >> * environment, line 1965: Called die
79 >> * The specific snippet of code:
80 >> * die "symbol version sanity check failed; please comment
81 >> on https://bugs.gentoo.org/644048";
82 >
83 >
84 > Is this something on my end? The bug report seems to indicate a patch in
85 > the ebuild?
86 >
87 > Sorry, I'm new to Gentoo Prefix, Gentoo and portage, so I'm not sure how
88 > to begin to troubleshoot.
89 >
90 > Cheers,
91 >
92 > Joey Dumont (Profile <http://blog.joey-dumont.ca/>)
93 > The supreme elegance of Nature lies in its apparent simplicity.
94 >