AFP548

dyld shared cache issues on 10.6 Builds

I've noticed on my Snow Leopard images that I'm getting the following errors in the system log: [code]Oct 6 10:04:57 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using. Oct 6 10:04:50 localhost com.apple.launchd[1]: *** launchd[1] has started up. *** Oct 6 10:04:57 localhost com.apple.kextd[10]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:04:57 localhost com.apple.notifyd[11]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:04:57 localhost com.apple.syslogd[12]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:01 localhost com.apple.diskarbitrationd[13]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:01 localhost com.apple.configd[14]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.bsd.dirhelper[38]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.hidd[30]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.dynamic_pager[33]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.SystemStarter[19]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.scsid[24]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.bootlog[39]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.vsdbutil[17]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.statd.notify[21]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.firmwaresyncd[32]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.configureLocalKDC[37]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.KernelEventAgent[28]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.loginwindow[27]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.securityd[23]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:02 localhost com.apple.DirectoryServices[35]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.autofsd[40]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.aslmanager[41]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.DumpPanic[34]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.metadata.mds[25]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.systemkeychain[20]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.liberty.firstboot[43]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost bootlog[39]: BOOT_TIME: 1254848690 0 Oct 6 10:05:03 localhost com.apple.CoreRAID[36]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.distnoted[45]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost DeployStudio Post-Restoration script[44]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.smb.sharepoints[22]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.UpdateSettings[18]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.fseventsd[31]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.IFCStart[29]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:03 localhost com.apple.autofsd[40]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:04 localhost fseventsd[31]: could not open > (No such file or directory) Oct 6 10:05:04 localhost com.apple.warmd[16]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache Oct 6 10:05:05 localhost com.apple.vsdbutil[17]: dyld: shared cached file was build against a different libSystem.dylib, ignoring cache[/code] This is a first boot on a brand new 10.6 image. It happens on a base image as well as one that is more "built up" package wise. After googling a while, I found the following article: [url]http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html[/url] It appears that 10.5 would run the command listed if it looked like the cache was wrong, but 10.6 no longer does that. It seems that this command might need to be added to a first boot script in order to fix the cache issue on the image. Anyone else run into this yet? Nate
Exit mobile version