From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux; X11; en_US) KHTML/3.3.2 (like Gecko) Description of problem: i can't figure out what changed to cause this below. The include files from glibc-kernheaders seem to be the same ones as before. Anyway I get this error: ========================================================= In file included from diskutil.c:22: /usr/include/linux/loop.h:42: error: syntax error before "__kernel_dev_t" /usr/include/linux/loop.h:44: error: syntax error before "lo_rdevice" /usr/include/linux/loop.h:53: error: syntax error before '}' token In file included from /usr/include/python2.4/Python.h:8, from diskutil.c:24: /usr/include/python2.4/pyconfig.h:835:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/stdio.h:28, from diskutil.c:8: /usr/include/features.h:190:1: warning: this is the location of the previous definition diskutil.c: In function `doLoSetup': diskutil.c:113: error: storage size of 'loopInfo' isn't known diskutil.c:113: warning: unused variable `loopInfo' diskutil.c: In function `doFindUnusedLoopDev': diskutil.c:160: error: storage size of 'loopinfo' isn't known diskutil.c:160: warning: unused variable `loopinfo' Version-Release number of selected component (if applicable): rhpl-0.151 How reproducible: Always Steps to Reproduce: 1.get rhpl source rpm and install 2.rpmbuild -ba rhpl.spec 3. Additional info:
No, the headers changed. Fixed.