Bug#654217: xserver-xorg-video-intel: Computercrash with wine running Borland Delphi

2012-01-02 Thread Cyril Brulebois
Hi,

Reinhard Karcher reinhard.karc...@gmx.net (02/01/2012):
 Package: xserver-xorg-video-intel
 Version: 2:2.17.0+git20120101-2
 Severity: normal
 
 Dear Maintainer,
 
* What led up to the situation?
  Starting delphi32.exe using wine
* What was the outcome of this action?
  The computer crashed and could not be reached via ssh;
  shuting down via acpi using the power button was succesfull
 
 The problem is located in the sna-code of the driver.
 Compiling the driver from git using --disable-sna produced a xorg driver,
 that did not crash. It is the driver I am using now.
 As I could not reach the computer after the crash, I couldn't copy
 the i915 error message from /sys.

hmm, that's unfortunate. If you can reproduce it, maybe mount debugfs
before the crash, and set up a crontab or a timer (e.g. within screen:
sleep 2m  cp -r …)?

I guess upstream will need that, but you can already start filing a bug
report upstream, following:
  http://intellinuxgraphics.org/how_to_report_bug.html

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#654251: Please convert libfontenc to multiarch

2012-01-02 Thread Riku Voipio
Package: libfontenc
Version: 1:1.1.0-1 
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch
Tags: patch

Hi,

the attached patch does an straightrorward multiarch conversion of libfontenc1

Riku
From 317780117638f896e40333d7bac5d37c4d1ba539 Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Mon, 2 Jan 2012 16:50:43 +0200
Subject: [PATCH] libfontenc: multiarch conversion

The following patch converts libfontench to multi-arch
---
 debian/changelog|6 ++
 debian/control  |5 -
 debian/libfontenc-dev.install   |6 +++---
 debian/libfontenc1-udeb.install |2 +-
 debian/libfontenc1.install  |2 +-
 debian/rules|2 ++
 6 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 830dce6..52a263a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libfontenc (1:1.1.0-1.1) unstable; urgency=low
