Changes between Initial Version and Version 3 of Ticket #18001


Ignore:
Timestamp:
Jan 16, 2009, 12:29:00 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Matthew, please remember WikiFormatting. :)

Toby, please remember to increase the revision when you make a change that causes the installed software to be different. I did so this time for you in r45431.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18001

    • Property Cc toby@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port autobench added
  • Ticket #18001 – Description

    initial v3  
    11The ports package (or is it autobench?) thinks the .autobench.conf file is in the wrong directory.  Observer... upon running autobench for the first time:
     2{{{
    23$ autobench
    34Autobench configuration file not found
     
    56cp: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_autobench/work/destroot/opt/local/etc/autobench.conf: No such file or directory
    67Installation complete - please rerun autobench
     8}}}
    79
    810However, because the .autobench.conf file wasn't found, rerunning autobench causes the same error message.
     
    1012My Workaround:
    1113I manually copied the .autobench.conf file from the actual source location:
     14{{{
    1215cp /opt/local/var/macports/software/autobench/2.1.2_0/opt/local/etc/autobench.conf ~/.autobench.conf
     16}}}
    1317
    1418The workaround seems just fine... but DarwinPorts/MacPorts/autobench should have known originally where the .autobench.conf file was during the setup script.