building kernel drm modules [was Re: DRI on mach64 (ATI Technologies Inc 3D Rage Pro 215GP (rev 5c))]

2008-09-22 Thread Hans Ekbrand
On Fri, Sep 19, 2008 at 11:51:29AM +0200, Hans Ekbrand wrote:
> On Fri, Sep 19, 2008 at 11:29:32AM +0200, Michel Dänzer wrote:
> > On Fri, 2008-09-19 at 10:23 +0200, Hans Ekbrand wrote:
> > > 
> > > What is the step needed to compile the drm kernel module for mach64 on
> > > a up-to-date lenny (powerpc) system?
> > 
> > Install the drm-modules-source package from experimental and use e.g.
> > module-assistant, or see http://dri.freedesktop.org/wiki/Building .

The build failed. Did I miss something, or is this expected to happen
(sometimes)?

Below is a list of what I did.

1. added experimental to sources.list

$ grep experimental /etc/apt/sources.list
deb-src http://ftp.se.debian.org/debian/ experimental main

2. Backported drm-modules-source from experimental to lenny

# apt-get build-dep drm-modules-source
# apt-get --build source drm-modules-source

3. Installed the backported drm-modules-source package

# dpkg -i drm-modules-source_2.3.1+git+20080706+401f77a-1_all.deb

I just ignored the other packages that where built in this run:

libdrm-dev_2.3.1+git+20080706+401f77a-1_powerpc.deb
libdrm2_2.3.1+git+20080706+401f77a-1_powerpc.deb
libdrm2-dbg_2.3.1+git+20080706+401f77a-1_powerpc.deb

Was that correct?

4. Installing whatever m-a requires

# m-a prepare

5. building the modules

# m-a a-i drm-modules

Below is the build-log.

/usr/bin/make -C linux-core KERNELDIR=/lib/modules/2.6.26-1-powerpc/build 
KVERREL=2.6.26-1-powerpc clean
make[1]: Entering directory `/usr/src/modules/drm-modules/linux-core'
rm -rf *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd *.mod.c 
drm_pciids.h .tmp_versions
make[1]: Leaving directory `/usr/src/modules/drm-modules/linux-core'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/drm-modules'
/usr/bin/make -C linux-core KERNELDIR=/lib/modules/2.6.26-1-powerpc/build 
KVERREL=2.6.26-1-powerpc clean
make[2]: Entering directory `/usr/src/modules/drm-modules/linux-core'
rm -rf *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd *.mod.c 
drm_pciids.h .tmp_versions
make[2]: Leaving directory `/usr/src/modules/drm-modules/linux-core'
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.26-1-powerpc/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
sed -e 's/##KVERS##/2.6.26-1-powerpc/g ;s/#KVERS#/2.6.26-1-powerpc/g ; 
s/_KVERS_/2.6.26-1-powerpc/g ; s/##KDREV##/2.6.26-5/g ; s/#KDREV#/2.6.26-5/g ; 
s/_KDREV_/2.6.26-5/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_testroot
dh_clean -k
# Build the modules
/usr/bin/make -C linux-core KERNELDIR=/lib/modules/2.6.26-1-powerpc/build 
KVERREL=2.6.26-1-powerpc \

