Bug 364335

Summary: /usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to `nv_vasprintf_vsnprintf'
Product: [Applications] tellico Reporter: John Choate <jdchoate>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED NOT A BUG    
Severity: normal CC: rdieter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description John Choate 2016-06-14 22:50:35 UTC
Trying to build tellico 2.9.91 in Mageia Cauldron results in errors regarding libnvidia-glcore.so.367.27
I get no errors with cmake, but during make the following occurs:

[ 85%] Automatic moc for target cite
[ 85%] Built target cite_automoc
[ 86%] Built target cite
[ 86%] Linking CXX executable tellico
/usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to `nv_vasprintf_vsnprintf'
/usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to `nv_vasprintf_free'
/usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to `nv_vasprintf_alloc'
collect2: error: ld returned 1 exit status
src/CMakeFiles/tellico.dir/build.make:1190: recipe for target 'src/tellico' failed
make[2]: *** [src/tellico] Error 1
CMakeFiles/Makefile2:1830: recipe for target 'src/CMakeFiles/tellico.dir/all' failed
make[1]: *** [src/CMakeFiles/tellico.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Comment 1 Rex Dieter 2016-06-15 12:15:46 UTC
That looks like a bug in libnvidia-glcore.so (it shouldn't contain undefined references, imho)