Wright, Herbert (NIH/NLM/NCBI) [C] wrote:
> Im trying to run a self update and getting the following failure:
> 
> fink-0.30.2/USAGE.html
> fink-0.30.2/VERSION
> make test PREFIX=/sw ARCHITECTURE=i386 DISTRIBUTION=10.5
> perl -MExtUtils::Manifest=fullcheck -e 'my($missing, $extra) = fullcheck;exit 
> (@$missing || @$extra)'
> dyld: unknown required load command 0x80000022

This error happens when the "dyld" dynamic linker is from an older 
system version than the binary that it is supposed to load. For example, 
  if you try to run an executable from MacOSX 10.6 on 10.5, you would 
get this. Did you install a non-standard "perl" executable?

What do you get from

  which perl
  perl -V

?

> make: *** [manifest_check] Trace/BPT trap
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-fink-0.30.2-41
> (Reading database ... 93268 files and directories currently installed.)
> Removing fink-buildlock-fink-0.30.2-41 ...

-- 
Martin



------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to