Bug#414667: ez-ipupdate: Does not start anymore

2007-03-13 Thread johannes_graumann
Package: ez-ipupdate
Version: 3.0.11b8-12
Severity: grave
Justification: renders package unusable

After the recent update (?) ez-ipupdate does not start and I'm unable to 
find an error in the logs. /etc/init.d/ez-ipupdate restart keeps saying: 
no process found. starting over and over ...

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ez-ipupdate depends on:
ii  adduser 3.102Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

ez-ipupdate recommends no packages.

-- debconf information:
  ez-ipupdate/server:
* ez-ipupdate/dns_wildcard: false
* ez-ipupdate/hostname: morannon.homelinux.org
* ez-ipupdate/dns_mx:
  ez-ipupdate/interface: ppp0
* ez-ipupdate/ppp: true
* ez-ipupdate/service_type: dyndns
* ez-ipupdate/username: jgraumann


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



Bug#413216: gcc-avr includes GFL docs with cover texts and invariant sections

2007-03-13 Thread Frank Küster
Matthias Klose [EMAIL PROTECTED] wrote:

 Package: gcc-avr
 Version: 1:4.1.0-1
 Severity: serious

 see debian/rules.unpack in the gcc-4.1 source for a list, plus the
 INSTALL directory needs to be removed.

I've tried to provide a patch that fixes this.  I took the list of files
from the gcc-4.1 package and wrote new Makefile snippet to clean the
included tarballs.  The patch is attached.

However, after cleaning it this way, the build fails very early:

dh_testdir
mkdir objdir
# Add here commands to configure the package.
cd objdir  env CC=3Dgcc ../build-tree/gcc-*/configure -v --enable-langu=
ages=3Dc,c++ --prefix=3D/usr --infodir=3D/usr/share/i
nfo --mandir=3D/usr/share/man --enable-shared --with-system-zlib --enable-l=
ong-long --enable-nls --without-included-gettex
t --disable-checking --disable-libssp --build=3Di486-linux-gnu --host=3Di48=
6-linux-gnu --target=3Davr=20=20
creating cache ./config.cache
checking host system type... i486-pc-linux-gnu
checking target system type... avr-unknown-none
checking build system type... i486-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=3D16 $=
$f1 $$f2
checking for correct version of gmp.h... no
configure: error:=20
The following requested languages could not be built: c++
Recognised languages are: c,obj-c++,treelang

It seems that some of the doc files are needed at build time (Which
looks like a, err, GPL violation by the FSF, but probably the cause is
something else).

Regards, Frank


-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

diff -Nur gcc-avr-4.1.0/debian/changelog gcc-avr-4.1.0.dfsg.1/debian/changelog
--- gcc-avr-4.1.0/debian/changelog	2006-05-01 11:28:57.0 +0200
+++ gcc-avr-4.1.0.dfsg.1/debian/changelog	2007-03-12 15:37:56.0 +0100
@@ -1,3 +1,13 @@
+gcc-avr (1:4.1.0.dfsg.1-0.1) unstable; urgency=low
+
+  * Add a makefile snippet to remove files from the tarballs that are
+under GFDL and contain invariant sections.  Thanks to Matthias Klose
+for the list of files
+  * Let the clean target depend on the repack-gfdl target, and do the
+cleaning (closes: #413216)
+
+ -- Frank KÃŒster [EMAIL PROTECTED]  Mon, 12 Mar 2007 15:37:56 +0100
+
 gcc-avr (1:4.1.0-1) unstable; urgency=low
 
   * Upstream release
diff -Nur gcc-avr-4.1.0/debian/rules gcc-avr-4.1.0.dfsg.1/debian/rules
--- gcc-avr-4.1.0/debian/rules	2006-05-01 11:51:57.0 +0200
+++ gcc-avr-4.1.0.dfsg.1/debian/rules	2007-03-12 15:37:03.0 +0100
@@ -41,6 +41,7 @@
 
 TAR_DIR=gcc-*
 include /usr/share/dbs/dbs-build.mk
+include debian/rules-gfdlstuff.mk
 
 #unpack: unpack-stamp
 #unpack-stamp:
@@ -68,7 +69,7 @@
 
 	touch build-stamp
 
-clean:
+clean: repack-gfdl
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp 
diff -Nur gcc-avr-4.1.0/debian/rules-gfdlstuff.mk gcc-avr-4.1.0.dfsg.1/debian/rules-gfdlstuff.mk
--- gcc-avr-4.1.0/debian/rules-gfdlstuff.mk	1970-01-01 01:00:00.0 +0100
+++ gcc-avr-4.1.0.dfsg.1/debian/rules-gfdlstuff.mk	2007-03-12 15:50:08.0 +0100
@@ -0,0 +1,120 @@
+# -*- makefile -*-
+# uses information taken from the gcc-4.1 package
+
+gfdl_texinfo_files = \
+gcc/doc/bugreport.texi \
+gcc/doc/cfg.texi \
+gcc/doc/collect2.texi \
+gcc/doc/compat.texi \
+gcc/doc/configfiles.texi \
+gcc/doc/configterms.texi \
+gcc/doc/contrib.texi \
+gcc/doc/contribute.texi \
+gcc/doc/cppenv.texi \
+gcc/doc/cppinternals.texi \
+gcc/doc/cppopts.texi \
+gcc/doc/cpp.texi \
+gcc/doc/c-tree.texi \
+gcc/doc/extend.texi \
+gcc/doc/fragments.texi \
+gcc/doc/frontends.texi \
+gcc/doc/gccint.texi \
+gcc/doc/gcc.texi \
+gcc/doc/gcov.texi \
+gcc/doc/gnu.texi \
+gcc/doc/gty.texi \
+gcc/doc/headerdirs.texi \
+gcc/doc/hostconfig.texi \
+gcc/doc/implement-c.texi \
+gcc/doc/install-old.texi \
+gcc/doc/install.texi \
+gcc/doc/interface.texi \
+gcc/doc/invoke.texi \
+gcc/doc/languages.texi \
+gcc/doc/libgcc.texi \
+gcc/doc/makefile.texi \
+gcc/doc/md.texi \
+gcc/doc/objc.texi \
+gcc/doc/options.texi \
+gcc/doc/passes.texi \
+gcc/doc/portability.texi \
+gcc/doc/rtl.texi \
+gcc/doc/service.texi \
+gcc/doc/sourcebuild.texi \
+gcc/doc/standards.texi \
+gcc/doc/tm.texi \
+

Bug#414675: arch2darcs: FTBFS in etch

2007-03-13 Thread Adrian Bunk
Package: arch2darcs
Version: 1.0.9
Severity: serious


The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
fulfilled in etch.


-- System Information:
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#414674: srcinst: FTBFS in etch

2007-03-13 Thread Adrian Bunk
Package: srcinst
Version: 0.8.7
Severity: serious


The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
fulfilled in etch.


-- System Information:
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#413216: gcc-avr includes GFL docs with cover texts and invariant sections

2007-03-13 Thread Hakan Ardo

Hi,
thanx for the patch. A better solution however would be to
build-depend on gcc-4.1-source in order not to duplicate the gcc
sourcecode.

On 3/13/07, Frank Küster [EMAIL PROTECTED] wrote:

Matthias Klose [EMAIL PROTECTED] wrote:

 Package: gcc-avr
 Version: 1:4.1.0-1
 Severity: serious

 see debian/rules.unpack in the gcc-4.1 source for a list, plus the
 INSTALL directory needs to be removed.

I've tried to provide a patch that fixes this.  I took the list of files
from the gcc-4.1 package and wrote new Makefile snippet to clean the
included tarballs.  The patch is attached.

However, after cleaning it this way, the build fails very early:

dh_testdir
mkdir objdir
# Add here commands to configure the package.
cd objdir  env CC=3Dgcc ../build-tree/gcc-*/configure -v --enable-langu=
ages=3Dc,c++ --prefix=3D/usr --infodir=3D/usr/share/i
nfo --mandir=3D/usr/share/man --enable-shared --with-system-zlib --enable-l=
ong-long --enable-nls --without-included-gettex
t --disable-checking --disable-libssp --build=3Di486-linux-gnu --host=3Di48=
6-linux-gnu --target=3Davr=20=20
creating cache ./config.cache
checking host system type... i486-pc-linux-gnu
checking target system type... avr-unknown-none
checking build system type... i486-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=3D16 $=
$f1 $$f2
checking for correct version of gmp.h... no
configure: error:=20
The following requested languages could not be built: c++
Recognised languages are: c,obj-c++,treelang

It seems that some of the doc files are needed at build time (Which
looks like a, err, GPL violation by the FSF, but probably the cause is
something else).

Regards, Frank


--
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)






--
Håkan Ardö



Bug#414675: arch2darcs: FTBFS in etch

2007-03-13 Thread Steve Langasek
On Tue, Mar 13, 2007 at 08:51:56AM +0100, Adrian Bunk wrote:
 Package: arch2darcs
 Version: 1.0.9
 Severity: serious

 The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
 fulfilled in etch.

On Tue, Mar 13, 2007 at 08:51:58AM +0100, Adrian Bunk wrote:
 Package: srcinst
 Version: 0.8.7
 Severity: serious

 The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
 fulfilled in etch.

Sigh.  Ok, after the second pair of bugs in a row about this, I had a closer
look at the problem.  Somehow, the sid-tagged RC bugs on these packages
showed up on the release team's radar, and the sid-only versions were
incorrectly hinted into testing.  I'm sorry we've made extra work for you,
John.  Would you be willing to re-upload the previous versions of arch2darcs
and srcinst to testing-proposed-updates so that we can resolve these bugs?
Unfortunately the new uploads also need to have newer version numbers than
the versions currently present, so an epoch might be needed. :/

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410144: marked as done (knetworkconfmodule writes unreadable interfaces file)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 09:17:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#410144: fixed in kdeadmin 4:3.5.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Subject: kcontrol: kcm_knetworkconfmodule writes unreadable interfaces file
Package: kcontrol
Version: 4:3.5.5a.dfsg.1-5
Severity: normal

Using the KDE Network Settings control panel, change eth0 interface from
DHCP to Static IP.  There is also a wireless eth2 on this machine using DHCP.
Disabled eth0 and created a Network Profile for the wireless connection eth2.
After applying the changes, the desktop became unstable and would not
restart properly (hangs) due to the loopback interface being down.

Error on ifup lo /etc/network/interfaces:10: misplaced option
ifup: couldn't read interfaces file /etc/network/interfaces

Contents of file follow:

---begin interfaces file
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
address 127.0.0.1  -- line 10
netmask 255.0.0.0 -- line 11
iface eth0 inet static
address 192.168.0.103
netmask 255.255.255.0

auto eth0
---end interfaces file

