severity 532803 important thanks Hi Fabrice, thanks for your report.
On Thu, Jun 11, 2009 at 20:52, Fabrice Coutadeur<[email protected]> wrote: > Package: mp3val > Severity: serious > Justification: no longer builds from source Well, default gcc version in Debian is still 4.3, so the package builds fine; hence I downgrade to imporant. > Hi, > > When building with gcc4.4, I'm getting this gcc4.3 error: > g++ -Wall -g -O2 -c -o crossapi.o crossapi.cpp > In file included from /usr/include/fcntl.h:217, > from crossapi.cpp:173: > In function 'int open(const char*, int, ...)', > inlined from 'int CrossAPI_MoveFile(char*, char*)' at crossapi.cpp:244: > /usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared > with attribute error: open with O_CREAT in second argument needs 3 arguments > make[1]: *** [crossapi.o] Error 1 > make[1]: Leaving directory `/build/buildd/mp3val-0.1.7' > make: *** [build-stamp] Error 2 Indeed, we need to fix this: we have to pass a mode to open(). Patches are welcome :) Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

