Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905834 - [guru] dev-nim/nimbus-1.1.3 does not respect CFLAGS
Summary: [guru] dev-nim/nimbus-1.1.3 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: 2023-11-25 04:10 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.