You are not logged in.

#1 2004-09-21 16:53:08

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Problem with maya 5 package

I want to make pkg.tar.gz for maya 5 rpm package, but :

]$ rpmunpack Maya5_0-5.0-18.i686.rpm 
]$ gzip -d Maya5_0-5.0-18.cpio.gz 
gzip: Maya5_0-5.0-18.cpio.gz: unknown method 0 -- get newer version of gzip
]$ 

Need help pls.

Offline

#2 2004-09-21 18:02:06

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Problem with maya 5 package

my guess is that gzip is having issues with the underscore.  you may have to place forward slashes in front of and behind it.


AKA uknowme

I am not your friend

Offline

#3 2004-09-22 00:19:11

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Re: Problem with maya 5 package

Could you give an example? I dont understand that you mean  sad

Offline

#4 2004-09-22 21:07:39

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Re: Problem with maya 5 package

pls, i really need help.
My pkgbuild(test):

pkgname=maya
pkgver=5.0
pkgrel=1
pkgdesc="Powerful 3d modeling software"
url="alias.com"
depends=('xfree86')
source=(Maya5_0-$pkgver-18.i686.rpm)
md5sums=()
# build-time deps: rpmunpack, cpio, gzip

build() {
cd $startdir/pkg
rpmunpack < $startdir/src/Maya5_0-$pkgver-18.i686.rpm | gzip -d | cpio -idmuv
chmod 755 -R .
}

My error:

==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Starting build()...
gzip: stdin: unknown method 0 -- get newer version of gzip
cpio: premature end of archive

Offline

#5 2004-09-22 21:11:19

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: Problem with maya 5 package

gzip -d Maya5_0-5.0-18.cpio.gz

notice the  before the _. I don't know if that's the problem, but that's what the suggestion meant.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#6 2004-09-22 22:46:06

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Re: Problem with maya 5 package

It didn't help sad.

Offline

Board footer

Powered by FluxBB