Devuan bug report logs - #369
nvidia-cuda-dev: Missing folder in LIBRARIES environment variable in /etc/nvcc.profile

version graph

Package: nvidia-cuda-dev; Maintainer for nvidia-cuda-dev is (unknown); Source for nvidia-cuda-dev is src:nvidia-cuda-toolkit.

Reported by: Eyal Rozenberg <eyalroz@technion.ac.il>

Date: Tue, 14 Jan 2020 13:11:58 UTC

Severity: normal

Tags: debian

Found in version 10.1.105-3+b1

Fixed in version 10.1.168-6

Done: Mark Hindley <mark@hindley.org.uk>

Full log


🔗 View this message in rfc822 format

MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Eyal Rozenberg <eyalroz@technion.ac.il>
Subject: bug#369 closed by Mark Hindley <mark@hindley.org.uk> (Re:
 bug#369: nvidia-cuda-dev: Missing folder in LIBRARIES environment variable
 in /etc/nvcc.profile)
Message-ID: <handler.369.D369.16734416475410.notifdone@bugs.devuan.org>
References: <Y76xNLqtr/hqK1mH@hindley.org.uk>
 <bfe589d3-0363-daaa-e736-d952fea1042a@technion.ac.il>
X-Devuan-PR-Message: they-closed 369
X-Devuan-PR-Package: nvidia-cuda-dev
X-Devuan-PR-Keywords: debian
Reply-To: 369@bugs.devuan.org
Date: Wed, 11 Jan 2023 12:56:03 +0000
Content-Type: multipart/mixed; boundary="----------=_1673441763-5457-1"
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the nvidia-cuda-dev package:

#369: nvidia-cuda-dev: Missing folder in LIBRARIES environment variable in /etc/nvcc.profile

It has been closed by Mark Hindley <mark@hindley.org.uk>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mark Hindley <mark@hindley.org.uk> by
replying to this email.


-- 
369: https://bugs.devuan.org/cgi/bugreport.cgi?bug=369
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mark Hindley <mark@hindley.org.uk>
To: Eyal Rozenberg <eyalroz@technion.ac.il>, 369-done@bugs.devuan.org
Subject: Re: bug#369: nvidia-cuda-dev: Missing folder in LIBRARIES environment variable in /etc/nvcc.profile
Date: Wed, 11 Jan 2023 12:53:08 +0000
Version: 10.1.168-6

Closing as fixed in Debian.

Mark
[Message part 3 (message/rfc822, inline)]
From: Eyal Rozenberg <eyalroz@technion.ac.il>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Subject: nvidia-cuda-dev: Missing folder in LIBRARIES environment variable in /etc/nvcc.profile
Date: Fri, 27 Dec 2019 11:54:18 +0200
Package: nvidia-cuda-dev
Version: 10.1.105-3+b1
Severity: important

Dear Maintainer,

The NVCC compiler (or rather the nvlink linker) looks for libraries in 
the folder listed in the LIBRARIES environment variable. This 
environment variable is added to from within the nvcc.profile file. In 
Debian/Devuan, that file is located in /etc and contains:

LIBRARIES       =+ $(_SPACE_) -L/usr/lib/x86_64-linux-gnu/stubs

However - that's not the only necessary folder (perhaps not even the 
more important one): nvlink needs to be search /usr/lib/x86_64-linux-gnu 
as well (without the /stubs).

And indeed, if we look at /usr/local/cuda-10.1/bin/nvcc.profile (which 
is also installed for some reason), we find:

LIBRARIES        =+ $(_SPACE_)
"-L$(TOP)/$(_TARGET_DIR_)/lib$(_TARGET_SIZE_)/stubs"
"-L$(TOP)/$(_TARGET_DIR_)/lib$(_TARGET_SIZE_)"

... with both folders.

This is a bug, and it makes nvlink fail to link even simple programs in 
some cases. See, for example:

https://stackoverflow.com/q/59481689/1593077



-- System Information:
Debian Release: 10.0
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_IL, LC_CTYPE=en_IL (charmap=UTF-8), LANGUAGE=en_IL:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages nvidia-cuda-dev depends on:
ii  libaccinj64-10.1  10.1.105-3+b1
ii  libcublas10       10.1.105-3+b1
ii  libcublaslt10     10.1.105-3+b1
ii  libcudart10.1     10.1.105-3+b1
ii  libcufft10        10.1.105-3+b1
ii  libcufftw10       10.1.105-3+b1
ii  libcuinj64-10.1   10.1.105-3+b1
ii  libcurand10       10.1.105-3+b1
ii  libcusolver10     10.1.105-3+b1
ii  libcusparse10     10.1.105-3+b1
ii  libnppc10         10.1.105-3+b1
ii  libnppial10       10.1.105-3+b1
ii  libnppicc10       10.1.105-3+b1
ii  libnppicom10      10.1.105-3+b1
ii  libnppidei10      10.1.105-3+b1
ii  libnppif10        10.1.105-3+b1
ii  libnppig10        10.1.105-3+b1
ii  libnppim10        10.1.105-3+b1
ii  libnppist10       10.1.105-3+b1
ii  libnppisu10       10.1.105-3+b1
ii  libnppitc10       10.1.105-3+b1
ii  libnpps10         10.1.105-3+b1
ii  libnvblas10       10.1.105-3+b1
ii  libnvgraph10      10.1.105-3+b1
ii  libnvidia-ml1     430.50-1
ii  libnvjpeg10       10.1.105-3+b1
ii  libnvrtc10.1      10.1.105-3+b1
ii  libnvtoolsext1    10.1.105-3+b1
ii  libnvvm3          10.1.105-3+b1
ii  libthrust-dev     1.9.5-1

Versions of packages nvidia-cuda-dev recommends:
ii  libcuda1 [libcuda-10.1-1]    430.50-1
ii  libgl1-mesa-dev [libgl-dev]  19.1.6-1
ii  libnvcuvid1                  430.50-1
ii  libvdpau-dev                 1.2-1

nvidia-cuda-dev suggests no packages.

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Fri May 3 03:04:53 2024;