Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 15:30:09 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115169: net/asterisk missing dependence
Message-ID:  <200708031330.l73DU9EA063768@kulesh.obluda.cz>
Resent-Message-ID: <200708031340.l73De1Re018123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708031330.l73DU9EA063768>