The shell-script doesnt' fetch all the data

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
guest

The shell-script doesnt' fetch all the data

Post by guest »

Hello world!
It seems that linux_vegastrike-0.3.9.sh doesn't fetch all files from the server. The script terminates with this:

cvs server: Updating vegastrike/vc98
U vegastrike/vc98/libfmod.a
U vegastrike/vc98/vegastrike.dsp
U vegastrike/vc98/vegastrike.dsw
cvs [checkout aborted]: recv() from server cvs.vegastrike.sourceforge.net: EOF
cvs [checkout aborted]: recv() from server cvs.vegastrike.sourceforge.net: Connection reset by peer
./linux_vegastrike-0.3.9.sh: line 5: cd: data: No such file or directory
cvs [checkout aborted]: recv() from server cvs.vegastrike.sourceforge.net: EOF
./linux_vegastrike-0.3.9.sh: line 7: cd: ../vegastrike: No such file or directory
autoconf: configure.in: No such file or directory
automake: `configure.ac' or `configure.in' is required
./linux_vegastrike-0.3.9.sh: line 10: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
./linux_vegastrike-0.3.9.sh: line 12: cd: ../vssetup/src/: No such file or directory
Can't open perl script "./build": No such file or directory
./linux_vegastrike-0.3.9.sh: line 14: cd: ../../data: No such file or directory
mv: cannot stat `../vssetup/src/bin/setup': No such file or directory
mv: cannot stat `../vegastrike/src/vegastrike': No such file or directory
mv: cannot stat `../vegastrike/src/networking/soundserver': No such file or directory
mv: cannot stat `../vegastrike/launcher/vslauncher': No such file or directory
install: cannot stat `./vsinstall': No such file or directory
install: cannot stat `./vssetup': No such file or directory
install: `./vegastrike' is a directory
install: cannot stat `./vslauncher': No such file or directory
mkdir: cannot create directory `/usr/local/man/man1': File exists
install: cannot stat `./vegastrike.1': No such file or directory
install: cannot stat `./vslauncher.1': No such file or directory
install: cannot stat `./vsinstall.1': No such file or directory
install: cannot stat `./vssetup.1': No such file or directory
mkdir: cannot create directory `/usr/local': File exists
mkdir: cannot create directory `/usr/local/share': File exists
mkdir: cannot create directory `/usr/local/share/vegastrike': Permission denied
cp: cannot stat `data': No such file or directory
run vsinstall to setup your account
then run vslauncher to start Vega Strike

To me this does not seem to be the way the ecript should terminate. I tried it manually. i typed "autoconf" that worked fine. I typed "automake" and I got :

aclocal.m4: 536: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 537: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 856: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
configure.in: 452: required file `./_AM_File,.in' not found
configure.in: 452: required file `./[$2],.in' not found
configure.in: 452: required file `./[$3])].in' not found

what can i do? try again?

btw: my vegastrike dir is only 31MB large and the source available at this page ist only a few MB as well but the binarys are 100MB so I quess I'm missing some artwork. Where can I get that?
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

CVS wrote:cvs [checkout aborted]: recv() from server cvs.vegastrike.sourceforge.net: EOF
cvs [checkout aborted]: recv() from server cvs.vegastrike.sourceforge.net: Connection reset by peer
See this section in the SF Site Status page: http://sourceforge.net/docman/display_d ... p_id=1#cvs In the section (2003-06-19 04:50:08 )
EDIT: moved the paren so that it wouldn't become a smiley

It explains that when you get recv() errors or end of file(EOF) errors, you have to try again. SF CVS has become worse these days.

In otherwords, keep running it until all of it works.:? And CVS won't re-checkout files if you already have them.

Sorry. It's not my fault. Complain to sourceforge.net. :)
Post Reply