[asterisk-bugs] [Asterisk 0013161]: Commit 128812 breaks app_voicemail on CentOS 5
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jul 25 12:52:26 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13161
======================================================================
Reported By: dimas
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13161
Category: Applications/app_voicemail
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 133578
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-07-25 12:31 CDT
Last Modified: 2008-07-25 12:52 CDT
======================================================================
Summary: Commit 128812 breaks app_voicemail on CentOS 5
Description:
The commit adds MAP_32BIT to the flags parameter of the mmap call which
results in:
[root at ...... asterisk-branch-1.4]# uname -a
Linux ...... 2.6.18-53.1.21.el5 http://bugs.digium.com/view.php?id=1 SMP Tue May
20 09:34:18 EDT 2008 i686
i686 i386 GNU/Linux
[root at ...... 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
======================================================================
----------------------------------------------------------------------
(0090706) svnbot (reporter) - 2008-07-25 12:52
http://bugs.digium.com/view.php?id=13161#c90706
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=13161)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=133709
Issue History
Date Modified Username Field Change
======================================================================
2008-07-25 12:52 svnbot Checkin
2008-07-25 12:52 svnbot Note Added: 0090706
======================================================================
More information about the asterisk-bugs
mailing list