Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 653962

Summary: www-client/chromium-66.0.3359.117 fails to build : FAILED: mksnapshot
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: Current packagesAssignee: Chromium Project <chromium>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log xz-compressed
emerge --info (xz-compressed)

Description Helmut Jarausch 2018-04-24 10:47:10 UTC
Trying to build chromium-66.0.3359.117 fails with

[610/610] python "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" -- x86_64-pc-linux-gnu-clang++ -pie -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -lpthread -Wl,--as-needed -m64 -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,-O2 -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -o "./mksnapshot" -Wl,--start-group @"./mksnapshot.rsp"  -Wl,--end-group   -ldl -lpthread -lrt -licui18n -licuuc -licudata 
FAILED: mksnapshot 
python "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" -- x86_64-pc-linux-gnu-clang++ -pie -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -lpthread -Wl,--as-needed -m64 -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,-O2 -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -o "./mksnapshot" -Wl,--start-group @"./mksnapshot.rsp"  -Wl,--end-group   -ldl -lpthread -lrt -licui18n -licuuc -licudata 
corrupted size vs. prev_size
ninja: build stopped: subcommand failed.
Comment 1 Helmut Jarausch 2018-04-24 10:48:57 UTC
Created attachment 528412 [details]
build log  xz-compressed
Comment 2 Helmut Jarausch 2018-04-24 10:50:17 UTC
Created attachment 528414 [details]
emerge --info  (xz-compressed)
Comment 3 Mike Gilbert gentoo-dev 2018-04-24 15:50:45 UTC
You are probably using a broken version of clang. Please use a stable release, like 6.0.0-r1.

*** This bug has been marked as a duplicate of bug 650082 ***