Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259003 - net-fs/davfs2-1.3.3 can't be compiled with gcc-4.3.3
Summary: net-fs/davfs2-1.3.3 can't be compiled with gcc-4.3.3
Status: RESOLVED DUPLICATE of bug 257823
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 20:44 UTC by DarkNRG
Modified: 2009-02-14 22:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to use 0644 as mode (open-O_CREAT-needs-mode.patch,463 bytes, patch)
2009-02-14 20:46 UTC, DarkNRG
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description DarkNRG 2009-02-14 20:44:37 UTC
In function ‘open’,                                                                          
    inlined from ‘block_writer’ at webdav.c:1516:                                            
/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


Reproducible: Always

Steps to Reproduce:
Comment 1 DarkNRG 2009-02-14 20:46:57 UTC
Created attachment 182046 [details, diff]
patch to use 0644 as mode

Added patch which fixes the problem by using 0644 as mode for O_CREAT
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2009-02-14 22:30:22 UTC

*** This bug has been marked as a duplicate of bug 257823 ***