[asterisk-bugs] [Asterisk 0014936]: Problem in iLBC Source Fetch Script on FreeBSD
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 22 09:29:31 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14936
======================================================================
Reported By: leobrown
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 14936
Category: Codecs/codec_ilbc
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for review
Asterisk Version: 1.6.0.1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-20 06:47 CDT
Last Modified: 2009-04-22 09:29 CDT
======================================================================
Summary: Problem in iLBC Source Fetch Script on FreeBSD
Description:
As of Asterisk 1.6.0.1 (the furthest back i've tried), the ilbc source
fetch script is broken on FreeBSD (does not strip out RFC
headers/comments). Removing the 'sed' line that is supposed to remove \r
allows source to be compiled without hitch.
======================================================================
----------------------------------------------------------------------
(0103621) svnbot (reporter) - 2009-04-22 09:29
http://bugs.digium.com/view.php?id=14936#c103621
----------------------------------------------------------------------
Repository: asterisk
Revision: 189849
U branches/1.4/contrib/scripts/get_ilbc_source.sh
------------------------------------------------------------------------
r189849 | mvanbaak | 2009-04-22 09:29:30 -0500 (Wed, 22 Apr 2009) | 12
lines
replace sed with tr to remove \r from downloaded file
On some systems, sed does not recognize \r in the pattern the way it
was used here.
Use tr instead because this works the same across systems.
(closes issue http://bugs.digium.com/view.php?id=14936)
Reported by: leobrown
Patches:
2009042201_14936.diff.txt uploaded by mvanbaak (license 7)
Tested by: leobrown, mvanbaak
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=189849
Issue History
Date Modified Username Field Change
======================================================================
2009-04-22 09:29 svnbot Checkin
2009-04-22 09:29 svnbot Note Added: 0103621
======================================================================
More information about the asterisk-bugs
mailing list