[asterisk-bugs] [Asterisk 0014936]: Problem in iLBC Source Fetch Script on FreeBSD

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Apr 22 09:32:44 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:                     closed
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-04-20 06:47 CDT
Last Modified:              2009-04-22 09:32 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0103623) svnbot (reporter) - 2009-04-22 09:32
 http://bugs.digium.com/view.php?id=14936#c103623 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 189851

_U  branches/1.6.0/
U   branches/1.6.0/contrib/scripts/get_ilbc_source.sh

------------------------------------------------------------------------
r189851 | mvanbaak | 2009-04-22 09:32:44 -0500 (Wed, 22 Apr 2009) | 26
lines

Merged revisions 189850 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r189850 | mvanbaak | 2009-04-22 16:30:47 +0200 (Wed, 22 Apr 2009) | 19
lines
  
  Merged revisions 189849 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r189849 | mvanbaak | 2009-04-22 16:29:28 +0200 (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=189851 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-22 09:32 svnbot         Checkin                                      
2009-04-22 09:32 svnbot         Note Added: 0103623                          
======================================================================




More information about the asterisk-bugs mailing list