+
+  * Multi-Arch conversion
+
+ -- Riku Voipio riku.voi...@linaro.org  Mon, 02 Jan 2012 16:28:19 +0200
+
 libfontenc (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2149c3c..b7274d1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
- debhelper (= 5.0.0),
+ debhelper (= 8.1.3),
  x11proto-core-dev (= 6.8.99.15+cvs.20050722),
  zlib1g-dev,
  pkg-config,
@@ -20,6 +20,8 @@ Package: libfontenc1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 font encoding library
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.
@@ -60,6 +62,7 @@ Package: libfontenc-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libfontenc1 (= ${binary:Version}), zlib1g-dev
+Multi-Arch: same
 Description: X11 font encoding library (development headers)
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.
diff --git a/debian/libfontenc-dev.install b/debian/libfontenc-dev.install
index fd2e598..9929f91 100644
--- a/debian/libfontenc-dev.install
+++ b/debian/libfontenc-dev.install
@@ -1,4 +1,4 @@
 usr/include/X11/*
-usr/lib/libfontenc.a
-usr/lib/libfontenc.so
-usr/lib/pkgconfig/fontenc.pc
+usr/lib/*/libfontenc.a
+usr/lib/*/libfontenc.so
+usr/lib/*/pkgconfig/fontenc.pc
diff --git a/debian/libfontenc1-udeb.install b/debian/libfontenc1-udeb.install
index c3876f6..16b37f9 100644
--- a/debian/libfontenc1-udeb.install
+++ b/debian/libfontenc1-udeb.install
@@ -1 +1 @@
-usr/lib/libfontenc.so.1*
+usr/lib/*/libfontenc.so.1*
diff --git a/debian/libfontenc1.install b/debian/libfontenc1.install
index c3876f6..16b37f9 100644
--- a/debian/libfontenc1.install
+++ b/debian/libfontenc1.install
@@ -1 +1 @@
-usr/lib/libfontenc.so.1*
+usr/lib/*/libfontenc.so.1*
diff --git a/debian/rules b/debian/rules
index 8c867eb..7526477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -40,6 +41,7 @@ build-stamp:
 	mkdir -p build
 	cd build  \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+	 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	 --infodir=\$${prefix}/share/info $(confflags) \
 		 --with-encodingsdir=\$${datadir}/fonts/X11/encodings \
 	 CFLAGS=$(CFLAGS) 
-- 
1.7.5.4



Bug#654252: please add multi-arch support for libxfont

2012-01-02 Thread Riku Voipio
Package: libxfont
Version: 1:1.4.4-1
Severity: normal
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch
Tags: patch

Hi,

Another rather straightforward multiarch conversion. 

Riku
From 22386f6b4aef96c04bef653c878a2966b2fe64ea Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Mon, 2 Jan 2012 16:49:24 +0200
Subject: [PATCH] Convert to Multi-Arch

This patch converts libxfont to multiarch
---
 debian/control|5 -
 debian/libxfont-dev.install   |6 +++---
 debian/libxfont1-udeb.install |2 +-
 debian/libxfont1.install  |2 +-
 debian/rules  |2 ++
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 4b5fd8e..4d01073 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons dpars...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
- debhelper (= 8),
+ debhelper (= 8.1.3),
  dh-autoreconf,
  quilt,
  pkg-config,
@@ -27,6 +27,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: xprint ( 2:1.6.0-1)
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 font rasterisation library
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).
@@ -67,6 +69,7 @@ Package: libxfont-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (= 1:1.0.1-1)
+Multi-Arch: same
 Description: X11 font rasterisation library (development headers)
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).
diff --git a/debian/libxfont-dev.install b/debian/libxfont-dev.install
index edf16a3..75740c9 100644
--- a/debian/libxfont-dev.install
+++ b/debian/libxfont-dev.install
@@ -1,7 +1,7 @@
 usr/include/X11/*
-usr/lib/libXfont.a
-usr/lib/libXfont.so
-usr/lib/pkgconfig/xfont.pc
+usr/lib/*/libXfont.a
+usr/lib/*/libXfont.so
+usr/lib/*/pkgconfig/xfont.pc
 
 # Extra doc, under noinst_* in doc/Makefile.am:
 ../../build-main/doc/*.html usr/share/doc/libxfont-dev/
diff --git a/debian/libxfont1-udeb.install b/debian/libxfont1-udeb.install
index e73e376..02a72ba 100644
--- a/debian/libxfont1-udeb.install
+++ b/debian/libxfont1-udeb.install
@@ -1,2 +1,2 @@
-usr/lib/libXfont.so.1*
+usr/lib/*/libXfont.so.1*
 
diff --git a/debian/libxfont1.install b/debian/libxfont1.install
index e73e376..02a72ba 100644
--- a/debian/libxfont1.install
+++ b/debian/libxfont1.install
@@ -1,2 +1,2 @@
-usr/lib/libXfont.so.1*
+usr/lib/*/libXfont.so.1*
 
diff --git a/debian/rules b/debian/rules
index 11814cc..65116cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ CFLAGS   = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS  += -Wall
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CONFFLAGS += \
 	--enable-fc \
@@ -15,6 +16,7 @@ CONFFLAGS += \
 	--enable-bdfformat \
 	--enable-devel-docs \
 	--without-fop \
+	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	CFLAGS=$(CFLAGS) \
 	CPPFLAGS=$(CPPFLAGS) \
 	LDFLAGS=$(LDFLAGS)
-- 
1.7.5.4



Bug#654252: please add multi-arch support for libxfont

2012-01-02 Thread Cyril Brulebois
Riku Voipio riku.voi...@iki.fi (02/01/2012):
 Package: libxfont
 Version: 1:1.4.4-1
 Severity: normal
 User: multiarch-de...@lists.alioth.debian.org
 Usertags: multiarch
 Tags: patch
 
 Hi,
 
 Another rather straightforward multiarch conversion. 

Same bug as in #654251:

 diff --git a/debian/libxfont1-udeb.install b/debian/libxfont1-udeb.install
 index e73e376..02a72ba 100644
 --- a/debian/libxfont1-udeb.install
 +++ b/debian/libxfont1-udeb.install
 @@ -1,2 +1,2 @@
 -usr/lib/libXfont.so.1*
 +usr/lib/*/libXfont.so.1*


Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#654251: Please convert libfontenc to multiarch

