Martin Costabel wrote:

This looks normal. The reference to "libgstreamer-0" in your earlier log remains unexplained.

...

d: Undefined symbols:
_HICopyAccessibilityActionDescription referenced from QuickTime expected
to be defined in Carbon


I can't explain this. But after every QuickTime update there were weird error reports; maybe this is one of them. This symbol is defined, not in Carbon itself, but in a subframework of the Carbon.framework, so I think it should be found. It looks also as if this hasn't changed essentially between 10.3 and 10.4. You can still verify if you have the file

/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox

(not only the symlink, but also the real file it points to), and if the symbol in question is really defined there:

  nm HIToolbox |grep HICopyAccessibilityActionDescription

This should have a "T" in front of one of the lines.

Thanks for the help Martin!

==by the numbers: the symlink==

(my working 10.4 machine)
bash-3.00$ ls -alF /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/
total 0
drwxr-xr-x    6 root     wheel         204 Nov 12 12:25 ./
drwxr-xr-x   14 root     wheel         476 Mar 28  2005 ../
lrwxr-xr-x 1 root wheel 26 Jun 4 2005 HIToolbox -> Versions/Current/HIToolbox* lrwxr-xr-x 1 root wheel 24 Nov 12 12:25 Headers -> Versions/Current/Headers/ lrwxr-xr-x 1 root wheel 26 Jun 4 2005 Resources -> Versions/Current/Resources/
drwxr-xr-x    4 root     wheel         136 Mar 27  2005 Versions/

(my problem 10.3 machine)
reg148:~ rgrtw$ ls -alF /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/total 40drwxr-xr-x 8 root wheel 272 27 Jul 2004 ./drwxr-xr-x 14 root wheel 476 20 Dec 14:09 ../lrwxr-xr-x 1 root wheel 26 29 Sep 2004 HIToolbox@ -> Versions/Current/HIToolbox lrwxr-xr-x 1 root wheel 32 20 Dec 13:47 HIToolbox_debug@ -> Versions/Current/HIToolbox_debug lrwxr-xr-x 1 root wheel 34 20 Dec 13:47 HIToolbox_profile@ -> Versions/Current/HIToolbox_profile lrwxr-xr-x 1 root wheel 24 20 Dec 13:47 Headers@ -> Versions/Current/Headers lrwxr-xr-x 1 root wheel 26 29 Sep 2004 Resources@ -> Versions/Current/Resources
drwxr-xr-x   4 root  wheel  136 27 Jul  2004 Versions/

(where'd the '@' symbols and the _debug and _profile files come from?)

==the real file==

next, the file it points to (pretty much identical on both machines and maybe where the _debug and _profile ought to be):

(working 10.4)
bash-3.00$ ls -alF /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Versions/Current/
total 97724
drwxr-xr-x    7 root     wheel         238 Jan 10 18:10 ./
drwxr-xr-x    4 root     wheel         136 Mar 27  2005 ../
-rwxr-xr-x    1 root     wheel     4707184 Oct 20 23:21 HIToolbox*
-rwxr-xr-x    1 root     wheel    85082900 Nov  1 17:52 HIToolbox_debug*
-rwxr-xr-x    1 root     wheel    10271660 Nov  1 17:49 HIToolbox_profile*
drwxr-xr-x   47 root     wheel        1598 Nov 12 12:25 Headers/
drwxr-xr-x   39 root     wheel        1326 Jan 10 17:55 Resources/

(10.3)
reg148:~ rgrtw$ ls -alF /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Versions/Current/
total 99840
drwxr-xr-x   7 root  wheel       238 12 Jan 13:21 ./
drwxr-xr-x   4 root  wheel       136 27 Jul  2004 ../
-rwxr-xr-x   1 root  wheel   5386244 12 Jan 13:21 HIToolbox*
-rwxr-xr-x   1 root  wheel  39382456 27 Sep  2003 HIToolbox_debug*
-rwxr-xr-x   1 root  wheel   6341976 27 Sep  2003 HIToolbox_profile*
drwxr-xr-x  45 root  wheel      1530 27 Jul  2004 Headers/
drwxr-xr-x  36 root  wheel      1224  4 Nov 19:11 Resources/

==the definition within==

(after cd /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Versions/Current/ on both machines)

(working 10.4)
bash-3.00$ nm HIToolbox |grep HICopyAccessibilityActionDescription
a201624c s HICopyAccessibilityActionDescription_bp
        U _HICopyAccessibilityActionDescription
9218a4a0 T _HICopyAccessibilityActionDescription

(10.3)
bash-3.00$ nm HIToolbox |grep HICopyAccessibilityActionDescription
bash-3.00$

I don't know my next step, but I'm guessing I need to reinstall either QT, an SDK, or some system files. Since this machine is at work and I'm at home I hope there's a way to do what I need to do remotely (I think I might be able to tweak SoftwareUpdate's cli to install some of these).


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to