Description of problem: make[1]: Entering directory `/home/build/rebuild/build/gfs2-utils-0.1.7-1.fc6.src.rpm/gfs2-0.1.7/mkfs' gcc -c -Wall -O2 -ggdb -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DGFS2_RELEASE_NAME=\"2\" -I/usr/include/ -I../include/ -I../libgfs2/ -I../config/ -o main.o main.c gcc -c -Wall -O2 -ggdb -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DGFS2_RELEASE_NAME=\"2\" -I/usr/include/ -I../include/ -I../libgfs2/ -I../config/ -o main_mkfs.o main_mkfs.c gcc -c -Wall -O2 -ggdb -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DGFS2_RELEASE_NAME=\"2\" -I/usr/include/ -I../include/ -I../libgfs2/ -I../config/ -o main_jadd.o main_jadd.c main_jadd.c:20:26: error: linux/iflags.h: No such file or directory main_jadd.c: In function 'make_jdata': main_jadd.c:41: error: 'IFLAGS_GET_IOC' undeclared (first use in this function) main_jadd.c:41: error: (Each undeclared identifier is reported only once main_jadd.c:41: error: for each function it appears in.) main_jadd.c:45: error: 'IFLAG_JOURNAL_DATA' undeclared (first use in this function) main_jadd.c:48: error: 'IFLAGS_SET_IOC' undeclared (first use in this function) make[1]: *** [main_jadd.o] Error 1 make[1]: Leaving directory `/home/build/rebuild/build/gfs2-utils-0.1.7-1.fc6.src.rpm/gfs2-0.1.7/mkfs' make: *** [tag_mkfs] Error 2 error: Bad exit status from /var/tmp/gfs2-utils-0.1.7-1.fc6.src.rpm/rpm-tmp.548 (%build)
iflags.h is obsolete, include linux/fs.h and use the FS_xxxx_FL flags instead. It should be a 1:1 substitution.
I just rebuilt gfs2-utils and pushed it to final yesterday. The new gfs2 (0.1.25-1.fc6) should be showing up soon.
Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again.
Fixed in CVS