On Nov 16, 2011, at 23:41, Ryan Schmidt wrote: > On Nov 16, 2011, at 23:12, [email protected] wrote: > >> Revision: 87325 >> http://trac.macports.org/changeset/87325 >> Author: [email protected] >> Date: 2011-11-16 21:12:55 -0800 (Wed, 16 Nov 2011) >> Log Message: >> ----------- >> Added euca2ools for python 2.7. Library and command line tools for EC2 and >> S3 API's. >> >> Added Paths: >> ----------- >> trunk/dports/python/py27-euca2ools/ >> trunk/dports/python/py27-euca2ools/Portfile > >> +fetch.type bzr >> +bzr.url lp:euca2ools >> +bzr.revision 494 >> + >> +depends_lib port:py27-boto \ >> + port:py27-m2crypto >> + >> +pre-fetch { >> + ui_msg "--> Fetching from bzr repository..." >> +} > > Could this fetch from a distfile instead of fetching from bzr? > > http://eucalyptussoftware.com/downloads/releases/
Not only would we much rather fetch from a distfile anyway, the bzr fetch fails, on the buildbot at least: --> Fetching from bzr repository... DEBUG: Executing org.macports.fetch (py27-euca2ools) DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py27-euca2ools/py27-euca2ools/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py27-euca2ools/py27-euca2ools/work" && /opt/local/bin/bzr --builtin --no-aliases checkout --lightweight -r 494 lp:euca2ools euca2ools' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py27-euca2ools/py27-euca2ools/work" && /opt/local/bin/bzr --builtin --no-aliases checkout --lightweight -r 494 lp:euca2ools euca2ools 2>&1 failed to open trace file: [Errno 13] Permission denied: '/var/root/.bzr.log' [32967] 2011-11-16 23:11:44.804 WARNING: You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". bzr: ERROR: Permission denied: "/var/root/.bazaar/locations.conf": [Errno 13] Permission denied: u'/var/root/.bazaar/locations.conf' shell command " cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py27-euca2ools/py27-euca2ools/work" && /opt/local/bin/bzr --builtin --no-aliases checkout --lightweight -r 494 lp:euca2ools euca2ools 2>&1" returned error 3 Error: Target org.macports.fetch returned: Bazaar checkout failed _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
