Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. * ERROR: Failed to compile the "" target...
  2. *
  3. * -- Grepping log... --
  4. *
  5. * CC kernel/locking/mutex.o
  6. * CC arch/x86/kernel/cpu/mcheck/mce-genpool.o
  7. * CC mm/swap_cgroup.o
  8. * CC arch/x86/kernel/cpu/mcheck/mce_intel.o
  9. * CC kernel/locking/semaphore.o
  10. * CC mm/memory-failure.o
  11. *--
  12. * GZIP arch/x86/boot/compressed/vmlinux.bin.gz
  13. * MKPIGGY arch/x86/boot/compressed/piggy.S
  14. * AS arch/x86/boot/compressed/piggy.o
  15. * DATAREL arch/x86/boot/compressed/vmlinux
  16. * LD arch/x86/boot/compressed/vmlinux
  17. *ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
  18. *ld: warning: creating a DT_TEXTREL in object.
  19. *--
  20. * CC [M] sound/usb/mixer_us16x08.o
  21. * CC [M] fs/jffs2/xattr.o
  22. * CC [M] drivers/infiniband/core/uverbs_std_types.o
  23. * CC [M] sound/usb/pcm.o
  24. *fs/jffs2/xattr.c: In function 'jffs2_build_xattr_subsystem':
  25. *fs/jffs2/xattr.c:887:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  26. *--
  27. * CC [M] drivers/net/ethernet/neterion/vxge/vxge-main.o
  28. * CC [M] drivers/target/target_core_sbc.o
  29. * CC [M] drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.o
  30. * CC [M] drivers/scsi/lpfc/lpfc_nportdisc.o
  31. *drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_poll_inta':
  32. *drivers/net/ethernet/neterion/vxge/vxge-main.c:1873:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  33. * }
  34. * ^
  35. *drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_tx_msix_handle':
  36. *drivers/net/ethernet/neterion/vxge/vxge-main.c:2246:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  37. * }
  38. * ^
  39. *drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_netpoll':
  40. *drivers/net/ethernet/neterion/vxge/vxge-main.c:1908:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  41. *--
  42. *gcc -MM -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 -o activate/activate.d activate/activate.c; \
  43. */bin/sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g" activate/activate.d; \
  44. *[ -s activate/activate.d ] || rm -f activate/activate.d
  45. *gcc -o activate/activate.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 activate/activate.c
  46. *activate/activate.c: In function 'activate_subset':
  47. *activate/activate.c:953:24: warning: unused variable 'fmt' [-Wunused-variable]
  48. * struct dmraid_format *fmt = get_format(rs);
  49. * ^~~
  50. *activate/activate.c: In function 'deactivate_superset':
  51. *activate/activate.c:1048:24: warning: unused variable 'fmt' [-Wunused-variable]
  52. *--
  53. *gcc -o locking/locking.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 locking/locking.c
  54. *gcc -o log/log.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 log/log.c
  55. *gcc -o metadata/log_ops.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 metadata/log_ops.c
  56. *gcc -o metadata/metadata.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 metadata/metadata.c
  57. *metadata/metadata.c: In function 'create_raidset':
  58. *metadata/metadata.c:1436:17: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  59. *--
  60. * ^~
  61. *metadata/metadata.c:1436:11: note: did you mean to dereference the pointer?
  62. * } while (end++ != '\0');
  63. * ^
  64. *At top level:
  65. *metadata/metadata.c:1463:1: warning: 'rebuild_config_raidset' defined but not used [-Wunused-function]
  66. * rebuild_config_raidset(struct lib_context *lc, struct raid_set *rs)
  67. * ^~~~~~~~~~~~~~~~~~~~~~
  68. *metadata/metadata.c:765:1: warning: 'discover_raid_devices_spares' defined but not used [-Wunused-function]
  69. * discover_raid_devices_spares(struct lib_context *lc, const char *format)
  70. * ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71. *gcc -o metadata/reconfig.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 metadata/reconfig.c
  72. *metadata/reconfig.c: In function 'handle_dev':
  73. *metadata/reconfig.c:460:15: warning: comparison between 'enum change_type' and 'enum type' [-Wenum-compare]
  74. * if (h->type == rs->type)
  75. * ^~
  76. *metadata/reconfig.c:462:23: warning: comparison between 'enum change_type' and 'enum type' [-Wenum-compare]
  77. *--
  78. *gcc -o misc/misc.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 misc/misc.c
  79. *gcc -o misc/workaround.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 misc/workaround.c
  80. *gcc -o mm/dbg_malloc.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 mm/dbg_malloc.c
  81. *gcc -o format/ataraid/asr.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/asr.c
  82. *format/ataraid/asr.c: In function 'check_rd':
  83. *format/ataraid/asr.c:1036:18: warning: comparison between 'enum type' and 'enum status' [-Wenum-compare]
  84. *--
  85. * ^~
  86. *gcc -o format/ataraid/hpt37x.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/hpt37x.c
  87. *gcc -o format/ataraid/hpt45x.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/hpt45x.c
  88. *gcc -o format/ataraid/isw.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/isw.c
  89. *format/ataraid/isw.c: In function 'get_rs_status':
  90. *format/ataraid/isw.c:1114:19: warning: variable 'disk' set but not used [-Wunused-but-set-variable]
  91. *--
  92. *gcc -o format/ataraid/pdc.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/pdc.c
  93. *gcc -o format/ataraid/sil.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/sil.c
  94. *gcc -o format/ataraid/via.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ataraid/via.c
  95. *gcc -o format/ddf/ddf1.o -c -I. -I../include -I../lib -include ../include/config.h -I/var/tmp/genkernel/232.6661.26708.2386/lvm/include -O2 -fPIC -Wall -Wundef -Wcast-align -Wwrite-strings -Winline -O2 format/ddf/ddf1.c
  96. *format/ddf/ddf1.c: In function 'check_rd':
  97. *format/ddf/ddf1.c:891:18: warning: comparison between 'enum type' and 'enum status' [-Wenum-compare]
  98. *--
  99. *(.text+0xb2c): undefined reference to `udev_queue_unref'
  100. *(.text+0xb34): undefined reference to `udev_unref'
  101. *(.text+0xcac): undefined reference to `udev_unref'
  102. *(.text+0xda1): undefined reference to `udev_queue_unref'
  103. *(.text+0xda9): undefined reference to `udev_unref'
  104. *collect2: error: ld returned 1 exit status
  105. *make[1]: *** [Makefile:71: dmraid] Error 1
  106. *make[1]: Leaving directory '/var/tmp/genkernel/232.6661.26708.2386/dmraid/1.0.0.rc16-3/dmraid/tools'
  107. *make: *** [make.tmpl:120: tools] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement