Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271619 - <app-misc/glcdprocdriver-0.0.5 fails to build with gcc-4.4
Summary: <app-misc/glcdprocdriver-0.0.5 fails to build with gcc-4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robert Buchholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-05-29 07:37 UTC by hirakendu
Modified: 2009-05-31 11:36 UTC (History)
2 users (show)

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


Attachments
patch for glcdprocdriver to build with gcc-4.4 (glcdprocdriver-0.0.4-gcc44.patch,739 bytes, patch)
2009-05-29 07:38 UTC, hirakendu
Details | Diff
glcdprocdriver-gcc44.patch (glcdprocdriver-gcc44.patch,289 bytes, patch)
2009-05-30 18:49 UTC, Robert Buchholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hirakendu 2009-05-29 07:37:41 UTC
#include <cstdio> not done automagically in gcc-4.4.


Reproducible: Always
Comment 1 hirakendu 2009-05-29 07:38:26 UTC
Created attachment 192803 [details, diff]
patch for glcdprocdriver to build with gcc-4.4
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2009-05-30 18:49:27 UTC
Created attachment 192999 [details, diff]
glcdprocdriver-gcc44.patch
Comment 3 Robert Buchholz (RETIRED) gentoo-dev 2009-05-30 18:50:59 UTC
Thanks for the report. I have attached and committed a patch that applies a change to only one file. Please report back if that does not fix the issue.

+*glcdprocdriver-0.0.5 (30 May 2009)
+
+  30 May 2009; Robert Buchholz <rbu@gentoo.org>
+  +files/glcdprocdriver-gcc44.patch, -glcdprocdriver-0.0.4.ebuild,
+  +glcdprocdriver-0.0.5.ebuild:
+  Version bump including the gcc-4.3 patch, and adding a gcc-4.4 patch.
+  Bug #271619.
+
Comment 4 hirakendu 2009-05-31 11:36:54 UTC
Works fine. Thanks :).