Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425026 - net-ftp/lftp-4.3.8 fails to build with glibc-2.16, undefined gets
Summary: net-ftp/lftp-4.3.8 fails to build with glibc-2.16, undefined gets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: glibc-2.16
  Show dependency tree
 
Reported: 2012-07-06 10:00 UTC by Martin Jansa
Modified: 2012-08-09 10:57 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 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!