almondyoung / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ios build break on gyp/ninja build #456

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.

GYP_DEFINES="OS=ios target_arch=armv7" GYP_CROSSCOMPILE=1  
GYP_GENERATOR_FLAGS="output_dir=out_ios" ./build/gyp_chromium -f ninja 
--depth=. libyuv_test.gyp
ninja -j8 -C out_ios/Debug-iphoneos
ninja -j8 -C out_ios/Release-iphoneos

What is the expected output? What do you see instead?

gyp: third_party/class-dump/class-dump.gyp not found (cwd: 
/Users/fbarchard/libyuv2/libyuv)
ninja: Entering directory `out_ios/Debug-iphoneos'

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fbarch...@google.com on 18 Jun 2015 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@google.com on 24 Jun 2015 at 2:21

GoogleCodeExporter commented 8 years ago
my roll forward on chromium to attempt a fix on this broke bots on android, so 
I'll use this bug to track mobile builds.

Original comment by fbarch...@google.com on 26 Jun 2015 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@google.com on 26 Jun 2015 at 9:43

GoogleCodeExporter commented 8 years ago
I ran into this when rolling https://codereview.webrtc.org/1145343009/
I think you need to imitate WebRTC's changes to roll past that chromium 
revision.

Assigning to you since I'm on a leave.

Original comment by kjellan...@google.com on 28 Jun 2015 at 7:05

GoogleCodeExporter commented 8 years ago
created CL that mimics webrtc change
https://webrtc-codereview.appspot.com/50309004/

Original comment by fbarch...@google.com on 29 Jun 2015 at 5:48

GoogleCodeExporter commented 8 years ago
ios fixed.  android and mac asan have bot issues, but will open new issues for 
those.

Original comment by fbarch...@google.com on 30 Jun 2015 at 7:51