Hi Hansen, Thanks for your suggestion, it is working fine now. I submitted the package for review, here is the Tracker ID:3183772.
> > The error is due to the following: > > $ otool -L > /sw32/src/fink.build/root-yajl1-shlibs-1.0.9-1/sw32/lib/libyajl.1.dylib > /sw32/src/fink.build/root-yajl1-shlibs-1.0.9-1/sw32/lib/libyajl.1.dylib: > libyajl.1.dylib (compatibility version 1.0.0, current version 1.0.9) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 125.2.1) > > As you can see, the first entry, which is the install_name, doesn't have > an absolute path. That won't do. You can change this by using Apple's > "install_name_tool" (see the manpage) during the InstallScript. > > You also have the wrong compatibility version in the Shlibs: line. You > have 0.0.0, and the library, as shown above, has 1.0.0. > > And the package builds differently depending on whether or not doxygen > is installed, so you need a BuildDepend on that. > - -- > Alexander Hansen, Ph.D. > Fink User Liaison > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk1bwx8ACgkQB8UpO3rKjQ9y4ACcDVy3OCaH5HKuvfIciZ53ylFE > w/MAnROmy+J1N2aVC13pZySRktm4KmLq > =Pxa7 > -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
