FS#30084 - [syslinux] Unable to build syslinux package
Attached to Project:
Arch Linux
Opened by Aleksey Filippov (lex4051) - Thursday, 31 May 2012, 11:21 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 08 August 2012, 15:46 GMT
Opened by Aleksey Filippov (lex4051) - Thursday, 31 May 2012, 11:21 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 08 August 2012, 15:46 GMT
|
Details
Description:
Unable to build syslinux package. Additional info: * package version(s) syslinux-4.05 linux-api-headers-3.3.2-1 linux-3.3.7-1 * config and/or log files etc. In file included from ../libinstaller/linuxioctl.h:22:0, from ../libinstaller/syslxcom.c:33: /usr/include/linux/ext2_fs.h:178:41: error: unknown type name 'umode_t' make[1]: *** [syslxcom.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from ../libinstaller/linuxioctl.h:22:0, from syslinux.c:50: /usr/include/linux/ext2_fs.h:178:41: error: unknown type name 'umode_t' make[1]: *** [syslinux.o] Error 1 make[1]: Leaving directory `/usr/src/builder/gpxe/src/syslinux/src/syslinux-4.05/linux' make: *** [all] Error 2 Steps to reproduce: $ sudo abs $ cp /var/abs/core/syslinux/* . $ makepkg |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 08 August 2012, 15:46 GMT
Reason for closing: Fixed
Additional comments about closing: 4.05-5
Wednesday, 08 August 2012, 15:46 GMT
Reason for closing: Fixed
Additional comments about closing: 4.05-5
http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/764622
It just adds this one line:
typedef unsigned short umode_t;