| Summary: | LO build broken due to x509.h | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Roland Kurmann <info> |
| Component: | LibreOffice | Assignee: | Roland Kurmann <info> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, info, vmiklos, xiscofauli |
| Priority: | medium | ||
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.4.0 target:7.3.0.2 target:7.2.6 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Roland Kurmann
2021-12-23 16:25:48 UTC
Author and committer of commit added. I assume this build problem is environment specific. Compiler: clang version 11.0.1 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-suse-linux/7 Found candidate GCC installation: /usr/lib64/gcc/x86_64-suse-linux/7 Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-suse-linux/7 Candidate multilib: .;@m64 Selected multilib: .;@m64 seeing as --enable-pch=full is uncommon, maybe try toggling that off and see if it makes a difference Building with only --enable-pch is successful. My commands: make clean ./autogen.sh CC=clang CXX=clang++ --enable-pch --without-doxygen --without-system-libxml --without-krb5 --disable-randr --disable-gtk3 --disable-gstreamer-1-0 --without-gssapi --with-theme=breeze --enable-dbgutil make At the top of each file in xmlsecurity/inc/pch/precompiled_x*hxx there is a line to update the pch e.g. ./bin/update_pch ... If you run each of the update_pch suggestions and retry with --enable-pch=full does it make a difference. If it does you can commit and submit the change as a fix for this. I've created a patch: https://gerrit.libreoffice.org/c/core/+/127744 scito committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/67fb363eed88b15eec7821fe604eb23d142d84cc tdf#146392 fix --enable-pch=full build It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. scito committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/a787ae33c9c3c20043c89893859cafdc45061a3a tdf#146392 fix --enable-pch=full build It will be available in 7.3.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. scito committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/511056fa1609d523206ce995c42555451b59e80b tdf#146392 fix --enable-pch=full build It will be available in 7.2.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |