Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725558 - sci-mathematics/alt-ergo does not respect CFLAGS
Summary: sci-mathematics/alt-ergo 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: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2020-05-26 21:01 UTC by Agostino Sarubbo
Modified: 2020-05-27 08:20 UTC (History)
0 users

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


Attachments
build.log (build.log,80.36 KB, text/plain)
2020-05-26 21:01 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 2020-05-26 21:01:22 UTC
This is an auto-filed bug because sci-mathematics/alt-ergo does not respect CFLAGS.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
To reproduce this issue you may want to set CFLAGS="${CFLAGS} -frecord-gcc-switches". If this is not something about c/c++ context you may want to set also FFLAGS and FCFLAGS or just see this bug as an hint to hide the QA warning where is not possible to respect CFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-26 21:01:27 UTC
Created attachment 641976 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-05-27 05:47:12 UTC
The bug has been closed via the following commit(s):

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

commit e2e4fb52038914439a3ff85bfa3d8486fc2be04d
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2020-05-27 05:46:51 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2020-05-27 05:46:51 +0000

    sci-mathematics/alt-ergo: better fix for QA_FLAGS_IGNORED
    
    Closes: https://bugs.gentoo.org/725558
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Comment 3 Arfrever Frehtes Taifersar Arahesis 2020-05-27 08:20:41 UTC
Regular expression working in QA_FLAGS_IGNORED would need .* sequence:
QA_FLAGS_IGNORED=(
  "/usr/lib.*/alt-ergo-parsers/AltErgoParsers.cmxs"
  "/usr/lib.*/alt-ergo-lib/AltErgoLib.cmxs"
  "/usr/bin/alt-ergo"
)