Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672116 - perl-5.26.2 bits/types/error_t.h: No such file or directory
Summary: perl-5.26.2 bits/types/error_t.h: No such file or directory
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-27 23:23 UTC by Sammy Pfeiffer
Modified: 2021-01-11 19:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,33.87 KB, text/x-log)
2018-11-27 23:23 UTC, Sammy Pfeiffer
Details
emerge info command (perl-5.26.2_emerge_info.txt,4.78 KB, text/plain)
2018-11-27 23:24 UTC, Sammy Pfeiffer
Details
emerge pqv (perl-5.26.2_emerge_pqv.txt,8.40 KB, text/plain)
2018-11-27 23:24 UTC, Sammy Pfeiffer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sammy Pfeiffer 2018-11-27 23:23:39 UTC
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>
          ^~~~~~~~~~~~~~~~~~~~~~
Comment 1 Sammy Pfeiffer 2018-11-27 23:24:05 UTC
Created attachment 556540 [details]
emerge info command
Comment 2 Sammy Pfeiffer 2018-11-27 23:24:30 UTC
Created attachment 556542 [details]
emerge pqv
Comment 3 Sammy Pfeiffer 2018-11-27 23:27:37 UTC
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.
Comment 4 Guilherme Amadio gentoo-dev 2018-11-28 09:40:04 UTC
Could this be related to https://bugs.gentoo.org/645804?
Comment 5 Sammy Pfeiffer 2018-11-28 10:16:22 UTC
(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?
Comment 6 Fabian Groffen gentoo-dev 2021-01-11 19:23:28 UTC
I've seen quite some successful bootstraps since this bug