Search Criteria
Package Details: libnvidia-container 1.13.5-1
Git Clone URL: | https://aur.archlinux.org/libnvidia-container.git (read-only, click to copy) |
---|---|
Package Base: | libnvidia-container |
Description: | NVIDIA container runtime library |
Upstream URL: | https://github.com/NVIDIA/libnvidia-container |
Licenses: | Apache |
Submitter: | lukeyeager |
Maintainer: | jshap (kiendang) |
Last Packager: | kiendang |
Votes: | 29 |
Popularity: | 2.21 |
First Submitted: | 2017-09-12 21:34 (UTC) |
Last Updated: | 2023-07-19 14:35 (UTC) |
Dependencies (8)
- libcap (libcap-git)
- libseccomp (libseccomp-git)
- libtirpc
- bmake (netbsd-pkgsrc) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- lsb-release (make)
- pkgconf (pkgconf-git) (make)
- rpcsvc-proto (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
ZhangHua commented on 2023-09-22 13:01 (UTC)
Please consider using
make DESTDIR="${pkgdir}" install
instead executingmake dist
and unpacking tar archive.AskAlice commented on 2023-08-24 20:30 (UTC) (edited on 2023-08-25 23:24 (UTC) by AskAlice)
can confirm this is an issue. I fixed this with the pkgbuild i posted as a comment here: https://aur.archlinux.org/packages/libnvidia-container-bin#comment-930930
Wmog commented on 2023-07-29 18:01 (UTC)
hi guys,
have the following issue:
lahwaacz commented on 2023-03-24 05:27 (UTC)
Except
base-devel
is a meta-package and not a group anymore, see https://archlinux.org/news/switch-to-the-base-devel-meta-package-requires-manual-intervention/jshap commented on 2023-03-23 22:39 (UTC) (edited on 2023-03-23 22:50 (UTC) by jshap)
Hi @dave12311,
groff
is included in thebase-devel
package group, which is assumed to be installed when using the AUR, so including it as a dependency is discouraged.Also note that if you're using a derivative distribution or something other than an official arch distribution then this build is not required to support you. Use at your own risk.
dave12311 commented on 2023-03-23 22:12 (UTC) (edited on 2023-03-23 22:13 (UTC) by dave12311)
There's a missing dependency for
groff
since the update:hanskanns commented on 2023-02-05 20:58 (UTC)
hi guys,
have issues getting it compiled. Trying on a current Blackarch install.
Full log is available here_ https://transfer.sh/VqliCT/nvidia-container-toolkit.log
No clue why pkg-config cannot get libseccomp. libseccomp seems to be installed just fine. Not sure if that is the reason for the final build error.
Can anyone help me out? Thx
sterling_archer commented on 2023-02-03 20:19 (UTC)
Thank you, workaround successful for me.
stock44 commented on 2023-02-01 04:07 (UTC)
@sterling_archer I just ran into this error while trying to install, the MAKESYSPATH environment variable appears to be missing, which means that bmake can't find the system rules to do the build. I dug around a bit and found that the system rules are located in /usr/share/mk, and simply exporting this variable fixes the issue:
sterling_archer commented on 2023-02-01 03:47 (UTC)
Fails for me during install
1 2 3 4 5 6 Next › Last »