Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 893339 Details for
Bug 932167
sys-boot/elilo-3.16-r5 - make: No rule to make target x86_64/sysdeps.o, needed by elilo.so. Stop.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-boot:elilo-3.16-r5:20240518-182056.log
sys-boot:elilo-3.16-r5:20240518-182056.log (text/plain), 5.08 KB, created by
Toralf Förster
on 2024-05-18 18:40:51 UTC
(
hide
)
Description:
sys-boot:elilo-3.16-r5:20240518-182056.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-05-18 18:40:51 UTC
Size:
5.08 KB
patch
obsolete
> * Package: sys-boot/elilo-3.16-r5:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking elilo-3.16-all.tar.gz to /var/tmp/portage/sys-boot/elilo-3.16-r5/work >>>> Unpacking elilo_3.14-3.debian.tar.gz to /var/tmp/portage/sys-boot/elilo-3.16-r5/work >>>> Unpacking ./elilo-3.16-source.tar.gz to /var/tmp/portage/sys-boot/elilo-3.16-r5/work >>>> Source unpacked in /var/tmp/portage/sys-boot/elilo-3.16-r5/work >>>> Preparing source in /var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source ... > * Applying elilo-3.16-elilo-loop.patch ... > [ ok ] > * Applying elilo-3.16-gnu-efi-3.0.6-ia64.patch ... > [ ok ] > * Applying elilo-3.16-strncpy-clash.patch ... >patching file strops.h >patching file strops.c >Hunk #1 succeeded at 27 with fuzz 2. > [ ok ] > * Applying elilo-3.16-FLAGS.patch ... > [ ok ] > * Applying elilo-3.16-ARCH.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source ... >make -j4 -j1 prefix= AS=x86_64-pc-linux-gnu-as CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld OBJCOPY=x86_64-pc-linux-gnu-objcopy HOSTARCH=x86_64 ARCH=x86_64 EFIINC=/usr/include/efi GNUEFILIB=/usr/lib64 EFILIB=/usr/lib64 EFICRT0=/usr/lib64 'NATIVE_CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color' 'NATIVE_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0' >mkdir -p devschemes >make -C devschemes -f ./../devschemes/Makefile SRCDIR=./../devschemes ARCH=x86_64 >make[1]: Entering directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/devschemes' >x86_64-pc-linux-gnu-gcc -I. -I./../devschemes/.. -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I./../devschemes/../efi110 -O2 -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar -Wall -DENABLE_MACHINE_SPECIFIC_NETCONFIG -DCONFIG_LOCALFS -DCONFIG_NETFS -DCONFIG_CHOOSER_SIMPLE -DCONFIG_CHOOSER_TEXTMENU -DEFI_FUNCTION_WRAPPER -DCONFIG_x86_64 -c simple.c -o simple.o >x86_64-pc-linux-gnu-ld -r -o devschemes.o simple.o >make[1]: Leaving directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/devschemes' >mkdir -p choosers >make -C choosers -f ./../choosers/Makefile SRCDIR=./../choosers ARCH=x86_64 >make[1]: Entering directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/choosers' >x86_64-pc-linux-gnu-gcc -I. -I./../choosers/.. -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I./../choosers/../efi110 -O2 -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar -Wall -DENABLE_MACHINE_SPECIFIC_NETCONFIG -DCONFIG_LOCALFS -DCONFIG_NETFS -DCONFIG_CHOOSER_SIMPLE -DCONFIG_CHOOSER_TEXTMENU -DEFI_FUNCTION_WRAPPER -DCONFIG_x86_64 -c simple.c -o simple.o >x86_64-pc-linux-gnu-gcc -I. -I./../choosers/.. -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I./../choosers/../efi110 -O2 -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar -Wall -DENABLE_MACHINE_SPECIFIC_NETCONFIG -DCONFIG_LOCALFS -DCONFIG_NETFS -DCONFIG_CHOOSER_SIMPLE -DCONFIG_CHOOSER_TEXTMENU -DEFI_FUNCTION_WRAPPER -DCONFIG_x86_64 -c textmenu.c -o textmenu.o >textmenu.c: In function âselect_kernelâ: >textmenu.c:243:14: warning: variable âfirst_timeâ set but not used [-Wunused-but-set-variable] > 243 | INT8 first_time = 1; > | ^~~~~~~~~~ >x86_64-pc-linux-gnu-ld -o choosers.o -r simple.o textmenu.o >make[1]: Leaving directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/choosers' >mkdir -p tools >make -C tools -f ./../tools/Makefile SRCDIR=./../tools ARCH=x86_64 >make[1]: Entering directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/tools' >x86_64-pc-linux-gnu-gcc -O2 -O2 -pipe -march=native -fno-diagnostics-color -Wall -c eliloalt.c -o eliloalt.o >x86_64-pc-linux-gnu-gcc -o eliloalt -O2 -O2 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wall eliloalt.o >make[1]: Leaving directory '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source/tools' >make: *** No rule to make target 'x86_64/sysdeps.o', needed by 'elilo.so'. Stop. > * ERROR: sys-boot/elilo-3.16-r5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-boot/elilo-3.16-r5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-boot/elilo-3.16-r5::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-boot:elilo-3.16-r5:20240518-182056.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-boot/elilo-3.16-r5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-boot/elilo-3.16-r5/temp/environment'. > * Working directory: '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source' > * S: '/var/tmp/portage/sys-boot/elilo-3.16-r5/work/elilo-3.16-source' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 932167
:
893333
|
893334
|
893335
|
893336
|
893337
|
893338
| 893339 |
893340