Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79503 - xmlwrapp build aborts because of unset CXX environment variable
Summary: xmlwrapp build aborts because of unset CXX environment variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-25 11:38 UTC by Friedhelm Hinrichs
Modified: 2005-02-12 04:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedhelm Hinrichs 2005-01-25 11:38:52 UTC
During emerge xmlwrapp I get the following error:

>>> emerge (1 of 1) dev-libs/xmlwrapp-0.4.4 to /
>>> md5 src_uri ;-) xmlwrapp-0.4.4.tar.gz
>>> Unpacking source...
>>> Unpacking xmlwrapp-0.4.4.tar.gz to /var/tmp/portage/xmlwrapp-0.4.4/work
 * Applying xmlwrapp-gentoo.diff ...                                                               [ ok ]>>> Source unpacked.
**** your CXX environment variable is not set. xmlwrapp needs this ****
**** variable to find your C++ compiler. Please set it to the path ****
**** to your compiler and re-run configure.pl. Thanks.             ****


Reproducible: Always
Steps to Reproduce:
1. emerge xmlwrapp

Actual Results:  
xmlwrapp does not build

Expected Results:  
It should build smoothly

When the call is changed to

CXX=g++ emerge xmlwrapp

the build runs without problems. But this should not be necessary. 
The builds system should take care of the required settings.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-12 04:06:10 UTC
Fixed in CVS. Thanks for the bug report.