Advertisement
intermediatech

kernel compilation error

Aug 10th, 2011
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.44 KB | None | 0 0
  1. In file included from include/linux/fs.h:481:0,
  2.                  from include/linux/genhd.h:66,
  3.                  from include/linux/blkdev.h:8,
  4.                  from include/linux/pktcdvd.h:111,
  5.                  from drivers/block/pktcdvd.c:47:
  6. include/linux/quota.h:245:2: error: expected ',' or '}' before 'DQST_READS'
  7. include/linux/quota.h:255:11: error: '_DQST_DQSTAT_LAST' undeclared here (not in a function)
  8. make[4]: *** [drivers/block/pktcdvd.o] Error 1
  9. make[4]: *** Waiting for unfinished jobs....
  10.   CC      drivers/base/module.o
  11.   CC      drivers/base/hypervisor.o
  12. drivers/block/DAC960.c: In function 'DAC960_V2_ProcessCompletedCommand':
  13. drivers/block/DAC960.c:5095:30: warning: comparison between 'DAC960_V2_IOCTL_Opcode_T' and 'enum <anonymous>' [-Wenum-compare]
  14. drivers/block/DAC960.c: In function 'DAC960_V1_EnableMemoryMailboxInterface':
  15. /home/vishnu/rpmbuild/BUILD/kernel-3.0.1/arch/x86/include/asm/io.h:63:69: warning: 'CommandMailbox.Bytes[12]' may be used uninitialized in this function [-Wuninitialized]
  16. drivers/block/DAC960.c:1175:30: note: 'CommandMailbox.Bytes[12]' was declared here
  17.   LD      drivers/base/built-in.o
  18. make[3]: *** [drivers/block] Error 2
  19. make[2]: *** [drivers] Error 2
  20. error: Bad exit status from /var/tmp/rpm-tmp.CAfzSG (%build)
  21.  
  22.  
  23. RPM build errors:
  24.     Bad exit status from /var/tmp/rpm-tmp.CAfzSG (%build)
  25. make[1]: *** [rpm] Error 1
  26. make: *** [rpm] Error 2
  27. make: Leaving directory `/media/Portable/linux-kernel/linux-3.0.1-dev-rpm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement