Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 890279

Summary: media-video/handbrake-1.6.1 redefines _FORTIFY_SOURCE (HARDENED-SYSTEM)
Product: Gentoo Linux Reporter: genBTC
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: egor-gl, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 847148    
Attachments: handbrake build.log

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.
Comment 3 Agostino Sarubbo gentoo-dev 2023-06-02 08:59:46 UTC
tinderbox_musl has reproduced this issue with version 1.5.1-r1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-02-12 08:24:02 UTC
tinderbox_musl has reproduced this issue with version 1.6.1 - Updating summary.