Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653962 - www-client/chromium-66.0.3359.117 fails to build : FAILED: mksnapshot
Summary: www-client/chromium-66.0.3359.117 fails to build : FAILED: mksnapshot
Status: RESOLVED DUPLICATE of bug 650082
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-24 10:47 UTC by Helmut Jarausch
Modified: 2018-04-24 15:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log xz-compressed (chromium-66.0.3359.117.build.xz,25.07 KB, application/octet-stream)
2018-04-24 10:48 UTC, Helmut Jarausch
Details
emerge --info (xz-compressed) (emerge-info.xz,8.64 KB, application/x-xz)
2018-04-24 10:50 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***