freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
612 stars 188 forks source link

xdev broken with -head? #83

Closed hirenp closed 10 years ago

hirenp commented 10 years ago

Instructions propose to build xdev with following command: make XDEV=arm XDEV_ARCH=armv6 WITH_GCC=1 WITH_GCC_BOOTSTRAP=1 WITHOUT_CLANG=1 WITHOUT_CLANG_BOOTSTRAP=1 WITHOUT_CLANG_IS_CC=1 xdev

Which seems broken right now with up-to-date -head:

/usr/home/hirenp/current/contrib/atf/atf-c++/detail/fs.hpp:37:15: error: map: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/fs.hpp:38:18: error: memory: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/fs.hpp:39:19: error: ostream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/fs.hpp:40:15: error: set: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:39:21: error: algorithm: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:40:18: error: cctype: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:41:18: error: cerrno: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:42:19: error: cstdlib: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:43:19: error: cstring: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:44:19: error: fstream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:45:20: error: iostream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:46:15: error: map: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:47:18: error: memory: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:48:19: error: sstream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:49:21: error: stdexcept: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:50:18: error: vector: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:58: /usr/home/hirenp/current/contrib/atf/atf-c++/tests.hpp:35:18: error: string: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:60: /usr/home/hirenp/current/contrib/atf/atf-c++/detail/application.hpp:33:19: error: ostream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/application.hpp:34:15: error: set: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/tests.cpp:61: /usr/home/hirenp/current/contrib/atf/atf-c++/detail/auto_array.hpp:33:19: error: cstddef: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.cpp:34:18: error: cctype: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.cpp:35:19: error: cstring: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.cpp:43: /usr/home/hirenp/current/contrib/atf/atf-c++/detail/exceptions.hpp:33:21: error: stdexcept: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/exceptions.hpp:34:18: error: string: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.cpp:44: /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.hpp:37:19: error: sstream: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/detail/text.hpp:40:18: error: vector: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/utils.cpp:34:19: error: cstdlib: No such file or directory /usr/home/hirenp/current/contrib/atf/atf-c++/utils.cpp:35:20: error: iostream: No such file or directory In file included from /usr/home/hirenp/current/contrib/atf/atf-c++/utils.cpp:37: /usr/home/hirenp/current/contrib/atf/atf-c++/utils.hpp:37:18: error: string: No such file or directory mkdep: compile failed *\ Error code 1

Stop. make[5]: stopped in /usr/home/hirenp/current/lib/atf/libatf-c++ *\ Error code 1

Stop. make[4]: stopped in /usr/home/hirenp/current/lib/atf *\ Error code 1

hirenp commented 10 years ago

Adding WITHOUT_TESTS=1 made it work.

kientzle commented 10 years ago

Adding WITHOUT_TESTS=1 made it work.

Please report this to the FreeBSD developers; I recall seeing a comment about some teething pains — hopefully since fixed — with the new test framework.

gvnn3 commented 10 years ago

Perhaps for now that can be added to the crochet instructions?

teverett commented 10 years ago

can we close this issue?

gvnn3 commented 10 years ago

Sure.