You are not logged in.

#1 2004-07-22 15:46:03

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Problem building Muse Package

Hi,

I tried to make a PKGBUILD for Muse, it's not complete, no dependencies etc. but that's not the problem:

pkgname=muse
pkgver=0.7.0
pkgrel=1
url="http://lmuse.sourceforge.net/"
depends=()
source=($pkgname-$pkgver.tar.bz2)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg/usr install
}

During 'make install' I get the following error message:

...
make[4]: Entering directory `/home/jo/muse/src/muse-0.7.0/muse'
if test "yes" = "yes"; then 
  su -c "chown root muse; chmod +s muse"; 
fi
su: error while loading shared libraries: libfakeroot.so.0: cannot open shared object file: No such file or directory
make[4]: *** [stamp-chown] Fehler 127
make[4]: Leaving directory `/home/jo/muse/src/muse-0.7.0/muse'
...

Executing 'make install' manually as does work without problems. I'd be glad if you could help me get this thing to work.

regards,
Jochen

Offline

#2 2004-07-22 16:33:13

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: Problem building Muse Package

I think you should try to do it as root, because when you do it as a mortal user, it uses fakeroot, and it seems it's that what causes the error.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#3 2004-10-09 22:07:33

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Problem building Muse Package

hey what happend in the end?
did you build MusE?
if yes, do you have a PKGBUILD for: http://mscore.sourceforge.net/screenshots.php too?

thx

Offline

#4 2004-10-10 11:24:20

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: Problem building Muse Package

Sorry, I didn't had the time to finish it...

Offline

Board footer

Powered by FluxBB