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

Re: Testing pax on platforms was Re: Using pax instead of cpio in dist.sh

From: Ben Reser <ben_at_reser.org>
Date: 2004-04-03 09:56:44 CEST

On Fri, Apr 02, 2004 at 10:57:04PM -0800, Ben Reser wrote:
> *cough* I think you're a little too confident here... I tried pax
> tonight:
>
> $ gzip -dc subversion-1.0.1.tar.gz | tar xvf -
> tar: This does not look like a tar archive
> tar: Skipping to next header
> tar: Archive contains obsolescent base-64 headers
> tar: Error exit delayed from previous errors
>
> file doesn't even think it is a tar file:
> $ file subversion-1.0.1.tar
> subversion-1.0.1.tar: data
>
> I'll try it on a different machine later. I tried this on amd64 and
> it's possible pax doesn't work righ ton this platform for whatever
> reason (i.e. a bug).

Okay found the issue. It was a minor error in the dist.sh script that
probably wouldn't show up in most peoples environments. It was
capturing the output of the cd command. Since I have $CDPATH set the cd
was ambiguous so bash spat out what dir it really changed to. Commit
to fix coming up on trunk soon.

I'll post a new thread with URLs to test tarballs.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 09:56:59 2004

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

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