Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 901165

Summary: [guru] dev-db/rum-1.3.13 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Haelwenn (lanodan) Monnier <contact>
Status: CONFIRMED ---    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

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)