* [gentoo-alt] Re: Issue with sys-apps/attr-2.4.48-r4 in Gentoo Prefix on Arch Linux
[not found] <CAB6-_idA3UFMu8rqbr9hQAWZCRz+qVm4rntN+nJc5tt3pBC1pw@mail.gmail.com>
@ 2020-12-14 2:29 ` Joey Dumont
0 siblings, 0 replies; only message in thread
From: Joey Dumont @ 2020-12-14 2:29 UTC (permalink / raw
To: gentoo-alt
[-- Attachment #1: Type: text/plain, Size: 4679 bytes --]
(Sorry I missed any replies, I just realized I subscribed to the ML after I
sent the message...)
I tried reinstalling Gentoo Prefix
with bba0a3b1196af251652b4a679828aa59ceb171c9, but I'm still having the
same issue. I tried implementing the patch in the bug report
<https://bugs.gentoo.org/644048>, by adding my own local repo and masking
versions of attr lower than my own ebuild (haven't figured out how to make
my repo the "default" search path for packages) but it modifies a file
called Makemodule.am, which triggers automake-1.15. Now, only automake-1.16
seems to be available, but I can't even get it to compile because it uses
non-prefixed shebangs, and thus fails at the install_qa_check_prefix stage.
Thoughts on how to troubleshoot this? Is the patch in the bug report the
way to go?
Thanks for any help!
Joey Dumont (Profile <http://blog.joey-dumont.ca/>)
The supreme elegance of Nature lies in its apparent simplicity.
On Wed, 2 Dec 2020 at 20:40, Joey Dumont <joey.dumont@gmail.com> wrote:
> Hi,
>
> I tried to install Gentoo Prefix with version
> 23c8c322641900389c99e228ddf56c64ffdbd196
> <https://gitweb.gentoo.org/repo/proj/prefix.git/tree/scripts/bootstrap-prefix.sh?id=63a395a7bd086259dcd12edd344e528b54233327> of
> the bootstrap script. However, I'm having issues compiling
> sys-apps/attr-2.4.48-r4. Here's the tail of the log output:
>
> make[3]: Leaving directory
>> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
>> libtool: warning: 'libattr.la' has not been installed in
>> '/home/valandil/software/gentoo/usr/lib64'
>> libtool: install: /usr/bin/install -c .libs/attr
>> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/attr
>> libtool: warning: 'libattr.la' has not been installed in
>> '/home/valandil/software/gentoo/usr/lib64'
>> libtool: install: /usr/bin/install -c .libs/getfattr
>> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/getfattr
>> libtool: warning: 'libattr.la' has not been installed in
>> '/home/valandil/software/gentoo/usr/lib64'
>> libtool: install: /usr/bin/install -c .libs/setfattr
>> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/bin/setfattr
>> make[2]: Leaving directory
>> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
>> make[1]: Leaving directory
>> '/home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/work/attr-2.4.48-abi_x86_64.amd64'
>> x86_64-pc-linux-gnu-readelf: error while loading shared libraries:
>> libdebuginfod.so.1: cannot open shared object file: No such file or
>> directory
>> x86_64-pc-linux-gnu-readelf: error while loading shared libraries:
>> libdebuginfod.so.1: cannot open shared object file: No such file or
>> directory
>> # readelf -V
>> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/usr/lib64/libattr.so.1
>> # readelf -sW
>> /home/valandil/software/gentoo/var/tmp/portage/sys-apps/attr-2.4.48-r4/image/home/valandil/software/gentoo/usr/lib64/libattr.so.1
>> * ERROR: sys-apps/attr-2.4.48-r4::gentoo failed (install phase):
>> * symbol version sanity check failed; please comment on
>> https://bugs.gentoo.org/644048
>> *
>> * Call stack:
>> * ebuild.sh, line 125: Called src_install
>> * environment, line 2163: Called multilib-minimal_src_install
>> * environment, line 1501: Called multilib_foreach_abi
>> 'multilib-minimal_abi_src_install'
>> * environment, line 1734: Called multibuild_foreach_variant
>> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
>> * environment, line 1388: Called _multibuild_run
>> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
>> * environment, line 1386: Called _multilib_multibuild_wrapper
>> 'multilib-minimal_abi_src_install'
>> * environment, line 474: Called multilib-minimal_abi_src_install
>> * environment, line 1491: Called multilib_src_install
>> * environment, line 1965: Called die
>> * The specific snippet of code:
>> * die "symbol version sanity check failed; please comment
>> on https://bugs.gentoo.org/644048";
>
>
> Is this something on my end? The bug report seems to indicate a patch in
> the ebuild?
>
> Sorry, I'm new to Gentoo Prefix, Gentoo and portage, so I'm not sure how
> to begin to troubleshoot.
>
> Cheers,
>
> Joey Dumont (Profile <http://blog.joey-dumont.ca/>)
> The supreme elegance of Nature lies in its apparent simplicity.
>
[-- Attachment #2: Type: text/html, Size: 8372 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-12-14 2:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAB6-_idA3UFMu8rqbr9hQAWZCRz+qVm4rntN+nJc5tt3pBC1pw@mail.gmail.com>
2020-12-14 2:29 ` [gentoo-alt] Re: Issue with sys-apps/attr-2.4.48-r4 in Gentoo Prefix on Arch Linux Joey Dumont
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox