#40422 closed defect (fixed)
qt4-mac: update compiler blacklist
| Reported by: | macports@… | Owned by: | michaelld (Michael Dickens) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.2.0 |
| Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager) |
| Port: | qt4-mac |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I propose two changes to the compiler blacklist for qt4-mac:
- Replace all the versioned
macports-gcc-4.xentries with the wildcardmacports-gcc-*to include all future versions of vanilla GCC. - Add
gcc-4.0to the blacklist in order to fix #39967 (building qt4-creator-mac fails with GCC 4.0).
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:2 follow-up: 3 Changed 12 years ago by macports@…
Fair point, although I really doubt anyone is still using GCC 3. So I guess the blacklist atom should read {*gcc <= 4.0}?
comment:3 Changed 12 years ago by larryv (Lawrence Velázquez)
| Cc: | michaelld@… removed |
|---|---|
| Owner: | changed from macports-tickets@… to michaelld@… |
Replying to macports@…:
So I guess the blacklist atom should read
{*gcc <= 4.0}?
The blacklist does not work that way. You can use this:
compiler.blacklist gcc-3.3 *gcc-4.0 macports-gcc*
comment:4 Changed 12 years ago by macports@…
Okay, thanks for clarifying. Too much undocumented stuff...
comment:5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
| Description: | modified (diff) |
|---|
comment:6 Changed 12 years ago by michaelld (Michael Dickens)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in r113182.
Note: See
TracTickets for help on using
tickets.

If you're blacklisting gcc-4.0, shouldn't you also blacklist apple-gcc-4.0? And any older versions, such as gcc-3.3?