LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-14-2021, 02:27 AM   #211
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108

Quote:
Originally Posted by chrisretusn View Post
Thank you very much, downloaded and installed. I have confirmed my suspicions that this fix to revert back the old behavior in Calc is not complete. I use Calc everyday I know how it worked before, just wanted to make sure I was not imagining things. it did work as I expected. This new behavior is terrible. Again thanks.

Side note: I was a bit concerned as I realized on download this that I also have installed libreoffice-dict-en-7.2.0-x86_64-1alien and libreoffice-kde-integration-7.2.0-x86_64-1alien. Not to worry though, working okay.

Now to work on my bug report.

Second side note: I have backups of all my packages except the 12 packages I get from Alien Bob's repository via slackpkg w/slackpkg+. Guess I need to change that.
You also have his Slackbuilds git repository, which may help
https://git.slackware.nl/asb/commit/...132e2ee65c59a0
 
Old 09-14-2021, 02:53 AM   #212
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by marav View Post
You also have his Slackbuilds git repository, which may help
https://git.slackware.nl/asb/commit/...132e2ee65c59a0
Thanks.

I mirror his builds locally. In his build directory he has libreoffice71.SlackBuild, which is what I tried to use to build the older version, it fails. In fact the libreoffice.SlackBuild for 7.2 also failed in my first tries at the same spot. I was building from a virtual machine with the build files located on a NFS share. I ended up copying everything over to the virtual machine umounting the share and just ran it on the virtual machine, it built successfully. Not able to do that with the 71 SlackBuild.

I did verify the libreoffice71.SlackBuild with the changes, as expected it matches.

I identified a couple more patches on the libreoffice bug tracker, I will give those a shot, or I'll just wait until the 7.3 comes out. Nix that, it seems they may or may not be restoring it all back. I can't be the only one who uses Calc as I do. This new behavior totally sucks.
 
Old 09-24-2021, 02:00 AM   #213
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
LibreOffice 7.2.1 Community was released on the 16th of September:
https://blog.documentfoundation.org/...2-1-community/
https://wiki.documentfoundation.org/Releases/7.2.1/RC1
https://wiki.documentfoundation.org/Releases/7.2.1/RC2

Last edited by mats_b_tegner; 09-24-2021 at 02:02 AM.
 
2 members found this post helpful.
Old 09-25-2021, 03:39 PM   #214
marco70
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 103

Rep: Reputation: 40
LibreOffice 7.2.2

http://download.documentfoundation.o...ice/src/7.2.2/

Fails build with new package coreutils-9.0-x86_64-2.txz

Alien Bob SlackBuild :

http://www.slackware.com/~alien/slac...eoffice/build/

Code:
# ./libreoffice.SlackBuild FAILED at line 1218
Code:
chmod -R u+w,go+r-w,a+X-s .

Last edited by marco70; 09-25-2021 at 04:51 PM.
 
1 members found this post helpful.
Old 09-25-2021, 05:37 PM   #215
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by marco70 View Post
LibreOffice 7.2.2

http://download.documentfoundation.o...ice/src/7.2.2/

Fails build with new package coreutils-9.0-x86_64-2.txz

Alien Bob SlackBuild :

http://www.slackware.com/~alien/slac...eoffice/build/

Code:
# ./libreoffice.SlackBuild FAILED at line 1218
Code:
chmod -R u+w,go+r-w,a+X-s .
I have :
Code:
Extracting source archive(s) for libreoffice...
 .xz: (stdin): Unexpected end of input
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
./libreoffice.SlackBuild FAILED at line 1204
Code:
$ sed -n 1204p libreoffice.SlackBuild 
    tar -xf ${SOURCE[$i]}
The pb seems to be somewhere else

Last edited by marav; 09-25-2021 at 05:53 PM.
 
1 members found this post helpful.
Old 09-26-2021, 02:11 AM   #216
marco70
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 103

Rep: Reputation: 40
Looks like badly downloaded archives.
For me, unpacking works fine.

Code:
# ./libreoffice.SlackBuild
** Please examine the following output (enclosed in '-+-+-+' lines).
** If you see any filenames there, it means that these are still missing.
** Since they will not be downloaded when LibreOffice starts compiling,
** you may run into problems later.
** NOTE: this indicates that this SlackBuild needs to be updated.
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
++
|| libreoffice-7.2.2
++
Extracting source archive(s) for libreoffice...
 . . . .
Symlinking all external archives into src directory for libreoffice...
./libreoffice.SlackBuild FAILED at line 1218
Code:
# sed -n 1218p libreoffice.SlackBuild
chmod -R u+w,go+r-w,a+X-s .
upgrade coreutils-8.32-x86_64-3.txz

