FS#19403 - [mkinitcpio-busybox] building with gcc 4.5.0 breaks 'sed'
Attached to Project:
Arch Linux
Opened by Byron Clark (byronc) - Sunday, 09 May 2010, 17:21 GMT
Last edited by Thomas Bächler (brain0) - Saturday, 22 May 2010, 14:27 GMT
Opened by Byron Clark (byronc) - Sunday, 09 May 2010, 17:21 GMT
Last edited by Thomas Bächler (brain0) - Saturday, 22 May 2010, 14:27 GMT
|
Details
Description:
I use this stanza in /boot/grub/menu.lst for booting my arch system: title Arch Linux root (hd0,0) kernel /vmlinuz26 root=/dev/mapper/thinktiny-root cryptdevice=/dev/sda2:thinktiny ro quiet i915.powersave=0 initrd /kernel26.img After updating to mkinitcpio-0.6.4-1 and kernel26-2.6.33.3-2 my system no longer boots with the new initramfs. I get this error on boot (_gibberish_ is a bunch of unprintable characters): /init: export: line 52: _gibberish_: bad variable name kernel panic - not syncing: Attempted to kill init! The system boots successfully if I remove "i915.powersave=0" from the kernel command line. Additional info: * package version(s) mkinitcpio 0.6.4-1 kernel26 2.6.33.3-2 |
This task depends upon
/boot/vmlinuz26 root=/dev/disk/by-uuid/xxxxxxxxxxxxxxx ro quiet vga=0x31b logo.nologo
logo.nologo - dotted variable
Additionally, I get only 800x600 resolution in X after doing that.
*Same package versions as told here.
Thanks!
Thanks.
allan@mugen ~
> cat test.txt
foo.bar
allan@mugen ~
> /var/abs/local/tmp/pkg/lib/initcpio/busybox sed "s#foo.##" test.txt
bar
Is that enough to test if this bug is fixed?
Your preliminary tests seem to indicate the bug is fixed, but I will perform more thorough tests before pushing any new package.