fPIC -DPIC -o .libs/color.o In function 'open', inlined from 'msgdomain_list_print' at write-catalog.c:223: /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[4]: *** [write-catalog.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... O_CREAT bug in 0.17 gettext Gcc 4.3.1 whit fortify_source=2 https://hardened.gentooexperimental.org/secure/ticket/29
Created attachment 160644 [details, diff] Fix O_CREAT bug in gettext
+ 26 Sep 2008; Peter Alfredsen <loki_val@gentoo.org> + +files/gettext-0.17-open-args.patch, gettext-0.17.ebuild: + Fix bug #232081, gcc-4.3 compat. Thanks to Magnus Granberg <zorry@ume.nu>. +