Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104296 - aspell config test for c++ executable output fails because of -lgpm
Summary: aspell config test for c++ executable output fails because of -lgpm
Status: RESOLVED DUPLICATE of bug 99533
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 13:10 UTC by pnm
Modified: 2005-08-31 00:43 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 pnm 2005-08-30 13:10:29 UTC
Bug occurred when running "emerge --emptytree system" on an AMD64

The initial configuration part of the aspell installation process runs a series of tests, including one to 
find the default c++ compiler output filename.

'configure' compiles a small test program by calling g++ with -lgpm . When gpm is not installed, this 
results in the error message "C++ compiler cannot create executables".  The problem: aspell does not 
currently depend on gpm.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




In case you're wondering, I did not have GPM in my USE flags..
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-31 00:43:52 UTC
emerge --info missing, assuming dupe. And no, it does not depend on gpm, it
builds perfectly fine without it. 

*** This bug has been marked as a duplicate of 99533 ***