On Mon, Apr 20, 2009 at 08:01:34PM +0200, Ján ONDREJ (SAL) wrote:
On Mon, Apr 20, 2009 at 06:59:50PM +0100, Richard W.M. Jones wrote:
On Mon, Apr 20, 2009 at 07:55:56PM +0200, Ján ONDREJ (SAL) wrote:
I'm sorry, this is not a problem. But I don't know why, always 2 initramfs* directories are created:
drwxr-xr-x 3 ondrejj ondrejj 4096 Apr 20 19:52 initramfs/ drwxr-xr-x 3 ondrejj ondrejj 4096 Apr 20 19:52 initramfs?/
Then fakeroot fails.
What versions of fakeroot, Fedora, febootstrap etc are you using?
I think these suggested by you:
[ondrejj@work libguestfs]$ rpm -q fakeroot febootstrap fedora-release fakeroot-1.11-19.fc10.i386
Since it looks like a problem with fakeroot, do you think you could try this with the version from Rawhide? This should work:
yum --enablerepo=rawhide install fakeroot*
Rich.
On Mon, Apr 20, 2009 at 07:04:27PM +0100, Richard W.M. Jones wrote:
On Mon, Apr 20, 2009 at 08:01:34PM +0200, Ján ONDREJ (SAL) wrote:
On Mon, Apr 20, 2009 at 06:59:50PM +0100, Richard W.M. Jones wrote:
On Mon, Apr 20, 2009 at 07:55:56PM +0200, Ján ONDREJ (SAL) wrote:
I'm sorry, this is not a problem. But I don't know why, always 2 initramfs* directories are created:
drwxr-xr-x 3 ondrejj ondrejj 4096 Apr 20 19:52 initramfs/ drwxr-xr-x 3 ondrejj ondrejj 4096 Apr 20 19:52 initramfs?/
Then fakeroot fails.
What versions of fakeroot, Fedora, febootstrap etc are you using?
I think these suggested by you:
[ondrejj@work libguestfs]$ rpm -q fakeroot febootstrap fedora-release fakeroot-1.11-19.fc10.i386
Since it looks like a problem with fakeroot, do you think you could try this with the version from Rawhide? This should work:
yum --enablerepo=rawhide install fakeroot*
OK:
================================================================================ Package Arch Version Repository Size ================================================================================ Installing: fakeroot-libs i586 1.12.2-21.fc11 rawhide 72 k Updating: fakeroot i586 1.12.2-21.fc11 rawhide 77 k
But still same problem.
Also after removing initramfs? directory manually it's recreated on next make command. :(
SAL
On Mon, Apr 20, 2009 at 08:09:15PM +0200, Ján ONDREJ (SAL) wrote:
Also after removing initramfs? directory manually it's recreated on next make command. :(
Do you think you can send me the full, unedited output of:
make clean make
Rich.