zinonet / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

toybox build is failing on the pnacl buildbots #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Looks like system clan is not present on these bots:

http://build.chromium.org/p/client.nacl.ports/builders/linux-pnacl_newlib-all/bu
ilds/423/steps/pnacl%20newlib%20toybox/logs/stdio

make[1]: Entering directory 
`/mnt/data/b/build/slave/linux-pnacl_newlib-all/build/src/out/repository/toybox-
0.4.7'
scripts/make.sh
Make generated/config.h from .config.
Extract configuration information from toys/*.c files...
scripts/genconfig.sh: line 73: ./a.out: No such file or directory
Generate headers from toys/*/*.c...
generated/newtoys.h
scripts/make.sh: line 64: clang: command not found
make[1]: *** [toybox] Error 1

Can we just use 'cc' instead perhaps?

Original issue reported on code.google.com by sbc@google.com on 16 Jan 2014 at 5:05

GoogleCodeExporter commented 9 years ago
cc should work -- that was an oversight on my part.  The only reason it needs a 
host compiler is for generating the list of toys to build and install.  I'm 
happy to submit the changelist, along with my apologies.

Original comment by matthewt...@gmail.com on 16 Jan 2014 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 16 Jan 2014 at 5:11

GoogleCodeExporter commented 9 years ago
thanks!

Original comment by sbc@google.com on 16 Jan 2014 at 5:11

GoogleCodeExporter commented 9 years ago
I'll close this once I've submitted a CL to update to the new build system and 
the change in getcwd from https://codereview.chromium.org/140993003/

Original comment by matthewt...@gmail.com on 16 Jan 2014 at 10:50

GoogleCodeExporter commented 9 years ago
Closed in r1056.

Original comment by matthewt...@gmail.com on 17 Jan 2014 at 2:57