-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/24/10 3:10 PM, Ivan Vasin wrote: > i haven't been able to successfully run `fink update-all` for a while > now. every time i run it, there is a package that cannot compile due to > the error "LaunchServices/LSOpen.h: No such file or directory". > > iirc, first it was fontforge-20090923-101. i removed fontforge from my > system, since i don't use it and nothing depends on it (i'm not even > sure why it was installed in the first place). >
Did you file a bug report at that point? Mentioning this on a report unrelated to that package isn't really necessary. And what was the bug? It clearly wasn't the same one as you have here, because there wouldn't have been anything _to_ remove from your system if the package didn't build. > then it was some other package whose name i no longer remember. it could > have been several, actually. > If you don't remember, it's not much use griping about them, is it? Our Jedi powers can't extract that information. > now it's libsamplerate0-0.1.4-1. part of its build output is given below. > > i'm not a Mac developer (and only recently a Mac user), so it could be > something obvious that i'm missing. > > `fink --version` output: > Package manager version: 0.29.10 > Distribution version: selfupdate-rsync Wed Feb 24 13:30:11 2010, 10.5, i386 > > libsamplerate0-0.1.4-1 partial build output: > if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -fpascal-strings > -I/Developer/Headers/FlatCarbon -I/sw/include -I/sw/include -g -O2 > -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes > -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow > -Wpointer-arith -pipe -MT audio_out.o -MD -MP -MF ".deps/audio_out.Tpo" > -c -o audio_out.o audio_out.c; \ > then mv -f ".deps/audio_out.Tpo" ".deps/audio_out.Po"; else rm -f > ".deps/audio_out.Tpo"; exit 1; fi > In file included from > /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:41, > from > /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20, > from /Developer/Headers/FlatCarbon/Carbon.h:1, > from audio_out.c:172: > /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:29:35: > error: LaunchServices/LSOpen.h: No such file or directory > That header file should have been installed as part of your Xcode Developer SDK package. $ pkgutil --file-info /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/LSOpen.h volume: / path: System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/LSOpen.h pkgid: com.apple.pkg.DevSDKLeo pkg-version: 4.0.0.9000000000.1.1192168948 install-time: 1245514043 uid: 0 gid: 0 mode: 100644 It could be the case that Apple's installer dropped a file (it is known to do that) or maybe you just didn't install it. You can verify whether it was installed or not via pkgutil --pkgs='DevSDK' In any case you need to (re)install that package. If it was installed already, using pkgutil --forget com.apple.pkg.DevSDKLeo will make the installer database forget that it was installed, and may give your reinstall a better chance for success (Apple's installer is very mysterious). - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkuFkDYACgkQB8UpO3rKjQ9uzgCeIzNkJNDuBtA+5XvubZL74X7+ ckUAn3GdGdVx+jG8MFbeEoh6rA+/YPe0 =y0dj -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
