Re: libXaw3d
Re: libXaw3d
- Subject: Re: libXaw3d
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 11 Jun 2010 10:59:50 -0700
On Jun 11, 2010, at 10:23, John B Brown wrote:
> It was there because I didn't want anything in /usr/local to clash with /opt/local. Does that not compute? I have seen many pieces of advice on MacPorts list saying remove such and such from /usr/local because it interferes with such and such in /opt/local. Being a belt and suspenders kind of guy I just don't set up the clash to start with.
Right, and putting it in /usr doesn't change that. Now you have stuff in /usr that will clash with both Apple and MacPorts.
>> What is the sample? Run 'sample<pid>' and look at the reported file.
>
> Below is a sample from gv running with no target.
>
> 132 s000 S 0:00.02 -bash
> 66133 s000 S+ 0:00.00 gv
> 66277 s001 Ss 0:00.58 login -pf jbb
> 66278 s001 S 0:00.01 -bash
> 66283 s001 R+ 0:00.00 ps ax
> jbb@pinball3:~
> (2): % sample 66133
> Sampling process 66133 for 10 seconds with 1 millisecond of run time between samples
> Sampling completed, processing symbols...
> Sample analysis of process 66133 written to file /tmp/gv_66133.2jvvLM.sample.txt
> jbb@pinball3:~
> (3): % cat /tmp/gv_66133.2jvvLM.sample.txt
> Analysis of sampling gv (pid 66133) every 1 millisecond
> Call graph:
> 9089 Thread_177140 DispatchQueue_1: com.apple.main-thread (serial)
> 9089 start
> 9089 main
> 9089 XtOpenDisplay
> 9089 XOpenDisplay
> 9089 _XRead
> 9089 _XWaitForReadable
> 9089 poll
Right, so it looks like the problem isn't gv. It's that it's not connecting to an X server.
You should see some helpful information in /var/log/system.log which explains why your X server isn't starting:
>> What is reported to /var/log/system.log during this time?
>
> I apologize for this mass of garbage but I don't know what I should see in this file to report. I copied from a minute or so before, I think. If what you want isn't here I can try to report from a reboot and run gv.
...
> Jun 11 11:07:08 pinball3 org.macosforge.xquartz.startx[66288]: dyld: Symbol not found: __cg_jpeg_resync_to_restart
> Jun 11 11:07:08 pinball3 org.macosforge.xquartz.startx[66288]: Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> Jun 11 11:07:08 pinball3 org.macosforge.xquartz.startx[66288]: Expected in: /usr/local/lib/libJPEG.dylib
> Jun 11 11:07:08 pinball3 org.macosforge.xquartz.startx[66288]: in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
My guess is that you've got DYLD_LIBRARY_PATH set or something similar which is causing your problem. What is the output of 'set | grep LD' ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >libXaw3d (From: John B Brown <email@hidden>) |
| >Re: libXaw3d (From: Jeremy Huddleston <email@hidden>) |
| >Re: libXaw3d (From: Jeremy Huddleston <email@hidden>) |