Install from most recent *.dmg file attempts to do port installs from cvs
I've just installed MacPorts 1.3.1 from the .dmg file. It installs just fine, but when I attempt to install a port, it fails because it's attempting to download from the now-defunct cvs archive, rather than the current svn one. Any clue how I fix this? Thanks Rachel
On Jan 18, 2007, at 8:21 AM, Rachel Willmer wrote:
I've just installed MacPorts 1.3.1 from the .dmg file. It installs just fine, but when I attempt to install a port, it fails because it's attempting to download from the now-defunct cvs archive, rather than the current svn one.
Any clue how I fix this?
Thanks Rachel _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Did you 'sudo port selfupdate' first?
Yes, I did. I'm also getting the same behaviour when I use the latest tarball and run ./configure/make/make install/sudo port selfupdate. I've got fink installed on the same machine, could this be the cause of the problem? Thanks Rachel
On Jan 18, 2007, at 9:21 AM, Rachel Willmer wrote:
I've just installed MacPorts 1.3.1 from the .dmg file. It installs just fine, but when I attempt to install a port, it fails because it's attempting to download from the now-defunct cvs archive, rather than the current svn one.
Any clue how I fix this?
I'm not sure what the problem that you're describing is. The output of 'port -d -v foo' (where foo is the port you are trying to install) would be helpful. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
The output of 'port -d -v foo' (where foo is the port you are trying to install) would be helpful.
applecross:~ rachel$ port -d -v osx2x Unrecognized action "osx2x" applecross:~ rachel$ port -d -v install osx2x DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Requested variant darwin is not provided by port osx2x. DEBUG: Requested variant i386 is not provided by port osx2x. DEBUG: Requested variant macosx is not provided by port osx2x. DEBUG: Executing variant darwin_8 provides darwin_8 DEBUG: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory while executing "open_statefile" (procedure "eval_variants" line 45) invoked from within "eval_variants variations install" invoked from within "$workername eval eval_variants variations $target" (procedure "dportexec" line 7) invoked from within "dportexec $workername $target" Error: Unable to execute port: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory applecross:~ rachel$ sudo port -d -v osx2x Password: Unrecognized action "osx2x" applecross:~ rachel$ sudo port -d -v install osx2x DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Requested variant darwin is not provided by port osx2x. DEBUG: Requested variant i386 is not provided by port osx2x. DEBUG: Requested variant macosx is not provided by port osx2x. DEBUG: Executing variant darwin_8 provides darwin_8 DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86 DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86 DEBUG: Searching for dependency: XFree86 DEBUG: Didn't find receipt, going to depspec regex for: XFree86 DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Skipping completed com.apple.main (osx2x) ---> Fetching osx2x DEBUG: Executing com.apple.fetch (osx2x) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_osx2x/work" && echo | /usr/bin/env CVS_PASSFILE=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_osx2x/work/.cvspass /usr/bin/cvs -z9 -f -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od login' Logging in to :pserver:anonymous@anoncvs.opendarwin.org:2401/Volumes/src/cvs/od CVS password: cvs [login aborted]: connect to anoncvs.opendarwin.org(204.152.186.41):2401 failed: Operation timed out Error: Target com.apple.fetch returned: CVS login failed Warning: the following items did not execute (for osx2x): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. applecross:~ rachel$
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jan 18, 2007, at 12:25 PM, Rachel Willmer wrote:
The output of 'port -d -v foo' (where foo is the port you are trying to install) would be helpful.
applecross:~ rachel$ port -d -v osx2x
...
/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory while executing "open_statefile" (procedure "eval_variants" line 45) invoked from within "eval_variants variations install" invoked from within "$workername eval eval_variants variations $target" (procedure "dportexec" line 7) invoked from within "dportexec $workername $target" Error: Unable to execute port: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory
FWIW I have to use sudo to install ports. However I do get the following: sudo port -v install osx2x - ---> Fetching osx2x Logging in to :pserver:anonymous@anoncvs.opendarwin.org:2401/Volumes/ src/cvs/od CVS password: cvs [login aborted]: connect to anoncvs.opendarwin.org (204.152.186.41):2401 failed: Operation timed out Error: Target com.apple.fetch returned: CVS login failed Warning: the following items did not execute (for osx2x): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. This is on an up to date, synced version of macports. - -- J. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFr7F5vxud+cMTf5IRAqjyAJ9chvYk4IQTriKQB/5YYiAflEpgTgCgv11l b0DohDbzRU/HVhhrfefOIW0= =ao5a -----END PGP SIGNATURE-----
Hi Rachel That specific port has a hardcoded dependency telling it to get the source for that port via cvs.... The port needs to be fixed/updated.
homepage http://www.opendarwin.org/projects/${name}/ fetch.type cvs cvs.root :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/ cvs/od cvs.date 20050705
There is a .dmg file downloadable at http://www.opendarwin.org/projects/osx2x/ Regards Mike On Jan 18, 2007, at 9:25 AM, Rachel Willmer wrote:
The output of 'port -d -v foo' (where foo is the port you are trying to install) would be helpful.
applecross:~ rachel$ port -d -v osx2x Unrecognized action "osx2x" applecross:~ rachel$ port -d -v install osx2x DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Requested variant darwin is not provided by port osx2x. DEBUG: Requested variant i386 is not provided by port osx2x. DEBUG: Requested variant macosx is not provided by port osx2x. DEBUG: Executing variant darwin_8 provides darwin_8 DEBUG: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory while executing "open_statefile" (procedure "eval_variants" line 45) invoked from within "eval_variants variations install" invoked from within "$workername eval eval_variants variations $target" (procedure "dportexec" line 7) invoked from within "dportexec $workername $target" Error: Unable to execute port: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work/.darwinports.osx2x.state is not writable - check permission on port directory applecross:~ rachel$ sudo port -d -v osx2x Password: Unrecognized action "osx2x" applecross:~ rachel$ sudo port -d -v install osx2x DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/aqua/osx2x DEBUG: Requested variant darwin is not provided by port osx2x. DEBUG: Requested variant i386 is not provided by port osx2x. DEBUG: Requested variant macosx is not provided by port osx2x. DEBUG: Executing variant darwin_8 provides darwin_8 DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86 DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/x11/XFree86 DEBUG: Searching for dependency: XFree86 DEBUG: Didn't find receipt, going to depspec regex for: XFree86 DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Skipping completed com.apple.main (osx2x) ---> Fetching osx2x DEBUG: Executing com.apple.fetch (osx2x) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work" && echo | /usr/bin/env CVS_PASSFILE=/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osx2x/work/.cvspass /usr/bin/cvs -z9 -f -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od login' Logging in to :pserver:anonymous@anoncvs.opendarwin.org:2401/ Volumes/src/cvs/od CVS password: cvs [login aborted]: connect to anoncvs.opendarwin.org(204.152.186.41):2401 failed: Operation timed out Error: Target com.apple.fetch returned: CVS login failed Warning: the following items did not execute (for osx2x): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. applecross:~ rachel$ _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On Jan 18, 2007, at 12:21, Mike Savory wrote:
There is a .dmg file downloadable at
I was going to say: So then why is there a port at all? Let's delete the port. Then I clicked the dmg download link on the page above, and it doesn't work anymore; instead it displays a message about OpenDarwin's impending doom. It looks like there is an unofficial binary download of this available at MacUpdate.
The solution to this one is simple. Did you first run "sudo port -v selfupdate" before trying to port programs to your computer? This is an important step because it updates your MacPorts to 1.3.2 as well as everything else. HTH -Altoine Rachel Willmer wrote:
I've just installed MacPorts 1.3.1 from the .dmg file. It installs just fine, but when I attempt to install a port, it fails because it's attempting to download from the now-defunct cvs archive, rather than the current svn one.
Any clue how I fix this?
Thanks Rachel _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Depends, do you have DarwinPorts directory paths listed before Fink's directory paths? e.g. /opt/local/bin:$PATH HTH -Altoine Rachel Willmer wrote:
Yes, I did.
I'm also getting the same behaviour when I use the latest tarball and run ./configure/make/make install/sudo port selfupdate.
I've got fink installed on the same machine, could this be the cause of the problem?
Thanks Rachel _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
participants (7)
-
Altoine Barker
-
Daniel J. Luke
-
Jason Stelzer
-
lists
-
Mike Savory
-
Rachel Willmer
-
Ryan Schmidt