Changes between Initial Version and Version 1 of Ticket #43773


Ignore:
Timestamp:
May 21, 2014, 9:40:10 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It looks like you have nawk installed, and gmp is incompatible with it. Try deactivating nawk, then building gmp, then (if desired) reactivating nawk again.

sudo port clean gmp
sudo port -f deactivate nawk
sudo port install gmp
sudo port activate nawk

If that fixes it, we should add "conflicts_build nawk" to the port.

I've seen many configure scripts be incompatible with nawk, so you may want to consider not re-activating nawk, and using a different awk implementation instead, such as gawk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43773

    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Summary changed from mac port install gmp fail on Maverick to gmp: nawk: syntax error at source line 1 source file ./conf5pflxn/subs.awk
  • Ticket #43773 – Description

    initial v1  
    1 Hi
     1Hi [[br]]
    22When i tried to install bmp by
     3{{{
    34sudo port -v install gmp
     5}}}
    46i get the error:
    5 
     7{{{
    68...
    79checking for readline/history.h... yes
     
    3133    http://guide.macports.org/#project.tickets
    3234Error: Processing of port bmp failed
    33 
     35}}}
    3436Any ideas?
    3537
    36 Thanks
     38Thanks [[br]]
    3739Didier