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

Bug 884439

Summary: [guru] app-misc/uwufetch-2.0 does not respect CFLAGS
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: GURU project <guru-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-12-05 11:05:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/uwufetch-2.0 does not respect CFLAGS.
Discovered on: amd64 (internal ref: guru_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 2022-12-05 11:05:35 UTC
Created attachment 840203 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-12-06 06:09:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b958e50641648c619c0a657027fd39e826e5163b

commit b958e50641648c619c0a657027fd39e826e5163b
Author:     Cara Salter <cara@devcara.com>
AuthorDate: 2022-12-05 14:31:18 +0000
Commit:     Cara Salter <cara@devcara.com>
CommitDate: 2022-12-05 14:31:18 +0000

    app-misc/uwufetch: Respect LDFLAGS, CFLAGS, CC, and generate soname
    
    Closes: https://bugs.gentoo.org/884441
    Closes: https://bugs.gentoo.org/884431
    Closes: https://bugs.gentoo.org/884439
    Closes: https://bugs.gentoo.org/884437
    Signed-off-by: Cara Salter <cara@devcara.com>

 app-misc/uwufetch/files/uwufetch-2.0-cc.patch        | 11 +++++++++++
 .../uwufetch/files/uwufetch-2.0-cflags-ldflags.patch | 20 ++++++++++++++++++++
 .../files/uwufetch-2.0-no-install-soname.patch       | 12 ++++++++++++
 app-misc/uwufetch/files/uwufetch-2.0-soname.patch    | 18 +++++++++---------
 app-misc/uwufetch/uwufetch-2.0.ebuild                | 10 ++++++++--
 5 files changed, 60 insertions(+), 11 deletions(-)