Bug 433988
| Summary: | oooqs2 failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | 
| Component: | oooqs2 | Assignee: | Dennis Gilmore <dennis> | 
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | dcantrell, ftbfs, jonstanley, kevin, rdieter | 
| Target Milestone: | --- | Keywords: | Reopened | 
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.0-5.fc10 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-08-03 07:14:14 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: | 432425 | ||
| 
        
          Description
        
        
          Jesse Keating
        
        
        
        
        
          2008-02-22 12:53:08 UTC
        
       + . /etc/profile.d/qt.sh /var/tmp/rpm-tmp.52781: line 29: /etc/profile.d/qt.sh: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.52781 (%build) Fixed the above by fixing the BuildRequires to use kdelibs3-devel But the build still fails: http://koji.fedoraproject.org/koji/getfile?taskID=535030&name=build.log oooqs2detector.cpp: In static member function 'static QString OOoQs2Detector::detectBinary()': oooqs2detector.cpp:68: error: 'getenv' was not declared in this scope Needs to #include <cstdlib> for this. Unsure if other things remain... looking fixed in rawhide. hrm, build succeeded locally, but not in koji, reopening. 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 *** Bug 449600 has been marked as a duplicate of this bug. *** Just resent 1.0-5 to Koji and it built: http://koji.fedoraproject.org/koji/taskinfo?taskID=755085 |