After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 787617 - libxml pkg-config handling is broken
libxml pkg-config handling is broken
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks: 778549
 
 
Reported: 2017-09-13 09:14 UTC by Jan Alexander Steffens (heftig)
Modified: 2017-09-14 20:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH 1/2] Fix bashism in configure.in (913 bytes, patch)
2017-09-13 09:14 UTC, Jan Alexander Steffens (heftig)
none Details | Review
[PATCH 2/2] Set XML_CONFIG in the pkg-config path (1.01 KB, patch)
2017-09-13 09:15 UTC, Jan Alexander Steffens (heftig)
none Details | Review

Description Jan Alexander Steffens (heftig) 2017-09-13 09:14:27 UTC
Regressions from bug 778549. Patches follow.
Comment 1 Jan Alexander Steffens (heftig) 2017-09-13 09:14:55 UTC
Created attachment 359695 [details] [review]
[PATCH 1/2] Fix bashism in configure.in

Resulted in pkg-config never getting used for libxml if sh is not bash.
Comment 2 Jan Alexander Steffens (heftig) 2017-09-13 09:15:29 UTC
Created attachment 359696 [details] [review]
[PATCH 2/2] Set XML_CONFIG in the pkg-config path

Otherwise it's missing for the substitution into xslt-config.
Comment 3 Jan Alexander Steffens (heftig) 2017-09-13 09:16:24 UTC
Also see https://bugzilla.gnome.org/show_bug.cgi?id=778549#c2 .