Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 77540

Summary: Ada tasks are not working with NPTL threading
Product: Gentoo Linux Reporter: Matteo Bertini <matteob>
Component: Current packagesAssignee: ada team [OBSOLETE] <ada+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: reznikmm
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.talkaboutprogramming.com/group/comp.lang.ada/messages/149889.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gnat-3.15p-r5.ebuild
gnat-3.15p-ntpl.patch

Description Matteo Bertini 2005-01-11 09:19:44 UTC
... and we know this, but a debian guy has made a patch:

http://www.totalblowhole.com/new-5809963-5282.html

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Maxim Reznik 2005-04-09 07:17:18 UTC
Here is new gnat-3.15p ebuild and patch from Debian that makes gnat works with
NTPL well. It doesn't break compabolity with old thread libs beacause just
enlarge sizes of some types. So I dont use IUSE=ntpl logic.

It's important since Gentoo now (2005.0) uses 2.6 kernel by default and
suggests ntpl as thread library.
Comment 2 Maxim Reznik 2005-04-09 07:19:04 UTC
Created attachment 55765 [details]
gnat-3.15p-r5.ebuild

new ebuild
Comment 3 Maxim Reznik 2005-04-09 07:20:06 UTC
Created attachment 55766 [details, diff]
gnat-3.15p-ntpl.patch

and patch which it uses
Comment 4 David Holm (RETIRED) gentoo-dev 2005-04-23 05:54:36 UTC
Thanks guys. Committed to CVS.