Created attachment 556538 [details] build log While bootstrapping Gentoo Prefix, emerging dev-lang/perl-5.26.2 I found the error: In file included from perl.h:1138, from dump.c:29: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from perl.h:1138, from perl.c:37: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from perl.h:1138, from toke.c:40: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from perl.h:1138, from perly.c:26: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [makefile:250: perly.o] Error 1 In file included from perl.h:1138, from gv.c:36: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [makefile:250: gv.o] Error 1 In file included from perl.h:1138, from op.c:163: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [makefile:303: opmini.o] Error 1 In file included from perl.h:1138, from pad.c:148: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> In file included from perl.h:1138, from regcomp.c:75: /tmp/gentoo/tmp/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory #include <bits/types/error_t.h> ^~~~~~~~~~~~~~~~~~~~~~
Created attachment 556540 [details] emerge info command
Created attachment 556542 [details] emerge pqv
You can find yourself in a box in exactly that state by doing: docker pull awesomebytes/gentoo_prefix_latest_image:26 docker run -it awesomebytes/gentoo_prefix_latest_image:26 /bin/bash And you'll be dropped in a shell in there. Note that the EPREFIX is /tmp/gentoo, and its not completely bootstrapped as it failed (late) into stage 3.
Could this be related to https://bugs.gentoo.org/645804?
(In reply to Guilherme Amadio from comment #4) > Could this be related to https://bugs.gentoo.org/645804? Looks very much like it. Can that issue be reopened?
I've seen quite some successful bootstraps since this bug