Changes between Initial Version and Version 1 of Ticket #39589


Ignore:
Timestamp:
Jun 30, 2013, 6:47:27 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:configure nawk: illegal jump type 339
:info:configure  input record number 16, file
:info:configure  source line number 306

We've seen this problem several times before with other ports. The problem is that you have the nawk port installed, and cgminer tries to find an awk implementation for its configuration, and decides to use nawk, but nawk is not compatible with what the configuration wants to do. If you temporarily deactivate the nawk port, then you should be able to build cgminer. You can re-activate nawk later if you want.

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

In other ports we've used the conflicts_build portgroup to handle this conflict. Perhaps this could be added to this port as well.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39589

    • Property Keywords bitcoin removed
    • Property Owner changed from macports-tickets@… to ram@…
    • Property Milestone changed from MacPorts 2.2.0 to
    • Property Port @3.2.2 removed
  • Ticket #39589 – Description

    initial v1  
    33Error is:
    44
     5{{{
    56--->  Computing dependencies for cgminer
    67--->  Configuring cgminer
     
    1112    http://guide.macports.org/#project.tickets
    1213Error: Processing of port cgminer failed
     14}}}
    1315
    1416I have attached the full error log