Guest User

Got error while making the haiku raw image

a guest
Mar 1st, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.35 KB | None | 0 0
  1. λ ~/Documents/haiku/generated.x86_64/ master* jam -q -j2 @nightly-anyboot
  2. Starting build of type regular ...
  3. Building Haiku Nightly
  4. ...patience...
  5. ...patience...
  6. ...patience...
  7. ...patience...
  8. ...patience...
  9. ...patience...
  10. ...patience...
  11. ...patience...
  12. ...patience...
  13. ...patience...
  14. ...patience...
  15. ...patience...
  16. ...patience...
  17. ...patience...
  18. ...patience...
  19. ...patience...
  20. ...patience...
  21. ...found 160749 target(s)...
  22. ...updating 14023 target(s)...
  23. C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o
  24. C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/debug.o
  25. In file included from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/new:40:0,
  26. from ../headers/private/kernel/util/kernel_cpp.h:11,
  27. from ../headers/private/kernel/util/DoublyLinkedList.h:15,
  28. from ../headers/private/kernel/boot/vfs.h:13,
  29. from ../headers/private/kernel/boot/platform.h:10,
  30. from ../src/system/boot/platform/bios_ia32/debug.cpp:11:
  31. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/exception:101:3: error: '_GLIBCXX17_DEPRECATED' does not name a type; did you mean '_GLIBCXX_DEPRECATED'?
  32. _GLIBCXX17_DEPRECATED
  33. ^~~~~~~~~~~~~~~~~~~~~
  34. _GLIBCXX_DEPRECATED
  35. In file included from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/new:40:0,
  36. from ../headers/private/kernel/util/kernel_cpp.h:11,
  37. from ../headers/private/kernel/util/DoublyLinkedList.h:15,
  38. from ../headers/private/kernel/boot/vfs.h:13,
  39. from ../headers/private/kernel/boot/platform.h:10,
  40. from ../src/system/boot/platform/bios_ia32/start.cpp:14:
  41. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/exception:101:3: error: '_GLIBCXX17_DEPRECATED' does not name a type; did you mean '_GLIBCXX_DEPRECATED'?
  42. _GLIBCXX17_DEPRECATED
  43. ^~~~~~~~~~~~~~~~~~~~~
  44. _GLIBCXX_DEPRECATED
  45. In file included from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/bits/move.h:55:0,
  46. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/bits/nested_exception.h:40,
  47. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/exception:144,
  48. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/new:40,
  49. from ../headers/private/kernel/util/kernel_cpp.h:11,
  50. from ../headers/private/kernel/util/DoublyLinkedList.h:15,
  51. from ../headers/private/kernel/boot/vfs.h:13,
  52. from ../headers/private/kernel/boot/platform.h:10,
  53. from ../src/system/boot/platform/bios_ia32/debug.cpp:11:
  54. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-fpermissive]
  55. : public __bool_constant<__is_constructible(_Tp, _Args...)>
  56. ^~~~~~~~~~~~~~~~~~
  57. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  58. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:65: error: template argument 1 is invalid
  59. : public __bool_constant<__is_constructible(_Tp, _Args...)>
  60. ^
  61. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fpermissive]
  62. : public __bool_constant<__is_assignable(_Tp, _Up)>
  63. ^~~~~~~~~~~~~~~
  64. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:1049:57: error: template argument 1 is invalid
  65. : public __bool_constant<__is_assignable(_Tp, _Up)>
  66. ^
  67. In file included from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/bits/move.h:55:0,
  68. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/bits/nested_exception.h:40,
  69. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/exception:144,
  70. from build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/new:40,
  71. from ../headers/private/kernel/util/kernel_cpp.h:11,
  72. from ../headers/private/kernel/util/DoublyLinkedList.h:15,
  73. from ../headers/private/kernel/boot/vfs.h:13,
  74. from ../headers/private/kernel/boot/platform.h:10,
  75. from ../src/system/boot/platform/bios_ia32/start.cpp:14:
  76. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-fpermissive]
  77. : public __bool_constant<__is_constructible(_Tp, _Args...)>
  78. ^~~~~~~~~~~~~~~~~~
  79. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  80. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:921:65: error: template argument 1 is invalid
  81. : public __bool_constant<__is_constructible(_Tp, _Args...)>
  82. ^
  83. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fpermissive]
  84. : public __bool_constant<__is_assignable(_Tp, _Up)>
  85. ^~~~~~~~~~~~~~~
  86. build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/type_traits:1049:57: error: template argument 1 is invalid
  87. : public __bool_constant<__is_assignable(_Tp, _Up)>
  88. ^
  89.  
  90. /home/preetpal/Documents/haiku/generated.x86_64/cross-tools-x86_64/bin/x86_64-unknown-haiku-gcc -c "../src/system/boot/platform/bios_ia32/debug.cpp" -O2 -Wall -Wno-multichar -Wpointer-arith -Wsign-compare -Wno-ctor-dtor-privacy -Woverloaded-virtual -Werror -Wno-error=unused-but-set-variable -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wno-error=trigraphs -Wno-error=cast-align -Wno-error=format-truncation -D_BOOT_MODE -fno-rtti -fno-strict-aliasing -fno-delete-null-pointer-checks -fno-builtin-fork -fno-builtin-vfork -nostdinc -finline -fno-builtin -ffreestanding -fno-exceptions -fno-use-cxa-atexit -fno-pic -march=pentium -Wno-error=main -m32 -D_KERNEL_MODE -DARCH_x86_64 -DBOOT_ARCHIVE_IMAGE_OFFSET=320 -D__HAIKU_PRIMARY_PACKAGING_ARCH=\"x86_64\" -DHAIKU_DISTRO_COMPATIBILITY_DEFAULT -DHAIKU_TARGET_PLATFORM_HAIKU -DHAIKU_REGULAR_BUILD -iquote ../build/user_config_headers -iquote ../build/config_headers -iquote ../src/system/boot/platform/bios_ia32 -iquote objects/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/linux/x86_64/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/haiku/x86_64/common/system/boot/platform/bios_ia32/bios_ia32 -iquote ../src/add-ons/accelerants/common -iquote ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/disk_device_manager -I ../headers/private/graphics/common -I ../headers/private/graphics/vesa -I ../headers/private/storage -I ../headers/private/. -I ../headers/private/kernel -I ../headers/private/libroot -I ../headers/private/shared -I ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/arch/x86 -I objects/haiku/x86_64/common/system/kernel -I ../headers/private/. -I ../headers/private/system -I ../headers/private/system/arch/x86_64 -I /home/preetpal/Documents/haiku/generated.x86_64/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/7.3.0/../../../../x86_64-unknown-haiku/include/c++/7.3.0/x86_64-unknown-haiku/32 -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++ -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/x86_64-unknown-haiku -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/backward -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/ext -I ../headers/glibc -I ../headers/posix -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/gcc/include -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/gcc/include-fixed -I ../headers -I ../headers/os -I ../headers/os/add-ons -I ../headers/os/add-ons/file_system -I ../headers/os/add-ons/graphics -I ../headers/os/add-ons/input_server -I ../headers/os/add-ons/registrar -I ../headers/os/add-ons/screen_saver -I ../headers/os/add-ons/tracker -I ../headers/os/app -I ../headers/os/device -I ../headers/os/drivers -I ../headers/os/game -I ../headers/os/interface -I ../headers/os/kernel -I ../headers/os/locale -I ../headers/os/media -I ../headers/os/mail -I ../headers/os/midi -I ../headers/os/midi2 -I ../headers/os/net -I ../headers/os/storage -I ../headers/os/support -I ../headers/os/translation -I ../headers/private/. -o "objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/debug.o"
  91.  
  92. ...failed C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/debug.o ...
  93.  
  94. /home/preetpal/Documents/haiku/generated.x86_64/cross-tools-x86_64/bin/x86_64-unknown-haiku-gcc -c "../src/system/boot/platform/bios_ia32/start.cpp" -O2 -Wall -Wno-multichar -Wpointer-arith -Wsign-compare -Wno-ctor-dtor-privacy -Woverloaded-virtual -Werror -Wno-error=unused-but-set-variable -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wno-error=trigraphs -Wno-error=cast-align -Wno-error=format-truncation -D_BOOT_MODE -fno-rtti -fno-strict-aliasing -fno-delete-null-pointer-checks -fno-builtin-fork -fno-builtin-vfork -nostdinc -finline -fno-builtin -ffreestanding -fno-exceptions -fno-use-cxa-atexit -fno-pic -march=pentium -Wno-error=main -m32 -D_KERNEL_MODE -DARCH_x86_64 -DBOOT_ARCHIVE_IMAGE_OFFSET=320 -D__HAIKU_PRIMARY_PACKAGING_ARCH=\"x86_64\" -DHAIKU_DISTRO_COMPATIBILITY_DEFAULT -DHAIKU_TARGET_PLATFORM_HAIKU -DHAIKU_REGULAR_BUILD -iquote ../build/user_config_headers -iquote ../build/config_headers -iquote ../src/system/boot/platform/bios_ia32 -iquote objects/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/linux/x86_64/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/haiku/x86_64/common/system/boot/platform/bios_ia32/bios_ia32 -iquote ../src/add-ons/accelerants/common -iquote ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/disk_device_manager -I ../headers/private/graphics/common -I ../headers/private/graphics/vesa -I ../headers/private/storage -I ../headers/private/. -I ../headers/private/kernel -I ../headers/private/libroot -I ../headers/private/shared -I ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/arch/x86 -I objects/haiku/x86_64/common/system/kernel -I ../headers/private/. -I ../headers/private/system -I ../headers/private/system/arch/x86_64 -I /home/preetpal/Documents/haiku/generated.x86_64/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/7.3.0/../../../../x86_64-unknown-haiku/include/c++/7.3.0/x86_64-unknown-haiku/32 -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++ -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/x86_64-unknown-haiku -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/backward -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/c++/ext -I ../headers/glibc -I ../headers/posix -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/gcc/include -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-7-x86_64/develop/headers/gcc/include-fixed -I ../headers -I ../headers/os -I ../headers/os/add-ons -I ../headers/os/add-ons/file_system -I ../headers/os/add-ons/graphics -I ../headers/os/add-ons/input_server -I ../headers/os/add-ons/registrar -I ../headers/os/add-ons/screen_saver -I ../headers/os/add-ons/tracker -I ../headers/os/app -I ../headers/os/device -I ../headers/os/drivers -I ../headers/os/game -I ../headers/os/interface -I ../headers/os/kernel -I ../headers/os/locale -I ../headers/os/media -I ../headers/os/mail -I ../headers/os/midi -I ../headers/os/midi2 -I ../headers/os/net -I ../headers/os/storage -I ../headers/os/support -I ../headers/os/translation -I ../headers/private/. -o "objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o"
  95.  
  96. ...failed C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o ...
  97.  
  98. BUILD FAILURE:
  99. ...failed updating 2 target(s)...
  100. ...skipped 6 target(s)...
Add Comment
Please, Sign In to add comment