http://bugs.winehq.org/show_bug.cgi?id=8967
------- Additional Comments From scott@open-vote.org 2007-15-07 15:54 ------- I built the package and dumped the output into a textfile, then hit ctrl-c after a while. I'll attach the textfile.
Looking at the package output, it appears to run configure successfully once. The trouble is that when it then runs make, make will call configure in a repeating endless loop.
What's weird is that it seems to finish configure successfully before rerunning it:
... checking whether we need to define __i386__... no configure: creating ./config.status config.status: creating Make.rules config.status: creating Makefile make[1]: Leaving directory `/home/scott/src/wine-0.9.41~winehq0~ubuntu~7.04' make[1]: Entering directory `/home/scott/src/wine-0.9.41~winehq0~ubuntu~7.04' running CONFIG_SHELL=/bin/bash /bin/bash ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info ICU_LIB_DIR=/usr/lib32 build_alias=x86_64-linux-gnu host_alias=x86_64-linux-gnu CFLAGS=-Wall -g -O2 LDFLAGS=-L/home/scott/src/wine-0.9.41~winehq0~ubuntu~7.04/debian/libtmp --no-create --no-recursion checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 ...