Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579014 - Unify CHECKREQS_DISK_BUILD handling when compiling with `-g`
Summary: Unify CHECKREQS_DISK_BUILD handling when compiling with `-g`
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 11:35 UTC by .
Modified: 2016-04-14 15:17 UTC (History)
2 users (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 . 2016-04-04 11:35:08 UTC
Current state of things:

https://bugs.gentoo.org/show_bug.cgi?id=465406
https://forums.gentoo.org/viewtopic-t-956634.html
https://bugs.gentoo.org/show_bug.cgi?id=545630

app-office/libreoffice
net-libs/webkit-gtk
```
is-flagq "-g*" && ! is-flagq "-g*0"
```

sys-devel/llvm
www-client/chromium
```
is-flagq '-g?(gdb)?([1-9])'
```

The second way doesn't even care about '-g0' and such.
Comment 1 Alex Xu (Hello71) 2016-04-14 15:17:34 UTC
probably should be discussed on gentoo-dev.