Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750713 - www-client:chromium-86.0.4240.75 fails to compile with debug enabled (relocation truncated to fit: R_X86_64_32 against `.debug_info')
Summary: www-client:chromium-86.0.4240.75 fails to compile with debug enabled (relocat...
Status: RESOLVED WONTFIX
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: 2020-10-22 06:45 UTC by Agostino Sarubbo
Modified: 2020-10-28 15:32 UTC (History)
0 users

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


Attachments
build log (build.log.xz,721.68 KB, application/x-xz)
2020-10-22 06:45 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-10-22 06:45:52 UTC
Created attachment 667841 [details]
build log

I'm experiencing a crash in chromium so to make a decent report I'm trying to compile it debug (-g3/-ggdb3) and splitdebug.

Log in attachment.
Comment 1 Stephan Hartmann (RETIRED) gentoo-dev 2020-10-28 15:32:19 UTC
Compiling chromium with debug info requires either USE=component-build or to build with clang. I won't add more complexity to the ebuild to handle this case, because it already removes -g* from CXXFLAGS for USE=-custom-cflags.