You are not logged in.

#1 2009-07-03 15:18:26

Urfaust
Member
From: Germany
Registered: 2009-01-30
Posts: 164

Problem with mytourbook_bin

Hi,

I was trying to build mytourbook_bin on Arch64
http://aur.archlinux.org/packages.php?ID=26445

I edited the PKGBUILD and changed "arch=('i686')" to "arch=('i686' 'x86_64')". The package installed successfully but now I can't run the program.
Bash complains that the file or directory /usr/bin/mytourbook was not found...So is there any chance that I can run this under Arch64? Java-Runtime is installed...

Offline

#2 2009-07-10 18:47:17

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Problem with mytourbook_bin

Don't think so in every case a simple changing in arch is enough smile In that case the maintainer mustn't test it for the two different arch.

If the package was installed successfully, this line must be run too:
ln -s /usr/share/mytourbook/mytourbook ${pkgdir}/usr/bin/mytourbook

If you do it with manually after installation, can it work for you ?

Offline

#3 2009-07-10 22:23:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem with mytourbook_bin

you'rr getting this error because this is a i686 pre-compiled binary. You'll need to use a chroot or the lib32 packages. Search the wiki for more info.

Offline

Board footer

Powered by FluxBB