Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211283 - net-misc/asterisk-addons-1.2.x cleanup
Summary: net-misc/asterisk-addons-1.2.x cleanup
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 18:01 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2011-02-27 19:28 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 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2008-02-24 18:01:53 UTC
dberkholz says:

>       echo
>       if [[ $dosleep -gt 0 ]]; then
>               ebeep
>               n=10
>               while [[ $n -gt 0 ]]; do
>                       echo -en "  Waiting $n seconds...\r"
>                       sleep 1
>                       (( n-- ))
>               done

This is what epause() is for, or ebeep() if you really want people to 
notice.

>       # rebuild ooh323c configure
>       if use h323; then
>               cd ${S}/asterisk-ooh323c
>               eautoreconf
>       fi
> }

Repoman should be yelling at you about lack of quotes here. Are you on 
the latest version?
[and many other places in the ebuild]

> src_install() {
>       make DESTDIR=${D} install || die "Make install failed"

Does emake work? If not, please note why in a comment. Same question for 
other 'make' calls.

>       if use h323 || use mysql; then
>               einfo "Fixing permissions"
>               chown -R root:asterisk ${D}etc/asterisk
>               chmod -R u=rwX,g=rX,o= ${D}etc/asterisk
>       fi

You could change these to fperms/fowners while you're fixing.
Comment 1 Rambaldi 2008-03-27 09:19:01 UTC
fixed reported issues on the voip-overlay 1.4.* and 1.6.* version. 
Comment 2 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-05-03 13:37:21 UTC
Reassigning to maintainer.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-02-27 19:28:39 UTC
This concerns Asterisk-Addons 1.2; belonging with Asterisk 1.2; it has been removed from portage. I welcome any review of current 1.6.2 & 1.8 ebuilds! (But in a new bug please...)