Opened 5 months ago

Closed 5 months ago

#18923 closed defect (fixed)

obconf-qt-0.16.3 FTBFS with libxml2-2.12.x

Reported by: Joe Locash Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Relevant build errors:

/tmp/build/obconf-qt-0.16.3/src/obconf-qt.cpp:217:3: error: 'xmlIndentTreeOutput' was not declared in this scope
/tmp/build/obconf-qt-0.16.3/src/obconf-qt.cpp:233:36: error: invalid conversion from 'const xmlError*' {aka 'const _xmlError*'} to 'xmlErrorPtr' {aka '_xmlError*'} [-fpermissive]

Fix:

sed -e '/iostream/a #include <libxml/xmlsave.h>' \
    -e 's/xmlErrorPtr/const xmlError*/'          \
    -i src/obconf-qt.cpp

Change History (2)

comment:1 by Bruce Dubbs, 5 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits:

423d58f80f Update to pipewire-1.0.0.
3140ec1465 Update to Net-DNS-1.41 (Perl module).
2206de82e1 Fix building obconf-qt with libxml2-2.12.x.
Note: See TracTickets for help on using tickets.