Bug 364335 - /usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to `nv_vasprintf_vsnprintf'
Summary: /usr/lib64/nvidia-current/libnvidia-glcore.so.367.27: undefined reference to ...
Status: RESOLVED NOT A BUG
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 22:50 UTC by John Choate
Modified: 2016-06-15 12:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)