Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454260 - media-gfx/nvidia-cg-toolkit-2.1.0017-r1 - should install a symlink on path /opt/nvidia-cg-toolkit ./lib64 -> ./lib
Summary: media-gfx/nvidia-cg-toolkit-2.1.0017-r1 - should install a symlink on path /o...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 10:32 UTC by thunder367
Modified: 2020-07-30 02:37 UTC (History)
2 users (show)

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


Attachments
media-gfx/nvidia-cg-toolkit-2.1.0017-r1 build log (nvidia-cg-toolkit_build_log.txt,1.46 KB, text/plain)
2013-01-27 10:32 UTC, thunder367
Details
media-gfx/nvidia-cg-toolkit info log (nvidia-cg-toolkit_info_log.txt,6.88 KB, text/plain)
2013-01-27 10:35 UTC, thunder367
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thunder367 2013-01-27 10:32:34 UTC
Created attachment 336992 [details]
media-gfx/nvidia-cg-toolkit-2.1.0017-r1 build log

Hi!

Not exist symlink on path /opt/nvidia-cg-toolkit/ ./lib -> ./lib64. This causes an error when compilatin same applications (see Bug #454112 Bug #259169) on amd64 architecture.

Please add symlink ./lib -> ./lib64 on path /opt/nvidia-cg-toolkit/ in package files tree.
Comment 1 thunder367 2013-01-27 10:35:49 UTC
Created attachment 336994 [details]
media-gfx/nvidia-cg-toolkit info log
Comment 2 thunder367 2013-01-27 10:37:28 UTC
miheev ~ # ls /opt/nvidia-cg-toolkit/
bin  include  lib
Comment 4 bacce 2015-07-24 15:26:38 UTC
Bumping.

I use a 3rd-party game-engine build in c++ that also runs into problems due to not finding -lcG and -lcGGL. I manually created the symlink and everything works fine (regarding that engine).

As far as I can tell, all it would take is two additional 'dosym' lines in the ebuild and that should do the trick.