Bug 2010890
| Summary: | xmlrpc-c has missing C++ symbols | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sebastien BLANCHET <blanchet> | ||||
| Component: | xmlrpc-c | Assignee: | Jonathan Wright <jonathan> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 37 | CC: | rh-bugzilla | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | xmlrpc-c-1.51.08-1.fc37 xmlrpc-c-1.51.08-1.fc36 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-12-19 01:14:51 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
Sebastien BLANCHET
2021-10-05 14:54:04 UTC
This message is a reminder that Fedora Linux 35 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 35 on 2022-12-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '35'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 35 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed. Unfortunately, the bug is still present on Fedora 37.
Install Fedora Server 37, with default settings in VirtualBox
dnf install g++ make xmlrpc-c-devel
wget https://bugzilla.redhat.com/attachment.cgi?id=1829475 -O test_client_xmlrpc.tar.gz
tar xvf test_client_xmlrpc.tar.gz
cd test_client_xmlrpc
make
Result
/usr/bin/xmlrpc-c-config version 1.51.0
rm -f a.out
g++ test_client_xmlrpc.cpp -lxmlrpc_client++
/usr/bin/ld: /tmp/ccJSg2rp.o: undefined reference to symbol '_ZNK8xmlrpc_c9value_intcviEv'
/usr/bin/ld: /usr/lib64/libxmlrpc++.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [Makefile:11: all] Error 1
Sebastien, Can you give the builds from https://koji.fedoraproject.org/koji/taskinfo?taskID=95038453 a shot? Based on your test case provided it resolves the issue, but there are significant changes in the way the package is built in my test build so if you could just check general functionality of the package that would be great. Hi, I confirm that the test program builds without errors with the packages from https://koji.fedoraproject.org/koji/taskinfo?taskID=95038453 Procedure: ---------------- Install Fedora Server 37, with default settings in VirtualBox dnf install g++ make curl-devel wget https://kojipkgs.fedoraproject.org//work/tasks/8472/95038472/xmlrpc-c-devel-1.51.08-1.fc37.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/8472/95038472/xmlrpc-c-c%2B%2B-1.51.08-1.fc37.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/8472/95038472/xmlrpc-c-client-1.51.08-1.fc37.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/8472/95038472/xmlrpc-c-client%2B%2B-1.51.08-1.fc37.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/8472/95038472/xmlrpc-c-1.51.08-1.fc37.x86_64.rpm rpm -Uvh xmlrpc-c-devel-1.51.08-1.fc37.x86_64.rpm xmlrpc-c-c++-1.51.08-1.fc37.x86_64.rpm xmlrpc-c-client-1.51.08-1.fc37.x86_64.rpm xmlrpc-c-client++-1.51.08-1.fc37.x86_64.rpm xmlrpc-c-1.51.08-1.fc37.x86_64.rpm wget https://bugzilla.redhat.com/attachment.cgi?id=1829475 -O test_client_xmlrpc.tar.gz tar xvf test_client_xmlrpc.tar.gz cd test_client_xmlrpc make ---------------- Checking general functionality ------------------------------- I have built an other program, much more complex, and it seems to work normally. So at a first sight, I would say that the general functionalities work as expected. FEDORA-2022-692c5bed30 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-692c5bed30 FEDORA-2022-1cd3550b91 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-1cd3550b91 FEDORA-2022-908778bf50 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-908778bf50 FEDORA-2022-1cd3550b91 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-1cd3550b91` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-1cd3550b91 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-692c5bed30 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-692c5bed30` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-692c5bed30 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-908778bf50 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-908778bf50` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-908778bf50 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-692c5bed30 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-1cd3550b91 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |