[asterisk-bugs] [Asterisk 0016807]: [patch] make sounds doesn't download but make install does

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Feb 24 16:35:51 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16807 
====================================================================== 
Reported By:                wdoekes
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16807
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     feedback
Asterisk Version:           SVN 
JIRA:                       SWP-898 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 246298 
Request Review:              
====================================================================== 
Date Submitted:             2010-02-11 05:07 CST
Last Modified:              2010-02-24 16:35 CST
====================================================================== 
Summary:                    [patch] make sounds doesn't download but make
install does
Description: 
Hi,
I regularly update an asterisk, using:

$ cd new-asterisk
$ make
$ sudo /etc/init.d/asterisk stop
$ cd old-asterisk
$ sudo make uninstall
$ cd new-asterisk
$ sudo make install
$ sudo /etc/init.d/asterisk start


That looks perfectly fine, except that the new-asterisk does not have the
sounds yet. So I can sit and wait for the sounds to download while the
asterisk is down and phones fail to register (or worse, call).
====================================================================== 

---------------------------------------------------------------------- 
 (0118519) wdoekes (reporter) - 2010-02-24 16:35
 https://issues.asterisk.org/view.php?id=16807#c118519 
---------------------------------------------------------------------- 
Well yes, that will probably work in most, if not all cases.

It does however, not feel entirely safe for reasons like:
- make uninstall could remove critical parts of the filesystem currently
in use by asterisk (e.g. spool directories) (I'm not saying it does, but I
don't think you're guaranteeing it doesn't either)
- during and after make install you'll be running an old binary with newer
(reloadable, from disk) modules in place 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-24 16:35 wdoekes        Note Added: 0118519                          
======================================================================




More information about the asterisk-bugs mailing list