Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935519 - [guru] dev-cpp/cpptrace-0.6.2 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Summary: [guru] dev-cpp/cpptrace-0.6.2 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Status: RESOLVED INVALID
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-07-05 07:03 UTC by Agostino Sarubbo
Modified: 2024-07-11 17:33 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,98.13 KB, text/plain)
2024-07-05 07:03 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 2024-07-05 07:03:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/cpptrace-0.6.2 overwrites CFLAGS/CXXFLAGS or adds uncommon ones.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0069
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-05 07:03:42 UTC
Created attachment 897015 [details]
build.log

build log and emerge --info
Comment 2 David Roman 2024-07-06 23:15:37 UTC
This QA warning is triggered because "-ggdb" is added to unittest binary only (not the library or any other user-oriented binary). That flag is needed for running src_test as it needs debug symbols in order to check that the program produces the correct stack trace. 

This warning should be ignored somehow.