2.26-0ubuntu1 breaks compliation of several KDE sources
Bug #1715599 reported by
Rik Mills
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libxslt (Debian) |
Fix Released
|
Unknown
|
|||
libxslt (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
gblic 2.26-0ubuntu1 which removed xlocale.h: breaks compliation of several KDE sources, but libxslt still requires that header.
Including so far, but maybe not limited to is autotests:
kde4libs
kio
kopete
with the error
In file included from /usr/include/
/usr/include/
#include <xlocale.h>
compilation terminated.
Confirmed also in kio package rebuild in our staging ppa
description: | updated |
Changed in libxslt (Ubuntu): | |
status: | New → Fix Committed |
Changed in libxslt (Debian): | |
status: | Unknown → Fix Committed |
Changed in libxslt (Debian): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Trying to build without kio for example, without libxslt results in a build fail with:
-- The following REQUIRED packages have not been found:
* LibXslt, <http:// xmlsoft. org/XSLT>
Required by the KDE help system to process DocBook XML
CMake Error at /usr/share/ cmake-3. 9/Modules/ FeatureSummary. cmake:459 (message):
feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
run.
Even in the latest libxslt git revision,
https:/ /git.gnome. org/browse/ libxslt/ tree/libxslt/ xsltlocale. h
#include <xlocale.h>
is required.