bug-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-zile] zile-2.4.7 fails to build with glibc-2.16


From: Ulrich Mueller
Subject: [Bug-zile] zile-2.4.7 fails to build with glibc-2.16
Date: Sat, 7 Jul 2012 09:44:33 +0200

Forwarding downstream bug: <https://bugs.gentoo.org/425104>

C11 removed the "gets" function and glibc-2.16 no longer defines it.
However, zile-2.4.7 (or rather gnulib) still assumes that gets is
defined.

   x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb 
-march=native -ftracer -frecord-gcc-switches -c hash.c
   In file included from hash.h:27:0,
                    from hash.c:27:
   ./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)
   make[4]: *** [hash.o] Error 1

The problem has been taken care of in gnulib upstream:
<http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=66712c23388e93e5c518ebc8515140fa0c807348>
so updating to a newer gnulib version should fix it.

Ulrich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]