https://bugs.documentfoundation.org/show_bug.cgi?id=152969

            Bug ID: 152969
           Summary: 7.6.0 fails to start due to u_strToLower
           Product: LibreOffice
           Version: 7.6.0.0 alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Installation
          Assignee: [email protected]
          Reporter: [email protected]

https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@tb87-TDF/2023-01-10_03.55.24/LibreOfficeDev_7.6.0.0.alpha0_Linux_x86-64_rpm.tar.gz

$ scalc &

Displays splash momentarily; then aborts with:

$ warn:sal.osl:2095766:2095766:sal/osl/unx/module.cxx:152:
dlopen(/home/pfortin/libreoffice/opt/libreofficedev7.6/program/libvclplug_kf5lo.so,
257): /lib64/libQt5Core.so.5: undefined symbol: u_strToLower
warn:sal.osl:2095766:2095766:sal/osl/unx/module.cxx:152:
dlopen(/home/pfortin/libreoffice/opt/libreofficedev7.6/program/libvclplug_gtk3_kde5lo.so,
257): /lib64/libQt5Core.so.5: undefined symbol: u_strToLower

May be due to recent update:

$ rpm -qa --last | grep lib64qt5core
lib64qt5core-devel-5.15.7-3.mga9.x86_64       Sun 08 Jan 2023 08:05:05 AM EST
lib64qt5core5-5.15.7-3.mga9.x86_64            Sun 08 Jan 2023 08:05:05 AM EST

Found the following commands; but anything else is beyond my skills...  

$ nm -gD /lib64/libQt5Core.so.5 | grep u_str
                 U u_strToLower
                 U u_strToUpper
$ objdump -TC /lib64/libQt5Core.so.5 | grep u_str
0000000000000000      DF *UND*  0000000000000000  Base        u_strToLower
0000000000000000      DF *UND*  0000000000000000  Base        u_strToUpper
$ readelf -Ws /lib64/libQt5Core.so.5 | grep u_str
   272: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND u_strToLower
   293: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND u_strToUpper

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to