[Home]

Summary:ASTERISK-12454: Commit 128812 breaks app_voicemail on CentOS 5
Reporter:Dmitry Andrianov (dimas)Labels:
Date Opened:2008-07-25 12:31:27Date Closed:2008-07-25 12:52:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The commit adds MAP_32BIT to the flags parameter of the mmap call which results in:

[root@...... asterisk-branch-1.4]# uname -a
Linux ...... 2.6.18-53.1.21.el5 #1 SMP Tue May 20 09:34:18 EDT 2008 i686 i686 i386 GNU/Linux

[root@...... asterisk-branch-1.4]# make
menuselect/menuselect --check-deps menuselect.makeopts  
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
  [CC] app_voicemail.c -> app_voicemail.o
app_voicemail.c: In function ???store_file??™:
app_voicemail.c:1459: error: ???MAP_32BIT??™ undeclared (first use in this function)
app_voicemail.c:1459: error: (Each undeclared identifier is reported only once
app_voicemail.c:1459: error: for each function it appears in.)
make[1]: *** [app_voicemail.o] Error 1
make: *** [apps] Error 2
Comments:By: Digium Subversion (svnbot) 2008-07-25 12:52:26

Repository: asterisk
Revision: 133709

U   branches/1.4/apps/app_voicemail.c

------------------------------------------------------------------------
r133709 | tilghman | 2008-07-25 12:52:26 -0500 (Fri, 25 Jul 2008) | 3 lines

Remove unnecessary mmap flag
(Closes issue ASTERISK-12454)

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

http://svn.digium.com/view/asterisk?view=rev&revision=133709