This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/19813] Failure when cross-testing using cross-test-ssh.sh


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]