Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689056 - genkernel --clean --mrproper all fails w/4.19.52 kernel and elfutils-0.176-r1
Summary: genkernel --clean --mrproper all fails w/4.19.52 kernel and elfutils-0.176-r1
Status: RESOLVED DUPLICATE of bug 671760
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 05:35 UTC by Mark G. Woodruff
Modified: 2019-07-01 07:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
genkernel.log (genkernel.log,131.95 KB, text/x-log)
2019-07-01 05:35 UTC, Mark G. Woodruff
Details
emerge --info (emerge.info,6.57 KB, application/x-info)
2019-07-01 05:36 UTC, Mark G. Woodruff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark G. Woodruff 2019-07-01 05:35:59 UTC
Created attachment 581584 [details]
genkernel.log

# genkernel --clean --mrproper all
* Gentoo Linux Genkernel; Version 3.5.3.3
* Running with options: --clean --mrproper all

* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
* Linux Kernel 4.19.52-gentoo for x86_64...
* .. with config file /etc/kernels/kernel-config-x86_64-4.19.52-gentoo
* kernel: Using config from /etc/kernels/kernel-config-x86_64-4.19.52-gentoo
* kernel: >> Running mrproper...
*         >> Running oldconfig...
* kernel: >> Cleaning...
* kernel: >> Invoking menuconfig...
*         >> Compiling 4.19.52-gentoo bzImage...
* ERROR: Failed to compile the "bzImage" target...
* 
* -- Grepping log... --
* 
*  CC      fs/jbd2/commit.o
*  CC      drivers/acpi/bus.o
*  CC      arch/x86/kernel/time.o
*  CC      lib/genalloc.o
*net/core/rtnetlink.c: In function ‘rtnl_newlink’:
*net/core/rtnetlink.c:3160:1: warning: the frame size of 1288 bytes is larger than 1024 bytes [-Wframe-larger-than=]
*--
*  CC      kernel/sched/isolation.o
*  CC      kernel/trace/rpm-traces.o
*  CC      lib/jedec_ddr_data.o
*  CC      arch/x86/kernel/irqinit.o
*  CC      drivers/acpi/ec.o
*  CC      mm/memory-failure.o
*--
*  CC      fs/squashfs/dir.o
*  CC      drivers/ata/libata-trace.o
*  CC      net/ipv4/ip_sockglue.o
*  CC      kernel/futex.o
*arch/x86/kernel/kvm.c: In function ‘kvm_send_ipi_mask_allbutself’:
*arch/x86/kernel/kvm.c:519:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
*--
*  AR      built-in.a
*  LD      vmlinux.o
*ld: fs/xfs/xfs_trace.o: unable to initialize decompress status for section .debug_info
*ld: fs/xfs/xfs_trace.o: unable to initialize decompress status for section .debug_info
*ld: built-in.a: member fs/xfs/xfs_trace.o in archive is not an object
*make: *** [Makefile:1020: vmlinux] Error 1
*--
* Running with options: --clean --mrproper all
* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
*
* ERROR: Failed to compile the "bzImage" target...
* 
* -- End log... --
Comment 1 Mark G. Woodruff 2019-07-01 05:36:48 UTC
Created attachment 581586 [details]
emerge --info
Comment 2 Mark G. Woodruff 2019-07-01 05:38:52 UTC
Sounds like another symptom of bug  671650 but with elfutils-0.176-r1 rather than 0.175
Comment 3 Mark G. Woodruff 2019-07-01 05:59:37 UTC
Works with dev-libs/elfutils-0.173-r1
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2019-07-01 07:41:59 UTC

*** This bug has been marked as a duplicate of bug 671760 ***