Opened 19 years ago
Closed 19 years ago
#4178 closed defect (worksforme)
BUG: CVS fetching system
Reported by: | mellon85@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The cvs fetching system seems broken. The utility downloads the file as needed and then hangs forever, I found it while trying to write a portfile to use cvs version of ffmpeg, but it happends with openal package too (maybe others too)
Change History (4)
comment:1 Changed 19 years ago by olegb@…
comment:2 Changed 19 years ago by mellon85@…
This is my output. Readched that point it waits until i interrupt it
port configure openal -dv
DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.opendarwin.org_dpupdate_dports/audio/openal DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.opendarwin.org_dpupdate_dports/audio/openal DEBUG: Requested variant powerpc is not provided by port openal. DEBUG: Requested variant ipv6 is not provided by port openal. DEBUG: Requested variant darwin is not provided by port openal. DEBUG: Requested variant cocoa is not provided by port openal. DEBUG: Requested variant ssl is not provided by port openal. DEBUG: Requested variant macosx is not provided by port openal. DEBUG: Executing com.apple.main (openal) ---> Fetching openal DEBUG: Executing com.apple.fetch (openal) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_openal/ work" && echo guest | /usr/bin/env CVS_PASSFILE=/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_openal/ work/.cvspass /usr/bin/cvs -z9 -f -d :pserver:guest@opensource.creative.com:/usr/local/cvs- repository login' Logging in to :pserver:guest@opensource.creative.com:2401/usr/local/cvs-repository CVS password: cvs login: warning: failed to open /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_openal/ work/.cvspass for reading: No such file or directory DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_openal/ work" && CVS_PASSFILE=/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_openal/ work/.cvspass /usr/bin/cvs -z9 -f -d :pserver:guest@opensource.creative.com:/usr/local/cvs- repository co -D"20050321" openal/macosx' cvs server: Updating openal/macosx U openal/macosx/Implementation_Doc U openal/macosx/READ_ME U openal/macosx/oalBuffer.h U openal/macosx/oalContext.cpp U openal/macosx/oalContext.h U openal/macosx/oalDevice.cpp U openal/macosx/oalDevice.h U openal/macosx/oalImp.cpp U openal/macosx/oalImp.h U openal/macosx/oalOSX.cpp U openal/macosx/oalOSX.h U openal/macosx/oalSource.cpp U openal/macosx/oalSource.h cvs server: Updating openal/macosx/English.lproj U openal/macosx/English.lproj/InfoPlist.strings cvs server: Updating openal/macosx/al U openal/macosx/al/al.h U openal/macosx/al/alc.h U openal/macosx/al/alctypes.h U openal/macosx/al/altypes.h U openal/macosx/al/alut.h cvs server: Updating openal/macosx/al_osx.pbproj U openal/macosx/al_osx.pbproj/project.pbxproj cvs server: Updating openal/macosx/al_osx.xcode
comment:3 Changed 19 years ago by mww@…
Summary: | CVS fetching system → BUG: CVS fetching system |
---|
I'd suppose this is a network problem of yours - can you reproduce this error on another machine or on another network/inernet connection?
comment:4 Changed 19 years ago by markd@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I cannot reproduce this (and never have had any of problems like this).
m00:~ olegb$ port configure openal ---> Fetching openal ---> Verifying checksum(s) for openal ---> Extracting openal ---> Applying patches to openal ---> Configuring openal m00:~ olegb
Are you still having problems with cvs fetching ?