Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260183

Summary: games-arcade/cdogs-sdl-0.3 __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] UnspecifiedAssignee: Gentoo Games <games>
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 cdogs-sdl-0.3

Description Magnus Granberg gentoo-dev 2009-02-24 21:00:01 UTC
Compile with GCC 4.3.3 and glibc >=2.8 (FORTIFY_SOURCE=2)
man open:
mode specifies the permissions to use in case a new file is created.  This
argument must be supplied when O_CREAT is specified in flags;


Reproducible: Always

Steps to Reproduce:
1.Compile tha package with gcc 4.3.3 and glibc >=2.8from portage
2.
3.

Actual Results:  
In function 'open',
    inlined from 'SaveCampaign' at files.c:317:
/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: *** [files.o] Error 1

Expected Results:  
Would compile fine.
Comment 1 Magnus Granberg gentoo-dev 2009-02-24 21:00:44 UTC
Created attachment 183071 [details]
Build log of cdogs-sdl-0.3
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-02-26 23:04:08 UTC
fixed in cdogs-sdl-0.4