libiconv incompatability with security update?
Trying to build gnome on a macbook, with yesterday's security update, and I'm getting a lot of link warnings (duplicate symbols) when building various executables (the last one was for evolution-data- server), complaining about libiconv in /usr/lib, against the new version I have in /opt/local/lib. libtool then fails to link, though the reasons are unclear. This is a fresh install of Darwinports on a new macbook, with of course the latest security update installed. I checked the version of libiconv in /usr/lib, and indeed its timestamp is that in my log for the installed security update. Did Apple break our gnome build? Also, slightly off topic, but does anyone know how to get a listing of all affected files when a(n OS X) package is installed? Thanks, Fred
On Nov 30, 2006, at 4:43 PM, Fred and Margot Dushin wrote:
Also, slightly off topic, but does anyone know how to get a listing of all affected files when a(n OS X) package is installed?
You can use lsbom on the *.bom file in the receipt (in /Library/ Receipts) ie: %lsbom /Library/Receipts/SecUpd2006-007Ti.pkg/Contents/Archive.bom | head . 41775 0/80 ./Applications 40775 0/80 ./Applications/Font Book.app 40775 0/80 ./Applications/Font Book.app/Contents 40775 0/80 ./Applications/Font Book.app/Contents/Info.plist 100664 0/80 4408 4096555501 ./Applications/Font Book.app/Contents/MacOS 40775 0/80 ./Applications/Font Book.app/Contents/MacOS/Font Book 100775 0/80 352856 3212337978 ./Applications/Font Book.app/Contents/version.plist 100664 0/80 461 1420873684 ./System 40755 0/0 ./System/Library 40755 0/0 -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (2)
-
Daniel J. Luke
-
Fred and Margot Dushin