ports/115169: net/asterisk missing dependence

Dan Lukes dan at obluda.cz
Fri Aug 3 13:40:02 UTC 2007


>Number:         115169
>Category:       ports
>Synopsis:       net/asterisk missing dependence
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 13:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Obludarium
>Environment:
System: FreeBSD 6.2-STABLE #5: Fri Jul 13 14:21:41 CEST 2007 i386
net/asterisk/Makefile,v 1.78 2007/07/28 12:27:29

>Description:
	If libgsm.so.1 (part of audio/gsm) present in system 
	then asterisk use this library instead of internal implementation

	Unfortunately, it doesn't record the dependency to it

	So audio/gsm may be uninstalled without warning and asterisk's 
GSM codec become unoperational.

	Also, the package will not install audio/gsm as dependecy

>How-To-Repeat:
	Compile net/asterisk on system with audio/gsm installed. 
Then uninstall audio/gsm and try to use GSM codec in asterisk. 

OR

	Compile net/asterisk on system with audio/gsm installed. Make package.
Install package on another system with no audio/gsm installed.
Try to use GSM codec in asterisk. 

>Fix:

	Check presence of libgsm.so.1 and add LIB dependence when exist.

	Alternativelly - force use of internal implementation via 
--with-gsm=internal

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list