Bug 511524
| Summary: | FTBFS labrea-2.5.1-2.fc10 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||
| Component: | labrea | Assignee: | Huzaifa S. Sidhpurwala <huzaifas> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | rawhide | CC: | huzaifas, kevin | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i386 | ||||||||||
| OS: | Linux | ||||||||||
| URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | 2.1.5-3.fc12 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2009-10-04 19:47:45 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: | 511348 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
FTBFS
2009-07-15 03:14:47 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow. https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow Created attachment 352284 [details]
root.log
root.log for i386
Created attachment 352285 [details]
build.log
build.log for i386
Created attachment 352286 [details]
mock.log
mock.log for i386
This is due to use of -I- -I/usr/include. -I- is no longer supported, and -I/usr/include is just asking for trouble. I'm committing and building a trivial fix as this is causing a broken dependency on the old libpcap. Grrr, now fails with a missing #include <syslog.h> in utils.c: http://koji.fedoraproject.org/koji/getfile?taskID=1726464&name=build.log Looks like #include <syslog.h> found inc/syslog.h before the system /usr/include/syslog.h, so I just removed inc/syslog.h. I got it building now. Tag request: https://fedorahosted.org/rel-eng/ticket/2314 Tagged. |