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

Bug 742953

Summary: x11-plugins/i8krellm-2.5-r2 does not respect CFLAGS
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
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: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=867169
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 59506    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-09-16 13:05:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-plugins/i8krellm-2.5-r2 does not respect CFLAGS.
Discovered on: amd64 (internal ref: tinderbox)

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 2020-09-16 13:05:26 UTC
Created attachment 660603 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-04-21 19:55:29 UTC
The bug has been closed via the following commit(s):

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

commit ad47238933f3b59c61e78097dcebfcc92ac90096
Author:     Thomas Bracht Laumann Jespersen <t@laumann.xyz>
AuthorDate: 2022-04-08 07:32:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-21 19:54:43 +0000

    x11-plugins/i8krellm: update EAPI 6 -> 8
    
    Also removes support in the Makefile for gkrellm1. Both the package
    description and dependencies indicate a hard requirement for gkrellm2,
    and the gkrellm1 support unconditionally calls 'gtk-config' and
    'imlib-config', neither of which are declared as dependencies and thus
    might not exist.
    
    Closes: https://bugs.gentoo.org/742953
    Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/i8krellm-2.5-r3-makefile-fixes.patch     | 42 ++++++++++++++++++
 .../i8krellm-2.5-r3-rm-gkrellm1-support.patch      | 50 ++++++++++++++++++++++
 x11-plugins/i8krellm/i8krellm-2.5-r3.ebuild        | 31 ++++++++++++++
 3 files changed, 123 insertions(+)