[gentoo-user] configure error - how to debug

2010-07-06 Thread Helmut Jarausch
Hi, I'm trying to find out why I get a configure error (on one machine) ./configure: line 14859: test: too many arguments Looking at this line it shows if test $ax_python_header != no; then So, how can I find out the value of $ax_python_header. Putting some echo statements into configure

Re: [gentoo-user] configure error - how to debug

2010-07-06 Thread Eray Aslan
On 06.07.2010 18:55, Helmut Jarausch wrote: ./configure: line 14859: test: too many arguments Looking at this line it shows if test $ax_python_header != no; then Wild guess (since you did not mention which ebuild): quote the variable and try again, i.e. something like - if test

Re: [gentoo-user] configure error - how to debug

2010-07-06 Thread Alex Schuster
Helmut Jarausch writes: I'm trying to find out why I get a configure error (on one machine) ./configure: line 14859: test: too many arguments Looking at this line it shows if test $ax_python_header != no; then So, how can I find out the value of $ax_python_header. Putting some

Re: [gentoo-user] configure error - how to debug

2010-07-06 Thread Helmut Jarausch
On 07/06/10 19:34:29, Alex Schuster wrote: Helmut Jarausch writes: I'm trying to find out why I get a configure error (on one machine) ./configure: line 14859: test: too many arguments Looking at this line it shows if test $ax_python_header != no; then So, how can I find