As soon as the address and netmask lines were moved to the section under
iface lo and saved, it came up automatically and things worked as expected.
Thanks.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kcontrol depends on:
ii  kdebase-data   4:3.5.5a.dfsg.1-5 shared data files for the KDE 
base
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for 
al
ii  kicker 4:3.5.5a.dfsg.1-5 desktop panel for KDE
ii  libacl12.2.41-1  Access control list shared 
library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D 
graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). 
(s
ii  libc6  2.3.6.ds1-10  GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1   generic font configuration 
library
ii  libfontenc11:1.0.2-2 X11 font encoding library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared 
lib
ii  libgcc11:4.1.1-21GCC support library
ii  libgl1-mesa-glx [libgl 6.5.1-0.5 A free implementation of the 
OpenG
ii  libglu1-mesa [libglu1] 6.5.1-0.5 The OpenGL utility library (GLU)
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, 
implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-3 Qt GUI Library (Threaded runtime 
v
ii  libraw1394-8   1.2.1-2   library for direct access to IEEE 
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8c-4  SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libusb-0.1-4   2:0.1.12-2userspace USB programming library
ii  libx11-6   2:1.0.3-5 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar
ii  libxft22.1.8.2-8 FreeType-based font drawing 
librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client 
libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxtst6   1:1.0.1-5 X11 Testing -- Resource extension 
ii  usbutils   0.72-7USB console utilities
ii  zlib1g

Bug#414685: libbsf-java: b-dep on rhino, which is not in testing

2007-03-13 Thread Lucas Nussbaum
Package: libbsf-java
Version: 1:2.3.0+cvs20050308a-1
Severity: serious

Hi,

libbsf-java fails to build.

libbsf-java has a Build-Depends-Indep on rhino, which is not in testing
because it is RC buggy (#409629).
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#414612: xserver-xorg-video-intel: undefined symbol i830PipeFindClosestMode

2007-03-13 Thread Örjan Ekeberg
On tisdagen den 13 mars 2007, Julien Cristau wrote:
 It seems to have been removed in this upstream commit:
 http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i810.git;
a=commitdiff;h=c2c62559e702e7de1fa2ef309fa647ab13564dc3 which is after
 1.9.91, but before the merge with master, which is the point I used
 as a base to build the package.
 The code which calls this function seems to have been removed
 upstream in commit 4042b27f01fdb94e7fc0d4e991e054fff88479ea.

Ok. I did not realize that the debian package was not identical to the 
tarball 1.9.91 but extracted at a later stage. From a replay at the 
xorg mailing list it seems as this is fixed in the current git.

Thanks for packaging this driver for experimental. It really helps me 
alot sins it allows me to use xrandr 1.2 functionality, even at this 
prerelease stage.

Cheers,
Örjan



Bug#413508: marked as done (xserver-xorg-video-i810_2:1.7.4-1(hppa/experimental): FTBFS: build-dependency not strict enough)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 22:29:31 +1100
with message-id [EMAIL PROTECTED]
and subject line xserver-xorg-video-i810_2:1.7.4-1(hppa/experimental): FTBFS: 
build-dependency not strict enough
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:1.7.4-1
Severity: serious

Hi,

your package failed to build from source because the build-dependency on
libdrm-dev ( 2.0) is not strict enough. I don't know where the missing
define was added, but somewhere between 2.0.2 (etch/sid) and 2.3.0
(experimental).

| Automatic build of xserver-xorg-video-i810_2:1.7.4-1 on meitner by 
sbuild/hppa 98-farm
| Build started at 20070305-1330
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 739kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main xserver-xorg-video-i810 
2:1.7.4-1 (dsc) [1283B]
| Get:2 http://ftp.de.debian.org experimental/main xserver-xorg-video-i810 
2:1.7.4-1 (tar) [620kB]
| Get:3 http://ftp.de.debian.org experimental/main xserver-xorg-video-i810 
2:1.7.4-1 (diff) [118kB]
| Fetched 739kB in 6s (112kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.2.0-6), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 
2.0) [!hurd-i386], x11proto-xf86dri-dev
| Checking for already installed source dependencies...
| debhelper: missing
| Using default version 5.0.42 (Priority: 500)
| quilt: missing
| Using default version 0.45-6 (Priority: 500)
| pkg-config: missing
| Using default version 0.21-1 (Priority: 500)
| xserver-xorg-dev: missing
| Default version of xserver-xorg-dev not sufficient, using version 2:1.2.0-6
|  entering recursion (because not using default version)
| Checking for already installed source dependencies...
|  leaving recursion
| x11proto-gl-dev: missing
| Using default version 1.4.8-1 (Priority: 500)
| x11proto-video-dev: missing
| Using default version 2.2.2-4 (Priority: 500)
| libgl1-mesa-dev: missing
| Using default version 6.5.1-0.6 (Priority: 500)
| libgl-dev: missing
| No default version. Virtual package?
| libxvmc-dev: missing
| Using default version 1:1.0.2-2 (Priority: 500)
| x11proto-core-dev: missing
| Using default version 7.0.7-2 (Priority: 500)
| x11proto-fonts-dev: missing
| Using default version 2.0.2-5 (Priority: 500)
| x11proto-randr-dev: missing
| Using default version 1.1.2-4 (Priority: 500)
| x11proto-render-dev: missing
| Using default version 2:0.9.2-4 (Priority: 500)
| x11proto-xinerama-dev: missing
| Using default version 1.1.2-4 (Priority: 500)
| libdrm-dev: missing
| Using default version 2.0.2-0.1 (Priority: 500)
| x11proto-xf86dri-dev: missing
| Using default version 2.0.3-4 (Priority: 500)
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
debhelper quilt pkg-config xserver-xorg-dev=2:1.2.0-6 x11proto-gl-dev 
x11proto-video-dev libgl1-mesa-dev libxvmc-dev x11proto-core-dev 
x11proto-fonts-dev x11proto-randr-dev x11proto-render-dev x11proto-xinerama-dev 
libdrm-dev x11proto-xf86dri-dev
| Reading package lists...
| Building dependency tree...
| The following extra packages will be installed:
|   bzip2 diffstat file gawk gettext gettext-base html2text intltool-debian
|   libdrm2 libexpat1 libgl1-mesa-dri libgl1-mesa-glx libmagic1 libx11-6
|   libx11-data libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxext-dev
|   libxext6 libxv-dev libxv1 libxvmc1 libxxf86vm1 mesa-common-dev po-debconf
|   x11-common x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
|   xserver-xorg-dev xtrans-dev
| Suggested packages:
|   dh-make cvs gettext-doc libgnome-dev procmail
| Recommended packages:
|   curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
| The following NEW packages will be installed:
|   bzip2 debhelper diffstat file gawk gettext gettext-base html2text
|   intltool-debian libdrm-dev libdrm2 libexpat1 libgl1-mesa-dev libgl1-mesa-dri
|   libgl1-mesa-glx libmagic1 libx11-6 libx11-data libx11-dev libxau-dev libxau6
|   libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxv-dev libxv1 libxvmc-dev
|   libxvmc1 

Processed: tagging 414577

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 tags 414577 + experimental
Bug#414577: gthumb: unnecessarily depends on unavailable libcairo2
There were no tags set.
Tags added: experimental


End of message, 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#404891: Fans unreliable under load, permanent memory leak

2007-03-13 Thread Steve Langasek
tags 404891 = patch
thanks

Hi folks,

Please find attached a proposed patch for this issue.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
Index: release-notes.en.sgml
===
RCS file: /cvs/debian-doc/ddp/manuals.sgml/release-notes/en/release-notes.en.sgml,v
retrieving revision 1.120
diff -u -w -r1.120 release-notes.en.sgml
--- release-notes.en.sgml	12 Feb 2007 22:46:31 -	1.120
+++ release-notes.en.sgml	13 Mar 2007 11:26:52 -
@@ -1359,6 +1359,26 @@
   file/etc/apt/apt.conf/file.
   /p
   /sect1
+
+![ %i386 [
+  sect1 id=hp-acpiheadingACPI support disabled for some HP laptop models in releasename; kernel/heading
+  p
+  Certain models of HP laptops have an ACPI BIOS that is incompatible with the
+  Linux 2.6.18 kernel shipped in releasename;, which would prevent the fans from
+  spinning up leading to unnecessary heat stress.  The kernel therefore disables
+  ACPI support internally when it detects certain ACPI BIOS versions.  Models
+  known to be affected by this change include the HP nx6125, nx6325, and nc6120
+  models.
+  /p
+  p
+  Users who require ACPI support on these systems may install a Linux 2.6.19 or
+  later kernel.  Please see bug
+  url id=http://bugs.debian.org/404143; name=#404143
+  for additional information.
+  /p
+  /sect1
+]]
+
 /sect
 
 


Processed: Re: Fans unreliable under load, permanent memory leak

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 404891 = patch
Bug#404891: Fans unreliable under load, permanent memory leak
Tags were: fixed-upstream
Tags set to: patch

 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#414702: therion_0.5.0-1(sparc/experimental): FTBFS: missing png.h

2007-03-13 Thread Frank Lichtenheld
Package: therion
Version: 0.5.0-1
Severity: serious

Hi,

your package failed to build from source because libpng-dev was needed
but not build-depend upon. Feel free to clone this
bug and reassign it to libvtk5-dev if you feel that this package
should depend on libpng-dev.

One issue would still remain in this case and that is that the build
should really have failed after the first file failed to compile and
not much later during the packaging stage.

| Automatic build of therion_0.5.0-1 on odin by sbuild/sparc 98-farm
| Build started at 20070312-0731
| **
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 5761kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main therion 0.5.0-1 (dsc) 
[692B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main therion 0.5.0-1 (tar) 
[5760kB]
| Fetched 5761kB in 0s (9346kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper ( 5.0.0), dbs, perl (= 5.5), docbook-to-man, 
texlive-base-bin | tetex-bin, texlive-pdfetex | tetex-bin, tcl8.4 | tclsh, 
libvtk5-dev, libwxgtk2.6-dev, libfreetype6-dev, libjpeg62-dev
| Checking for already installed source dependencies...
[...]
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
debhelper dbs docbook-to-man texlive-base-bin texlive-pdfetex tcl8.4 
libvtk5-dev libwxgtk2.6-dev libfreetype6-dev libjpeg62-dev
| Reading Package Lists...
| Building Dependency Tree...
| The following extra packages will be installed:
|   defoma docbook ed esound-common file fontconfig fontconfig-config gettext
|   gettext-base html2text intltool-debian libatk1.0-0 libaudiofile0 libcairo2
|   libdrm2 libesd0 libexpat1 libfontconfig1 libfreetype6 libgl1-mesa-dev
|   libgl1-mesa-dri libgl1-mesa-glx libglib2.0-0 libglu1-mesa libglu1-mesa-dev
|   libgtk2.0-0 libgtk2.0-common libice-dev libice6 libjpeg62 libmagic1
|   libpango1.0-0 libpango1.0-common libpng12-0 libpoppler0c2 libsm-dev libsm6
|   libsp1c2 libtiff4 libvtk5 libwxbase2.6-0 libwxbase2.6-dev libwxgtk2.6-0
|   libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxaw7 libxcursor1
|   libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxft2 libxi6
|   libxinerama1 libxmu6 libxpm4 libxrandr2 libxrender1 libxt-dev libxt6
|   libxxf86vm1 mesa-common-dev mime-support po-debconf sgml-base sgml-data sp
|   tex-common texlive-base texlive-common texlive-doc-base ttf-dejavu ucf
|   wx2.6-headers x11-common x11proto-core-dev x11proto-input-dev 
x11proto-kb-dev
|   x11proto-xext-dev xlibmesa-gl-dev xml-core xtrans-dev zlib1g-dev
| Suggested packages:
|   dh-make defoma-doc psfontmgr x-ttcidfont-conf dfontmgr psgml docbook-xml
|   docbook-dsssl cvs gettext-doc esound ttf-kochi-gothic ttf-kochi-mincho
|   ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
|   ttf-arphic-gkai00mp ttf-arphic-bkai00mp vtk-examples vtk-doc wx2.6-doc
|   libgnomeprintui2.2-0 wx-common sgml-base-doc perlsgml doc-html-w3 opensp
|   libxml2-utils doc-base tclreadline
| Recommended packages:
|   libft-perl curl wget lynx libatk1.0-data esound-clients libglib2.0-data
|   hicolor-icon-theme libgtk2.0-bin libmail-sendmail-perl libcompress-zlib-perl
|   dvipdfmx lmodern perl-tk debconf-utils
| The following NEW packages will be installed:
|   dbs debhelper defoma docbook docbook-to-man ed esound-common file fontconfig
|   fontconfig-config gettext gettext-base html2text intltool-debian libatk1.0-0
|   libaudiofile0 libcairo2 libdrm2 libesd0 libexpat1 libfontconfig1 
libfreetype6
|   libfreetype6-dev libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 
libglib2.0-0
|   libglu1-mesa libglu1-mesa-dev libgtk2.0-0 libgtk2.0-common libice-dev 
libice6
|   libjpeg62 libjpeg62-dev libmagic1 libpango1.0-0 libpango1.0-common 
libpng12-0
|   libpoppler0c2 libsm-dev libsm6 libsp1c2 libtiff4 libvtk5 libvtk5-dev
|   libwxbase2.6-0 libwxbase2.6-dev libwxgtk2.6-0 libwxgtk2.6-dev libx11-6
|   libx11-data libx11-dev libxau-dev libxau6 libxaw7 libxcursor1 libxdmcp-dev
|   libxdmcp6 libxext-dev libxext6 libxfixes3 libxft2 libxi6 libxinerama1 
libxmu6
|   libxpm4 libxrandr2 libxrender1 libxt-dev libxt6 libxxf86vm1 mesa-common-dev
|   mime-support po-debconf sgml-base sgml-data sp tcl8.4 tex-common 
texlive-base
|   texlive-base-bin texlive-common texlive-doc-base texlive-pdfetex ttf-dejavu
|   ucf wx2.6-headers x11-common x11proto-core-dev x11proto-input-dev
|   x11proto-kb-dev x11proto-xext-dev xlibmesa-gl-dev xml-core xtrans-dev
|   zlib1g-dev
| 0 upgraded, 97 newly installed, 0 to remove and 6 not upgraded.
| Need to get 32.9MB/72.4MB of archives.
| After unpacking 207MB of additional disk space will be used.
[...]
| c++ -c -Wall -D_GNU_SOURCE -DLOCH -DLXLINUX 
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 

Bug#414612: marked as done (xserver-xorg-video-intel: undefined symbol i830PipeFindClosestMode)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 12:32:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414612: fixed in xserver-xorg-video-intel 2:1.9.91-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xserver-xorg-video-intel
Version: 2:1.9.91-1
Severity: grave

On Mon, Mar 12, 2007 at 19:54:36 +1100, Drew Parsons wrote:

 The gdm log says /usr/bin/X: symbol lookup error:
 /usr/lib/xorg/modules/drivers//i810_drv.so: undefined symbol:
 i830PipeFindClosestMode 
 
Yeah, I reproduced that, sorry :/
I guess it'll be fixed with the next upstream release.

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: xserver-xorg-video-intel
Source-Version: 2:1.9.91-2

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

xserver-xorg-video-i810_1.9.91-2_all.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_1.9.91-2_all.deb
xserver-xorg-video-intel_1.9.91-2.diff.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_1.9.91-2.diff.gz
xserver-xorg-video-intel_1.9.91-2.dsc
  to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_1.9.91-2.dsc
xserver-xorg-video-intel_1.9.91-2_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_1.9.91-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons [EMAIL PROTECTED] (supplier of updated xserver-xorg-video-intel 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 22:49:18 +1100
Source: xserver-xorg-video-intel
Binary: xserver-xorg-video-i810 xserver-xorg-video-intel
Architecture: source i386 all
Version: 2:1.9.91-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
 xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
Closes: 414612
Changes: 
 xserver-xorg-video-intel (2:1.9.91-2) experimental; urgency=low
 .
   * Revert commit c2c62559e702e7de1fa2ef309fa647ab13564dc3 Move
 single mode setting code to X server.  Brings i830PipeFindClosestMode
 back into a consistent state.  Closes: #414612.
   * autoreconf and git-add Makefile.in files in ./src subdirectories.
Files: 
 531381f84a6a2d0d05c911e3fce75619 1226 x11 optional 
xserver-xorg-video-intel_1.9.91-2.dsc
 fdc9895d6e90416d44965ef2f2e73130 76740 x11 optional 
xserver-xorg-video-intel_1.9.91-2.diff.gz
 a94713d1d350748a0f2b7d0c4a9db6ce 165896 x11 optional 
xserver-xorg-video-intel_1.9.91-2_i386.deb
 d22ec348679fd16488ebc72ae050ccce 5558 oldlibs optional 
xserver-xorg-video-i810_1.9.91-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9pNLts5wQWQSTkoRAhkOAJ9kt/ho/4lTpsFRnaNbfdUmpwFfvACfcAjC
grVSaci1msx0DFO6uONNyx0=
=7ZaX
-END PGP SIGNATURE-

---End Message---


Bug#386469: openbsd-inetd: action start failed

2007-03-13 Thread Ludo

Sorry for replying so late. I'm affraid I can't help much, but if
there's anything else you need, please let me know.

On 3/10/07, Tomas Pospisek [EMAIL PROTECTED] wrote:

From which previous openbsd-inetd versions were you upgrading? What were
the packages that were upgraded along openbsd-inetd? Please have a look at
/var/log/aptitude*, /var/log/dpkg.log* and /var/backups/dpkg*


I don't use aptitude, and /var/backups/dpkg* doesn't seem to contain
anything useful.

I think I was upgrading from 0.20050402-4, based on this information:

/var/log # grep openbsd dpkg.log
2007-03-09 21:40:35 upgrade openbsd-inetd 0.20050402-4 0.20050402-5
2007-03-09 21:40:35 status half-configured openbsd-inetd 0.20050402-4
2007-03-09 21:40:35 status unpacked openbsd-inetd 0.20050402-4
2007-03-09 21:40:35 status half-installed openbsd-inetd 0.20050402-4
2007-03-09 21:40:35 status half-installed openbsd-inetd 0.20050402-4
2007-03-09 21:40:35 status unpacked openbsd-inetd 0.20050402-5
2007-03-09 21:40:35 status unpacked openbsd-inetd 0.20050402-5
2007-03-09 22:37:12 status unpacked openbsd-inetd 0.20050402-5
2007-03-09 22:37:12 status unpacked openbsd-inetd 0.20050402-5
2007-03-09 22:37:12 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 12:55:05 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 14:06:31 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 14:07:00 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 14:12:42 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 14:12:53 status half-configured openbsd-inetd 0.20050402-5
2007-03-10 14:12:53 status installed openbsd-inetd 0.20050402-5

Thanks,
Ludo


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



Bug#414705: gdal_1.4.0-1(sparc/experimental): FTBFS: jasper/jas_tmr.h: No such file or directory

2007-03-13 Thread Frank Lichtenheld
Package: jasper
Version: 1.900.1-1
Severity: serious

Hi,

your package causes others to FTBFS because the file jas_tmr.h seems to
be missing from libjasper-dev

| Automatic build of gdal_1.4.0-1 on odin by sbuild/sparc 98-farm
| Build started at 20070312-0706
| **
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 7610kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (dsc) 
[1310B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (tar) 
[7600kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (diff) 
[8678B]
| Fetched 7610kB in 0s (9393kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5.0.37.2), zlib1g-dev, libcfitsio3-dev | 
libcfitsio-dev, netcdfg-dev, libtiff4-dev, libjasper-dev | libjasper-1.701-dev, 
libpng12-dev, libjpeg62-dev, libungif4-dev, libhdf4g-dev, libhdf5-serial-dev, 
libpq-dev | postgresql-dev, libxerces27-dev, unixodbc-dev (= 2.2.11), 
libsqlite0-dev, python-dev, python-numeric, doxygen, d-shlibs, libgeos-dev, 
dpatch, libmysqlclient15-dev, python-all-dev (= 2.3.5-11), python-central (= 
0.5), libcurl4-dev, libsqlite3-dev
[...]
|  g++ -Wall -O2 -g -O2 -I/build/buildd/gdal-1.4.0/port 
-I/build/buildd/gdal-1.4.0/gcore -I/build/buildd/gdal-1.4.0/alg 
-I/build/buildd/gdal-1.4.0/ogr -I/build/buildd/gdal-1.4.0/ogr/ogrsf_frmts 
-I../libjasper/include -DOGR_ENABLED -I/build/buildd/gdal-1.4.0/port -c 
jpeg2000dataset.cpp  -fPIC -DPIC -o ../o/.libs/jpeg2000dataset.o
| In file included from jpeg2000dataset.cpp:100:
| /usr/include/jasper/jasper.h:82:28: error: jasper/jas_tmr.h: No such file or 
directory
| make[3]: *** [../o/jpeg2000dataset.o] Error 1
| make[3]: Leaving directory `/build/buildd/gdal-1.4.0/frmts/jpeg2000'
| make[2]: *** [jpeg2000-install-obj] Error 2
| make[2]: Leaving directory `/build/buildd/gdal-1.4.0/frmts'
| make[1]: *** [frmts-target] Error 2
| make[1]: Leaving directory `/build/buildd/gdal-1.4.0'
| make: *** [build-stamp] Error 2
| **
| Build finished at 20070312-0729
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.4.0-1pkg=gdalarch=sparc

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#410652: python-omniorb2: diff for NMU version 2.6-3.3

2007-03-13 Thread Mohammed Adnène Trojette
tags 410652 + patch
thanks

Hi,

Attached is the diff for my python-omniorb2 2.6-3.3 NMU.
-- 
Mohammed Adnène Trojette
diff -u python-omniorb2-2.6/debian/changelog python-omniorb2-2.6/debian/changelog
--- python-omniorb2-2.6/debian/changelog
+++ python-omniorb2-2.6/debian/changelog
@@ -1,3 +1,12 @@
+python-omniorb2 (2.6-3.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High urgency for fixing RC bug.
+  * Provide again CORBA module (Closes: #410652)
+ + patch from Floris Bruynooghe.
+
+ -- Mohammed Adnène Trojette [EMAIL PROTECTED]  Tue, 13 Mar 2007 13:46:01 +0100
+
 python-omniorb2 (2.6-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u python-omniorb2-2.6/debian/rules python-omniorb2-2.6/debian/rules
--- python-omniorb2-2.6/debian/rules
+++ python-omniorb2-2.6/debian/rules
@@ -94,13 +94,12 @@
 #	dh_installinfo -i
 #	dh_undocumented -i
 	dh_installchangelogs update.log -i
+	dh_pycentral -i
 	dh_link -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
 #	dh_perl -i
-	dh_pycentral -i
-	dh_python -i
 	dh_gencontrol -i
 	dh_md5sums -i
 	dh_builddeb -i
@@ -123,6 +122,7 @@
 #	dh_installinfo -a
 #	dh_undocumented -a
 	dh_installchangelogs update.log -a
+	dh_pycentral -a
 	dh_strip -a
 	dh_link -a
 	dh_compress -a
@@ -130,8 +130,6 @@
 #	dh_makeshlibs -a
 	dh_installdeb -a
 #	dh_perl -a
-	dh_pycentral -a
-	dh_python -a
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
diff -u python-omniorb2-2.6/debian/control python-omniorb2-2.6/debian/control
--- python-omniorb2-2.6/debian/control
+++ python-omniorb2-2.6/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Bastian Blank [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.37.2), python-all-dev (= 2.3.5-11), libomniorb4-dev (= 4.0.6-2), omniorb4-idl (= 4.0.6), omniidl4 (= 4.0.6), autotools-dev, python-central (= 0.5)
+Build-Depends: debhelper (= 5.0.38), python-all-dev (= 2.3.5-11), libomniorb4-dev (= 4.0.6-2), omniorb4-idl (= 4.0.6), omniidl4 (= 4.0.6), autotools-dev, python-central (= 0.5.6)
 XS-Python-Version: all
 Standards-Version: 3.6.1
 


Processed: python-omniorb2: diff for NMU version 2.6-3.3

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 410652 + patch
Bug#410652: python-omniorb2-omg: doesn't provide CORBA module anymore
Tags were: patch
Tags added: patch

 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#414617: aptitude: FTBFS on amd64: segfault.

2007-03-13 Thread Daniel Burrows
On Mon, Mar 12, 2007 at 09:45:26PM +0100, Kurt Roeckx [EMAIL PROTECTED] was 
heard to say:
 You're using ap twice, which is not supported.  You might need
 to do a va_copy() first.
 
 (This might also be the reason it's failing to build on the other
 arches.)

  (a) Oh, good, something to do on the bus today.
  (b) I hate C++.
  (c) I like unit tests. :-)

  Daniel


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



Bug#414710: xserver-xorg-video-intel-modesetting_1.7.2.git20070213-1(hppa/experimental): FTBFS: error: 'RRNumberRequests' undeclared here

2007-03-13 Thread Frank Lichtenheld
Package: xserver-xorg-video-intel-modesetting
Version: 1.7.2.git20070213-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of xserver-xorg-video-intel-modesetting_1.7.2.git20070213-1 
on meitner by sbuild/hppa 98-farm
| Build started at 20070312-0322
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 949kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main 
xserver-xorg-video-intel-modesetting 1.7.2.git20070213-1 (dsc) [1264B]
| Get:2 http://ftp.de.debian.org experimental/main 
xserver-xorg-video-intel-modesetting 1.7.2.git20070213-1 (tar) [623kB]
| Get:3 http://ftp.de.debian.org experimental/main 
xserver-xorg-video-intel-modesetting 1.7.2.git20070213-1 (diff) [325kB]
| Fetched 949kB in 40s (23.6kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), pkg-config, quilt, xserver-xorg-dev (= 
2:1.2.0), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 
2.0), x11proto-xf86dri-dev
[...]
|  gcc -DHAVE_CONFIG_H -I. -I../../../src/ch7017 -I../.. -I/usr/include/xorg 
-I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7017.lo -MD -MP 
-MF .deps/ch7017.Tpo -c ../../../src/ch7017/ch7017.c  -fPIC -DPIC -o 
.libs/ch7017.o
| In file included from ../../../src/ch7017/../i830_xf86Crtc.h:26,
|  from ../../../src/ch7017/ch7017.c:40:
| /usr/include/xorg/randrstr.h:64: error: 'RRNumberRequests' undeclared here 
(not in a function)
| /usr/include/xorg/randrstr.h:80: error: expected specifier-qualifier-list 
before 'xRRModeInfo'
| /usr/include/xorg/randrstr.h:440: error: expected ')' before '*' token
| /usr/include/xorg/randrstr.h:618: error: expected ')' before '*' token
| ../../../src/ch7017/ch7017.c: In function 'ch7017_mode_set':
| ../../../src/ch7017/ch7017.c:196: warning: implicit declaration of function 
'ch7017Power'
| ../../../src/ch7017/ch7017.c:213: warning: implicit declaration of function 
'ch7017PrintRegs'
| make[4]: *** [ch7017.lo] Error 1
| make[4]: Leaving directory 
`/build/buildd/xserver-xorg-video-intel-modesetting-1.7.2.git20070213/obj-hppa-linux-gnu/src/ch7017'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory 
`/build/buildd/xserver-xorg-video-intel-modesetting-1.7.2.git20070213/obj-hppa-linux-gnu/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory 
`/build/buildd/xserver-xorg-video-intel-modesetting-1.7.2.git20070213/obj-hppa-linux-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd/xserver-xorg-video-intel-modesetting-1.7.2.git20070213/obj-hppa-linux-gnu'
| make: *** [build-stamp] Error 2
| **
| Build finished at 20070312-0325
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.7.2.git20070213-1pkg=xserver-xorg-video-intel-modesettingarch=hppa

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#414709: firebird2.0_2.0.0.12748.ds1-5(sparc/experimental): FTBFS: create_db fails with bus error

2007-03-13 Thread Frank Lichtenheld
Package: firebird2.0
Version: 2.0.0.12748.ds1-5
Severity: serious

Hi,

your package failed to build from source. If I can give you any further
information don't hesitate to ask.

| Automatic build of firebird2.0_2.0.0.12748.ds1-5 on odin by sbuild/sparc 
98-farm
| Build started at 20070313-1325
| **
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 7187kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main firebird2.0 
2.0.0.12748.ds1-5 (dsc) [1017B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main firebird2.0 
2.0.0.12748.ds1-5 (tar) [6808kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main firebird2.0 
2.0.0.12748.ds1-5 (diff) [378kB]
| Fetched 7187kB in 0s (7739kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper ( 5.0.0), docbook-to-man, libncurses5-dev, bison, 
quilt (= 0.40), libicu34-dev, libeditline-dev, po-debconf
| Checking for already installed source dependencies...
[...]
| /usr/bin/make -f ../gen/Makefile.embed.util ../gen/firebird/bin/create_db
| make[5]: Entering directory `/build/buildd/firebird2.0-2.0.0.12748.ds1/gen'
| make[5]: `../gen/firebird/bin/create_db' is up to date.
| make[5]: Leaving directory `/build/buildd/firebird2.0-2.0.0.12748.ds1/gen'
| rm -f empty.fdb
| ../gen/firebird/bin/create_db empty.fdb
| make[4]: *** [empty.fdb] Bus error
| make[4]: *** Deleting file `empty.fdb'
| make[4]: Leaving directory `/build/buildd/firebird2.0-2.0.0.12748.ds1/gen'
| make[3]: *** [empty_db] Error 2
| make[3]: Leaving directory `/build/buildd/firebird2.0-2.0.0.12748.ds1/gen'
| make[2]: *** [../gen/firebird/security2.fdb] Error 2
| make[2]: Leaving directory `/build/buildd/firebird2.0-2.0.0.12748.ds1/gen'
| make[1]: *** [firebird] Error 2
| make[1]: Leaving directory `/build/buildd/firebird2.0-2.0.0.12748.ds1'
| make: *** [build-super-stamp] Error 2
| **
| Build finished at 20070313-1347
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=2.0.0.12748.ds1-5pkg=firebird2.0arch=sparc

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#410652: marked as done (python-omniorb2-omg: doesn't provide CORBA module anymore)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 13:17:12 +
with message-id [EMAIL PROTECTED]
and subject line Bug#410652: fixed in python-omniorb2 2.6-3.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: python-omniorb2-omg
Version: 2.6-3.2
Severity: important

$ python
Python 2.4.4 (#2, Jan 13 2007, 17:50:26)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type help, copyright, credits or license for more information.
 import CORBA
Traceback (most recent call last):
  File stdin, line 1, in ?
ImportError: No module named CORBA


Workaround:
$ PYTHONPATH=/usr/share/pycentral/python-omniorb2-omg/site-packages
$ export PYTHONPATH

---End Message---
---BeginMessage---
Source: python-omniorb2
Source-Version: 2.6-3.3

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

omniidl4-python_2.6-3.3_all.deb
  to pool/main/p/python-omniorb2/omniidl4-python_2.6-3.3_all.deb
python-omniorb2-omg_2.6-3.3_all.deb
  to pool/main/p/python-omniorb2/python-omniorb2-omg_2.6-3.3_all.deb
python-omniorb2_2.6-3.3.diff.gz
  to pool/main/p/python-omniorb2/python-omniorb2_2.6-3.3.diff.gz
python-omniorb2_2.6-3.3.dsc
  to pool/main/p/python-omniorb2/python-omniorb2_2.6-3.3.dsc
python-omniorb2_2.6-3.3_i386.deb
  to pool/main/p/python-omniorb2/python-omniorb2_2.6-3.3_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mohammed Adnène Trojette [EMAIL PROTECTED] (supplier of updated 
python-omniorb2 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 13:46:01 +0100
Source: python-omniorb2
Binary: omniidl4-python python-omniorb2-omg python-omniorb2
Architecture: source all i386
Version: 2.6-3.3
Distribution: unstable
Urgency: high
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 omniidl4-python - omniORBpy2 - idl to python compiler
 python-omniorb2 - omniORBpy2 - dependency package
 python-omniorb2-omg - omniORBpy2 - python 2.3 CORBA OMG standard files
Closes: 410652
Changes: 
 python-omniorb2 (2.6-3.3) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High urgency for fixing RC bug.
   * Provide again CORBA module (Closes: #410652)
  + patch from Floris Bruynooghe.
Files: 
 eacb1d1149eef0d6d7a001909089b644 797 python optional 
python-omniorb2_2.6-3.3.dsc
 0203e49529be9dcf50a554a209b3288b 4495 python optional 
python-omniorb2_2.6-3.3.diff.gz
 2388e7f2c6a54655111f5639e28f4ad8 16648 python optional 
python-omniorb2-omg_2.6-3.3_all.deb
 1e1fefbf4d37ccb1df9267e9285675e0 27910 python optional 
omniidl4-python_2.6-3.3_all.deb
 c92d354513508bbd81805d81e2135776 315206 python optional 
python-omniorb2_2.6-3.3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9qHnOU3FkQ7XBOoRAq2DAKCwu7yxqKKqEW+IHkwE+oJpVrBIbQCfcv2T
dKr6R4TK2hbw1Xb4VJwz+1M=
=i2Bq
-END PGP SIGNATURE-

---End Message---


Bug#414675: arch2darcs: FTBFS in etch

2007-03-13 Thread John Goerzen
On Tue, Mar 13, 2007 at 01:53:48AM -0700, Steve Langasek wrote:
 On Tue, Mar 13, 2007 at 08:51:56AM +0100, Adrian Bunk wrote:
  Package: arch2darcs
  Version: 1.0.9
  Severity: serious
 
  The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
  fulfilled in etch.
 
 On Tue, Mar 13, 2007 at 08:51:58AM +0100, Adrian Bunk wrote:
  Package: srcinst
  Version: 0.8.7
  Severity: serious
 
  The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
  fulfilled in etch.
 
 Sigh.  Ok, after the second pair of bugs in a row about this, I had a closer
 look at the problem.  Somehow, the sid-tagged RC bugs on these packages
 showed up on the release team's radar, and the sid-only versions were
 incorrectly hinted into testing.  I'm sorry we've made extra work for you,
 John.  Would you be willing to re-upload the previous versions of arch2darcs
 and srcinst to testing-proposed-updates so that we can resolve these bugs?
 Unfortunately the new uploads also need to have newer version numbers than
 the versions currently present, so an epoch might be needed. :/

OK, I will do so later today and ping you after it's done.

-- John


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



Bug#414705: marked as done (gdal_1.4.0-1(sparc/experimental): FTBFS: jasper/jas_tmr.h: No such file or directory)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 13:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414705: fixed in jasper 1.900.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: jasper
Version: 1.900.1-1
Severity: serious

Hi,

your package causes others to FTBFS because the file jas_tmr.h seems to
be missing from libjasper-dev

| Automatic build of gdal_1.4.0-1 on odin by sbuild/sparc 98-farm
| Build started at 20070312-0706
| **
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 7610kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (dsc) 
[1310B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (tar) 
[7600kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main gdal 1.4.0-1 (diff) 
[8678B]
| Fetched 7610kB in 0s (9393kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5.0.37.2), zlib1g-dev, libcfitsio3-dev | 
libcfitsio-dev, netcdfg-dev, libtiff4-dev, libjasper-dev | libjasper-1.701-dev, 
libpng12-dev, libjpeg62-dev, libungif4-dev, libhdf4g-dev, libhdf5-serial-dev, 
libpq-dev | postgresql-dev, libxerces27-dev, unixodbc-dev (= 2.2.11), 
libsqlite0-dev, python-dev, python-numeric, doxygen, d-shlibs, libgeos-dev, 
dpatch, libmysqlclient15-dev, python-all-dev (= 2.3.5-11), python-central (= 
0.5), libcurl4-dev, libsqlite3-dev
[...]
|  g++ -Wall -O2 -g -O2 -I/build/buildd/gdal-1.4.0/port 
-I/build/buildd/gdal-1.4.0/gcore -I/build/buildd/gdal-1.4.0/alg 
-I/build/buildd/gdal-1.4.0/ogr -I/build/buildd/gdal-1.4.0/ogr/ogrsf_frmts 
-I../libjasper/include -DOGR_ENABLED -I/build/buildd/gdal-1.4.0/port -c 
jpeg2000dataset.cpp  -fPIC -DPIC -o ../o/.libs/jpeg2000dataset.o
| In file included from jpeg2000dataset.cpp:100:
| /usr/include/jasper/jasper.h:82:28: error: jasper/jas_tmr.h: No such file or 
directory
| make[3]: *** [../o/jpeg2000dataset.o] Error 1
| make[3]: Leaving directory `/build/buildd/gdal-1.4.0/frmts/jpeg2000'
| make[2]: *** [jpeg2000-install-obj] Error 2
| make[2]: Leaving directory `/build/buildd/gdal-1.4.0/frmts'
| make[1]: *** [frmts-target] Error 2
| make[1]: Leaving directory `/build/buildd/gdal-1.4.0'
| make: *** [build-stamp] Error 2
| **
| Build finished at 20070312-0729
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.4.0-1pkg=gdalarch=sparc

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/

---End Message---
---BeginMessage---
Source: jasper
Source-Version: 1.900.1-2

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

jasper_1.900.1-2.diff.gz
  to pool/main/j/jasper/jasper_1.900.1-2.diff.gz
jasper_1.900.1-2.dsc
  to pool/main/j/jasper/jasper_1.900.1-2.dsc
libjasper-dev_1.900.1-2_i386.deb
  to pool/main/j/jasper/libjasper-dev_1.900.1-2_i386.deb
libjasper-runtime_1.900.1-2_i386.deb
  to pool/main/j/jasper/libjasper-runtime_1.900.1-2_i386.deb
libjasper1_1.900.1-2_i386.deb
  to pool/main/j/jasper/libjasper1_1.900.1-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roland Stigge [EMAIL PROTECTED] (supplier of updated jasper 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 14:23:58 +0100
Source: jasper
Binary: libjasper-dev libjasper-runtime libjasper1
Architecture: source i386
Version: 1.900.1-2
Distribution: experimental
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 libjasper-dev - Development files for the JasPer JPEG-2000 library
 libjasper-runtime - Programs for manipulating JPEG-2000 files
 libjasper1 - The JasPer JPEG-2000 runtime library
Closes: 414705
Changes: 
 jasper (1.900.1-2) experimental; 

Bug#414715: openct: FTBFS: Parse errors in ifdhandler.h

2007-03-13 Thread Daniel Schepler
Package: openct
Version: 0.6.11-1
Severity: serious
Tags: sid
X-Debbugs-CC: Ludovic Rousseau [EMAIL PROTECTED]

From my pbuilder build log for openct, using a sid chroot:

...
make[4]: Entering directory `/tmp/buildd/openct-0.6.11/src/pcsc'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/ctapi -I../../src/include -I../../src/include  
-I/usr/include/PCSC-I../../src/include -I../../src/include   -Wall -g -Wall 
-O2  -c -o pcsc.lo pcsc.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ctapi -I../../src/include 
-I../../src/include -I/usr/include/PCSC -I../../src/include -I../../src/include 
-Wall -g -Wall -O2 -c pcsc.c  -fPIC -DPIC -o .libs/pcsc.o
In file included from pcsc.c:37:
ifdhandler.h:20: warning: 'LPTSTR' is deprecated
ifdhandler.h:21: warning: 'LPTSTR' is deprecated
ifdhandler.h:23: warning: 'LPTSTR' is deprecated
ifdhandler.h:128: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHCreateChannel'
ifdhandler.h:129: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHCloseChannel'
...
make[4]: *** [pcsc.lo] Error 1
make[4]: Leaving directory `/tmp/buildd/openct-0.6.11/src/pcsc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/openct-0.6.11/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/openct-0.6.11'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/openct-0.6.11'
make: *** [debian/stamp-makefile-build] Error 2

The build works fine in an etch chroot, so I suspect an incompatibility with
the newer version of pcsc-lite.  Cc'ing the pcsc-lite maintainer for input.
-- 
Daniel Schepler



Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Daniel Schepler
Package: libhtml-tableextract-perl
Version: 2.10-1
Severity: serious
Tags: sid

From my pbuilder build log, using a sid chroot:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libhtml-tableextract-perl-2.10'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/00_basic...ok
...
t/30_treePossible attempt to separate words with commas at 
t/30_tree.t line 57.

#   Failed test 'mass html comp'
#   in t/30_tree.t at line 52.
#  got: 'htmlheadtitlegnarly table/title/headbodytable 
border=1trtd colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 
rowspan=2(0,1) [2,4]/td/trtrtd colspan=1 rowspan=2(1,0) 
[2,1]/tdtd colspan=1 rowspan=1(1,1) [1,1]/tdtd colspan=2 
rowspan=1(1,2) [1,2]/td/trtrtd colspan=4 rowspan=2(2,0) 
[2,4]/tdtd colspan=2 rowspan=2(2,1) [2,2]/tdtd colspan=1 
rowspan=1(2,2) [1,1]/td/trtrtd colspan=1 rowspan=1(3,0) 
[1,1]/tdtd colspan=1 rowspan=1(3,1) [1,1]/td/trtrtd colspan=2 
rowspan=3(4,0) [3,2]/tdtd colspan=1 rowspan=1(4,1) [1,1]/tdtd 
colspan=1 rowspan=3(4,2) [3,1]/tdtd colspan=4 rowspan=4(4,3) 
[4,4]/td/trtrtd colspan=1 rowspan=1(5,0) [1,1]/td/trtrtd 
colspan=1 rowspan=1(6,0) [1,1]/td/trtrtd colspan=4 
rowspan=1(7,0) [1,4]/td/tr/table/body/html'
# expected: 'htmlheadtitlegnarly table/title/headbodytable 
border=1trtd colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 
rowspan=2(0,1) [2,4]/td/trtrtd colspan=1 rowspan=2(1,0) [2,1]/tdtd 
colspan=1 rowspan=1(1,1) [1,1]/tdtd colspan=2 rowspan=1(1,2) 
[1,2]/td/trtrtd colspan=4 rowspan=2(2,0) [2,4]/tdtd colspan=2 
rowspan=2(2,1) [2,2]/tdtd colspan=1 rowspan=1(2,2) [1,1]/td/trtrtd 
colspan=1 rowspan=1(3,0) [1,1]/tdtd colspan=1 rowspan=1(3,1) 
[1,1]/td/trtrtd colspan=2 rowspan=3(4,0) [3,2]/tdtd colspan=1 
rowspan=1(4,1) [1,1]/tdtd colspan=1 rowspan=3(4,2) [3,1]/tdtd colspan=4 
rowspan=4(4,3) [4,4]/td/trtrtd colspan=1 rowspan=1(5,0) 
[1,1]/td/trtrtd colspan=1 rowspan=1(6,0) [1,1]/td/trtrtd 
colspan=4 rowspan=1(7,0) [1,4]/td/tr/table/body/html'
# Looks like you failed 1 test of 126.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 65
Failed 1/126 tests, 99.21% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/30_tree.t1   256   1261   0.79%  65
Failed 1/14 test scripts, 92.86% okay. 1/2615 subtests failed, 99.96% okay.
make[1]: *** [test_dynamic] Error 1
make[1]: Leaving directory `/tmp/buildd/libhtml-tableextract-perl-2.10'
make: *** [install-stamp] Error 2

The package builds fine in an etch chroot.
-- 
Daniel Schepler



Bug#414722: vlc_0.8.6.a.debian-3(ia64/unstable): FTFBS: missing build-dep?

2007-03-13 Thread lamont
Package: vlc
Version: 0.8.6.a.debian-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of vlc_0.8.6.a.debian-3 on caballero by sbuild/ia64 98
 Build started at 20070313-0851

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0), dh-buildinfo, quilt, nasm, yasm [amd64 
 kfreebsd-amd64], gettext, linux-kernel-headers (= 2.5.999-test7-bk-7) 
 [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], xulrunner, libxul-dev, 
 xlibmesa-gl-dev, liba52-0.7.4-dev, libaa1-dev, libarts1-dev (= 1.4.2-1), 
 libasound2-dev (= 0.9.0beta10a) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], 
 libaudiofile-dev, libavahi-client-dev, libavcodec-dev (= 0.cvs20060823-1), 
 libavformat-dev (= 0.cvs20060823-1), libcaca-dev (= 0.99.beta4-1), 
 libcdio-dev, libdvbpsi4-dev, libdvdnav-dev, libdvdread-dev (= 0.9.5), 
 libdts-dev, libesd0-dev, libflac-dev (= 1.1.2-3), libfreetype6-dev, 
 libfribidi-dev, libggi2-dev, libglib2.0-0, libglide2-dev [i386], 
 libgnutls-dev (= 1.2.8), libhal-dev (= 0.5.5.1-3) [!kfreebsd-i386 
 !kfreebsd-amd64 !hurd-i386], libid3tag0-dev, libidl0, libimlib2-dev, 
 liblircclient-dev, liblivemedia-dev (= 2006.03.17), libmad0-dev, 
 libmatroska-dev (= 0.8.0), libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, 
 libncurses5-dev, libogg-dev, libpostproc-dev (= 0.cvs20060823-1), 
 libpng12-dev, libsdl1.2-dev (= 1.2.7+1.2.8cvs20041007-5.3), 
 libsmbclient-dev, libsvga1-dev [i386], libsysfs-dev, libtar-dev, 
 libtheora-dev, libvcdinfo-dev, libvorbis-dev, libwxgtk2.6-dev, libx11-dev, 
 libxext-dev, libxml2-dev, libxt-dev, libxv-dev, zlib1g-dev, libavc1394-dev 
 [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libraw1394-dev [!kfreebsd-i386 
 !kfreebsd-amd64 !hurd-i386], libdc1394-13-dev [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386], libxosd-dev, libtwolame-dev (= 0.3.8-1), libspeex-dev, 
 libsdl-image1.2-dev, libnotify-dev, libgtk2.0-dev, python-dev, libx264-dev

[...]

 checking for ffmpeg/avcodec.h... yes
 checking ffmpeg/avformat.h usability... yes
 checking ffmpeg/avformat.h presence... yes
 checking for ffmpeg/avformat.h... yes
 checking ffmpeg/avutil.h usability... yes
 checking ffmpeg/avutil.h presence... yes
 checking for ffmpeg/avutil.h... yes
 checking postproc/postprocess.h usability... yes
 checking postproc/postprocess.h presence... yes
 checking for postproc/postprocess.h... yes
 checking faad.h usability... no
 checking faad.h presence... no
 checking for faad.h... no
 configure: error: Cannot find development headers for libfaad...
 make: *** [configure-stamp] Error 1

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=vlcver=0.8.6.a.debian-3




Bug#414723: hwinfo_13.23-1(hppa/unstable): FTBFS: x86 asm used on non-x86

2007-03-13 Thread lamont
Package: hwinfo
Version: 13.23-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of hwinfo_13.23-1 on peri by sbuild/hppa 98
 Build started at 20070310-1209

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), quilt, perl, flex, libdbus-1-dev, 
 libhal-dev, linux-kernel-headers, doxygen

[...]

 cpu.c:86: warning: unused variable 'hd'
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include edd.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include fb.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include floppy.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include hal.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include hd.c
 hd.c: In function 'hd_is_xen':
 hd.c:3173: error: unknown register name '%edx' in 'asm'
 make[3]: *** [hd.o] Error 1
 make[3]: Leaving directory `/build/buildd/hwinfo-13.23/src/hd'
 make[2]: *** [subdirs] Error 2
 make[2]: Leaving directory `/build/buildd/hwinfo-13.23/src'
 make[1]: *** [subdirs] Error 2
 make[1]: Leaving directory `/build/buildd/hwinfo-13.23'
 make: *** [build-arch-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=hwinfover=13.23-1



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



Bug#394404: Unreproducible

2007-03-13 Thread Aurélien GÉRÔME
Hi Steve,

On Mon, Mar 12, 2007 at 12:24:49PM -0700, Steve Langasek wrote:
 On Mon, Mar 12, 2007 at 01:32:24PM +0100, Aurélien GÉRÔME wrote:
 
  While building your package in an up-to-date proc-mounted chroot,
  everything went smoothly. Therefore, I am asking for a requeueing on
  w-b powerpc...
 
 And it failed again on the buildd.

Indeed.

 Which means someone needs to break this down to show what the testsuite
 failure is and why it fails.

As I really cannot reproduce it on several PowerPC subarchitectures
which I have access to, is it possible to get more information about
the buildd setup?

I am not a DD yet, so I cannot access the official buildd
machine. However, perhaps if the PowerPC DD porter had access to the
buildd, he would be able run tests to search the failure...

In the mean time, I propose to let the PowerPC DD porter performs a
porter upload of the _powerpc.deb. Is that satisfactory? It seems
allowed by the section 5.10.2 of the developers-reference which I
worked hard on to pass the PP check of the NM process.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Bug#414722: vlc_0.8.6.a.debian-3(ia64/unstable): FTFBS: missing build-dep?

2007-03-13 Thread Sam Hocevar
close 414722 0.8.6.a.debian-4
thanks

On Tue, Mar 13, 2007, [EMAIL PROTECTED] wrote:

 There was an error while trying to autobuild your package:

   Thanks. It's fixed in the latest upload.

Regards,
-- 
Sam.


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



Processed: Re: Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 414721 confirmed
Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures
Tags were: sid
Tags added: confirmed

 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#414721: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Florian Ernst
tags 414721 confirmed
thanks

Hello Daniel,

On Tue, Mar 13, 2007 at 03:20:13PM +0100, Daniel Schepler wrote:
 Package: libhtml-tableextract-perl
 Version: 2.10-1
 Severity: serious
 Tags: sid
 [...]
 The package builds fine in an etch chroot.

Thanks for the hint. I can confirm the FTBFS in Sid, but I won't have
the time to further investigate right now. Also, there seems to be a
similar bugreport upstream which needs checking.

I will take care of this on Wednesday.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#405357: marked as done (Database functions do not work on 64bit systems)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 15:21:39 +
with message-id [EMAIL PROTECTED]
and subject line Closed since version 3.0-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libdballe-dev
Severity: serious

Hello.

Today I tested dballe on my new laptop and I found out that on 64bit
systems its database module just won't work.  'make check' shows the
problem, but it requires a working ODBC connection to be set up and so
it's not run during the package build time.

This will be fixed in the next upstream version, that is in preparation
and should be out within a month.

Unfortunately it will be a major release, with some API changes, and
will very likely not be ready in time for etch.


Ciao,

Enrico

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1enrico
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
Hello,

I'm sorry this had slipped; this bug is fixed since version 3.0 of
DB-All.e made it into unstable.  3.0 is fully 64bit-clean, and it's
developed on an amd64 machine.

Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]


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


Bug#414674: Bug#414675: arch2darcs: FTBFS in etch

2007-03-13 Thread John Goerzen
On Tue, Mar 13, 2007 at 01:53:48AM -0700, Steve Langasek wrote:
 incorrectly hinted into testing.  I'm sorry we've made extra work for you,
 John.  Would you be willing to re-upload the previous versions of arch2darcs
 and srcinst to testing-proposed-updates so that we can resolve these bugs?
 Unfortunately the new uploads also need to have newer version numbers than
 the versions currently present, so an epoch might be needed. :/

New uploads done.

-- John


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



Processed: retitle 414094 to RM: dbengine: unmaintained and buggy

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 retitle 414094 RM: dbengine: unmaintained and buggy
Bug#414094: dbengine unmaintained and buggy
Changed Bug title to RM: dbengine: unmaintained and buggy from dbengine 
unmaintained and buggy.


End of message, 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]



Processed: reassign 414094 to ftp.debian.org

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 reassign 414094 ftp.debian.org
Bug#414094: RM: dbengine: unmaintained and buggy
Bug reassigned from package `dbengine' to `ftp.debian.org'.


End of message, 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#414674: marked as done (srcinst: FTBFS in etch)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 15:32:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414674: fixed in srcinst 0.8.8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: srcinst
Version: 0.8.7
Severity: serious


The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
fulfilled in etch.


-- System Information:
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
Source: srcinst
Source-Version: 0.8.8

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

srcinst_0.8.8.dsc
  to pool/main/s/srcinst/srcinst_0.8.8.dsc
srcinst_0.8.8.tar.gz
  to pool/main/s/srcinst/srcinst_0.8.8.tar.gz
srcinst_0.8.8_amd64.deb
  to pool/main/s/srcinst/srcinst_0.8.8_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen [EMAIL PROTECTED] (supplier of updated srcinst 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 07:10:20 -0500
Source: srcinst
Binary: srcinst
Architecture: source amd64
Version: 0.8.8
Distribution: testing-proposed-updates
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 srcinst- Build and install Debian packages completely from source
Closes: 414674
Changes: 
 srcinst (0.8.8) testing-proposed-updates; urgency=low
 .
   * Re-upload to testing-proposed-updates for etch.  Closes: #414674.
Files: 
 9134d671f3c3645a7b3ea7d935bee63e 582 utils optional srcinst_0.8.8.dsc
 0571a74c0812a8d38196239e00604dde 13866 utils optional srcinst_0.8.8.tar.gz
 d1ff1b8a8fcd4e96a7b5b68c4685346d 226736 utils optional srcinst_0.8.8_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9sCVTvSuJuBy3ggRAhg0AJwNMpMFdVU8bTqPgcwsUc1OmMq3CwCeIBI0
UVzUy/CPCWYk4CQYyfNI57U=
=yG2X
-END PGP SIGNATURE-

---End Message---


Bug#404279: Bug#414725: possibly bad idea to link vlc against libfaad?

2007-03-13 Thread Sam Hocevar
tag 414725 confirmed
block 414725 by 404279
thanks

On Tue, Mar 13, 2007, Fabian Greffrath wrote:
 Do you think it is a good idea to dynamically link vlc against Debian's
 libfaad0? As long as there are those license issues with faad2 [0] there
 is a chance that those packages -- faad2 AND vlc -- will never enter
 testing.

   You're right. But if the license isn't changed, VLC shouldn't enter
testing anyway.

   By the way, faad2 uses some of my code (in common/mp4ff/drms.c)
which is GPLed and I never agreed to any additional requirements in the
license. Not sure how it may help, since the faad2 people do not ship
binaries, but so you know.

-- 
Sam.


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



Bug#414675: marked as done (arch2darcs: FTBFS in etch)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 15:32:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414675: fixed in arch2darcs 1.0.10
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: arch2darcs
Version: 1.0.9
Severity: serious


The build dependency on libghc6-missingh-dev (= 0.18.0) can't be
fulfilled in etch.


-- System Information:
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
Source: arch2darcs
Source-Version: 1.0.10

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

arch2darcs_1.0.10.dsc
  to pool/main/a/arch2darcs/arch2darcs_1.0.10.dsc
arch2darcs_1.0.10.tar.gz
  to pool/main/a/arch2darcs/arch2darcs_1.0.10.tar.gz
arch2darcs_1.0.10_amd64.deb
  to pool/main/a/arch2darcs/arch2darcs_1.0.10_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen [EMAIL PROTECTED] (supplier of updated arch2darcs 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 06:12:03 -0500
Source: arch2darcs
Binary: arch2darcs
Architecture: source amd64
Version: 1.0.10
Distribution: testing-proposed-updates
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 arch2darcs - Convert Arch/tla repositories to Darcs
Closes: 414675
Changes: 
 arch2darcs (1.0.10) testing-proposed-updates; urgency=low
 .
   * Re-upload to testing-proposed-updates for etch.  Closes: #414675.
Files: 
 d4d96e554fc58f832005466fe70ce81f 594 devel optional arch2darcs_1.0.10.dsc
 edbff92405a0959f645d763925bc39c9 14517 devel optional arch2darcs_1.0.10.tar.gz
 1ed58f647b33a71ce95e665a66723f96 214300 devel optional 
arch2darcs_1.0.10_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9sCJTvSuJuBy3ggRAkvGAJ4hZS4cFugawynq0U+ocy/omCOECwCeNaVh
eOOvovtq+m+F0TBsVe5lTvk=
=Xr1h
-END PGP SIGNATURE-

---End Message---


Processed: Re: Bug#414722: vlc_0.8.6.a.debian-3(ia64/unstable): FTFBS: missing build-dep?

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 414722 0.8.6.a.debian-4
Bug#414722: vlc_0.8.6.a.debian-3(ia64/unstable): FTFBS: missing build-dep?
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.8.6.a.debian-4, send any further explanations 
to [EMAIL PROTECTED]

 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#413216: gcc-avr includes GFL docs with cover texts and invariant sections

2007-03-13 Thread Frank Küster
Hakan Ardo [EMAIL PROTECTED] wrote:

 Hi,
 thanx for the patch. A better solution however would be to
 build-depend on gcc-4.1-source in order not to duplicate the gcc
 sourcecode.

For sure this would be better. (I just didn't dare try this.)  I don't
know about the differences between the sources in gcc-4.1-source and in
gcc-avr, so I cannot judge whether this would be acceptable for etch.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#413762: database files being created in the root ('/') directory

2007-03-13 Thread Jonathan McDowell
On Thu, Mar 08, 2007 at 08:19:26PM +, Rafal Czlonka wrote:
 Jonathan McDowell wrote:
  Can you at least give me the md5sum of the file; I want to be certain
  it's pristine.
 
 f0cb6bc3f8c2a40d63e7deb1cd4b3131

Right, that matches my local copy.

When you have the package installed, does running onak index noodles
as the onak user provide any output? Can you try strace -o onak.strace
onak index noodles and send me the resulting onak.strace?

J.

-- 
 [  Ok ramblers, let's get rambling.  ]


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



Bug#414285: This is reproducible in 3.1.17(1)

2007-03-13 Thread Matt Sayler
deleteme-in-apr-2007:/tmp# bash -c 'printf spong'  /tmp/full || echo  
error
deleteme-in-apr-2007:/tmp# bash -c 'echo spong'  /tmp/full || echo  
error

bash: line 0: echo: write error: No space left on device
error

(on a vserver built from etch as of today).

Matt


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



Bug#413216: gcc-avr includes GFL docs with cover texts and invariant sections

2007-03-13 Thread Hakan Ardo

On 3/13/07, Frank Küster [EMAIL PROTECTED] wrote:

Hakan Ardo [EMAIL PROTECTED] wrote:

 Hi,
 thanx for the patch. A better solution however would be to
 build-depend on gcc-4.1-source in order not to duplicate the gcc
 sourcecode.

For sure this would be better. (I just didn't dare try this.)  I don't
know about the differences between the sources in gcc-4.1-source and in
gcc-avr, so I cannot judge whether this would be acceptable for etch.


I see. Well it would mean moving from gcc 4.1.0 to 4.1.1, which is
only a small upstream bugfix upgrade...



Regards, Frank
--
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)




--
Håkan Ardö



Bug#414715: openct: FTBFS: Parse errors in ifdhandler.h

2007-03-13 Thread Ludovic Rousseau
Hello,

Le 13.03.2007, à 14:58:55, Daniel Schepler a écrit:
 The build works fine in an etch chroot, so I suspect an incompatibility with
 the newer version of pcsc-lite.  Cc'ing the pcsc-lite maintainer for input.

pcsc-lite evolved and RESPONSECODE type is now defined in ifdhandler.h
instead of wintypes.h for pcsc-lite 1.4.0

See http://archives.neohapsis.com/archives/dev/muscle/2007-q1/0144.html

Etch has pcsc-lite 1.3.2 so has no problem with that.

I will submit a patch for OpenCT on opensc-devel list.

Bye

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Gunnar Wolf
tags 414721 + patch
thanks

I'm attaching the patch here - What is it? Basically, I understand
this test takes a well-known HTML file, parses it, reassembles it, and
compares it back to itself. It should be identical. Why does it fail?
Because a bug was fixed in one of the modules it depends on. It
previously generated unquoted HTML attributes (i.e. td rowspan=2),
where now it properly quotes them (td rowspan=2). The fix is
basically to change the original string it compares to/from :)

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF
--- t/gnarly.html.orig  2006-05-01 16:22:47.0 -0500
+++ t/gnarly.html   2007-03-13 11:28:23.0 -0600
@@ -1 +1 @@
-htmlheadtitlegnarly table/title/headbodytable border=1trtd 
colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 rowspan=2(0,1) 
[2,4]/td/trtrtd colspan=1 rowspan=2(1,0) [2,1]/tdtd colspan=1 
rowspan=1(1,1) [1,1]/tdtd colspan=2 rowspan=1(1,2) [1,2]/td/trtrtd 
colspan=4 rowspan=2(2,0) [2,4]/tdtd colspan=2 rowspan=2(2,1) [2,2]/tdtd 
colspan=1 rowspan=1(2,2) [1,1]/td/trtrtd colspan=1 rowspan=1(3,0) 
[1,1]/tdtd colspan=1 rowspan=1(3,1) [1,1]/td/trtrtd colspan=2 
rowspan=3(4,0) [3,2]/tdtd colspan=1 rowspan=1(4,1) [1,1]/tdtd colspan=1 
rowspan=3(4,2) [3,1]/tdtd colspan=4 rowspan=4(4,3) [4,4]/td/trtrtd 
colspan=1 rowspan=1(5,0) [1,1]/td/trtrtd colspan=1 rowspan=1(6,0) 
[1,1]/td/trtrtd colspan=4 rowspan=1(7,0) 
[1,4]/td/tr/table/body/html
+htmlheadtitlegnarly table/title/headbodytable border=1trtd 
colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 rowspan=2(0,1) 
[2,4]/td/trtrtd colspan=1 rowspan=2(1,0) [2,1]/tdtd colspan=1 
rowspan=1(1,1) [1,1]/tdtd colspan=2 rowspan=1(1,2) 
[1,2]/td/trtrtd colspan=4 rowspan=2(2,0) [2,4]/tdtd colspan=2 
rowspan=2(2,1) [2,2]/tdtd colspan=1 rowspan=1(2,2) 
[1,1]/td/trtrtd colspan=1 rowspan=1(3,0) [1,1]/tdtd colspan=1 
rowspan=1(3,1) [1,1]/td/trtrtd colspan=2 rowspan=3(4,0) 
[3,2]/tdtd colspan=1 rowspan=1(4,1) [1,1]/tdtd colspan=1 
rowspan=3(4,2) [3,1]/tdtd colspan=4 rowspan=4(4,3) 
[4,4]/td/trtrtd colspan=1 rowspan=1(5,0) [1,1]/td/trtrtd 
colspan=1 rowspan=1(6,0) [1,1]/td/trtrtd colspan=4 
rowspan=1(7,0) [1,4]/td/tr/table/body/html


signature.asc
Description: Digital signature


Processed: Re: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 414721 + patch
Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures
Tags were: confirmed sid
Tags added: patch

 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]



Processed: retitle 414094 to RM: dbengine -- RoM; abandoned upstream, broken

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 retitle 414094 RM: dbengine -- RoM; abandoned upstream, broken
Bug#414094: RM: dbengine: unmaintained and buggy
Changed Bug title to RM: dbengine -- RoM; abandoned upstream, broken from RM: 
dbengine: unmaintained and buggy.


End of message, 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#414749: xdms mustn't recommend uae

2007-03-13 Thread Adrian Bunk
Package: xdms
Version: 1.3.2-2
Severity: serious


The recommends of uae violates a must not in section 2.2.1.
of your policy.


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



Bug#414755: uae: FTBFS

2007-03-13 Thread Adrian Bunk
Package: uae
Version: 0.8.25-4
Severity: serious


The build dependency on gcc-4.0 can't be fulfilled in unstable
or testing.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Processed: Re: Bug#414749: xdms mustn't recommend uae

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 414749 important
Bug#414749: xdms mustn't recommend uae
Severity set to `important' from `serious'

 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#413922: marked as done (SECURITY: multiple message problem)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 20:40:19 +0100
with message-id [EMAIL PROTECTED]
and subject line fixed with most recent upload
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: gnupg
Version: 1.4.6-1
Severity: grave
Tags: security patch
Justification: user security hole

  Hi,
  
  There has been an announcement[1] about a possible security hole in
  GnupG related to multiple messages, and new releases[2] of both GnuPG
  and GpgME. There are a patch available for this problem[3]

  [1] http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html
  [2] http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html
  [3] 
ftp://ftp.gnupg.org/gcrypt/gnupg/patches/gnupg-1.4.6-multiple-message.patch

  Thanks

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages gnupg depends on:
ii  gpgv1.4.6-1  GNU privacy guard - signature veri
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libldap22.1.30-13.3  OpenLDAP libraries
ii  libreadline55.2-2GNU readline and history libraries
ii  libusb-0.1-42:0.1.12-6   userspace USB programming library
ii  makedev 2.3.1-83 creates device files in /dev
ii  zlib1g  1:1.2.3-13   compression library - runtime

gnupg recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 1.4.6-2

Hi,

this upload has fixed this issue already.

Cheers,
Andi

Format: 1.7
Date: Wed,  7 Mar 2007 21:47:35 +
Source: gnupg
Binary: gnupg-udeb gpgv gnupg gpgv-udeb
Architecture: source i386
Version: 1.4.6-2
Distribution: unstable
Urgency: medium
Maintainer: James Troup [EMAIL PROTECTED]
Changed-By: James Troup [EMAIL PROTECTED]
Description:
 gnupg  - GNU privacy guard - a free PGP replacement
 gnupg-udeb - GNU privacy guard - a free PGP replacement (udeb)
 gpgv   - GNU privacy guard - signature verification tool
 gpgv-udeb  - minimal signature verification tool (udeb)
Changes:
 gnupg (1.4.6-2) unstable; urgency=medium
 .
   * 28_multiple_message.dpatch: new patch from upstream to fix problems
 handling verification of messages with multiple
 components. [CVE-2007-1263]
-- 
  http://home.arcor.de/andreas-barth/
---End Message---


Bug#414773: firmware-nonfree: FTBFS

2007-03-13 Thread Adrian Bunk
Package: firmware-nonfree
Version: 0.3
Severity: serious


The build dependency on linux-support-2.6.17-2 can't be fulfilled
in unstable or testing.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.44-rc1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#414715: [OpenCT] #25: RESPONSECODE definition in pcsc-lite moved to ifdhandler.h

2007-03-13 Thread OpenCT
#25: RESPONSECODE definition in pcsc-lite moved to ifdhandler.h
+---
Reporter:  aj   |   Owner:  [EMAIL PROTECTED]
Type:  enhancement  |  Status:  new   
Priority:  normal   |   Component:  general   
 Version:  0.6.11   |Severity:  normal
Keywords:   |  
+---
 openct will currently not compile with latest pcsc-lite because of that.

-- 
Ticket URL: https://www.opensc-project.org/openct/ticket/25
OpenCT http://www.opensc-project.org/


Bug#404148: i'm not convinced release notes are enough

2007-03-13 Thread Peter Green
despite the best intentions of debian i am convinced that most users will
not read the release notes and over the lifetime of the etch release
having large ammounts (just how much is needed to trigger this bug btw) of
memory will become more and more common.

what does the sarge kernel do when placed on a machine like this? does it
use the hardware iommu? does it use the software one? does it not use one
at all (and hence lose some memory). In other words is the current
situation a regression from sarge?

what is the performance impact of using the safe option on all hardware
even that not affected by this bug? would using that option by default
result in a noticable performance degrdation?



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



Bug#413216: gcc-avr includes GFL docs with cover texts and invariant sections

2007-03-13 Thread Steve Langasek
On Tue, Mar 13, 2007 at 06:14:51PM +0100, Hakan Ardo wrote:
 On 3/13/07, Frank Küster [EMAIL PROTECTED] wrote:
 Hakan Ardo [EMAIL PROTECTED] wrote:

  Hi,
  thanx for the patch. A better solution however would be to
  build-depend on gcc-4.1-source in order not to duplicate the gcc
  sourcecode.

 For sure this would be better. (I just didn't dare try this.)  I don't
 know about the differences between the sources in gcc-4.1-source and in
 gcc-avr, so I cannot judge whether this would be acceptable for etch.

 I see. Well it would mean moving from gcc 4.1.0 to 4.1.1, which is
 only a small upstream bugfix upgrade...

Nevertheless it's a significant rearchitecting of the package, so I'm not
sure we'd want to see such a change made at this point of the release cycle.
OTOH, I guess you'll know better than anyone if the resulting package works,
and it would reduce the amount of code we have to carry in the archive...
It's your call.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



Bug#414715: openct: FTBFS: Parse errors in ifdhandler.h

2007-03-13 Thread Andreas Jellinghaus
ok, thanks everyone. I opened a bug in the openct bug tracker to track the
issue too, it is bug #25.

Andreas


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



Bug#414790: mysql-server-5.0: MySQL 5 Single Row Subselect Denial of Service

2007-03-13 Thread Laurent Bonnaud
Package: mysql-server-5.0
Version: 5.0.32-7
Severity: grave
Tags: security
Justification: user security hole


Hi,

here is the problem:

  http://www.sec-consult.com/284.html

I set the severity to grave because the advisory does not exclude
arbitrary code execution.


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



Processed: found 414285 in 3.1dfsg-8

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 found 414285 3.1dfsg-8
Bug#414285: bash builtin printf ignores write errors
Bug marked as found in version 3.1dfsg-8.


End of message, 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]



Processed: Re: Bug#414644: popularity-contest: HOME=/tmp is not a good idea

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 414644 serious
Bug#414644: popularity-contest: HOME=/tmp is not a good idea
Severity set to `serious' from `important'

 quit
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#394404: Unreproducible

2007-03-13 Thread Steve Langasek
On Tue, Mar 13, 2007 at 03:30:41PM +0100, Aurélien GÉRÔME wrote:

 On Mon, Mar 12, 2007 at 12:24:49PM -0700, Steve Langasek wrote:
  On Mon, Mar 12, 2007 at 01:32:24PM +0100, Aurélien GÉRÔME wrote:

   While building your package in an up-to-date proc-mounted chroot,
   everything went smoothly. Therefore, I am asking for a requeueing on
   w-b powerpc...

  And it failed again on the buildd.

 Indeed.

  Which means someone needs to break this down to show what the testsuite
  failure is and why it fails.

 As I really cannot reproduce it on several PowerPC subarchitectures
 which I have access to, is it possible to get more information about
 the buildd setup?

I have no idea what information would be relevant.  The testsuite output is
gnarly, and it's not clear to me which test suite failures here are fatal.
For all I can see, the problem could be caused by trying to write to /root,
or it could be caused by an altivec problem.  The first of these is
definitely a bug in this package (it should be cleaned up to use a local
home directory while building), the second could be any number of places,
but a clearer picture of /what/ is failing seems necessary first.

 In the mean time, I propose to let the PowerPC DD porter performs a
 porter upload of the _powerpc.deb. Is that satisfactory? It seems
 allowed by the section 5.10.2 of the developers-reference which I
 worked hard on to pass the PP check of the NM process.

A porter could upload the binary, yes; but bypassing a failure on the buildd
still leaves you with a package that's not security-supportable on this
architecture.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



Processed (with 1 errors): your mail

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 414755 build depends on gcc-4.0 which is no longer in the archive
Bug#414755: uae: FTBFS
Changed Bug title to build depends on gcc-4.0 which is no longer in the archive 
from uae: FTBFS.

 and hence FTBFS on both etch and sid.
Unknown command or malformed arguments to command.

 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#389034: marked as done (libgnome-java: uninstallable and not bin-NMU safe)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 22:17:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#389034: fixed in libgnome-java 2.12.3-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libgnome-java
Version: 2.12.3-1
Severity: grave

libgnome-jni has been bin-only NMUed but libgnome-java (which is Arch:
all) has a strict dependency on the exact source version of
libgnome-jni.

libgnome-java |   2.12.3-1 |  unstable | source, all
libgnome-jni | 2.12.3-1+b1 |  unstable | alpha, amd64, i386, powerpc, s390, 
sparc

At the very least a sourceful upload is going to be needed to get us
out of the current mess, but it'd be nice if the libgnome-java package
could be bin-NMU safe so this doesn't happen again (by weakening the
overly strict dependency to the same upstream version, not the
specific debian source revision).

| Automatic build of libglade-java_2.12.4-1+b1 on auric by sbuild/sparc 85
| Build started at 20060923-0906
| **

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper ( 4), gcj, java-gcj-compat-dev, docbook-utils, 
cdbs, pkg-config, libgnome-java (= 2.12), libgtk-java (= 2.8), libglib-java, 
libgnome2-dev, libglade2-dev, libgnomeui-dev, libgnomecanvas2-dev

[...]

| The following packages have unmet dependencies:
|   libgnome-java: Depends: libgnome-jni (= 2.12.3-1) but it is not going to be 
installed
| E: Broken packages

A complete build log can be found at
http://buildd.debian.org/build.php?arch=sparcpkg=libglade-javaver=2.12.4-1+b1

-- 
James

---End Message---
---BeginMessage---
Source: libgnome-java
Source-Version: 2.12.3-2

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

libgnome-java_2.12.3-2.diff.gz
  to pool/main/libg/libgnome-java/libgnome-java_2.12.3-2.diff.gz
libgnome-java_2.12.3-2.dsc
  to pool/main/libg/libgnome-java/libgnome-java_2.12.3-2.dsc
libgnome-java_2.12.3-2_all.deb
  to pool/main/libg/libgnome-java/libgnome-java_2.12.3-2_all.deb
libgnome-jni_2.12.3-2_i386.deb
  to pool/main/libg/libgnome-java/libgnome-jni_2.12.3-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Girard [EMAIL PROTECTED] (supplier of updated libgnome-java 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 21:38:05 +
Source: libgnome-java
Binary: libgnome-jni libgnome-java
Architecture: source all i386
Version: 2.12.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Thomas Girard [EMAIL PROTECTED]
Description: 
 libgnome-java - Gnome bindings for Java
 libgnome-jni - Gnome bindings for Java
Closes: 375873 389034
Changes: 
 libgnome-java (2.12.3-2) unstable; urgency=low
 .
   * debian/control:
  o add Michael Koch and myself to Uploaders
  o break dependency cycle: lignome-jni no longer depends on libgnome-java.
Closes: #375873
  o make libgnome-java more bin-NMU friendly using ${source:Version} rather
than the deprecated ${Source-Version}, and tighten dpkg-dev dependency
accordingly. Closes: #389034
Files: 
 43d7960634ef7549d769a6300013045f 944 libs optional libgnome-java_2.12.3-2.dsc
 8e4bb9fcd62d1316afa5b62a64e48d7c 3216 libs optional 
libgnome-java_2.12.3-2.diff.gz
 e110e35304a6ed2657f2f0b8fdf352c7 312992 libs optional 
libgnome-java_2.12.3-2_all.deb
 7627ce5d25ebabe892f2b214ed60c467 237792 libs optional 
libgnome-jni_2.12.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9x+0WSOgCCdjSDsRAg04AJ976QQ9YPHtcG96W4t225dX014sFgCeKUnH
GunWxkJ6UmPWfVARPFltdR8=
=RdeQ
-END PGP SIGNATURE-

---End Message---


Bug#399832: Bug is still present

2007-03-13 Thread Kyle Gordon
Am Dienstag, 6. Februar 2007 20:11 schrieb Anja Slowinski:
 egroupware does not work with php5.2

 Then you are not using the right package version.

Then why doesn't the package conflict with it then? This is poor package 
management if the user is left to battle through bugs. Egroupware should not 
be allowed to depend on this version of php5 if it causes issues. If php5.2 
_has_ to be installed as part of Debian, then Egroupware should be modified 
to use the patches that were made available *4 months ago!*

This bug should not be closed.

Regards

Kyle
-- 
Kyle Gordon
[EMAIL PROTECTED]
http://lodge.glasgownet.com


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



Bug#414820: FTBFS: Depeneds on non-existant version of libnfnetlink-dev (= 0.0.25)

2007-03-13 Thread Benjamin Seidenberg
Package: libnetfilter-conntrack
Version: 0.0.50-1
Severity: serious
Justification: FTBFS

Only libnfnetlink 0.0.16 is in the archive, libnetfilter-conntrack
depends on = 0.0.25





signature.asc
Description: OpenPGP digital signature


Bug#394404: Unreproducible

2007-03-13 Thread Marc 'HE' Brockschmidt
Steve Langasek [EMAIL PROTECTED] writes:
 On Tue, Mar 13, 2007 at 03:30:41PM +0100, Aurélien GÉRÔME wrote:
 On Mon, Mar 12, 2007 at 12:24:49PM -0700, Steve Langasek wrote:
 Which means someone needs to break this down to show what the testsuite
 failure is and why it fails.
 As I really cannot reproduce it on several PowerPC subarchitectures
 which I have access to, is it possible to get more information about
 the buildd setup?
 I have no idea what information would be relevant.  The testsuite output is
 gnarly, and it's not clear to me which test suite failures here are fatal.
 For all I can see, the problem could be caused by trying to write to
 /root,

Nope, that's not it.

 or it could be caused by an altivec problem.  The first of these is
 definitely a bug in this package (it should be cleaned up to use a local
 home directory while building), the second could be any number of places,
 but a clearer picture of /what/ is failing seems necessary first.

I haven't been able to reproduce this problem *anywhere* and upstream
hasn't seen a report about a problem like this. I'll probably do another
gstreamer-perl upload to get more verbose output from this test, but the
test suite helpers in perl are really not helping when it comes to get
verbose error messages :-/

Marc
-- 
BOFH #397:
T-1's congested due to porn traffic to the news server.


pgpsP3sSKHech.pgp
Description: PGP signature


Bug#410561: marked as done (php5: multiple security issues fixed in php 5.2.1)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 16:12:03 -0700
with message-id [EMAIL PROTECTED]
and subject line php5: multiple security issues fixed in php 5.2.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: php5
Version: 5.2.0-8
Severity: grave
Tags: security
Justification: user security hole


PHP 5.2.1 fixes some security problems. See

http://www.php.net/releases/5_2_1.php
http://secunia.com/advisories/24089/

PHP 4.4 is affected by at least some of the issues, too.

---End Message---
---BeginMessage---
Version: 5.2.0-8+etch1

These bugs have also been fixed in the testing-proposed-updates upload of
php5 5.2.0-8+etch1, so marking as such.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
---End Message---


Bug#410995: marked as done (new upstream version 5.2.1 available)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Mar 2007 16:12:03 -0700
with message-id [EMAIL PROTECTED]
and subject line php5: multiple security issues fixed in php 5.2.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: php5
Version: 5.2.0-8
Severity: important
Tags: security

Several CVE have been fixed in 5.2.1:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0905
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0906
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0907
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0908
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0909
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0910

However, 5.2.1 contains a fix that creates a new problem, covered in

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0911

The corrected patch for CVE-2007-0911 is available here:

http://marc.theaimsgroup.com/?l=php-devm=117106751715609w=2


-- 
Kees Cook@outflux.net

---End Message---
---BeginMessage---
Version: 5.2.0-8+etch1

These bugs have also been fixed in the testing-proposed-updates upload of
php5 5.2.0-8+etch1, so marking as such.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
---End Message---


Bug#414755: your mail

2007-03-13 Thread Steinar H. Gunderson
On Tue, Mar 13, 2007 at 10:06:09PM +, peter green wrote:
 1: check if the bug in gcc 4.1 is fixed and possiblly fix it, only possible 
 if there is a way to reproduce the issue the workaround is for (maintainer 
 do you remember adding this workaround?)

Running uae 0.8.25-1 with Kickstart 1.3 gives me the error described in the
RC bug this was supposed to fix. Recompiling uae on i386 in a pbuilder (ie.
with current gcc-4.1) and running the resulting package with Kickstart 1.3
works fine.

IOW, I think the gcc-4.0 [i386] build-dep, and the associated hack in
debian/rules, should just be removed, which will fix this bug.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#404148: i'm not convinced release notes are enough

2007-03-13 Thread Steve Langasek
On Tue, Mar 13, 2007 at 09:01:03PM +, Peter Green wrote:
 despite the best intentions of debian i am convinced that most users will
 not read the release notes and over the lifetime of the etch release
 having large ammounts (just how much is needed to trigger this bug btw) of
 memory will become more and more common.

AIUI the bug triggers on systems with memory in excess of 5GB.  Limited to
server-class hardware.  I hope server admins are aware of the contents of
release notes.

 what is the performance impact of using the safe option on all hardware
 even that not affected by this bug? would using that option by default
 result in a noticable performance degrdation?

It's unknown to me whether all other currently-supported systems even *work*
if iommu=soft is set.  This is not the time to gamble with the kernel.

If a targetted patch is available that sets iommu=soft for the chipset in
question, that would be a good candidate for the next kernel upload, which
may or may not make it into r0.  But if no one has a good fix to offer, I
think we need to settle for documenting it as errata given that upstream
doesn't have a proper fix for this yet.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#414830: Security issues with ktorrent. Fixed on 2.1.2.

2007-03-13 Thread Raúl Sánchez Siles
Package: ktorrent
Version: 2.1-1~mdx1
Severity: grave
Tags: patch security
Justification: user security hole

I came across this piece of news:
http://www.heise-security.co.uk/news/86661 which explains very briefly
about two security issues in ktorrent. These have been solved on
ktorrent 2.1.2 as explained on http://ktorrent.org/forum/viewtopic.php?t=1401

I know the frozen version is 2.0.3 which is somewhat far from the
fixed version, so I looked into the svn 
respository(svn://anonsvn.kde.org/home/kde/trunk/extragear/network/ktorrent) 
and found that commit 640661 fixes the bug. I also attach it as patch,

I hope it could apply cleanly to the frozen version.

Thanks.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20rs
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages ktorrent depends on:
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-2 core libraries and binaries for al
ii  libacl1  2.2.42-1Access control list shared library
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libaudio21.8-3   The Network Audio System (NAS). (s
ii  libavahi-client3 0.6.16-3Avahi client library
ii  libavahi-common3 0.6.16-3Avahi common library
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]  0.1.8-1 Client library for the gamin file 
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgmp3c22:4.2.1+dfsg-4  Multiprecision arithmetic library
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libqt3-mt3:3.3.7-3   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-6   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3-13  compression library - runtime

ktorrent recommends no packages.

-- no debconf information
Index: libktorrent/torrent/torrent.cpp
===
--- libktorrent/torrent/torrent.cpp	(revisión: 640660)
+++ libktorrent/torrent/torrent.cpp	(revisión: 640661)
@@ -163,9 +163,15 @@
 if (!v || v-data().getType() != Value::STRING)
 	throw Error(i18n(Corrupted torrent!));
 	
-path += v-data().toString(encoding);
-if (j + 1  ln-getNumChildren())
-	path += bt::DirSeparator();
+QString sd = v-data().toString(encoding);
+// check for weirdness like .. ,
+// we don't want to write outside the user specified directories
+if (sd != ..) 
+{
+	path += sd;
+	if (j + 1  ln-getNumChildren())
+		path += bt::DirSeparator();
+}
 			}
 
 			// we do not want empty dirs
Index: libktorrent/torrent/chunkcounter.cpp
===
--- libktorrent/torrent/chunkcounter.cpp	(revisión: 640660)
+++ libktorrent/torrent/chunkcounter.cpp	(revisión: 640661)
@@ -59,12 +59,13 @@
 
 	void ChunkCounter::inc(Uint32 idx)
 	{
-		cnt[idx]++;
+		if (idx  cnt.size())
+			cnt[idx]++;
 	}
 		
 	void ChunkCounter::dec(Uint32 idx)
 	{
-		if (cnt[idx]  0)
+		if (idx  cnt.size()  cnt[idx]  0)
 			cnt[idx]--;
 	}
 		
Index: libktorrent/torrent/peer.cpp
===
--- libktorrent/torrent/peer.cpp	(revisión: 640660)
+++ libktorrent/torrent/peer.cpp	(revisión: 640661)
@@ -193,11 +193,21 @@
 {
 	Out()  len err HAVE  endl;
 	kill();
-	return;
 }
-

Bug#414832: ktorrent: security vulnerabilities fixed in newer upstream

2007-03-13 Thread Florian Ernst
Package: ktorrent
Version: 2.0.3+dfsg1-2
Severity: grave
Tags: security
Justification: user security hole

Hello Joel,

long time no see...

I guess some work lies ahead:

| Bryan Burns of Juniper networks found 2 security vulnerabilities in
| KTorrent. These have now been fixed in the 2.1.2 release. 
| 
| This is just 2.1.1 with these 2 fixes. It would be advisable to upgrade.

as seen on http://ktorrent.org/forum/viewtopic.php?t=1401.

This concerns
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1384 and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1385.

Ubuntu Security Notice USN-436-1 has already been issued[0] on this matter.

Even though these vulnerabilities don't affect the current stable
release, they need to be fixed for the upcoming release Etch.
Please extract the relevant patches and apply them to ktorrent as
currently present in unstable. Changes for non-release-critical issues
are no longer accepted for Etch as per the latest release update[0], so
please stick to just these necessary changes.

Once a fixed package will have been uploaded we need to ask the release
managers to allow propagation to Etch.

Cheers,
Flo


[0] http://www.ubuntu.com/usn/usn-436-1
[1] http://lists.debian.org/debian-devel-announce/2007/03/msg00012.html


signature.asc
Description: Digital signature


Bug#412713: marked as done (hwinfo - FTBFS: error: memory input 4 is not directly addressable)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 00:02:26 +
with message-id [EMAIL PROTECTED]
and subject line Bug#412713: fixed in hwinfo 13.28-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: hwinfo
Version: 13.23-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of hwinfo_13.23-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include hd.c
 hd.c: In function 'hd_is_xen':
 hd.c:3173: error: memory input 4 is not directly addressable
 make[3]: *** [hd.o] Error 1
 make[3]: Leaving directory `/build/buildd/hwinfo-13.23/src/hd'
 make[2]: *** [subdirs] Error 2
 make[2]: Leaving directory `/build/buildd/hwinfo-13.23/src'
 make[1]: *** [subdirs] Error 2
 make[1]: Leaving directory `/build/buildd/hwinfo-13.23'
 make: *** [build-arch-stamp] Error 2
 **
 Build finished at 20070227-0721
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: hwinfo
Source-Version: 13.28-1

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

hwinfo_13.28-1.diff.gz
  to pool/main/h/hwinfo/hwinfo_13.28-1.diff.gz
hwinfo_13.28-1.dsc
  to pool/main/h/hwinfo/hwinfo_13.28-1.dsc
hwinfo_13.28-1_i386.deb
  to pool/main/h/hwinfo/hwinfo_13.28-1_i386.deb
hwinfo_13.28.orig.tar.gz
  to pool/main/h/hwinfo/hwinfo_13.28.orig.tar.gz
libhd13-dev_13.28-1_i386.deb
  to pool/main/h/hwinfo/libhd13-dev_13.28-1_i386.deb
libhd13-doc_13.28-1_all.deb
  to pool/main/h/hwinfo/libhd13-doc_13.28-1_all.deb
libhd13_13.28-1_i386.deb
  to pool/main/h/hwinfo/libhd13_13.28-1_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Vega [EMAIL PROTECTED] (supplier of updated hwinfo 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 10:38:19 -0400
Source: hwinfo
Binary: libhd13-dev libhd13-doc libhd13 hwinfo
Architecture: source i386 all
Version: 13.28-1
Distribution: unstable
Urgency: low
Maintainer: James Vega [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 hwinfo - Hardware identification system
 libhd13- Hardware identification system library
 libhd13-dev - Hardware identification system library and headers
 libhd13-doc - Hardware identification system library documentation
Closes: 412713 414723
Changes: 
 hwinfo (13.28-1) unstable; urgency=low
 .
   * New upstream releases.
 - Fixes usage of x86 asm on non-x86 architectures
   (Closes: #412713, #414723)
Files: 
 27b91e3527eae3545b8eca204cba358d 676 admin optional hwinfo_13.28-1.dsc
 0ce3f9b6758849884df160befbe0a767 796912 admin optional hwinfo_13.28.orig.tar.gz
 0fcd2c6fbb5f0f19aa568a0c99e8395a 8358 admin optional hwinfo_13.28-1.diff.gz
 f1044184a877e4c49fe7ac72b141da74 42820 admin optional hwinfo_13.28-1_i386.deb
 f744fa74f903df0497118e340103d731 582472 libs optional libhd13_13.28-1_i386.deb
 27d88b830f163e4962b9f1e4f69c6090 671232 libdevel optional 
libhd13-dev_13.28-1_i386.deb
 fd44e894761c4d6eead98d0f9cbbd287 1262412 doc optional 
libhd13-doc_13.28-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iEYEARECAAYFAkX3LhIACgkQDb3UpmEybUAQuACbB3q2r2FgdswvzF/95V1B7NF5
DzUAn2cG22cxNNoJ+pKo72icAw1Mu1ZR
=qyot
-END PGP SIGNATURE-

---End Message---


Bug#414410: marked as done (zoneminder: FTBFS: build depends on inexistant package libmysqlclient14-dev)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 00:02:28 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414410: fixed in zoneminder 1.22.3-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: zoneminder
Version: 1.22.3-1
Severity: serious

sbuild uses the first alternative of a build-depends. Please put
libmysqlclient15-dev in first position of the alternative.

 Automatic build of zoneminder_1.22.3-1 on maxwell by sbuild/kfreebsd-i386 98
 Build started at 20070311-1646
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 1293kB of source archives.
 Get:1 http://people.debian.org unstable/main zoneminder 1.22.3-1 (dsc) [737B]
 Get:2 http://people.debian.org unstable/main zoneminder 1.22.3-1 (tar) 
 [1265kB]
 Get:3 http://people.debian.org unstable/main zoneminder 1.22.3-1 (diff) 
 [27.1kB]
 Fetched 1293kB in 8s (153kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4), dpatch, libgnutls-dev, libmysqlclient14-dev 
 | libmysqlclient15-dev | libmysqlclient-dev, libdbd-mysql-perl, 
 libdate-manip-perl, libwww-perl, libjpeg62-dev
 Checking for already installed source dependencies...
 debhelper: missing
 Using default version 5.0.42
 dpatch: missing
 libgnutls-dev: missing
 libmysqlclient14-dev: missing
 libmysqlclient15-dev: missing
 libmysqlclient-dev: missing
 libdbd-mysql-perl: missing
 libdate-manip-perl: missing
 libwww-perl: missing
 libjpeg62-dev: missing
 Checking for source dependency conflicts...
   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
 debhelper dpatch libgnutls-dev libmysqlclient14-dev libdbd-mysql-perl 
 libdate-manip-perl libwww-perl libjpeg62-dev
 Reading package lists...
 Building dependency tree...
 Package libmysqlclient14-dev is not available, but is referred to by another 
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   libalps-heap1-dev
 E: Package libmysqlclient14-dev has no installation candidate
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping zoneminder
 **
 Finished at 20070311-1646
 Build needed 00:00:00, 0k disk space
 

---End Message---
---BeginMessage---
Source: zoneminder
Source-Version: 1.22.3-4

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

zoneminder_1.22.3-4.diff.gz
  to pool/main/z/zoneminder/zoneminder_1.22.3-4.diff.gz
zoneminder_1.22.3-4.dsc
  to pool/main/z/zoneminder/zoneminder_1.22.3-4.dsc
zoneminder_1.22.3-4_amd64.deb
  to pool/main/z/zoneminder/zoneminder_1.22.3-4_amd64.deb
zoneminder_1.22.3-4_i386.deb
  to pool/main/z/zoneminder/zoneminder_1.22.3-4_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Howard [EMAIL PROTECTED] (supplier of updated zoneminder 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 12 Mar 2007 11:38:56 +1100
Source: zoneminder
Binary: zoneminder
Architecture: source i386 amd64
Version: 1.22.3-4
Distribution: unstable
Urgency: low
Maintainer: Peter Howard [EMAIL PROTECTED]
Changed-By: Peter Howard [EMAIL PROTECTED]
Description: 
 zoneminder - Linux video camera security and surveillance solution
Closes: 414410
Changes: 
 zoneminder (1.22.3-4) unstable; urgency=low
 .
   * Put libmysqlclient-15-dev in front of -14-dev so sbuild works
 (closes: #414410)
Files: 
 e8aa4fd1cb6b5a2aa4a4ddc369ddba95 737 net optional zoneminder_1.22.3-4.dsc
 75781d6dcb454500122478e04f383753 27586 net optional zoneminder_1.22.3-4.diff.gz
 be90a5da8e7632ca4d023e037c1e6420 1314474 net optional 
zoneminder_1.22.3-4_i386.deb
 

Bug#414721: libhtml-tableextract-perl: FTBFS: Test failures

2007-03-13 Thread Florian Ernst
Hello Gunnar,

On Tue, Mar 13, 2007 at 11:38:15AM -0600, Gunnar Wolf wrote:
 I'm attaching the patch here - What is it? Basically, I understand
 [...]
 where now it properly quotes them (td rowspan=2). The fix is
 basically to change the original string it compares to/from :)

Thanks a lot for doing my work. :)

A new package containing your patch has just been uploaded.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#413506: marked as done (strange error from make_disc_trees.pl)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 00:02:24 +
with message-id [EMAIL PROTECTED]
and subject line Bug#413506: fixed in debian-cd 3.0.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: debian-cd
Severity: grave

Hi mates

Today I started to upgrade the debian-edu version of debian-cd to the newest 
svn version. After some startup configuration I got it to a point where I get 
this error from make_disc_trees.pl :

  Placing packages into image 1
Nested quantifiers in regex; marked by -- HERE in m/^g++ -- HERE $/ 
at 
/home/builder/src/debian-edu/src/build/CD-administrator/debian-cd/tools/make_disc_trees.pl
 
line 246.
make: *** [image-trees] Error 9

I am not quite sure what is going mad there and it is probably too late for me 
to do debugging, sorry.
I attached the output from the build. There are some parts, for instance the 
usage of get_diskusage.pl which was added, but as far as I can see the 
problem is not caused by any patching, maybe a missconfiguration?
So maybe you want to downgrade the priority, but so far I can't get it build 
and maybe there is a problem with the make_disc_trees.pl script.

Cheers and thanks for your help.
Steffen
[EMAIL PROTECTED]:~/src/debian-edu/src/build/CD-administrator$ ./build.sh test 
etch-test
Found old logfiles: -rw-r--r--  1 builder builder  211 2006-10-01 18:09 
/tmp/debian-edu-cd-build-2006-10-01T18:09
-rw-r--r--  1 builder builder  319 2006-10-15 18:30 
/tmp/debian-edu-cd-build-2006-10-15T18:30
-rw-r--r--  1 builder builder  386 2006-10-19 16:21 
/tmp/debian-edu-cd-build-2006-10-19T16:21
-rw-r--r--  1 builder builder  497 2006-12-24 11:15 
/tmp/debian-edu-cd-build-2006-12-24T11:15
-rw-r--r--  1 builder builder  583 2006-12-28 18:08 
/tmp/debian-edu-cd-build-2006-12-28T18:05
-rw-r--r--  1 builder builder  675 2007-01-03 11:15 
/tmp/debian-edu-cd-build-2007-01-03T11:15
-rw-r--r--  1 builder builder  764 2007-01-07 11:15 
/tmp/debian-edu-cd-build-2007-01-07T11:15
-rw-r--r--  1 builder builder  853 2007-01-11 11:15 
/tmp/debian-edu-cd-build-2007-01-11T11:15
-rw-r--r--  1 builder builder  942 2007-01-19 11:15 
/tmp/debian-edu-cd-build-2007-01-19T11:15
-rw-r--r--  1 builder builder 1031 2007-01-22 11:15 
/tmp/debian-edu-cd-build-2007-01-22T11:15
-rw-r--r--  1 builder builder 1130 2007-02-01 11:15 
/tmp/debian-edu-cd-build-2007-02-01T11:15
-rw-r--r--  1 builder builder 1220 2007-02-05 11:15 
/tmp/debian-edu-cd-build-2007-02-05T11:15
-rw-r--r--  1 builder builder 1310 2007-02-12 11:15 
/tmp/debian-edu-cd-build-2007-02-12T11:15
-rw-r--r--  1 builder builder 1400 2007-02-12 11:30 
/tmp/debian-edu-cd-build-2007-02-12T11:30
-rw-r--r--  1 builder builder 1490 2007-02-20 11:16 
/tmp/debian-edu-cd-build-2007-02-20T11:16
-rw-r--r--  1 builder builder 1580 2007-02-23 11:00 
/tmp/debian-edu-cd-build-2007-02-23T11:00
-rw-r--r--  1 builder builder 2210 2007-03-05 13:13 
/tmp/debian-edu-cd-build-2007-03-05T13:13
Debian-edu CD build on administrator.skolelinux.no

Build started 2007-03-05T15:06

Updating build tree
patching file data/etch/i386_udeb_include
patching file data/etch/amd64_udeb_include
patching file data/etch/powerpc_udeb_include
patching file tasks/Debian_etch
patching file tasks/debian-installer+kernel-etch
patching file tasks/debian-installer-etch
patching file tools/list2cds
patching file tools/add-bin-doc
patching file data/etch/exclude-udebs-i386
patching file tools/boot/etch/boot-i386
patching file data/etch/exclude-udebs
patching file tasks/exclude-etch
./build.sh: line 1: ARCHES: command not found

Updating tasks

Missing package file for arch alpha.
Missing package file for arch arm.
Missing package file for arch hppa.
Missing package file for arch hurd-i386.
Missing package file for arch ia64.
Missing package file for arch m68k.
Missing package file for arch mips.
Missing package file for arch mipsel.
Missing package file for arch s390.
Missing package file for arch sparc.
zcat: 
/skolelinux/administrator/debmirror/debian/debian/dists/etch/main/binary-m68k/Packages.gz:
 No such file or directory
zcat: 
/skolelinux/administrator/debmirror/debian/debian/dists/etch/main/binary-m68k/Packages.gz:
 No such file or directory
zcat: 
/skolelinux/administrator/debmirror/debian/debian/dists/etch/main/binary-m68k/Packages.gz:
 No such file or directory
zcat: 
/skolelinux/administrator/debmirror/debian/debian/dists/etch/main/binary-m68k/Packages.gz:
 No such file or directory
zcat: 
/skolelinux/administrator/debmirror/debian/debian/dists/etch/main/binary-m68k/Packages.gz:
 No such file or 

Bug#414723: marked as done (hwinfo_13.23-1(hppa/unstable): FTBFS: x86 asm used on non-x86)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 00:02:26 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414723: fixed in hwinfo 13.28-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: hwinfo
Version: 13.23-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of hwinfo_13.23-1 on peri by sbuild/hppa 98
 Build started at 20070310-1209

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), quilt, perl, flex, libdbus-1-dev, 
 libhal-dev, linux-kernel-headers, doxygen

[...]

 cpu.c:86: warning: unused variable 'hd'
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include edd.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include fb.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include floppy.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include hal.c
 gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I 
 /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I 
 /usr/lib/dbus-1.0/include hd.c
 hd.c: In function 'hd_is_xen':
 hd.c:3173: error: unknown register name '%edx' in 'asm'
 make[3]: *** [hd.o] Error 1
 make[3]: Leaving directory `/build/buildd/hwinfo-13.23/src/hd'
 make[2]: *** [subdirs] Error 2
 make[2]: Leaving directory `/build/buildd/hwinfo-13.23/src'
 make[1]: *** [subdirs] Error 2
 make[1]: Leaving directory `/build/buildd/hwinfo-13.23'
 make: *** [build-arch-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=hwinfover=13.23-1


---End Message---
---BeginMessage---
Source: hwinfo
Source-Version: 13.28-1

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

hwinfo_13.28-1.diff.gz
  to pool/main/h/hwinfo/hwinfo_13.28-1.diff.gz
hwinfo_13.28-1.dsc
  to pool/main/h/hwinfo/hwinfo_13.28-1.dsc
hwinfo_13.28-1_i386.deb
  to pool/main/h/hwinfo/hwinfo_13.28-1_i386.deb
hwinfo_13.28.orig.tar.gz
  to pool/main/h/hwinfo/hwinfo_13.28.orig.tar.gz
libhd13-dev_13.28-1_i386.deb
  to pool/main/h/hwinfo/libhd13-dev_13.28-1_i386.deb
libhd13-doc_13.28-1_all.deb
  to pool/main/h/hwinfo/libhd13-doc_13.28-1_all.deb
libhd13_13.28-1_i386.deb
  to pool/main/h/hwinfo/libhd13_13.28-1_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Vega [EMAIL PROTECTED] (supplier of updated hwinfo 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Mar 2007 10:38:19 -0400
Source: hwinfo
Binary: libhd13-dev libhd13-doc libhd13 hwinfo
Architecture: source i386 all
Version: 13.28-1
Distribution: unstable
Urgency: low
Maintainer: James Vega [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 hwinfo - Hardware identification system
 libhd13- Hardware identification system library
 libhd13-dev - Hardware identification system library and headers
 libhd13-doc - Hardware identification system library documentation
Closes: 412713 414723
Changes: 
 hwinfo (13.28-1) unstable; urgency=low
 .
   * New upstream releases.
 - Fixes usage of x86 asm on non-x86 architectures
   (Closes: #412713, #414723)
Files: 
 27b91e3527eae3545b8eca204cba358d 676 admin optional hwinfo_13.28-1.dsc
 0ce3f9b6758849884df160befbe0a767 796912 admin optional hwinfo_13.28.orig.tar.gz
 0fcd2c6fbb5f0f19aa568a0c99e8395a 8358 admin optional hwinfo_13.28-1.diff.gz
 f1044184a877e4c49fe7ac72b141da74 42820 admin optional hwinfo_13.28-1_i386.deb
 f744fa74f903df0497118e340103d731 582472 libs optional libhd13_13.28-1_i386.deb
 27d88b830f163e4962b9f1e4f69c6090 671232 libdevel optional 
libhd13-dev_13.28-1_i386.deb
 fd44e894761c4d6eead98d0f9cbbd287 1262412 

Bug#414721: marked as done (libhtml-tableextract-perl: FTBFS: Test failures)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 00:17:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#414721: fixed in libhtml-tableextract-perl 2.10-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libhtml-tableextract-perl
Version: 2.10-1
Severity: serious
Tags: sid

From my pbuilder build log, using a sid chroot:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libhtml-tableextract-perl-2.10'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/00_basic...ok
...
t/30_treePossible attempt to separate words with commas at 
t/30_tree.t line 57.

#   Failed test 'mass html comp'
#   in t/30_tree.t at line 52.
#  got: 'htmlheadtitlegnarly table/title/headbodytable 
border=1trtd colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 
rowspan=2(0,1) [2,4]/td/trtrtd colspan=1 rowspan=2(1,0) 
[2,1]/tdtd colspan=1 rowspan=1(1,1) [1,1]/tdtd colspan=2 
rowspan=1(1,2) [1,2]/td/trtrtd colspan=4 rowspan=2(2,0) 
[2,4]/tdtd colspan=2 rowspan=2(2,1) [2,2]/tdtd colspan=1 
rowspan=1(2,2) [1,1]/td/trtrtd colspan=1 rowspan=1(3,0) 
[1,1]/tdtd colspan=1 rowspan=1(3,1) [1,1]/td/trtrtd colspan=2 
rowspan=3(4,0) [3,2]/tdtd colspan=1 rowspan=1(4,1) [1,1]/tdtd 
colspan=1 rowspan=3(4,2) [3,1]/tdtd colspan=4 rowspan=4(4,3) 
[4,4]/td/trtrtd colspan=1 rowspan=1(5,0) [1,1]/td/trtrtd 
colspan=1 rowspan=1(6,0) [1,1]/td/trtrtd colspan=4 
rowspan=1(7,0) [1,4]/td/tr/table/body/html'
# expected: 'htmlheadtitlegnarly table/title/headbodytable 
border=1trtd colspan=4 rowspan=1(0,0) [1,4]/tdtd colspan=4 
rowspan=2(0,1) [2,4]/td/trtrtd colspan=1 rowspan=2(1,0) [2,1]/tdtd 
colspan=1 rowspan=1(1,1) [1,1]/tdtd colspan=2 rowspan=1(1,2) 
[1,2]/td/trtrtd colspan=4 rowspan=2(2,0) [2,4]/tdtd colspan=2 
rowspan=2(2,1) [2,2]/tdtd colspan=1 rowspan=1(2,2) [1,1]/td/trtrtd 
colspan=1 rowspan=1(3,0) [1,1]/tdtd colspan=1 rowspan=1(3,1) 
[1,1]/td/trtrtd colspan=2 rowspan=3(4,0) [3,2]/tdtd colspan=1 
rowspan=1(4,1) [1,1]/tdtd colspan=1 rowspan=3(4,2) [3,1]/tdtd colspan=4 
rowspan=4(4,3) [4,4]/td/trtrtd colspan=1 rowspan=1(5,0) 
[1,1]/td/trtrtd colspan=1 rowspan=1(6,0) [1,1]/td/trtrtd 
colspan=4 rowspan=1(7,0) [1,4]/td/tr/table/body/html'
# Looks like you failed 1 test of 126.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 65
Failed 1/126 tests, 99.21% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/30_tree.t1   256   1261   0.79%  65
Failed 1/14 test scripts, 92.86% okay. 1/2615 subtests failed, 99.96% okay.
make[1]: *** [test_dynamic] Error 1
make[1]: Leaving directory `/tmp/buildd/libhtml-tableextract-perl-2.10'
make: *** [install-stamp] Error 2

The package builds fine in an etch chroot.
-- 
Daniel Schepler

---End Message---
---BeginMessage---
Source: libhtml-tableextract-perl
Source-Version: 2.10-2

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

libhtml-tableextract-perl_2.10-2.diff.gz
  to 
pool/main/libh/libhtml-tableextract-perl/libhtml-tableextract-perl_2.10-2.diff.gz
libhtml-tableextract-perl_2.10-2.dsc
  to 
pool/main/libh/libhtml-tableextract-perl/libhtml-tableextract-perl_2.10-2.dsc
libhtml-tableextract-perl_2.10-2_all.deb
  to 
pool/main/libh/libhtml-tableextract-perl/libhtml-tableextract-perl_2.10-2_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian Ernst [EMAIL PROTECTED] (supplier of updated 
libhtml-tableextract-perl 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Mar 2007 01:03:11 +0100
Source: libhtml-tableextract-perl
Binary: libhtml-tableextract-perl
Architecture: source all
Version: 2.10-2
Distribution: unstable
Urgency: low
Maintainer: Florian Ernst [EMAIL PROTECTED]
Changed-By: Florian Ernst [EMAIL PROTECTED]
Description: 
 libhtml-tableextract-perl - module for extracting the content contained in 
tables within an H

Bug#414660: csound: writes garbage data to terminal, then quits

2007-03-13 Thread Steinar H. Gunderson
On Mon, Mar 12, 2007 at 11:38:13PM -0500, Drake Wilson wrote:
   $ csound
   Using /usr/share/csound/csound.xmg
   
 �*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*--sched
  set real-time priority and lock memorya
   (also requires -d and either -o dac or -o devaudio)
   �*�*�*  0.0�*0�*

I looked into this. It seems csound has a gettext-like library, which (among
other things) assumes that long = 32 bits, and that *((long *)foo) (where
foo is a char[4]) is a legal way to interpret foo as a long (it isn't; use
an union instead to be safe).

I tried fixing it, but it didn't help much. It's probably fixable for someone
who really cares, but at this point, I think the safest thing is just
removing 64-bit support (alpha/amd64/ia64) for csound and its only
reverse-dependency, cecilia. I can't really imagine this program being
thoroughly 64-bit clean everywhere except in the most glaringly obvious place
(ie. the code that spits nearly everything to stdout).

I'm not going to do this myself, though, but it should be easy enough for an
NMUer after the 3-day limit has passed.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#404148: i'm not convinced release notes are enough

2007-03-13 Thread Christoph Anton Mitterer
Hi.

Sorry that I've ignored the last answers to the bug but I somehow missed
the mail.

First of all,.. there is still no other solution than iommu=soft (at
least as of my knowledge) and we had even someone on the bugreport at
bugzilla.kernel.org who claimed that _only_ iommu=soft helped, but not
BIOS memhole mapping = disabled.

 AIUI the bug triggers on systems with memory in excess of 5GB.  Limited to
 server-class hardware.  I hope server admins are aware of the contents of
 release notes.
   
I don't think that you can rely on this. And even if so. Some could
probably just ignore it because their small tests don't show an
corruption and people might think they're on the safe side.


 what is the performance impact of using the safe option on all hardware
 even that not affected by this bug? would using that option by default
 result in a noticable performance degrdation?
 
 It's unknown to me whether all other currently-supported systems even *work*
 if iommu=soft is set.
As far as I know,.. everything should. For example Intel CPUs don't have
an IOMMU at all,... Windows uses always a kind of software iommu (even
on AMD CPUs).

 This is not the time to gamble with the kernel.
   
In all doing respect, I think that it's a much greater risk to not use
iommu=soft per default than doing so. Even if we imagine that there
would by systems that don't work with the sw-iommu it's likely that
they simply break (at boot time). And then the affected user at least
knows that something is happening to him, while with no iommu=soft he
would probably never realize that he has problems.


 If a targetted patch is available that sets iommu=soft for the chipset in
 question,
I think this will never happen. The problem is simply: Kernel developers
cannot tell which chipsets are affected, or which chipset/CPU combinations.
We even don't know yet where the error comes from (CPU or nvidia
chipset). According to Andi Kleen this is still being investiagted by
nvidia and AMD.

So such a patch would have to whitelist systems that are known to work,
instead of blacklist the others.



 that would be a good candidate for the next kernel upload, which
 may or may not make it into r0.  But if no one has a good fix to offer, I
 think we need to settle for documenting it as errata given that upstream
 doesn't have a proper fix for this yet
Let me qoute Andi Kleen:
Unless a good workaround comes around soon I'll probably default to
iommu=soft on Nvidia.

You see that even he thinks about using iommu=soft as default (on
nvidia). And until such a patch is available I think the saftest would
be to use it as a general default on amd64. Perhaps Debians kernel team
could even maintain their own patch that would activate iommu=soft only
on nvidia chipsets.


Best wishes,
Chris.
begin:vcard
fn:Mitterer, Christoph Anton
n:Mitterer;Christoph Anton
email;internet:[EMAIL PROTECTED]
x-mozilla-html:TRUE
version:2.1
end:vcard



Bug#414838: aptitude can send terminal data to the printer at startup

2007-03-13 Thread Vincent Lefevre
Package: aptitude
Version: 0.4.4-3
Severity: grave
Tags: security
Justification: user security hole

At startup, aptitude sends random characters to the terminal,
including escape sequences. Some of them have the effect to send
terminal data to the printer (this is not always reproducible),
which can then be seen by the other users of the printer.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3 0.6.46.4-0.1 Advanced front-end for dpkg
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libncursesw55.5-5Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.4-3English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.0-1  parse Debian changelogs and output

-- no debconf information


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



Processed: severity of 414838 is normal, tagging 414838

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 severity 414838 normal
Bug#414838: aptitude can send terminal data to the printer at startup
Severity set to `normal' from `grave'

 tags 414838 = unreproducible
Bug#414838: aptitude can send terminal data to the printer at startup
Tags were: security
Tags set to: unreproducible


End of message, 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]



Processed: forcibly merging 414830 414832

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 forcemerge 414830 414832
Bug#414830: Security issues with ktorrent. Fixed on 2.1.2.
Bug#414832: ktorrent: security vulnerabilities fixed in newer upstream
Forcibly Merged 414830 414832.


End of message, 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]



Processed (with 1 errors): Re: bash builtin printf ignores write errors

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 414285 + patch
Bug#414285: bash builtin printf ignores write errors
There were no tags set.
Tags added: patch

 severeity 414285 important
Unknown command or malformed arguments to command.

 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#414285: bash builtin printf ignores write errors

2007-03-13 Thread Steinar H. Gunderson
tags 414285 + patch
severeity 414285 important
thanks

On Sat, Mar 10, 2007 at 04:45:52PM +, Richard Kettlewell wrote:
   sfere$ bash -c 'printf spong'  /dev/full

This is just the issue of a missing fflush() (right before the last ferror()
check) in builtins/echo/printf.def, or so it seems. Adding a \n at the end
makes the stream flush before the check, and you get the error message.
(Adding the fflush will make it work regardless, but, yeah.)

This is definitely a bug, but it's not RC. Downgrading.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#414790: mysql-server-5.0: MySQL 5 Single Row Subselect Denial of Service

2007-03-13 Thread Christian Hammers


On 2007-03-13 Laurent Bonnaud wrote:
 here is the problem:
 
   http://www.sec-consult.com/284.html
 
 I set the severity to grave because the advisory does not exclude
 arbitrary code execution.

Thanks for pointing this out. I found the upstream bug reports at
http://bugs.mysql.com/bug.php?id=26556 and 
http://bugs.mysql.com/bug.php?id=24630 and a patch at
http://lists.mysql.com/commits/19685

I will try to backport it soon.

bye,

-christian-


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



Processed: severity of 414285 is important

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 severity 414285 important
Bug#414285: bash builtin printf ignores write errors
Severity set to `important' from `grave'


End of message, 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#414843: kdepim: FTBFS: Template errors in kpilot

2007-03-13 Thread Daniel Schepler
Package: kdepim
Version: 4:3.5.5.dfsg.1-6
Severity: serious
Tags: sid

When trying to build kdepim against the current version of pilot-link from
sid, I get:

...
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib -I../..  
-I/tmp/buildd/kdepim-3.5.5.dfsg.1/. 
-I/tmp/buildd/kdepim-3.5.5.dfsg.1/./libkdepim -I/usr/include/kde 
-I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1  -DHAVE_BOOST -Wno-long-long -Wundef 
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o 
libkpilot_la.all_cc.lo libkpilot_la.all_cc.cc
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib -I../.. 
-I/tmp/buildd/kdepim-3.5.5.dfsg.1/. 
-I/tmp/buildd/kdepim-3.5.5.dfsg.1/./libkdepim -I/usr/include/kde 
-I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_BOOST -Wno-long-long -Wundef 
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c 
libkpilot_la.all_cc.cc  -fPIC -DPIC -o .libs/libkpilot_la.all_cc.o
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotMemo.h:101: error: could not 
convert template argument 'unpack_MemoAppInfo' to 'int (*)(MemoAppInfo*, 
unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotMemo.h:101: error: could not 
convert template argument 'pack_MemoAppInfo' to 'int (*)(MemoAppInfo*, unsigned 
char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotMemo.h:101: error: invalid 
type in declaration before ';' token
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotAddress.h:79: error: could 
not convert template argument 'unpack_AddressAppInfo' to 'int 
(*)(AddressAppInfo*, unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotAddress.h:79: error: could 
not convert template argument 'pack_AddressAppInfo' to 'int 
(*)(AddressAppInfo*, unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotAddress.h:79: error: invalid 
type in declaration before ';' token
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotAddress.cc: In constructor 
'PilotAddress::PilotAddress(PilotAddressInfo*, PilotRecord*)':
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotAddress.cc:48: error: request 
for member 'info' in '* info', which is of non-class type 'int'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotDateEntry.h: At global scope:
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotDateEntry.h:369: error: could 
not convert template argument 'unpack_AppointmentAppInfo' to 'int 
(*)(AppointmentAppInfo*, unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotDateEntry.h:369: error: could 
not convert template argument 'pack_AppointmentAppInfo' to 'int 
(*)(AppointmentAppInfo*, unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotDateEntry.h:369: error: 
invalid type in declaration before ';' token
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotTodoEntry.h:138: error: could 
not convert template argument 'unpack_ToDoAppInfo' to 'int (*)(ToDoAppInfo*, 
unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotTodoEntry.h:138: error: could 
not convert template argument 'pack_ToDoAppInfo' to 'int (*)(ToDoAppInfo*, 
unsigned char*, unsigned int)'
/tmp/buildd/kdepim-3.5.5.dfsg.1/./kpilot/lib/pilotTodoEntry.h:138: error: 
invalid type in declaration before ';' token
make[4]: *** [libkpilot_la.all_cc.lo] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdepim-3.5.5.dfsg.1/obj-i486-linux-gnu/kpilot/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdepim-3.5.5.dfsg.1/obj-i486-linux-gnu/kpilot'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdepim-3.5.5.dfsg.1/obj-i486-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdepim-3.5.5.dfsg.1/obj-i486-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2

It looks like the declarations of the pack/unpack functions added some
const's, so kpilot needs to follow suit.
-- 
Daniel Schepler


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



Bug#410833: marked as done (FTBFS: error: 'CL_EMALFZIP' undeclared)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 01:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#410833: fixed in avscan 1.1.2-openssl-1etch1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: avscan
Version: 1.3.1-openssl-1
Severity: serious
Tags: sid

This package fails to compile in sid (but not in etch):

 Automatic build of avscan_1.3.1-openssl-1 on coconut0 by sbuild/ia64 0.49
...
 Compiling module avscanop.o
 avscanop.c: In function 'AVScanOPClamAVInit':
 avscanop.c:300: warning: implicit declaration of function 'cl_loaddbdir'
 avscanop.c:317: warning: implicit declaration of function 'cl_loaddb'
 avscanop.c: In function 'AVScanOPClamAVScanFile':
 avscanop.c:569: error: 'CL_EMALFZIP' undeclared (first use in this function)
 avscanop.c:569: error: (Each undeclared identifier is reported only once
 avscanop.c:569: error: for each function it appears in.)
 make[2]: *** [avscanop.o] Error 1
 make[2]: Leaving directory `/build/tbm/avscan-1.3.1-openssl/avscan'

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: avscan
Source-Version: 1.1.2-openssl-1etch1

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

avscan_1.1.2-openssl-1etch1.diff.gz
  to pool/main/a/avscan/avscan_1.1.2-openssl-1etch1.diff.gz
avscan_1.1.2-openssl-1etch1.dsc
  to pool/main/a/avscan/avscan_1.1.2-openssl-1etch1.dsc
avscan_1.1.2-openssl-1etch1_amd64.deb
  to pool/main/a/avscan/avscan_1.1.2-openssl-1etch1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg [EMAIL PROTECTED] (supplier of updated avscan 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Mar 2007 02:05:59 +0100
Source: avscan
Binary: avscan
Architecture: source amd64
Version: 1.1.2-openssl-1etch1
Distribution: testing
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 avscan - GTK frontend for the Clam AntiVirus scanner (ClamAV)
Closes: 410833
Changes: 
 avscan (1.1.2-openssl-1etch1) testing; urgency=low
 .
   * Fix FTBFS with clamav 0.90, thanks to Stephen Gran for the patch
 (Closes: #410833), and bump build-depends.
Files: 
 8ef339c7bb8140f3567c43383b5503ac 658 utils optional 
avscan_1.1.2-openssl-1etch1.dsc
 b3843c8cef97e249e175c1224f295e7a 9479 utils optional 
avscan_1.1.2-openssl-1etch1.diff.gz
 a6465c29a2115b9d54862d40024cef65 525542 utils optional 
avscan_1.1.2-openssl-1etch1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF91Fpxa93SlhRC1oRAhQfAKCqi3ENT3z6mzdbYQL7u7BVol5aDACgoXFI
3HBZDpLVQAdyQiX/zfv+Alo=
=1PjA
-END PGP SIGNATURE-

---End Message---


Processed: Re: severity of 414838 is normal, tagging 414838

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 414838 grave
Bug#414838: aptitude can send terminal data to the printer at startup
Severity set to `grave' from `normal'

 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#414845: knowledgetree: please adapt for PHP5

2007-03-13 Thread Laurent Bonnaud
Package: knowledgetree
Version: 2.0.7-3
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install knowledgetree
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  knowledgetree: Depends: phpapi-20050606 but it is not installable or
  phpapi-20051025 but it is not installable
E: Broken packages


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages knowledgetree depends on:
ii  apache2-mpm-prefork [httpd]   2.2.3-3.3  Traditional model for Apache HTTPD
ii  libphp-phpmailer  1.73-3 full featured email transfer class
ii  libphp-phpsniff   2.1.3-2a HTTP_USER_AGENT Client Sniffer f
ii  mzscheme [httpd]  1:352-10   PLT Scheme Interpreter
ii  php-log   1.9.8-1Log module for PEAR
ii  php-pear  5.2.0-10   PEAR - PHP Extension and Applicati
ii  php4-mysql6:4.4.4-9  MySQL module for php4
ii  php4-pear 6:4.4.4-9  PHP Extension and Application Repo
ii  php5-mysql5.2.0-10   MySQL module for php5
pn  phpapi-20050606 | phpapi-2005 none (no description available)

Versions of packages knowledgetree recommends:
ii  mysql-server-5.0 [virtual-mys 5.0.32-7   mysql database server binaries


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



Bug#411113: ogre: FTBFS: cannot allocate an object of abstract type

2007-03-13 Thread Muammar Wadih El Khatib Rodriguez

Hi *,

I did a research and I found some threads in ogre's forum and the
problem is that  the current ogre's version in Debian compiles well
using the cegui's testing version (0.4.1), so the problem may be
solved upgrading ogre's version (I think this is impossible because of
the freeze) or downgrading cegui's version until Debian freeze ends.

Now, I'll research how to proceed in this case.

Thanks and regards,
--
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3  1440 30EB 403B 1270 29F1
http://muammarelkhatib.net | http://www.teorex.org
 ,''`.
: :' :
`. `'
  `-


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



Processed: tagging 414790

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 414790 + upstream fixed-upstream
Bug#414790: mysql-server-5.0: MySQL 5 Single Row Subselect Denial of Service
Tags were: security
Tags added: upstream, fixed-upstream


End of message, 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]



Processed: your mail

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 392909 libiiimcf-dev
Bug#392909: im-sdk: -dev package hasn't enough header files
Bug#393881: mlterm: FTBFS: im_iiimf.c:56:21: error: iiimcf.h: No such file or 
directory
Bug reassigned from package `im-sdk' to `libiiimcf-dev'.

 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]



Processed: Found the fix..

2007-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 399051 + patch
Bug#399051: rt2500-source: rt2500 cannot establish link in later version 
There were no tags set.
Tags added: patch

 notfound 399051 1.1.0+cvs20060620-3
Bug#399051: rt2500-source: rt2500 cannot establish link in later version 
Bug marked as not found in version 1.1.0+cvs20060620-3.

 found 399051 1:1.1.0-b4-2
Bug#399051: rt2500-source: rt2500 cannot establish link in later version 
Bug marked as found in version 1:1.1.0-b4-2.

 severity 399051 serious
Bug#399051: rt2500-source: rt2500 cannot establish link in later version 
Severity set to `serious' from `normal'

 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#353460: marked as done (im-sdk_12.3.91-0.1(hppa/experimental): FTBFS: typo in debian/control)

2007-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Mar 2007 12:04:26 +0800
with message-id [EMAIL PROTECTED]
and subject line 
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: im-sdk
Version: 12.3.91-0.1
Severity: serious

Hi,

your package failed to build because of a typo in debian/control
(entry iiimf-le-hangul).

| Automatic build of im-sdk_12.3.91-0.1 on meitner by sbuild/hppa 79
| Build started at 20060218-1724
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 12.8MB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main im-sdk 12.3.91-0.1 (dsc) 
[1359B]
| Get:2 http://ftp.de.debian.org experimental/main im-sdk 12.3.91-0.1 (tar) 
[12.7MB]
| Get:3 http://ftp.de.debian.org experimental/main im-sdk 12.3.91-0.1 (diff) 
[18.9kB]
| Fetched 12.8MB in 60s (209kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: autotools-dev, libtool, dbs, debhelper (= 4), libwrap0-dev 
(= 7.6.dbs-3), libx11-dev, libice-dev, libsm-dev, libxt-dev, libpam0g-dev, 
libcanna1g-dev, docbook-dsssl, jade, docbook-xml, sgml-data (= 2.0), 
libgtk2.0-dev, flex, intltool, automake1.7, libxml2-dev, libgconf2-dev, 
libgnomeui-dev, libpanel-applet2-dev, scrollkeeper, libchewing2-dev (= 
0.2.6+svn20050326)
[...]
| dh_gencontrol -a
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
| dpkg-gencontrol: warning: can't parse dependency ${shlibs:Depends]
| dpkg-gencontrol: error: error occoured while parsing Depends
| dh_gencontrol: command returned error code 2304
| make: *** [binary-arch] Error 1
| **
| Build finished at 20060218-1828
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=12.3.91-0.1pkg=im-sdkarch=hppa

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/

---End Message---
---BeginMessage---

Version: 12.3.91-0.1

Already fixed in 12.3.91-0.1; forgot to close this at the time.

Thanks!
---End Message---


Bug#399051: Found the fix..

2007-03-13 Thread Romain Beauxis
Le mercredi 14 mars 2007 05:03, Romain Beauxis a écrit :
 Attached is the corrected patch which does the same but without the
 connection issue.

Oops I attached the wrong patch..

Here is the good one..

Romain
-- 
They seh when you have nuff money
You got a whole heap o' friend
But when your money done dem just don't know you again
When your dollars gone dem nah see you again
And when your money done dem nah want see you again
Money money money money is the root of all evil
And you see it
--- Module/rt_config.h	2006-06-17 22:12:58.0 +0200
+++ Module/rt_config.h	2007-03-14 04:44:19.0 +0100
@@ -55,7 +55,6 @@
 #error  You must compile this driver with -O.
 #endif
 
-#include linux/config.h  //can delete
 #include linux/module.h
 #include linux/version.h
 #include linux/kernel.h
--- Module/rtmp.h	2006-06-17 22:12:58.0 +0200
+++ Module/rtmp.h	2007-03-14 04:44:19.0 +0100
@@ -1096,10 +1096,16 @@
 INT RT2500_close(
 IN  struct net_device *net_dev);
 
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
 irqreturn_t RTMPIsr(
 IN  INT irq, 
 IN  VOID*dev_instance, 
 IN  struct pt_regs  *rgs);
+#else
+irqreturn_t RTMPIsr(
+IN  INT irq, 
+IN  VOID*dev_instance);
+#endif
 
 VOIDRT2500_timer(
 IN  unsigned long data);
--- Module/rtmp_info.c	2006-06-17 22:12:58.0 +0200
+++ Module/rtmp_info.c	2007-03-14 04:42:59.0 +0100
@@ -1646,23 +1646,29 @@
 break;
 }
 
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
+		#define customLength (erq-length - 1) // minux null character.
+#else
+		#define customLength (erq-length)
+#endif
+
 		if(RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
 		{
-	if (copy_from_user(Ssid.Ssid, erq-pointer, (erq-length - 1)))
+	if (copy_from_user(Ssid.Ssid, erq-pointer, customLength))
 	{
	 Status = -EFAULT;
	 break;
 	}
-	Ssid.SsidLength = erq-length - 1;  //minus null character.
+	Ssid.SsidLength = customLength;
 		}else{
 			// This SEEMS to be needed to actual work RobinC when iface
 			// is down
-	if (copy_from_user(pAdapter-PortCfg.Ssid, erq-pointer, (erq-length - 1)))
+	if (copy_from_user(pAdapter-PortCfg.Ssid, erq-pointer, customLength))
 	{
 	Status = -EFAULT;
 	break;
 	}
-	pAdapter-PortCfg.SsidLen = erq-length - 1;  //minus null character.
+	pAdapter-PortCfg.SsidLen = customLength;
 
 			memcpy(pAdapter-Mlme.CntlAux.Ssid, pAdapter-PortCfg.Ssid, pAdapter-PortCfg.SsidLen);	
 			pAdapter-Mlme.CntlAux.SsidLen = pAdapter-PortCfg.SsidLen; 
--- Module/rtmp_main.c	2006-06-17 22:12:58.0 +0200
+++ Module/rtmp_main.c	2007-03-14 04:44:19.0 +0100
@@ -217,8 +217,8 @@
 csr_addr = (unsigned long) ioremap(pci_resource_start(pPci_Dev, 0), pci_resource_len(pPci_Dev, 0));
 if (!csr_addr) 
 {
-DBGPRINT(RT_DEBUG_TRACE, ioremap failed for device %s, region 0x%X @ 0x%lX\n,
-print_name, (ULONG)pci_resource_len(pPci_Dev, 0), pci_resource_start(pPci_Dev, 0));
+DBGPRINT(RT_DEBUG_TRACE, ioremap failed for device %s, region 0x%X @ 0x%X\n,
+print_name, (ULONG)pci_resource_len(pPci_Dev, 0), (ULONG)pci_resource_start(pPci_Dev, 0));
 goto err_out_free_res;
 }
 
@@ -284,8 +284,8 @@
 if (Status != NDIS_STATUS_SUCCESS)
 		goto err_out_unmap;
 
-DBGPRINT(RT_DEBUG_TRACE, %s: at 0x%lx, VA 0x%lx, IRQ %d. \n, 
-net_dev-name, pci_resource_start(pPci_Dev, 0), (unsigned long)csr_addr, pPci_Dev-irq);
+DBGPRINT(RT_DEBUG_TRACE, %s: at 0x%x, VA 0x%lx, IRQ %d. \n, 
+net_dev-name, (ULONG)pci_resource_start(pPci_Dev, 0), (unsigned long)csr_addr, pPci_Dev-irq);
 
 // Set driver data
 pci_set_drvdata(pPci_Dev, net_dev);
@@ -514,10 +514,16 @@
 
 
 */
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
 irqreturn_t RTMPIsr(
 IN  INT irq, 
 IN  VOID*dev_instance, 
 IN  struct pt_regs  *rgs)
+#else
+irqreturn_t RTMPIsr(
+IN  INT irq, 
+IN  VOID*dev_instance)
+#endif
 {
 struct net_device   *net_dev = dev_instance;
 PRTMP_ADAPTER   pAdapter = net_dev-priv;


Bug#399051: More precise patch

2007-03-13 Thread Romain Beauxis
Hi again !

A more precise patch that show the changes made to 2.6.19.patch.

I ma ready to commit it to the svn if no one objects to it...


Romain
-- 
Oh what a competition
But Jah is mi highest region
Rocking trough revelation
Chanting to Jah holy nation
Index: debian/patches/2.6.19.diff
===
--- debian/patches/2.6.19.diff	(révision 9)
+++ debian/patches/2.6.19.diff	(copie de travail)
@@ -19,45 +19,38 @@
  IN  unsigned long data);
 --- Module/rtmp_info.c	2006/08/19 23:51:27	1.68
 +++ Module/rtmp_info.c	2006/12/27 21:09:31	1.69
-@@ -1632,6 +1632,7 @@
- USHORT  subcmd;
- BOOLEAN StateMachineTouched = FALSE;
- int i, chan = -1, index = 0, len = 0;
-+ULONGLength;
- 
- 
  switch(cmd) {
 @@ -1650,23 +1651,29 @@
  break;
  }
  
 +#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
-+		Length = erq-length - 1; // minux null character.
++		#define customLength (erq-length - 1) // minux null character.
 +#else
-+		Length = erq-length;
++		#define customLength (erq-length)
 +#endif
 +
  		if(RTMP_TEST_FLAG(pAdapter, fRTMP_ADAPTER_INTERRUPT_IN_USE))
  		{
 -	if (copy_from_user(Ssid.Ssid, erq-pointer, (erq-length - 1)))
-+	if (copy_from_user(Ssid.Ssid, erq-pointer, Length))
++	if (copy_from_user(Ssid.Ssid, erq-pointer, customLength))
  	{
 	 Status = -EFAULT;
 	 break;
  	}
 -	Ssid.SsidLength = erq-length - 1;  //minus null character.
-+	Ssid.SsidLength = Length;
++	Ssid.SsidLength = customLength;
  		}else{
  			// This SEEMS to be needed to actual work RobinC when iface
  			// is down
 -	if (copy_from_user(pAdapter-PortCfg.Ssid, erq-pointer, (erq-length - 1)))
-+	if (copy_from_user(pAdapter-PortCfg.Ssid, erq-pointer, Length))
++	if (copy_from_user(pAdapter-PortCfg.Ssid, erq-pointer, customLength))
  	{
  	Status = -EFAULT;
  	break;
  	}
 -	pAdapter-PortCfg.SsidLen = erq-length - 1;  //minus null character.
-+	pAdapter-PortCfg.SsidLen = Length;
++	pAdapter-PortCfg.SsidLen = customLength;
  
  			memcpy(pAdapter-Mlme.CntlAux.Ssid, pAdapter-PortCfg.Ssid, pAdapter-PortCfg.SsidLen);	
  			pAdapter-Mlme.CntlAux.SsidLen = pAdapter-PortCfg.SsidLen; 


Bug#414820: FTBFS: Depeneds on non-existant version of libnfnetlink-dev (= 0.0.25)

2007-03-13 Thread Alexander Wirt
Benjamin Seidenberg schrieb am Dienstag, den 13. März 2007:

 Package: libnetfilter-conntrack
 Version: 0.0.50-1
 Severity: serious
 Justification: FTBFS
 
 Only libnfnetlink 0.0.16 is in the archive, libnetfilter-conntrack
 depends on = 0.0.25
0.0.25 is, due to a soname bump, currently in NEW... So we have to wait for
this. If you need them I can provide the new packages at people.debian.org.

Alex




  1   2   >