Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358001 - net-misc/asterisk-1.8.* doesn't build /usr/sbin/smsq anymore.
Summary: net-misc/asterisk-1.8.* doesn't build /usr/sbin/smsq anymore.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 00:23 UTC by Nico Baggus
Modified: 2011-05-13 11:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2011-03-09 00:23:49 UTC
Appearantly the smsq program supplied by asterisk isn't built by default anymore.
Is it possible to add a .... menuselect/menuselect --enable smsq ....
in the ebuild?

Thank You

Reproducible: Always

Steps to Reproduce:
1.amaerge asterisk (asterisk >1.8.2)
2.
3.
Actual Results:  
/usr/sbin/smsq was missing

Expected Results:  
that smsq is also built like in previous versions.
Comment 1 Nico Baggus 2011-04-27 22:40:25 UTC
not only smsq is missing but almost all utilities...

conf2ael
aelparse
streamfile 
etc.
Comment 2 Nico Baggus 2011-04-27 22:46:38 UTC
i propose to add the following to asterisk ebuild:

menuselect/menuselect --enable smsq         menuselect.makeopts
menuselect/menuselect --enable streamplayer menuselect.makeopts
menuselect/menuselect --enable aelparse     menuselect.makeopts
menuselect/menuselect --enable conf2parse   menuselect.makeopts
menuselect/menuselect --enable astman       menuselect.makeopts


or maybe add a useflag 'utils' and build all optional...
or add useflags for some subgroups.. (seems too much work to me)
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-05-13 11:46:25 UTC
+*asterisk-1.8.4 (13 May 2011)
+
+  13 May 2011; Tony Vroon <chainsaw@gentoo.org> +asterisk-1.8.4.ebuild:
+  Build additional utilities like smsq as suggested by Nico Baggus in bug
+  #358001. Fix up dodoc call and drop broken misdn support, bugs #360141 &
+  #360143 by Agostino "ago" Sarubbo. Apply patch for upstream bug #19192, as
+  diagnosed by Stefan "stkn" Knoblich.