Description of problem: When I tried to compile parmetis, I get the following error /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `operator delete[](void*)' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `operator new(unsigned long)' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `operator delete(void*)' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `operator new[](unsigned long)' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `__cxa_pure_virtual' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `__cxa_allocate_exception' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `__gxx_personality_v0' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `__cxa_throw' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `vtable for __cxxabiv1::__class_type_info' /usr/lib64/mpich2/lib/libmpichcxx.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info' collect2: ld returned 1 exit status Version-Release number of selected component (if applicable): mpich2-1.4-1.fc15 How reproducible: Everytime Steps to Reproduce: 1.Try to compile parmetis-4.0 2. 3. Actual results: Expected results: should compile peacefully Additional info:
output of ldd -r libmpichxx.so jayesh@mowglie1990:lib$ ldd -r libmpichcxx.so linux-vdso.so.1 => (0x00007fff294af000) libmpich.so.3 => /usr/lib64/mpich2/lib/libmpich.so.3 (0x00007f6c76b1d000) librt.so.1 => /lib64/librt.so.1 (0x00007f6c768f6000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f6c766db000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f6c764c6000) libc.so.6 => /lib64/libc.so.6 (0x00007f6c7612b000) /lib64/ld-linux-x86-64.so.2 (0x0000003c70400000) undefined symbol: MPL_trfree (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_env2str (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trlevel (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trvalid (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trmalloc (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trspace (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_env2range (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trcalloc (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_env2int (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trdump (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_env2bool (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trstrdup (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trrealloc (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_TrSetMaxMem (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trinit (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trDebugLevel (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: MPL_trid (/usr/lib64/mpich2/lib/libmpich.so.3) undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE (./libmpichcxx.so) undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (./libmpichcxx.so) undefined symbol: __cxa_pure_virtual (./libmpichcxx.so) undefined symbol: __gxx_personality_v0 (./libmpichcxx.so) undefined symbol: _ZdaPv (./libmpichcxx.so) undefined symbol: _Znwm (./libmpichcxx.so) undefined symbol: _ZdlPv (./libmpichcxx.so) undefined symbol: _Znam (./libmpichcxx.so) undefined symbol: __cxa_allocate_exception (./libmpichcxx.so) undefined symbol: __cxa_throw (./libmpichcxx.so)
mpich2-1.4.1-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mpich2-1.4.1-1.fc15
i can confirm that the update works for me...... the errors have been resolved... thank you
Package mpich2-1.4.1-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mpich2-1.4.1-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/mpich2-1.4.1-1.fc15 then log in and leave karma (feedback).
can i leave multiple karma to speed up the process? or do three different users have to leave the karma?
I think we would need three different users to give it positive karma. Or we can just wait for the minimum 7 days to get it pushed to stable.
mpich2-1.4.1p1-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.