Can't build release on ubuntu 10.04 (64 bit)

8 views
Skip to first unread message

qubicllj

unread,
May 30, 2010, 2:06:53 AM5/30/10
to Chromium-dev
I have executed build/install-build-deps.sh
"make BUILDTYPE=Release chrome" output:
RULE sync_proto_genproto_0 out/Release/pyproto/sync_pb/sync_pb2.py
Segmentation fault
make: *** [out/Release/pyproto/sync_pb/sync_pb2.py] Error 139

Elliot Glaysher (Chromium)

unread,
May 31, 2010, 4:46:53 AM5/31/10
to qubi...@gmail.com, Chromium-dev

(From right account this time)

I believe that there is a bug in the binutils-gold that shipped in
Lucid. For the time being, you should be able to downgrade to normal
ld.

-- Elliot

Alastair Patrick

unread,
Jun 1, 2010, 12:34:06 PM6/1/10
to qubi...@gmail.com, Chromium-dev
Confirmed. I build in Ubuntu 10.04 and get these crashes if I try to link using gold. I found running build/install-build-deps.sh and selecting yes to install gold rendered my Ubuntu 10.04 system incapable of correctly linking any C or C++ program. The generated programs would seg fault whenever they tried to call into the C standard library. The solution is to change the symbolic link at /usr/bin/ld to point to /usr/bin/ld.bfd instead of /usr/bin/ld.gold.


--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
   http://groups.google.com/a/chromium.org/group/chromium-dev

Reply all
Reply to author
Forward
0 new messages