Bug 511524

Summary: FTBFS labrea-2.5.1-2.fc10
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: labreaAssignee: Huzaifa S. Sidhpurwala <huzaifas>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: 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 Flags
root.log
none
build.log
none
mock.log none

Description FTBFS 2009-07-15 03:14:47 UTC
labrea-2.5.1-2.fc10.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2009-07-15 03:14:49 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow.  https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow

Comment 2 FTBFS 2009-07-15 03:14:52 UTC
Created attachment 352284 [details]
root.log

root.log for i386

Comment 3 FTBFS 2009-07-15 03:14:53 UTC
Created attachment 352285 [details]
build.log

build.log for i386

Comment 4 FTBFS 2009-07-15 03:14:54 UTC
Created attachment 352286 [details]
mock.log

mock.log for i386

Comment 5 Kevin Kofler 2009-10-04 06:54:20 UTC
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.

Comment 6 Kevin Kofler 2009-10-04 07:04:16 UTC
Grrr, now fails with a missing #include <syslog.h> in utils.c:
http://koji.fedoraproject.org/koji/getfile?taskID=1726464&name=build.log

Comment 7 Kevin Kofler 2009-10-04 07:26:16 UTC
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

Comment 8 Kevin Kofler 2009-10-04 19:47:45 UTC
Tagged.