reassign 514877 ltsp-server
thanks
On Wed, Feb 11, 2009 at 06:10:56PM +0200, Lars Noodén wrote:
> When trying to build an i386 ltsp on an AMD64,
what version of ltsp packages do you have installed:
COLUMNS=200 dpkg -l 'ltsp*' | awk '/^ii/{print $2" "$3}'
> locale-gen seems to be missing from the ltsp build directory, the result
> is an error:
>
> # time ltsp-build-client --arch i386 --dist etch \
> --mirror http://ftp.fi.debian.org/debian/
>
> I: Configuring tasksel...
> I: Base system installed successfully.
> chroot: cannot run command `locale-gen': No such file
> or directory
> error: LTSP client installation ended abnormally
this seems odd, as the code tests for the presence of locale-gen before running
it (since 2007-05-19, at least):
if [ -f $ROOT/etc/locale.gen ] && [ -x $ROOT/usr/sbin/locale-gen ] ; then
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical LC_ALL=C chroot
$ROOT /usr/sbin/locale-gen
fi
> Linux mini 2.6.24-23-generic #1 SMP Thu Nov 27 18:13:46 UTC 2008 x86_64
> GNU/Linux
what version of Debian are you running?
thanks!
live well,
vagrant
p.s. in the future, please consider using the "reportbug" tool to help
get some of this information automatically.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]