| View previous topic :: View next topic |
| Author |
Message |
r00t440 Tux's lil' helper

Joined: 14 Sep 2005 Posts: 83
|
Posted: Sun Mar 04, 2007 9:13 am Post subject: |
|
|
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 |
|
 |
r00t440 Tux's lil' helper

Joined: 14 Sep 2005 Posts: 83
|
Posted: Mon Mar 05, 2007 2:26 am Post subject: |
|
|
:bump:
Last edited by r00t440 on Mon Mar 05, 2007 2:45 am; edited 1 time in total |
|
| Back to top |
|
 |
r00t440 Tux's lil' helper

Joined: 14 Sep 2005 Posts: 83
|
Posted: Mon Mar 05, 2007 2:44 am Post subject: |
|
|
Hello everyone,
I have successfully emerged OpenPBX.org
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  |
|
| Back to top |
|
 |
costel78 Apprentice

Joined: 20 Apr 2007 Posts: 165
|
Posted: Fri Apr 20, 2007 6:27 pm Post subject: |
|
|
| 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 |
|
 |
rzZzn Tux's lil' helper


Joined: 24 Aug 2004 Posts: 96 Location: Sweden
|
|
| Back to top |
|
 |
arndawg Tux's lil' helper

Joined: 02 Jun 2006 Posts: 97
|
Posted: Fri Nov 09, 2007 1:17 pm Post subject: |
|
|
| 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 |
|
 |
frostwork n00b

Joined: 11 Dec 2006 Posts: 57
|
|
| Back to top |
|
 |
arndawg Tux's lil' helper

Joined: 02 Jun 2006 Posts: 97
|
Posted: Tue Feb 19, 2008 2:10 pm Post subject: |
|
|
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 |
|
 |
xming Guru


Joined: 02 Jul 2002 Posts: 409
|
Posted: Thu Jul 03, 2008 2:31 pm Post subject: new ebuild in the voip overlay |
|
|
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 |
|
 |
|