bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-25 Thread Stefano Lattarini
severity 11302 minor tags 11302 patch close 11302 thanks On 04/25/2012 01:22 AM, Bruno Haible wrote: > > Yes, it fixes the test failures of > > t/posixsubst-libraries.sh > t/posixsubst-ltlibraries.sh > t/posixsubst-scripts.sh > t/transform3.sh > Thanks for confirming. I've pushed the p

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-24 Thread Bruno Haible
Hi Stefano, > I went for a different and more reliable fix, i.e., using $(libdir) > instead of $(prefix)/lib, and similarly for the other $(foodir) variables. > > So, does the attached patch fix the problem for you? Yes, it fixes the test failures of t/posixsubst-libraries.sh t/posixsubst-l

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-23 Thread Stefano Lattarini
Hi Bruno. On 04/22/2012 07:48 PM, Bruno Haible wrote: > Hi Stefano, > >>> The test looks for a lib/ directory, but "make install" created a lib64/ >>> directory. This is due to the /usr/share/site/x86_64-unknown-linux-gnu >>> (from $CONFIG_SITE, set by /etc/profile.d/site.sh) which sets a libdir

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-22 Thread Stefano Lattarini
On 04/22/2012 07:42 PM, Bruno Haible wrote: > Hi Stefano, > >>> FAIL: t/depcomp2 >>> >>> >>> [SNIP] >>> ... >>> The file 'stderr' is not empty: It contains this two-line warning >>> >>> configure: WARNING: if you wanted to set the --build type, don't use >>> --host. >>> I

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-22 Thread Bruno Haible
Hi Stefano, > > The test looks for a lib/ directory, but "make install" created a lib64/ > > directory. This is due to the /usr/share/site/x86_64-unknown-linux-gnu > > (from $CONFIG_SITE, set by /etc/profile.d/site.sh) which sets a libdir > > that ends in /lib64 rather than /lib if it finds that t

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-22 Thread Bruno Haible
Hi Stefano, > > FAIL: t/depcomp2 > > > > > > [SNIP] > > ... > > The file 'stderr' is not empty: It contains this two-line warning > > > > configure: WARNING: if you wanted to set the --build type, don't use > > --host. > > If a cross compiler is detected then cross compi

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-21 Thread Stefano Lattarini
On 04/21/2012 07:35 PM, Bruno Haible wrote: > > FAIL: t/posixsubst-libraries > > The test looks for a lib/ directory, but "make install" created a lib64/ > directory. This is due to the /usr/share/site/x86_64-unknown-linux-gnu > (from $CONFIG_SITE, set by /etc/profile.d/site.sh) which sets a libd

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-21 Thread Stefano Lattarini
Hi Bruno, thanks for the report. On 04/21/2012 07:35 PM, Bruno Haible wrote: > Stefano Lattarini wrote: >> The beta release "1.11d" of Automake is now available at >> . > > On openSUSE 12.1 x86_64: 9 tests failed. > > FAIL: t/depcomp2.sh > FAIL: t/posixsubst-li

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-21 Thread Bruno Haible
Stefano Lattarini wrote: > The beta release "1.11d" of Automake is now available at > . On openSUSE 12.1 x86_64: 9 tests failed. FAIL: t/depcomp2.sh FAIL: t/posixsubst-libraries.sh FAIL: t/posixsubst-ltlibraries.sh FAIL: t/posixsubst-scripts.sh FAIL: t/tap-summa