Opened 11 years ago
Closed 10 years ago
#40623 closed defect (fixed)
libcudd doesn't build with bad clang optimization flag
Reported by: | rpgoldman | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | libcudd |
Description
libcudd fails to build on Mac OSX Lion 10.7.5 for me, giving an error that the -O6 flag is not supported by clang:
This problem is fixed by the recommendation in the FAQ to use the different compiler:
sudo port install libcudd configure.compiler=llvm-gcc-4.2
installs correctly.
I apologize if I should not have reported this; I thought it might be useful to report it so that the portfile could be fixed, although the hotlist solution does work around the problem.
Change History (5)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mij@… |
---|---|
Priority: | Low → Normal |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
Duplicate #42337 provides a new portfile to fix this problem, but I have not tested it.
comment:3 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from mij@… to macports-tickets@… |
---|
Port abandoned. See #44781.
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers libcudd
).