#5445 closed enhancement (fixed)
libreoffice-4.3.1.2
Reported by: | Igor Živković | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Change History (9)
by , 11 years ago
Attachment: | libreoffice-fixes.patch added |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Thanks. Hopefully, will not be defeated by this version.
comment:3 by , 11 years ago
Please, Armin, can you the headers for the patch?
Upstream Status: Origin: URL: (if possible) Description: (if it is not just for boost)
Confirm that worked fine in LFS-7.1.
Now, trying to build in LFS-7.5 (in X, not ssh, with -j8)
comment:4 by , 11 years ago
I don't recall URL being among patch headers.
It's from upstream git, so it's fixed.
It says it fixes building with boost-1.56.0, so I doubt it's for anything else.
http://cgit.freedesktop.org/libreoffice/core/commit/?id=45dfbdca6a9afba1a6aef21623ec025ded635a4d
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Armin, thanks for everything, patch, instructions... It made my life much easier.
One thing I could not do as you wished is the switch for dictionaries and removal of the instrcutions to install them. Did not work for me, for unknown reasons.
I like the URL in the patch for several reasons. It is good info, and facilitates many things: if we want to follow up, if we need something similar in the future, the reader can use as an example to learn how we get patches, and, humbly, I like that info. So, apologies for that.
Fixed at r14144.
comment:6 by , 11 years ago
Forgot to include a note recommending to build in a graphical environment and to add that the link for the patch in the ticket also can help other people.
Will fix the part about X.
comment:7 by , 11 years ago
I don't mind having URL in the patch. I just pointed out that it isn't listed as standard patch header.
As for the dictionaries, when I use --without-system-dicts, I can see after the downloads have finished that dictionaries tarball is being extracted along the help and translations tarball.
comment:8 by , 11 years ago
I don't know what happened. Below, part of my log. There, you see:
--without-system-dicts
Edited like this:
%s@/home/fernando/tmp/paco-build-libreoffice-2014.08.30-20h01m17s@/tmp@g
then in vim:
gqap (thanks Bruce)
then in vim:
%s/$/ \/
Running ./configure with '--prefix=/opt/libreoffice-4.3.1.2' / '--sysconfdir=/etc' '--with-vendor=BLFS' '--with-lang=en-US pt-BR' / '--with-help' '--with-alloc=system' '--without-java' '--disable-gconf' / '--disable-odk' '--disable-postgresql-sdbc' '--enable-release-build=yes' / '--enable-python=system' '--without-system-dicts' '--with-system-boost' / '--with-system-clucene' '--with-system-cairo' '--with-system-curl' / '--with-system-expat' '--with-system-graphite' '--with-system-harfbuzz' / '--with-system-icu' '--with-system-jpeg' '--with-system-lcms2' / '--with-system-libpng' '--with-system-libxml' '--with-system-mesa-headers' / '--with-system-neon' '--with-system-npapi-headers' '--with-system-nss' / '--with-system-odbc' '--with-system-openldap' '--with-system-openssl' / '--with-system-poppler' '--with-system-redland' '--with-system-serf' / '--with-system-zlib' '--with-parallelism=1' / '--srcdir=/tmp/libreoffice-4.3.1.2' '--enable-option-checking=fatal'
checking whether to include MySpell dictionaries... no checking whether to use dicts from external paths... no
/tmp/libreoffice-4.3.1.2/bin/unpack-sources /tmp/libreoffice-4.3.1.2 / /tmp/libreoffice-4.3.1.2/external/tarballs/libreoffice-translations-4.3.1.2.tar.xz / /tmp/libreoffice-4.3.1.2/external/tarballs/libreoffice-help-4.3.1.2.tar.xz Unpacking libreoffice-translations-4.3.1.2...
Attached patch should fix building with boost-1.56.0.
Note about unpacking the tarball as well as sed for previous bugfix are not needed anymore (2nd and 3rd line of the 3rd sed).
Use "--without-system-dicts" to avoid manually unpacking the dictionaries and manually copying them later.