Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-03-12 Thread Christian Lohmaier
Hi Carl, *, On Sat, Mar 9, 2024 at 9:06 PM Carl Spitzer {L Juno} wrote: > > On Wed, 2024-02-07 at 12:51 -0600, Escuelas Linux wrote: > > The release notes for the latest version of LibreOffice (24.2) state that > > > "The minimum requirements for building and running LibreOffice on Linux have

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-03-09 Thread Carl Spitzer {L Juno}
On Wed, 2024-02-07 at 12:51 -0600, Escuelas Linux wrote: > The release notes for the latest version of LibreOffice (24.2) state > that > > > "The minimum requirements for building and running LibreOffice on > Linux have been raised from Red Hat Enterprise Linux 7/CentOS 7 to Red > Hat

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Rene Engelhard
Hi, Am 14.02.24 um 15:50 schrieb Escuelas Linux: Running 'make' alone fails because all warnings are treated as errors, so I added the following parameters make CFLAGS="-Wno-error" CXXFLAGS="-Wno-error -g1" Again: --disable-werror. No need to fiddle with CFLAGS/CXXFLAGS to add

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Rene Engelhard
Hi, Am 14.02.24 um 17:48 schrieb Rene Engelhard: Am 14.02.24 um 17:40 schrieb Rene Engelhard: lobasis is a totally nonsensical name to begin with, exposing internals (basis what?) to the public noone needs. More accurate: Once-have-been internals. There one was a oobasis directory in OOo.

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Rene Engelhard
Hi, Am 14.02.24 um 17:40 schrieb Rene Engelhard: lobasis is a totally nonsensical name to begin with, exposing internals (basis what?) to the public noone needs. NO distro calls their packages, ebuilds or whatever lobasis. Neither do they come out of LOs build system directly (as those

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Rene Engelhard
Hi, Am 14.02.24 um 17:04 schrieb Escuelas Linux: [ the LO .debs date after Debian did packages and that was carried over since ever. oobasisX.Y was done in some OOo time when they thougt they should do some "debs", after which they just shipped rpms you needed to use alien for ] Just one

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Escuelas Linux
Sorry to break the original thread! I made a mistake when I initially selected the digest format on the mailing list. I could not figure out how to reply to a message in a thread when I had the digest format, so I turned it off. Thanks for the heads up! I was not aware that the latest version of

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Escuelas Linux
Dr. Gilbert, sorry about breaking the original thread! I made a mistake when I initially selected the digest format on the mailing list. I could not figure out how to reply to a message in a thread when I had the digest format, so I turned it off. It was very enlightening to know why a 32-bit

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-14 Thread Escuelas Linux
Well, thanks to the support of all of you and some figuring on my own, I was finally able to compile LibreOffice 24.2 for Linux 32-bit. Let me write about exactly what I did, as it may be helpful for others who want to compile 24.x on a Debian 12 base. The source code used is the .tar.xz files

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-02-10 Thread Rene Engelhard
Hi agai, Am 08.02.24 um 06:37 schrieb Rene Engelhard: [...] Debian. LTO works. Need to correct myself on this. LTO actually is disabled ... And because of exactly this case I (also) don't use --enable-mergelibs on 32bit architectures. ... because of this (since for each of the individual

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-09 Thread Rene Engelhard
Hi, please don't break threads. Am 10.02.24 um 00:53 schrieb Escuelas Linux: -"Debian still ships LibreOffice on 32bit archs, as do other distributions." Oh! Thanks for the tip! I was not aware that Debian even has binary LibreOffice 24.2 32-bit packages, albeit in the unstable branch.

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-09 Thread Dr. David Alan Gilbert
* Escuelas Linux (escuelasli...@gmail.com) wrote: > Thanks to Dan Horák and Rene Engelhard for their answers! Best to keep the reply on the thread! > Dan said: > > > -"Because 32-bit system means max 4GB address space for a process and ld > runs as a single process". > > > I installed a PAE

Is it still possible to compile LibreOffice 24 for Linux 32-bit? (part 2)

2024-02-09 Thread Escuelas Linux
Thanks to Dan Horák and Rene Engelhard for their answers! Dan said: -"Because 32-bit system means max 4GB address space for a process and ld runs as a single process". I installed a PAE kernel, so it can effectively use more than 4 GB. -"You can try disabling or reducing the size of

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-02-07 Thread Rene Engelhard
Hi again, more info: Am 08.02.24 um 06:37 schrieb Rene Engelhard: Hi, Am 07.02.24 um 20:49 schrieb Dan Horák: On Wed, 7 Feb 2024 12:51:06 -0600 Escuelas Linux wrote:   The release notes for the latest version of LibreOffice (24.2) state that "The minimum requirements for building and

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-02-07 Thread Rene Engelhard
Hi, Am 07.02.24 um 20:49 schrieb Dan Horák: On Wed, 7 Feb 2024 12:51:06 -0600 Escuelas Linux wrote: The release notes for the latest version of LibreOffice (24.2) state that "The minimum requirements for building and running LibreOffice on Linux have been raised from Red Hat Enterprise

Re: Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-02-07 Thread Dan Horák
On Wed, 7 Feb 2024 12:51:06 -0600 Escuelas Linux wrote: > The release notes for the latest version of LibreOffice (24.2) state that > > > "The minimum requirements for building and running LibreOffice on Linux > have been raised from Red Hat Enterprise Linux 7/CentOS 7 to Red Hat > Enterprise

Is it still possible to compile LibreOffice 24 for Linux 32-bit?

2024-02-07 Thread Escuelas Linux
The release notes for the latest version of LibreOffice (24.2) state that "The minimum requirements for building and running LibreOffice on Linux have been raised from Red Hat Enterprise Linux 7/CentOS 7 to Red Hat Enterprise Linux 8/CentOS 8 (or equivalent)". Since Red Hat/CentOS 8 does not