Hi again, > Look for XineramaIsActive in config.log. That may give you a hint as to > why the test fails. My guess is a compile error, as, judging from what > have you written about your other problems, your system doesn't appear > to be in a good state. (Several of us build on F-27 daily. Just as we > did on F-26, F-25, etc. before. So a problem like yours would be > noticed...)
Thanks for the pointer - after some digging I think I've found the issue: /usr/bin/ld: inkompatibles /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so wird bei der Suche nach -lXinerama übersprungen /usr/bin/ld: inkompatibles //lib/libXinerama.so wird bei der Suche nach -lXinerama übersprungen /usr/bin/ld: inkompatibles //usr/lib/libXinerama.so wird bei der Suche nach -lXinerama übersprungen /usr/bin/ld: -lXinerama kann nicht gefunden werden [ce@localhost temp]$ file /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so: symbolic link to libXinerama.so.1.0.0 [ce@localhost temp]$ file /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so.1.0.0 /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so.1.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6d3e82c64047b7d1bf51fa61af1ae58d8b53a741, stripped [ce@localhost temp]$ rpm -qf /usr/lib/gcc/x86_64-redhat-linux/7/../../../libXinerama.so libXinerama-devel-1.1.3-9.fc27.i686 So, the package libXinerama-devel.i686 seems to install into x86_64-redhat-linux and confuses the whole system. Hopefully I am able to resolv this. Thanks & br, Clemens _______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
