Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889464 - media-sound/denemo-2.6.0 does not respect CFLAGS
Summary: media-sound/denemo-2.6.0 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: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2023-01-03 07:30 UTC by Agostino Sarubbo
Modified: 2023-04-10 07:37 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,66.83 KB, application/x-xz)
2023-01-03 07:30 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-01-03 07:30:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/denemo-2.6.0 does not respect CFLAGS.
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
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-01-03 07:30:59 UTC
Created attachment 846836 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Bernd 2023-01-03 17:54:02 UTC
On a first look, I think it's because of USE=debug. Gonna check this and see if I can make it respect user cflags for debug mode as well.
Comment 3 Larry the Git Cow gentoo-dev 2023-04-10 07:37:27 UTC
The bug has been closed via the following commit(s):

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

commit 7f48feed4fd344f5258f8a85fa6b21b01e7aed55
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2023-03-27 18:08:15 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-04-10 07:37:21 +0000

    media-sound/denemo: update EAPI 7 -> 8
    
    add patch to respect CFLAGS with USE=debug
    
    Closes: https://bugs.gentoo.org/889464
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/30369
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-sound/denemo/denemo-2.6.0-r1.ebuild          | 129 +++++++++++++++++++++
 .../files/denemo-2.6.0-respect-user-CFLAGS.patch   |  22 ++++
 2 files changed, 151 insertions(+)