You are not logged in.

#101 2010-02-04 16:46:14

sr
Member
Registered: 2009-10-12
Posts: 51

Re: What's not working for you after the updates to libjpeg and libpng?

Upgrading opera should fix that:

> ldd /usr/lib/opera/10.20/opera
[...]
    libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007fdea79ef000)

Offline

#102 2010-02-04 18:23:29

Miles28
Member
From: Spain
Registered: 2008-08-31
Posts: 88

Re: What's not working for you after the updates to libjpeg and libpng?

sr wrote:

Upgrading opera should fix that:

Oops! Thanks a lot.


Inteligencia militar son términos contradictorios (G. Marx).

Offline

#103 2010-02-05 09:08:37

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: What's not working for you after the updates to libjpeg and libpng?

I hate this part...Rebuilding everything all over again...


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#104 2010-02-05 09:15:01

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: What's not working for you after the updates to libjpeg and libpng?

After examining my packages, I think I'll just use stuff from the reps from now on. The novelty of a minimal system is waning fast for me. It used to be 25% of all installed packages were from the from the reps. Then 50%. Now I am probably at 75%...

Last edited by adamlau (2010-02-05 09:26:36)


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#105 2010-02-05 18:18:15

snaip
Member
Registered: 2009-08-20
Posts: 21

Re: What's not working for you after the updates to libjpeg and libpng?

convert, from imagemagick. Which leads to a problem in compiling awesome. Which leads to a problem in running screen.. I think.

Offline

#106 2010-02-06 11:49:52

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

Re: What's not working for you after the updates to libjpeg and libpng?

snaip wrote:

convert, from imagemagick. Which leads to a problem in compiling awesome. Which leads to a problem in running screen.. I think.

If you want help, you'll need to give more details

Offline

#107 2010-02-06 12:17:23

snaip
Member
Registered: 2009-08-20
Posts: 21

Re: What's not working for you after the updates to libjpeg and libpng?

Snowman wrote:
snaip wrote:

convert, from imagemagick. Which leads to a problem in compiling awesome. Which leads to a problem in running screen.. I think.

If you want help, you'll need to give more details

convert: error while loading shared libraries: libjpeg.so.7: cannot open shared object file: No such file or directory

imagemagick version is; extra/imagemagick 6.5.9.0-2. It's flagged out of date (http://www.archlinux.org/packages/extra … agemagick/)

Offline

#108 2010-02-06 13:20:15

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: What's not working for you after the updates to libjpeg and libpng?

[stijn@hermes ~]$ ldd /usr/bin/convert|grep jpeg
    libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0xb7079000)
[stijn@hermes ~]$ pacman -Q imagemagick
imagemagick 6.5.9.0-2

Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#109 2010-02-06 13:23:26

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: What's not working for you after the updates to libjpeg and libpng?

@maybe a dependency of imagemagick is linking improper. you can find out which one if you read some of my comments from this thread

Last edited by wonder (2010-02-06 13:26:27)


Give what you have. To someone, it may be better than you dare to think.

Offline

#110 2010-02-06 14:10:50

snaip
Member
Registered: 2009-08-20
Posts: 21

Re: What's not working for you after the updates to libjpeg and libpng?

wonder wrote:

@maybe a dependency of imagemagick is linking improper. you can find out which one if you read some of my comments from this thread

Jackpot;

$ ldd /usr/bin/convert |grep jpeg
    libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0xb7086000)
    libjpeg.so.7 => not found

debug log of convert:
file=libjpeg.so.7 [0];  needed by /usr/lib/libtiff.so.3 [0]

$ pacman -Q libtiff
libtiff 3.9.2-2

Any pointers? Many thanks Wonder for helping out.

Offline

#111 2010-02-06 15:06:06

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

Re: What's not working for you after the updates to libjpeg and libpng?

Are you using the libtiff from the repo? Libtiff was rebuilt so it's probably something else. What does " readelf -d /usr/lib/libtiff.so.3" gives you?

Offline

#112 2010-02-06 21:00:29

snaip
Member
Registered: 2009-08-20
Posts: 21

Re: What's not working for you after the updates to libjpeg and libpng?

Snowman wrote:

Are you using the libtiff from the repo? Libtiff was rebuilt so it's probably something else. What does " readelf -d /usr/lib/libtiff.so.3" gives you?

Removed libtiff. Cleared pacman cache. Tried to reinstall libtiff. Gave this error.

error: failed to commit transaction (conflicting files)
libtiff: /usr/lib/libtiff.so.3 exists in filesystem

Removed libtiff.so.3, reinstalled. No luck. Tried again, same error. Figured there was a file libtiff.so.4 too. Removed it, reinstalled and boom. Works.

I do not know where that libtiff.so.4 had come from, but yeah. Solved! Thanks for pointing me in the right direction.

Offline

Board footer

Powered by FluxBB