Il Sun, Apr 21, 2002 at 01:28:47AM +0900, Junichi Uekawa ha scritto:
[...] 
> > I tried to create a i386 italian with language chooser but I got an
> > error from makefile stating that I had to choose LINGUA=C in order
> > to have language chooser.
> 
> Hmm.. what did you do, exactly ?

giuseppe@casa:~/debian/boot-floppies$ make LINGUA=it release
[ -d updates ] || mkdir -p updates
set -e; \
if [ -d /archive/debian/Incoming ]; then \
    cd /archive/debian/Incoming ;\
    find . -name '*_all.deb' -exec cp {}
/home/giuseppe/debian/boot-floppies/updates/ \; ;\
    find . -name '*_i386.deb' -exec cp {}
/home/giuseppe/debian/boot-floppies/updates/ \; ;\
fi
set -e; \
if [ -d /archive/debian/local ]; then \
    cd /archive/debian/local ;\
    find . -name '*.deb' -exec cp {}
/home/giuseppe/debian/boot-floppies/updates/ \; ;\
fi
[ -d /archive/debian/download ] || mkdir -p /archive/debian/download
[ -d /var/tmp/boot-floppies ] || mkdir -p /var/tmp/boot-floppies
make utils
make[1]: Entering directory `/home/giuseppe/debian/boot-floppies'
make -C utilities KVER=2.2.20 KERNEL_VERSION_CODE=144179
make[2]: Entering directory `/home/giuseppe/debian/boot-floppies/utilities'

Since you are about to use language chooser you must set LINGUA variable to C

make[2]: *** [LC-lossage] Error 1
make[2]: Leaving directory
`/home/giuseppe/debian/boot-floppies/utilities'
make[1]: *** [utils] Error 2
make[1]: Leaving directory `/home/giuseppe/debian/boot-floppies'
make: *** [build] Error 2
giuseppe@casa:~/debian/boot-floppies$ 

[...]
> > I still have to look at what happens using languages that need utf8. If
> > you have some hints, please tell me or, better, modify my patch.
> 
> The languages that need utf8 will have problems with non-utf8.

Yes, I was aware of it. I am thinking about what to do. I will keep on
this from next monday since now I am leaving for the week end.

Bye,
Giuseppe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to