Bug 178665
| Summary: | cone doesn't build under mock/devel due to compiler issues | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Fenzi <kevin> | ||||
| Component: | cone | Assignee: | Steven Pritchard <steve> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | extras-qa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.66.20060203-1.fc5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-03-02 23:34:17 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: | 162161 | ||||||
| Attachments: |
|
||||||
Created attachment 123562 [details]
mock build.log with compile failure
Should be fixed in CVS. The current version builds fine for me under mock, but failed in the buildsystem with "libtool: link: `libhmac.la' is not a valid libtool archive". I'll try again in the mass rebuild (tomorrow?). |
Description of problem: cone doesn't build under mock/devel due to compiler issues. Possibly g++ changes. Compiling cursesbutton.C mycurses.H:240: error: extra qualification 'Curses::' on member 'wtomb' mycurses.H:240: error: extra qualification 'Curses::' on member 'wtomb' make[3]: *** [cursesbutton.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [curses.o] Error 1 make[3]: Leaving directory `/builddir/build/BUILD/cone-0.65/curses' make[2]: *** [all] Error 2 make[2]: Leaving directory `/builddir/build/BUILD/cone-0.65/curses' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/builddir/build/BUILD/cone-0.65' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.82082 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.82082 (%build) Full mock build.log attached.