This is a strange one. I have two computers running fink. One never had a problem and the other is nothing but trouble. I recently reinstalled 10.2, added and updated the developer tools and updated the OS all the way to 10.2.3 and I still have problems. Like I said the other computer is running fine with 10.2.3 and fink.
The latest problem is that libxml2 won't install. Several packages I'm interested, like mysql, require libxml2. By the way, libxml installed fine but it seems like the packages are looking for the new version.
Here is what happens:
--------------------------------------------------------------------------------------------
pkg mysql version ###
pkg mysql version 3.23.54a-1
The following package will be installed or updated:
mysql
The following 4 additional packages will be installed:
daemonic libxml2 libxml2-bin mysql-shlibs
Do you want to continue? [Y/n]
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/libxml2-bin_2.4.30-1_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/libxml2_2.4.30-1_darwin-powerpc.deb
(Reading database ... 30623 files and directories currently installed.)
Preparing to replace libxml2-bin 2.4.30-1 (using .../libxml2-bin_2.4.30-1_darwin-powerpc.deb) ...
Unpacking replacement libxml2-bin ...
Preparing to replace libxml2 2.4.30-1 (using .../libxml2_2.4.30-1_darwin-powerpc.deb) ...
Unpacking replacement libxml2 ...
Setting up libxml2-bin (2.4.30-1) ...
dyld: tempfile can't open library: /usr/local/lib/libgcc.dylib (No such file or directory, errno = 2)
dpkg: error processing libxml2-bin (--install):
subprocess post-installation script returned error exit status 133
dpkg: dependency problems prevent configuration of libxml2:
libxml2 depends on libxml2-bin; however:
Package libxml2-bin is not configured yet.
dpkg: error processing libxml2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libxml2-bin
libxml2
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/libxml2-bin_2.4.30-1_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/libxml2_2.4.30-1_darwin-powerpc.deb
--------------------------------------------------------------------------------------------
My other system had no problems with libxml2 and although it seems to be configured somewhat differently (I have no idea how that happened since I installed the same OS and Developer Tools on both system) neither system seems to have the libgcc.dylib it seems to be missing.
Any clues?
--Dan