LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Krusader compile crashes in current (https://www.linuxquestions.org/questions/slackware-14/krusader-compile-crashes-in-current-805542/)

mdynac 05-02-2010 05:39 PM

Krusader compile crashes in current
 
1 Attachment(s)
hi

running slackware-current

the krusader slackbuild crashes on my machine with the following error, see attached.

can anyone help with this???
thx in advance,

michael

Jack128 05-03-2010 10:04 AM

Hello mdynac,
try my Krusader-svn buildscript:

ftp://she-online.homeip.net:22/pub/l...n-i486.tar.bz2
ftp://she-online.homeip.net:22/pub/l...x86_64.tar.bz2

It should work, I use it often ;)

Best regards,
Jack.

mdynac 05-03-2010 08:16 PM

that worked quite well......

why does this version work????

i am not a coder, but i would like to understand a bit more
i have a few other slackbuilds that won't build for me and i would
like to learn how to get them to run.....

as like you did with krusader


thx much,

mdynac

Jack128 05-03-2010 11:48 PM

No problem dude ;) your welcome.

Take a look at your non building
scripts, first of all, look at the
$ARCH, if you trying to build a x86_64
app, on a i486 platform, it will simply
not build. The same if you swap these
settings, you could build a i486 app
on a x86_64 platform, but only with
multilib-support.

This is the header of a buildscript,
always check it first.

Code:

PRGNAM=kaffeine
VERSION=2.2.0
ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
TAG=${TAG}

If you not running slackware64, a x86_64
platform, you should set

Code:

ARCH=${ARCH:-x86_64}
to

Code:

ARCH=${ARCH:-i486}
Lots of slackbuilds, broken up
with the change of bash-4.1, simply
go to SBo, and reload them, they
should be updated.

If you got any further
questions, just ask. ;)

Best regards,
Jack.


All times are GMT -5. The time now is 04:48 AM.