在2010-06-02,"Alexander Hansen" <[email protected]> 写道:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 6/1/10 11:07 AM, rocwhite168 wrote:
>>
>> On 2010-05-31,"Alexander Hansen" <[email protected]> Wrote:
>>>-----BEGIN PGP SIGNED MESSAGE-----
>>>Hash: SHA1
>>>
>>>On 5/31/10 2:05 AM, Roc White wrote:
>>>> Alexander Hansen <alexanderk.hansen <at> gmail.com> writes:
>>>>
>>>>>
>>>>>
>>>>> On 4/20/10 4:19 PM, Robert Wyatt wrote:
>>>>>>
>>>>>> Well, yes, it's related to LaTeX, TexLive, TeTex, etc. I hadn't realized
>>>>>> that these were not in the line of dependencies. I'm going to build
>>>>>> grace and see what I get if you'd be interested in showing me how to
>>>>>> reproduce the error.
>>>>>>
>>>>>> --Robert
>>>>>
>>>>> Since the error seems to be coming out of openmotif (the whole Xm...
>>>>> thing) it might be worthwhile for Robert to do the stable tree version
>>>>> (using openmotif3) and then the unstable tree version (using openmotif4)
>>>>> to see if there are differences.
>>>>>
>>>>
>>>> Hi Alexander and Robert,
>>>>
>>>> After upgrading Mac OS X 10.4, which had fink installed, to 10.6, removing
>>>> /sw,
>>>> reinstalling fink, and finally installing grace again, I encountered
>>>> exactly the
>>>> same problem. The problem does not occur on a fresh OS X 10.6, though, as
>>>> confirmed by another Mac machine. So I suppose it had something to do with
>>>> certain configuration files of fink or X11, residing in directories other
>>>> than
>>>> /sw? But how should we fix this?
>>>>
>>>> Thanks,
>>>> Roc
>>>>
>>>>
>>>>
>>>
>>>No clue. Try setting up a new account on that machine perhaps, and see
>>>if grace has the same issue. That will at least allow us to separate
>>>whether it's in a user-level configuration file or a system-level one.
>>>
>>>- --
>>>Alexander Hansen
>>>Fink User Liaison
>>
>> I just tried -- the same issue with the new account...
>>
>> Roc
>>
>>
>>
>
>Let's see what you get from
>
>otool -L /sw/bin/xmgrace
>
>- --
>Alexander Hansen
>Fink User Liaison
Sorry for replying so late, but I was just back from a meeting out of town.The
output from the problematic installation:/sw/bin/xmgrace:
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility
version 2.0.0, current version 152.0.0)
/sw/lib/libXm.3.dylib (compatibility version 4.0.0, current version
4.0.0)
/usr/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current
version 16.0.0)
/usr/X11/lib/libXp.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current
version 11.0.0)
/usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current
version 10.0.0)
/sw/lib/libnetcdf.4.dylib (compatibility version 5.0.0, current version
5.0.0)
/sw/lib/libdfftw.2.dylib (compatibility version 3.0.0, current version
3.7.0)
/sw/lib/libt1.5.dylib (compatibility version 7.0.0, current version
7.2.0)
/sw/lib/libpdf.6.dylib (compatibility version 7.0.0, current version
7.2.0)
/sw/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version
63.0.0)
/sw/lib/libpng12.0.dylib (compatibility version 36.0.0, current version
36.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.3)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.0.1)
-------------------------------------------------------------------------------------------------------------------------------------The
output from the other normal installation:/sw/bin/xmgrace:
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 152.0.0)
/sw/lib/libXm.4.dylib (compatibility version 5.0.0, current version
5.2.0)
/usr/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current
version 16.0.0)
/usr/X11/lib/libXp.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current
version 11.0.0)
/usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current
version 9.0.0)
/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current
version 10.0.0)
/sw/lib/libnetcdf.4.dylib (compatibility version 5.0.0, current version
5.0.0)
/sw/lib/libdfftw.2.dylib (compatibility version 3.0.0, current version
3.7.0)
/sw/lib/libt1.5.dylib (compatibility version 7.0.0, current version
7.2.0)
/sw/lib/libpdf.6.dylib (compatibility version 7.0.0, current version
7.4.0)
/sw/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version
63.0.0)
/sw/lib/libpng12.0.dylib (compatibility version 44.0.0, current version
44.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.3)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.0.1)
-------------------------------------------------------------------------------------------------------------------------------------Indeed
there are three places which are different:
/sw/lib/libXm.3.dylib
/sw/lib/libpdf.6.dylib
/sw/lib/libpng12.0.dylib
Thanks,
Roc------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners