Gentoo Archives: gentoo-alt

From: Michael Fothergill <michael.fothergill@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] problem installing gentoo prefix on debian buster
Date: Tue, 04 Jun 2019 09:47:29
Message-Id: CANc=Sd3Ps6F+BVSSZjuqMzeV5L4ED09d9hnsDbSmRd0muFQLJg@mail.gmail.com
1 Dear All,
2
3 I tried to install gentoo prefix an amd64 box running debian buster.
4
5 I am using gcc 8.
6
7 It failed as follows:
8
9 > wctype.h-t && \
10 mv wctype.h-t wctype.h
11 make all-am
12 make[3]: Entering directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib'
13 gcc -I. -g -O2 -MT gl_avltree_oset.o -MD -MP -MF
14 .deps/gl_avltree_oset.Tpo -c -o gl_avltree_oset.o gl_avltree_oset.c
15 gcc -I. -g -O2 -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o
16 c-ctype.o c-ctype.c
17 gcc -I. -g -O2 -MT c-stack.o -MD -MP -MF .deps/c-stack.Tpo -c -o
18 c-stack.o c-stack.c
19 mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
20 mv -f .deps/c-stack.Tpo .deps/c-stack.Po
21 gcc -I. -g -O2 -MT clean-temp.o -MD -MP -MF .deps/clean-temp.Tpo
22 -c -o clean-temp.o clean-temp.c
23 gcc -I. -g -O2 -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o
24 execute.o execute.c
25 In file included from clean-temp.h:22,
26 from clean-temp.c:23:
27 ./stdio.h:456:1: error: 'gets' undeclared here (not in a function);
28 did you mean 'fgets'?
29 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
30 ^~~~~~~~~~~~~~~
31 make[3]: *** [Makefile:1279: clean-temp.o] Error 1
32 make[3]: *** Waiting for unfinished jobs....
33 mv -f .deps/execute.Tpo .deps/execute.Po
34 mv -f .deps/gl_avltree_oset.Tpo .deps/gl_avltree_oset.Po
35 make[3]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib'
36 make[2]: *** [Makefile:1083: all] Error 2
37 make[2]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib'
38 make[1]: *** [Makefile:1023: all-recursive] Error 1
39 make[1]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15'
40 make: *** [Makefile:976: all] Error 2
41
42 I tried running
43 bootstrap_stage1_log
44 but that failed :( I have no clue, really. Please find friendly folks
45 in #gentoo-prefix on irc.gentoo.org, gentoo-alt@l.g.o mailing list,
46 or file a bug at bugs.gentoo.org under Gentoo/Alt, Prefix Support.
47 Sorry that I have failed you master. I shall now return to my humble cave.
48 You can find a log of what happened in /home/mikef/gentoo/stage1.log
49 mikef@fart:~$
50
51 I filed a bug report on gentoo bugzilla Bug 687286 and posted the problem here:
52
53 https://forums.gentoo.org/viewtopic-t-1097582.html
54
55 Comments appreciated
56
57 Regards
58
59 Michael Fothergill

Replies