2012-01-02 Thread Cyril Brulebois
Hi,

and thanks for the patch.

Riku Voipio riku.voi...@iki.fi (02/01/2012):
 Package: libfontenc
 Version: 1:1.1.0-1 
 User: multiarch-de...@lists.alioth.debian.org
 Usertags: multiarch
 Tags: patch
 
 Hi,
 
 the attached patch does an straightrorward multiarch conversion of libfontenc1

Straightforward but buggy anyway, see below:

 diff --git a/debian/libfontenc1-udeb.install b/debian/libfontenc1-udeb.install
 index c3876f6..16b37f9 100644
 --- a/debian/libfontenc1-udeb.install
 +++ b/debian/libfontenc1-udeb.install
 @@ -1 +1 @@
 -usr/lib/libfontenc.so.1*
 +usr/lib/*/libfontenc.so.1*

This is wrong.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#654251: Please convert libfontenc to multiarch

2012-01-02 Thread Riku Voipio
On Mon, Jan 02, 2012 at 04:26:39PM +0100, Cyril Brulebois wrote:
  diff --git a/debian/libfontenc1-udeb.install 
  b/debian/libfontenc1-udeb.install
  index c3876f6..16b37f9 100644
  --- a/debian/libfontenc1-udeb.install
  +++ b/debian/libfontenc1-udeb.install
  @@ -1 +1 @@
  -usr/lib/libfontenc.so.1*
  +usr/lib/*/libfontenc.so.1*
 
 This is wrong.

Corrected patch attached. Libxfont will follow in a minute.

From 40747864699da04ec854001d0d51ec91c81969c3 Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Mon, 2 Jan 2012 16:50:43 +0200
Subject: [PATCH] libfontenc: multiarch conversion

The following patch converts libfontench to multi-arch
---
 debian/changelog|6 ++
 debian/control  |5 -
 debian/libfontenc-dev.install   |6 +++---
 debian/libfontenc1-udeb.install |2 +-
 debian/libfontenc1.install  |2 +-
 debian/rules|2 ++
 6 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 830dce6..52a263a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libfontenc (1:1.1.0-1.1) unstable; urgency=low
