Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 901165 - [guru] dev-db/rum-1.3.13 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Summary: [guru] dev-db/rum-1.3.13 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-03-14 09:21 UTC by Agostino Sarubbo
Modified: 2023-07-26 20:54 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,62.36 KB, text/plain)
2023-03-14 09:21 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-03-14 09:21:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/rum-1.3.11 overwrites CFLAGS/CXXFLAGS or adds uncommon ones.
Discovered on: amd64 (internal ref: guru_tinderbox)

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-03-14 09:21:31 UTC
Created attachment 857617 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-26 10:22:36 UTC
guru_ci has reproduced this issue with version 1.3.13 - Updating summary.
Comment 3 Haelwenn (lanodan) Monnier 2023-07-26 20:54:39 UTC
Looking around the source code, there is only one way this is happening and it's due to PostgreSQL, which I guess was compiled with -g in the CFLAGS.

See the contents of "$(dirname "$(pg_config --pgxs)")/../Makefile.global" (which is at `/usr/lib64/postgresql-14/lib64/pgxs/src/Makefile.global` on my machine)