Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105485 - sys-devel/gcc-3.4.4-r1 configure fails if LANG is not set to C (error: gxx-include-dir: invalid package name)
Summary: sys-devel/gcc-3.4.4-r1 configure fails if LANG is not set to C (error: gxx-in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 06:19 UTC by Johannes Dahl
Modified: 2005-10-05 23:11 UTC (History)
0 users

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


Attachments
gcc-LANG.patch (gcc-LANG.patch,1.69 KB, patch)
2005-09-10 06:20 UTC, Johannes Dahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Dahl 2005-09-10 06:19:26 UTC
This is the third one in my series, preceeded by bug 105369 and bug 103483. The
symptoms are the same and the solution is the same (again, I have already
created a patch), but considering that there are already at least three ebuilds
that suffer from it, probably more will follow and maybe there should be
something more central to fix it?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Johannes Dahl 2005-09-10 06:20:58 UTC
Created attachment 68106 [details, diff]
gcc-LANG.patch
Comment 2 SpanKY gentoo-dev 2005-10-05 23:11:55 UTC
for now i've added it to gcc eclass

newer autotools fixes this properly ... older autotools does not reset LANG vars
early enough

if you notice more packages, please cc me on them and when we hit a 'critical'
mass, i'll look into adding something to an eclass to handle this