Re: [Dri-devel] Bin. driver packages

2003-06-03 Thread Adam K Kirchhoff

Jose,

Just wanted to let you know that after adding the newline to the
Imakefile.inc, the build seems to have completed without a hitch.  I
assume this has made it's way into CVS?

Adam

On Sat, 31 May 2003, [iso-8859-15] José Fonseca wrote:

 On Sat, May 31, 2003 at 04:23:47PM -0500, John Sheu wrote:
  How are those packages coming?  What was the build problem with them?

 Sorry, I didn't do it right away and eventually forgot about it.  I've
 checked the logs and the problems seems to be the same problem reported
 by Adam Kirchoff.  Here is the relevant part of the log:

 [EMAIL PROTECTED] logs $ grep -B 10 '\*\*\*' HEAD-20030530-linux.i386-build.log
 ../../../../../../config/cf/linux.cf:107: warning: InstallAppDefFiles is not 
 defined
 In file included from Imakefile:20,
  from ../../../../../../config/cf/Imake.tmpl:2030,
  from Imakefile.c:35:
 Imakefile.inc:160: unterminated #ifdef
 In file included from ../../../../../../config/cf/Imake.tmpl:2030,
  from Imakefile.c:35:
 Imakefile:21: #endif without #if
 ../../../../../../config/imake/imake: Exit code 1.
   Stop.
 make[5]: *** [r200/Makefile] Error 1
 --
 cleaning in lib/GL/mesa/src/drv...
 make[4]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv'
 rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log 
 MakeOut  #*
 cleaning in lib/GL/mesa/src/drv/common...
 make[5]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/common'
 rm -f DONE
 rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log 
 MakeOut  #*
 make[5]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/common'
 cleaning in lib/GL/mesa/src/drv/r200...
 make[5]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/r200'
 Makefile:8: *** missing separator.  Stop.
 make[5]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/r200'
 make[4]: *** [clean] Error 2
 make[4]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv'
 make[3]: *** [clean] Error 2
 make[3]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL'
 make[2]: *** [clean] Error 2
 make[2]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib'
 make[1]: *** [clean] Error 2
 make[1]: Leaving directory `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc'
 make: *** [World] Error 2
 [EMAIL PROTECTED] logs $


 The cause was a missing newline at the end of the
 xc/lib/GL/mesa/src/drv/r200/Imakefile.inc file(!), which was causing the
 CPP to choke on that #endif

 I'll fire a new build now and see if there's still any problem.

 José Fonseca


 ---
 This SF.net email is sponsored by: eBay
 Get office equipment for less on eBay!
 http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
 ___
 Dri-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dri-devel



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Bin. driver packages

2003-06-03 Thread Jos Fonseca
On Mon, Jun 02, 2003 at 01:51:10PM -0400, Adam K Kirchhoff wrote:
 
   Just wanted to let you know that after adding the newline to the
 Imakefile.inc, the build seems to have completed without a hitch.  

Thanks Adam. For a while I wasn't sure if the newline had any effect or
not.

 I assume this has made it's way into CVS?

Yes. The trunk snapshots are already up again on
http://dri.sourceforge.net/snapshots/ . The bleeding edge (mach64 and
s3virge) will follow soon.

José Fonseca


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Bin. driver packages

2003-06-01 Thread Jos Fonseca
On Sat, May 31, 2003 at 11:43:42PM +0100, José Fonseca wrote:
 On Sat, May 31, 2003 at 04:23:47PM -0500, John Sheu wrote:
  How are those packages coming?  What was the build problem with them?
 
 Sorry, I didn't do it right away and eventually forgot about it.  I've
 checked the logs and the problems seems to be the same problem reported
 by Adam Kirchoff.  Here is the relevant part of the log:
 
 [EMAIL PROTECTED] logs $ grep -B 10 '\*\*\*' HEAD-20030530-linux.i386-build.log
 ../../../../../../config/cf/linux.cf:107: warning: InstallAppDefFiles is not 
 defined
 In file included from Imakefile:20,
  from ../../../../../../config/cf/Imake.tmpl:2030,
  from Imakefile.c:35:
 Imakefile.inc:160: unterminated #ifdef
 In file included from ../../../../../../config/cf/Imake.tmpl:2030,
  from Imakefile.c:35:
 Imakefile:21: #endif without #if
 ../../../../../../config/imake/imake: Exit code 1.
   Stop.
 make[5]: *** [r200/Makefile] Error 1
 --
 cleaning in lib/GL/mesa/src/drv...
 make[4]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv'
 rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log 
 MakeOut  #*
 cleaning in lib/GL/mesa/src/drv/common...
 make[5]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/common'
 rm -f DONE
 rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log 
 MakeOut  #*
 make[5]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/common'
 cleaning in lib/GL/mesa/src/drv/r200...
 make[5]: Entering directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/r200'
 Makefile:8: *** missing separator.  Stop.
 make[5]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv/r200'
 make[4]: *** [clean] Error 2
 make[4]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL/mesa/src/drv'
 make[3]: *** [clean] Error 2
 make[3]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib/GL'
 make[2]: *** [clean] Error 2
 make[2]: Leaving directory 
 `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc/lib'
 make[1]: *** [clean] Error 2
 make[1]: Leaving directory `/home/jfonseca/projects/dri/cf/HEAD-Linux-i686/build/xc'
 make: *** [World] Error 2
 [EMAIL PROTECTED] logs $
 
 
 The cause was a missing newline at the end of the
 xc/lib/GL/mesa/src/drv/r200/Imakefile.inc file(!), which was causing the
 CPP to choke on that #endif 
 
 I'll fire a new build now and see if there's still any problem.

Nop, there seems to be something else, and I'm having difficulties to
reliably reproduce the problem after the first time it occurs.  Tomorrow
I'll keep looking into it.

José Fonseca


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Bin. driver packages

2003-05-31 Thread Leif Delgass
On Fri, 30 May 2003, [iso-8859-15] José Fonseca wrote:

 On Fri, May 30, 2003 at 12:49:57AM -0500, John Sheu wrote:
  Two questions...
  
  1.  Are the wrapped binary driver packages ever coming back?
 
 Appearently there is a problem while building them, because they are
 back for some time.  I'm going to look into it.
 
  2.  It seems with an old one I got (binary driver packages) it was missing the 
  libGL's so that once installed, (for example) glxinfo segfaults as it tries 
  to load old libGL's.  An oversight or purposeful omission?
 
 Not an oversight - libGL shouldn't be necessary as the one that comes
 with XFree86 suits perfectly. The segfault must be due to something
 else.

You shouldn't get a segfault in any case -- a backtrace would be helpful
there.  However, there are some new GLX extensions (the swap/sync
extensions) supported by the drivers that will only work with a new libGL
from the trunk.  The drivers check the internal GLX API version of libGL
in __driRegisterExtensions() before enabling these newly supported GLX 
extensions.

-- 
Leif Delgass 
http://www.retinalburn.net



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] Bin. driver packages

2003-05-30 Thread John Sheu
Two questions...

1.  Are the wrapped binary driver packages ever coming back?
2.  It seems with an old one I got (binary driver packages) it was missing the 
libGL's so that once installed, (for example) glxinfo segfaults as it tries 
to load old libGL's.  An oversight or purposeful omission?

Thanks
John


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Bin. driver packages

2003-05-30 Thread Jos Fonseca
On Fri, May 30, 2003 at 12:49:57AM -0500, John Sheu wrote:
 Two questions...
 
 1.Are the wrapped binary driver packages ever coming back?

Appearently there is a problem while building them, because they are
back for some time.  I'm going to look into it.

 2.It seems with an old one I got (binary driver packages) it was missing the 
 libGL's so that once installed, (for example) glxinfo segfaults as it tries 
 to load old libGL's.  An oversight or purposeful omission?

Not an oversight - libGL shouldn't be necessary as the one that comes
with XFree86 suits perfectly. The segfault must be due to something
else.

José Fonseca


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel