Summary: | app-text/clara-20031214 __open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Magnus Granberg <zorry> |
Component: | [OLD] Unspecified | Assignee: | Michal Januszewski (RETIRED) <spock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://hardened.gentooexperimental.org/trac/secure/ticket/29 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 259417 | ||
Attachments: |
Build log of clara-20031214
fix for O_CREAT bug in pgmblock.c cl_msg.c patch |
Description
Magnus Granberg
![]() Created attachment 182973 [details]
Build log of clara-20031214
Created attachment 183960 [details]
fix for O_CREAT bug in pgmblock.c
Fixed in CVS, thanks for the patch. Created attachment 210413 [details, diff]
cl_msg.c patch
some bug with:
inlined from 'cl_msg_stats_open' at cl_msg.c:149,
inlined from 'cl_msg_stats_add' at cl_msg.c:173:
/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
gmake[2]: *** [cl_msg.lo] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/sys-cluster/heartbeat-2.0.8/work/heartbeat-2.0.8/lib/clplumbing'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/var/tmp/portage/sys-cluster/heartbeat-2.0.8/work/heartbeat-2.0.8/lib'
make: *** [all-recursive] Error 1
(In reply to comment #4) > `/var/tmp/portage/sys-cluster/heartbeat-2.0.8/work/heartbeat- Please file a separate bug for sys-cluster/heartbeat instead. |