Re: [PATCH] Do not absolutize paths eagerly.

2010-08-22 Thread Paolo Bonzini
On 08/21/2010 08:03 AM, Ralf Wildenhues wrote: * Ralf Wildenhues wrote on Fri, Aug 20, 2010 at 06:34:58AM CEST: * libltdl/config/ltmain.m4sh (func_resolve_sysroot): Partly revert v2.2.10-83-gc45a288: Do not absolutize path here, only do sysroot replacement. (func_mode_link): Adjust. Fixes AIX te

Re: [PATCH] Do not absolutize paths eagerly.

2010-08-22 Thread Paolo Bonzini
On 08/21/2010 08:03 AM, Ralf Wildenhues wrote: Fixed the regression as expected, didn't show up any other failures. OK to apply to the sysroot branch? I still need somebody to test a sysroot-enabled setup with this. I'm testing it now. Paolo

Re: [PATCH] Do not absolutize paths eagerly.

2010-08-21 Thread Charles Wilson
On 8/21/2010 2:03 AM, Ralf Wildenhues wrote: > * Ralf Wildenhues wrote on Fri, Aug 20, 2010 at 06:34:58AM CEST: > Fixed the regression as expected, didn't show up any other failures. > OK to apply to the sysroot branch? > I still need somebody to test a sysroot-enabled setup with this. Tested sysr

Re: [PATCH] Do not absolutize paths eagerly.

2010-08-20 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Aug 20, 2010 at 06:34:58AM CEST: > * libltdl/config/ltmain.m4sh (func_resolve_sysroot): Partly > revert v2.2.10-83-gc45a288: Do not absolutize path here, only do > sysroot replacement. > (func_mode_link): Adjust. > Fixes AIX testsuite regression. > Maybe it's as sim

[PATCH] Do not absolutize paths eagerly.

2010-08-19 Thread Ralf Wildenhues
* libltdl/config/ltmain.m4sh (func_resolve_sysroot): Partly revert v2.2.10-83-gc45a288: Do not absolutize path here, only do sysroot replacement. (func_mode_link): Adjust. Fixes AIX testsuite regression. --- * Paolo Bonzini wrote on Thu, Aug 19, 2010 at 09:40:11AM CEST: > On 08/19/2010 06:58 AM, R