libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Henry Olyer
I very much appreciate the help I get here.  And boy!, do I need it.

Undoubtedly I did something wrong when I was putting my system together.
But I just can't throw it away -- I'm trying to get some things done.

So, awk!  help!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Frank Shute
On Tue, Nov 10, 2009 at 11:09:55AM -0500, Henry Olyer wrote:

 I very much appreciate the help I get here.  And boy!, do I need it.
 
 Undoubtedly I did something wrong when I was putting my system together.
 But I just can't throw it away -- I'm trying to get some things done.
 
 So, awk!  help!

$ pkg_info -W /usr/local/lib/libjpeg.so.9
/usr/local/lib/libjpeg.so.9 was installed by package jpeg-6b_7


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Manolis Kiagias
Henry Olyer wrote:
 I very much appreciate the help I get here.  And boy!, do I need it.

 Undoubtedly I did something wrong when I was putting my system together.
 But I just can't throw it away -- I'm trying to get some things done.

 So, awk!  help!
   

Where you performing an upgrade of an existing system?
AFAIK libjpeg.so.* libraries get installed by the graphics/jpeg port.
This was (fairly) recently upgraded, and if you did not follow the
/usr/ports/UPDATING instructions carefully, you probably ended up with
some dependent apps still linked to the old version of the library.

See /usr/ports/UPDATING:

20090719:
  AFFECTS: users of graphics/jpeg
  AUTHOR: din...@freebsd.org

  The IJG jpeg library has been updated to version 7.0.  Please rebuild all
  ports that depend on it.

In short, try the following (assuming you use portupgrade):

portupgrade -fr graphics/jpeg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Robert Huff

Manolis Kiagias writes:

  Where you performing an upgrade of an existing system?
  AFAIK libjpeg.so.* libraries get installed by the graphics/jpeg port.
  This was (fairly) recently upgraded, and if you did not follow the
  /usr/ports/UPDATING instructions carefully, you probably ended up with
  some dependent apps still linked to the old version of the library.
  
  In short, try the following (assuming you use portupgrade):
  
  portupgrade -fr graphics/jpeg

graphics/jpeg is a dependency for a _lot_ of ports.  (100+ on
my system.)  Were I in  the OP's shoes, I'd run  pkg_info -R to find
out which ones and feed the (edited) results through pkg_sort.
Otherwise I might find myself rebuilding something like OpenOffice
at an inopportune moment 


Robert thirty six hours and counting, tra-la Huff



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Manolis Kiagias
Robert Huff wrote:
 Manolis Kiagias writes:

   
  Where you performing an upgrade of an existing system?
  AFAIK libjpeg.so.* libraries get installed by the graphics/jpeg port.
  This was (fairly) recently upgraded, and if you did not follow the
  /usr/ports/UPDATING instructions carefully, you probably ended up with
  some dependent apps still linked to the old version of the library.
  
  In short, try the following (assuming you use portupgrade):
  
  portupgrade -fr graphics/jpeg
 

   graphics/jpeg is a dependency for a _lot_ of ports.  (100+ on
 my system.)  Were I in  the OP's shoes, I'd run  pkg_info -R to find
 out which ones and feed the (edited) results through pkg_sort.
 Otherwise I might find myself rebuilding something like OpenOffice
 at an inopportune moment 


   Robert thirty six hours and counting, tra-la Huff

   
I am afraid openoffice is indeed one of the packages linked to jpg..
In this case - and assuming this was caused by an improper upgrade of
jpeg - maybe the OP could simply  downgrade just the jpeg port to the
previous version. The current version provides libjpeg.so.10

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


libjpeg.so.9

2009-07-19 Thread Leonardo M . Ramé

Hi, after upgrading wine to 1.1.26 from ports, the library libjpeg.so.9 no 
longer exists, it was replaced by libjpeg.so.10.

The first problem I found was that icewm didn't loads, then I created a soft 
link to libjpeg.so. With this change, icewm loads, but icewmbg can't load 
because it needs libjpeg.so.9. This is the error message I receive when I try 
to load icewmbg:

icewmbg: using /home/martin/.icewm for private configuration files
Wrong JPEG library version: library is 70, caller expects 62
IMLIB ERROR: Cannot load image: /home/martin/wallpapers/Unix Desktop Wallpaper 
Pictures Unix Cyborg Technologies.jpg
All fallbacks failed.
icewmbg: Warning: Loading of image /home/martin/wallpapers/Unix Desktop 
Wallpaper Pictures Unix Cyborg Technologies.jpg failed

How can I install libjpeg.so.9?

Leonardo M. Ramé
http://leonardorame.blogspot.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libjpeg.so.9

2009-07-19 Thread b. f.
Hi, after upgrading wine to 1.1.26 from ports, the library libjpeg.so.9 no 
longer exists, it was replaced by libjpeg.so.10.

The first problem I found was that icewm didn't loads, then I created a soft 
link to libjpeg.so. With this change, icewm loads, but icewmbg can't load 
because it needs libjpeg.so.9. This is the error message I receive when I try 
to load icewmbg:

icewmbg: using /home/martin/.icewm for private configuration files
Wrong JPEG library version: library is 70, caller expects 62
IMLIB ERROR: Cannot load image: /home/martin/wallpapers/Unix Desktop Wallpaper 
Pictures Unix Cyborg Technologies.jpg
All fallbacks failed.
icewmbg: Warning: Loading of image /home/martin/wallpapers/Unix Desktop 
Wallpaper Pictures Unix Cyborg Technologies.jpg failed

How can I install libjpeg.so.9?

libjpeg.so.9 is the old version of the jpeg shared library from the
graphics/jpeg port.  It was replaced on Saturday by a new version,
libjpeg.so.10.  You seem to have a new port that uses the new version,
and some old ports that were built to use the old version.  You need
to rebuild _all_ those ports that depend upon graphics/jpeg, so that
they will use the new version.  You can do this by hand, or using a
script or program of your own, or with

portupgrade -fr jpeg-*

if you are using ports-mgmt/portupgrade, or, if you are using
ports-mgmt/portmaster:

portmaster -r jpeg

for example.  (Occasionally, you may find a port that cannot be
upgraded this way -- graphics/gd, for example, in which case you may
need to deinstall it before attempting to rebuild it, or to build it
in a clean sandbox.) If you are using packages, you should keep in
mind that it may be a few days before the package server you are using
has packages that are built using the new version of jpeg.  If you
don't want to update, you can revert to the old version with old
packages, or by grabbing the old version of the port and rebuilding
your ports against it.

b.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org