You are not logged in.

#1 2009-07-04 09:12:02

oussama
Member
Registered: 2009-07-04
Posts: 3

can't build jade package, /usr/bin/ld: cannot find -lsp

Hello everyone (my first post here smile)
I installed Archlinux because of it's ease of use when compiling the whole system (compared to Gentoo and others), I have my first install of Archlinux, and began to compile all packages in the system using the pacbuilder community script (note I havn't use the testing repositories when installing packages).

Some packages compiles well but when it comes to the jade package it fails, I got the following error:

.....
/usr/bin/ld: cannot find -lsp
collect2: ld returned 1 exit status
make[2]: *** [libspgrove.la] Error 1
make[2]: Leaving directory `/tmp/pacbuilder/build/jade/src/jade-1.2.1/spgrove'
make[1]: *** [spgrove] Error 2
make[1]: *** Waiting for unfinished jobs....
.....
/usr/bin/ld: cannot find -lsp
collect2: ld returned 1 exit status
make[2]: *** [libstyle.la] Error 1
make[2]: Leaving directory `/tmp/pacbuilder/build/jade/src/jade-1.2.1/style'
make[1]: *** [style] Error 2
.......
make[2]: Leaving directory `/tmp/pacbuilder/build/jade/src/jade-1.2.1/lib'
make[1]: Leaving directory `/tmp/pacbuilder/build/jade/src/jade-1.2.1'
make: *** [all] Error 2

I think I'm missing some devlopment library that comtains the lsp command, right?

Please help me to solve the problem
thanks

Offline

#2 2009-07-04 09:16:54

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: can't build jade package, /usr/bin/ld: cannot find -lsp

libsp is in the jade package:

extra/jade-1.2.1-5/files:usr/lib/libsp.so.1.0.3

So, I would try building it without you -j? makeflag (add options=('!makeflags') to the PKGBUILD).

Offline

#3 2009-07-04 09:54:34

oussama
Member
Registered: 2009-07-04
Posts: 3

Re: can't build jade package, /usr/bin/ld: cannot find -lsp

Thank you Allan,
It worked when changing the PKGBUILD within the jade folder in /tmp/pacbuilder/build, but I must change this file after that pacbuilder made the folder and before the building process begin (you have a shore time to edit, and it is not practical when building the whole system) is it any better ide like editing another file in ABS..?

Offline

#4 2009-07-04 09:59:13

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: can't build jade package, /usr/bin/ld: cannot find -lsp

You could file a bug report asking for that flag to be added to the official PKGBUILD.

Offline

#5 2009-07-04 10:47:01

oussama
Member
Registered: 2009-07-04
Posts: 3

Re: can't build jade package, /usr/bin/ld: cannot find -lsp

Thank you Allan,
I have reported the bug now

Offline

Board footer

Powered by FluxBB