You are not logged in.

#1 2009-04-07 23:27:22

ilcontegis
Member
Registered: 2008-11-04
Posts: 15

fusd-kor error

Here as well error in the package........

./PKGBUILD: line 21: cd: fusd: No such file or directory
sed: can't read Makefile: No such file or directory
sed: can't read make.include: No such file or directory
sed: can't read make.include: No such file or directory
==> Starting make...
./PKGBUILD: line 26: make: command not found
==> ERRORE: Compilazione interrotta.
    L'operazione sta per essere interrotta...
# Contributor:  nut543 <kfs1@online.no>
# Contributor: Shadowhand <woody.gilk@gmail.com>
pkgname=fusd-kor
pkgver=1.10.12
_realver=konstruktiv.org_hack
pkgrel=1
pkgdesc="FUSD hack developed for the oss2jack project and 2.6.x > udev kernels."
arch=(i686)
url="http://hg.konstruktiv.org/fusd/"
license=('GPL')
depends=()
makedepends=('mercurial')
source=(fusd.install fusd.rules)
md5sums=('982f0b5b6c7af5fe7f4b9e3134c5f1fb' 'dd880fac320283c9c134f8efa0b5bb84')
install=fusd.install

build() {
  cd $startdir/src
  msg "Connecting to mercurial server...."
  hg clone http://hg.konstruktiv.org/fusd
  cd fusd
  sed -i 's|local/||' Makefile
  sed -i 's|-O2 -g|-O2 -fomit-frame-pointer -march=i686|g' make.include
  sed -i 's|-Werror||g' make.include
  msg "Starting make..."
  make || return 1
  cp Makefile Makefile.save
  cp kfusd/Makefile kfusd/Makefile.save
  sed -i "s|/usr/|$startdir/pkg/usr/|g" Makefile
  sed -i "s|/lib/|$startdir/pkg/lib/|g" Makefile
  sed -i "s|\(/lib/modules/\$(shell uname -r)/misc\)|${startdir}/pkg\1|g" kfusd/Makefile
  mkdir -p $startdir/pkg/lib/modules/$(uname -r)/misc
  mkdir -p $startdir/pkg/usr/{lib,include}
  sed -i 's|/sbin/depmod -a||' Makefile
  make install || return 1 
  # Restore original Makefiles
  rm {Makefile,kfusd/Makefile} 
  cp Makefile.save Makefile
  cp kfusd/Makefile.save kfusd/Makefile
  cd $startdir/src
  install -D -m 644 fusd.rules $startdir/pkg/etc/udev/rules.d/30-fusd.rules
  msg "If you saw an error about not finding the kfusd.ko module, do the following:"
  msg "as root: cd /usr/src/linux-$(uname -r) && make"
}

There is a way to have teamspeak or mumble working under archlinux? it gives error in both packages...

Thank you very much

Offline

Board footer

Powered by FluxBB