Opened 3 weeks ago
Last modified 3 weeks ago
#1800 assigned defect
CUDA build errors with Fedora 28
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 3.0 |
Component: | encodings | Version: | 2.2.x |
Keywords: | Cc: |
Description (last modified by )
Similar to #1600, here's the new error:
found gcc version: 8.0.1 found CUDA compiler: /usr/local/cuda/bin/nvcc version 9.1.85 CUDA compiling ARGB_to_NV12 (no file) '/usr/local/cuda/bin/nvcc' '-fatbin' \ '-c' 'xpra/codecs/cuda_common/ARGB_to_NV12.cu' \ '-o' 'xpra/codecs/cuda_common/ARGB_to_NV12.fatbin' \ '-std=c++11' \ '-gencode=arch=compute_30,code=sm_30' \ '-gencode=arch=compute_35,code=sm_35' \ '-gencode=arch=compute_50,code=sm_50' \ '-gencode=arch=compute_52,code=sm_52' \ '-gencode=arch=compute_53,code=sm_53' \ '-gencode=arch=compute_60,code=sm_60' \ '-gencode=arch=compute_61,code=sm_61' \ '-gencode=arch=compute_62,code=sm_62' \ '-gencode=arch=compute_70,code=sm_70' Error: failed to compile CUDA kernel ARGB_to_NV12 /usr/include/c++/8/type_traits(1061): error: type name is not allowed /usr/include/c++/8/type_traits(1061): error: type name is not allowed /usr/include/c++/8/type_traits(1061): error: identifier "__is_assignable" is undefined 3 errors detected in the compilation of "/tmp/tmpxft_00001aee_00000000-14_ARGB_to_NV12.compute_70.cpp1.ii". error: Bad exit status from /var/tmp/rpm-tmp.F9Iw1o (%build)
Change History (2)
comment:1 Changed 3 weeks ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 3 weeks ago by
Priority: | major → critical |
---|---|
Summary: | CUDA build errors with Fedora 29 → CUDA build errors with Fedora 28 |
Note: See
TracTickets for help on using
tickets.
Raising, also affects Fedora 28.