Your message dated Tue, 8 Nov 2011 19:20:02 +0100
with message-id <20111108182002.go3...@radis.liafa.jussieu.fr>
and subject line Re: Bug#647961: xorg-server: --enable-debug exposes compile
error
has caused the Debian Bug report #647961,
regarding xorg-server: --enable-debug exposes compile error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
647961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647961
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xorg-server
Version: 1.7.7
Severity: minor
What I did:
apt-get source xorg-server=1.7.7
cd xorg-server-1.7.7
fakeroot debian/rules patch
sed -i 's/--disable-debug/--enable-debug/' debian/rules
fakeroot debian/rules build
Results:
...
CC xf86Config.o
../../../../hw/xfree86/common/xf86Config.c: In function 'configInputDevices':
../../../../hw/xfree86/common/xf86Config.c:1501: error: request for member
'lay_identifier' in something not a structure or union
make[6]: *** [xf86Config.lo] Error 1
...
What I expected:
A completed build.
Note: build without the change from sed succeeds.
-- System Information:
Debian Release: 6.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 2:1.8.1-1
On Mon, Nov 7, 2011 at 19:23:47 -0500, Brenda J. Butler wrote:
> What I did:
> apt-get source xorg-server=1.7.7
> cd xorg-server-1.7.7
> fakeroot debian/rules patch
> sed -i 's/--disable-debug/--enable-debug/' debian/rules
> fakeroot debian/rules build
>
> Results:
> ...
> CC xf86Config.o
> ../../../../hw/xfree86/common/xf86Config.c: In function 'configInputDevices':
> ../../../../hw/xfree86/common/xf86Config.c:1501: error: request for member
> 'lay_identifier' in something not a structure or union
> make[6]: *** [xf86Config.lo] Error 1
> ...
>
> What I expected:
> A completed build.
>
Fixed in
http://cgit.freedesktop.org/xorg/xserver/commit/?id=df9f3273041c6c3e0da2d2254e8c156cd582e296
Cheers,
Julien
--- End Message ---