PDA

View Full Version : configure infinite loop



LeavingEntropia
05-11-2007, 10:36
Has anyone ever had a problem when building on their wg-500 that when you make something it calls configure and then when configure is finished it just starts it again in an infinite loop.

For some reason it likes to run '/opt/bin/bash ./config.status --recheck' continuously. It happens when I try to build ntfs-3g, automake and ntfsprogs among other things.

I've left it on for hours and it just keeps looping.
If anyone has any ideas please post them.


this is the point it loops around...


checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for utime... yes
configure: creating ./config.status
************************************************** **************************
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
* The FUSE user space binaries were NOT installed with root directory *
* executable prefix. This means that automounting NTFS volumes during boot *
* could fail. This can be fixed the below way by reinstalling FUSE using *
* the right 'configure' option during FUSE compilation: *
* ./configure --exec-prefix=/ *
* make && sudo make install *
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
************************************************** **************************
You can type now 'make' to build ntfs-3g.
/opt/bin/bash ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/ntfs-3g/Makefile
config.status: creating libntfs-3g/Makefile
config.status: creating src/Makefile
config.status: creating src/ntfs-3g.8
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
cd . && /opt/bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/opt/src/ntfs-3g-1.1030'
/opt/bin/bash ./config.status --recheck
running CONFIG_SHELL=/opt/bin/bash /opt/bin/bash ./configure --prefix /usr/local --exec-prefix / --no-create --no-recursion
checking build system type... mipsel-unknown-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking target system type... mipsel-unknown-linux-gnu
checking for a BSD-compatible install... /opt/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Setting exec_prefix to /
checking for gcc... gcc
checking for C compiler...


Its driving me mad, and I cant cross compile ntfs-3g on my pc b/c configure complains about not having fuse (which is installed on the router)
Hope this makes sense. Thanks for any help anyone can provide

LeavingEntropia
07-11-2007, 00:22
I dont know why it was doing that but i fixed it by wiping my routers memory and installing ipkg-opt first and then installing optware-devel
Yay ntfs-3g is compiling wish me luck ;)