[Bug build/19813] Failure when cross-testing using cross-test-ssh.sh
joseph at codesourcery dot com
sourceware-bugzilla@sourceware.org
Fri Mar 11 23:25:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=19813
--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Fri, 11 Mar 2016, martin.galvan at tallertechnologies dot com wrote:
> touch: cannot touch ‘/home/martin/glibc/build/localedata/de_DE.UTF-8/LC_CTYPE’:
> No such file or directory
> /bin/sh: 4: cannot create
> /home/martin/glibc/build/localedata/de_DE.UTF-8/LC_CTYPE.test-result: Directory
> nonexistent
> make[2]: *** [/home/martin/glibc/build/localedata/de_DE.UTF-8/LC_CTYPE] Error 2
> make[2]: Leaving directory `/home/martin/glibc/source/localedata'
> make[1]: *** [localedata/tests] Error 2
> make[1]: Leaving directory `/home/martin/glibc/source'
> make: *** [tests] Error 2
>
> Notice I correctly mirrored my machine's file system into the Beaglebone's.
You need to mount your machine's filesystem on the Beaglebone (NFS or
similar - mounting both from a third system may not work so well, so
export from the build system to the Beaglebone; also acdirmax=0,acdirmin=0
options on the mount may help). localedef run on the Beaglebone via ssh
creates a directory and that directory creation must be visible on the
build system immediately after ssh returns.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list