[Bug 283155] Link fails with -flto: error loading plugin: Cannot open "/usr/bin/../lib/LLVMgold.so" (port multimedia/kew)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 13:27:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283155
Dimitry Andric <dim@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dim@FreeBSD.org
--- Comment #7 from Dimitry Andric <dim@FreeBSD.org> ---
I don't see it here. With files/patch-Makefile deleted, a poudriere bulk build
of multimedia/kew works just fine.
Final link command line:
cc -o kew src/obj/common_ui.o src/obj/sound.o src/obj/directorytree.o
src/obj/soundcommon.o src/obj/m4a.o src/obj/search_ui.o src/obj/playlist_ui.o
src/obj/player.o src/obj/soundbuiltin.o src/obj/mpris.o src/obj/playerops.o
src/obj/utils.o src/obj/file.o src/obj/imgfunc.o src/obj/cache.o
src/obj/songloader.o src/obj/playlist.o src/obj/term.o src/obj/settings.o
src/obj/visuals.o src/obj/kew.o src/obj/tagLibWrapper.o -L/usr/lib -lm
-lopusfile -lglib-2.0 -lpthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0
-lchafa -lfftw3f -lopus -lopusfile -logg -lvorbis -lvorbisfile -lglib-2.0
-lintl -ltag -lz -lstdc++ -lnotify -L/usr/local/lib -lfaad -logg -lz -flto
I'm unsure why it would even attempt to use the gold plugin here?
--
You are receiving this mail because:
You are the assignee for the bug.