Summary: | app-office/libreoffice-5.1.2.2 - cmis_content.cxx: undefined reference to `libcmis::SessionFactory::setProxySettings | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin Mokrejš
2016-05-13 14:46:35 UTC
GCC-5.3.0 upgrade fallout? Please check if it works when you rebuild libcmis. Wrt bug 583046, let me rephrase the question: Did you do the rebuild after switching to GCC-5.3.0 as suggested in the news? (In reply to Andreas Sturmlechner from comment #2) > Wrt bug 583046, let me rephrase the question: Did you do the rebuild after > switching to GCC-5.3.0 as suggested in the news? # ls -latr /usr/lib64/libcmis-0.5.so.5.0.0 -rwxr-xr-x 1 root root 2267608 Nov 21 11:54 /usr/lib64/libcmis-0.5.so.5.0.0 # ls -latr /usr/bin/gcc-5.3.0 lrwxrwxrwx 1 root root 62 Jan 4 16:09 /usr/bin/gcc-5.3.0 -> /usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0/x86_64-pc-linux-gnu-gcc # Hmm, sorry for that. But I cannot re-emerge even dev-cpp/libcmis-0.5.0-r1 at the moment. That's why I mentioned news: https://www.gentoo.org/support/news-items/2015-10-22-gcc-5-new-c++11-abi.html I do not see those "linking" issues nothing triggered in my brain. But for the moment I conclude per bug #569614#c3 that I need to re-compile boost at first using gcc-5.3.0: # ldd /usr/lib64/libboost_atomic.so.1.57.0 linux-vdso.so.1 (0x00007ffe765a5000) librt.so.1 => /lib64/librt.so.1 (0x00007f4b5c1db000) /lib64/ld-linux-x86-64.so.2 (0x00007f4b5c5e5000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4b5bfbf000) libc.so.6 => /lib64/libc.so.6 (0x00007f4b5bc1f000) # That will take some time. (In reply to Martin Mokrejš from comment #5) > I do not see those "linking" issues nothing triggered in my brain. > Doesn't matter what you see, if you switch to GCC-5.3.0, you need to rebuild according to the news item. So after upgrading boost to 1.60 (my current 1.57 is gone), libcmis to 0.5.1 I could rebuild libreoffice-5.1.2.2. Thank you. |