From: Will P. <pa...@dc...> - 2005-11-14 15:40:25
|
Jim Rowan writes: > I think you're missing the point; ... No, just floundering helplessly as usual :-) > And finally, I figured out I should check this outside of ark. > export CONFIG_SHELL=/bin/bash > ./configure > > FAILS! This is an autoconf/python configure issue... it doesn't work > like it should. :( Well figured-out. This would suggest that the Sidai-ish way to encode your knowledge is not to set <CONFIG-SHELL> for a host (because it's not a platform-ish thing); rather, in $ARK/sidai/package/python.xml [assuming you're using that as one of your prototypes], record... <configure> <!-- setting config_shell breaks things as at version 2.x.y --> <param name="CONFIG_SHELL"></param> </configure> I guess I'll add that in, unless someone yells. Will |