Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895676 - net-fs/s3fs-1.91 redefines _FORTIFY_SOURCE (HARDENED-SYSTEM)
Summary: net-fs/s3fs-1.91 redefines _FORTIFY_SOURCE (HARDENED-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 847148
  Show dependency tree
 
Reported: 2023-02-21 07:57 UTC by Agostino Sarubbo
Modified: 2023-08-11 07:29 UTC (History)
0 users

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


Attachments
build.log (build.log,90.25 KB, text/plain)
2023-02-21 07:57 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 2023-02-21 07:57:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-fs/s3fs-1.91 redefines _FORTIFY_SOURCE (HARDENED-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-21 07:57:06 UTC
Created attachment 853446 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-05-27 07:49:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8765e3d0ba2ac52728ada06e260f92e9a3a1d687

commit 8765e3d0ba2ac52728ada06e260f92e9a3a1d687
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-05-22 13:41:42 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-05-27 07:49:20 +0000

    net-fs/s3fs: add 1.92
    
    - update the ssl REQUIRED_USE logic as suggested in #781908
    - remove hardcoded -D_FORTIFY_SOURCE=2 flag
    - remove unused test USE flag
    
    Closes: https://bugs.gentoo.org/781908
    Bug: https://bugs.gentoo.org/895676
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/31126
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-fs/s3fs/Manifest         |  1 +
 net-fs/s3fs/metadata.xml     |  2 +-
 net-fs/s3fs/s3fs-1.92.ebuild | 67 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2023-08-11 07:29:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66bf5fd3b2c9984651762e1acde98d7575d63d5

commit a66bf5fd3b2c9984651762e1acde98d7575d63d5
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-07-20 07:03:43 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-08-11 07:29:17 +0000

    net-fs/s3fs: drop 1.91
    
    Closes: https://bugs.gentoo.org/895676
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-fs/s3fs/Manifest         |  1 -
 net-fs/s3fs/metadata.xml     |  1 -
 net-fs/s3fs/s3fs-1.91.ebuild | 57 --------------------------------------------
 3 files changed, 59 deletions(-)