Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323985 - dev-util/nvidia-cuda-toolkit-3.0 profiler uses libpng-1.2*
Summary: dev-util/nvidia-cuda-toolkit-3.0 profiler uses libpng-1.2*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 19:28 UTC by Amir Aupov
Modified: 2010-06-24 10:48 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 Amir Aupov 2010-06-14 19:28:56 UTC
i have libpng-1.4* installed in my system, then i emerged nvidia-cuda-toolkit-3.0 with profiler which needs libpng-1.2*, of course profiler doesn't worked just right from install, causing error 
fads@fads-gentoo ~ $ /opt/cuda/cudaprof/bin/cudaprof 
/opt/cuda/cudaprof/bin/cudaprof: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

After emerging media-libs/libpng-1.2.43-r3 profiler runs as it should.
please fix nvidia-cuda-toolkit-3.0 ebuild to add dependency on media-libs/libpng-1.2*

sorry for my english

Reproducible: Always

Steps to Reproduce:
1.have installed libpng-1.4*
2.emerge nvidia-cuda-toolkit with profiler use-flag
3.try to launch profiler

Actual Results:  
/opt/cuda/cudaprof/bin/cudaprof: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory


Expected Results:  
working profiler
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2010-06-24 10:48:47 UTC
Added to CVS.  Thanks for reporting the missing dependency!