Bug 163654 - dev-libs/ace-5.5.3-r1 doesn't install Select_Reactor.h
Bug#: 163654 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: martin.kolleck@gmail.com
Component: Ebuilds
URL: 
Summary: dev-libs/ace-5.5.3-r1 doesn't install Select_Reactor.h
Keywords:  
Status Whiteboard: 
Opened: 2007-01-24 21:07 0000
Description:   Opened: 2007-01-24 21:07 0000
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 From Martin Kolleck 2007-01-24 21:12:45 0000 -------
Created an attachment (id=108055) [details]
A simple example using an ACE_TP_Reactor

------- Comment #2 From Daniel Black 2007-01-27 22:43:59 0000 -------
fixed in ace-5.5.3-r2. Thanks

------- Comment #3 From Daniel Black 2007-01-29 07:13:34 0000 -------
closing