Bug report

View: New views
2 Messages — Rating Filter:   Alert me  

Bug report

by 王欣平 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

While I was compiling gettext 0.17 on my i386-pc-linux box that configured with,
Ubuntu 9.4
gcc-4.3.3
libc-2.9.so

an error shows up:

In function 'open',
    inlined from 'msgdomain_list_print' at ../../../gettext-tools/src/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

Please have this noticed and thanks for the time and efforts in making gettext better.  

Best regards

Bob Wang




Re: Bug report

by Bruno Haible :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

王欣平 (Bob Wang) wrote:

> While I was compiling gettext 0.17 on my i386-pc-linux box that configured with,
> Ubuntu 9.4
> gcc-4.3.3
> libc-2.9.so
>
> an error shows up:
>
> In function 'open',
>     inlined from 'msgdomain_list_print' at ../../../gettext-tools/src/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

Please use the fix posted in
  <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-12/msg00020.html>

Thanks for the report.

Bruno