Gentoo Forums
Gentoo Forums
Quick Search: in
OpenPBX.org
View unanswered posts
View posts from last 24 hours

rackathon
Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
r00t440
Tux's lil' helper
Tux's lil' helper


Joined: 13 Sep 2005
Posts: 75

PostPosted: Sun Mar 04, 2007 4:13 am    Post subject: Reply with quote

I've got the OpenPBX ebuild from layman. There's this openpbx_org-svn package, but looks like it has dependency issues.
Code:
configure: error: libcap-dev is required to compile OpenPBX.org.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-misc/openpbx_org-svn-9999/work/openpbx_org-svn/config.log

!!! ERROR: net-misc/openpbx_org-svn-9999 failed.

I wonder why rc3 was not included in layman, it should be there.

I am now emerging libcap which has 10 dependencies. OMG, Is it really necessary to have libcap?

OT: I love the philosophy and vision of openpbx that's why I prefer it over asterisk. More power to the devs.
Back to top
View user's profile Send private message
r00t440
Tux's lil' helper
Tux's lil' helper


Joined: 13 Sep 2005
Posts: 75

PostPosted: Sun Mar 04, 2007 9:26 pm    Post subject: Reply with quote

:bump:

Last edited by r00t440 on Sun Mar 04, 2007 9:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
r00t440
Tux's lil' helper
Tux's lil' helper


Joined: 13 Sep 2005
Posts: 75

PostPosted: Sun Mar 04, 2007 9:44 pm    Post subject: Reply with quote

Hello everyone,

I have successfully emerged OpenPBX.org :D

I failed using the openpbx-svn ebuild from Layman, so I used the rc3 ebuild posted instead.

So here are my steps in emerging OpenPBX.org
========================================

According to this page --> (http://wiki.openpbx.org/tiki-index.php?page=Getting+Started) the dependencies of OpenPBX are:

* Gnu AutoMake Version 1.9.6 Required for Automake versions of OpenPBX.org. See Also: GNU autotools (automake, autoconf and libtool) THIS IS OPTIONAL IF YOU ARE NOT BUILDING FROM SVN.
* GNU Readline
* Speex Codec (optional)
* ORTP Open Real Time Protocol (optional)
* SpanDSP (required - choose a recent version)
* libtiff
* libcap-dev Version 1.10 required for compiling on Linux

For those who wants to try the openpbx-svn, you may have to emerge libcap.

1. Download and copy the openpbx.org ebuild to your overlay directory.
2. Edit the ebuild. Look for this line and comment it out.
Code:
S=/var/tmp/portage/openpbx.org-1.2_rc3/work/openpbx.org-1.2_rc3/
so it should like
Code:
#S=/var/tmp/portage/openpbx.org-1.2_rc3/work/openpbx.org-1.2_rc3/

3. Look for the line
Code:
>=media-libs/spandsp-0.0.3_pre27
and edit it to
Code:
>=media-libs/spandsp-0.0.3_pre26
I can't find any spandsp-0.0.3_pre27 on the portage tree. I even tried doing and emerge --sync to update my portage but can't find one.
3. Perform an 'ebuild openpbx.org-1.2_rc3.ebuild digest'
4. Then emerge openpbx.org - Most probably the last package will fail, so you have to...
5. Edit your make.conf and temporarily set MAKEOPTS to MAKEOPTS="-j1". Usually its "-j2"

That's it, quite easy right? I'll post more info, with my openpbx.org installation. Cheers :D
Back to top
View user's profile Send private message
costel78
n00b
n00b


Joined: 20 Apr 2007
Posts: 11

PostPosted: Fri Apr 20, 2007 1:27 pm    Post subject: Reply with quote

Quote:
4. Then emerge openpbx.org - Most probably the last package will fail, so you have to...
5. Edit your make.conf and temporarily set MAKEOPTS to MAKEOPTS="-j1". Usually its "-j2"


why not edit the ebuild ?
Code:
emake -j1 || die "make failed"


Anyway for now openpbx.org is complaining about spandsp-0.0.3pre30.
Version spandsp-0.0.3 was released. Is enought to change minor-version number in the spansp's ebuild and everything will be fine.
Back to top
View user's profile Send private message
rzZzn
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2004
Posts: 96
Location: Sweden

PostPosted: Thu Jun 21, 2007 3:05 pm    Post subject: Reply with quote

They have changed name to CallWeaver and have a new release http://devs.callweaver.org/release/callweaver-1.2.0_rc4.tgz

//rZn
Back to top
View user's profile Send private message
arndawg
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jun 2006
Posts: 85

PostPosted: Fri Nov 09, 2007 8:17 am    Post subject: Reply with quote

SO what's up with callweaver? I'm planning on installing it for my faxing trunks, but no sure how to install it. I didn't seam to find anything in layman -L about callweaver or openpbx.
Back to top
View user's profile Send private message
frostwork
n00b
n00b


Joined: 11 Dec 2006
Posts: 38

PostPosted: Fri Nov 09, 2007 11:34 am    Post subject: Reply with quote

there are ebuilds for callweaver and spandsp in callweaver svn trunk:
http://www.callweaver.org/browse/callweaver/trunk/contrib/gentoo/net-misc/callweaver-svn

it's been a while since i last tried them but they worked fine
Back to top
View user's profile Send private message
arndawg
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jun 2006
Posts: 85

PostPosted: Tue Feb 19, 2008 9:10 am    Post subject: Reply with quote

frostwork wrote:
there are ebuilds for callweaver and spandsp in callweaver svn trunk:
http://www.callweaver.org/browse/callweaver/trunk/contrib/gentoo/net-misc/callweaver-svn

it's been a while since i last tried them but they worked fine


I finally got around to try installing callweaver. But it fails when compiling. using callweaver-svn.

Anyone know how to get this to work? SpanDSP 0.0.4 pre15 compiled okay.

I tried the older ebuild (not svn) but the source-snapshot for that version was not available anymore.

Edit: I gave up and downloaded the source and compiled "manually". Seams to work.
Back to top
View user's profile Send private message
xming
Guru
Guru


Joined: 02 Jul 2002
Posts: 363

PostPosted: Thu Jul 03, 2008 9:31 am    Post subject: new ebuild in the voip overlay Reply with quote

Sorry I have been very inactive lately. Thanks to svoop we have the ebuild of callweaver in the overlay have a look here.
_________________
http://wojia.be
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum