Ticket #27724 (closed defect: fixed)
libcudd needs some more -m32s
| Reported by: | peteg42@… | Owned by: | mij@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | haspatch | Cc: | ryandesign@… |
| Port: | libcudd |
Description
In the Portfile for libcudd, in the post-build hook, the compiler invocations require the -m32 flag. Otherwise it fails to build on Snow Leopard.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 2 years ago by ryandesign@…
- Owner changed from macports-tickets@… to mij@…
- Cc ryandesign@… added
comment:2 in reply to: ↑ 1 Changed 2 years ago by peteg42@…
Replying to ryandesign@…:
Build succeeds for me on Snow Leopard. If it fails for you, please attach the main.log.
I do notice, though, that the port does not support switching build_arch.
Ah, so it does. Thanks Ryan!
My problem was and is that I need a 32-bit version of it. I had hacked in some -m32s to get it to build before and so was out of sync with MacPorts. Hacking in those extra -m32s revived my earlier hack.
Perhaps we can leave this bug as a request to support both arch variants.
cheers peter
Note: See
TracTickets for help on using
tickets.


Build succeeds for me on Snow Leopard. If it fails for you, please attach the main.log.
I do notice, though, that the port does not support switching build_arch.