[Home]

Summary:ASTERISK-10757: Compilation of chan_iax fails on Fedora 8
Reporter:puzzled (puzzled)Labels:
Date Opened:2007-11-13 12:43:59.000-0600Date Closed:2007-11-13 15:06:17.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Compilation of 1.4.13 chan_iax.c fails on Fedora 8 with this error:

[CC] chan_iax2.c -> chan_iax2.o
[snip]
In function 'open',
   inlined from 'try_firmware' at chan_iax2.c:1572:
/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
[snip]

****** ADDITIONAL INFORMATION ******

I also tried 1.4 svn rev 89245 but that also fails.
Comments:By: Digium Subversion (svnbot) 2007-11-13 15:06:17.000-0600

Repository: asterisk
Revision: 89255

_U  trunk/

------------------------------------------------------------------------
r89255 | qwell | 2007-11-13 15:06:16 -0600 (Tue, 13 Nov 2007) | 12 lines

Blocked revisions 89254 via svnmerge

(closes issue ASTERISK-10757)
........
r89254 | qwell | 2007-11-13 15:07:08 -0600 (Tue, 13 Nov 2007) | 4 lines

Fix building on newer systems which require a third arg to open() when using O_CREAT.

Issue 11238, reported by puzzled.

........

------------------------------------------------------------------------