Opened 9 years ago
Closed 4 years ago
#47725 closed defect (worksforme)
shogun: Assumes python is present
Reported by: | mf2k (Frank Schima) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | shogun |
Description
The shogun Portfile assumes python27 is installed or else it fails with an error.
$ port info shogun Error: shogun: Error executing python27: couldn't execute "/opt/local/bin/python2.7": no such file or directory Error: Unable to open port: Error evaluating variants
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)
comment:2 Changed 9 years ago by mf2k (Frank Schima)
That fixed the port info
error, but it failed to build for me. I don't know if that is the cause or if that's a normal failure.
Changed 9 years ago by mf2k (Frank Schima)
comment:3 Changed 4 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I cannot reproduce this now.
Note: See
TracTickets for help on using
tickets.
Try wrapping this…
… in a
pre-configure
script.