Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 425026

Summary: net-ftp/lftp-4.3.8 fails to build with glibc-2.16, undefined gets
Product: Gentoo Linux Reporter: Martin Jansa <Martin.Jansa>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal Keywords: UPSTREAM
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 424737    

Description Martin Jansa 2012-07-06 10:00:20 UTC
same as other apps including own stdio.h copy

In file included from human.c:25:0:
./stdio.h:1019:1: error: ‘gets’ undeclared here (not in a function)
make[3]: *** [human.lo] Error 1

adding "#ifdef gets" fixes this again

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-06 13:46:53 UTC
Please attach a complete build log to this bug report.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-06 13:52:30 UTC
(In reply to comment #1)
> Please attach a complete build log to this bug report.

Never mind.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-06 13:59:04 UTC
There's a patch in the tree now. Please test and report back.
Comment 4 Martin Jansa 2012-07-21 18:08:35 UTC
Tested and works fine, sorry for not responding sooner.

Thanks!