LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Error build libreoffice 6.0.3 alien (https://www.linuxquestions.org/questions/slackware-14/error-build-libreoffice-6-0-3-alien-4175628754/)

sasongko 04-30-2018 11:48 PM

Error build libreoffice 6.0.3 alien
 
Hi all,

I want to build libreoffice 6.0.3 from alienbob's slackbuild, but I face an error like this

Code:

** 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.
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
-                  100%[===================>]  19.29K  88.7KB/s    in 0.2s   
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
++
|| libreoffice-6.0.3
++
Extracting source archive(s) for libreoffice...
 . . . .
Symlinking all external archives into src directory for libreoffice...
Building ...
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- libreoffice-5.4.1.2/configure.ac.orig        2017-09-11 12:47:19.596433327 +0200
|+++ libreoffice-5.4.1.2/configure.ac        2017-09-11 14:21:42.704702009 +0200
--------------------------
patching file configure.ac
Using Plan A...
Hunk #1 succeeded at 9000 (offset -179 lines).
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- a/shell/source/unix/misc/senddoc.sh        2017-06-15 15:44:22.000000000 +0200
|+++ b/shell/source/unix/misc/senddoc.sh        2017-06-25 01:00:08.525435930 +0200
--------------------------
patching file shell/source/unix/misc/senddoc.sh
Using Plan A...
Hunk #1 succeeded at 389.
Hmm...  Ignoring the trailing garbage.
done
Using system gpgme
Building for these languages: en_US af ar be bg bn bo br bs ca cs cy da de el en_GB eo es et eu fa fi fr ga gl he hi hr hu id is it ja kn ko lt lv ml mr nb nl nn or pa_IN pl pt pt_BR ro ru sa_IN si sk sl sr sv sw_TZ ta te th tr uk ve vi xh zh_CN zh_TW zu
threads.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
libreoffice.SlackBuild FAILED at line 1222

I use slackware64-current. I have rsync to the latest via slackware.uk
Any advice? Thanks

ponce 05-01-2018 12:39 AM

Quote:

Originally Posted by sasongko (Post 5849222)
Code:

threads.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)

you probably have updated the system's perl-5.x but you still have perl modules that you haven't rebuilt after the update: IMHO you should remove all the third-party perl modules you have installed in your system, rebuild and reinstall them again.
this should be easy if you had installed the perl modules via packages, but it could get really messy if you had installed them via CPAN.

sasongko 05-01-2018 07:14 AM

Quote:

Originally Posted by ponce (Post 5849229)
you probably have updated the system's perl-5.x but you still have perl modules that you haven't rebuilt after the update: IMHO you should remove all the third-party perl modules you have installed in your system, rebuild and reinstall them again.
this should be easy if you had installed the perl modules via packages, but it could get really messy if you had installed them via CPAN.

You are right. I forgot to rebuild several perl modules after upgrade to 5.26.
Thank you

chrisretusn 05-01-2018 07:51 AM

Quote:

Originally Posted by ponce (Post 5849229)
but it could get really messy if you had installed them via CPAN.

I did that ONCE :banghead: :doh: A lesson learned for sure. Wasn't to hard to fix, basically uninstall perl, all perl third party, delete all related directories and reinstall. That was the easiest route I figured. Worked, that's all that counts. :D


All times are GMT -5. The time now is 09:11 PM.