Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23831 - AdaBroker 1.0-pre4
Summary: AdaBroker 1.0-pre4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 13:37 UTC by David Holm (RETIRED)
Modified: 2003-08-17 15:34 UTC (History)
0 users

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


Attachments
dev-ada/adabroker-1.0_pre4 (adabroker-1.0_pre4.ebuild,1.64 KB, text/plain)
2003-07-01 13:37 UTC, David Holm (RETIRED)
Details
dev-ada/adabroker-1.0_pre4 (adabroker-1.0_pre4.ebuild,2.10 KB, text/plain)
2003-08-13 09:41 UTC, David Holm (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Holm (RETIRED) gentoo-dev 2003-07-01 13:37:05 UTC
AdaBroker is a CORBA implementation for Ada. It is kinda old but is still very well designed and 
has everything you will need. 
ebuild has some hacks to make it conform to GNAE =(
Comment 1 David Holm (RETIRED) gentoo-dev 2003-07-01 13:37:29 UTC
Created attachment 14086 [details]
dev-ada/adabroker-1.0_pre4
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-07-13 22:15:43 UTC
Same story here (as in adasockets, well, it happens in the adasockets subdir in fact). It doesn't like pthread_cerror function for some reason.

George
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2003-08-12 22:16:21 UTC
Hm, this one still fails, :(, now with:

gnatgcc -c -I. -I./../generic -I./../../src -I./../../cos/naming -I../../src -I../../cos/naming -I../../idls/cos/naming -I../../adasockets/src -I../../adasockets/src -g -O2 -gnata all_functions.adb
gnatmake: "all_functions.ali" incompatible ALI file, please recompile
gnatmake: "all_functions.adb" compilation error

Any chance of getting a release (as opposed to _rc) any time soon? May be this will get fixed finally..

George
Comment 4 David Holm (RETIRED) gentoo-dev 2003-08-13 01:52:43 UTC
I doubt it, it's been in pre4 since 20010116. I believe this one is dead, but it still seems to be a popular CORBA solution, probably because this is one of the only two free implementations (that I know of).

The error looks odd to me. This looks somewhat like what you would expect if you had files compiled with an older version of gnat lying around.
Comment 5 David Holm (RETIRED) gentoo-dev 2003-08-13 09:41:32 UTC
Created attachment 16053 [details]
dev-ada/adabroker-1.0_pre4

Fixes some bugs, although not the one you are having.
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2003-08-17 14:33:26 UTC
Ok, built fine here after fixing overoptimization in gnat rts-native. You can commit it now.

George
Comment 7 David Holm (RETIRED) gentoo-dev 2003-08-17 15:34:34 UTC
commited