EXTRA_CFLAGS=-DGIT_REVISION=\\\"drm-2.3.0-1313-g401f77a2ef1d55fea\\\"
make[2]: Entering directory `/usr/src/modules/drm-modules/linux-core'
sh ../scripts/create_linux_pci_lists.sh < ../shared-core/drm_pciids.txt
make -C /lib/modules/2.6.26-1-powerpc/build  SUBDIRS=`pwd` DRMSRCDIR=`pwd` 
modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.26-1-powerpc'
fatal: Not a git repository
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_auth.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_bufs.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_context.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_dma.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_drawable.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_drv.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_fops.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_ioctl.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_irq.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_lock.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_memory.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_proc.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_stub.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_vm.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_sysfs.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_pci.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_agpsupport.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_scatter.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_memory_debug.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/ati_pcigart.o
/usr/src/modules/drm-modules/linux-core/ati_pcigart.c: In function 
‘drm_ati_pcigart_init’:
/usr/src/modules/drm-modules/linux-core/ati_pcigart.c:129: warning: unused 
variable ‘page_base’
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_sman.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_hashtab.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_mm.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_object.o
  CC [M]  /usr/src/modules/drm-modules/linux-core/drm_compat.o
  CC [M]  /usr/src/modules/drm-modules/linux-

Bug#499501: xserver-xorg-core: does not detect video devices anymore (kfreebsd-amd64)

2008-09-22 Thread Petr Salinger

IMHO, it is a wrong way of testing. It should be changed as follows.
Should I file a separate bug report against libpciaccess ?


I'll try to get the patch applied upstream.


There is one more place to extend, please try to accept
attached patch, cleaner patch,

Petrdiff --git a/configure.ac b/configure.ac
index 67b18f4..1f41f30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,14 @@ if test "x$have_mtrr_h" = xyes; then
 AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
 fi
 
+dnl check for the pci_io.pi_sel.pc_domain
+AC_CHECK_MEMBER([struct pci_io.pi_sel.pc_domain],
+   [AC_DEFINE(HAVE_PCI_IO_PC_DOMAIN,1,[Have the 
pci_io.pi_sel.pc_domain member.])],
+   [],
+   [ #include 
+ #include 
+   ])
+
 AC_SUBST(PCIACCESS_CFLAGS)
 AC_SUBST(PCIACCESS_LIBS)
  
diff --git a/src/common_init.c b/src/common_init.c
index ff24183..8a12691 100644
--- a/src/common_init.c
+++ b/src/common_init.c
@@ -54,7 +54,7 @@ pci_system_init( void )
 
 #ifdef linux
 err = pci_system_linux_sysfs_create();
-#elif defined(__FreeBSD__) || defined(__DragonFly__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || 
defined(__DragonFly__)
 err = pci_system_freebsd_create();
 #elif defined(__OpenBSD__)
 err = pci_system_openbsd_create();
diff --git a/src/freebsd_pci.c b/src/freebsd_pci.c
index 4b8f7ba..352cac7 100644
--- a/src/freebsd_pci.c
+++ b/src/freebsd_pci.c
@@ -43,12 +43,6 @@
 #include 
 #include 
 
-#if __FreeBSD_version >= 700053
-#define DOMAIN_SUPPORT 1
-#else
-#define DOMAIN_SUPPORT 0
-#endif
-
 #include "pciaccess.h"
 #include "pciaccess_private.h"
 
@@ -168,7 +162,7 @@ pci_device_freebsd_read( struct pci_device * dev, void * 
data,
 {
 struct pci_io io;
 
-#if DOMAIN_SUPPORT
+#if HAVE_PCI_IO_PC_DOMAIN
 io.pi_sel.pc_domain = dev->domain;
 #endif
 io.pi_sel.pc_bus = dev->bus;
@@ -208,7 +202,7 @@ pci_device_freebsd_write( struct pci_device * dev, const 
void * data,
 {
 struct pci_io io;
 
-#if DOMAIN_SUPPORT
+#if HAVE_PCI_IO_PC_DOMAIN
 io.pi_sel.pc_domain = dev->domain;
 #endif
 io.pi_sel.pc_bus = dev->bus;
@@ -488,7 +482,7 @@ pci_system_freebsd_create( void )
 for ( i = 0; i < pciconfio.num_matches; i++ ) {
struct pci_conf *p = &pciconf[ i ];
 
-#if DOMAIN_SUPPORT
+#if HAVE_PCI_IO_PC_DOMAIN
pci_sys->devices[ i ].base.domain = p->pc_sel.pc_domain;
 #else
pci_sys->devices[ i ].base.domain = 0;


Bug#321434: xedit: requires to press 'save' twice

2008-09-22 Thread Jason Spiro
forwarded 321434 http://bugs.freedesktop.org/show_bug.cgi?id=17726
thanks

I reported this bug upstream, but in a different form:  I titled the
bug "Please stop distributing xedit binaries until this data loss bug
in xedit is fixed", and I described both the dataloss-on-quit problem
and the double-save-required problem.

Maybe now they will fix the bug.

Julien, do you want me to request a freeze exception for x11-apps on
the debian-release mailing list for you so that the buggy xedit won't
be shipped with lenny?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#321434: xedit: requires to press 'save' twice

2008-09-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 321434 http://bugs.freedesktop.org/show_bug.cgi?id=17726
Bug#321434: xedit: requires to press 'save' twice
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=17726.
(By the way, this Bug is currently marked as done.)

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#499858: x11proto-xext-dev: Missing libxi-dev dependency

2008-09-22 Thread Bryce Harrington
Subject: x11proto-xext-dev: Missing libxi-dev dependency
Package: x11proto-xext-dev
Version: 7.0.2-6build1
Severity: important
Tags: patch

(https://bugs.edge.launchpad.net/ubuntu/+source/x11proto-xext/+bug/273386)

/usr/include/X11/Extensions/XInput.h, which is included in
X11/Extensions/XTest.h, has moved from x11proto-input-dev to libx1-dev.
As a result, it seems that x11proto-xext-dev (or perhaps
x11proto-input-dev) needs to have a Depend added for libxi-dev.

This manifested as a FTBFS with synergy which has a BuildDep on
x11proto-xext-dev, but fails needing XInput.h.


diff -Nru x11proto-xext-7.0.2/debian/changelog 
x11proto-xext-7.0.2/debian/changelog
--- x11proto-xext-7.0.2/debian/changelog2008-09-22 17:28:16.0 
-0700
+++ x11proto-xext-7.0.2/debian/changelog2008-09-22 17:28:16.0 
-0700
@@ -1,3 +1,11 @@
+x11proto-xext (7.0.2-6build2) hardy; urgency=low
+
+  * control: Add dependency on libxi-dev.  XInput.h has moved from the
+x11proto-input-dev package to libxi-dev, so packages that include
+XTest.h would FTBS.  (LP: #273386)
+
+ -- Bryce Harrington <[EMAIL PROTECTED]>  Mon, 22 Sep 2008 17:22:20 -0700
+
 x11proto-xext (7.0.2-6build1) intrepid; urgency=low
 
   * Fakesync with Debian unstable (different .orig.tar.gz)
diff -Nru /tmp/RchLBO5iHg/x11proto-xext-7.0.2/debian/control 
/tmp/ZIi1gs3cTc/x11proto-xext-7.0.2/debian/control
--- x11proto-xext-7.0.2/debian/control  2008-09-22 17:28:16.0 -0700
+++ x11proto-xext-7.0.2/debian/control  2008-09-22 17:28:16.0 -0700
@@ -10,7 +10,7 @@
 
 Package: x11proto-xext-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-input-dev, libxau-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-input-dev, libxau-dev, 
libx1-dev
 Conflicts: libxext-dev (<< 6.8.2-25), libxtst-dev (<< 6.8.2-25)
 Replaces: libxext-dev (<< 6.8.2-25), libxtst-dev (<< 6.8.2-25)
 Pre-Depends: x11-common (>= 1:7.0.0)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321434: marked as done (xedit: requires to press 'save' twice)

2008-09-22 Thread Debian Bug Tracking System

Your message dated Mon, 22 Sep 2008 23:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321434: fixed in x11-apps 7.3+4
has caused the Debian Bug report #321434,
regarding xedit: requires to press 'save' twice
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 [EMAIL PROTECTED]
immediately.)


-- 
321434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321434
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xbase-clients
Version: 6.8.2.dfsg.1-4
Severity: normal


when saving a (changed) buffer to file xedit complains 'Save: No
changes need to be saved, Save again to override.' and does not save
anything.

second button press succeeds (as message indicates).

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xbase-clients depends on:
ii  cpp   4:4.0.1-2  The GNU C preprocessor (cpp)
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libdmx1   6.8.2.dfsg.1-4 Distributed Multihead X client lib
ii  libdps1   6.8.2.dfsg.1-4 Display PostScript (DPS) client li
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libfs66.8.2.dfsg.1-4 X Font Server library
ii  libglu1-xorg [libglu1]6.8.2.dfsg.1-4 Mesa OpenGL utility library [X.Org
ii  libice6   6.8.2.dfsg.1-4 Inter-Client Exchange library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libselinux1   1.24-1 SELinux shared libraries
ii  libsm66.8.2.dfsg.1-4 X Window System Session Management
ii  libxau6   6.8.2.dfsg.1-4 X Authentication library
ii  libxaw8   6.8.2.dfsg.1-4 X Athena widget set library
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-4 X Window System multi-head display
ii  libxkbfile1   6.8.2.dfsg.1-4 X Keyboard Extension file parsing 
ii  libxkbui1 6.8.2.dfsg.1-4 X Keyboard Extension user interfac
ii  libxmu6   6.8.2.dfsg.1-4 X Window System miscellaneous util
ii  libxmuu1  6.8.2.dfsg.1-4 lightweight X Window System miscel
ii  libxp66.8.2.dfsg.1-4 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-4 X pixmap library
ii  libxrandr26.8.2.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxss1   6.8.2.dfsg.1-4 X Screen Saver client-side library
ii  libxt66.8.2.dfsg.1-4 X Toolkit Intrinsics
ii  libxtrap6 6.8.2.dfsg.1-4 X Window System protocol-trapping 
ii  libxtst6  6.8.2.dfsg.1-4 X Window System event recording an
ii  libxv16.8.2.dfsg.1-4 X Window System video extension li
ii  libxxf86dga1  6.8.2.dfsg.1-4 X Direct Graphics Access extension
ii  libxxf86misc1 6.8.2.dfsg.1-4 X miscellaneous extensions library
ii  libxxf86vm1   6.8.2.dfsg.1-4 X Video Mode selection library
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m
ii  xlibs-data6.8.2.dfsg.1-4 X Window System client data
ii  zlib1g1:1.2.3-2  compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: x11-apps
Source-Version: 7.3+4

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

x11-apps_7.3+4.dsc
  to pool/main/x/x11-apps/x11-apps_7.3+4.dsc
x11-apps_7.3+4.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.3+4.tar.gz
x11-apps_7.3+4_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.3+4_i386.deb



A sum

x11-apps_7.3+4_i386.changes ACCEPTED

2008-09-22 Thread Debian Installer

Accepted:
x11-apps_7.3+4.dsc
  to pool/main/x/x11-apps/x11-apps_7.3+4.dsc
x11-apps_7.3+4.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.3+4.tar.gz
x11-apps_7.3+4_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.3+4_i386.deb


Override entries for your package:
x11-apps_7.3+4.dsc - source x11
x11-apps_7.3+4_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 321434 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of x11-apps_7.3+4_i386.changes

2008-09-22 Thread Archive Administrator
x11-apps_7.3+4_i386.changes uploaded successfully to localhost
along with the files:
  x11-apps_7.3+4.dsc
  x11-apps_7.3+4.tar.gz
  x11-apps_7.3+4_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of x11-apps_7.3+4_i386.changes

2008-09-22 Thread Archive Administrator
x11-apps_7.3+4_i386.changes uploaded successfully to ftp.upload.debian.org
along with the files:
  x11-apps_7.3+4.dsc
  x11-apps_7.3+4.tar.gz
  x11-apps_7.3+4_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



x11-apps: Changes to 'debian-lenny'

2008-09-22 Thread Julien Cristau
 debian/changelog   |8 
 debian/control |8 
 debian/copyright   |   26 
 debian/patches/series  |2 
 debian/rules   |2 
 debian/x11-apps.install|1 
 debian/x11-apps.menu   |7 
 debian/x11-apps.postinst.in|   20 
 debian/x11-apps.postrm.in  |   20 
 debian/x11-apps.preinst.in |   20 
 xedit/COPYING  |   12 
 xedit/ChangeLog|   65 
 xedit/INSTALL  |  236 -
 xedit/Makefile.am  |  235 -
 xedit/Makefile.in  | 1491 ---
 xedit/Xedit-color.ad   |  195 
 xedit/Xedit-noxprint.ad|  462 --
 xedit/Xedit-sample |  233 -
 xedit/Xedit-xprint.ad  |  562 --
 xedit/aclocal.m4   | 1581 ---
 xedit/commands.c   | 1185 -
 xedit/compile  |  142 
 xedit/config.guess | 1500 ---
 xedit/config.h.in  |   22 
 xedit/config.sub   | 1608 ---
 xedit/configure| 5632 --
 xedit/configure.ac |   54 
 xedit/depcomp  |  530 --
 xedit/hook.c   | 1236 -
 xedit/install-sh   |  323 -
 xedit/ispell.c | 2207 --
 xedit/lisp.c   |  274 -
 xedit/lisp/README  |  195 
 xedit/lisp/TODO|   81 
 xedit/lisp/bytecode.c  | 3693 -
 xedit/lisp/bytecode.h  |  268 -
 xedit/lisp/compile.c   | 2224 --
 xedit/lisp/core.c  | 7022 -
 xedit/lisp/core.h  |  221 -
 xedit/lisp/debugger.c  |  828 ---
 xedit/lisp/debugger.h  |   72 
 xedit/lisp/env.c   |  151 
 xedit/lisp/format.c| 2121 -
 xedit/lisp/format.h|   42 
 xedit/lisp/hash.c  |  661 ---
 xedit/lisp/hash.h  |   71 
 xedit/lisp/helper.c| 1126 -
 xedit/lisp/helper.h|  115 
 xedit/lisp/internal.h  |  798 ---
 xedit/lisp/io.c|  709 ---
 xedit/lisp/io.h|  115 
 xedit/lisp/lisp.c  | 5511 -
 xedit/lisp/lisp.h  |   44 
 xedit/lisp/lsp.c   |   79 
 xedit/lisp/math.c  | 1477 --
 xedit/lisp/math.h  |  100 
 xedit/lisp/mathimp.c   | 5223 
 xedit/lisp/modules/indent.lsp  | 1420 --
 xedit/lisp/modules/lisp.lsp|  174 
 xedit/lisp/modules/progmodes/c.lsp | 1116 -
 xedit/lisp/modules/progmodes/html.lsp  |  327 -
 xedit/lisp/modules/progmodes/imake.lsp |  188 
 xedit/lisp/modules/progmodes/lisp.lsp  |  384 -
 xedit/lisp/modules/progmodes/make.lsp  |  135 
 xedit/lisp/modules/progmodes/man.lsp   |  160 
 xedit/lisp/modules/progmodes/patch.lsp |   55 
 xedit/lisp/modules/progmodes/rpm.lsp   |  166 
 xedit/lisp/modules/progmodes/sgml.lsp  |  428 --
 xedit/lisp/modules/progmodes/sh.lsp|  113 
 xedit/lisp/modules/progmodes/xconf.lsp |   68 
 xedit/lisp/modules/progmodes/xlog.lsp  |  102 
 xedit/lisp/modules/progmodes/xrdb.lsp  |  115 
 xedit/lisp/modules/psql.c  |  983 
 xedit/lisp/modules/syntax.lsp  | 1452 --
 xedit/lisp/modules/x11.c   |  666 ---
 xedit/lisp/modules/xaw.c   |  664 ---
 xedit/lisp/modules/xedit.lsp   |  563 --
 xedit/lisp/modules/xt.c| 1799 
 xedit/lisp/mp/mp.c |  822 ---
 xedit/lisp/mp/mp.h |  435 --
 xedit/lisp/mp/mpi.c| 1660 ---
 xedit/lisp/mp/mpr.c|  436 --
 xedit/lisp/package.c   |  865 
 xedit/lisp/package.h   |   62 
 xedit/lisp/pathname.c  | 1096 -
 xedit/lisp/pathname.h  |   78 
 xedit/lisp/private.h   |  544 --
 xedit/lisp/re/README   |  121 
 xedit/lisp/re/re.c | 2648 
 xedit/lisp/re/re.h |  123 
 xedit/lisp/re/rec.c| 1015 
 xedit/lisp/re/reo.c|  685 ---
 xedit/lisp/re/rep.h|  369 -
 xedit/lisp/re/tests.c  |  199 
 xedit/lisp/re/tests.txt|  461 --
 xedit/lisp/read.c  | 2057 -
 xedit/lisp/read.h  |   47 
 xedit/lisp/regex.

x11-apps: Changes to 'refs/tags/x11-apps-7.3+4'

2008-09-22 Thread Julien Cristau
Tag 'x11-apps-7.3+4' created by Julien Cristau <[EMAIL PROTECTED]> at 
2008-09-22 22:26 +

Tagging upload of x11-apps 7.3+4 to unstable.

Changes since x11-apps-7.3+3:
Julien Cristau (3):
  Remove xedit from the package, it's unmaintained and broken
  Remove xedit's conffiles on upgrade.
  Prepare changelog for upload

---
 debian/changelog   |8 
 debian/control |8 
 debian/copyright   |   26 
 debian/patches/series  |2 
 debian/rules   |2 
 debian/x11-apps.install|1 
 debian/x11-apps.menu   |7 
 debian/x11-apps.postinst.in|   20 
 debian/x11-apps.postrm.in  |   20 
 debian/x11-apps.preinst.in |   20 
 xedit/COPYING  |   12 
 xedit/ChangeLog|   65 
 xedit/INSTALL  |  236 -
 xedit/Makefile.am  |  235 -
 xedit/Makefile.in  | 1491 ---
 xedit/Xedit-color.ad   |  195 
 xedit/Xedit-noxprint.ad|  462 --
 xedit/Xedit-sample |  233 -
 xedit/Xedit-xprint.ad  |  562 --
 xedit/aclocal.m4   | 1581 ---
 xedit/commands.c   | 1185 -
 xedit/compile  |  142 
 xedit/config.guess | 1500 ---
 xedit/config.h.in  |   22 
 xedit/config.sub   | 1608 ---
 xedit/configure| 5632 --
 xedit/configure.ac |   54 
 xedit/depcomp  |  530 --
 xedit/hook.c   | 1236 -
 xedit/install-sh   |  323 -
 xedit/ispell.c | 2207 --
 xedit/lisp.c   |  274 -
 xedit/lisp/README  |  195 
 xedit/lisp/TODO|   81 
 xedit/lisp/bytecode.c  | 3693 -
 xedit/lisp/bytecode.h  |  268 -
 xedit/lisp/compile.c   | 2224 --
 xedit/lisp/core.c  | 7022 -
 xedit/lisp/core.h  |  221 -
 xedit/lisp/debugger.c  |  828 ---
 xedit/lisp/debugger.h  |   72 
 xedit/lisp/env.c   |  151 
 xedit/lisp/format.c| 2121 -
 xedit/lisp/format.h|   42 
 xedit/lisp/hash.c  |  661 ---
 xedit/lisp/hash.h  |   71 
 xedit/lisp/helper.c| 1126 -
 xedit/lisp/helper.h|  115 
 xedit/lisp/internal.h  |  798 ---
 xedit/lisp/io.c|  709 ---
 xedit/lisp/io.h|  115 
 xedit/lisp/lisp.c  | 5511 -
 xedit/lisp/lisp.h  |   44 
 xedit/lisp/lsp.c   |   79 
 xedit/lisp/math.c  | 1477 --
 xedit/lisp/math.h  |  100 
 xedit/lisp/mathimp.c   | 5223 
 xedit/lisp/modules/indent.lsp  | 1420 --
 xedit/lisp/modules/lisp.lsp|  174 
 xedit/lisp/modules/progmodes/c.lsp | 1116 -
 xedit/lisp/modules/progmodes/html.lsp  |  327 -
 xedit/lisp/modules/progmodes/imake.lsp |  188 
 xedit/lisp/modules/progmodes/lisp.lsp  |  384 -
 xedit/lisp/modules/progmodes/make.lsp  |  135 
 xedit/lisp/modules/progmodes/man.lsp   |  160 
 xedit/lisp/modules/progmodes/patch.lsp |   55 
 xedit/lisp/modules/progmodes/rpm.lsp   |  166 
 xedit/lisp/modules/progmodes/sgml.lsp  |  428 --
 xedit/lisp/modules/progmodes/sh.lsp|  113 
 xedit/lisp/modules/progmodes/xconf.lsp |   68 
 xedit/lisp/modules/progmodes/xlog.lsp  |  102 
 xedit/lisp/modules/progmodes/xrdb.lsp  |  115 
 xedit/lisp/modules/psql.c  |  983 
 xedit/lisp/modules/syntax.lsp  | 1452 --
 xedit/lisp/modules/x11.c   |  666 ---
 xedit/lisp/modules/xaw.c   |  664 ---
 xedit/lisp/modules/xedit.lsp   |  563 --
 xedit/lisp/modules/xt.c| 1799 
 xedit/lisp/mp/mp.c |  822 ---
 xedit/lisp/mp/mp.h |  435 --
 xedit/lisp/mp/mpi.c| 1660 ---
 xedit/lisp/mp/mpr.c|  436 --
 xedit/lisp/package.c   |  865 
 xedit/lisp/package.h   |   62 
 xedit/lisp/pathname.c  | 1096 -
 xedit/lisp/pathname.h  |   78 
 xedit/lisp/private.h   |  544 --
 xedit/lisp/re/README   |  121 
 xedit/lisp/re/re.c | 2648 
 xedit/lisp/re/re.h |  123 
 xedit/lisp/re/rec.c

Bug#321434:

2008-09-22 Thread Julien Cristau
On Mon, Sep 22, 2008 at 12:14:46 +0200, Herman Robak wrote:

> In short: Yes, it's better with no xedit at all.
> 

On Mon, Sep 22, 2008 at 17:33:11 -0400, Jason Spiro wrote:

> IMO you should not ship xedit until this bug is fixed.
> 

Thanks to both of you for your concern and comments, I'll remove xedit
in the next upload.  We might ship it again later if this bug gets fixed
and people feel it's important.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321434:

2008-09-22 Thread Jason Spiro
2008/9/22 Julien Cristau <[EMAIL PROTECTED]> wrotw:
> On Mon, Sep 15, 2008 at 16:24:48 -0400, Jason Spiro wrote:
>
>> severity 321434 grave
>> thanks
>>
>> Raising severity to grave as Herman and Gernot requested.  I verified
>> today that the bug still exists in x11-apps 7.3+3 (the latest version
>> in Debian testing).
>>
> If you guys think it's better to not ship xedit than to ship it with
> this bug, I'll happily upload an x11-apps package with xedit removed.
> If not, then this bug shouldn't be RC.
>
> Cheers,
> Julien
>

IMO you should not ship xedit until this bug is fixed.

-- 
Jason Spiro: software/web developer, trainer, IT consultant. I support
Linux, UNIX, Windows, and more. Contact me to discuss your needs and
get a free estimate. +1 (613) 668-6096 / [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#497523: I can confirm this...

2008-09-22 Thread Sven Arvidsson
> I packaged quickly xserver-xorg-input-synaptics 0.5.2 but the problem is
> still  there.  I attached  to this  mail my  Xorg log  and configuration
> files. Does anyone has a solution to this annoying problem?

Hi,

I simply set the options for TapButton in xorg.conf and it seems to work for me.

[...]
Option  "TapButton1""1"
Option  "TapButton2""2"
Option  "TapButton3""3"
[...]

See "man synaptics" for more info.

> (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16

I still get this in my logs, so it's probably unrelated.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: This is a digitally signed message part


Bug#497523: I can confirm this...

2008-09-22 Thread Julien Cristau
On Mon, Sep 22, 2008 at 23:06:00 +0200, Sven Arvidsson wrote:

> > (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
> 
> I still get this in my logs, so it's probably unrelated.
> 
That's from the hotplugged device, not the one in xorg.conf.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: change bug submitter address

2008-09-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> submitter 102338 [EMAIL PROTECTED]
Bug#102338: xspecs: Xpm documentation missing
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 129014 [EMAIL PROTECTED]
Bug#129014: bfbtester gives wrong (?) results
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 129550 [EMAIL PROTECTED]
Bug#129550: glibc-doc: umount() description does not match real behaviour
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 131331 [EMAIL PROTECTED]
Bug#131331: liborbit-dev: generates invalid code for enum used as union 
discriminator
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 134084 [EMAIL PROTECTED]
Bug#134084: gnome-doc-tools: typo in png-support-3.1.dtd
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 148220 [EMAIL PROTECTED]
Bug#148220: no_proxy environment variable should have the same behaviour as for 
other programs
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 160474 [EMAIL PROTECTED]
Bug#160474: fbiterm: should have a manual page
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 203867 [EMAIL PROTECTED]
Bug#203867: www.debian.org: voting system amendment page confusing
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 203875 [EMAIL PROTECTED]
Bug#203875: www.debian.org: 2003 DPL election page: confusing quorum information
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 212033 [EMAIL PROTECTED]
Bug#212033: python-imaging-doc-html: README.Debian file does not make sense
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 224624 [EMAIL PROTECTED]
Bug#224624: /usr/games/vsinstall: vsinstall sound settings are very confusing
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 347991 [EMAIL PROTECTED]
Bug#347991: python-id3lib: upstream project name is hard to find
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 348758 [EMAIL PROTECTED]
Bug#348758: aptitude: confuses "purge" with "install" in error message
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 350428 [EMAIL PROTECTED]
Bug#350428: esound: esddsp causes firefox to segfault on amd64
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 364635 [EMAIL PROTECTED]
Bug#364635: ssh: keyboard-interactive authentification does not work
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 365512 [EMAIL PROTECTED]
Bug#365512: atlas3: FTBFS on amd64 (relocation problem with sqrtf)
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 392263 [EMAIL PROTECTED]
Bug#392263: net-tools: buffer overflow in ipmaddr
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]
(By the way, that Bug is currently marked as done.)

> submitter 392271 [EMAIL PROTECTED]
Bug#392271: dhcp-client: buffer overflow in dhclient
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 392452 [EMAIL PROTECTED]
Bug#392452: /usr/sbin/exim_dbmbuild: buffer overflow in exim_dbmbuild
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]
(By the way, that Bug is currently marked as done.)

> submitter 392663 [EMAIL PROTECTED]
Bug#392663: apt: off-by-one errors in "extracttar.cc"
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 397176 [EMAIL PROTECTED]
Bug#397176: exim4: logic error in pcre.c and pcre_compile.c
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]
(By the way, that Bug is currently marked as done.)

> submitter 397183 [EMAIL PROTECTED]
Bug#397183: nmap: logic errors in regular expression parsing code
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 397188 [EMAIL PROTECTED]
Bug#397188: noshell: please update license file (is titantool still free?)
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 397536 [EMAIL PROTECTED]
Bug#397536: format string vulnerability in eperl_perl5.c
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 400131 [EMAIL PROTECTED]
Bug#400131: /usr/lib/libdb3.so.3.0.2: logic error in qam_verify.c
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 416303 [EMAIL PROTECTED]
Bug#416303: upgrade-reports: upgrade report: success on a simple mail/web server
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 431295 [EMAIL PROTECTED]
Bug#431295: /usr/bin/setterm: buffer overflow in parse_snapfile()
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> submitter 442908 [EMAIL PROTECTED]
Bug#442908: valgrind: thousands of false positives on powerpc
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

> thanks
Stopping processing here.

P

Bug#499501: xserver-xorg-core: does not detect video devices anymore (kfreebsd-amd64)

2008-09-22 Thread Julien Cristau
On Mon, Sep 22, 2008 at 21:35:24 +0200, Petr Salinger wrote:

> It is important to have the "pc_domain" field initialized,
> the "PCI_DOM_FROM_TAG(tag)" seems be better compared to plain "0".
>
> Please could you apply your fix. Many thanks.
>
Will do, thanks for testing.

>> FWIW, libpciaccess is used in newer versions of X for this, and has:
>> #if __FreeBSD_version >= 700053
>> #define DOMAIN_SUPPORT 1
>> #else
>> #define DOMAIN_SUPPORT 0
>> #endif
>>
>> and then sets io.pi_sel.pc_domain if DOMAIN_SUPPORT is non-zero.
>
> IMHO, it is a wrong way of testing. It should be changed as follows.
> Should I file a separate bug report against libpciaccess ?
>
I'll try to get the patch applied upstream.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#499501: xserver-xorg-core: does not detect video devices anymore (kfreebsd-amd64)

2008-09-22 Thread Petr Salinger

I found the cause, there have been change in GNU/kFreeBSD specific headers.
The identification (struct pcisel) have been extended by domain field in
FreeBSD 7.x series. There is a ABI compatibility layer - the reason why
2:1.4.2-1 works. With current interface, the io.pi_sel.pc_domain is not
initialized, it contains garbage, in the first iteration
it have been luckily zeroed -> some entries have been found.

In long term, it should properly handle domains, but in short term
(for current sid and our lenny snapshot) please, could you add
the patch bellow. It really does not affect any official release
architectures.


Why should domain be set to 0, as opposed to PCI_DOM_FROM_TAG(tag)?
(I don't really care either way, just trying to understand this.)


I tested xorg-server with suggested modification, it works for me too.

only in patch2:
unchanged:
--- xorg-server-1.4.2.orig/hw/xfree86/os-support/bus/freebsdPci.c
+++ xorg-server-1.4.2/hw/xfree86/os-support/bus/freebsdPci.c
@@ -133,6 +133,7 @@
 {
struct pci_io io;
int error;
+   io.pi_sel.pc_domain = PCI_DOM_FROM_TAG(tag);
io.pi_sel.pc_bus = BUS(tag);
io.pi_sel.pc_dev = DFN(tag) >> 3;
io.pi_sel.pc_func = DFN(tag) & 7;
@@ -148,6 +149,7 @@
 freebsdPciCfgWrite(PCITAG tag, int off, CARD32 val)
 {
struct pci_io io;
+   io.pi_sel.pc_domain = PCI_DOM_FROM_TAG(tag);
io.pi_sel.pc_bus = BUS(tag);
io.pi_sel.pc_dev = DFN(tag) >> 3;
io.pi_sel.pc_func = DFN(tag) & 7;


It is important to have the "pc_domain" field initialized,
the "PCI_DOM_FROM_TAG(tag)" seems be better compared to plain "0".

Please could you apply your fix. Many thanks.



FWIW, libpciaccess is used in newer versions of X for this, and has:
#if __FreeBSD_version >= 700053
#define DOMAIN_SUPPORT 1
#else
#define DOMAIN_SUPPORT 0
#endif

and then sets io.pi_sel.pc_domain if DOMAIN_SUPPORT is non-zero.


IMHO, it is a wrong way of testing. It should be changed as follows.
Should I file a separate bug report against libpciaccess ?

only in patch2:
unchanged:
--- libpciaccess-0.10.3.orig/configure.ac
+++ libpciaccess-0.10.3/configure.ac
@@ -97,6 +97,14 @@
 AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
 fi

+dnl check for the pci_io.pi_sel.pc_domain
+AC_CHECK_MEMBER([struct pci_io.pi_sel.pc_domain],
+   [AC_DEFINE(HAVE_PCI_IO_PC_DOMAIN,1,[Have the 
pci_io.pi_sel.pc_domain member.])],
+   [],
+   [ #include 
+ #include 
+   ])
+
 AC_SUBST(PCIACCESS_CFLAGS)
 AC_SUBST(PCIACCESS_LIBS)

only in patch2:
unchanged:
--- libpciaccess-0.10.3.orig/src/freebsd_pci.c
+++ libpciaccess-0.10.3/src/freebsd_pci.c
@@ -43,7 +43,7 @@
 #include 
 #include 

-#if __FreeBSD_version >= 700053
+#if HAVE_PCI_IO_PC_DOMAIN
 #define DOMAIN_SUPPORT 1
 #else
 #define DOMAIN_SUPPORT 0



Petr




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#211765: Follow-up for SGI licensing update

2008-09-22 Thread Brett Smith
Hello everyone,

As some people here have noticed, SGI's update of the SGI Free License B
is a really great contribution to free software, and it does a lot to
help resolve this bug.  Unfortunately, it's not a complete solution;
there are still a few legal loose ends that need to be tied up.  I've
written up more about the current state of everything at
.  I'll be
working with the relevant people to get the rest of the licensing
cleared up.  I'll let you know when that happens, so you'll be able to
close this bug for good.

If you have any questions about this, please don't hesitate to contact
me.

Best regards,

-- 
Brett Smith
Licensing Compliance Engineer, Free Software Foundation





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#497523: I can confirm this...

2008-09-22 Thread Arnaud Fontaine
Hello,

I packaged quickly xserver-xorg-input-synaptics 0.5.2 but the problem is
still  there.  I attached  to this  mail my  Xorg log  and configuration
files. Does anyone has a solution to this annoying problem?

Cheers,
Arnaud Fontaine


# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"unix/:7101"
FontPath"unix/:7100"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules" "xorg"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "synaptics"
Option  "SendCoreEvents"
Option  "Device" "/dev/input/mice"
Option  "Protocol" "auto-dev"
Option  "SHMConfig" "on"
Option  "MaxTapTime" "0"
EndSection

Section "Monitor"
Identifier  "T43"
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "MVGA"
Option  "RightOf" "T43"
Modeline"1280x1024_85.00"  159.36  1280 1376 1512 1744  1024 1025 
1028 1075  -HSync +Vsync
Modeline"1600x1200_90.00"  251.18  1600 1728 1904 2208  1200 1201 
1204 1264  -HSync +Vsync
Modeline"1600x1200_85.00"  234.76  1600 1720 1896 2192  1200 1201 
1204 1260  -HSync +Vsync
Option  "PreferredMode" "1600x1200_85.00"
EndSection  

Section "Device"
Identifier  "ATI Technologies Inc M22 [Mobility Radeon X300]"
Driver  "radeon"
BusID   "PCI:1:0:0"
Option  "monitor-LVDS"  "T43"
Option  "monitor-VGA-0" "MVGA"
Option  "AccelMethod"   "exa"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M22 [Mobility Radeon X300]"
Monitor"Thinkpad T43"
DefaultDepth 24
SubSection "Display"
Virtual3000 1200
EndSubSection
EndSection
(WW) Failed to open protocol names file /etc/X11/xserver/protocol.txt
X.Org X Server 1.5.0
Release Date: 
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-686 i686 Debian
Current Operating System: Linux maggie 2.6.26-maggie-1 #1 Thu Jul 31 09:14:26 
CEST 2008 i686
Build Date: 04 September 2008  02:08:46AM
xorg-server 2:1.5.0-1 ([EMAIL PROTECTED]) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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.0.log", Time: Wed Sep 17 17:14:12 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor ""
(**) |   |-->Device "ATI Technologies Inc M22 [Mobility Radeon X300]"
(==) No monitor specified for screen "Default Screen".
Using a default monitor configuration.
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d04c0
(II) Module ABI versions:

Bug#499788: xserver-xorg-input-kbd: keyboard frequently gets into weird state

2008-09-22 Thread clayton
Package: xserver-xorg-input-kbd
Version: 1:1.3.1-1
Severity: important


On this Thinkpad x24 / KDE / running SCIM, I am frequently finding that 
the keyboard seems to have gotten itself re-mapped in the middle of my 
typing or using the keyboard to navigate (I frequently eschew mouse for 
keyboard navigation) and I don't know what I might have done to cause 
it. The most frequent situation: suddenly PgUp and PgDn start cycling 
between the tabs of my mrxvt terminal window, for instance, rather then 
scrolling in 'less' as they have always done before. The symptoms 
sometimes express themselves in other ways, it is a bit confusing 
because it is not consistent.

Sometimes repeated presses of Ctrl-Shift gets me out of trouble. I seem 
to have had at least one xserver crash a couple days ago, while this was 
happening. (No logs, sorry)

The details are so fuzzy that I hesitate to issue a bug report, but this 
happens *a lot* on this machine, and it started very recently.

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

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

Versions of packages xserver-xorg-input-kbd depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  xserver-xorg-core 2:1.4.2-5  Xorg X server - core server

xserver-xorg-input-kbd recommends no packages.

xserver-xorg-input-kbd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321434:

2008-09-22 Thread Herman Robak
On Mon, 22 Sep 2008 11:58:41 +0200, Julien Cristau <[EMAIL PROTECTED]> wrote:

> If you guys think it's better to not ship xedit than to ship it with
> this bug, I'll happily upload an x11-apps package with xedit removed.
> If not, then this bug shouldn't be RC.

There are plenty other editors which are actually maintained.
The users should be spared from the aggravation that led to
this bug report.

In short: Yes, it's better with no xedit at all.

-- 
Herman Robak



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321434:

2008-09-22 Thread Julien Cristau
On Mon, Sep 15, 2008 at 16:24:48 -0400, Jason Spiro wrote:

> severity 321434 grave
> thanks
> 
> Raising severity to grave as Herman and Gernot requested.  I verified
> today that the bug still exists in x11-apps 7.3+3 (the latest version
> in Debian testing).
> 
If you guys think it's better to not ship xedit than to ship it with
this bug, I'll happily upload an x11-apps package with xedit removed.
If not, then this bug shouldn't be RC.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]