Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363109 - app-pda/libplist-1.4 fails on gcc 4.6.0
Summary: app-pda/libplist-1.4 fails on gcc 4.6.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.6
  Show dependency tree
 
Reported: 2011-04-11 13:43 UTC by Andrew John Hughes
Modified: 2011-04-17 07:45 UTC (History)
2 users (show)

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


Attachments
Patch (libplist-1.4.patch,236 bytes, patch)
2011-04-11 13:43 UTC, Andrew John Hughes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew John Hughes 2011-04-11 13:43:03 UTC
Missing definition of ptrdiff_t.

--- swig/plist.i~	2011-03-20 16:45:21.000000000 +0000
+++ swig/plist.i	2011-04-11 13:02:33.000000000 +0100
@@ -24,6 +24,7 @@
 #if SWIGPYTHON
 //for datetime in python
 %{
+#include <cstddef>
 #include <ctime>
 #include <datetime.h>
 %}


Reproducible: Always
Comment 1 Andrew John Hughes 2011-04-11 13:43:16 UTC
Block gcc 4.6.0 bug.
Comment 2 Andrew John Hughes 2011-04-11 13:43:39 UTC
Created attachment 269489 [details, diff]
Patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-04-17 07:45:02 UTC
patch added to portage