| Summary: | dev-libs/ace-5.9.9 - config.h has several PACKAGE_* defines | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alin Năstac (RETIRED) <mrness> |
| Component: | [OLD] Library | Assignee: | Daniel Black (RETIRED) <dragonheart> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | cpp+disabled, tantive |
| Priority: | High | ||
| Version: | 2007.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=3089 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Alin Năstac (RETIRED)
2007-09-16 11:32:43 UTC
Daniel, I see you are the active maintainer of ace. Please fix this bug. fixed in stable and latest. added upstream report. That is not the correct fix. At the end of src_install you should do the following:
sed -i -e "^#define PACKAGE_.*//g" "${D}"/usr/include/ace/config.h
Currently you run
sed -i -e "^#define PACKAGE_.*//g" /usr/include/ace/config.h
at the end of src_test, which will trigger a sandbox exception if you try do install it with FEATURES=test.
Fixed in ace-5.6.5-r2. |