Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: [gentoo-user] guile 2.0.0
Date: Sun, 07 Feb 2016 23:29:30
Message-Id: 20160207232902.60096809D7AB@turkos.aspodata.se
1 I try to install guile v2, but get strange error message.
2 Have anyone any idea how to fix this ?
3
4 # emerge -auqDN dev-scheme/guile:2
5 [ebuild NS ] dev-scheme/guile-2.0.0 [1.8.8-r1]
6
7 Would you like to merge these packages? [Yes/No] y
8 ...
9 CC printf-parse.lo
10 In file included from version-etc.h:23:0,
11 from version-etc.c:22:
12 ./stdio.h:477:1: error: 'gets' undeclared here (not in a function)
13 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
14 ^
15 In file included from version-etc.h:23:0,
16 from version-etc-fsf.c:22:
17 ./stdio.h:477:1: error: 'gets' undeclared here (not in a function)
18 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
19 ^
20 CC safe-read.lo
21 Makefile:1486: recipe for target 'version-etc-fsf.lo' failed
22 ...
23
24 ///
25
26 Build.log etc. are available at
27
28 http://turkos.aspodata.se/tmp/gentoo/
29
30 Regards,
31 /Karl Hammar
32
33 -----------------------------------------------------------------------
34 Aspö Data
35 Lilla Aspö 148
36 S-742 94 Östhammar
37 Sweden
38 +46 173 140 57

Replies

Subject Author
Re: [gentoo-user] guile 2.0.0 karl@××××××××.se