Bug#1021169: libglx-mesa0: Still present in 24.1.0~rc1-1

2024-04-28 Thread Dan Merillat
Package: libglx-mesa0 Version: 24.1.0~rc1-1 Followup-For: Bug #1021169 Dear Maintainer, I'm still seeing this invalid path in the binary: /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri and when attempting to load libglx_mesa0 I get the following error: MESA-LOADER: failed to open r

Bug#356539: Script to fix it while waiting on upstream.

2006-06-11 Thread Dan Merillat
David Nusinow wrote: I am currently in the process of fixing it, but it requires a lot of rebuilds and is not so critical as hosing people's systems on upgrade. Calm down. It'll be fixed with 7.1, which is what I'm working on right now. Hey, I provided a fix for it rather then just complaining

Bug#356539: Script to fix it while waiting on upstream.

2006-06-11 Thread Dan Merillat
Use this rather then doing it manually while we wait for * upstream to fix it. * upstream to release the fix * Debian to package the fixed upstream release. I have no idea why this doesn't qualify as a Debian-fixable bug rather then an upstream. If it is a Debian packaging issue, in that upstr

building X4 on SMP boxes, fix.

2000-11-19 Thread Dan Merillat
The toplevel Makefile in xc/ wipes out make's jobserver mode. (Compacting $(MAKE) and $(MAKE_OPTS) in one variable confuses it.) The following patch splits the two out, significantly reducing compile time. Even on UP systems, make -j2 is a win. This ought to cut some time off those builds. --Da

building X4 on SMP boxes, fix.

2000-11-19 Thread Dan Merillat
The toplevel Makefile in xc/ wipes out make's jobserver mode. (Compacting $(MAKE) and $(MAKE_OPTS) in one variable confuses it.) The following patch splits the two out, significantly reducing compile time. Even on UP systems, make -j2 is a win. This ought to cut some time off those builds. --D