Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5604 - LibPNG backwards compatibility issues.
Summary: LibPNG backwards compatibility issues.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-26 06:18 UTC by Elver Loho
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elver Loho 2002-07-26 06:19:00 UTC
Evolution gives the following error when starting up:

libpng warning: Application was compiled with png.h from libpng-1.0.12
libpng warning: Application  is  running with png.c from libpng-1.2.4
libpng error: Incompatible libpng version in application and library

evolution-shell-CRITICAL **: file e-splash.c: line 354 (e_splash_new): assertion
`splash_image_pixbuf != NULL' failed.

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'
Comment 1 Spider (RETIRED) gentoo-dev 2002-07-26 08:34:57 UTC
well known bug.
This is because the binary api changed in the step from 1.0.x to 1.2.x in libpng


run /usr/portage/media-libs/libpng/files/libpng-update-libs.sh

and see what needs to be updated. once those are working and re-emerged (good
time to do updates)
you can run 
/usr/portage/media-libs/libpng/files/libpng-update-bins.sh

and see what binaries need to be updated still.

or, you can revert libpng to 1.0.x version instead.