At Thu, 08 Jan 2009 13:53:49 +0300,
Nikita V. Youshchenko wrote:
>
> Package: qemubuilder
> Version: 0.48
> Severity: important
>
> I've tried to use qemubuilder to build armel packages on i386 host, and
> (after some struggle to get a working kernel image) found that any attempt
> to build a package hangs just after build-depends are installed.
>
> After some experiments I found that hang is caused by pseudo filesystems
> not being mounted inside qemu.
> The problem disappeared after I edited /pbuilder-run script inside qemu
> filesystem, such that now it contains
>
> ...
> mount -n proc /proc -t proc
> mount -n sysfs /sys -t sysfs
> mount -n devpts /dev/pts -t devpts
> ...
>
> Please fix qemubuilder --create to add these lines automatically when
> creating a new environment, and also add some documentation to help people
> update already exiwting environments.
in line 706 of Git tree:
"mount -n /proc /proc -t proc\n"
is already there for second-stage.
Do you mean, sysfs and devpts mount is required in addition ?
regards,
junichi
--
dan...@{netfort.gr.jp,debian.org}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]