bpd1069 / naclports

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

Building curl fails if openssl has alredy been built #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get latest Pepper Canary SDK. (I have version 32, revision 227224)
2. Get latest naclport. (I have  927543ff81a0e811da6d389ed027a0ea790b94fe)
3. Set NACL_SDK_ROOT to pepper_canary
4. From naclports/src, run "make openssl".  This works fine.
5. From naclports/src, run "make curl". 

What is the expected output? What do you see instead?
I expected the make process to finish successfully.  Instead it fails.  See the 
attached text file for the output.

What version of the product are you using? On what operating system?
Pepper Canary SDK, version 32, revision 227224.
naclports, 927543ff81a0e811da6d389ed027a0ea790b94fe
Ubuntu 12.04.2 LTS, 32 bit (Inside Oracle VM Virtualbox 4.2.18 r88780)

Please provide any additional information below.
I've found if I make curl first and then open ssl (with fresh copies of the sdk 
and naclports), then I do not get the error.  I haven't been able to get 
libcurl working inside my code yet, so I'm not sure if just altering the make 
order is a valid workaround.

Original issue reported on code.google.com by jason.so...@gmail.com on 7 Oct 2013 at 1:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 9 Oct 2013 at 1:31