> Hi folks,
> I am a bit of a newbie to this and any help is greatly appreciated. I have 
> checked the existing posts and can not find anything similar. I am 
> installing v 6.3 and am coming up with the following error on the 'make 
> install' for bash on section 5.14. Bash-3.2 of the 6.3 manual.
>
> make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/doc'
> ( cd ./builtins ; make  DESTDIR= install )
> make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/builtins'
> make[1]: Nothing to be done for `install'.
> make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/builtins'
> ( cd ./po/ ; make  DESTDIR= install )
> make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/po'
> test -z "[EMAIL PROTECTED] [EMAIL PROTECTED] ru.gmo" || make [EMAIL 
> PROTECTED] 
> [EMAIL PROTECTED] ru.gmo
> make[2]: Entering directory `/mnt/lfs/sources/bash-3.2/po'
> make[2]: [EMAIL PROTECTED]' is up to date.
> make[2]: [EMAIL PROTECTED]' is up to date.
> rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po
> mv: cannot stat `t-ru.gmo': No such file or directory
> make[2]: *** [ru.gmo] Error 1
> make[2]: Leaving directory `/mnt/lfs/sources/bash-3.2/po'
> make[1]: *** [stamp-po] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/po'
> make: [install] Error 2 (ignored)
>
> Do I have a problem here? If so, what did I miss?
>
> Many thanks,
> Borre
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 20 Mar 2008 01:24:43 +0100
> From: Bauke Jan Douma <[EMAIL PROTECTED]>
> Subject: Re: 5.14.1. Installation of Bash
> To: LFS Support List <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Borre van Doorninck wrote on 20-03-08 01:07:
>   
>> rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po
>>     
>
> The -c --statistics part it would seem should be parameters
> to msgfmt, I think.  However, apparently that program was not
> found by some configure process, and hence was replaced by
> the shell builtin ':' command, which does nothing but exit 0
> (see 'help :').
>
> That in itself should be noted.  Having said that, I wouldn't
> worry about it too much.
>
> bjd
>   
More importantly, perhaps, as the last line of the output from *make*
states that the error is *(ignored)* then that is what you should do also.

Richard Melville
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to