Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299582 - Initial ebuild for lcr (v1.6)
Summary: Initial ebuild for lcr (v1.6)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 10:51 UTC by Petric Frank
Modified: 2010-08-31 08:51 UTC (History)
2 users (show)

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


Attachments
ebuild for lcr (v1.6) (lcr-1.6.ebuild,603 bytes, text/plain)
2010-01-04 10:53 UTC, Petric Frank
Details
ebuild to apply the patch also (lcr-1.6.ebuild,799 bytes, text/plain)
2010-01-05 08:14 UTC, Petric Frank
Details
ebuild for lcr v1.6 (fixed) (lcr-1.6.ebuild,722 bytes, text/plain)
2010-01-05 08:16 UTC, Petric Frank
Details
Patch to fix Makefile.am (lcr-1.6-makefile.patch,842 bytes, patch)
2010-01-05 08:21 UTC, Petric Frank
Details | Diff
Other location for extensions directory (lcr-1.6-makefile.patch,826 bytes, patch)
2010-01-06 06:37 UTC, Petric Frank
Details | Diff
Build log of failed build with asterisk-1.6.2.10 (build.log,21.58 KB, text/plain)
2010-08-30 17:01 UTC, joachim Langenbach
Details
Changed dependencies for asterisk and mISDN (lcr-1.6.ebuild,786 bytes, text/plain)
2010-08-31 08:49 UTC, joachim Langenbach
Details
The used mISDNuser ebuild (located at net-dialup like mISDNUser in portage) (misdnuser-20090906.ebuild,780 bytes, text/plain)
2010-08-31 08:50 UTC, joachim Langenbach
Details
init.d script to start lcr as a daemon (lcr,512 bytes, text/plain)
2010-08-31 08:51 UTC, joachim Langenbach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petric Frank 2010-01-04 10:51:43 UTC
Provide ebuild file for lcr (Linux Call Router).


Reproducible: Always




This installs lcr v1.6 (20090906).
Comment 1 Petric Frank 2010-01-04 10:53:14 UTC
Created attachment 215150 [details]
ebuild for lcr (v1.6)
Comment 2 Petric Frank 2010-01-04 20:24:07 UTC
The configure/make system does not honor the "--prefix=..." option for the configure script. Will have a look to the Makefile.
Comment 3 Petric Frank 2010-01-05 08:14:23 UTC
Created attachment 215241 [details]
ebuild to apply the patch also

This is an updated ebuild which patches Makefile.am to honor the --prefix configure option. Also the other files (configuration, shared) are put to more comon places.
Comment 4 Petric Frank 2010-01-05 08:16:32 UTC
Created attachment 215243 [details]
ebuild for lcr v1.6 (fixed)
Comment 5 Petric Frank 2010-01-05 08:21:50 UTC
Created attachment 215244 [details, diff]
Patch to fix Makefile.am

This changes the fixed (all in one) installation directory. The files are now placed to the (imho) correct places.
Comment 6 Petric Frank 2010-01-06 06:37:39 UTC
Created attachment 215360 [details, diff]
Other location for extensions directory

Makefile.am patch upddated.

Extensions directory should be placed below /etc/lcr and not /usr/share/lcr.
Comment 7 Maciej S. Szmigiero 2010-04-03 15:32:04 UTC
Thanks for your work Petric.

Maybe somebody from Gentoo will commit this please?
Comment 8 joachim Langenbach 2010-08-30 17:00:36 UTC
(In reply to comment #7)
> Thanks for your work Petric.
> 
> Maybe somebody from Gentoo will commit this please?
> 

Good Evening,

I've tried to install lcr on my box with the given ebuild, but it fails.
I've installed misdn v2 usertools with an "derived" ebuild from the misdnuser-1.1.7.2.ebuild. The tested asterisk version was current stable 1.2.37 (missing buildopts.h, which seems to be not present at asterisk smaller 1.4) and asterisk 1.6.2.10. The appended buildlog is from build with 1.6.2.10.

So my question is, which asterisk version can be used to compile lcr-1.6 against?

Kind regards

Joachim Langenbach
Comment 9 joachim Langenbach 2010-08-30 17:01:10 UTC
Created attachment 245385 [details]
Build log of failed build with asterisk-1.6.2.10
Comment 10 Petric Frank 2010-08-31 00:43:51 UTC
Sorry, can't currently provide a fix here.

I'm actually trying to get the system running using (v)zaphfc for the ISDN part.
Maybe later ...
Comment 11 joachim Langenbach 2010-08-31 08:49:56 UTC
Created attachment 245432 [details]
Changed dependencies for asterisk and mISDN

I've got compiled lcr-1.6 against the suggested version of misdn at their site. I've fixed the ebuilds, to reflect the version dependencies. I'm not sure, if the version of asterisk is really needn't, but this version works for me (At least the compile)
Comment 12 joachim Langenbach 2010-08-31 08:50:41 UTC
Created attachment 245434 [details]
The used mISDNuser ebuild (located at net-dialup like mISDNUser in portage)
Comment 13 joachim Langenbach 2010-08-31 08:51:25 UTC
Created attachment 245435 [details]
init.d script to start lcr as a daemon