Changes between Initial Version and Version 2 of Ticket #54915


Ignore:
Timestamp:
Sep 27, 2017, 2:23:21 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54915

    • Property Owner set to blair
    • Property Status changed from new to assigned
  • Ticket #54915 – Description

    initial v2  
    11Installation of serf1 failed with error
    2 
    3 :info:build scons: Reading SConscript files ...[[BR]]
    4 :info:build   File "/opt/local/var/macports/build[[BR]]
    5 /_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_serf1/serf1/work/serf-1.3.8/SConstruct", line 181[[BR]]
    6 :info:build     print 'Unknown variables:', ', '.join(unknown.keys())[[BR]]
    7 :info:build                              ^[[BR]]
    8 :info:build SyntaxError: invalid syntax[[BR]]
    9 
     2{{{
     3:info:build scons: Reading SConscript files ...
     4:info:build   File "/opt/local/var/macports/build
     5/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_serf1/serf1/work/serf-1.3.8/SConstruct", line 181
     6:info:build     print 'Unknown variables:', ', '.join(unknown.keys())
     7:info:build                              ^
     8:info:build SyntaxError: invalid syntax
     9}}}
    1010The problem appears to be that the Python print command is a function, and requires parentheses. At any rate, I supplied parentheses around the print() arguments, and was able to install successfully. The full log file is attached.
    1111