Bug#376812: I have a Voodoo2 card...

2007-01-17 Thread Thierry Reding
* Wouter Verhelst wrote:
 Hi,
 
 I have such a card, but it's sitting in a machine that runs Sarge (and
 I'm not going to update it to etch before that's released).
 
 If it would help, I'd be willing to run some tests on that box. Just
 tell me what you want me to do and what information you need back, and
 I'll do so.

I've been asked to look at this bug as part of my TS for the NM process.

Wouter,

could you try rebuilding glide with -fno-strict-aliasing? I have attached a
diff that patches debian/rules to add that to CFLAGS. This is mainly just
guessing but the same solution did fix a similar bug in mesa recently.

If that doesn't work, perhaps you could try to get a backtrace of running one
of the segfaulting binaries against a non-stripped glide library (i.e.
rebuild with something like DEB_BUILD_OPTIONS=nostrip debuild).

Thierry



signature.asc
Description: Digital signature


Bug#376812: I have a Voodoo2 card...

2007-01-17 Thread Thierry Reding
* Thierry Reding wrote:
[...]
 could you try rebuilding glide with -fno-strict-aliasing? I have attached a
 diff that patches debian/rules to add that to CFLAGS. This is mainly just
 guessing but the same solution did fix a similar bug in mesa recently.
[...]

And here's the missing patch, sorry.

Thierry

Index: debian/rules
===
--- debian/rules	(revision 95)
+++ debian/rules	(working copy)
@@ -29,7 +29,7 @@
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -fno-strict-aliasing
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS += -O0


signature.asc
Description: Digital signature


Bug#376812: I have a Voodoo2 card...

2006-12-01 Thread Wouter Verhelst
Hi,

I have such a card, but it's sitting in a machine that runs Sarge (and
I'm not going to update it to etch before that's released).

If it would help, I'd be willing to run some tests on that box. Just
tell me what you want me to do and what information you need back, and
I'll do so.

-- 
Lo-lan-do Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#376812: I have a Voodoo2 card...

2006-12-01 Thread Guillem Jover
Hey,

On Fri, 2006-12-01 at 10:23:17 +0100, Wouter Verhelst wrote:
 I have such a card, but it's sitting in a machine that runs Sarge (and
 I'm not going to update it to etch before that's released).
 
 If it would help, I'd be willing to run some tests on that box. Just
 tell me what you want me to do and what information you need back, and
 I'll do so.

I've packages ready now, but I've to forward port the device3dfx
kernel module to the latest kernel versions. I'll do that today or so
and provide the stuff for testing.

thanks,
guillem


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]