Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905834 - [guru] dev-nim/nimbus-1.1.4 does not respect CFLAGS
Summary: [guru] dev-nim/nimbus-1.1.4 does not respect CFLAGS
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-05-06 15:34 UTC by Agostino Sarubbo
Modified: 2024-12-13 14:21 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,59.42 KB, text/plain)
2023-05-06 15:34 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-05-06 15:34:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-nim/nimbus-1.1.1 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 2023-05-06 15:34:50 UTC
Created attachment 861238 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-29 06:08:49 UTC
guru_ci has reproduced this issue with version 1.1.2 - Updating summary.
Comment 3 Anna Vyalkova 2023-06-17 09:19:36 UTC
Whyyy? This fragment from nim-utils.eclass does the thing on my machine:

> 		gcc.options.speed:"${CFLAGS}"
>		gcc.options.size:"${CFLAGS}"
>		gcc.options.debug:"${CFLAGS}"
Comment 4 Agostino Sarubbo gentoo-dev 2023-06-26 12:47:32 UTC
guru_ci has reproduced this issue with version 1.1.3 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-12-12 13:06:27 UTC
The bug has been referenced in the following commit(s):

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

commit 155be65d2d51a455374da5f8c81a219e271d1462
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2024-12-11 19:16:38 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2024-12-11 19:39:19 +0000

    dev-nim/nimbus: add 1.1.4
    
    Closes: https://bugs.gentoo.org/921151
    Bug: https://bugs.gentoo.org/905834
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-nim/nimbus/Manifest            |  1 +
 dev-nim/nimbus/nimbus-1.1.4.ebuild | 63 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)
Comment 6 Agostino Sarubbo gentoo-dev 2024-12-13 14:21:02 UTC
guru_ci has reproduced this issue with version 1.1.4 - Updating summary.