Bug#629611: xserver-xorg: reproducible X server segfault

2011-10-31 Thread pacman
Julien Cristau writes:
> 
> On Sun, Oct 30, 2011 at 20:02:43 -0500, pac...@kosh.dhis.org wrote:
> 
> > Disable "dri"
> > Disable "dri2"
> 
> Any particular reason you're doing this?

Because I've read the security document[1]. There's a lot of scary stuff in
there.

[1] http://dri.sourceforge.net/doc/security_low_level.html

> 
> Is the bug reproducible when using EXA instead of XAA (enabling DRI
> should do that, I think, or using the AccelMethod option in the Device
> section).

The drawing bug occurs with any of these:
  Option "NoAccel" "true"
  Option "AccelMethod" "XAA"
  Option "AccelMethod" "EXA"
And it did appear from the log that those options were effective.

Still no server crashes in any case.

I got a few more clues though, after studying xli expecting to find the cause
there, I'm now back to thinking this is a server-side bug.

Here are the ingredients required to reproduce the drawing bug:

1. must use XShmPutImage
2. the XImage must be in XYBitmap format
3. the PutImage width must be less than the full width of the XImage

The third condition occurs when I press '>' on the xli window, because the
resizing of the window generates multiple expose events and xli does with
multiple XShmPutImage requests.

By hacking xli to always paint a width that is one less than the exposed
area's width, I got a test case that demonstrates the bug non-interactively.

And it shows the bug even on Xvfb, so this seems to be a core Xserver bug,
not a driver thing.

I'll work on replacing the hacked xli with a standalone demo.

-- 
Alan Curry



-- 
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/2001033523.26675.qm...@kosh.dhis.org



Processed: closing 480355, closing 480360

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # submitter address bounces
> close 480355
Bug#480355: want easy way to select resolution on install when EDID is broken
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to csh...@brucetelecom.com

> close 480360
Bug#480360: xserver-xorg: Should have a means of generating xorg.conf refresh 
and resolutions for non-ddc monitors
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#484610: xserver-xorg: Need a convenient way to configure xorg.conf for 
non-autoconfigurable monitors
Bug closed, send any further explanations to csh...@brucetelecom.com

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
484610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484610
480355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480355
480360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480360
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.132008881229856.transcr...@bugs.debian.org



Bug#478687: marked as done (script to let root invoke DPMS)

2011-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2011 20:11:56 +0100
with message-id <20111031191156.ga19...@radis.liafa.jussieu.fr>
and subject line Re: Bug#478687: script to let root invoke DPMS
has caused the Debian Bug report #478687,
regarding script to let root invoke DPMS
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.)


-- 
478687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-common
Version: 1:7.3+10
Severity: wishlist

Packages like acpid and other power management stuff might want to
shut down the local display. This can be done with 'xset dpms force
off'. The problem is that root can't do that, if a normal user is
logged in. As a result, a log of hacks are floating around, e.g.

  ps au | sed -rne 's,^root.+[[:space:]]/usr/bin/X ([^[:space:]]+).+-auth 
([^[:space:]]+),\1 \2,p' \
| while read display xauthority; do 
  DISPLAY=$display XAUTHORITY=$xauthority xset dpms force off
done

Maybe x11-common or another x11-* package could provide a script to
allow everyone to standardise? Feel free to use the above snippet
which I place in the public domain.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1+scoflowctrl.1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  lsb-base  3.2-10 Linux Standard Base 3.2 init scrip

x11-common recommends no packages.

-- debconf information excluded


