Bug#810781: nvidia-cuda-toolkit : Depends: nvidia-cuda-dev (= 6.5.19-2) but it is not going to be installed

2016-01-19 Thread Alex Andreotti
Recent upgrades fixed the dependencies, may be closed.



Bug#810781: nvidia-cuda-toolkit : Depends: nvidia-cuda-dev (= 6.5.19-2) but it is not going to be installed

2016-01-12 Thread Alex Andreotti
Source: nvidia-cuda-toolkit
Severity: normal

Dear Maintainer,

  * What led up to the situation?

I'm trying to enable GPU rendering for blender, I had it working few weeks ago
on a very similar, almost equal, system environment (Debian/unstable),
but it was on x86 arch and I had to switch to amd64, now can't get it working 
anymore.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

Being able to install nvidia-cuda-toolkit, it should enable GPU option in 
blender
(User settings -> system -> Compute device)

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Below the current installation error log, this morning I just upgraded because 
have seen
there was some *nvidia* upgrade, before the upgrade I had a different error,
but always related to unmet dependencies for nvidia-cuda-dev

% sudo apt-get install nvidia-cuda-toolkit
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-cuda-toolkit : Depends: nvidia-cuda-dev (= 6.5.19-2) but it is not 
going to be installed
E: Unable to correct problems, you have held broken packages.

% sudo apt-get install nvidia-cuda-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-cuda-dev : Depends: libcuinj64-6.5 (= 6.5.19-2) but it is not going 
to be installed
   Recommends: libnvcuvid1 but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

% sudo apt-get install libcuinj64-6.5
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libcuinj64-6.5 is already the newest version (6.5.19-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



Bug#810781: nvidia-cuda-toolkit : Depends: nvidia-cuda-dev (= 6.5.19-2) but it is not going to be installed

2016-01-12 Thread Andreas Beckmann
On 2016-01-12 09:02, Alex Andreotti wrote:
> Being able to install nvidia-cuda-toolkit, it should enable GPU option in 
> blender
> (User settings -> system -> Compute device)

nvidia-cuda-toolkit from sid is currently uninstallable, it needs a
newer driver. Use either nvidia-cuda-toolkit etc. from testing or the
newer driver from experimental.

> -- System Information:
> Debian Release: stretch/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)


Andreas