Search Criteria
Package Details: cuda-z 0.10-1
Git Clone URL: | https://aur.archlinux.org/cuda-z.git (read-only, click to copy) |
---|---|
Package Base: | cuda-z |
Description: | CUDA Information Utility. |
Upstream URL: | http://cuda-z.sourceforge.net/ |
Licenses: | |
Submitter: | BlackLotus89 |
Maintainer: | bchretien |
Last Packager: | bchretien |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-18 15:07 |
Last Updated: | 2016-02-12 15:53 |
Latest Comments
1 2 Next › Last »
jujudusud commented on 2020-05-04 06:47
Build fails : Info: creating stash file /home/julien/.cache/yay/cuda-z/src/cuda-z-0.10/.qmake.stash perl /home/julien/.cache/yay/cuda-z/src/cuda-z-0.10/bld/bin/make_build_svn.pl /home/julien/.cache/yay/cuda-z/src/cuda-z-0.10/src/build.h /home/julien/.cache/yay/cuda-z/src/cuda-z-0.10 Can't get SVN information! at /home/julien/.cache/yay/cuda-z/src/cuda-z-0.10/bld/bin/make_build_svn.pl line 25. make: *** [Makefile:552 : build_h] Erreur 2 ==> ERREUR : Une erreur s’est produite dans build(). Abandon… Error making: cuda-z
Cristophero commented on 2019-05-15 06:48
==> Iniciando build()... Info: creating stash file /home/cristo/.cache/yay/cuda-z/src/cuda-z-0.10/.qmake.stash perl /home/cristo/.cache/yay/cuda-z/src/cuda-z-0.10/bld/bin/make_build_svn.pl /home/cristo/.cache/yay/cuda-z/src/cuda-z-0.10/src/build.h /home/cristo/.cache/yay/cuda-z/src/cuda-z-0.10 Can't get SVN information! at /home/cristo/.cache/yay/cuda-z/src/cuda-z-0.10/bld/bin/make_build_svn.pl line 25. make: *** [Makefile:989: build_h] Error 2 ==> ERROR: Se produjo un fallo en build(). Cancelando... Error making: cuda-z
sl1pkn07 commented on 2019-02-23 23:37
nvcc fatal : Unsupported gpu architecture 'compute_20'
with cuda 10
dariost commented on 2017-09-17 19:18
Build fails:
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bin/cuda-z bld/o/cudainfo.o bld/o/czdialog.o bld/o/czdeviceinfo.o bld/o/log.o bld/o/main.o bld/o/qrc_cuda-z.o bld/o/moc_czdialog.o bld/o/moc_czdeviceinfo.o -L/opt/cuda/lib -L/opt/cuda/lib64 -lcudart_static -ldl -lm -lrt -lQt5Widgets -lQt5Gui -lQt5Network -lQt5Core -lGL -lpthread
/usr/bin/ld: bld/o/cudainfo.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
Also, it seems it's using qt5, even if qt4 is specified in the dependencies
homerhsing commented on 2017-06-11 21:44
Fail to build
Error message is:
Can't get SVN information! at cuda-z/src/cuda-z-0.10/bld/bin/make_build_svn.pl line 25.
Elrondo46 commented on 2016-08-21 16:11
Fail to build
bchretien commented on 2016-02-12 15:52
@kkumer: fixed, thanks!
kkumer commented on 2016-02-12 13:51
Failed to build complaining that licence should be array. After changing
licence="GPLv2" ---> licence=("GPLv2"), build went fine.
vorot93 commented on 2015-04-09 04:43
keepitsimpleengr, try adding this line to build() before qmake in your PKGBUILD:
sed -i 's/+= sm_11/+=/g' cuda-z.pro
keepitsimpleengr commented on 2015-04-08 16:02
Hi
…build failure
[code]Makefile:613: recipe for target 'bld/o/cudainfo.o' failed
make: *** [bld/o/cudainfo.o] Error 1[/code]
output at http://pastebin.com/MvbDRn1d " cuda-z 0.9-1 build failure"