Re: Configure with --enable-lto on Debian Bullseye 64bit, disable-gui fails too

2023-06-21 Thread Julien Nabet
Hello, It's been already fixed with https://cgit.freedesktop.org/libreoffice/core/commit/?id=b0bdc7c11cdc98aa02b6bef11868d06f623d5d01 "Regression from speed up startup time(e51b4fc8c278bfa0b0671bbdb0ab35346881ebb7

Re: Configure with --enable-lto on Debian Bullseye 64bit, disable-gui fails too

2023-06-21 Thread Alex
  /home/user/a/workdir/CustomTarget/i18npool/localedata/localedata_ar_EG.cxx:2463:51: note: return value type mismatch  2463 | SAL_DLLPUBLIC_EXPORT const OUString ***  SAL_CALL getOutlineNumberingLevels_ar_EG( sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes )   | 

Re: Configure with --enable-lto on Debian Bullseye 64bit, tailored as per Franlin's attempt, disable-gui

2023-06-20 Thread Alex
Compiling --disable-gui now. Give me couple of hours pls   ./autogen.sh --with-distro=LibreOfficeLinux --disable-online-update  --disable-breakpad  --disable-gui   > log.autogen.txt ./configure  --enable-lto --with-package-format=deb --enable-epm --enable-release-build --enable-dbgutil --srcdir=

Re: Configure with --enable-lto on Debian Bullseye 64bit, tailored as per Franlin's attempt

2023-06-20 Thread Franklin Weng
It seems not matter what libgraphite2 packages installed in the system, since it uses internal ones. Could you please use  make  > log.make.debugrun.txt 2>&1 To include the stderr messages into the log and paste the log on txtbin again? Thanks, Franklin Alex 於 2023/6/21 13:46 寫道: My grap

Re: Configure with --enable-lto on Debian Bullseye 64bit, tailored as per Franlin's attempt

2023-06-20 Thread Alex
My graphite libraries are libgraphite2-dev, libgraphite2-3. Debian packages   graphite2-minimal-1.3.14.tgz is a tarball in external/tarballs   Is there some sort of interaction maybe? How to control/restrict use of graphite?   Alex Tao Tao Submarines and Systems Chios, Aegean Sea   >Wednesday, Ju

Re: Configure with --enable-lto on Debian Bullseye 64bit, tailored as per Franlin's attempt

2023-06-20 Thread Alex
I am installing on hardware, not in a VM/docker Debian bullseye, 64bit 5.10 kernel   git checkout -f ( I hadn’t before!) . /autogen.sh --with-distro=LibreOfficeLinux --disable-online-update  --disable-breakpad > log.autogen.txt https://txtbin.net/7dzdi078nf   ./configure  --enable-lto --with-pack

Re: Configure with --enable-lto on Debian Bullseye 64bit

2023-06-20 Thread Alex
I had a completely different error related to him, but I didn’t pass the autogen --with-distro=LibreOfficeLinux command, I need to also pass--disable-online-update  --disable-breakpad   Alex Tao Tao Submarines and Systems Chios, Aegean Sea   >Tuesday, June 20, 2023 8:06 PM +03:00 from Alex : >