On Sat, Dec 29, 2007 at 01:30:15PM +0100, Nicolas FRANCOIS wrote:
> 
> I use BLFS-SVN (the last one). I installed cracklib, Linux-PAM and then
> moved on to shadow. There come the troubles :
> 
> root [ /sources/shadow-4.0.18.1 ]# for i in de es fi fr id it pt_BR; 
>   do convert-mans UTF-8 ISO-8859-1 man/${i}/*.?; done
> iconv: Séquence d'échappement illégale à la position 67
> iconv: Séquence d'échappement illégale à la position 158
> iconv: Séquence d'échappement illégale à la position 566
> iconv: Séquence d'échappement illégale à la position 439
> iconv: Séquence d'échappement illégale à la position 1939
> iconv: Séquence d'échappement illégale à la position 58
> 
> For the non french speaking LFS folks, "Séquence d'échappement illégale"
> translates to "illegal input sequence".
> 
> What exactly is my problem ?
> 
 It looks as if at least 3 of the files you are processing contain
characters which either are not in UTF-8, or else cannot be
converted to ISO-8859-1.  The conversion has already processed the
good files, so you need fresh source to identify which files are
causing the problem.

 The easiest way to identify the file is probably to alter
convert-mans to

do
        echo "processing $1"  # add this line
        FILE="$1"

 I've no idea what is causing this, my only system with man-db is
LFS-6.3 and the command works there (on all my other builds I use
UTF-8 for manpages).

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to