bpd1069 / naclports

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

Nacl_mount fails to install #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install using the latest version

What is the expected output? What do you see instead?
It is expected to install when I call make all from the base directory. Instead 
it throws an error in the testing stage of the nacl_mount install. The error is 
"Missing header sys/select.h" in the file DevTest.cc

    naclports/src/libraries/nacl-mounts/test.nacl//DevTest.cc:11:24: error: sys/select.h: No such file or directory

What version of the product are you using? On what operating system?
Using ubuntu 12.04 nacl_ports rev 622 nacl_sdk with pepper 21

Please provide any additional information below.
in libraries/nacl-mounts/test.nacl/Makefile the -I include paths are hardcoded. 
Changing them to the correct values for still didn't fix them for me though. I 
don't understand why it couldn't find <sys/select.h> though. Do I need a newer 
version of pepper?

Original issue reported on code.google.com by jrowe...@gmail.com on 21 Aug 2012 at 5:42

GoogleCodeExporter commented 9 years ago
For a short work around, I removed the line 'DevTest.cc \' from the file 
libraries/nacl-mounts/test.nacl/Makefile and it compiled and installed just fine

Original comment by jrowe...@gmail.com on 21 Aug 2012 at 5:46

GoogleCodeExporter commented 9 years ago
I think this was fixed at svn rev 623 and 624:

https://chromiumcodereview.appspot.com/10854174

Original comment by jvo...@google.com on 23 Aug 2012 at 12:04