Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270682 - app-admin/gkrellm-2.3.2: conflicting types for `getline' when compiled with glibc-2.10
Summary: app-admin/gkrellm-2.3.2: conflicting types for `getline' when compiled with g...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.10
  Show dependency tree
 
Reported: 2009-05-21 09:16 UTC by Alex Turbov
Modified: 2009-05-21 16:11 UTC (History)
0 users

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


Attachments
fix gkrellm's getline() function (gkrellm-2.3.2-getline-fix.patch,736 bytes, patch)
2009-05-21 09:17 UTC, Alex Turbov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2009-05-21 09:16:02 UTC
nowadays it is 'well known' compile error %)

Reproducible: Always

Steps to Reproduce:
1. make sure u have glibc 2.10
2. try to compile gkrellm
3.

Actual Results:  
client.c:1623: error: conflicting types for 'getline'
/usr/include/stdio.h:651: error: previous declaration of 'getline' was here
--


Expected Results:  
successufl merge expected
Comment 1 Alex Turbov 2009-05-21 09:17:15 UTC
Created attachment 192013 [details, diff]
fix gkrellm's getline() function
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2009-05-21 16:11:28 UTC
Thank you very much for the report and especially the patch!

I have committed this to the tree.