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

Bug 163654

Summary: dev-libs/ace-5.5.3-r1 doesn't install Select_Reactor.h
Product: Gentoo Linux Reporter: Martin Kolleck <martin.kolleck>
Component: New packagesAssignee: Daniel Black (RETIRED) <dragonheart>
Status: RESOLVED FIXED    
Severity: normal CC: tantive
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A simple example using an ACE_TP_Reactor

Description Martin Kolleck 2007-01-24 21:07:53 UTC
When trying to compile a simple example using the ACE_TP_Reactor, the compile fails with the top-most error being

/usr/include/ace/TP_Reactor.h:34:32: error: ace/Select_Reactor.h: No such file or directory

Reproducible: Always

Steps to Reproduce:
1. Create an empty C++ source file.
2. Include the header <ace/TP_Reactor.h>
3. main() can be empty.
4. Try to compile with "g++ -o example example.cpp -lACE

Actual Results:  
Compilation fails.

Expected Results:  
Compilation succeeds

As a local workaround, I unpacked the ACE sources from /usr/portage/distfiles and copied ace/Select_Reactor.h to /usr/include/ace manually.
Comment 1 Martin Kolleck 2007-01-24 21:12:45 UTC
Created attachment 108055 [details]
A simple example using an ACE_TP_Reactor
Comment 2 Daniel Black (RETIRED) gentoo-dev 2007-01-27 22:43:59 UTC
fixed in ace-5.5.3-r2. Thanks
Comment 3 Daniel Black (RETIRED) gentoo-dev 2007-01-29 07:13:34 UTC
closing