Bug 134834

Summary: Rebuilding of dosfstools dies with 'syntax error before "__u8"'
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: dosfstoolsAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: linux_4ever
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-06 17:17:58 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: 123268    

Description Robert Scheck 2004-10-06 16:19:03 UTC
Description of problem:
If I try to rebuild dosfstools, I die with the following error 
message (and hundred of error lines below):

--- snipp ---
make -C mkdosfs all
make[1]: Entering directory `/usr/src/redhat/BUILD/dosfstools-2.8/mkdosfs'
gcc -O2 -g -march=i386 -mcpu=i686 -Dllseek=lseek64 -D_LARGEFILE64_SOURCE -c mkdosfs.c -o mkdosfs.o
mkdosfs.c:169: syntax error before "__u8"
mkdosfs.c:169: warning: no semicolon at end of struct or union
mkdosfs.c:170: warning: data definition has no type or storage class
mkdosfs.c:171: syntax error before "ext_boot_sign"
mkdosfs.c:171: warning: data definition has no type or storage class
mkdosfs.c:172: syntax error before "volume_id"
[...]
--- snapp ---

Version-Release number of selected component (if applicable):
dosfstools-2.8-13

Actual results:
Rebuilding dies with an error.

Expected results:
Rebuilding without any error.

Comment 1 Jeremy Katz 2004-10-06 17:17:58 UTC
Fixed in -14

Comment 2 Peter Vrabec 2004-10-07 13:13:23 UTC
*** Bug 127526 has been marked as a duplicate of this bug. ***