Page 1 of 2

Libreoffice 5.3.2

Posted: 2. May 2017, 21:29
by djemos
Libreoffice 5.3.2 + locale + help packages

Re: Libreoffice 5.3.2

Posted: 3. May 2017, 06:35
by reedych
What's new in 5.2 and 5.3 generally?

Re: Libreoffice 5.3.2

Posted: 3. May 2017, 10:27
by Van_Vinkle
djemos wrote:Libreoffice 5.3.2 + locale + help packages
Thanks! :)

Re: Libreoffice 5.3.2

Posted: 3. May 2017, 10:49
by djemos
reedych wrote:What's new in 5.2 and 5.3 generally?
https://www.libreoffice.org/download/release-notes/

Re: Libreoffice 5.3.2

Posted: 5. May 2017, 06:27
by reedych
djemos wrote:
reedych wrote:What's new in 5.2 and 5.3 generally?
https://www.libreoffice.org/download/release-notes/
Thx!

Re: Libreoffice 5.3.2

Posted: 26. Jun 2022, 10:48
by SalixManiac
Hi djemos

I have a little problem with libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz and libreoffice-help-packages-5.3.2-x86_64-1dj.tar.gz.

$sudo upgradepkg --install-new /libreoffice-5.3.2/lang_packs/libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz
Cannot install libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz: invalid package extension

Re: Libreoffice 5.3.2

Posted: 26. Jun 2022, 12:59
by djemos
SalixManiac wrote: 26. Jun 2022, 10:48 Hi djemos

I have a little problem with libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz and libreoffice-help-packages-5.3.2-x86_64-1dj.tar.gz.

$sudo upgradepkg --install-new /libreoffice-5.3.2/lang_packs/libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz
Cannot install libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz: invalid package extension
mkdir /tmp/TEST
cd /tmp/TEST
tar xvf path_to/libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz

you will see a folder containing all txz packages
sudo spkg libreoffice-lang-package you like
or upgradepkg --install-new libreoffice-lang-package
cd ~/
rm -rf /tmp/TEST

Why you don't install the new https://people.salixos.org/djemos/salix ... e/7.3.3.2/ package with java and help support
or from this link
also install the deps https://people.salixos.org/djemos/salix/libnumbertext/
https://people.salixos.org/djemos/salix/apache-ant/
https://people.salixos.org/djemos/salix ... 17.0.3.u7/ (choose the openjdk package)
help packages
locale
Use tar xvf package.tar.gz first to untar and then install
or download the help and locale txz package you like from here

libreoffice 7.3.4 txz packages will be available as soon as possible.

Re: Libreoffice 5.3.2

Posted: 26. Jun 2022, 13:29
by SalixManiac
Sorry sorry soorry

I hadn't seen that it wasn't slack package.

In my desire to change the language of the interface and add the dictionaries of my language, i thought we had to do a few more things than compile the SLKBUILD, I am looking for a solution but without success.

..... I think I understood, I miss him linreoffice-l10n , I prefer this to a systemd language detection :lol:
mkdir /tmp/TEST
cd /tmp/TEST
tar xvf path_to/libreoffice-l10n-packages-5.3.2-x86_64-1dj.tar.gz

you will see a folder containing all txz packages
sudo spkg libreoffice-lang-package you like
or upgradepkg --install-new libreoffice-lang-package
cd ~/
rm -rf /tmp/TEST

Why you don't install the new https://people.salixos.org/djemos/salix ... e/7.3.3.2/ package with java and help support
or from this link
also install the deps https://people.salixos.org/djemos/salix/libnumbertext/
https://people.salixos.org/djemos/salix/apache-ant/
https://people.salixos.org/djemos/salix ... 17.0.3.u7/ (choose the openjdk package)
help packages
locale
Use tar xvf package.tar.gz first to untar and then install
or download the help and locale txz package you like from here

Oups! you are too fast
libreoffice 7.3.4 txz packages will be available as soon as possible.
i didn't dare to change openjdk version.

thank you very much, I will use your tutorial.

Re: Libreoffice 5.3.2

Posted: 26. Jun 2022, 14:07
by SalixManiac
i am reading this message for openjre-17.0.3.u7
checking for version string... 17.0.3+7
checking for javac... [not found]
checking for java... /usr/lib64/java/jre/bin/java
configure: Could not find a valid Boot JDK. OpenJDK distributions are available at http://jdk.java.net/.
configure: This might be fixed by explicitly setting --with-boot-jdk
configure: error: Cannot continue
configure exiting with result code 1
Error: No configurations found for /tmp/jdk17u-jdk-17.0.3-7.
Please run 'bash configure' to create a configuration.

/tmp/jdk17u-jdk-17.0.3-7/make/Init.gmk:124: *** Cannot continue.
I should add:
--with-boot-jdk
or
unmask:
#--disable-javac-server

Re: Libreoffice 5.3.2

Posted: 26. Jun 2022, 16:06
by SalixManiac
no way

https://openjdk.org/groups/build/doc/building.html
Paradoxically, building the JDK requires a pre-existing JDK. This is called the "boot JDK". The boot JDK does not, however, have to be a JDK built directly from the source code available in the OpenJDK Community. If you are porting the JDK to a new platform, chances are that there already exists another JDK for that platform that is usable as boot JDK.

The rule of thumb is that the boot JDK for building JDK major version N should be a JDK of major version N-1, so for building JDK 9 a JDK 8 would be suitable as boot JDK. However, the JDK should be able to "build itself", so an up-to-date build of the current JDK source is an acceptable alternative. If you are following the N-1 rule, make sure you've got the latest update version, since JDK 8 GA might not be able to build JDK 9 on all platforms.

Early in the release cycle, version N-1 may not yet have been released. In that case, the preferred boot JDK will be version N-2 until version N-1 is available.

If the boot JDK is not automatically detected, or the wrong JDK is picked, use --with-boot-jdk to point to the JDK to use.
even with --with-boot-jdk, that don't do.
salix 14.2 use 8u91_b14-x86_64-1gv version N-9 :ugeek:

Would you have the sources of libreoffice-l10n 5.1.4-x86_64-1 dj so that I can modify them for libreoffice-5.3.2?
a long time ago, I tried to compile libreoffice 6.xx on salix 14.2 and I had some segment faults so it might be better to stay on a 100% gcc 5 compatible version.