after modifying the patch libreoffice.skia.patch
change liberation-fonts-ttf-2.1.4.tar.gz,language-subtag-registry-2021-08-06.tar.bz2,openssl-1.1.1l.tar.gz
libreoffice.SlackBuild

all ok

Code:
--- libreoffice-7.2.0.4/external/skia/UnpackedTarball_skia.mk.orig	2021-08-16 21:56:28.000000000 +0200
+++ libreoffice-7.2.0.4/external/skia/UnpackedTarball_skia.mk	2021-08-25 08:36:26.702302354 +0200
@@ -39,6 +39,7 @@
     fix-warnings.patch.1 \
     disable-freetype-colrv1.1 \
     windows-libraries-system32.patch.1 \
+    skia_freetype211.patch \
 
 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20210926_092632.png
Views:	34
Size:	103.1 KB
ID:	37288  

Last edited by marco70; 09-26-2021 at 02:33 AM.
 
Old 09-26-2021, 03:54 AM   #217
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
I followed marco70's steps and can confirm that it is working.

My question is, what changed in coreutils 9 vs. 8.32?
 
Old 09-26-2021, 04:22 AM   #218
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by marco70 View Post
Looks like badly downloaded archives.
nope
Code:
blackstar :: ~/SRC » tar -xf libreoffice-7.2.2.1.tar.xz && ls -d libreoffice*
libreoffice-7.2.2.1  libreoffice-7.2.2.1.tar.xz
blackstar :: ~/SRC »

Last edited by marav; 09-26-2021 at 04:24 AM.
 
Old 09-26-2021, 04:35 AM   #219
marco70
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 103

Rep: Reputation: 40
The list needed to build libreoffice-7.2.2.1 :

Code:
00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz
26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip
3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz
39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz
97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
Amiri-0.111.zip
CoinMP-1.7.6.tgz
EmojiOneColor-SVGinOT-1.3.tar.gz
Firebird-3.0.7.33374-0.tar.bz2
Makefile.fetch-7.2.2.1
Python-3.8.10.tar.xz
ReemKufi-0.7.zip
Scheherazade-2.100.zip
a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
alef-1.001.tar.gz
apr-1.5.2.tar.gz
apr-util-1.5.4.tar.gz
b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip
boost_1_75_0.tar.xz
box2d-2.3.1.tar.gz
breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz
c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
cairo-1.16.0.tar.xz
cppunit-1.15.1.tar.gz
culmus-0.133.tar.gz
curl-7.78.0.tar.xz
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
download.lst-7.2.2.1
dtoa-20180411.tgz
e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz
edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
expat-2.4.1.tar.bz2
f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
fontconfig-2.13.91.tar.gz
freetype-2.9.1.tar.bz2
glm-0.9.9.7.zip
gpgme-1.13.1.tar.bz2
graphite2-minimal-1.3.14.tgz
harfbuzz-2.6.0.tar.xz
hunspell-1.7.0.tar.gz
icu4c-69_1-data.zip
icu4c-69_1-src.tgz
language-subtag-registry-2021-08-06.tar.bz2
lcms2-2.11.tar.gz
libabw-0.1.3.tar.xz
libassuan-2.5.3.tar.bz2
libatomic_ops-7.6.8.tar.gz
libcdr-0.1.7.tar.xz
libcmis-0.5.2.tar.xz
libe-book-0.1.3.tar.xz
libeot-0.01.tar.bz2
libepoxy-1.5.3.tar.xz
libepubgen-0.1.1.tar.xz
liberation-fonts-ttf-2.1.4.tar.gz
liberation-narrow-fonts-ttf-1.07.6.tar.gz
libetonyek-0.1.10.tar.xz
libexttextcat-3.4.5.tar.xz
libffi-3.3.tar.gz
libfreehand-0.1.2.tar.xz
libgpg-error-1.37.tar.bz2
libjpeg-turbo-1.5.3.tar.gz
liblangtag-0.6.2.tar.bz2
libmspub-0.1.4.tar.xz
libmwaw-0.3.19.tar.xz
libnumbertext-1.0.7.tar.xz
libodfgen-0.1.8.tar.xz
liborcus-0.16.1.tar.bz2
libpagemaker-0.0.4.tar.xz
libpng-1.6.37.tar.xz
libqxp-0.0.2.tar.xz
libre-hebrew-1.0.tar.gz
libreoffice-7.2.2.1.tar.xz
libreoffice-dictionaries-7.2.2.1.tar.xz
libreoffice-help-7.2.2.1.tar.xz
libreoffice-translations-7.2.2.1.tar.xz
librevenge-0.0.4.tar.bz2
libstaroffice-0.0.7.tar.xz
libvisio-0.1.7.tar.xz
libwpd-0.10.3.tar.xz
libwpg-0.3.3.tar.xz
libwps-0.4.12.tar.xz
libxml2-2.9.12.tar.gz
libxslt-1.1.34.tar.gz
libzmf-0.0.2.tar.xz
ltm-1.0.zip
lxml-4.1.1.tgz
mDNSResponder-878.200.35.tar.gz
mariadb-connector-c-3.1.8-src.tar.gz
mdds-1.7.0.tar.bz2
neon-0.31.2.tar.gz
noto-fonts-20171024.tar.gz
nss-3.55-with-nspr-4.27.tar.gz
odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar
openldap-2.4.45.tgz
openssl-1.1.1l.tar.gz
pdfium-4500.tar.bz2
poppler-21.01.0.tar.xz
poppler-data-0.4.10.tar.gz
postgresql-13.1.tar.bz2
serf-1.3.9.tar.bz2
skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz
source-serif-pro-3.000R.tar.gz
ttf-kacst_2.01+mry.tar.gz
twaindsm_2.4.1.orig.tar.gz
xmlsec1-1.2.32.tar.gz
zlib-1.2.11.tar.xz
zxing-cpp-1.1.1.tar.gz
 
