Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339796 - dev-util/nvidia-cuda-toolkit-3.1 must depends on media-libs/libpng:1.2
Summary: dev-util/nvidia-cuda-toolkit-3.1 must depends on media-libs/libpng:1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 09:17 UTC by MaratIK
Modified: 2010-10-06 09:09 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 MaratIK 2010-10-05 09:17:08 UTC
Currently nvidia-cuda-toolkit must depends on media-libs/libpng:1.2, but currently it depends on >=media-libs/libpng-1.2.43-r2, and there is exists media-libs/libpng-1.4.3 (in SLOT=0), which meets to exist condition.

But
$ objdump -p /opt/cuda/computeprof/bin/libQtGui.so.4 | grep libpng
  NEEDED               libpng12.so.0

Reproducible: Always

Steps to Reproduce:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 09:23:16 UTC
This was fixed for 3.0 in bug 323985 already, but then somehow ruined for 3.1... weird.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 09:23:51 UTC
No need to add yourself to CC list if you are the reporter.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-10-06 09:09:26 UTC
$ objdump -p /opt/cuda/computeprof/bin/libQtGui.so.4.5.2 |grep png
  NEEDED               libpng12.so.0
ssuominen@unique ~/gentoo-x86/dev-util/nvidia-cuda-toolkit $ file /opt/cuda/computeprof/bin/libQtGui.so.4.5.2
/opt/cuda/computeprof/bin/libQtGui.so.4.5.2: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped


+  06 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  nvidia-cuda-toolkit-3.1.ebuild:
+  Fix libpng SLOT depend wrt #339796 by "MaratIK".