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

Bug 363109

Summary: app-pda/libplist-1.4 fails on gcc 4.6.0
Product: Gentoo Linux Reporter: Andrew John Hughes <gnu_andrew>
Component: [OLD] LibraryAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: pda, ross
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 346809    
Attachments: Patch

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