Old 09-26-2021, 08:21 AM   #220
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
LibreOffice

as of current Changelog dated Sat Sep 25 19:32:08 UTC 2021 LibreOffice 7.2 from ponce's repo builds from source and runs without issue for me.
HTH
john

PS take note of the capitol 'L' in the build name so you get the source build.

Last edited by AlleyTrotter; 09-26-2021 at 08:23 AM. Reason: add PS
 
2 members found this post helpful.
Old 09-26-2021, 08:48 AM   #221
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 917

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
The latest release version of LibreOffice is 7.2.1, the version that's in ponce's repo. Version 7.2.2 is prerelease so not worth too much effort at the moment. Yes, downloadable but not released. It might be fun to play with but a 0.0.1 update won't have (m)any new features. I couldn't find any release notes for 7.2.2 - I guess that makes sense if it's not released yet.

chris
 
Old 09-26-2021, 09:09 AM   #222
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by chris.willing View Post
The latest release version of LibreOffice is 7.2.1, the version that's in ponce's repo. Version 7.2.2 is prerelease so not worth too much effort at the moment. Yes, downloadable but not released. It might be fun to play with but a 0.0.1 update won't have (m)any new features. I couldn't find any release notes for 7.2.2 - I guess that makes sense if it's not released yet.

chris
Thanks for the update Chris. The build is on my other machine which will eventually become my main box.
Just wanted to point out that your slackbuild on Ponce's repo works fine for me.
john
 
Old 11-25-2021, 09:27 AM   #223
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Original Poster
Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
LibreOffice-7.2.3 Community has been released.

https://blog.documentfoundation.org/...2-3-community/

Last edited by cwizardone; 11-25-2021 at 09:31 AM.
 
1 members found this post helpful.
Old 11-25-2021, 07:49 PM   #224
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Rep: Reputation: 77
I just found an app image for libreoffice. Opens pretty quickly too.

https://libreoffice.soluzioniopen.com/
 
1 members found this post helpful.
Old 11-25-2021, 10:17 PM   #225
hish2021
Member
 
Registered: Jan 2021
Posts: 117

Rep: Reputation: Disabled
Quote:
Originally Posted by Bertman123 View Post
I just found an app image for libreoffice. Opens pretty quickly too.

https://libreoffice.soluzioniopen.com/
I use the "still" version from there and like it very much. However, they don't provide the exact version info on the download page.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: LibreOffice 4.4 Released as the Most Beautiful LibreOffice Ever LXer Syndicated Linux News 0 01-30-2015 01:10 AM
LXer: LibreOffice vs. OpenOffice: Why LibreOffice Wins LXer Syndicated Linux News 0 10-29-2014 10:50 AM
How to install only Writer from Libreoffice package"libreoffice-4.0.3-i486-1alien.txz just.srad Slackware 10 05-30-2013 02:37 PM
LXer: Build Your Business Around LibreOffice, LibreOffice Certification Program Announced LXer Syndicated Linux News 0 05-07-2012 12:10 PM
LXer: LibreOffice Tips: Inserting QurĂ¢??an text in LibreOffice Writer LXer Syndicated Linux News 0 04-16-2012 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration