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.
Created attachment 865413 [details] build.log build log and emerge --info
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.
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.