Bug ID | 1177420 |
---|---|
Summary | gcc was built in a way that makes it break build scripts |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.1 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | screening-team-bugs@suse.de |
Reporter | Mathias.Homann@opensuse.org |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
it seems that gcc on opensuse was built with --with-gcc-major-version-only basically, this makes "gcc -dumpversion" report only the major number, which breaks all cmake scripts that use that switch to find out which gcc version is available. For reference, see http://sldev.free.fr/forum/viewtopic.php?f=4&t=2073