Bug 1106756
| Summary: | hedgewars: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||
| Component: | hedgewars | Assignee: | Hans de Goede <hdegoede> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | bruno, costamagnagianfranco, hdegoede, yselkowi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-01-09 17:41:16 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: | 1105908 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Dennis Gilmore
2014-06-09 17:22:50 UTC
Created attachment 905218 [details]
build.log
Created attachment 905219 [details]
root.log
Created attachment 905220 [details]
state.log
Original failure was due to some Haskell breakage in Rawhide, but build now fails with: Linking /builddir/build/BUILD/hedgewars-src-0.9.18/bin/hedgewars-server ... make[2]: Leaving directory '/builddir/build/BUILD/hedgewars-src-0.9.18' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/hedgewars-src-0.9.18/CMakeFiles [ 6%] Built target hedgewars-server make[1]: Leaving directory '/builddir/build/BUILD/hedgewars-src-0.9.18' Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 http://koji.fedoraproject.org/koji/taskinfo?taskID=7212827 The actual failure is much earlier in the log: /bin/sh: Qt4::lrelease: command not found share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build.make:218: recipe for target 'share/hedgewars/Data/Locale/hedgewars_ko.qm' failed Not having looked at the sources, you probably need to add a flag to tell cmake where to find lrelease-qt4. this is fixed in 0.9.21 patches for current version available here http://bugs.debian.org/763233 and http://bugs.debian.org/758449 This is fixed now, closing: http://koji.fedoraproject.org/koji/buildinfo?buildID=601946 |