Bug#660411: libxi6: Memory corruption when used with recent X servers
On Sat, Feb 18, 2012 at 23:55:34 +0100, Michael Karcher wrote: > This behaviour is observable with current X servers in experimental. As > heap corruption is a security problem (malign X servers could try to exploit > client code using Xinput2), fixing this bug might be eligible for a stable > update. > > Commit > http://cgit.freedesktop.org/xorg/lib/libXi/commit/?id=635c2c029b1e73311c3f650bcaf7eeb9e782134b > fixes the problem and applies (with offset and fuzz, though). > Thanks. I think there were a couple other changes that would be good to include in the stable version. I'll try to make sure at least this one gets into the next update. Cheers, Julien signature.asc Description: Digital signature
Processed: tagging 660411
Processing commands for cont...@bugs.debian.org: > tags 660411 + squeeze Bug #660411 [libxi6] libxi6: Memory corruption when used with recent X servers Added tag(s) squeeze. > thanks Stopping processing here. Please contact me if you need assistance. -- 660411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660411 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13296513636753.transcr...@bugs.debian.org
Bug#659558: libx11-6: libX11 or libxbc ignores a -display or DISPLAY, when host does not respond
tag 659558 patch upstream confirmed kthxbye On Sun, Feb 12, 2012 at 02:09:56 +0100, Kephra Nurmi wrote: > Package: libx11-6 > Version: 2:1.4.4-4 > Severity: important > > Dear Maintainer, > > an `xterm -display thishostdoesnotexist:0` on wheezy will display on > localhost:0 without throwing a "Can't open display" error. Same with > xclock and all other basic X clients. > > See: http://kephra.de/src/xterm-strace.txt > Search for /193.101.47 > > The ECONNREFUSED (Connection refused) is ignored, and instead > /tmp/.X11-unix/X0 used a few lines later. > > The bug is likely in libX11 or libxbc. > Thanks for the report. Proposed patches: http://patchwork.freedesktop.org/patch/9146/ http://patchwork.freedesktop.org/patch/9147/ Cheers, Julien signature.asc Description: Digital signature
Processed: Re: Bug#659558: libx11-6: libX11 or libxbc ignores a -display or DISPLAY, when host does not respond
Processing commands for cont...@bugs.debian.org: > tag 659558 patch upstream confirmed Bug #659558 [libx11-6] libx11-6: libX11 or libxbc ignores a -display or DISPLAY, when host does not respond Added tag(s) upstream, confirmed, and patch. > kthxbye Stopping processing here. Please contact me if you need assistance. -- 659558: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659558 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13296555882353.transcr...@bugs.debian.org
Bug#660395: xserver-xorg-input-joystick: FTBFS on kfreebsd-*
El 19 de febrer de 2012 2:54, Steven Chamberlain ha escrit: > Hi, > > Don't know if this is the proper fix, but my attached diff works for me. It is. Thanks Steven. -- Robert Millan -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAOfDtXMxi7gAh4053QhJsJzaV6_h4a2110=mmzxtyic7dig...@mail.gmail.com
xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.6.0-2'
Tag 'xserver-xorg-input-joystick-1_1.6.0-2' created by Cyril Brulebois at 2012-02-19 16:05 + Tagging upload of xserver-xorg-input-joystick 1:1.6.0-2 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk9BHbQACgkQeGfVPHR5Nd3u5gCeNu0Kw8bv0b4e+TcDGoIL9ojE rk8AoLtLZBRRYurQTmsBoUZV+QpQJvyA =jM/2 -END PGP SIGNATURE- Changes since xserver-xorg-input-joystick-1_1.6.0-1: Cyril Brulebois (2): Unbreak the freebsd-libs mess (Closes: #660395). Upload to unstable with high urgency. Julien Cristau (1): Use kfreebsd-any wildcard for libusbhid build-dep (closes: #634707). --- debian/changelog | 13 + debian/control |2 +- debian/patches/0001-Fix-includes-for-kfreebsd.diff | 10 ++ debian/patches/series |1 + 4 files changed, 25 insertions(+), 1 deletion(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rz9vm-0001x7...@vasks.debian.org
xserver-xorg-input-joystick: Changes to 'debian-unstable'
debian/changelog | 11 +-- debian/patches/0001-Fix-includes-for-kfreebsd.diff | 10 ++ debian/patches/series |1 + 3 files changed, 20 insertions(+), 2 deletions(-) New commits: commit 038bb3fc13593e305e2038d06462d1dd3593931f Author: Cyril Brulebois Date: Sun Feb 19 16:05:03 2012 + Upload to unstable with high urgency. diff --git a/debian/changelog b/debian/changelog index 5fb2ce2..b56e32a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-input-joystick (1:1.6.0-2) UNRELEASED; urgency=low +xserver-xorg-input-joystick (1:1.6.0-2) unstable; urgency=high [ Julien Cristau ] * Use kfreebsd-any wildcard for libusbhid build-dep (closes: #634707). @@ -7,8 +7,9 @@ xserver-xorg-input-joystick (1:1.6.0-2) UNRELEASED; urgency=low * Add patch to deal with the uncoordinated freebsd-libs transition, thanks to Steven Chamberlain (Closes: #660395): - 0001-Fix-includes-for-kfreebsd.diff + * Set urgency to “high” for the RC bug fix. - -- Julien Cristau Wed, 20 Jul 2011 20:51:38 +0200 + -- Cyril Brulebois Sun, 19 Feb 2012 16:04:42 + xserver-xorg-input-joystick (1:1.6.0-1) unstable; urgency=low commit 69f637fbdbe36ef25059f0510cfb77e29729dc61 Author: Cyril Brulebois Date: Sun Feb 19 16:04:29 2012 + Unbreak the freebsd-libs mess (Closes: #660395). diff --git a/debian/changelog b/debian/changelog index d10e79f..5fb2ce2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ xserver-xorg-input-joystick (1:1.6.0-2) UNRELEASED; urgency=low + [ Julien Cristau ] * Use kfreebsd-any wildcard for libusbhid build-dep (closes: #634707). + [ Cyril Brulebois ] + * Add patch to deal with the uncoordinated freebsd-libs transition, +thanks to Steven Chamberlain (Closes: #660395): +- 0001-Fix-includes-for-kfreebsd.diff + -- Julien Cristau Wed, 20 Jul 2011 20:51:38 +0200 xserver-xorg-input-joystick (1:1.6.0-1) unstable; urgency=low diff --git a/debian/patches/0001-Fix-includes-for-kfreebsd.diff b/debian/patches/0001-Fix-includes-for-kfreebsd.diff new file mode 100644 index 000..0c731b3 --- /dev/null +++ b/debian/patches/0001-Fix-includes-for-kfreebsd.diff @@ -0,0 +1,10 @@ +--- a/configure.ac b/configure.ac +@@ -98,6 +98,7 @@ + AC_CHECK_HEADERS([dev/usb/usb.h]) + AC_CHECK_HEADERS([usbhid.h dev/usb/usbhid.h],, [bsd_backend=no], + [[#if HAVE_DEV_USB_USB_H ++#include + #include + #endif + ]]) diff --git a/debian/patches/series b/debian/patches/series index e69de29..f047877 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Fix-includes-for-kfreebsd.diff -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rz9vl-0001wq...@vasks.debian.org
Bug#634707: marked as done (xserver-xorg-input-joystick: debian/control uses hardcoded list of kFreeBSD architectures)
Your message dated Sun, 19 Feb 2012 16:35:26 + with message-id and subject line Bug#634707: fixed in xserver-xorg-input-joystick 1:1.6.0-2 has caused the Debian Bug report #634707, regarding xserver-xorg-input-joystick: debian/control uses hardcoded list of kFreeBSD architectures 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.) -- 634707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634707 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg-input-joystick Severity: wishlist User: debian-de...@lists.debian.org Usertags: kfreebsd-any The debian/control file in xserver-xorg-input-joystick uses a hardcoded list of kfreebsd-* architectures (e.g "kfreebsd-i386 kfreebsd-amd64") to specify a package relationship (most likely Build-Depends) that isn't specific to i386 or amd64 hardware. I.e. something like: Build-Depends: libfoo-dev [kfreebsd-i386 kfreebsd-amd64] Since this relationship would apply all the same for kfreebsd-* architectures other than kfreebsd-i386 or kfreebsd-amd64 (like the upcoming kfreebsd-mipsel port), please consider using dpkg wildcards instead. For example: Build-Depends: libfoo-dev [kfreebsd-any] Thanks! --- End Message --- --- Begin Message --- Source: xserver-xorg-input-joystick Source-Version: 1:1.6.0-2 We believe that the bug you reported is fixed in the latest version of xserver-xorg-input-joystick, which is due to be installed in the Debian FTP archive: xserver-xorg-input-joystick-dev_1.6.0-2_all.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick-dev_1.6.0-2_all.deb xserver-xorg-input-joystick_1.6.0-2.diff.gz to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.diff.gz xserver-xorg-input-joystick_1.6.0-2.dsc to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.dsc xserver-xorg-input-joystick_1.6.0-2_amd64.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 634...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (supplier of updated xserver-xorg-input-joystick package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 19 Feb 2012 16:04:42 + Source: xserver-xorg-input-joystick Binary: xserver-xorg-input-joystick xserver-xorg-input-joystick-dev Architecture: source amd64 all Version: 1:1.6.0-2 Distribution: unstable Urgency: high Maintainer: Debian X Strike Force Changed-By: Cyril Brulebois Description: xserver-xorg-input-joystick - X.Org X server -- joystick input driver xserver-xorg-input-joystick-dev - X.Org X server -- joystick input driver (development headers) Closes: 634707 660395 Changes: xserver-xorg-input-joystick (1:1.6.0-2) unstable; urgency=high . [ Julien Cristau ] * Use kfreebsd-any wildcard for libusbhid build-dep (closes: #634707). . [ Cyril Brulebois ] * Add patch to deal with the uncoordinated freebsd-libs transition, thanks to Steven Chamberlain (Closes: #660395): - 0001-Fix-includes-for-kfreebsd.diff * Set urgency to “high” for the RC bug fix. Checksums-Sha1: fe72b49f41e9ece672439d9d84113598b38d6681 1701 xserver-xorg-input-joystick_1.6.0-2.dsc b0ac0eb604731fed7a05530f57c4452abc89d951 5743 xserver-xorg-input-joystick_1.6.0-2.diff.gz 152c88d8a9dac6b9f97480f9117af18565c785a7 47948 xserver-xorg-input-joystick_1.6.0-2_amd64.deb 262c7c0e452a655fc29efec64ad449d55b54d875 30362 xserver-xorg-input-joystick-dev_1.6.0-2_all.deb Checksums-Sha256: 95cf2dfd8e639b5bce8e5f01604f4563a4e3359244b20e226ba8c81f8e1114e4 1701 xserver-xorg-input-joystick_1.6.0-2.dsc 932a011f7ff70977c7653bd0832dfdccd05a4dad48f1cb3c04778313708639c7 5743 xserver-xorg-input-joystick_1.6.0-2.diff.gz c91d11980295cb33ac4a0de0b191fce7c4ad6bb88b628be5ce7a90835092fa70 47948 xserver-xorg-input-joystick_1.6.0-2_amd64.deb cce811fb7066b4b686619536e554e09ceefbaa4aeb9389c57dae398025c76e69 30362 xserver-xorg-input-joystick-dev_1.6.0-2_all.deb Files: 2bf6a4a47a6a3242208b85848407f785 1701 x11 optional xserver-xorg-input-joystick_1.6.0-2.dsc 9f9b5d50607511f0cf793b56ef443f34 5743 x11 optional xserver-xorg-input-joys
Bug#660395: marked as done (xserver-xorg-input-joystick: FTBFS on kfreebsd-*)
Your message dated Sun, 19 Feb 2012 16:35:26 + with message-id and subject line Bug#660395: fixed in xserver-xorg-input-joystick 1:1.6.0-2 has caused the Debian Bug report #660395, regarding xserver-xorg-input-joystick: FTBFS on kfreebsd-* 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.) -- 660395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660395 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: xserver-xorg-input-joystick Version: 1:1.6.0-1 Severity: serious Hi, xserver-xorg-input-joystick no longer builds on kfreebdsd-* (having been binNMUed for the freebsd-libs transition). From the kfreebsd-amd64 log: Building Linux joystick backend: no Building Linux evdev backend: no Building BSD usbhid backend: no configure: error: No backends were found. Your operating system is not supported by the joystick driver. Contact x...@lists.freedesktop.org if you are interested in porting it. dh_auto_configure: ../configure --build=x86_64-kfreebsd-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/xserver-xorg-input-joystick --disable-maintainer-mode --disable-dependency-tracking returned exit code 1 make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Regards, Adam --- End Message --- --- Begin Message --- Source: xserver-xorg-input-joystick Source-Version: 1:1.6.0-2 We believe that the bug you reported is fixed in the latest version of xserver-xorg-input-joystick, which is due to be installed in the Debian FTP archive: xserver-xorg-input-joystick-dev_1.6.0-2_all.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick-dev_1.6.0-2_all.deb xserver-xorg-input-joystick_1.6.0-2.diff.gz to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.diff.gz xserver-xorg-input-joystick_1.6.0-2.dsc to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.dsc xserver-xorg-input-joystick_1.6.0-2_amd64.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 660...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (supplier of updated xserver-xorg-input-joystick package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 19 Feb 2012 16:04:42 + Source: xserver-xorg-input-joystick Binary: xserver-xorg-input-joystick xserver-xorg-input-joystick-dev Architecture: source amd64 all Version: 1:1.6.0-2 Distribution: unstable Urgency: high Maintainer: Debian X Strike Force Changed-By: Cyril Brulebois Description: xserver-xorg-input-joystick - X.Org X server -- joystick input driver xserver-xorg-input-joystick-dev - X.Org X server -- joystick input driver (development headers) Closes: 634707 660395 Changes: xserver-xorg-input-joystick (1:1.6.0-2) unstable; urgency=high . [ Julien Cristau ] * Use kfreebsd-any wildcard for libusbhid build-dep (closes: #634707). . [ Cyril Brulebois ] * Add patch to deal with the uncoordinated freebsd-libs transition, thanks to Steven Chamberlain (Closes: #660395): - 0001-Fix-includes-for-kfreebsd.diff * Set urgency to “high” for the RC bug fix. Checksums-Sha1: fe72b49f41e9ece672439d9d84113598b38d6681 1701 xserver-xorg-input-joystick_1.6.0-2.dsc b0ac0eb604731fed7a05530f57c4452abc89d951 5743 xserver-xorg-input-joystick_1.6.0-2.diff.gz 152c88d8a9dac6b9f97480f9117af18565c785a7 47948 xserver-xorg-input-joystick_1.6.0-2_amd64.deb 262c7c0e452a655fc29efec64ad449d55b54d875 30362 xserver-xorg-input-joystick-dev_1.6.0-2_all.deb Checksums-Sha256: 95cf2dfd8e639b5bce8e5f01604f4563a4e3359244b20e226ba8c81f8e1114e4 1701 xserver-xorg-input-joystick_1.6.0-2.dsc 932a011f7ff70977c7653bd0832dfdccd05a4dad48f1cb3c04778313708639c7 5743 xserver-xorg-input-joystick_1.6.0-2.diff.gz c91d11980295cb33ac4a0de0b191fce7c4ad6bb88b628be5ce7a90835092fa70 47948 xserver-xorg-input-joystick_1.6.0-2_amd64.deb cce811fb7066b4b686619536e554e09ceefbaa4aeb9389c57dae398
Processing of xserver-xorg-input-joystick_1.6.0-2_amd64.changes
xserver-xorg-input-joystick_1.6.0-2_amd64.changes uploaded successfully to localhost along with the files: xserver-xorg-input-joystick_1.6.0-2.dsc xserver-xorg-input-joystick_1.6.0-2.diff.gz xserver-xorg-input-joystick_1.6.0-2_amd64.deb xserver-xorg-input-joystick-dev_1.6.0-2_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rz9ct-0003uf...@franck.debian.org
xserver-xorg-input-joystick_1.6.0-2_amd64.changes ACCEPTED into unstable
Accepted: xserver-xorg-input-joystick-dev_1.6.0-2_all.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick-dev_1.6.0-2_all.deb xserver-xorg-input-joystick_1.6.0-2.diff.gz to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.diff.gz xserver-xorg-input-joystick_1.6.0-2.dsc to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2.dsc xserver-xorg-input-joystick_1.6.0-2_amd64.deb to main/x/xserver-xorg-input-joystick/xserver-xorg-input-joystick_1.6.0-2_amd64.deb Override entries for your package: xserver-xorg-input-joystick-dev_1.6.0-2_all.deb - optional libdevel xserver-xorg-input-joystick_1.6.0-2.dsc - source x11 xserver-xorg-input-joystick_1.6.0-2_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 634707 660395 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rz9js-0004bw...@franck.debian.org
Bug#660565: [xserver-xorg-input-synaptics] Please suggest synaptiks (kde-config-touchpad)
Package: xserver-xorg-input-synaptics Version: 1.5.0-2 Severity: wishlist synaptiks is a touchpad configuration tool for KDE packaged as kde-config-touchpad. Please suggest that. Note that touchfreeze is no longer in Debian and was obsoleted for Linux by synaptiks. synaptiks is still in development: http://synaptiks.lunaryorn.de -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f416b6a.8080...@gmail.com
Bug#660574: xserver-xorg-video-dummy: missing symbol DUMMYDGAInit
Package: xserver-xorg-video-dummy Version: 0.3.5-1 Severity: important Hello, In version 0.3.5-1, I cannot use the dummy driver with the Xdummy script from x11vnc (see http://www.karlrunge.com/x11vnc/Xdummy). The error message I am getting is: $ ./Xdummy :1 Xdummy: cc -shared -fPIC -o /tmp/Xdummy.michael/1/Xdummy.so /tmp/Xdummy.1258018047.c Xdummy: selected fallback VT vt16 X.Org X Server 1.11.3.901 (1.11.4 RC 1) Release Date: 2012-01-06 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-rc6+ x86_64 Debian Current Operating System: Linux midna 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC 2012 x86_64 Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/sda2_crypt ro rootfstype=ext4 acpi_sleep=s3_bios Build Date: 19 January 2012 09:53:39AM xorg-server 2:1.11.3.901-2 (Cyril Brulebois ) Current version of pixman: 0.24.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.1.log", Time: Sun Feb 19 23:56:04 2012 (++) Using config file: "/etc/X11/xdummy_modified_xconfig.conf_1" (==) Using system config directory "/usr/share/X11/xorg.conf.d" Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/dummy_drv.so: undefined symbol: DUMMYDGAInit I am not quite sure why you decided to use --disable-dga for this version. I rebuilt the package and removed --disable-dga from debian/rules, that fixes the problem for me. I used severity: important for this bug because it completely breaks the package for my use case. Not sure if it’s still usable for anyone else, though :). Thanks, Best regards, Michael -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1329693064-sup-8...@stapelberg.de