Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721950 - gnome-base/gdm using COMMON_CFLAGS to pass in include folders
Summary: gnome-base/gdm using COMMON_CFLAGS to pass in include folders
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-09 22:23 UTC by silwerspawn
Modified: 2020-05-13 23:33 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description silwerspawn 2020-05-09 22:23:22 UTC
I have had problems compiling gdm recently because i used a separated CFLAG for some work, I called this variable COMMON_CFLAGS, when looking through the gdm build logs i noticed the -I parameters were missing, instead there were double CFLAGS in the build parameters.

Unsetting COMMON_CFLAGS fixed the issue.

I think its something to be aware since COMMON_CFLAGS should not be defining include parameters, basically a bad paradigm.

Maybe this can be unset in the ebuild or there should be created a patch to fix this?