Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890279 - media-video/handbrake-1.5.1 warning: FORTIFY_SOURCE redefined with gcc12 hardened _F_S=3
Summary: media-video/handbrake-1.5.1 warning: FORTIFY_SOURCE redefined with gcc12 hard...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Beddek
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 847148
  Show dependency tree
 
Reported: 2023-01-09 08:58 UTC by genBTC
Modified: 2023-03-03 02:31 UTC (History)
2 users (show)

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


Attachments
handbrake build.log (handbrake,37.24 KB, application/octet-stream)
2023-01-09 09:00 UTC, genBTC
Details

Note You need to log in before you can comment on or make changes to this bug.
Description genBTC 2023-01-09 08:58:58 UTC
When using gentoo-hardened with the new  fortify-source-3.patch  built into Gcc-12.2.1_p20221231 ,
handbrake package results in a warning about a definition redefined collision.

<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition

Meaning the package has _F_S=2 hardcoded in its build script:
  @ {S}/make/include/gcc.defs
and that flag should be stripped so _F_S=3 can take effect without conflict.

Reproducible: Always
Comment 1 genBTC 2023-01-09 09:00:53 UTC
Created attachment 848009 [details]
handbrake build.log

warning: "_FORTIFY_SOURCE" redefined
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-20 07:59:05 UTC
hardened_tinderbox has reproduced this issue with version 1.5.1 - Updating summary.