You are not logged in.

#1 2009-06-13 07:05:21

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

openssh unrecognized archive format

Me again...

Does anyone know why makepkg complains about unknown an archive format for the openssh tarball:

fukawi2@kangaroo ~/abs/openssh  $ makepkg
==> Making package: openssh 5.2p1-1 i686 (Sat Jun 13 17:02:37 EST 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found openssh-5.2p1.tar.gz in build dir
  -> Found sshd in build dir
  -> Found sshd.confd in build dir
  -> Found sshd.pam in build dir
==> Validating source files with md5sums...
    openssh-5.2p1.tar.gz ... Passed
    sshd ... Passed
    sshd.confd ... Passed
    sshd.pam ... Passed
==> Extracting Sources...
  -> bsdtar -x -f openssh-5.2p1.tar.gz
bsdtar: Unrecognized archive format
bsdtar: Error exit delayed from previous errors.
==> ERROR: Failed to extract openssh-5.2p1.tar.gz
    Aborting...

And yet I can use tar to extract it fine?

fukawi2@kangaroo ~/abs/openssh  $ tar xvzf openssh-5.2p1.tar.gz | head
drwxr-xr-x djm/djm           0 2009-02-23 11:18 openssh-5.2p1
-rw-r--r-- djm/djm       37622 2009-02-23 11:18 openssh-5.2p1/config.h.in
-rw-r--r-- djm/djm        5545 2006-08-31 03:24 openssh-5.2p1/CREDITS
-rw-r--r-- djm/djm       60889 2009-02-23 11:12 openssh-5.2p1/ChangeLog
-rw-r--r-- djm/djm        9417 2007-08-17 22:52 openssh-5.2p1/INSTALL
-rw-r--r-- djm/djm       16000 2007-03-13 07:37 openssh-5.2p1/LICENCE
-rw-r--r-- djm/djm       17427 2008-11-05 16:20 openssh-5.2p1/Makefile.in
-rw-r--r-- djm/djm        6718 2006-08-05 12:39 openssh-5.2p1/OVERVIEW
-rw-r--r-- djm/djm        9504 2009-02-14 18:00 openssh-5.2p1/PROTOCOL
-rw-r--r-- djm/djm       16760 2008-07-02 22:35 openssh-5.2p1/PROTOCOL.agent

Offline

#2 2009-06-14 22:06:56

cdemoulins
Member
From: Paris
Registered: 2008-04-06
Posts: 7

Re: openssh unrecognized archive format

I have the same problem on the same archive.

Offline

#3 2009-06-14 22:59:28

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: openssh unrecognized archive format

gzip -d openssh-5.2p1.tar.gz
gzip openssh-5.2p1.tar

Fixes the 'problem', but the MD5 changes so something must be screwy with the compression that the OpenSSH devs do to the package :s

Offline

Board footer

Powered by FluxBB