Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687286 - ./stdio.h:456:1: error: 'gets' undeclared here GENTOO PREFIX stage1 bootstrap 1 failed
Summary: ./stdio.h:456:1: error: 'gets' undeclared here GENTOO PREFIX stage1 bootstrap...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-03 15:51 UTC by Michael Fothergill
Modified: 2019-06-17 09:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Fothergill 2019-06-03 15:51:14 UTC
GENTOO PREFIX stage1 bootstrap failure on debian buster amd64 install on a kaveri box



Reproducible: Didn't try

Steps to Reproduce:
1.Try installing GENTOO Prefix on Debian 10 (Buster)
2.
3.
Actual Results:  
> wctype.h-t && \ 
mv wctype.h-t wctype.h 
make  all-am 
make[3]: Entering directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib' 
gcc  -I.     -g -O2 -MT gl_avltree_oset.o -MD -MP -MF .deps/gl_avltree_oset.Tpo -c -o gl_avltree_oset.o gl_avltree_oset.c 
gcc  -I.     -g -O2 -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c 
gcc  -I.     -g -O2 -MT c-stack.o -MD -MP -MF .deps/c-stack.Tpo -c -o c-stack.o c-stack.c 
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po 
mv -f .deps/c-stack.Tpo .deps/c-stack.Po 
gcc  -I.     -g -O2 -MT clean-temp.o -MD -MP -MF .deps/clean-temp.Tpo -c -o clean-temp.o clean-temp.c 
gcc  -I.     -g -O2 -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c 
In file included from clean-temp.h:22, 
                 from clean-temp.c:23: 
./stdio.h:456:1: error: 'gets' undeclared here (not in a function); did you mean 'fgets'? 
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); 
 ^~~~~~~~~~~~~~~ 
make[3]: *** [Makefile:1279: clean-temp.o] Error 1 
make[3]: *** Waiting for unfinished jobs.... 
mv -f .deps/execute.Tpo .deps/execute.Po 
mv -f .deps/gl_avltree_oset.Tpo .deps/gl_avltree_oset.Po 
make[3]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib' 
make[2]: *** [Makefile:1083: all] Error 2 
make[2]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15/lib' 
make[1]: *** [Makefile:1023: all-recursive] Error 1 
make[1]: Leaving directory '/home/mikef/gentoo/var/tmp/m4-1.4.15/m4-1.4.15' 
make: *** [Makefile:976: all] Error 2 

Expected Results:  
Successful install
Comment 1 Fabian Groffen gentoo-dev 2019-06-03 18:52:08 UTC
we'll probably have to try a newer version of m4 here
Comment 2 Fabian Groffen gentoo-dev 2019-06-17 09:18:32 UTC
Thanks, fixed in https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=65bb9581