* 2.6.10-rc1 initramfs busted
@ 2004-10-23 12:31 Russell King
2004-10-23 12:42 ` 2.6.10-rc1 initramfs busted [u] Martin Schlemmer [c]
2004-10-24 8:30 ` 2.6.10-rc1 initramfs busted Matthias Urlichs
0 siblings, 2 replies; 5+ messages in thread
From: Russell King @ 2004-10-23 12:31 UTC (permalink / raw)
To: Linux Kernel List
A build using O= does this:
HOSTCC usr/gen_init_cpio
GEN_INITRAMFS_LIST usr/initramfs_list
Using shipped usr/initramfs_list
CPIO usr/initramfs_data.cpio
ERROR: unable to open 'usr/initramfs_list': No such file or directory
Usage:
./usr/gen_init_cpio <cpio_list>
<cpio_list> is a file containing newline separated entries that
describe the files to be included in the initramfs archive:
The source tree contains this in usr:
-rw-r--r-- 1 rmk rmk 1657 Oct 23 11:41 Makefile
-rw-r--r-- 1 rmk rmk 8335 Oct 23 11:41 gen_init_cpio.c
-rw-r--r-- 1 rmk rmk 1024 Aug 1 2003 initramfs_data.S
-rw-r--r-- 1 rmk rmk 146 Oct 23 11:41 initramfs_list
and the build tree usr contains:
-rwxr-xr-x 1 rmk rmk 10834 Oct 23 13:29 gen_init_cpio
-rw-r--r-- 1 rmk rmk 0 Oct 23 13:29 initramfs_data.cpio
Running with V=1 shows:
make -f /home/rmk/build/linux-v2.6-local/scripts/Makefile.build obj=usr
echo Using shipped usr/initramfs_list
Using shipped usr/initramfs_list
./usr/gen_init_cpio usr/initramfs_list > usr/initramfs_data.cpio
ERROR: unable to open 'usr/initramfs_list': No such file or directory
so it's referencing the wrong directory.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2.6.10-rc1 initramfs busted [u] 2004-10-23 12:31 2.6.10-rc1 initramfs busted Russell King @ 2004-10-23 12:42 ` Martin Schlemmer [c] 2004-10-23 20:36 ` Russell King 2004-10-24 8:30 ` 2.6.10-rc1 initramfs busted Matthias Urlichs 1 sibling, 1 reply; 5+ messages in thread From: Martin Schlemmer [c] @ 2004-10-23 12:42 UTC (permalink / raw) To: Russell King; +Cc: Linux Kernel List [-- Attachment #1: Type: text/plain, Size: 1657 bytes --] On Sat, 2004-10-23 at 13:31 +0100, Russell King wrote: > A build using O= does this: > > HOSTCC usr/gen_init_cpio > GEN_INITRAMFS_LIST usr/initramfs_list > Using shipped usr/initramfs_list > CPIO usr/initramfs_data.cpio > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > Usage: > ./usr/gen_init_cpio <cpio_list> > > <cpio_list> is a file containing newline separated entries that > describe the files to be included in the initramfs archive: > > The source tree contains this in usr: > > -rw-r--r-- 1 rmk rmk 1657 Oct 23 11:41 Makefile > -rw-r--r-- 1 rmk rmk 8335 Oct 23 11:41 gen_init_cpio.c > -rw-r--r-- 1 rmk rmk 1024 Aug 1 2003 initramfs_data.S > -rw-r--r-- 1 rmk rmk 146 Oct 23 11:41 initramfs_list > > and the build tree usr contains: > > -rwxr-xr-x 1 rmk rmk 10834 Oct 23 13:29 gen_init_cpio > -rw-r--r-- 1 rmk rmk 0 Oct 23 13:29 initramfs_data.cpio > > Running with V=1 shows: > > make -f /home/rmk/build/linux-v2.6-local/scripts/Makefile.build obj=usr > echo Using shipped usr/initramfs_list > Using shipped usr/initramfs_list > ./usr/gen_init_cpio usr/initramfs_list > usr/initramfs_data.cpio > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > so it's referencing the wrong directory. > Yep. Please see the [PATCH 2.6.9-bk7] Select cpio_list or source directory for initramfs image updates thread for latest patch to fix this and other issues. There are some other patches floating around that is slightly smaller, but I would appreciate testing and feedback. Cheers, -- Martin Schlemmer [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.10-rc1 initramfs busted [u] 2004-10-23 12:42 ` 2.6.10-rc1 initramfs busted [u] Martin Schlemmer [c] @ 2004-10-23 20:36 ` Russell King 2004-10-23 23:41 ` Martin Schlemmer [c] 0 siblings, 1 reply; 5+ messages in thread From: Russell King @ 2004-10-23 20:36 UTC (permalink / raw) To: Martin Schlemmer [c]; +Cc: Linux Kernel List On Sat, Oct 23, 2004 at 02:42:08PM +0200, Martin Schlemmer [c] wrote: > On Sat, 2004-10-23 at 13:31 +0100, Russell King wrote: > > A build using O= does this: > > > > HOSTCC usr/gen_init_cpio > > GEN_INITRAMFS_LIST usr/initramfs_list > > Using shipped usr/initramfs_list > > CPIO usr/initramfs_data.cpio > > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > > > Usage: > > ./usr/gen_init_cpio <cpio_list> > > > > <cpio_list> is a file containing newline separated entries that > > describe the files to be included in the initramfs archive: > > > > The source tree contains this in usr: > > > > -rw-r--r-- 1 rmk rmk 1657 Oct 23 11:41 Makefile > > -rw-r--r-- 1 rmk rmk 8335 Oct 23 11:41 gen_init_cpio.c > > -rw-r--r-- 1 rmk rmk 1024 Aug 1 2003 initramfs_data.S > > -rw-r--r-- 1 rmk rmk 146 Oct 23 11:41 initramfs_list > > > > and the build tree usr contains: > > > > -rwxr-xr-x 1 rmk rmk 10834 Oct 23 13:29 gen_init_cpio > > -rw-r--r-- 1 rmk rmk 0 Oct 23 13:29 initramfs_data.cpio > > > > Running with V=1 shows: > > > > make -f /home/rmk/build/linux-v2.6-local/scripts/Makefile.build obj=usr > > echo Using shipped usr/initramfs_list > > Using shipped usr/initramfs_list > > ./usr/gen_init_cpio usr/initramfs_list > usr/initramfs_data.cpio > > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > > > so it's referencing the wrong directory. > > > > Yep. Please see the > > [PATCH 2.6.9-bk7] Select cpio_list or source directory for initramfs image updates > > thread for latest patch to fix this and other issues. There are some > other patches floating around that is slightly smaller, but I would > appreciate testing and feedback. There's this obvious error in the patch (missing 'i'): +$(obj)/$(initramfs_list): FORCE + $(if $(nitramfs_list_state_uptodate),, \ though I am wondering why this looks rather complicated. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/ 2.6 Serial core ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.10-rc1 initramfs busted [u] 2004-10-23 20:36 ` Russell King @ 2004-10-23 23:41 ` Martin Schlemmer [c] 0 siblings, 0 replies; 5+ messages in thread From: Martin Schlemmer [c] @ 2004-10-23 23:41 UTC (permalink / raw) To: Russell King; +Cc: Linux Kernel List [-- Attachment #1: Type: text/plain, Size: 2503 bytes --] On Sat, 2004-10-23 at 21:36 +0100, Russell King wrote: > On Sat, Oct 23, 2004 at 02:42:08PM +0200, Martin Schlemmer [c] wrote: > > On Sat, 2004-10-23 at 13:31 +0100, Russell King wrote: > > > A build using O= does this: > > > > > > HOSTCC usr/gen_init_cpio > > > GEN_INITRAMFS_LIST usr/initramfs_list > > > Using shipped usr/initramfs_list > > > CPIO usr/initramfs_data.cpio > > > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > > > > > Usage: > > > ./usr/gen_init_cpio <cpio_list> > > > > > > <cpio_list> is a file containing newline separated entries that > > > describe the files to be included in the initramfs archive: > > > > > > The source tree contains this in usr: > > > > > > -rw-r--r-- 1 rmk rmk 1657 Oct 23 11:41 Makefile > > > -rw-r--r-- 1 rmk rmk 8335 Oct 23 11:41 gen_init_cpio.c > > > -rw-r--r-- 1 rmk rmk 1024 Aug 1 2003 initramfs_data.S > > > -rw-r--r-- 1 rmk rmk 146 Oct 23 11:41 initramfs_list > > > > > > and the build tree usr contains: > > > > > > -rwxr-xr-x 1 rmk rmk 10834 Oct 23 13:29 gen_init_cpio > > > -rw-r--r-- 1 rmk rmk 0 Oct 23 13:29 initramfs_data.cpio > > > > > > Running with V=1 shows: > > > > > > make -f /home/rmk/build/linux-v2.6-local/scripts/Makefile.build obj=usr > > > echo Using shipped usr/initramfs_list > > > Using shipped usr/initramfs_list > > > ./usr/gen_init_cpio usr/initramfs_list > usr/initramfs_data.cpio > > > ERROR: unable to open 'usr/initramfs_list': No such file or directory > > > > > > so it's referencing the wrong directory. > > > > > > > Yep. Please see the > > > > [PATCH 2.6.9-bk7] Select cpio_list or source directory for initramfs image updates > > > > thread for latest patch to fix this and other issues. There are some > > other patches floating around that is slightly smaller, but I would > > appreciate testing and feedback. > > There's this obvious error in the patch (missing 'i'): > > +$(obj)/$(initramfs_list): FORCE > + $(if $(nitramfs_list_state_uptodate),, \ > Ah, thanks!. Should not matter though, as we do nothing with uptodate currently. > though I am wondering why this looks rather complicated. > I guess I can drop the uptodate $(if, as we only really need to check outofdate and missing, but I was not sure if anybody wanted to print or do something on uptodate ... Or is it not the nested $(if's you are referring to? thanks, -- Martin Schlemmer [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.10-rc1 initramfs busted 2004-10-23 12:31 2.6.10-rc1 initramfs busted Russell King 2004-10-23 12:42 ` 2.6.10-rc1 initramfs busted [u] Martin Schlemmer [c] @ 2004-10-24 8:30 ` Matthias Urlichs 1 sibling, 0 replies; 5+ messages in thread From: Matthias Urlichs @ 2004-10-24 8:30 UTC (permalink / raw) To: linux-kernel Hi, Russell King wrote: > A build using O= does this: I already posted a small patch for this, three days ago. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-10-24 8:30 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2004-10-23 12:31 2.6.10-rc1 initramfs busted Russell King 2004-10-23 12:42 ` 2.6.10-rc1 initramfs busted [u] Martin Schlemmer [c] 2004-10-23 20:36 ` Russell King 2004-10-23 23:41 ` Martin Schlemmer [c] 2004-10-24 8:30 ` 2.6.10-rc1 initramfs busted Matthias Urlichs
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
Powered by JetHome