On Thu, Jul 09, 2009 at 07:16:58PM +0300, Piavlo wrote:
[..snip..]
Now i get:
Warning: You are running debirf as root. There is a potential
for improperly written modules to damage your system.
Are you sure you wish to continue? [y|N]: y
Loading profile 'debian'...
debirf: creating debirf root...
I: Retrieving Release
E: unknown location /dists/lenny/Release
Did you modify debirf.conf.in? This should
be sid not lenny.
make[2]: *** [../initramfs/fakeroot.log] Error 1
make[2]: Leaving directory
`/var/tmp/portage/app-emulation/libguestfs-1.0.56/work/libguestfs-1.0.56/appliance'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-emulation/libguestfs-1.0.56/work/libguestfs-1.0.56'
make: *** [all] Error 2
Any ideas what is wrong and how to fix it.
Looks like debootstrap failing. Try by
hand:
mkdir /tmp/test ; cd /tmp/test ; debootstrap --verbose lenny .
http://ftp.debian.org/debian
and see if you get the same error. If so, debootstrap is a shell script
so running it as "sh -x debootstrap ..." might give some more
information what's going wrong. Looks as if there's missing some prefix
before $(TARGET)/dists/lenny/Release.
Cheers,
-- Guido