[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: gunzip: subversion-1.4.0.tar.gz: unexpected end of file

From: Shakespeare, Simon \(Pensions\) <Simon.Shakespeare_at_capita.co.uk>
Date: 2006-10-19 17:00:02 CEST

> -----Original Message-----
> From: Jeremy Pereira [mailto:jeremyp@jeremyp.net]
> Sent: 19 October 2006 14:13
> To: Shakespeare, Simon (Pensions)
> Cc: Users
> Subject: Re: gunzip: subversion-1.4.0.tar.gz: unexpected end of file
>
>
>
> On 18 Oct 2006, at 11:21, Shakespeare, Simon ((Pensions)) wrote:
>
> >> -----Original Message-----
> >> From: John Szakmeister [mailto:john@szakmeister.net]
> >> Sent: 18 October 2006 08:18
> >> To: Shakespeare, Simon (Pensions)
> >> Cc: Users
> >> Subject: Re: gunzip: subversion-1.4.0.tar.gz: unexpected
> end of file
> >>
> >>
> >>
> >> ----- Simon Shakespeare (Pensions)
> >> <Simon.Shakespeare@capita.co.uk> wrote:
> >>> Hi - Can anyone help - I've downloaded the above file
> many times now
> >>> but
> >>> when I try...
> >>>
> >>> $ gunzip subversion-1.4.0.tar.gz
> >>>
> >>> gunzip: subversion-1.4.0.tar.gz: unexpected end of file
> >>>
> >>> It always gives me the error above. I'm using Tru64 - does
> >> anyone else
> >>> get this.
> >>
> >> Does the md5sum match the one in the announcement? There
> >> might be some incompatibility between versions of gzip... I'm
> >> not sure what Tru64 is using. FWIW, I've used the source
> >> tarball with no issues under Linux and Mac OS X.
> >>
> >> -John
> >>
> > Thanks John - OK - I did a md5 check & basically the subversion*.gz
> > files fail with the provided md5's on the subversion download page
> > whereas
> > the subversion*.zip are OK.
> > I am guessing this is because I'm downloading them all onto
> my windows
> > desktop & then doing the md5sum check on windows & then
> ftp'ing the
> > *.gz
> > files to out unix servers.
>
> I would say, that the file is already corrupted by the time you get
> it onto your Windows box. The md5 check will not fail unless the
> file on your Windows desktop is different from the file on the server.
>
> Check the size of it, it should be 6268503 bytes. If your file is
> smaller, the download failed, if larger your download process has
> munged the file in some way.
>
> NB, when I downloaded the file it had an extra .tar extension. i.e.
> it was called subversion-1.4.0.tar.gz.tar. Maybe this confused your
> browser/downloader.
>
Thanks Jeremy - Yes I switched to Firefox which didn't get confused with the double
extensions like explorer does but the problem was the same.
In the end took the *.zip version - transferred to Unix & changed the eol markers.

So I really don't know what the problem was unfortunately.

Anyway - I eventually got it built on Tru64 - for others ref. I did the following...

Needed to install the zlib stuff first.

$ cd extracrdir/zlib
$ configure
$ make
$ make install

then needed to reference the zlib stuff..

export CC="cc -std1 -I/usr/local/include"
export CXX="cxx -I/usr/local/include"

then configure rest all other stuff

$ cd extracrdir
$ configure
$ make

then during make install got the following error.

subversion/svnversion/svnsync.1 does not exist.
*** Exit 1
Stop.

copying subversion/svnsync/svnsync.1 to subversion/svnversion/ fixes this problem

then
$ make install again & everything worked.

Hope that helps someone.

 

**********************************************************************************
This email and any files transmitted with it are confidential, and may be subject to legal privilege, and are intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error or think you may have done so, you may not peruse, use, disseminate, distribute or copy this message. Please notify the sender immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this e-mail for the presence of viruses. The Capita Group and its subsidiaries accept no liability for any damage caused by any virus transmitted by this e-mail.
***********************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 19 17:05:02 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.