Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
On Sun, 2006-01-15 at 18:05 +0100, Mark Wielaard wrote:
> On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote:
> > Both of the tarballs
> > 
> > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz
> > ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz
> > 
> > appear to be flawed in the sense that there are several files
> > of names matching *.java that are not contained in the directory
> > tree archived in the tarball. [...]
> 
> Maybe your tar version doesn't handle long path names?
> [works for me] with tar (GNU tar) 1.15.1

Just for the record. It seems an old GNU tar (1.11.2) was the problem.
GNU tar 1.13.25 (and higher) are confirmed to work fine for the long
path names.

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath


Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
Hi Nerdy Geeks,

On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote:
> Both of the tarballs
> 
> ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz
> ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz
> 
> appear to be flawed in the sense that there are several files
> of names matching *.java that are not contained in the directory
> tree archived in the tarball.  From the order of elements listed
> by 'tar tvzf', it appears these files may belong in the subdirectory
> 
> classpath-0.20/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication
> 
> or its counterpart in the 2nd tarball, as these subdirectories
> are listed immediately before the files and would otherwise be
> empty as extracted from their respective tarballs.

Maybe your tar version doesn't handle long path names?
It seems to work for me:

$ tar zxf classpath-0.20.tar.gz
$ cd classpath-0.20/examples/
$ ls gnu/classpath/examples/CORBA/SimpleCommunication/communication
DemoServant.java  StructureToReturnHolder.java
DemoTester.java   TreeNode.java
DirectTest.java   TreeNodeHelper.java
RequestTest.java  TreeNodeHolder.java
StructureToPass.java  WeThrowThisException.java
StructureToPassHelper.javaWeThrowThisExceptionHelper.java
StructureToPassHolder.java_DemoTesterImplBase.java
StructureToReturn.java_DemoTesterStub.java
StructureToReturnHelper.java

This is with tar (GNU tar) 1.15.1

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath