WangYongHai / libyuv

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

gold linker not found #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trunk/third_party/binutils (ERROR)
----------------------------------------
[0:00:00] Started.
----------------------------------------
Error: 15> Couldn't find src/third_party/binutils@263028 in chromium_deps, 
referenced by trunk/third_party/binutils (parent: trunk)

Original issue reported on code.google.com by fbarch...@chromium.org on 10 Apr 2014 at 6:30

GoogleCodeExporter commented 9 years ago
also runhooks on windows
raceback (most recent call last):
 File "trunk/gyp_libyuv", line 53, in <module>
   vs2013_runtime_dll_dirs = vs_toolchain.DownloadVsToolchain()
ttributeError: 'module' object has no attribute 'DownloadVsToolchain'
rror: Command /usr/bin/python trunk/gyp_libyuv returned non-zero exit status 1 
in /usr/local/google/libyuv
barchard@g36:/usr/local/google/libyuv/trunk$

Original comment by fbarch...@chromium.org on 10 Apr 2014 at 8:35

GoogleCodeExporter commented 9 years ago
vs2013 issue resolved in r1000

In this chromium CL
https://codereview.chromium.org/233393002

r263185 changes the gold linker location.
libyuv is currently on chromium_revision 262938

Original comment by fbarch...@chromium.org on 12 Apr 2014 at 2:47

GoogleCodeExporter commented 9 years ago
All builds are green now.

Original comment by kjellan...@google.com on 13 Apr 2014 at 11:30

GoogleCodeExporter commented 9 years ago
In Chrome we get the following x86 android try bot issue on r 998

________ running '/usr/bin/python src/build/gyp_chromium' in 
'/mnt/scratch0/b_used/build/slave/android_x86/build'
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit 
status 1 in /mnt/scratch0/b_used/build/slave/android_x86/build
Updating projects from gyp files...
gyp: Undefined variable android_toolchain in 
/mnt/scratch0/b_used/build/slave/android_x86/build/src/build/all.gyp
< gclient runhooks
ERROR: process exited with code 2
@@@STEP_FAILURE@@@
FATAL 2 != 88
program finished with exit code 1
elapsedTime=89.419375

Original comment by fbarch...@chromium.org on 15 Apr 2014 at 10:03

GoogleCodeExporter commented 9 years ago
r1000 checked into webrtc and chromium.

Original comment by fbarch...@chromium.org on 22 Apr 2014 at 1:45