Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914375 - sys-fs/mount-zip-1.0.10 does not respect CFLAGS
Summary: sys-fs/mount-zip-1.0.10 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: François Degros
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2023-09-18 07:03 UTC by Agostino Sarubbo
Modified: 2024-02-09 10:46 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,44.12 KB, text/plain)
2023-09-18 07:03 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-09-18 07:03:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-fs/mount-zip-1.0.10 does not respect CFLAGS.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS. If this is not something about c/c++ context see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2023-09-18 07:03:44 UTC
Created attachment 870839 [details]
build.log

build log and emerge --info
Comment 2 François Degros 2023-09-27 06:15:24 UTC
Is this issue strictly about CFLAGS (which is not getting used by mount-zip's build system since it is written in C++, not C), or does it also apply to CXXFLAGS?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-27 06:17:14 UTC
CXXFLAGS too, yeah. (It's also calling 'ar' directly)
Comment 4 Larry the Git Cow gentoo-dev 2024-02-08 09:18:55 UTC
The bug has been referenced in the following commit(s):

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

commit 3699bc992024e70391941c9c2ff2d80eb683fcf4
Author:     François Degros <fdegros@chromium.org>
AuthorDate: 2024-02-08 09:15:13 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-08 09:16:04 +0000

    sys-fs/mount-zip: add 1.0.12
    
    Bug: https://bugs.gentoo.org/914374
    Bug: https://bugs.gentoo.org/914375
    Signed-off-by: François Degros <fdegros@chromium.org>
    Closes: https://github.com/gentoo/gentoo/pull/33307
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sys-fs/mount-zip/Manifest                |  1 +
 sys-fs/mount-zip/mount-zip-1.0.12.ebuild | 46 ++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2024-02-09 10:46:34 UTC
The bug has been closed via the following commit(s):

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

commit 349c853211b53a1c7188bf4d220a2d5a20393607
Author:     François Degros <fdegros@chromium.org>
AuthorDate: 2024-02-08 23:37:57 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2024-02-09 10:46:16 +0000

    sys-fs/mount-zip: remove mount-zip 1.0.10
    
    now that mount-zip 1.0.12 is available
    
    Closes: https://bugs.gentoo.org/914375
    Signed-off-by: François Degros <fdegros@chromium.org>
    Closes: https://github.com/gentoo/gentoo/pull/35237
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 sys-fs/mount-zip/Manifest                |  1 -
 sys-fs/mount-zip/mount-zip-1.0.10.ebuild | 34 --------------------------------
 2 files changed, 35 deletions(-)