Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229147 - mico-2.3.12.ebuild (New Package)
Summary: mico-2.3.12.ebuild (New Package)
Status: RESOLVED DUPLICATE of bug 257984
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.mico.org/
Whiteboard:
Keywords:
Depends on:
Blocks: 230685
  Show dependency tree
 
Reported: 2008-06-23 23:00 UTC by Federico Zenith
Modified: 2009-02-08 09:32 UTC (History)
2 users (show)

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


Attachments
Ebuild for Mico CORBA (mico-2.3.12.ebuild,890 bytes, text/plain)
2008-06-23 23:02 UTC, Federico Zenith
Details
Updated ebuild (mico-2.3.12.ebuild,891 bytes, text/plain)
2008-06-24 06:11 UTC, Federico Zenith
Details
Updated ebuild, quotes (mico-2.3.12.ebuild,896 bytes, text/plain)
2008-06-28 21:02 UTC, Federico Zenith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Zenith 2008-06-23 23:00:34 UTC
Mico CORBA is a CORBA implementation, used among others in OpenModelica (which I am trying to get into portage...).

Mico has been certified "CORBA compliant" since 1999, and is programmed in C++; see http://www.mico.org.

I would expect it to end up in the net-misc category.
Comment 1 Federico Zenith 2008-06-23 23:02:47 UTC
Created attachment 158161 [details]
Ebuild for Mico CORBA

The ebuild has been tested successfully on a amd64 machine.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-24 00:57:12 UTC
(In reply to comment #1)
> Created an attachment (id=158161) [edit]
> Ebuild for Mico CORBA
> 
> The ebuild has been tested successfully on a amd64 machine.

Then it should be:
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"

Comment 3 Federico Zenith 2008-06-24 06:11:29 UTC
Created attachment 158185 [details]
Updated ebuild

Hi Jeroen, you're right of course. I have the habit of adding ~x86 automatically since when I had a Gentoo x86 machine at work I would use to test ebuilds, but I switched job twice in the meantime... old habits are hard to break.

I also changed the LICENSE variable, since I have seen that other packages with similar license conditions write "LGPL-2 GPL-2" (eg. omniORB).
Comment 4 Federico Zenith 2008-06-28 21:02:18 UTC
Created attachment 158807 [details]
Updated ebuild, quotes

Add quotes around variables to ensure correct expansion.
Comment 5 Oliver Borm 2008-07-12 17:11:22 UTC
Hello,
there is an ebuild for mico-2.3.12 out there on the sunrise overlay:
http://overlays.gentoo.org/proj/sunrise/browser/reviewed/net-misc/mico/mico-2.3.12.ebuild
which is based on bug 122141.

Therefore, I think, this bug should be closed.
Comment 6 Nicholas Fiorentini 2008-10-24 22:16:53 UTC
tested on a x86 machine with GCC 4.3.1 and doesn't compile (error in 
orb_all.pic.o)
Comment 7 Nicholas Fiorentini 2008-10-24 22:19:15 UTC
(In reply to comment #6)
> tested on a x86 machine with GCC 4.3.1 and doesn't compile (error in 
> orb_all.pic.o)
> 

also the new mico-2.3.13 doesn't compile.
Comment 8 Michael Haubenwallner (RETIRED) gentoo-dev 2009-02-02 13:54:54 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > tested on a x86 machine with GCC 4.3.1 and doesn't compile (error in 
> > orb_all.pic.o)
> 
> also the new mico-2.3.13 doesn't compile.

Don't have gcc-4.2 or 4.3 here yet, but does it help to avoid '--enable-final' ?
AFAICS, compiling with more than one job becomes possible then.
Comment 9 Michael Haubenwallner (RETIRED) gentoo-dev 2009-02-08 09:32:27 UTC
I'm going to maintain mico and am likely to put in 2.3.13 soon.

*** This bug has been marked as a duplicate of bug 257984 ***