[MacPorts] #47189: submission: audacity

MacPorts noreply at macports.org
Fri Apr 3 10:08:09 PDT 2015


#47189: submission: audacity
--------------------------+--------------------------------
  Reporter:  rjvbertin@…  |      Owner:  macports-tickets@…
      Type:  submission   |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  audacity     |
--------------------------+--------------------------------

Comment (by mojca@…):

 Another problem. I have python3 enabled by default and `lib-
 src/lv2/lv2/waflib/Scripting.py` fails to configure:
 {{{
 Traceback (most recent call last):
   File "waf", line 162, in <module>
     from waflib import Scripting
   File "/path/to/audacity/work/audacity-5195646/lib-
 src/lv2/lv2/waflib/Scripting.py", line 6, in <module>
     from waflib import
 Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node
   File "/path/to/audacity/work/audacity-5195646/lib-
 src/lv2/lv2/waflib/Utils.py", line 275
     except OSError ,e:
                    ^
 SyntaxError: invalid syntax
 }}}
 The expression `except OSError ,e` has to be replaced by `except OSError
 as e` (also at a couple of other places), but more importantly maybe the
 python version should be more deterministic than `"#! /usr/bin/env
 python"`.

-- 
Ticket URL: <https://trac.macports.org/ticket/47189#comment:15>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list