Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 291794

Summary: sys-kernel/genkernel-3.4.10.906: initramfs-blkid-temp: No such file or directory
Product: Gentoo Linux Reporter: Arsen Shnurkov <Arsen.Shnurkov>
Component: [OLD] UnspecifiedAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: VERIFIED FIXED    
Severity: normal CC: robert.golding
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arsen Shnurkov 2009-11-04 01:07:18 UTC
when compiling with genkernel some error appers:

>> Appending blkid cpio data...
/usr/share/genkernel/gen_funcs.sh: line 411: popd: /var/tmp/genkernel/809.12307.
16217.19301/initramfs-blkid-temp: No such file or directory

Full output:

Gentoo_x64n ~ # genkernel --mdadm --lvm --disklabel --symlink all
* Gentoo Linux Genkernel; Version 3.4.10.906
* Running with options: --mdadm --lvm --disklabel --symlink all

* Linux Kernel 2.6.31-gentoo-r4 for x86_64...
* kernel: >> Running mrproper...
* config: Using config from /etc/kernels/kernel-config-x86_64-2.6.31-gentoo-r4
*         Previous config backed up to .config.bak
*         >> Running oldconfig...
* kernel: >> Cleaning...
*         >> Compiling 2.6.31-gentoo-r4 bzImage...
*         >> Compiling 2.6.31-gentoo-r4 modules...
* Copying config for successful build to /etc/kernels/kernel-config-x86_64-2.6.3
1-gentoo-r4
* busybox: >> Using cache
* initramfs: >> Initializing...
*         >> Appending base_layout cpio data...
*         >> Appending auxilary cpio data...
*         >> Appending busybox cpio data...
*         >> Appending lvm cpio data...
*           LVM: Adding support (using local static binaries)...
*         >> Appending mdadm cpio data...
*         >> Appending modules cpio data...
*         >> Appending blkid cpio data...
/usr/share/genkernel/gen_funcs.sh: line 411: popd: /var/tmp/genkernel/809.12307.
16217.19301/initramfs-blkid-temp: No such file or directory
*
* Kernel compiled successfully!
*
* Required Kernel Parameters:
*     real_root=/dev/$ROOT
*
*     Where $ROOT is the device node for your root partition as the
*     one specified in /etc/fstab
*
* If you require Genkernel's hardware detection features; you MUST
* tell your bootloader to use the provided INITRAMFS file. Otherwise;
* substitute the root argument for the real_root argument if you are
* not planning to use the initramfs...

* WARNING... WARNING... WARNING...
* Additional kernel cmdline arguments that *may* be required to boot properly...

* add "dolvm" for lvm support

* Do NOT report kernel bugs as genkernel bugs unless your bug
* is about the default genkernel configuration...
*
* Make sure you have the latest genkernel before reporting bugs.

Reproducible: Always

Steps to Reproduce:
Comment 1 Arsen Shnurkov 2009-11-04 01:37:28 UTC
Steps to reproduce:
rm -rf /usr/src/linux/* 
rm -rf /etc/kernels/* 
emerge gentoo-sources genkernel
genkernel --mrproper --mdadm --lvm --disklabel --symlink all 
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2009-11-16 02:36:15 UTC
This is fixed in git.
Comment 3 Robert Golding 2009-11-20 22:15:50 UTC
(In reply to comment #2)
> This is fixed in git.
> 

Does this mean *907 will be have this fixed?
Comment 4 Arsen Shnurkov 2009-11-21 10:36:33 UTC
*** Bug 293945 has been marked as a duplicate of this bug. ***