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

X-Loop: owner@bugs.devuan.org
Subject: bug#369: nvidia-cuda-dev: Missing folder in LIBRARIES environment variable in /etc/nvcc.profile
Reply-To: Eyal Rozenberg <eyalroz@technion.ac.il>, 369@bugs.devuan.org
Resent-From: Eyal Rozenberg <eyalroz@technion.ac.il>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: owner@bugs.devuan.org
X-Loop: owner@bugs.devuan.org
Resent-Date: Tue, 14 Jan 2020 13:11:58 +0000
Resent-Message-ID: <handler.369.B.157900745812959@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: report 369
X-Devuan-PR-Package: nvidia-cuda-dev
X-Devuan-PR-Keywords: 
Received: via spool by submit@bugs.devuan.org id=B.157900745812959
          (code B); Tue, 14 Jan 2020 13:11:58 +0000
Received: (at submit) by bugs.devuan.org; 14 Jan 2020 13:10:58 +0000
Delivered-To: devuanbugs@dyne.org
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Tue, 14 Jan 2020 13:10:58 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 478EFF608FF
	for <submit@bugs.devuan.org>; Fri, 27 Dec 2019 10:54:15 +0100 (CET)
Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176])
	(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified))
	by mx1.riseup.net (Postfix) with ESMTPS id 47khxK2lZDzDsN4
	for <submit@bugs.devuan.org>; Fri, 27 Dec 2019 01:54:13 -0800 (PST)
X-Riseup-User-ID: 726D9A119B9B803A9D1781B427828D9EAAD2E55716552A89CF3ED918CD164E5C
Received: from [127.0.0.1] (localhost [127.0.0.1])
	 by capuchin.riseup.net (Postfix) with ESMTPSA id 47khxJ5qyFz8tXp
	for <submit@bugs.devuan.org>; Fri, 27 Dec 2019 01:54:12 -0800 (PST)
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
From: Eyal Rozenberg <eyalroz@technion.ac.il>
Message-ID: <bfe589d3-0363-daaa-e736-d952fea1042a@technion.ac.il>
Date: Fri, 27 Dec 2019 11:54:18 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=0.2 required=5.0 tests=RCVD_IN_DNSWL_LOW,
	RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_FAIL,SPF_HELO_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org
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 Mar 29 01:05:37 2024;