Bug 849405

Summary: Undefined references in libOSMesa.so
Product: [Fedora] Fedora Reporter: Andreas Bierfert <andreas.bierfert>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ajax
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-17 22:55:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Bierfert 2012-08-19 08:38:21 UTC
mesa-libOSMesa-8.1-0.16.fc18.x86_64
mesa-libOSMesa-devel-8.1-0.16.fc18.x86_64
gcc-4.7.1-5.fc18.x86_64
glibc-2.16-8.fc18.x86_64

This is from wine configure checking for libOSMesa:

conftest.c:
#ifdef __cplusplus
extern "C"
#endif
char OSMesaCreateContext ();
int
main ()
{
return OSMesaCreateContext ();
  ;
  return 0;
}

gcc -o conftest -O2 -g -pipe -Wall  -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-error   -I/usr/include -Wl,-z,relro  conftest.c -lOSMesa -lGL  -L/usr/lib64  -lSM -lICE -lXext -lX11 -lm   >&5

/usr/lib64/libOSMesa.so: undefined reference to `operator delete[](void*)'
/usr/lib64/libOSMesa.so: undefined reference to `operator new(unsigned long)'
/usr/lib64/libOSMesa.so: undefined reference to `operator delete(void*)'
/usr/lib64/libOSMesa.so: undefined reference to `operator new[](unsigned long)'
/usr/lib64/libOSMesa.so: undefined reference to `__cxa_pure_virtual'
/usr/lib64/libOSMesa.so: undefined reference to `__gxx_personality_v0'
/usr/lib64/libOSMesa.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info'
/usr/lib64/libOSMesa.so: undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/lib64/libOSMesa.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info'

Comment 1 Fedora Update System 2012-08-27 16:33:39 UTC
mesa-8.1-0.19.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/mesa-8.1-0.19.fc18

Comment 2 Fedora Update System 2012-08-28 18:15:38 UTC
Package mesa-8.1-0.19.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing mesa-8.1-0.19.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-12852/mesa-8.1-0.19.fc18
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2012-09-17 22:55:46 UTC
mesa-8.1-0.19.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.