Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is my computer suitable for gentoo?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54785
Location: 56N 3W

PostPosted: Thu Jan 16, 2025 1:31 pm    Post subject: Reply with quote

cien,

Code:
libtool: link: x86_64-pc-linux-gnu-gcc -o /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/.libs/DbusmenuGtk-0.4 -march=native -O2 -pipe -Wno-incompatible-pointer-types -Wno-error /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/DbusmenuGtk-0.4.o -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,-z -Wl,pack-relative-relocs -Wl,--export-dynamic  -L. ./.libs/libdbusmenu-gtk.so /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-glib/.libs/libdbusmenu-glib.so -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lharfbuzz -lfontconfig -lfreetype -latk-1.0 ../libdbusmenu-glib/.libs/libdbusmenu-glib.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread
Command '['/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/DbusmenuGtk-0.4', '--introspect-dump=/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/functions.txt,/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/dump.xml']' died with <Signals.SIGILL: 4>.


That's unfortunate. libtool has been miscompiled for your CPU.
As you need libtool to build libtool, its unlikely you can fix in with
Code:
emerge -1av libtool
but its worth a try.
If it finishes with
Code:
died with <Signals.SIGILL: 4>.
the only way to fix it is with a binary package built for your CPU.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
cien
n00b
n00b


Joined: 05 Dec 2024
Posts: 21

PostPosted: Thu Jan 16, 2025 1:55 pm    Post subject: Reply with quote

NeddySeagoon wrote:
cien,

Code:
libtool: link: x86_64-pc-linux-gnu-gcc -o /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/.libs/DbusmenuGtk-0.4 -march=native -O2 -pipe -Wno-incompatible-pointer-types -Wno-error /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/DbusmenuGtk-0.4.o -Wl,--export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,-z -Wl,pack-relative-relocs -Wl,--export-dynamic  -L. ./.libs/libdbusmenu-gtk.so /var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-glib/.libs/libdbusmenu-glib.so -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lharfbuzz -lfontconfig -lfreetype -latk-1.0 ../libdbusmenu-glib/.libs/libdbusmenu-glib.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread
Command '['/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/DbusmenuGtk-0.4', '--introspect-dump=/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/functions.txt,/var/tmp/portage/dev-libs/libdbusmenu-16.04.0-r2/work/libdbusmenu-16.04.0-abi_x86_64.amd64-2/libdbusmenu-gtk/tmp-introspectph4xkf55/dump.xml']' died with <Signals.SIGILL: 4>.


That's unfortunate. libtool has been miscompiled for your CPU.
As you need libtool to build libtool, its unlikely you can fix in with
Code:
emerge -1av libtool
but its worth a try.
If it finishes with
Code:
died with <Signals.SIGILL: 4>.
the only way to fix it is with a binary package built for your CPU.

Hi,NeddySeagoon.
Quote:
emerge -1av libtool

I successfully ran this command.
Code:
MAKEOPTS="-j1" emerge -1av libdbusmenu

But I still got an error when I re-ran the command.
https://bpa.st/JLLA
This is the new log.
Quote:
the only way to fix it is with a binary package built for your CPU.

what am I supposed to do now?
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9881
Location: almost Mile High in the USA

PostPosted: Thu Jan 16, 2025 4:39 pm    Post subject: Reply with quote

Thanks, that full build.log is more clear now.

hmm...actually it sort of looks like an internally built/used tool is being built wrong for libdbusmenu?

Either that or one of the underlying libraries it used to build that tool is bad. Or it's one of those tools that uses itself.

I was earlier tempted to suggest to emerge --unmerge libdbusmenu and then emerge --oneshot libdbusmenu but was worried it'd cause havoc and completely break your machine.

Else x11-libs/gtk+ is the other main suspect as it's needed to build libdbusmenu -- were you able to emerge --oneshot x11-libs/gtk+ as it also appeared on the list of packages that needed to be dealt with?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum