Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163654 - dev-libs/ace-5.5.3-r1 doesn't install Select_Reactor.h
Summary: dev-libs/ace-5.5.3-r1 doesn't install Select_Reactor.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 21:07 UTC by Martin Kolleck
Modified: 2007-01-29 07:13 UTC (History)
1 user (show)

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


Attachments
A simple example using an ACE_TP_Reactor (ace_reactor.cpp,1008 bytes, text/plain)
2007-01-24 21:12 UTC, Martin Kolleck
Details

Note You need to log in before you can comment on or make changes to this bug.
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