Bug 1417199

Summary: xmlrpc_client.pc is missing Requires: xmlrpc xmlrpc_util
Product: [Fedora] Fedora Reporter: David Kupka <dkupka>
Component: xmlrpc-cAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: dkupka, java-sig-commits, mizdebsk, msimacek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-02 10:45:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch fixing the issue none

Description David Kupka 2017-01-27 14:01:37 UTC
Created attachment 1245156 [details]
patch fixing the issue

Description of problem:
When building binary that depends on xmlrpc_client library pkg-config --libs returns only "-lxmlrpc_client" but then the linking phase fails because xmlrpc_client depends on xmlrpc and xmlrpc_util.

I believe that this is the result of changing libxmlrpc_client.so from GNU ld script to symlink.

Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
Try to build application that is linking xmlrpc_client.

Actual results:
Linking fails because of missing libratries.

Expected results:
Linking succeeds.

Additional info:
I'm attaching a patch that fixes it for me.

Comment 1 Igor Gnatenko 2017-02-02 10:32:49 UTC
Awaiting for reproducer ;_

Comment 2 David Kupka 2017-02-02 10:45:01 UTC
Closing as this is bug in our build system, thank you for explanation over IRC ;-)