Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66168 - need version 1.0.1 for asterisk, zapata, zaptel, libpri
Summary: need version 1.0.1 for asterisk, zapata, zaptel, libpri
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 68451
  Show dependency tree
 
Reported: 2004-10-02 15:46 UTC by Kevin Daughtridge
Modified: 2004-11-15 03:20 UTC (History)
2 users (show)

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


Attachments
zaptel-1.0.1-modulesd.diff (zaptel-1.0.1-modulesd.diff,1.79 KB, patch)
2004-10-02 15:47 UTC, Kevin Daughtridge
Details | Diff
zaptel-1.0.1-skbuff.diff (zaptel-1.0.1-skbuff.diff,563 bytes, patch)
2004-10-24 08:52 UTC, Kevin Daughtridge
Details | Diff
zaptel-1.0.1.ebuild (zaptel-1.0.1.ebuild,2.97 KB, text/plain)
2004-10-24 08:55 UTC, Kevin Daughtridge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Daughtridge 2004-10-02 15:46:14 UTC
Versions 1.0.1 of net-misc/asterisk, net-misc/zaptel, and net-libs/zapata were released on 30(?) September with bug fixes. Direct copy-over of 1.0.0 ebuilds and files works for me except zaptel-1.0.1-modulesd.diff, attached.
Comment 1 Kevin Daughtridge 2004-10-02 15:47:23 UTC
Created attachment 40956 [details, diff]
zaptel-1.0.1-modulesd.diff

zaptel-1.0.1-modulesd.diff
Comment 2 Remco Barendse 2004-10-08 04:58:50 UTC
Could we please also have the issue with the pid file fixed? 

Gentoo # /etc/init.d/asterisk stop
 * Stopping asterisk PBX... No process in pidfile `/var/run/asterisk.pid' found running; none killed.

Does the zaptel module use the correct 'make' option for kernel 2.6? 
"make linux26" in zaptel source directory instead of a simple "make"
Comment 3 Kevin Daughtridge 2004-10-11 08:55:20 UTC
Also, net-libs/libpri-1.0.1. I have USE=nopri, and hadn't tested it.
Comment 4 Kevin Daughtridge 2004-10-24 08:50:51 UTC
While this is open, I'm including a patch to zaptel from CVS that allows it to compile against kernel 2.6.9, and a zaptel-1.0.1.ebuild that includes kernel-mod changes from bug 68451.
Comment 5 Kevin Daughtridge 2004-10-24 08:52:01 UTC
Created attachment 42501 [details, diff]
zaptel-1.0.1-skbuff.diff
Comment 6 Kevin Daughtridge 2004-10-24 08:52:32 UTC
Comment on attachment 42501 [details, diff]
zaptel-1.0.1-skbuff.diff

patch to zaptel for compilation against kernel 2.6.9
Comment 7 Kevin Daughtridge 2004-10-24 08:55:01 UTC
Created attachment 42502 [details]
zaptel-1.0.1.ebuild

ebuild for zaptel-1.0.1 which includes skbuff patch and changes from bug 68451
Comment 8 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-24 09:43:45 UTC
preparing inclusion
Comment 9 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-25 18:42:15 UTC
in cvs tree
Comment 10 Remco Barendse 2004-10-30 09:56:41 UTC
Why doesn't portage want to update asterisk instead of just the side packages?

asterisk # emerge -uDav asterisk

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] sys-apps/texinfo-4.7-r1 [4.6] -build -debug +nls -static 1,385 kB
[ebuild     U ] sys-apps/groff-1.19.1-r1 [1.18.1-r4] -X* -debug 2,567 kB
[ebuild     U ] net-misc/zaptel-1.0.1 [1.0.0] -devfs26 289 kB
[ebuild     U ] media-sound/mpg123-0.59s-r6 [0.59s-r5] -3dnow -esd -mmx -nas -oss 6 kB
[ebuild     U ] net-libs/libpri-1.0.1 [1.0.0] 48 kB
[ebuild     U ] net-libs/zapata-1.0.1 [1.0.0] 72 kB

# emerge -s asterisk
*  net-misc/asterisk
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
Comment 11 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-30 10:17:02 UTC
because stkn forgot to bump asterisk?
Comment 12 Remco Barendse 2004-10-31 23:44:46 UTC
Great, thanks for adding Asterisk 1.0.1.

One question, the USE flags have been changed. `nozaptel' is now zaptel. OK this is much clearer but now both useflags show up, nozaptel *and* zaptel. Guess this is not correct. Is this temporary and will it be corrected soon? Having both useflags is even more confusing I guess, I won't even try what will happen if you select both. 
Comment 13 Stefan Knoblich (RETIRED) gentoo-dev 2004-11-01 17:52:08 UTC
description for zaptel and pri has been fixed
Comment 14 Remco Barendse 2004-11-02 01:18:36 UTC
Thanks!!

Was just thinking of something else. Music On Hold in * is not working and this is because the latest version in portage of mpg123 doesn't work with * and the old version is not in portage.

Ofcourse this is something that should be fixed in * but for the time being would it be an idea to put the portage version of mpg123 on 'BLOCKED' in portage and have the asterisk ebuild emerge the mpg123 version that is included in the * distro? 

Just my $0.02
Comment 15 Remco Barendse 2004-11-15 03:20:00 UTC
Found 2 issues:

The USE flag was changed for libpri. After removed libpri fropm the useflags I re-emerged asterisk and then removed the old libpri (I emerged asterisk 1.0.2 and removed libpri 1.0.1) asterisk didn't start. Guess this is a bug in the e-build.

Then it seems that the init script of asterisk always shows OK at starting, even when asterisk doesn't start for some critical reason (like libpri missing). Wouldn't it be possible to have the init script report the actual status of asterisk?