bpd1069 / naclports

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

jpeg6b in r1054 fails to build for pnacl #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Log from the build process (after the make once before failed) is attached.

My out/repository/jpeg-6b/build-nacl-pnacl/Makefile contains the following lines

# library (.a) file creation command
AR= ar rc

which is obviously wrong. Trying to run the failing command with the correct ar 
(I tested with NACL_SDK_ROOT/toolchain/linux_pnacl/bin64/pnacl-ar) finishes 
succesfully.

I made an attempt to correct this at https://codereview.chromium.org/139303013

Strangely, the build bots have no problem building this port… I wonder if it 
is not an error on my part after all.

Original issue reported on code.google.com by jirkadan...@gmail.com on 17 Jan 2014 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by 374...@mail.muni.cz on 17 Jan 2014 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 30 Sep 2014 at 11:27