Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174527 - net-voip/openmcu-2.2.0 ebuild broken
Summary: net-voip/openmcu-2.2.0 ebuild broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 248200 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-13 21:36 UTC by mrgoby
Modified: 2009-02-13 05:22 UTC (History)
1 user (show)

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


Attachments
fixed ebuild for openmcu-2.2.0 (openmcu-2.2.0.ebuild-fixed,1.63 KB, text/plain)
2007-04-16 20:59 UTC, mrgoby
Details
net-voip/openmcu-2.2.1 new ebuild (openmcu-2.2.1.ebuild,1.58 KB, text/plain)
2007-12-05 07:38 UTC, Vieri
Details
net-voip/openmcu-2.2.1 new patch file (openmcu-2.2.1-filemembers-gentoo.diff,281 bytes, text/plain)
2007-12-05 07:39 UTC, Vieri
Details
Patch fixing paths to use UNIX filesystems (openmcu-2.2.1-path.patch,2.27 KB, patch)
2009-02-12 05:08 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff
Patch fixing a C++ error (openmcu-2.2.1-deque.patch,250 bytes, patch)
2009-02-12 05:09 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff
Patch fixing openmcu and updating to 2.2.1 (openmcu-2.2.1.ebuild.patch,3.09 KB, patch)
2009-02-12 05:10 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mrgoby 2007-04-13 21:36:20 UTC
emerging openmcu succeeds, but part of the install process fails silently and doesn't install the executable binary.  This results in a broken install.

Reproducible: Always

Steps to Reproduce:
1.  emerge openmcu
2.  /etc/init.d/openmcu start
3.

Actual Results:  
file not found error

Expected Results:  
successful install

I have a fixed ebuild, which I've posted here:

http://gobyland.com/openmcu-2.2.0.ebuild-fixed

For some reason (I've built this from source before, so I know how it usually is) the gentoo patch or something moved the usual build directory from obj_linux_x86_r   to obj_linux_x86_n

Simply changing the 'r' to an 'n' in the install part of the ebuild fixed the problem.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-14 10:16:33 UTC
sorry, I cannot access your fixed ebuild, please atach it here.
Comment 2 mrgoby 2007-04-16 20:59:42 UTC
Created attachment 116473 [details]
fixed ebuild for openmcu-2.2.0

Tested successfully.
Comment 3 mrgoby 2007-04-16 21:00:55 UTC
Was having network issues with my ISP upstream.  Link now works and I attached ebuild just in case.  Thanks!
Comment 4 Vieri 2007-11-30 09:36:44 UTC
(In reply to comment #2)
> Created an attachment (id=116473) [edit]
> fixed ebuild for openmcu-2.2.0
> 
> Tested successfully.

I tried the change in:

src_install() {
	dosbin obj_*_*_n/openmcu

and it works fine.
Thanks
Comment 5 Vieri 2007-12-05 07:38:43 UTC
Created attachment 137780 [details]
net-voip/openmcu-2.2.1 new ebuild
Comment 6 Vieri 2007-12-05 07:39:10 UTC
Created attachment 137782 [details]
net-voip/openmcu-2.2.1 new patch file
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-02-11 04:25:09 UTC
*** Bug 248200 has been marked as a duplicate of this bug. ***
Comment 8 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-12 05:08:51 UTC
Created attachment 181738 [details, diff]
Patch fixing paths to use UNIX filesystems
Comment 9 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-12 05:09:19 UTC
Created attachment 181739 [details, diff]
Patch fixing a C++ error
Comment 10 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-12 05:10:32 UTC
Created attachment 181740 [details, diff]
Patch fixing openmcu and updating to 2.2.1

This patch is fixing the issue and updating the ebuild to 2.2.1.
Comment 11 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-13 05:22:42 UTC
thx, done.