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

Bug 271619

Summary: <app-misc/glcdprocdriver-0.0.5 fails to build with gcc-4.4
Product: Gentoo Linux Reporter: hirakendu <hirakendu>
Component: [OLD] GCC PortingAssignee: Robert Buchholz (RETIRED) <rbu>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, lcd
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: patch for glcdprocdriver to build with gcc-4.4
glcdprocdriver-gcc44.patch

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 :).