Bug#602001: FTBFS with gcc 4.4

2011-03-06 Thread Mohammed Sameer
On Sun, Oct 31, 2010 at 06:22:50PM +0100, Artur Rona wrote: > Package: katoob > Version: 0.5.9.1-1.2 > Tags: patch > > In Ubuntu, we've applied the attached patch to achieve the following: > > * debian/patches/correct_open_call.patch: always pass in a mode when > calling open with O_CREAT,

Bug#602001: FTBFS with gcc 4.4

2010-10-31 Thread Artur Rona
Package: katoob Version: 0.5.9.1-1.2 Tags: patch In Ubuntu, we've applied the attached patch to achieve the following: * debian/patches/correct_open_call.patch: always pass in a mode when calling open with O_CREAT, without which the package will fail to build with gcc 4.4 We thought yo