Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353463 - net-misc/nxclient-3.4.0.7-r1 requires libpng-1.2
Summary: net-misc/nxclient-3.4.0.7-r1 requires libpng-1.2
Status: RESOLVED DUPLICATE of bug 326063
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 22:40 UTC by Lyall Pearce
Modified: 2011-02-01 22:46 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 Lyall Pearce 2011-02-01 22:40:52 UTC
Please update ebuild to include a direct dependency on libpng-1.2.44



Reproducible: Always

Steps to Reproduce:
1. execute /usr/bin/nxclient --admin
2. See error message




Expected Results:  
Usable nxclient interface

simply symlinking the libpng-1.4 into the /usr/NX/lib does not work, libpng constantly complains 
libpng warning: Application was compiled with png.h from libpng-1.2.8
libpng warning: Application  is  running with png.c from libpng-1.4.5

Manually emerging libpng-1.2.44 fixes the problem but a dependency in the ebuild would prevent the old version being removed.

Alternatively, internally build the old version of libpng and copy the libpng.so.0 into /usr/NX/lib as a part of the install.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-02-01 22:46:08 UTC
It already does:

$ grep libpng *.ebuild
nxclient-3.4.0.5.ebuild:	=media-libs/libpng-1.2*
nxclient-3.4.0.7.ebuild:	=media-libs/libpng-1.2*
nxclient-3.4.0.7-r1.ebuild:	=media-libs/libpng-1.2*

You propably need:

# emerge -1 libpng:1.2

*** This bug has been marked as a duplicate of bug 326063 ***