ossobv / bcg729-deb

(obsolete) Debian/Ubuntu package for the Bcg729 G.729 codec library
Other
14 stars 17 forks source link

bcg729_.orig.tar.gz uncompose failed, could you instruct me? #7

Closed bluejade008 closed 2 years ago

bluejade008 commented 2 years ago

root@DN2:~# tar zxf bcg729_$VER.orig.tar.gz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

wdoekes commented 2 years ago

Works fine over here:

$ VER=1.0.4

$ curl \
>   https://codeload.github.com/BelledonneCommunications/bcg729/tar.gz/$VER \
>   >bcg729_$VER.orig.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  112k    0  112k    0     0   308k      0 --:--:-- --:--:-- --:--:--  307k

$ echo tar zxf bcg729_$VER.orig.tar.gz
tar zxf bcg729_1.0.4.orig.tar.gz

$ file bcg729_1.0.4.orig.tar.gz
bcg729_1.0.4.orig.tar.gz: gzip compressed data, from Unix, original size modulo 2^32 747520

$ tar zxf bcg729_$VER.orig.tar.gz

$ ls bcg729-1.0.4 -lda
drwxrwxr-x 5 walter walter 4096 jul 20  2017 bcg729-1.0.4

Not sure what you are doing :shrug: