Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135242 - bash-3.1 and crosscompiling
Summary: bash-3.1 and crosscompiling
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 02:32 UTC by Guseinov Alexey
Modified: 2006-06-07 10:40 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 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