-- 
 .''`.   martin f. krafft 
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
On Wed, Apr 30, 2008 at 12:32:39 +0400, martin f krafft wrote:

> Package: x11-common
> Version: 1:7.3+10
> Severity: wishlist
> 
> Packages like acpid and other power management stuff might want to
> shut down the local display. This can be done with 'xset dpms force
> off'. The problem is that root can't do that, if a normal user is
> logged in. As a result, a log of hacks are floating around, e.g.
> 
>   ps au | sed -rne 's,^root.+[[:space:]]/usr/bin/X ([^[:space:]]+).+-auth 
> ([^[:space:]]+),\1 \2,p' \
> | while read display xauthority; do 
>   DISPLAY=$display XAUTHORITY=$xauthority xset dpms force off
> done
> 
> Maybe x11-common or another x11-* package could provide a script to
> allow everyone to standardise? Feel free to use the above snippet
> which I place in the public domain.
> 
I think this doesn't belong in X.  If people want to do such things
without being part of the X session they can use the kms interface
nowadays.

Cheers,
Julien

--- End Message ---


Bug#604974: marked as done (WISHLIST: does not start without monitor connected)

2011-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2011 20:05:47 +0100
with message-id <20111031190547.ga19...@radis.liafa.jussieu.fr>
and subject line Re: Bug#604974: WISHLIST: does not start without monitor 
connected
has caused the Debian Bug report #604974,
regarding WISHLIST: does not start without monitor connected
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.)


-- 
604974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: Xorg
Version: 1:7.3+20
Severity: wishlist

Hello Xorg team,

a blind friend of mine does not use any monitor. Until now he was able to
use he's previously installed Debian Gnu/Linux system, without screen
connected.
Since he changed the motherboard, the system was able to boot, but no longer
able to switch from x to console !
Solution: he bought a monitor and now it does works, but ... let me say this
is an expensive solution, isn't it ?
The solution: plese do urgently implement xorg to be able to boot without
any monitor connected:
- useful for blind users
- useful for people using PC's remotely as server.
BTW why does this had worked before ? is it a feature that was deleted
inside Xorg recently ?

Greetings,
Osvaldo. 


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages Xorg depends on:
ii  gnome-terminal [x-terminal-em 2.22.3-3   The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx [libgl1]  7.0.3-7A free implementation of the OpenG
ii  libglu1-mesa  7.0.3-7The OpenGL utility library (GLU)
ii  x11-apps  7.3+4  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.3+2+nmu1 X11 utilities
ii  x11-xfs-utils 7.3+1  X font server utilities
ii  x11-xkb-utils 7.4+1  X11 XKB utilities
ii  x11-xserver-utils 7.3+5  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xfonts-scalable   1:1.0.0-6  scalable fonts for X
ii  xfonts-utils  1:7.4+1X Window System font utility progr
ii  xinit 1.0.9-2X server initialisation tool
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.3+20   the X.Org X server
ii  xterm [x-terminal-emulator]   235-2  X terminal emulator

Versions of packages Xorg recommends:
pn  xorg-docs  (no description available)

Xorg suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
On Thu, Nov 25, 2010 at 22:34:42 +0100, Osvaldo La Rosa wrote:

> a blind friend of mine does not use any monitor. Until now he was able to
> use he's previously installed Debian Gnu/Linux system, without screen
> connected.
> Since he changed the motherboard, the system was able to boot, but no longer
> able to switch from x to console !
> Solution: he bought a monitor and now it does works, but ... let me say this
> is an expensive solution, isn't it ?
> The solution: plese do urgently implement xorg to be able to boot without
> any monitor connected:
> - useful for blind users
> - useful for people using PC's remotely as server.
> BTW why does this had worked before ? is it a feature that was deleted
> inside Xorg recently ?
> 
It should now be possible to force an output/connector as connected in
xorg.conf, which would make X start up at 1024x768 on it (since xserver
1.9).  Closing as fixed.

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---


Bug#604974: WISHLIST: does not start without monitor connected

2011-10-31 Thread Julien Cristau
On Thu, Nov 25, 2010 at 22:34:42 +0100, Osvaldo La Rosa wrote:

> a blind friend of mine does not use any monitor. Until now he was able to
> use he's previously installed Debian Gnu/Linux system, without screen
> connected.
> Since he changed the motherboard, the system was able to boot, but no longer
> able to switch from x to console !
> Solution: he bought a monitor and now it does works, but ... let me say this
> is an expensive solution, isn't it ?
> The solution: plese do urgently implement xorg to be able to boot without
> any monitor connected:
> - useful for blind users
> - useful for people using PC's remotely as server.
> BTW why does this had worked before ? is it a feature that was deleted
> inside Xorg recently ?
> 
It should now be possible to force an output/connector as connected in
xorg.conf, which would make X start up at 1024x768 on it (since xserver
1.9).  Closing as fixed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#545175: marked as done (imagemagick: Changing size in display causes crash)

2011-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2011 19:58:51 +0100
with message-id <20111031185851.ga18...@radis.liafa.jussieu.fr>
and subject line Re: Bug#561979: Reassign an imagemagick to X
has caused the Debian Bug report #561979,
regarding imagemagick: Changing size in display causes crash
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.)


-- 
561979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 7:6.5.5.3-1
Severity: important

If I use display to show an image (jpeg) and then try to alter the size,
the image flickers continuously. I have to kill Imagemagick by deleting
the xterm.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages imagemagick depends on:
ii  libbz2-1.0 1.0.5-3   high-quality block-sorting file co
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.5-1  The GLib library of C routines
ii  libgomp1   4.4.1-3   GCC OpenMP (GOMP) support library
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  liblcms1   1.18.dfsg-1   Color management library
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libltdl7   2.2.6a-4  A system independent dlopen wrappe
ii  libmagickcore2 7:6.5.5.3-1   low-level image manipulation libra
ii  libmagickwand2 7:6.5.5.3-1   image manipulation library
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtiff4   3.9.1-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxt6 1:1.0.6-1 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

imagemagick recommends no packages.

Versions of packages imagemagick suggests:
ii  imagemagick-doc  7:6.5.5.3-1 document files of ImageMagick
ii  transfig 1:3.2.5.a-2 Utilities for converting XFig figu

-- no debconf information


--- End Message ---
--- Begin Message ---
On Wed, Dec  1, 2010 at 12:09:32 +0100, Julien Viard de Galbert wrote:

> Hello Bastien,
> 
> On Wed, Dec 01, 2010 at 10:33:12AM +0100, roucaries bastien wrote:
> > >> Imagemagick seems to suffer from an X problem, therefore assign this
> > >> bug to you.
> > 
> > >> I might have missed it, but I see no evidence of an X bug?
> > 
> > By elimination:
> > - does not arrise in my machine whith the image
> > http://www.fmwconcepts.com/misc_tests/logo2t.png
> > - it arrise only with image with an alpha channel
> > - only when running icewm or fluxbox but not running kde and gnome
> > - only on linux and macosx
> > 
> > The interection of all this fact point to X. But we are clueless to
> > help. How can we debug this kind of problem ?
> > 
> > I suppose I could wait after freeze.
> > 
> > Bastien
> 
> As I'm running fluxbox, I tried it.
> None of the 3 following images found on the bugreport did crash my X:
>  * logo2t.png
>  * fuzzy-magick.png
>  * yast.png
> 
> For your information I'm running sid on AMD64. With latest xorg 
> packages and imagemagick version 8:6.6.0.4-3.
> 
> So as the original report is one year old, I would suggest testing again
> with recent version of both Xorg and imagemagick.
> 
Closing.  When filing or reassigning a bug against X the minimum is to
have the X log, which would tell us what software versions and hardware
you're running on.

Cheers,
Julien

--- End Message ---


Bug#561979: marked as done (imagemagick: [display] image flickers and hangs X11 window manager)

2011-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2011 19:58:51 +0100
with message-id <20111031185851.ga18...@radis.liafa.jussieu.fr>
and subject line Re: Bug#561979: Reassign an imagemagick to X
has caused the Debian Bug report #561979,
regarding imagemagick: [display] image flickers and hangs X11 window manager
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.)


-- 
561979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 7:6.5.8.3-1
Severity: important


I have a problem when I run display that the image flickers and hangs my 
display. To get out of it I have to go to a virtual console and kill off
the display process.  Here's what some of the trace looks like:

strace:

mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7
f66000
read(4, "\1\0\0\3pug\0\00212\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 392
read(4, "", 4096)   = 0
close(4)= 0
munmap(0xb7f66000, 4096)= 0
getsockname(3, {sa_family=AF_FILE, NULL}, [2]) = 0
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 
18}, {"\0\0", 2}, {"\2\6\225d\352.<\202
17011 MagickCoreGenesis(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4, 0xb7f25980) = 1
17011 AcquireExceptionInfo(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4, 0xb7f25980) = 
0x8423c28
17011 AcquireImageInfo(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4, 0xb7f25980) = 
0x8424b28
17011 MagickCommandGenesis(0x8424b28, 0x80486a8, 2, 0xbfb078e4, 0 
17011 DisplayImageCommand(0x8424b28, 2, 0xbfb078e4, 0, 0x8423c28 
17011 --- SIGTERM (Terminated) ---


Any suggestions?


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages imagemagick depends on:
ii  libbz2-1.0 1.0.5-3   high-quality block-sorting file co
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4.2 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgomp1   4.4.2-5   GCC OpenMP (GOMP) support library
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  liblcms1   1.18.dfsg-1   Color management library
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libltdl7   2.2.6b-2  A system independent dlopen wrappe
ii  libmagickcore2 7:6.5.8.3-1   low-level image manipulation libra
ii  libmagickwand2 7:6.5.8.3-1   image manipulation library
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtiff4   3.9.2-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript  8.70~dfsg-2 The GPL Ghostscript PostScript/PDF
ii  libmagickcore2-extra 7:6.5.8.3-1 low-level image manipulation libra
ii  netpbm   2:10.0-12   Graphics conversion tools
ii  ufraw0.16-1  standalone importer for raw camera

Versions of packages imagemagick suggests:
pn  autotrace  (no description available)
ii  cups-bsd [lpr]  1.4.2-5  Common UNIX Printing System(tm) - 
ii  curl7.19.7-1 Get a file from an HTTP, HTTPS or 
pn  enscript   (no description available)
ii  ffmpeg  5:0.5+svn20091210-0.0audio/video encoder, streaming ser
ii  gimp2.6.7-1.1The GNU Image Manipulation Program
pn  gnuplot

Processed: fixed 541733 in 1:7.5~1, notfixed 541733 in 1:7.5-1

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 541733 1:7.5~1
Bug #541733 {Done: Julien Cristau } [src:xorg] xorg: Use 
dh_prep instead of previous “dh_clean -k”
Bug Marked as fixed in versions xorg/1:7.5~1.
> notfixed 541733 1:7.5-1
Bug #541733 {Done: Julien Cristau } [src:xorg] xorg: Use 
dh_prep instead of previous “dh_clean -k”
The source xorg and version  do not appear to match any binary packages
Bug No longer marked as fixed in versions 1:7.5-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
541733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541733
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.132008520211254.transcr...@bugs.debian.org



libxpm_3.5.9-4_amd64.changes ACCEPTED into unstable

2011-10-31 Thread Debian FTP Masters



Accepted:
libxpm-dev_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm-dev_3.5.9-4_amd64.deb
libxpm4-dbg_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm4-dbg_3.5.9-4_amd64.deb
libxpm4_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm4_3.5.9-4_amd64.deb
libxpm_3.5.9-4.diff.gz
  to main/libx/libxpm/libxpm_3.5.9-4.diff.gz
libxpm_3.5.9-4.dsc
  to main/libx/libxpm/libxpm_3.5.9-4.dsc
xpmutils_3.5.9-4_amd64.deb
  to main/libx/libxpm/xpmutils_3.5.9-4_amd64.deb


Override entries for your package:
libxpm-dev_3.5.9-4_amd64.deb - optional libdevel
libxpm4-dbg_3.5.9-4_amd64.deb - extra debug
libxpm4_3.5.9-4_amd64.deb - optional libs
libxpm_3.5.9-4.dsc - source x11
xpmutils_3.5.9-4_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 646960 


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/e1rkviv-0002dw...@franck.debian.org



Processing of libxpm_3.5.9-4_amd64.changes

2011-10-31 Thread Debian FTP Masters
libxpm_3.5.9-4_amd64.changes uploaded successfully to localhost
along with the files:
  libxpm_3.5.9-4.dsc
  libxpm_3.5.9-4.diff.gz
  libxpm4_3.5.9-4_amd64.deb
  libxpm4-dbg_3.5.9-4_amd64.deb
  libxpm-dev_3.5.9-4_amd64.deb
  xpmutils_3.5.9-4_amd64.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/e1rkvzn-0001ls...@franck.debian.org



Bug#646960: marked as done (libxpm4-dbg: "Multi-Arch: same" but not co-installable with itself)

2011-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2011 17:32:37 +
with message-id 
and subject line Bug#646960: fixed in libxpm 1:3.5.9-4
has caused the Debian Bug report #646960,
regarding libxpm4-dbg: "Multi-Arch: same" but not co-installable with itself
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.)


-- 
646960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: libxpm4-dbg
Version: 1:3.5.9-3
Severity: normal
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

On an i386(+amd64) system with multi-arch-enabled dpkg:
| # apt-get install -qq libxpm4-dbg libxpm4-dbg:amd64
| (Reading database ... 25080 files and directories currently installed.)
| Unpacking libxpm4-dbg (from .../libxpm4-dbg_1%3a3.5.9-3_i386.deb) ...
| dpkg: error processing 
/var/cache/apt/archives/libxpm4-dbg_1%3a3.5.9-3_i386.deb (--unpack):
|  './usr/lib/debug/usr/bin/sxpm' is different from the same file on the system
| configured to not write apport reports
|   dpkg-deb: error: subprocess paste was 
killed by signal (Broken pipe)
| Errors were encountered while processing:
|  /var/cache/apt/archives/libxpm4-dbg_1%3a3.5.9-3_i386.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)

--
Jakub Wilk


--- End Message ---
--- Begin Message ---
Source: libxpm
Source-Version: 1:3.5.9-4

We believe that the bug you reported is fixed in the latest version of
libxpm, which is due to be installed in the Debian FTP archive:

libxpm-dev_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm-dev_3.5.9-4_amd64.deb
libxpm4-dbg_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm4-dbg_3.5.9-4_amd64.deb
libxpm4_3.5.9-4_amd64.deb
  to main/libx/libxpm/libxpm4_3.5.9-4_amd64.deb
libxpm_3.5.9-4.diff.gz
  to main/libx/libxpm/libxpm_3.5.9-4.diff.gz
libxpm_3.5.9-4.dsc
  to main/libx/libxpm/libxpm_3.5.9-4.dsc
xpmutils_3.5.9-4_amd64.deb
  to main/libx/libxpm/xpmutils_3.5.9-4_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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated libxpm 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: SHA256

Format: 1.8
Date: Mon, 31 Oct 2011 16:41:44 +0100
Source: libxpm
Binary: libxpm4 libxpm4-dbg libxpm-dev xpmutils
Architecture: source amd64
Version: 1:3.5.9-4
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libxpm-dev - X11 pixmap library (development headers)
 libxpm4- X11 pixmap library
 libxpm4-dbg - X11 pixmap library (debug package)
 xpmutils   - X11 pixmap utilities
Closes: 646960
Changes: 
 libxpm (1:3.5.9-4) unstable; urgency=low
 .
   * Exclude xpmutils from the debug package so it really is multi-arch safe
 (closes: #646960).  Thanks, Jakub Wilk!
   * Don't require fakeroot for debian/rules clean.
   * Replace the change from 1:3.5.9-3 with the equivalent fix committed
 upstream.
Checksums-Sha1: 
 861b17af27f6acce5aecb593f71478a441e1c405 2129 libxpm_3.5.9-4.dsc
 b4e2e2c6f24451ea5687d6d7769b339abbc80ac0 15583 libxpm_3.5.9-4.diff.gz
 252444625fb8ef051f6764c781e73539d366fc4c 48124 libxpm4_3.5.9-4_amd64.deb
 fa9983b55f568712fc8ed630430b622b48ffb8c4 76898 libxpm4-dbg_3.5.9-4_amd64.deb
 e7e4c0c09e52bd6d2570ab3f5ad47382b9174391 107424 libxpm-dev_3.5.9-4_amd64.deb
 063ba7a87c9b898709d897feaa894ded4dd592a5 36342 xpmutils_3.5.9-4_amd64.deb
Checksums-Sha256: 
 28887e02b1478c63fa4735aee9e4efaccc93c3067daf35b32bce2baef771d805 2129 
libxpm_3.5.9-4.dsc
 42e55afc30d5db2eda6317d504a30b2223358c843e3f1b566f541bdd024fe0b9 15583 
libxpm_3.5.9-4.diff.gz
 25d08eb134b7c4edb3302509ea6398fb78db5393ecc04c7b2d94cb851a537834 48124 
libxpm4_3.5.9-4_amd64.deb
 857d50a58b30565b30703f75856df202b6c85c9fe596ddfacb78f623b37f7d08 76898 
libxpm4-dbg_3.5.9-4_amd64.deb
 e64b49298efe3b61a59441e4de0aae0cd2f363398acfced3a99c1b618567731f 107424 
libxpm-dev_3.5.9-4_amd64.deb
 7728c34ca0100110355c18f56f49f3db0ac3e837fe7cc046caf933af3fd26e59 36342 
xpmutils_3.5.9-4_amd64.deb
Files: 
 2418c7fe4320a1480c37ecdc0ca4da62 2129 x11 optional libxpm_3.5.9-4.dsc
 0316e45ba4dcd848ef062c08d2a7c256 15583 x11 optional libxpm_3.5.9-4.diff.gz
 b9bd

libxpm: Changes to 'debian-unstable'

2011-10-31 Thread Julien Cristau
 configure.ac |2 +-
 debian/changelog |   12 ++--
 debian/rules |3 ++-
 sxpm/Makefile.am |2 +-
 4 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 47bd71042f7bd562a4a855f1dc6c53e29d326e78
Author: Julien Cristau 
Date:   Mon Oct 31 18:18:25 2011 +0100

Clean up libtool m4 files.

diff --git a/debian/changelog b/debian/changelog
index 56d56c3..dda98e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxpm (1:3.5.9-5) UNRELEASED; urgency=low
+
+  * Clean up libtool m4 files.
+
+ -- Julien Cristau   Mon, 31 Oct 2011 18:18:12 +0100
+
 libxpm (1:3.5.9-4) unstable; urgency=low
 
   * Exclude xpmutils from the debug package so it really is multi-arch safe
diff --git a/debian/rules b/debian/rules
index fbc0a33..06b37ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,8 @@ clean:
rm -rf build
rm -f aclocal.m4 compile config.guess config.h.in config.sub configure
rm -f INSTALL depcomp install-sh ltmain.sh missing mkinstalldirs
-   rm -f $$(find -name Makefile.in)
+   find -name Makefile.in -delete
+   rm -f m4/libtool*.m4 m4/lt*.m4
# Extra clean-up:
rm -f doc/xpm.pdf
 

commit 162c907c421bbd793a8278e24b25e61d3e83502a
Author: Julien Cristau 
Date:   Mon Oct 31 16:41:59 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 04e956b..56d56c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-libxpm (1:3.5.9-4) UNRELEASED; urgency=low
+libxpm (1:3.5.9-4) unstable; urgency=low
 
   * Exclude xpmutils from the debug package so it really is multi-arch safe
 (closes: #646960).  Thanks, Jakub Wilk!
   * Don't require fakeroot for debian/rules clean.
+  * Replace the change from 1:3.5.9-3 with the equivalent fix committed
+upstream.
 
- -- Julien Cristau   Sat, 29 Oct 2011 12:11:30 +0200
+ -- Julien Cristau   Mon, 31 Oct 2011 16:41:44 +0100
 
 libxpm (1:3.5.9-3) unstable; urgency=low
 

commit 834f00597cddeea296646f1c0c0ac7f37a1afa47
Author: Julien Cristau 
Date:   Sat Sep 24 19:18:56 2011 +0200

Link sxpm against -lX11

It calls various Xlib functions so should link with -lX11 directly.

Signed-off-by: Julien Cristau 
(cherry picked from commit 29972ebbb2409bcba87637069a7ad9a958b3325d)

diff --git a/configure.ac b/configure.ac
index 057c056..376cca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CHECK_FUNCS([strlcat])
 
 # Obtain compiler/linker options for dependencies
 PKG_CHECK_MODULES(XPM, xproto x11)
-PKG_CHECK_MODULES(SXPM, xt xext xextproto, build_sxpm=true, build_sxpm=false)
+PKG_CHECK_MODULES(SXPM, x11 xt xext xextproto, build_sxpm=true, 
build_sxpm=false)
 AM_CONDITIONAL(BUILD_SXPM, test x$build_sxpm = xtrue)
 
 # Internationalization & localization support

commit 1fcb25d038b7a73ac52f88348e43349cb45154ec
Author: Julien Cristau 
Date:   Mon Oct 31 16:38:55 2011 +0100

Revert sxpm/Makefile.am change from 1:3.5.9-3

diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
index dae968b..8241e87 100644
--- a/sxpm/Makefile.am
+++ b/sxpm/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS)
 
 sxpm_SOURCES = sxpm.c
 
-LDADD = $(top_builddir)/src/libXpm.la $(SXPM_LIBS) -lX11
+LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
 
 # Man page
 appmandir = $(APP_MAN_DIR)


-- 
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/e1rkvvq-ey...@vasks.debian.org



libxpm: Changes to 'refs/tags/libxpm-1_3.5.9-4'

2011-10-31 Thread Julien Cristau
Tag 'libxpm-1_3.5.9-4' created by Julien Cristau  at 
2011-10-31 17:13 +

Tagging upload of libxpm 1:3.5.9-4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABCAAGBQJOrtc1AAoJEDEBgAUJBeQMb+AQAMo7kOIPecER5i0T1C9hWZ3B
Y2T1j+L9u1MkTLuKcAXZbKxBSU26sOiBsoastSxPG+DsPQ4HyNeTQBbHMYsc5F8r
vxqaXRBcsf/2yqm5Mp44GQK+Zz5rKMpH7p9Mz/v5eCyS/rUfcjFZnQhzOy//omXT
1x/uUAxDyOYmc1NaZSdJms93N9nnsatKfYnoBccUuZ3zF1Y0Lwy+o4rPdG3Wn5Ci
jIW8l3NTpvRm/ujzCC0uws9d6XS0umnFvSxh+9jC6lHUrpC2i/kmWvBLcK0mzjmp
w8p45IdPYtn03C6KHRqXy9qHtiASMgwpkHFQx/3JIVrtEg2lTE1+e8qkY5PblB/d
9CohD9Vrub0h918i+7ohm2dSQKqTXY3HwlzX4vNYvVaBiF12zyHDWjsBJaxKaM+z
Z0PI8dnBAPnQrxj9e80IiRl4UllGpIK7tYmacbLLYpPJK+dbcYD1C2qVQNPJg+h3
Ml9y0EzdME2NgijY8+mTt/zLht90JhkXFv9VVK3SIbVHFWQKd6if25jziDZwccdN
5eyMYG4iFwoTGnAqFodBbrP27JTp9J3yNzwiMsd6H4oCkMMWy8lqjWfOZyp5Xptn
Y5VPzh9rIs4wH/l19sXdiJ1qvf8MNA+dePFEnb+70kVbxydZQlBgjwvd6M9j5gAM
njKfqgXbqA2kL7qym2l+
=btAA
-END PGP SIGNATURE-

Changes since libxpm-1_3.5.9-3:
Julien Cristau (5):
  Exclude xpmutils from the debug package so it really is multi-arch safe
  Don't require fakeroot for debian/rules clean.
  Revert sxpm/Makefile.am change from 1:3.5.9-3
  Link sxpm against -lX11
  Upload to unstable

---
 configure.ac |2 +-
 debian/changelog |   10 ++
 debian/rules |4 ++--
 sxpm/Makefile.am |2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)
---


-- 
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/e1rkvvr-fi...@vasks.debian.org



Bug#629611: xserver-xorg: reproducible X server segfault

2011-10-31 Thread Julien Cristau
On Sun, Oct 30, 2011 at 20:02:43 -0500, pac...@kosh.dhis.org wrote:

>   Disable "dri"
>   Disable "dri2"

Any particular reason you're doing this?

Is the bug reproducible when using EXA instead of XAA (enabling DRI
should do that, I think, or using the AccelMethod option in the Device
section).

Cheers,
Julien



-- 
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/20111031163732.go3...@radis.liafa.jussieu.fr



Processed: tagging 647201

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 647201 + moreinfo
Bug #647201 [xserver-xorg-video-nouveau] [xserver-xorg-video-nouveau] external 
monitor regression after upgrading from squeeze to wheezy
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647201
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.13200785225958.transcr...@bugs.debian.org



Bug#647201: [xserver-xorg-video-nouveau] external monitor regression after upgrading from squeeze to wheezy

2011-10-31 Thread Riccardo Magliocchetti

Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20110411+8378443-1+b2
Severity: normal

--- Please enter the report below this line. ---

Hello,

on an asus g1 laptop with an NVIDIA GeForceGo 7700 GPU, after upgrading 
to wheezy, xrandr sees only the lvds output and thus cannot change the 
vga output resolution. The strange thing is that the vga monitor works 
but displays the same lvds output at presumably 1280x800.


I've tried 2.6.32, 2.6.38 and 3.0 debian kernels with wheezy userspace 
and all of them behave in the same way.


I will have access to the machine to provide some logs later this week.

Sorry for the sparse information.

thanks,
riccardo

--- System information. ---
Architecture: i386
Kernel:   Linux 3.1.0-rc10+

Debian Release: wheezy/sid
  500 unstableftp.de.debian.org
1 experimentalftp.de.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.





--
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/4eaec6f0.4020...@gmail.com



Bug#636872: Xemacs recently began displaying multiple red cursors

2011-10-31 Thread Michel Dänzer
On Son, 2011-10-30 at 13:29 -0500, Steve M. Robbins wrote: 
> On Sun, Oct 30, 2011 at 07:16:52PM +0100, Julien Cristau wrote:
> 
> > can you track it down to a particular upgrade of the X driver or kernel?
> 
> I can try.  Is there any guidance you can give me?  For example, if
> you think it more likely to be the kernel or the X driver, I will
> start there.

I'd say the X server/driver is more likely than the kernel.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



--
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/1320074705.5674.11.camel@thor.local



Processed: tagging 647157

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 647157 + upstream patch fixed-upstream
Bug #647157 [xserver-xorg-core] xserver-xorg-input-evdev: Segmentation fault 
when shutting down X11
Added tag(s) upstream, fixed-upstream, and patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647157
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.1320072615614.transcr...@bugs.debian.org



Bug#647157: xserver-xorg-input-evdev: Segmentation fault when shutting down X11

2011-10-31 Thread Julien Cristau
On Sun, Oct 30, 2011 at 21:31:52 -0500, Brian Paterni wrote:

> I'm experiencing a segmentation fault when I close down X servers and I think
> it may be related to evdev since evdev is listed in the backtrace I receive:
> 
Try this patch (against xorg-server):
http://patchwork.freedesktop.org/patch/7713/

Cheers,
Julien



-- 
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/20111031142443.gl3...@radis.liafa.jussieu.fr



Processed: bug 647157 is forwarded to http://patchwork.freedesktop.org/patch/7713/

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 647157 http://patchwork.freedesktop.org/patch/7713/
Bug #647157 [xserver-xorg-core] xserver-xorg-input-evdev: Segmentation fault 
when shutting down X11
Set Bug forwarded-to-address to 'http://patchwork.freedesktop.org/patch/7713/'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647157
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.132007083323032.transcr...@bugs.debian.org



Processed: reassign 647157 to xserver-xorg-core

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 647157 xserver-xorg-core 2:1.11.1.901-2
Bug #647157 [xserver-xorg-input-evdev] xserver-xorg-input-evdev: Segmentation 
fault when shutting down X11
Bug reassigned from package 'xserver-xorg-input-evdev' to 'xserver-xorg-core'.
Bug No longer marked as found in versions xserver-xorg-input-evdev/1:2.6.0-3.
Bug #647157 [xserver-xorg-core] xserver-xorg-input-evdev: Segmentation fault 
when shutting down X11
Bug Marked as found in versions xorg-server/2:1.11.1.901-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647157
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.132007082322792.transcr...@bugs.debian.org



Processed: tagging 647157

2011-10-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 647157 - lfs
Bug #647157 [xserver-xorg-input-evdev] xserver-xorg-input-evdev: Segmentation 
fault when shutting down X11
Removed tag(s) lfs.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647157
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.132007037520873.transcr...@bugs.debian.org