scribus problem installation.

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

scribus problem installation.

Post by ink3 »

I don't know what is wrong:
log with slapt-src -i scribus
http://pastebin.com/kkVT3Wqv
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: scribus problem installation.

Post by laprjns »

Built without problems here. Maybe missing zlib??, Try slapt-get -i zlib
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: scribus problem installation.

Post by ink3 »

I had installed zilib.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: scribus problem installation.

Post by Shador »

Please post build output with LANG=C set, so messages are in english and readable by everybody.
Image
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: scribus problem installation.

Post by ink3 »

Ok. I Again built log with export LANG=C
http://pastebin.com/MiaZPBZY

I zlib already installed before.
# slapt-get --search zlib
osmose-0.9.1-i486-1gv [inst=no]: osmose (Sega Master System and Game Gear Emulator)
zlib-1.2.5-i486-4 [inst=yes]: zlib (compression library)

--- edit ---

I installed it from pkgs.org. Addition was needed podofo.
I thought that is only optional. Yes wrote on SlackBuild. I tried to install using slapt-src. Again the error.
http://pastebin.com/vEt3gDe5

I ended up so that once installed the pkgs.org

That scribus works.

I have no idea why this is such a problem with slapt-src or SlackBuild or something wrong in the system.
It seems to me that there is more packages in the:
http://www.slackers.it/
may be the best source packages?
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: scribus problem installation.

Post by Shador »

Are you on 64Bit? Possibly scribus build system is looking in the wrong location.
If you're not on 64 but on 32 Bit, check if the file /usr/lib/libz.so exists and if it doesn't reinstall the zlib package.
Image
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: scribus problem installation.

Post by laprjns »

I'm having no problems building scribus here, with or without podofo installed. All my packages are installed either from the salix repo using slapt-get or from Slackbuild (salix slkbuilds) using slapt-src. My guess is that your system is having problems finding libz.

Code: Select all

root[rich]# whereis libz
libz: /usr/lib/libz.a /usr/lib/libz.so
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: scribus problem installation.

Post by ink3 »

rather not
$ whereis libz
libz: /usr/lib/libz.so /usr/lib/libz.a
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: scribus problem installation.

Post by laprjns »

maybe sym link is not correct:

Code: Select all

root[rich]# ls -l /usr/lib/libz.*
-rw-r--r-- 1 root root 89366 Feb  9  2011 /usr/lib/libz.a
lrwxrwxrwx 1 root root    13 Dec 16 19:33 /usr/lib/libz.so -> libz.so.1.2.5
lrwxrwxrwx 1 root root    13 Dec 16 19:33 /usr/lib/libz.so.1 -> libz.so.1.2.5
-rwxr-xr-x 1 root root 76744 Feb  9  2011 /usr/lib/libz.so.1.2.5
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: scribus problem installation.

Post by ink3 »

one look different
ls -l /usr/lib/libz.*
-rw-r--r-- 1 root root 89366 lut 9 2011 /usr/lib/libz.a
lrwxrwxrwx 1 root root 22 lis 17 15:35 /usr/lib/libz.so -> /usr/lib/libz.so.1.0.4
lrwxrwxrwx 1 root root 13 lis 17 15:35 /usr/lib/libz.so.1 -> libz.so.1.2.5
-rwxr-xr-x 1 root root 76744 lut 9 2011 /usr/lib/libz.so.1.2.5
Post Reply