You are not logged in.

#51 2008-03-28 14:50:57

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: [SOLVED] Unable to build Gnomesword

I have found the patch for sword 1.5.10 so it can compile with gcc 4.3, and I have upload the new PKGBUILD to AUR if you want to test it.  Warning, I am unable to find a patch for gnomesword so you will not be able to try to compile it yet. Still working on it.


HP Chromebook 14

Offline

#52 2008-03-29 15:10:45

vuboy
Member
From: Canada
Registered: 2008-03-04
Posts: 78

Re: [SOLVED] Unable to build Gnomesword

Thanks TripleE, I'll give it a go here shortly and update on the progress.
Thanks a bunch bro, much appreciated.

VB


EDIT: hehe, server maintanance. Will try again when the server hosting the patch file returns.

Last edited by vuboy (2008-03-29 15:18:58)

Offline

#53 2008-03-31 02:10:53

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: [SOLVED] Unable to build Gnomesword

It appears I have got a working patch for gnomesword also.  I was able to compile it successfully.


HP Chromebook 14

Offline

#54 2008-04-03 13:12:53

vuboy
Member
From: Canada
Registered: 2008-03-04
Posts: 78

Re: [SOLVED] Unable to build Gnomesword

Sword now compiles fine TripleE.
Thanks a bunch bro, greatly appreciated.

VB

EDIT: Gnomesword compiles and installs fine.

Again my appreaiation and thanks.

Last edited by vuboy (2008-04-03 16:24:53)

Offline

#55 2008-04-17 07:48:20

anespo
Member
From: Europe
Registered: 2007-07-17
Posts: 39

Re: [SOLVED] Unable to build Gnomesword

If you have trouble with build sword:

pkgname=sword
pkgver=1.5.10
pkgrel=3
pkgdesc="SWORD libraries for Bible programs"
arch=(i686 x86_64)
url="http://www.crosswire.org/sword/index.jsp"
license="GPL"
options=('!LIBTOOL')
depends=('curl' 'gcc>=4.3' 'clucene')
source=(http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v1.5/$pkgname-$pkgver.tar.gz
        http://www.crosswire.org/bugs/secure/at … c43.patch)
md5sums=('4c920f2a3ee72040df8a8e105ad840df'
         '77df247f3dbbac4bff6ee7a6d2e23a23')

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -Np0 -i ../sword-gcc43.patch | return 1
  ./configure --prefix=/usr --sysconfdir=/etc
  make || return 1
  make DESTDIR=$startdir/pkg install ||return 1
  make DESTDIR=$startdir/pkg install_config ||return 1
}

Last edited by anespo (2008-04-17 07:48:36)

Offline

#56 2008-06-03 00:11:07

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: [SOLVED] Unable to build Gnomesword

I can't seem to find sword-gcc43.patch (http://www.crosswire.org/bugs/secure/at … cc43.patch). Error 404

Thanks for you help!

Offline

#57 2008-06-03 01:54:35

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [SOLVED] Unable to build Gnomesword

Odd-rationale wrote:

I can't seem to find sword-gcc43.patch (http://www.crosswire.org/bugs/secure/at … cc43.patch). Error 404

Thanks for you help!

The sword gcc 4.3 patch is unnecessary with sword 1.5.11. But, gnomesword 2.3.4 is having all sorts of problems with finding the xulrunner and nspr libraries.

--EDIT--

gnomesword 2.3.3 builds fine against the newer sword.

Last edited by skottish (2008-06-03 02:13:27)

Offline

#58 2008-06-04 18:34:15

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: [SOLVED] Unable to build Gnomesword

Thanks for the hint. Go it working now!

Offline

#59 2008-07-01 21:00:32

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: [SOLVED] Unable to build Gnomesword

I have just updated the sword (http://aur.archlinux.org/packages.php?ID=1739) and gnomesword (http://aur.archlinux.org/packages.php?ID=7315) packages in AUR.  It compiled and is working for me.  Check them out.


HP Chromebook 14

Offline

Board footer

Powered by FluxBB