Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262286 - app-arch/lzip-1.4 fails to build with GCC 4.4 (patch attached)
Summary: app-arch/lzip-1.4 fails to build with GCC 4.4 (patch attached)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-03-12 17:05 UTC by Daniel J.
Modified: 2009-03-14 11:58 UTC (History)
0 users

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


Attachments
Patch to add #include <cstdio> to enable gcc 4.4 build (lzip-1.4-gcc44.patch,672 bytes, patch)
2009-03-12 17:05 UTC, Daniel J.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel J. 2009-03-12 17:05:22 UTC
Because GCC 4.4 is more pedantic about header inclusion, lzip-1.4 fails to build due to missing #include <cstdio>.

The attached patch fixes this.
Comment 1 Daniel J. 2009-03-12 17:05:55 UTC
Created attachment 184818 [details, diff]
Patch to add #include <cstdio> to enable gcc 4.4 build
Comment 2 Daniel J. 2009-03-12 17:16:08 UTC
This has been fixed upstream in lzip-1.5-pre1.