RE: [Bug 1685] 4.6.0 - sig 11 crash in or under __MESA_destroyBuffer

2007-10-18 Thread Marc Aurele La France

On Mon, 15 Oct 2007, John Lumby wrote:

On Sun, 14 Oct 2007, John Lumby wrote:



Thanks Marc - but it prompted me for pwd.
And this id can happily ssh to another system of mine without pwd prompt.



date;scp -qp /mnt/super9root/root/core.2856.X11crash.20071003122131 [EMAIL 
PROTECTED]:.;date;scp -qp /mnt/super9root/usr/X11R6/bin/XFree86.statload [EMAIL 
PROTECTED]:.;date;

Sun Oct 14 22:10:48 EDT 2007
[EMAIL PROTECTED]'s password:
Sun Oct 14 22:10:57 EDT 2007
[EMAIL PROTECTED]'s password:
Sun Oct 14 22:11:00 EDT 2007
/home/lumby:0 ssh -l lumby date
Sun Oct 14 22:19:51 EDT 2007


The problem turned out to be that jlumby wasn't listed in AllowUsers. 
Please try again.



It worked this time;   They should be there now (I hope)


Thanks.  These were (and still are) _most_ informative.

I've uncovered a real bug here, one that affects not only GLX  Friends, but 
potentially other extensions also.  The bug only occurs on server shutdown 
or reset.  It is a definite candidate for causing this problem, but I can't 
be sure at this point, given the memory corruption this core file attests to. 
Fixing it will take some time (on my part).  The bug has existed for quite 
some time, and from what I can tell, still exists not only in our repository, 
but X.Org's as well.  Given that, I request that you update to the LG 
sources, which you can get by following the instructions at 
http://xfree86.org/cvs.  I hope to have a patch against that source ready for 
you to try in the next few days.


Thanks for your patience.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


[XFree86] xfree /SM722 reg

2007-10-18 Thread mahendra varman
Hi

I have downloaded Xfree source for SM722.

Since iam new to this field,
Can anybody help me how to install this xfree driver of SM722  for X window
support ?

Thanks in advance
R.Mahendravarman


[XFree86] reg SM722 and Xfree

2007-10-18 Thread mahendra varman
Hi all

Iam working on a SM722 based Graphics card

We ported linux 2.6.21 (took from the open source path sourceforge) on a
powerpc based board
The graphics card sits on the PMC of the above linux ported board.
I have successfully integrated the framebuffer driver for the board

Now  I want to port  xfree 86 to the board.

I got the Xfree driver for the SM722 .

Can anybody help me how to install xfree to the linux 2.6 or linux 2.4 and
how to integrate the SM722 xfree driver ..?

Thanks in advance
R.Mahendravarman


[XFree86] Missing separator error when building

2007-10-18 Thread lars.bruun-hansen


Trying to build on Solars 10 SPARC.
XFree86 version 4.7.0

Using GNU Make, not Sun's make.

Get this error:


gmake[3]: Entering directory `/apps/XFree86/v4.7.0/xc/lib/freetype2'
Makefile:1152: *** missing separator.  Stop.


Note that the word separator in the make lingo means tab character.

When I look at the Makefile in the freetype2 directory I can see what
the problem is. 
There is a section that looks like this:


install::
\
@if [ -f $(DESTDIR)$(INCDIR)/freetype2/ft2build.h ]; then \
\
(set -x; $(RM) -f $(DESTDIR)$(INCDIR)/freetype2/ft2build.h)
\
\
fi


What make is saying is that after a target (in this case 'install') the
actions under that target must be indented by a tab character. 
As you can see this is not the case because of those lines with a single
initial backslash on them.


I'm really a newbie on make and the circus around it so I do not know
how to proceed. 
I understand that the Makefile in question is generated every time I run
the 'make World' command but I'm 
not clever enough to follow the track and pinpoint where this goes
wrong.

thanks for any help you can give.




RE: [XFree86] Missing separator error when building

2007-10-18 Thread lars.bruun-hansen
 
 
I've worked it out (possibly).
 
In file .../xc/´lib/freetype2/Imakefile I've removed some
trailing '@@\' from lines in the section with the install target.
This avoids lines with only a '\' in the resulting Makefile.

That made it work.

It must admit I do not have a clue as to what I'm doing, but it worked for now.

 


-- original message below -


Trying to build on Solars 10 SPARC. 
XFree86 version 4.7.0 

Using GNU Make, not Sun's make. 

Get this error: 


gmake[3]: Entering directory `/apps/XFree86/v4.7.0/xc/lib/freetype2' 
Makefile:1152: *** missing separator.  Stop. 


Note that the word separator in the make lingo means tab character. 

When I look at the Makefile in the freetype2 directory I can see what the 
problem is. 
There is a section that looks like this: 


install:: 
\ 
@if [ -f $(DESTDIR)$(INCDIR)/freetype2/ft2build.h ]; then \ 
\ 
(set -x; $(RM) -f $(DESTDIR)$(INCDIR)/freetype2/ft2build.h) \ 
\ 
fi 


What make is saying is that after a target (in this case 'install') the actions 
under that target must be indented by a tab character. 

As you can see this is not the case because of those lines with a single 
initial backslash on them. 


I'm really a newbie on make and the circus around it so I do not know how to 
proceed. 
I understand that the Makefile in question is generated every time I run the 
'make World' command but I'm 
not clever enough to follow the track and pinpoint where this goes wrong. 

thanks for any help you can give. 



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86