Bug 1843102
| Summary: | F33FailsToInstall: cpp-hocon | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | cpp-hocon | Assignee: | James Hogarth <james.hogarth> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | brandfbb, igor.raits, james.hogarth, jwakely |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cpp-hocon-0.2.1-4.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-03 11:27:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1803235, 1843106 | ||
|
Description
Igor Raits
2020-06-02 17:41:48 UTC
I've built leatherman-1.10.0-2.fc33 which should allow this to be rebuilt now. Patch sent upstream for new compilation errors: https://github.com/puppetlabs/cpp-hocon/pull/124 But now it fails to link, which looks like the fix is needed in leatherman: /usr/bin/ld: ../CMakeFiles/libprojectsrc.dir/src/parseable.cc.o:(.data.rel.local.DW.ref._ZTIN5boost10filesystem16filesystem_errorE[DW.ref._ZTIN5boost10filesystem16filesystem_errorE]+0x0): undefined reference to `typeinfo for boost::filesystem::filesystem_error' /usr/bin/ld: /usr/lib64/leatherman_util.so.1.10.0: undefined reference to `boost::nowide::setenv(char const*, char const*, int)' /usr/bin/ld: /usr/lib64/leatherman_util.so.1.10.0: undefined reference to `boost::nowide::unsetenv(char const*)' collect2: error: ld returned 1 exit status leatherman-1.12.0-2.fc33 building now, then I'll build cpp-hocon-0.2.1-4.fc33 |