David, in the meantime, pelase commit the attached patch in order to have proper reportbug scripts. The only thing that would remain is to switch to /var/lib/xorg instead of /var/lib/xfree86 for storing MD5 and roster files.
Thanks in advance,
Ender.
---------- Forwarded message ----------
Subject: Patch to xlibmesa-dri bug script (it was Re: Bug#318989:
xlibmesa-dri: glx applications segfault inside r128_dri.so)
Date: Martes, 19 de Julio de 2005 17:23
From: David Martínez Moreno <[EMAIL PROTECTED]>
To: [email protected]
El Martes, 19 de Julio de 2005 09:27, David Martínez Moreno escribió:
> Excuse me, but I do not understand this. You claim to have
> 6.8.2.dfsg.1-3,
> but your report has XFree86 logs and information. Maybe there is a problem
> with the xlibmesa-dri reportbug script. I will take a look this morning,
> but meanwhile, please supply /etc/X11/xorg.conf and /var/log/Xorg.0.log.
Hello, David. Please apply the attached patch to
xlibmesa-dri.bug.script in
order to report correct values.
-------------------------------------------------------
--
I find your lack of faith disturbing.
-- Darth Vader (Star Wars).
--
Debian developer
--- xlibmesa-dri.bug.script.orig 2005-07-19 11:24:40.680518497 +0200
+++ xlibmesa-dri.bug.script 2005-07-19 11:42:26.735044196 +0200
@@ -14,15 +14,15 @@
printf "\n" >&3
-XFREE86_LOGS=$(ls -dt /var/log/XFree86.*.log 2>/dev/null)
+XORG_LOGS=$(ls -dt /var/log/Xorg.*.log 2>/dev/null)
-if [ -n "$XFREE86_LOGS" ]; then
- printf "XFree86 X server log files on system:\n" >&3
- ls -dlrt /var/log/XFree86.*.log >&3 2>/dev/null
+if [ -n "$XORG_LOGS" ]; then
+ printf "X.Org X server log files on system:\n" >&3
+ ls -dlrt /var/log/Xorg.*.log >&3 2>/dev/null
printf "\n" >&3
- for LOG in $XFREE86_LOGS; do
+ for LOG in $XORG_LOGS; do
if [ -f "$LOG" ]; then
- printf "Contents of most recent XFree86 X server log file\n" >&3
+ printf "Contents of most recent X.Org X server log file\n" >&3
printf "%s:\n" "$LOG" >&3
cat "$LOG" >&3
# the log files are large; only show the most recent
@@ -30,7 +30,7 @@
fi
done
else
- printf "No XFree86 X server log files found.\n" >&3
+ printf "No X.Org X server log files found.\n" >&3
fi
printf "\n" >&3
pgpcU4HVr3d4B.pgp
Description: PGP signature

