Opened 13 years ago
Closed 13 years ago
#32402 closed defect (fixed)
mono fails configure
Reported by: | gotyaoi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | leopard | Cc: | |
Port: | mono |
Description
attempting to install mono with
sudo port install mono
and it failed during the configure phase. I'm trying this on 10.5.8. Attaching main.log and config.log.
Attachments (2)
Change History (6)
Changed 13 years ago by gotyaoi@…
Changed 13 years ago by gotyaoi@…
Attachment: | config.log added |
---|
comment:1 Changed 13 years ago by gotyaoi@…
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | leopard added |
---|
Looks similar to #28803. Probably a Leopard-specific issue.
Note the mono Portfile contains this section:
platform darwin 9 { # is this still valid for 2.6.3+ ? configure.cflags-append -D_NONSTD_SOURCE configure.cxxflags-append -D_NONSTD_SOURCE patchfiles-append patch-interp.h.diff patch-sys-mman.c.diff }
Try removing those cflags/cxxflags lines from the Portfile and let us know if that helps.
comment:3 Changed 13 years ago by gotyaoi@…
Thank you for the advice. With those two lines removed, mono built and installed successfully. So far, the programs that I needed it for appear to be working correctly, so here's to hoping that that was all it took.
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
We'll assume it's ok. Made the change in r87794.
Note: See
TracTickets for help on using
tickets.
As best as I can tell, which is not much, here's where it fails in config.log