Tony Green <[EMAIL PROTECTED]> said:
> As my subject line may suggest, I don't really know what's wrong nor 
> how to fix it. I've run a previous version of Fink under 10.2.8 on a 
> different computer with no problems, but I am having trouble 
> installing it on Panther 10.3.8. Before starting to install, I 
> applied the November 2004 gcc updater.
>
> What seems to be happening is that "libast.dylib.5.4" is missing. I 
> re-ran the install from the top and got a different error that 
> sounded like the 
> /sw/fink/dists/stable/main/binary-darwin-powerpc/base/ 
> base-files_1.9.2-1_darwin-powerpc.deb was corrupt. I deleted this 
> file, and Fink finished installing. Then I tried to install my first 
> package, emacs21, and got the same error, missing libast. I deleted 
> the .deb file, but this time that didn't help.
>
> Snipped hopefully relevant output below. Thanks in advance for any help!
> Tony Green
>
> ------- Fink install, first attempt --------
>
> BOOTSTRAP PHASE THREE: installing essential packages to /sw with package
> management.
>
> The following 25 packages will be installed or updated:
>   apt apt-shlibs base-files bzip2 bzip2-dev bzip2-shlibs cctools-extra
>   debianutils dpkg fink fink-mirrors fink-prebinding gettext gettext-bin
>   gettext-dev gzip libiconv libiconv-bin libiconv-dev ncurses ncurses-dev
>   ncurses-shlibs storable-pm tar unzip
> gzip -dc /sw/src/base-files-1.9.2.tar.gz | /usr/bin/gnutar -xf -
> ./setup.sh /sw
> Creating scripts for /sw...
> /bin/rm -rf /sw/src/root-base-files-1.9.2-1
> /bin/mkdir -p /sw/src/root-base-files-1.9.2-1/sw
> /bin/mkdir -p /sw/src/root-base-files-1.9.2-1/DEBIAN
> ./install.sh /sw/src/root-base-files-1.9.2-1/sw
> Creating directories...
> Copying files...
> Done.
> /bin/rm -f /sw/src/root-base-files-1.9.2-1/sw/info/dir 
> /sw/src/root-base-files-1.9.2-1/sw/info/dir.old 
> /sw/src/root-base-files-1.9.2-1/sw/share/info/dir 
> /sw/src/root-base-files-1.9.2-1/sw/share/info/dir.old
> Writing control file...
> Finding prebound objects...
> Writing dependencies...
> Writing package script postinst...
> dpkg-deb -b root-base-files-1.9.2-1 
> /sw/fink/dists/stable/main/binary-darwin-powerpc/base
> dpkg-deb: building package `base-files' in 
> `/sw/fink/dists/stable/main/binary-darwin-powerpc/base/base-files_1.9.2-1_darwin-powerpc.deb'.
> dyld: find can't open library: libast.dylib.5.4  (No such file or 
> directory, errno = 2)
> dpkg-deb: subprocess find killed by signal (Trace/BPT trap)

Sounds like you have a broken command named "find" in your PATH, which
I think at the stage dpkg-deb is running is probably just:
  /bin:/sbin:/usr/bin:/usr/sbin
Perhaps at some point you installed some other version of find into
one of those dirs? It's a Bad Idea to replace any Apple-supplied
binaries, since many programs rely on them behaving *exactly* as
they do as supplied by Apple.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to