Opened 5 months ago

Closed 5 months ago

#18902 closed defect (fixed)

libsoup-2.74.3 FTBFS with libxml2-2.12.0

Reported by: Joe Locash Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Relevant errors:

../libsoup/soup-xmlrpc-old.c:512:15: error: implicit declaration of function 'xmlParseMemory' [-Werror=implicit-function-declaration]
../libsoup/soup-xmlrpc.c:1206:15: error: implicit declaration of function 'xmlParseMemory' [-Werror=implicit-function-declaration]

I resolved it with:

sed -i '/tree/a #include <libxml/parser.h>' libsoup/soup-xmlrpc*.c

Change History (2)

comment:1 by Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed

Thank you for the report! Fixed at 311f431d1e0e860194c443a50a3dac7e6948e38f

Note: See TracTickets for help on using tickets.