Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] unclear package collisions in nvidia-drivers-295.20-r1
Date: Wed, 15 Feb 2012 16:03:44
Message-Id: yu9obt0gk8b.fsf@nyu.edu
1 Nvidia-drivers fails with package collisions
2
3 * Detected file collision(s):
4 *
5 * /usr/lib32/libnvidia-compiler.so
6 * /usr/lib32/libcuda.so
7 * /usr/lib32/libcuda.so.1
8 * /usr/lib64/libnvidia-compiler.so
9 * /usr/lib64/libcuda.so
10 * /usr/lib64/libcuda.so.1
11
12 But the owner of all these (via a symlink) is the currently installed
13 version of nvidia-drivers. For example
14
15 ajglap gottlieb # equery b /usr/lib32/libcuda.so.1
16 * Searching for /usr/lib32/libcuda.so.1 ...
17 x11-drivers/nvidia-drivers-290.10-r1 (/usr/lib32/OpenCL/vendors/nvidia/libcuda.so.290.10)
18
19 ajglap gottlieb # ls -l !$
20 ls -l /usr/lib32/libcuda.so.1
21 lrwxrwxrwx 1 root root 39 Feb 13 19:29 /usr/lib32/libcuda.so.1 -> OpenCL/vendors/nvidia/libcuda.so.290.10
22
23 So I don't really see the collision. Is the correct procedure
24
25 1. Copy the 12 files (both ends of the 6 links) someplace else
26 2. Get out of X
27 3. Try the emerge again
28
29 thanks,
30 allan

Replies

Subject Author
Re: [gentoo-user] unclear package collisions in nvidia-drivers-295.20-r1 Paul Hartman <paul.hartman+gentoo@×××××.com>