You are not logged in.

#1 2004-05-11 19:52:39

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

problem with compressing qtmame

I wrote pkgbuild:

# $Id: PKGBUILD,v 1.0 2004/05/11 21:19:40 Abaddon Exp $
# Maintainer: abaddon <kukububu@go2.pl>
pkgname=qtmame
pkgver=2.2.1
pkgrel=1
pkgdesc="QT frontend for xmame"
url="http://qtmame.sf.net"
depends=('xmame-sdl' 'qt')
source=(http://qtmame.sourceforge.net/archivos/$pkgname-$pkgver.tar.gz 
  arch-qtmame.diff)
md5sums=('7282f77d70d7addfab7397506542c32e' 'caea1383b075cc4baecb6a0b94c3988e')

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -Np1 -i ../arch-qtmame.diff
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Patch is here: http://www.iii-lo.tarnow.pl/~abaddon/arch-qtmame.diff

And I'm getting error after compilation:

strip "/usr/local/bin/qtmame"
make[1]: Leaving directory `/var/abs/extra/emulators/qtmame/src/qtmame-2.2.1/src'
==> Compressing man pages...
==> Generating .PKGINFO file...
==> Generating .FILELIST file...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> Compressing package...
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
==> Finished making: qtmame  (Tue May 11 21:57:34 CEST 2004)
[root@194-4 qtmame]#

But I have stat:

[abaddon@194-4 abaddon]$ locate stat
[...]
/usr/bin/stat
[...]

When I'm building other packages I haven't this problem.

Please help me.


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#2 2004-05-13 16:29:50

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: problem with compressing qtmame

hmm, maybe someone will try help?


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#3 2004-05-14 00:29:21

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: problem with compressing qtmame

There are no files being copied to $startdir/pkg because you didn't tell the application's build system to do that properly.  The error message is because tar is trying to add the * file to the archive, but the * file doesn't exist.

I left it because I didn't want to type all that, figured someone else would jump in, and figured you were smart enough to figure it out on your own.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB