Hi all,

I have upgraded my PowerBook G4 to 10.2. I had fink running smoothly  
via cvs prior to the upgrade. I use fink to get X11, libxml2 and tcltk.  
After the upgrade, I noticed some package upgrades would hang with:

./configure:456: no matches found: conftest*

To avoid this, I have wiped /sw twice since my upgrade to 10.2 and  
started from scratch. I have tried using the 0.4.0 binary distribution  
and using 'fink selfupdate-cvs' as soon as it is installed. This got my  
into horrible dependency loops that I could not resolve (package foo  
requires bar - fink install bar requires foo, etc).

Next, I tried using the 0.10.0 tar ball. I started with './bootstrap.sh  
/sw' and answered the questions. It builds gettext without any  
problems. Then it tries to build tar. It hangs after running configure  
with:

./configure --prefix=/sw/bootstrap --program-transform-name=s/tar/gtar/  
--infodir=/sw/bootstrap/share/info --libexecdir=/sw/bootstrap/lib
./configure:456: no matches found: conftest*
creating cache ./config.cache

If I use 'sudo tcsh' and I cd to /sw/src/tar-1.13.19-1/tar-1.13.19 and  
I run configure using the same options, I get:

[localhost:src/tar-1.13.19-1/tar-1.13.19] root# ./configure  
--prefix=/sw/bootstrap --program-transform-name=s/tar/gtar/  
--infodir=/sw/bootstrap/share/info --libexecdir=/sw/bootstrap/lib
./configure:456: no matches found: conftest*
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

When building gettext, it found cc and gcc. So, if I echo $PATH, I get:

[localhost:src/tar-1.13.19-1/tar-1.13.19] root# echo $PATH
/Users/scott/bin/powerpc-apple-darwin:/Users/scott/bin:/usr/local/bin:/ 
usr/bin:/bin:/usr/local/
sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/ 
sbin:/sbin:/Users/scott/
bin:/Users/scott/projects/eXnode-beta-0.22/bin/Darwin

If I use where for cc and gcc, I get:

[localhost:src/tar-1.13.19-1/tar-1.13.19] root# where cc
/usr/bin/cc
/usr/bin/cc
[localhost:src/tar-1.13.19-1/tar-1.13.19] root# where gcc
/usr/bin/gcc
/usr/bin/gcc

If I ls those entries, I get:

[localhost:src/tar-1.13.19-1/tar-1.13.19] root# ls -l /usr/bin/gcc
lrwxr-xr-x  1 root  wheel  4 Sep  4 17:11 /usr/bin/gcc -> gcc3
[localhost:src/tar-1.13.19-1/tar-1.13.19] root# ls -lL /usr/bin/gcc
-r-xr-xr-x  1 root  wheel  135348 Sep  3 15:07 /usr/bin/gcc
[localhost:src/tar-1.13.19-1/tar-1.13.19] root# ls -l /usr/bin/gcc3
-r-xr-xr-x  1 root  wheel  135348 Sep  3 15:07 /usr/bin/gcc3
[localhost:src/tar-1.13.19-1/tar-1.13.19] root#

I'm stumped. What am I doing wrong?



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to