[asterisk-bugs] [JIRA] (ASTERISK-20749) Cannot enable res_timing_kqueue via "make menuselect"
Oleg Baranov (JIRA)
noreply at issues.asterisk.org
Tue Dec 4 02:47:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=200374#comment-200374 ]
Oleg Baranov commented on ASTERISK-20749:
-----------------------------------------
Just checked:
1. According to http://en.wikipedia.org/wiki/Launchd launchd is Mac OS specific. Same wiki page mentions FreeBSD port of launchd but I do not see it in ports tree:
{noformat}
bsd-cli# cd /usr/ports/
bsd-cli# make search name=launchd
bsd-cli#
{noformat}
{noformat}
bsd-cli# pkg_info | grep launch
bsd-cli#
bsd-cli# which launchd
launchd: Command not found.
bsd-cli#
{noformat}
2. Attaching my config.log , can clearly see it does *not* detect launchd on the system but still the corresponding menu item gets blocked. Not sure why. No links from ./configure script to enable or disable it either:
{noformat}
bsd-cli# ./configure --help | grep launch
bsd-cli#
{noformat}
> Cannot enable res_timing_kqueue via "make menuselect"
> -----------------------------------------------------
>
> Key: ASTERISK-20749
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20749
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 11.0.1
> Environment: FreeBSD 9.1 (clean - installed just to report this bug). Latest Asterisk downloaded from web site.
> Reporter: Oleg Baranov
> Assignee: Oleg Baranov
> Severity: Minor
>
> res_timing_kqueue is marked as conflicting with launchd which does not even exist in FreeBSD.
> Taking the dependency out of menuselect-tree file workarounds the issue.
> {noformat}
> **************************************************
> Asterisk Module and Build Option Selection
> **************************************************
> Press 'h' for help.
> XXX res_xmpp
> --- extended ---
> [*] res_ael_share
> XXX res_config_ldap
> XXX res_config_pgsql
> XXX res_config_sqlite
> XXX res_corosync
> XXX res_fax_spandsp
> [*] res_http_websocket
> [*] res_phoneprov
> [ ] res_pktccops
> XXX res_snmp
> XXX res_timing_kqueue
> [*] res_timing_pthread
> --- deprecated ---
> XXX res_jabber
> KQueue Timing Interface
> Depends on: kqueue(E)
> Conflicts with: launchd(E)
> Support Level: extended
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list