Code Template 1.4 file is not a valid archive?

|

It seems that the file that can be downloaded from this link:
http://www.orocos.org/stable/examples/ocl/orocos-ocl-template-1.4-src.tar.bz2
is not a valid archive, as I cannot extract files using 7-zip nor with WinRAR.

Regards, Theo de Vries.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Code Template 1.4 file is not a valid archive?

On 6 Feb 2008 13:44:21 -0000, vri <t.j.a.devries at imotec [dot] nl> wrote:
> It seems that the file that can be downloaded from this link:
> http://www.orocos.org/stable/examples/ocl/orocos-ocl-template-1.4-src.tar.bz2

Do you mean
<http://www.orocos.org/stable/examples/ocl/orocos-ocl-template-1.4.0-src.tar.bz2>
The link you post above seems to have died :-)

> is not a valid archive, as I cannot extract files using 7-zip nor with WinRAR.

[kgad@ampere /tmp]$

 wget http://www.orocos.org/stable/examples/ocl/orocos-ocl-template-1.4.0-src.tar.bz2
--17:11:42--  http://www.orocos.org/stable/examples/ocl/orocos-ocl-template-1.4.0-src.tar.bz2
           => `orocos-ocl-template-1.4.0-src.tar.bz2'

Resolving www.orocos.org... 213.193.229.178
Connecting to www.orocos.org|213.193.229.178|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16,060 (16K) [application/x-tar]

100%[===============================================================================================================================>]
16,060 74.27K/s

17:11:43 (74.09 KB/s) - `orocos-ocl-template-1.4.0-src.tar.bz2' saved
[16060/16060]

[kgad@ampere /tmp]$

 tar xjf orocos-ocl-template-1.4.0-src.tar.bz2

[kgad@ampere /tmp]$

 ls orocos-ocl-template-1.4.0

CMakeLists.txt config configure cpf INSTALL src

I could succesfully extract it using 7-zip too. Maybe winrar messed
up the archive file?

Klaas