+
+  * Multi-Arch conversion
+
+ -- Riku Voipio riku.voi...@linaro.org  Mon, 02 Jan 2012 16:28:19 +0200
+
 libfontenc (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2149c3c..b7274d1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
- debhelper (= 5.0.0),
+ debhelper (= 8.1.3),
  x11proto-core-dev (= 6.8.99.15+cvs.20050722),
  zlib1g-dev,
  pkg-config,
@@ -20,6 +20,8 @@ Package: libfontenc1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 font encoding library
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.
@@ -60,6 +62,7 @@ Package: libfontenc-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libfontenc1 (= ${binary:Version}), zlib1g-dev
+Multi-Arch: same
 Description: X11 font encoding library (development headers)
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.
diff --git a/debian/libfontenc-dev.install b/debian/libfontenc-dev.install
index fd2e598..9929f91 100644
--- a/debian/libfontenc-dev.install
+++ b/debian/libfontenc-dev.install
@@ -1,4 +1,4 @@
 usr/include/X11/*
-usr/lib/libfontenc.a
-usr/lib/libfontenc.so
-usr/lib/pkgconfig/fontenc.pc
+usr/lib/*/libfontenc.a
+usr/lib/*/libfontenc.so
+usr/lib/*/pkgconfig/fontenc.pc
diff --git a/debian/libfontenc1-udeb.install b/debian/libfontenc1-udeb.install
index c3876f6..23a4565 100644
--- a/debian/libfontenc1-udeb.install
+++ b/debian/libfontenc1-udeb.install
@@ -1 +1 @@
-usr/lib/libfontenc.so.1*
+usr/lib/*/libfontenc.so.1* usr/lib/
diff --git a/debian/libfontenc1.install b/debian/libfontenc1.install
index c3876f6..16b37f9 100644
--- a/debian/libfontenc1.install
+++ b/debian/libfontenc1.install
@@ -1 +1 @@
-usr/lib/libfontenc.so.1*
+usr/lib/*/libfontenc.so.1*
diff --git a/debian/rules b/debian/rules
index 8c867eb..7526477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -40,6 +41,7 @@ build-stamp:
 	mkdir -p build
 	cd build  \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+	 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	 --infodir=\$${prefix}/share/info $(confflags) \
 		 --with-encodingsdir=\$${datadir}/fonts/X11/encodings \
 	 CFLAGS=$(CFLAGS) 
-- 
1.7.5.4



Bug#652907: #652907 xterm: no UTMP/WTMP update with kfreebsd-amd64

2012-01-02 Thread Thomas Dickey
I setup a kFreeBSD machine to check this, and agree that the configuration
and build work.  But utempter is doing nothing with the calls.  I added
a few trace messages to see what data is passed.  (As an aside, in my
current changes, I've modified xterm to use posix_openpt).  I agree with
your comment here:

However, I am amongst other things suspicious of the checking
against /dev/ and whether /dev/pts/5 with Linux versus
/dev/ttyp6 with kFreeBSD could have a bearing here.

However, if that is the cause, then it's likely a problem with utempter
being confused, rather than xterm.  There is a /dev/pts in kFreeBSD,
but ptsname returns the /dev/ttyp6, etc.

Another place to look is that utempter has an old interface (which
xterm uses) and a new.  Perhaps its developers have broken the old
interface (xvt's source in sid doesn't show your NMU - where can I
find that?)

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#654252: please add multi-arch support for libxfont

2012-01-02 Thread Riku Voipio
On Mon, Jan 02, 2012 at 04:27:53PM +0100, Cyril Brulebois wrote:
 Same bug as in #654251:
 
  diff --git a/debian/libxfont1-udeb.install b/debian/libxfont1-udeb.install
  index e73e376..02a72ba 100644
  --- a/debian/libxfont1-udeb.install
  +++ b/debian/libxfont1-udeb.install
  @@ -1,2 +1,2 @@
  -usr/lib/libXfont.so.1*
  +usr/lib/*/libXfont.so.1*

Corrected patch applied. The alternative to the attached patch is add --libdir 
only
to the main package, and not touch the udeb.install file. But that made 
--fail-missing
unhappy as the development libraries in /usr/lib/ got installed nowhere. 

Riku
From 94d658851667df9c762d151360c3ce6d27907db1 Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Mon, 2 Jan 2012 16:49:24 +0200
Subject: [PATCH] Convert to Multi-Arch

This patch converts libxfont to multiarch
---
 debian/control|5 -
 debian/libxfont-dev.install   |6 +++---
 debian/libxfont1-udeb.install |2 +-
 debian/libxfont1.install  |2 +-
 debian/rules  |2 ++
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 4b5fd8e..4d01073 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons dpars...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
- debhelper (= 8),
+ debhelper (= 8.1.3),
  dh-autoreconf,
  quilt,
  pkg-config,
@@ -27,6 +27,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: xprint ( 2:1.6.0-1)
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 font rasterisation library
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).
@@ -67,6 +69,7 @@ Package: libxfont-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (= 1:1.0.1-1)
+Multi-Arch: same
 Description: X11 font rasterisation library (development headers)
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).
diff --git a/debian/libxfont-dev.install b/debian/libxfont-dev.install
index edf16a3..75740c9 100644
--- a/debian/libxfont-dev.install
+++ b/debian/libxfont-dev.install
@@ -1,7 +1,7 @@
 usr/include/X11/*
-usr/lib/libXfont.a
-usr/lib/libXfont.so
-usr/lib/pkgconfig/xfont.pc
+usr/lib/*/libXfont.a
+usr/lib/*/libXfont.so
+usr/lib/*/pkgconfig/xfont.pc
 
 # Extra doc, under noinst_* in doc/Makefile.am:
 ../../build-main/doc/*.html usr/share/doc/libxfont-dev/
diff --git a/debian/libxfont1-udeb.install b/debian/libxfont1-udeb.install
index e73e376..9ba7aa1 100644
--- a/debian/libxfont1-udeb.install
+++ b/debian/libxfont1-udeb.install
@@ -1,2 +1,2 @@
-usr/lib/libXfont.so.1*
+usr/lib/*/libXfont.so.1* usr/lib/
 
diff --git a/debian/libxfont1.install b/debian/libxfont1.install
index e73e376..02a72ba 100644
--- a/debian/libxfont1.install
+++ b/debian/libxfont1.install
@@ -1,2 +1,2 @@
-usr/lib/libXfont.so.1*
+usr/lib/*/libXfont.so.1*
 
diff --git a/debian/rules b/debian/rules
index 11814cc..65116cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ CFLAGS   = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS  += -Wall
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CONFFLAGS += \
 	--enable-fc \
@@ -15,6 +16,7 @@ CONFFLAGS += \
 	--enable-bdfformat \
 	--enable-devel-docs \
 	--without-fop \
+	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	CFLAGS=$(CFLAGS) \
 	CPPFLAGS=$(CPPFLAGS) \
 	LDFLAGS=$(LDFLAGS)
-- 
1.7.5.4



[bts-link] source package xserver-xorg-input-synaptics

2012-01-02 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-input-synaptics
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #628959 (http://bugs.debian.org/628959)
# Bug title: Include patch for rotate axes of touchpad
#  * https://bugs.freedesktop.org/show_bug.cgi?id=21129
#  * remote status changed: (?) - ASSIGNED
usertags 628959 + status-ASSIGNED

thanks


--
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/20120102164045.19437.77255.btsl...@busoni.debian.org



Bug#654252: please add multi-arch support for libxfont

2012-01-02 Thread Cyril Brulebois
Riku Voipio riku.voi...@iki.fi (02/01/2012):
 On Mon, Jan 02, 2012 at 04:27:53PM +0100, Cyril Brulebois wrote:
  Same bug as in #654251:
  
   diff --git a/debian/libxfont1-udeb.install b/debian/libxfont1-udeb.install
   index e73e376..02a72ba 100644
   --- a/debian/libxfont1-udeb.install
   +++ b/debian/libxfont1-udeb.install
   @@ -1,2 +1,2 @@
   -usr/lib/libXfont.so.1*
   +usr/lib/*/libXfont.so.1*
 
 Corrected patch applied.

Thanks. BTW/OOC why do you need it for?

build-rdeps libxfont-dev says:

Reverse Build-depends in main:
--

mtools
xfs
xorg-server
xfonts-utils

Found a total of 4 reverse build-depend(s) for libxfont-dev.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#654252: please add multi-arch support for libxfont

2012-01-02 Thread Riku Voipio
On Mon, Jan 02, 2012 at 06:09:11PM +0100, Cyril Brulebois wrote:
 Thanks. BTW/OOC why do you need it for?

Strictly speaking these were not mandatory for me, but they were one of the
last libraries still in /usr/lib/ in specific build chroot I had.

Happy new year :)
 



-- 
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/20120102173029.ga2...@afflict.kos.to



Bug#654329: libdrm: FTBFS when atomic operations are only available through libatomic-ops-dev

2012-01-02 Thread Thorsten Glaser
Source: libdrm
Version: 2.4.29-1
Severity: important
Tags: patch

Hi,

your package FTBFS on m68k with the following error message:

[…]
checking for native atomic primitives... checking atomic_ops.h usability... no
checking atomic_ops.h presence... no
checking for atomic_ops.h... no
checking for atomic_cas_uint... no
none
configure: error: libdrm_radeon depends upon atomic operations, which were not 
found for your compiler/cpu. Try compiling with -march=native, or install the 
libatomics-op-dev package, or, failing both of those, disable support for 
Radeon support by passing --disable-radeon to ./configure
dh_auto_configure: ../configure --build=m68k-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libdir=${prefix}/lib/m68k-linux-gnu --libexecdir=${prefix}/lib/m68k-linux-gnu 
--disable-maintainer-mode --disable-dependency-tracking --enable-static=yes 
--enable-udev --enable-libkms --enable-vmwgfx-experimental-api 
--enable-nouveau-experimental-api --enable-radeon --disable-intel returned exit 
code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/tmp/buildd/libdrm-2.4.29'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package

The following trivial patch does fix the problem and allow the package
to build successfully, to get B-D for mesa ready:

--- libdrm-2.4.29/debian/changelog  2012-01-02 22:17:19.0 +
+++ libdrm-2.4.29/debian/changelog  2012-01-02 22:19:58.0 +
@@ -1,3 +1,9 @@
+libdrm (2.4.29-1+m68k.1) unreleased; urgency=low
+
+  * [m68k] B-D on libatomic-ops-dev to fix FTBFS
+
+ -- Thorsten Glaser t...@mirbsd.de  Mon, 02 Jan 2012 22:02:42 +
+
 libdrm (2.4.29-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru libdrm-2.4.29/debian/control libdrm-2.4.29/debian/control
--- libdrm-2.4.29/debian/control2012-01-02 22:17:19.0 +
+++ libdrm-2.4.29/debian/control2012-01-02 22:19:58.0 +
@@ -11,6 +11,7 @@
  libpthread-stubs0-dev,
  libudev-dev [linux-any],
  libpciaccess-dev,
+ libatomic-ops-dev [m68k],
 Standards-Version: 3.9.2
 Section: libs
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libdrm



(Also, believe it or not, but the Atari guys at OpenRheinRuhr did have
a PCI Radeon card, by means of self-soldered converters, on their sy‐
stems; GEM in 1440x900 looks _good_ but the keyboard mouse-emulation,
for when the hardware goes on strike, is vry slow then.)

Thanks for your consideration,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh



--
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/pine.bsm.4.64l.1201022329340.29...@herc.mirbsd.org



libdrm_2.4.29-1+m68k.1_m68k.changes ACCEPTED

2012-01-02 Thread Debian Ports Archive Maintainer
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Uploader: Thorsten Glaser (no PGP/MIME please, use Inline OpenPGP instead) 
t...@mirbsd.org
Host: leda.debian.net
Accepted: libdrm_2.4.29-1+m68k.1_m68k.changes
Files:
libdrm_2.4.29-1+m68k.1.dsc
libdrm_2.4.29.orig.tar.gz
libdrm_2.4.29-1+m68k.1.diff.gz
libdrm-dev_2.4.29-1+m68k.1_m68k.deb
libdrm2_2.4.29-1+m68k.1_m68k.deb
libdrm2-dbg_2.4.29-1+m68k.1_m68k.deb
libdrm-nouveau1a_2.4.29-1+m68k.1_m68k.deb
libdrm-nouveau1a-dbg_2.4.29-1+m68k.1_m68k.deb
libdrm-radeon1_2.4.29-1+m68k.1_m68k.deb
libdrm-radeon1-dbg_2.4.29-1+m68k.1_m68k.deb
libkms1_2.4.29-1+m68k.1_m68k.deb
libkms1-dbg_2.4.29-1+m68k.1_m68k.deb


-- 
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/e1rhrdp-0001u3...@leda.debian.net