Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551642 - net-misc/opensips-2.1.0 New ebuild
Summary: net-misc/opensips-2.1.0 New ebuild
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Default Assignee for New Packages
URL: http://opensips.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 05:19 UTC by Alex.Blazh
Modified: 2015-06-13 19:59 UTC (History)
0 users

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


Attachments
Makefile for osipsconfig (put it to $WORKDIR/menuconfig/) (Makefile,665 bytes, text/plain)
2015-06-10 05:28 UTC, Alex.Blazh
Details
opensips-2.1.0.ebuild (opensips-2.1.0.ebuild,3.27 KB, text/plain)
2015-06-10 05:29 UTC, Alex.Blazh
Details
opensips.init (opensips.init,479 bytes, text/plain)
2015-06-10 05:30 UTC, Alex.Blazh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex.Blazh 2015-06-10 05:19:32 UTC
New ebuild for SIP Proxy server OpenSips-2.1.0

Reproducible: Always

Steps to Reproduce:
1.eix opensips


Actual Results:  
No matches found

Expected Results:  
[I] net-misc/opensips [1]
     Available versions:  2.1.0 {b2bua cpl debug ipv6 jabber mysql postgres presence radius ssl unixodbc}
     Installed versions:  2.1.0[?](03:39:51 AM 06/10/2015)(ipv6 mysql presence ssl -b2bua -cpl -debug -jabber -postgres -radius -unixodbc)
     Homepage:            http://www.opensips.org/
     Description:         OpenSIPS - flexible and robust SIP (RFC3261) server

The ebuild from vendor has a lot of problems
https://github.com/OpenSIPS/opensips/blob/master/packaging/gentoo/opensips-2.1.0.ebuild


In The attach you can find fixed version but it still have some issues related to osipsconfig
1. Templates for config after install locate at /share/opensips/menuconfig_templates
but have to be at /usr/share/opensips/menuconfig_templates
2. osipsconfig has wrong hardcoded paths for looking templates and writing configured config. Fixed Makefile attached. It has to be integrated into ebuild.
Comment 1 Alex.Blazh 2015-06-10 05:28:26 UTC
Created attachment 404866 [details]
Makefile for osipsconfig  (put it to $WORKDIR/menuconfig/)
Comment 2 Alex.Blazh 2015-06-10 05:29:35 UTC
Created attachment 404868 [details]
opensips-2.1.0.ebuild
Comment 3 Alex.Blazh 2015-06-10 05:30:35 UTC
Created attachment 404870 [details]
opensips.init