Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697594 - dev-qt/qtwebengine-5.12.5 does not respect *FLAGS
Summary: dev-qt/qtwebengine-5.12.5 does not respect *FLAGS
Status: RESOLVED DUPLICATE of bug 652172
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-13 01:22 UTC by Alessandro Barbieri
Modified: 2019-10-13 13:59 UTC (History)
0 users

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


Attachments
qtwebengine-5.12.5:20191012-140844.log.xz (qtwebengine-5.12.5:20191012-140844.log.xz,325.28 KB, application/x-xz)
2019-10-13 01:23 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2019-10-13 01:22:09 UTC
Not only it ignores the *FLAGS for the majority of the sources but add a whole set of CXXFLAGS that needs to be filtered

-fno-strict-aliasing
--param=ssp-buffer-size=4
-fstack-protector
-funwind-tables
-fPIC
-pipe
-pthread
-m64
-Wall
-U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=2
-Wno-unused-local-typedefs
-Wno-maybe-uninitialized
-Wno-deprecated-declarations
-fno-delete-null-pointer-checks
-Wno-comments
-Wno-dangling-else
-Wno-packed-not-aligned
-Wno-missing-field-initializers
-Wno-unused-parameter
-O2
-fno-ident
-fdata-sections
-ffunction-sections
-fno-omit-frame-pointer
-g0
-fvisibility=hidden

-O2 and -g0 must be removed, -U_FORTIFY_SOURCE, -D_FORTIFY_SOURCE=2, --param=ssp-buffer-size=4 and -fstack-protector are redundant in the hardened profile
Comment 1 Alessandro Barbieri 2019-10-13 01:23:52 UTC
Created attachment 592606 [details]
qtwebengine-5.12.5:20191012-140844.log.xz

buildlog
Comment 2 Andreas Sturmlechner gentoo-dev 2019-10-13 13:59:11 UTC

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