Comment 7 for bug 254788

Revision history for this message
Steve Langasek (vorlon) wrote :

Correction - this fails to build with glibc 2.8 in intrepid:

x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -Wall -g -DLDAP_DEPRECATED -O2 -w -MT fileaction.lo -MD -MP -MF .deps/fileaction.Tpo -c fileaction.c -fPIC -DPIC -o fileaction.o
In function 'open',
    inlined from 'copy' at fileaction.c:200:
/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

Salvatore, can you look at fixing this?