Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910255 - [guru] net-p2p/dogecoin-qt-1.14.6 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Summary: [guru] net-p2p/dogecoin-qt-1.14.6 overwrites CFLAGS/CXXFLAGS or adds uncommon...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Victor Skovorodnikov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-07-12 09:52 UTC by Agostino Sarubbo
Modified: 2023-07-17 21:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,454.11 KB, text/plain)
2023-07-12 09:53 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-07-12 09:52:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-p2p/dogecoin-qt-1.14.6 overwrites CFLAGS/CXXFLAGS or adds uncommon ones.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This QA check is tinderbox-only, there is the list of the flags that should be dropped out, if you think it is a false positive please let me know.
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-12 09:53:00 UTC
Created attachment 865413 [details]
build.log

build log and emerge --info
Comment 2 Victor Skovorodnikov 2023-07-15 20:02:12 UTC
Hi,

This issue was addressed earlier by replacing CFLAGS and CPPFLAGS with Berkeley's native BDB_CFLAGS and BDB_LIBS.  These may also be considered as "uncommon" by testing system, however, removing BDB variables causes compilation failures.

Thanks,
Victor.
Comment 3 Victor Skovorodnikov 2023-07-17 21:39:43 UTC
Hi,

A fix has been implemented in commit: 

https://github.com/gentoo/guru/commit/61b8d2614f7981e75d8f742fce99e95942dfb142

This issue was fixed by virtue of removing '--with-incompatible-bdb' configure option in previous commit: https://github.com/gentoo/guru/commit/47302f39a4bc8357b393e78fa362a3708de7089f

Thank you,
Victor.