Custom Query (19685 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 19685)

Ticket Resolution Summary Owner Reporter
#11611 fixed Adapt Libreoffice to JDK11 Douglas R. Reno Douglas R. Reno
Description

Since upgrading to JDK11, Libreoffice no longer builds:

[build CFG] driver_hsqldb
[build UPK] 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
[build PAT] hsqldb
    [javac] /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/build/build.xml:143: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Note: /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/src/org/hsqldb/util/CodeSwitcher.java uses unchecked or unsafe operations.
    [javac] /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/build/build.xml:342: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Note: /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/src/org/hsqldb/store/ValuePoolHashMap.java uses or overrides a deprecated API.
    [javac] /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/build/build.xml:353: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/src/org/hsqldb/lib/java/JavaSystem.java:163: error: cannot find symbol
/sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/UnpackedTarball/hsqldb/build/build.xml:353: Compile failed; see the compiler error output for details.
make[1]: *** [/sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/external/hsqldb/ExternalProject_hsqldb.mk:17: /sources/libreoffice-6.1.4.2/libreoffice-6.1.4.2/workdir/ExternalProject/hsqldb/build] Error 1

In it's infinite wisdom, Libreoffice does not tell us exactly what went wrong. Upon further investigation (like 16 hours worth), it seems to be that hsql won't compile on JDK11 without a patch (adapts it to no longer use a certain method that was removed). There is also a build problem later on due to JDK's changes to Javadoc as well.

The two relevant commits upstream are:

https://cgit.freedesktop.org/libreoffice/core/commit/external/hsqldb?id=1d3f2ed0606cc971513dab5932ec7d1dd2a15f90

https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-1-5&id=98daad73b52bdeebef137dd4791a8e072d7394f2

I'll generate a patch for the book and submit it.

#1786 fixed Adapt compressdoc script to Man-DB dnicholson@… alexander@…
Description

The compressdoc script from http://www.linuxfromscratch.org/blfs/view/svn/postlfs/compressdoc.html reads the manual page paths from /etc/man.conf. This file no longer exists, because the LFS book uses Man-DB.

#11929 fixed Adapt glib-networking to GnuTLS-3.6.7 API Changes Douglas R. Reno Douglas R. Reno
Description

GnuTLS-3.6.7 introduced a new API, G_TLS_ERROR_CERTIFICATE_REQUIRED. This new API breaks glib-networking's ability to use GnuTLS for TLS support/certificate handling, which was originally exhibited by the connection-tls (glib-networking) and test-ssl (libsoup) tests failing.

In order to fix this, we need to apply the following commits via a patch:

https://gitlab.gnome.org/GNOME/glib-networking/commit/1ce6b40da8ecbf997c5522a592a122e805aa81c4 https://gitlab.gnome.org/GNOME/glib-networking/commit/91fdd674c316af0873d495f85f9c220b6e9e0132

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.