rooneypark / naclports

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

Building zlib for pnacl on mac using the pepper_31 SDK fails #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See 
https://groups.google.com/d/msg/native-client-discuss/f4F6AA8rLxk/OHbuiJnX574J

Wrote script 
/Users/ap/code/learning/nacl/naclports/src/out/repository/zlib-1.2.3/minigzip
./minigzip: line 8: /Users/ap/SDKs/nacl/pepper_31/tools/sel_ldr_x86_64: No such 
file or directory
 *** minigzip test FAILED ***
make: *** [out/sentinels/pnacl/ports/zlib] Error 1

This happens because pepper_31 doesn't have sel_ldr_x86_64 on mac, and we're 
not currently checking for the existence of sel_ldr when running pnacl tests.

Original issue reported on code.google.com by binji@chromium.org on 10 Dec 2013 at 6:06

GoogleCodeExporter commented 9 years ago
We now show sel_ldr_x86_64 on mac so this is fixed.

Original comment by sbc@google.com on 30 Sep 2014 at 7:29