Bug 1482842 - xmlrpc_client++.pc is missing from xmlrpc-c-devel
Summary: xmlrpc_client++.pc is missing from xmlrpc-c-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xmlrpc-c
Version: 26
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-18 08:17 UTC by Thomas Sondergaard
Modified: 2017-10-11 13:20 UTC (History)
2 users (show)

Fixed In Version: xmlrpc-c-1.49.02-2.fc27 xmlrpc-c-1.49.02-2.fc26
Clone Of:
Environment:
Last Closed: 2017-10-04 14:22:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Thomas Sondergaard 2017-08-18 08:17:49 UTC
Description of problem:
The file /usr/lib64/pkgconfig/xmlrpc_client++.pc is not being created and installed by the meson build system. It is required when xmlrpc-c-config is called with arguments "client c++2":

$ /usr/bin/xmlrpc-c-config client c++2 --cflags
Package xmlrpc_client++ was not found in the pkg-config search path.
Perhaps you should add the directory containing `xmlrpc_client++.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xmlrpc_client++', required by 'virtual:world', not found

xmlrpc-c's own Makefile-based build system creates this file. It appears to be an oversight in the meson based build system that Fedora has added.

Version-Release number of selected component (if applicable):
xmlrpc-c-devel-1.48.0-4.fc26.x86_64

Additional info:
AFAIK, this problem was not present in the version shipped with Fedora 25.

Comment 1 Petr Pisar 2017-09-27 14:28:55 UTC
Also this is a problem when rebuilding xmlrpc-c (e.g. for modularity). xmlrpc-c-devel-1.48.0-7 then requires "pkgconfig(xmlrpc_utilpp)" but it does not provide it, so the package cannot be installed.

The build was fine with meson-0.41.2-2.fc27 and it is broken with meson-0.42.0-1.fc28.

Comment 2 Igor Gnatenko 2017-09-27 14:30:33 UTC
I will fix it.

Comment 3 Fedora Update System 2017-09-29 15:33:56 UTC
xmlrpc-c-1.48.0-8.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-1cdbf23caf

Comment 4 Fedora Update System 2017-09-29 15:34:05 UTC
xmlrpc-c-1.48.0-8.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-3b2d3ceaa8

Comment 5 Fedora Update System 2017-10-01 23:54:28 UTC
xmlrpc-c-1.48.0-8.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-3b2d3ceaa8

Comment 6 Fedora Update System 2017-10-02 00:54:57 UTC
xmlrpc-c-1.48.0-8.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-1cdbf23caf

Comment 7 Fedora Update System 2017-10-02 05:34:08 UTC
xmlrpc-c-1.49.02-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-a03d76fe47

Comment 8 Fedora Update System 2017-10-02 05:34:17 UTC
xmlrpc-c-1.49.02-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-bac52ee3a8

Comment 9 Fedora Update System 2017-10-02 20:27:29 UTC
xmlrpc-c-1.49.02-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-a03d76fe47

Comment 10 Fedora Update System 2017-10-02 21:26:35 UTC
xmlrpc-c-1.49.02-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-bac52ee3a8

Comment 11 Fedora Update System 2017-10-04 14:22:11 UTC
xmlrpc-c-1.49.02-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2017-10-04 22:24:29 UTC
xmlrpc-c-1.49.02-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 13 Thomas Sondergaard 2017-10-11 11:52:13 UTC
The upgrade of xmlrpc-c-devel from 1.48.0-4.fc26 to 1.49.02-2.fc26 causes "/usr/bin/xmlrpc-c-config c++2 --cflags" to return empty rather than "-I/usr/include/". While this seems completely reasonable it breaks /usr/share/cmake/Modules/FindXMLRPC.cmake as it requires the output of that command to be non-empty.

Comment 14 Thomas Sondergaard 2017-10-11 13:16:03 UTC
I've reported the bug in FindXMLRPC.cmake with the CMake project: https://gitlab.kitware.com/cmake/cmake/issues/17347

Comment 15 Igor Gnatenko 2017-10-11 13:20:27 UTC
(In reply to Thomas Sondergaard from comment #14)
> I've reported the bug in FindXMLRPC.cmake with the CMake project:
> https://gitlab.kitware.com/cmake/cmake/issues/17347

Thanks a lot!


Note You need to log in before you can comment on or make changes to this bug.