Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 135242

Summary: bash-3.1 and crosscompiling
Product: Gentoo Linux Reporter: Guseinov Alexey <kibergus>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Guseinov Alexey 2006-06-02 02:32:15 UTC
All bash-3.1 versions while configure procedure tries to execute tests and fails:
---
checking whether getpgrp requires zero arguments... yes
checking whether setvbuf arguments are reversed... configure: error: cannot run test program while cross compiling
---
Earlier versions, such as 3.0 can be crosscompiled without problems.
Comment 1 Arcanux 2006-06-04 03:51:27 UTC
As a workaround, set this variable in your environment before cross emerging:

ac_cv_func_setvbuf_reversed="no"
Comment 2 SpanKY gentoo-dev 2006-06-07 10:40:58 UTC
there's a lot more broken stuff in bash than just that wrt cross-compiling