On Thu, Dec 11, 2003 at 12:51:26PM +0100, David Martinez CSIC RedIRIS wrote: > El Domingo, 7 de Diciembre de 2003 03:19, Daniel Schepler escribi�: > > Package: linux-ntfs > > Severity: serious > > Version: 1.7.1-4 > > > > From my build log: > > > > ... > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 > > -Wall -fms-extensions -O2 -c sd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. > > -I../include -D_FILE_OFFSET_BITS=64 -Wall -fms-extensions -O2 -c > > mkntfs.c mkntfs.c: In function `main': > > mkntfs.c:2582: error: `SCSI_DISK_MAJOR' undeclared (first use in this > > Hello, Daniel. > > This is due to the linux-kernel-headers new package. I don't > know why has broken my package, and I suspect that many other packages > will be affected.
This usually means you're including headers such as <linux/*.h> or <asm/*.h> directly rather than copying the bits of kernel interface you need (there are currently no userspace-safe headers describing the interface exposed by the kernel). See /usr/share/doc/linux-kernel-headers/README.Debian. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

