[Buildroot] coreutils build failing

Stephen Rodgers hwstar at rodgers.sdcoxmail.com
Thu Sep 10 03:53:10 UTC 2009


Peter Korsgaard wrote:
>>>>>> "Stephen" == Stephen Rodgers <hwstar at rodgers.sdcoxmail.com> writes:
> 
> Hi,
> 
>  >> Could you either try with the default uclibc config or post your config?
> 
>  Stephen> I can confirm that default uClibc config fails in the same
>  Stephen> way. The only difference between my custom config and the
>  Stephen> default config is the enabling of SUSV3 legacy support which
>  Stephen> is required for Asterisk/Zaptel.
> 
>  Stephen> In the meantime, As a test I modified the config.h in in the
>  Stephen> build_i686/coreutils-7.4 directory to see if it would compile,
>  Stephen> and it did:
> 
>  Stephen> /* Define if rename does not work when the destination file exists, as
>  Stephen> on Windows. */
>  Stephen> /* #define RENAME_DEST_EXISTS_BUG 1 */
> 
> Ok, but then you need to figure out why that gets defined. Looking at
> the code it doesn't make any sense to me:
> 
>     case "$host_os" in
>       mingw*) gl_cv_func_rename_dest_exists_bug=yes ;;
>       *) gl_cv_func_rename_dest_exists_bug=no ;;
>     esac
> 
> your host_os definately shouldn't be mingw on a Linux machine. Could you
> please put your (compressed) coreutils-7.4/config.log file somewhere so
> I can take a look?
> 
Hi Peter,

As you requested, I tarred up the config.log from the failed
coreutils-7.4 build. You should be able to wget config.log.tar.gz using
the following url:

http://test.qrvc.com/config.log.tar.gz

Steve.




More information about the buildroot mailing list