View Ticket
Not logged in
2025-06-02
12:18 Ticket [ac85f0fca3] Fails to build with libxml 2.14.x status still Open with 5 other changes artifact: 2f759419e3 user: anonymous
2025-05-27
07:56 New ticket [ac85f0fca3]. artifact: 95adb3b9c0 user: anonymous

Ticket Hash: ac85f0fca35de00b9aaadb5078061791fc799d9c
Title: Fails to build with libxml 2.14.x
Status: Open Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2025-06-02 12:18:41
Version Found In: 5.1.0
User Comments:
anonymous added on 2025-05-27 07:56:03:

As reported by Matthias Klose in Debian Bug #1106621:

http://qa-logs.debian.net/2025/05/23/spatialite_5.1.0-3_unstable_libxml2.log

[...]
wfs_in.c: In function 'reset_wfs_http_connection':
wfs_in.c:4640:5: error: implicit declaration of function 
'xmlNanoHTTPCleanup' [-Wimplicit-function-declaration]
 4640 |     xmlNanoHTTPCleanup ();
      |     ^~~~~~~~~~~~~~~~~~
wfs_in.c: In function 'reset_wfs_http_connection':
wfs_in.c:4640:5: error: implicit declaration of function 
'xmlNanoHTTPCleanup' [-Wimplicit-function-declaration]
 4640 |     xmlNanoHTTPCleanup ();
      |     ^~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:418: wfs_in.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:425: wfs_la-wfs_in.lo] Error 1

anonymous added on 2025-06-02 12:18:41:

Update from Mattias Klose in the Debian bugreport:

from libxml2 NEWS:

Support for HTTP and LZMA compression is planned to be removed in the 2.15 release.

I have now uploaded libxml2 with these two features explicitly enabled. But better prepare for 2.15 ...