Bug 440755
Summary: | FTBFS klear-0.7.0-1.svn113.fc9 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||
Component: | klear | Assignee: | Johan Cwiklinski <fedora> | ||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | rawhide | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/ | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2008-08-30 15:19: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: | 440169 | ||||||||
Attachments: |
|
Description
FTBFS
2008-04-04 15:54:09 UTC
Created attachment 300617 [details] root.log.bz2 root.log for i386 Created attachment 300618 [details] build.log.bz2 build.log for i386 I've just posted to the klear forum: http://klear.phpbbweb.com/viewtopic.php?p=1117&mforum=klear Waiting for an answer to solve this bug. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping That appears to be an annoying conflict between X11 and Qt headers (namespace pollution). As a workaround, replace: #include <X11/extensions/XTest.h> with: #define INT32 X11_INT32 #include <X11/extensions/XTest.h> #undef INT32 Well, it's impossible to build klear under f-9 and devel... Another error I do not understand (and thus could not resolve) appears. I have many problems with this package, which i do no use personnaly. I'll try to find a workaround for these errors, and I think I'll release ownership after that. Ok, I've resolved scons bug (F-9 dn devel - thanks to a debian patch I've found on the web), and your workaround seems to work perfectly Kevin :) Thanks, I'll build/mock/rpmlint it to check if all is ok, and then I'll should push it on the repos. the package has been commited and rebuilt : http://koji.fedoraproject.org/koji/taskinfo?taskID=795294 |