Adam Mercer wrote: > <snip> > /usr/bin/tclsh src/dep_map_clean.tcl /Library/Tcl > No default port source specified in /opt/local/etc/macports/sources.conf > while executing > "mportinit" > (file "src/dep_map_clean.tcl" line 12) > make: *** [install] Error 1 > [EMAIL PROTECTED] base]$ cat /opt/local/etc/macports/sources.conf > #rsync://rsync.macports.org/release/ports/ > file:///Users/ram/opt/macports [nosync] > [EMAIL PROTECTED] base]$ > > Comment lines clipped for clarity. Looking at the code this seems to > be failing because it thinks there is no _resources directory in the > first souces link (which is a svn checkout), but there is: > > [EMAIL PROTECTED] base]$ ls -l /Users/ram/opt/macports/_resources/ > total 0 > drwxr-xr-x 6 ram staff 204 29 Nov 09:41 port1.0 > [EMAIL PROTECTED] base]$ > > Any idea why base is complianing this directory doesn't exist when it does?
It's actually failing because sources.conf doesn't have an entry with a [default] tag. Fixed in r42760 and merged to branch in r42761. - Josh _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
