Bug#678486: mingw-w64-dev: fails to install, trying to overwrite other packages files

2012-06-22 Thread Andreas Beckmann
Package: mingw-w64-dev,mingw-w64
Version: 3.0~svn4933-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package mingw-w64-dev.
  Unpacking mingw-w64-dev (from .../mingw-w64-dev_3.0~svn4933-1_all.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/mingw-w64-dev_3.0~svn4933-1_all.deb (--unpack):
   trying to overwrite '/usr/i686-w64-mingw32/libsrc/iisext_i.c', which is also 
in package mingw-w64-i686-dev 2.0.3-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)


cheers,

Andreas


mingw-w64_3.0~svn4933-1.log.gz
Description: GNU Zip compressed data


Bug#678489: mixmaster: Fails to install

2012-06-22 Thread Matthias Urlichs
Package: mixmaster
Version: 3.0.0-4.1
Severity: serious
Justification: Policy 3.9

Setting up mixmaster (3.0.0-4.1) ...
dpkg-statoverride: warning: --update given but /var/lib/mixmaster does not exist
dpkg-statoverride: warning: --update given but /var/run/mixmaster does not exist
mkdir: cannot create directory `/var/lib/mixmaster/Mix': No such file or 
directory
dpkg: error processing mixmaster (--configure):
 subprocess installed post-installation script returned error exit status 1

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (550, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages mixmaster depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.43
ii  libc6  2.13-33
ii  libmailtools-perl  2.08-1
ii  libncurses55.9-8
ii  libpcre3   1:8.30-5
ii  libssl1.0.01.0.1c-3
ii  libtinfo5  5.9-8
ii  libwww-perl6.04-1
ii  zlib1g 1:1.2.7.dfsg-11

Versions of packages mixmaster recommends:
ii  exim4-daemon-heavy [mail-transport-agent]  4.80-3

Versions of packages mixmaster suggests:
ii  mutt  1.5.21-5+b1

-- debconf information:
  mixmaster/stats-update: true



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#675569: Patches for 2.20.1-5.1 NMU

2012-06-22 Thread Hilko Bengen
I am uploading util-linux_2.20.1-5.1_i386.changes to DELAYED/1 now.

Here's the patch.

Cheers,
-Hilko

diff --git a/debian/changelog b/debian/changelog
index f11355a..e4faa44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+util-linux (2.20.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * agetty: don't use log_err() for non-fatal errors
+  * agetty: Eliminate another log_err() call. Closes: #675569
+  * Fix watch file
+
+ -- Hilko Bengen   Fri, 22 Jun 2012 00:00:36 +0200
+
 util-linux (2.20.1-5) unstable; urgency=low
 
   [Petr Uzel]
diff --git a/debian/watch b/debian/watch
index 57a0ae1..453e07c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v([\.\d]+)/util-linux-([\.\d]+)\.tar\.bz2
+ftp://ftp.kernel.org/pub/linux/utils/util-linux/v([\.\d]+)/util-linux-([\.\d]+)\.tar\.bz2
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index b068164..b0a1f45 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -919,7 +919,7 @@ static void open_tty(char *tty, struct termios *tp, struct options *op)
 
 		if (((tid = tcgetsid(fd)) < 0) || (pid != tid)) {
 			if (ioctl(fd, TIOCSCTTY, 1) == -1)
-log_err("/dev/%s: cannot get controlling tty: %m", tty);
+log_warn("/dev/%s: cannot get controlling tty: %m", tty);
 		}
 
 		if (op->flags & F_HANGUP) {
@@ -944,7 +944,7 @@ static void open_tty(char *tty, struct termios *tp, struct options *op)
 			log_err(_("/dev/%s: cannot open as standard input: %m"), tty);
 		if (((tid = tcgetsid(STDIN_FILENO)) < 0) || (pid != tid)) {
 			if (ioctl(STDIN_FILENO, TIOCSCTTY, 1) == -1)
-log_err("/dev/%s: cannot get controlling tty: %m", tty);
+log_warn("/dev/%s: cannot get controlling tty: %m", tty);
 		}
 
 	} else {
@@ -960,7 +960,7 @@ static void open_tty(char *tty, struct termios *tp, struct options *op)
 	}
 
 	if (tcsetpgrp(STDIN_FILENO, pid))
-		log_err("/dev/%s: cannot set process group: %m", tty);
+		log_warn("/dev/%s: cannot set process group: %m", tty);
 
 	/* Get rid of the present outputs. */
 	close(STDOUT_FILENO);


Bug#678491: kdeutils-dbg and ark-dbg: error when trying to install together

2012-06-22 Thread Ralf Treinen
Package: ark-dbg,kdeutils-dbg
Version: ark-dbg/4:4.8.4-1
Version: kdeutils-dbg/4:4.7.4-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2012-06-22
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2
  libsasl2-2 libldap-2.4-2 libpcre3 libwrap0 libxml2 sgml-base xml-core
  sgml-data docbook-xml libnettle4 libarchive12 libasound2 libasyncns0 libxau6
  x11-common libice6 libsm6 libxdmcp6 libxcb1 libx11-data libx11-6 libxt6
  libaudio2 libavahi-common-data libavahi-common3 libdbus-1-3 libavahi-client3
  libavutil51 libdirac-encoder0 libgsm1 libmp3lame0 libopenjpeg2 liborc-0.4-0
  libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1 libvorbis0a
  libvorbisenc2 libvpx1 libx264-123 libxvidcore4 libavcodec53 librtmp0
  libavformat53 libbluray1 libcaca0 libltdl7 libtdb1 libvorbisfile3
  libcanberra0 libssh2-1 libcurl3-gnutls libdirac-decoder0 libdrm2 libdvdread4
  libdvdnav4 libebml3 libexpat1 libfaad2 libffi5 libflac8 libfreetype6 ucf
  ttf-dejavu-core fontconfig-config libfontconfig1 libfribidi0 libglapi-mesa
  libx11-xcb1 libxcb-glx0 libxfixes3 libxdamage1 libxext6 libxxf86vm1
  libgl1-mesa-glx libglib2.0-0 libgmp10 libgstreamer0.10-0 iso-codes
  libgstreamer-plugins-base0.10-0 libhunspell-1.3-0 libjpeg8 libjasper1
  liblcms1 liblua5.1-0 libmatroska5 libmng1 libmpcdec6 libmpeg2-4
  libmtp-common libusb-1.0-0 libmtp9 libnl-3-200 libnl-route-3-200 libjson0
  libsndfile1 libxi6 libxtst6 libpulse0 libpulse-mainloop-glib0 libqtcore4
  libqt4-xml qdbus libqt4-dbus fontconfig libpng12-0 libjbig0 libtiff4
  libxrender1 libqtgui4 libphonon4 libpolkit-gobject-1-0 libpolkit-agent-1-0
  libpostproc52 libproxy0 libqca2 libqt4-network libqt4-script libqt4-sql
  libqt4-xmlpatterns libqt4-declarative libqt4-designer libqt4-opengl
  libqt4-qt3support libqt4-svg libqtwebkit4 libraw1394-11 libsamplerate0
  libshout3 libtalloc2 libwbclient0 libsmbclient libspeexdsp1 libssh-4
  libswscale2 libtag1-vanilla libv4lconvert0 libv4l-0 libxcursor1 libxmuu1
  libxslt1.1 libxss1 libzvbi-common libzvbi0 libenca0 libass4 libavc1394-0
  libdc1394-22 libupnp6 libyajl2 libattica0 libexiv2-12 libdlrestrictions1
  libfam0 libkdecore5 libdbusmenu-qt2 libkdeui5 libkcmutils4 libkdeclarative5
  libutempter0 libkpty4 xauth libkdesu5 libclucene0ldbl libiodbc2 libraptor2-0
  libmhash2 librasqal3 librdf0 soprano-daemon libsoprano4 libnepomuk4
  libsolid4 libstreams0 libstreamanalyzer0 libkio5 libnepomukquery4a
  libnepomukutils4 libkparts4 libkdewebkit5 libkdnssd4 libkemoticons4
  libkfile4 libgif4 libkjsapi4 libktexteditor4 libkhtml5 libkidletime4
  libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 ntrack-module-libnl-0
  libntrack0 libntrack-qt4-1 libilmbase6 libopenexr6 libthreadweaver4
  libplasma3 vlc-data libvlccore5 libvlc5 liba52-0.7.4 libcddb2 libcdio13
  libdca0 libdvbpsi7 libiso9660-8 libkate1 liblircclient0 libmad0 libmodplug1
  libresid-builder0c2a libsidplay2 libtag1c2a libtwolame0 libvcdinfo0 vlc-nox
  phonon-backend-vlc phonon kde-runtime-data libaspell15 dictionaries-common
  aspell aspell-en libenchant1c2a libkde3support4 libkjsembed4 libkntlm4
  libkrosscore4 libpolkit-qt-1-1 hicolor-icon-theme kdelibs5-data docbook-xsl
  libxml2-utils kdoctools kdelibs-bin kate-data libkatepartinterfaces4
  katepart libsystemd-login0 dbus dbus-x11 shared-mime-info xdg-utils
  kdelibs5-plugins oxygen-icon-theme shared-desktop-ontologies
  plasma-scriptengine-javascript kde-runtime libkonq5-templates libkonq-common
  libkonq5abi1 ark ark-dbg libqt4-dbg libc6-dbg kdelibs5-dbg kde-runtime-dbg
  kdeutils-dbg

Extracting templates from packages: 11%
Extracting templates from packages: 22%
Extracting templates from packages: 33%
Extracting templates from packages: 44%
Extracting templates from packages: 56%
Extracting templates from packages: 67%
Extracting templates from packages: 78%
Extracting templates from packages: 89%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package libcap2:amd64.
(Reading database ... 10726 files and directories currently installed.)
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.1_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-2_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from 
.../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libk5crypto3:amd64.
Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unsel

Bug#678492: kgpg-dbg and kdeutils-dbg: error when trying to install together

2012-06-22 Thread Ralf Treinen
Package: kdeutils-dbg,kgpg-dbg
Version: kdeutils-dbg/4:4.7.4-2
Version: kgpg-dbg/4:4.8.4-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2012-06-22
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2
  libsasl2-2 libldap-2.4-2 libpcre3 libwrap0 libxml2 sgml-base xml-core
  sgml-data docbook-xml libaio1 libasound2 libasyncns0 libxau6 x11-common
  libice6 libsm6 libxdmcp6 libxcb1 libx11-data libx11-6 libxt6 libaudio2
  libavahi-common-data libavahi-common3 libdbus-1-3 libavahi-client3
  libavutil51 libdirac-encoder0 libgsm1 libmp3lame0 libopenjpeg2 liborc-0.4-0
  libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1 libvorbis0a
  libvorbisenc2 libvpx1 libx264-123 libxvidcore4 libavcodec53 librtmp0
  libavformat53 libbluray1 libcaca0 libltdl7 libtdb1 libvorbisfile3
  libcanberra0 libssh2-1 libcurl3-gnutls libdirac-decoder0 libdrm2 libdvdread4
  libdvdnav4 libebml3 libexpat1 libfaad2 libffi5 libflac8 libfreetype6 ucf
  ttf-dejavu-core fontconfig-config libfontconfig1 libfribidi0 libglapi-mesa
  libx11-xcb1 libxcb-glx0 libxfixes3 libxdamage1 libxext6 libxxf86vm1
  libgl1-mesa-glx libglib2.0-0 libgmp10 libgstreamer0.10-0 iso-codes
  libgstreamer-plugins-base0.10-0 libhunspell-1.3-0 libjpeg8 libjasper1
  liblcms1 liblua5.1-0 libmatroska5 libmng1 libmpcdec6 libmpeg2-4
  libmtp-common libusb-1.0-0 libmtp9 mysql-common libmysqlclient18 libnl-3-200
  libnl-route-3-200 libjson0 libsndfile1 libxi6 libxtst6 libpulse0
  libpulse-mainloop-glib0 libqtcore4 libqt4-xml qdbus libqt4-dbus fontconfig
  libpng12-0 libjbig0 libtiff4 libxrender1 libqtgui4 libphonon4
  libpolkit-gobject-1-0 libpolkit-agent-1-0 libpostproc52 libproxy0 libqca2
  libqt4-network libqt4-script libqt4-sql libqt4-xmlpatterns
  libqt4-declarative libqt4-designer libqt4-opengl libqt4-qt3support
  libqt4-sql-mysql libqt4-svg libqtwebkit4 libraw1394-11 libsamplerate0
  libshout3 libtalloc2 libwbclient0 libsmbclient libspeexdsp1 libssh-4
  libswscale2 libtag1-vanilla libv4lconvert0 libv4l-0 libxcursor1 libxmuu1
  libxslt1.1 libxss1 libzvbi-common libzvbi0 libenca0 libass4 libavc1394-0
  libdc1394-22 libupnp6 libyajl2 libaspell15 dictionaries-common aspell
  aspell-en libsystemd-login0 dbus dbus-x11 docbook-xsl hicolor-icon-theme
  kate-data libdlrestrictions1 libfam0 libkdecore5 libattica0 libdbusmenu-qt2
  libkdeui5 libkcmutils4 libclucene0ldbl libiodbc2 libraptor2-0 libmhash2
  librasqal3 librdf0 soprano-daemon libsoprano4 libnepomuk4 libsolid4
  libexiv2-12 libstreams0 libstreamanalyzer0 libkio5 libnepomukquery4a
  libnepomukutils4 libkparts4 libktexteditor4 libkatepartinterfaces4 katepart
  libkdeclarative5 libutempter0 libkpty4 xauth libkdesu5 libkdewebkit5
  libkdnssd4 libkemoticons4 libkfile4 libgif4 libkjsapi4 libkhtml5
  libkidletime4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4
  ntrack-module-libnl-0 libntrack0 libntrack-qt4-1 libilmbase6 libopenexr6
  libthreadweaver4 libplasma3 vlc-data libvlccore5 libvlc5 liba52-0.7.4
  libcddb2 libcdio13 libdca0 libdvbpsi7 libiso9660-8 libkate1 liblircclient0
  libmad0 libmodplug1 libresid-builder0c2a libsidplay2 libtag1c2a libtwolame0
  libvcdinfo0 vlc-nox phonon-backend-vlc phonon kde-runtime-data
  libenchant1c2a libkde3support4 libkjsembed4 libkntlm4 libkrosscore4
  libpolkit-qt-1-1 kdelibs5-data libxml2-utils kdoctools kdelibs-bin
  shared-mime-info xdg-utils kdelibs5-plugins oxygen-icon-theme
  shared-desktop-ontologies plasma-scriptengine-javascript kde-runtime
  libkmime4 libsasl2-modules libkimap4 libkldap4 kdepimlibs-kio-plugins
  libakonadi-kabc4 libakonadiprotocolinternals1 libakonadi-kde4 libical0
  libkresources4 libkabc4 libkpimutils4 libkcal4 libakonadi-kcal4
  libakonadi-kmime4 libkcalcore4 libkcalutils4 libmailtransport4 libmicroblog4
  libboost-program-options1.49.0 mysql-server-core-5.5 akonadi-backend-mysql
  akonadi-server kdepim-runtime kgpg libqt4-dbg libc6-dbg kdelibs5-dbg
  kde-runtime-dbg kdeutils-dbg kgpg-dbg

Extracting templates from packages: 10%
Extracting templates from packages: 20%
Extracting templates from packages: 31%
Extracting templates from packages: 41%
Extracting templates from packages: 51%
Extracting templates from packages: 62%
Extracting templates from packages: 72%
Extracting templates from packages: 82%
Extracting templates from packages: 93%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package libcap2:amd64.
(Reading database ... 10726 files and directories currently installed.)
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.1_amd64.deb) ...
Selecting previously unsel

Bug#678493: masqmail: prompting due to modified conffiles which were not modified by the user

2012-06-22 Thread Andreas Beckmann
Package: masqmail
Version: 0.3.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed the piuparts
upgrade test because dpkg detected a conffile as being modified and then
prompted the user for an action. As there is no user input, this fails.
But this is not the real problem, the real problem is that this prompt
shows up in the first place, as there was nobody modifying this conffile
at all, the package has just been installed and upgraded...

This is a violation of policy 10.7.3, see
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3,
which says "[These scripts handling conffiles] must not ask unnecessary
questions (particularly during upgrades), and must otherwise be good
citizens."

http://wiki.debian.org/DpkgConffileHandling should help with figuring
out how to do this properly.

In http://lists.debian.org/debian-devel/2009/08/msg00675.html and
followups it has been agreed that these bugs are to be filed with
severity serious.

>From the attached log (scroll to the bottom...):

  Setting up masqmail (0.3.4-1) ...
  
  Configuration file `/etc/default/masqmail'
   ==> File on system created by you or by a script.
   ==> File also in package provided by package maintainer.
 What would you like to do about it ?  Your options are:
  Y or I  : install the package maintainer's version
  N or O  : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
   The default action is to keep your current version.
  *** masqmail (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing masqmail 
(--configure):
   EOF on stdin at conffile prompt


cheers,

Andreas


masqmail_0.3.4-1.log.gz
Description: GNU Zip compressed data


Bug#677328: rmysql

2012-06-22 Thread Nicholas Bamber
Dirk,
Given the approaching freeze do you think we could raise a ticket to
have rmysql removed on arm*? Or do you think you can get it fixed in the
next day or two?



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: found 677085 in kword/1:2.4.2+1, found 677085 in 1

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 677085 kword/1:2.4.2+1
Bug #677085 [src:calligra-transitional] fix conflict/replaces with old koffice 
names
The source kword and version 1:2.4.2+1 do not appear to match any binary 
packages
Marked as found in versions kword/1:2.4.2+1.
> found 677085 1
Bug #677085 [src:calligra-transitional] fix conflict/replaces with old koffice 
names
Marked as found in versions calligra-transitional/1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging as pending bugs that are closed by packages in NEW

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Friday 22 June  08:03:52 UTC 2012
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: libavg
> tags 616859 + pending
Bug #616859 [src:libavg] libavg: deprecation of dh_pycentral, please use 
dh_python2
Warning: Unknown package 'src:libavg'
Added tag(s) pending.
Warning: Unknown package 'src:libavg'
> # Source package in NEW: libavg
> tags 580678 + pending
Bug #580678 [src:libavg] libavg - FTBFS: checking whether the Boost::Thread 
library is available... no
Warning: Unknown package 'src:libavg'
Added tag(s) pending.
Warning: Unknown package 'src:libavg'
> # Source package in NEW: libavg
> tags 555079 + pending
Bug #555079 [src:libavg] FTBFS with binutils-gold
Warning: Unknown package 'src:libavg'
Added tag(s) pending.
Warning: Unknown package 'src:libavg'
> # Source package in NEW: libavg
> tags 621534 + pending
Bug #621534 [libavg] libavg: Getting rid of unneeded *.la / emptying 
dependency_libs
Warning: Unknown package 'libavg'
Added tag(s) pending.
Warning: Unknown package 'libavg'
> # Source package in NEW:  href="http://packages.qa.debian.org/piuparts";>piuparts
> tags 668752 + pending
Bug #668752 [piuparts] mlmmj: unowned directory after purge: /var/spool/mlmmj
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/libdrm";>libdrm
> tags 667572 + pending
Bug #667572 {Done: Julien Cristau } [src:libdrm] libdrm: 
please provide OMAP API on armel and armhf
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
555079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555079
580678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580678
616859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616859
621534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621534
667572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667572
668752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678484: mailutils and maildir-utils: error when trying to install together

2012-06-22 Thread Jordi Mallach
Hi!

On Fri, Jun 22, 2012 at 03:55:27PM +0900, Norbert Preining wrote:
> It seems that your latest upload of mailutils has introduced
> the command
>   /usr/bin/mu
> and the respective man page. But maybe it was there since long and
> nobody detected the conflict.

No, it's quite new: it was available in a SVN version for quite some long
time, and in experiemntal for about a week.

> Unfortunately the maildir-utils package ships the mu binary since
> some time, it is a tool for indexing and searching maildir format
> mboxes.
> 
> How do resolve this problem?

I just forwarded this upstream. I see two exits:

- the obvious conflict between the two packages: sad but acceptable
- GNU Mailutils upstream renames the MU binary

Any other idea?

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Processed: reassign 677085 to src:calligra

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 677085 src:calligra 2.4.2-2
Bug #677085 [src:calligra-transitional] fix conflict/replaces with old koffice 
names
Bug reassigned from package 'src:calligra-transitional' to 'src:calligra'.
No longer marked as found in versions kword/1:2.4.2+1 and 
calligra-transitional/1.
Ignoring request to alter fixed versions of bug #677085 to the same values 
previously set
Bug #677085 [src:calligra] fix conflict/replaces with old koffice names
The source calligra and version  do not appear to match any binary packages
Marked as found in versions calligra/2.4.2-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Merging the bugs

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 677527 libwvstreams4.6-base
Bug #677527 [wvstreams] wvdial Aborts with error "Assertion `magic_number == 
-0x123678' failed."
Bug reassigned from package 'wvstreams' to 'libwvstreams4.6-base'.
Ignoring request to alter found versions of bug #677527 to the same values 
previously set
Ignoring request to alter fixed versions of bug #677527 to the same values 
previously set
> severity 677527 critical
Bug #677527 [libwvstreams4.6-base] wvdial Aborts with error "Assertion 
`magic_number == -0x123678' failed."
Severity set to 'critical' from 'serious'
> merge 677527 674006
Bug #677527 [libwvstreams4.6-base] wvdial Aborts with error "Assertion 
`magic_number == -0x123678' failed."
Bug #674006 [libwvstreams4.6-base] wvdial stop working: Assertion `magic_number 
== -0x123678' failed
Added tag(s) sid and wheezy.
Bug #677527 [libwvstreams4.6-base] wvdial Aborts with error "Assertion 
`magic_number == -0x123678' failed."
There is no source info for the package 'libwvstreams4.6-base' at version 
'4.6.1-4+c0.aptosid.1' with architecture ''
Unable to make a source version for version '4.6.1-4+c0.aptosid.1'
Marked as found in versions wvstreams/4.6.1-4 and 4.6.1-4+c0.aptosid.1.
Added tag(s) patch.
Merged 674006 677527
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674006: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006
677527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677527
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676850: marked as done ([psi-plus] segfaults)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 12:16:16 +0400
with message-id <1340352976.838025...@f69.mail.ru>
and subject line Re: Bug#676850: [psi-plus] segfaults
has caused the Debian Bug report #676850,
regarding [psi-plus] segfaults
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
676850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: psi-plus
Version: 0.15.5333-1
Severity: serious

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

  Hello!

  After the last system update started psi-plus (after some time of run
in systray, no visible reason) fall:

/var/log/messages:Jun 10 00:58:02 nomad kernel: [ 2848.747952]
psi-plus[6449]: segfault at 10 ip 004b4684 sp 7fff93d07530
error 4 in psi-plus[40+8ef000]

/var/log/messages.1:Jun  9 22:56:34 nomad kernel: [58666.543784]
psi-plus[7424]: segfault at 10 ip 004b4684 sp 7fffad21bb00
error 4 in psi-plus[40+8ef000]

- dpkg status changes Begin 

 Installed:
libavcodec54:amd64 7:0.11-dmo2
libavdevice54:amd64 7:0.11-dmo2
libavformat54:amd64 7:0.11-dmo2
libavresample0:amd64 7:0.11-dmo2

 Upgraded:
dictionaries-common:all 1.12.7 => 1.12.8
ed:amd64 1.6-1 => 1.6-2
ffmpeg:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libavfilter2:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libavutil51:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libc-bin:amd64 2.13-32 => 2.13-33
libc-dev-bin:amd64 2.13-32 => 2.13-33
libc6-dev:amd64 2.13-32 => 2.13-33
libc6-i386:amd64 2.13-32 => 2.13-33
libc6:amd64 2.13-32 => 2.13-33
libcommons-compress-java:all 1.2-1 => 1.2-2
libfaac0:amd64 1:1.28-dmo1 => 1:1.28-dmo3
libjack0:amd64 1:0.121.3+20120418git75e3e20b-1 =>
1:0.121.3+20120418git75e3e20b-2
libktorrent-l10n:all 1.2.0-1 => 1.2.0-1.1
libktorrent4:amd64 1.2.0-1+b1 => 1.2.0-1.1
libpostproc52:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libssl1.0.0:amd64 1.0.1c-1 => 1.0.1c-3
libswresample0:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libswscale2:amd64 7:0.10.3-dmo1 => 7:0.11-dmo2
libvlc5:amd64 1:2.0.1-dmo1 => 1:2.0.1-dmo2
libvlccore5:amd64 1:2.0.1-dmo1 => 1:2.0.1-dmo2
locales:all 2.13-32 => 2.13-33
multiarch-support:amd64 2.13-32 => 2.13-33
openssl:amd64 1.0.1c-1 => 1.0.1c-3
powertop:amd64 1.97-2 => 1.97-2.1
vlc-data:all 1:2.0.1-dmo1 => 1:2.0.1-dmo2
vlc-nox:amd64 1:2.0.1-dmo1 => 1:2.0.1-dmo2
vlc:amd64 1:2.0.1-dmo1 => 1:2.0.1-dmo2

 -- dpkg status changes End -


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  990 testing security.debian.org
  990 testing ftp.cz.debian.org
  990 testing dl.google.com
  990 testing deb-multimedia.org
  500 testing-proposed-updates ftp.cz.debian.org
  200 unstableftp.cz.debian.org
  200 unstabledeb-multimedia.org
1 experimentalftp.cz.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-=
libaspell15 (>= 0.60.7~20110707) | 0.60.7~20110707-1
libc6 (>= 2.2.5) | 2.13-33
libgcc1 (>= 1:4.1.1) | 1:4.7.0-8
libqca2   (>= 2.0.2) | 2.0.3-2
libqt4-dbus (>= 4:4.5.3) | 4:4.8.1-1
libqt4-network  (>= 4:4.5.3) | 4:4.8.1-1
libqt4-svg  (>= 4:4.5.3) | 4:4.8.1-1
libqt4-xml  (>= 4:4.5.3) | 4:4.8.1-1
libqtcore4  (>= 4:4.8.0) | 4:4.8.1-1
libqtgui4   (>= 4:4.8.0) | 4:4.8.1-1
libstdc++6(>= 4.1.1) | 4.7.0-8
libx11-6 | 2:1.4.99.901-2
libxext6 | 2:1.3.1-2
libxss1  | 1:1.2.2-1
zlib1g  (>= 1:1.1.4) | 1:1.2.7.dfsg-11
psi-plus-common  (= 0.15.5333-1) | 0.15.5333-1


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 
Petr Voralek(JabberID: na...@jabber.cz)


... Murphy was an optimist.



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Bug report is closed until new information received.--- End Message ---


Processed: severity of 678438 is important

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 678438 important
Bug #678438 [systemd-sysv] systemd-sysv: LVM2 partitions + physical partition 
/boot not mounted on boot: recovery mode
Severity set to 'important' from 'critical'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678438
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678473: marked as done (gdm3: I upgraded to the new version of GDM3-3.4.1 and the xserver would not start. had to downgrade to old version of GDM3)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 10:57:38 +0200
with message-id <20120622085738.ga6...@aigua.oskuro.net>
and subject line Re: Bug#678473: gdm3: I upgraded to the new version of 
GDM3-3.4.1 and the xserver would not start. had to downgrade to old version of 
GDM3
has caused the Debian Bug report #678473,
regarding gdm3: I upgraded to the new version of GDM3-3.4.1 and the xserver 
would not start. had to downgrade to old version of GDM3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678473: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678473
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdm3
Version: 3.0.4-4
Severity: critical
Justification: breaks the whole system

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?  Normal upgrade installing new version of
GDM3
   * What exactly did you do (or not do) that was effective (or
 ineffective)? Tried to login several times & use startx to get system to
goto graphical login.
   * What was the outcome of this action? Text-only login.
   * What outcome did you expect instead? Graphical login.

*** End of the template - remove these lines ***



-- System Information:
Debian Release: Experimental
  APT prefers experimental
  APT policy: (950, 'experimental'), (900, 'unstable'), (875, 'testing'), (850, 
'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  accountsservice   0.6.21-4
ii  adduser   3.113+nmu3
ii  dconf-gsettings-backend   0.12.1-2
ii  debconf [debconf-2.0] 1.5.44
ii  gconf23.2.5-1
ii  gnome-session [x-session  3.4.2.1-1
ii  gnome-session-bin 3.4.2.1-1
ii  gnome-session-fallback [  3.4.2.1-1
ii  gnome-terminal [x-termin  3.4.1.1-1
ii  gsettings-desktop-schema  3.4.2-1
ii  libaccountsservice0   0.6.21-4
ii  libatk1.0-0   2.4.0-2
ii  libattr1  1:2.4.46-8
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.15-0ubuntu10
ii  libcairo-gobject2 1.12.2-2
ii  libcairo2 1.12.2-2
ii  libcanberra-gtk3-00.28-4
ii  libcanberra0  0.28-4
ii  libdbus-1-3   1.6.0-1
ii  libdbus-glib-1-2  0.98-1
ii  libfontconfig12.9.0-6
ii  libfreetype6  2.4.9-1
ii  libgconf2-4   3.2.5-1
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libglib2.0-0  2.33.2-1
ii  libglib2.0-bin2.33.2-1
ii  libgtk-3-03.4.2-1
ii  libpam-modules1.1.3-7.1
ii  libpam-runtime1.1.3-7.1
ii  libpam0g  1.1.3-7.1
ii  libpango1.0-0 1.30.0-1
ii  librsvg2-common   2.36.1-1
ii  libselinux1   2.1.9-5
ii  libupower-glib1   0.9.16-3
ii  libwrap0  7.6.q-23
ii  libx11-6  2:1.5.0-1
ii  libxau6   1:1.0.7-1
ii  libxdmcp6 1:1.1.1-1
ii  libxklavier16 5.2.1-1
ii  libxrandr22:1.3.2-2
ii  lsb-base  4.1+Debian7
ii  metacity [x-window-manag  1:2.34.3-2
ii  mutter [x-window-manager  3.4.1+git20120502.4148a5cc-0ubuntu1~12.04~ricotz0
ii  policykit-1-gnome 0.105-2
ii  upower0.9.16-3

Versions of packages gdm3 recommends:
ii  at-spi 1.32.0-1
ii  desktop-base   6.0.7
ii  gnome-icon-theme   3.4.0-0ubuntu1
ii  gnome-power-manager3.4.0-2
ii  gnome-settings-daemon  3.4.2-3
ii  x11-xkb-utils  7.7~1
pn  xserver-xephyr 
ii  xserver-xorg   1:7.6+13
ii  zenity 3.4.0-2

Versions of packages gdm3 suggests:
ii  gnome-mag 1:0.16.3-1
pn  gnome-orca
pn  gok   
ii  libpam-gnome-keyring  3.4.1-4
ii  metacity  1:2.34.3-2

-- Configuration Files:
/etc/gdm3/daemon.conf changed:
[daemon]
TimedLoginEnable=true
AutomaticLoginEnable=false
TimedLogin=dean
AutomaticLogin=dean
TimedLoginDelay=30
[security]
[xdmcp]
[greeter]
[chooser]
[debug]


-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3


--- End Message ---
--- Begin Message ---
Hi Dean,

Thanks for your bug report, but...

On Thu, Jun 21, 2012 at 07:11:11PM -0700, Dean Loros wrote:
> Severity: critical
> Justification: breaks the whole system

It doesn't break the whole system, a

Bug#677085: marked as done (fix conflict/replaces with old koffice names)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 09:17:43 +
with message-id 
and subject line Bug#677085: fixed in calligra 1:2.4.2-3
has caused the Debian Bug report #677085,
regarding fix conflict/replaces with old koffice names
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
677085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kword
Version: 1:2.4.2+1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in sid:

Package: kword
Source: calligra-transitional (1)
Version: 1:2.4.2+1
Depends: calligrawords

Package: calligrawords
Source: calligra
Version: 1:2.4.2-2
Replaces: kword
Conflicts: kword

The transitional packages need to be installable, otherwise they won't
migrate to testing.
Use versioned Breaks/Replaces in the "new" packages.

This probably affects several of these transitional packages, but I
didn't check the others so far.

Cheers,

Andreas


--- End Message ---
--- Begin Message ---
Source: calligra
Source-Version: 1:2.4.2-3

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

braindump_2.4.2-3_i386.deb
  to main/c/calligra/braindump_2.4.2-3_i386.deb
calligra-data_2.4.2-3_all.deb
  to main/c/calligra/calligra-data_2.4.2-3_all.deb
calligra-dbg_2.4.2-3_i386.deb
  to main/c/calligra/calligra-dbg_2.4.2-3_i386.deb
calligra-libs_2.4.2-3_i386.deb
  to main/c/calligra/calligra-libs_2.4.2-3_i386.deb
calligra-reports-map-element_2.4.2-3_i386.deb
  to main/c/calligra/calligra-reports-map-element_2.4.2-3_i386.deb
calligra-reports-web-element_2.4.2-3_i386.deb
  to main/c/calligra/calligra-reports-web-element_2.4.2-3_i386.deb
calligra_2.4.2-3.debian.tar.gz
  to main/c/calligra/calligra_2.4.2-3.debian.tar.gz
calligra_2.4.2-3.dsc
  to main/c/calligra/calligra_2.4.2-3.dsc
calligra_2.4.2-3_all.deb
  to main/c/calligra/calligra_2.4.2-3_all.deb
calligraflow-data_2.4.2-3_all.deb
  to main/c/calligra/calligraflow-data_2.4.2-3_all.deb
calligraflow_2.4.2-3_i386.deb
  to main/c/calligra/calligraflow_2.4.2-3_i386.deb
calligramobile_2.4.2-3_i386.deb
  to main/c/calligra/calligramobile_2.4.2-3_i386.deb
calligraplan_2.4.2-3_i386.deb
  to main/c/calligra/calligraplan_2.4.2-3_i386.deb
calligrasheets_2.4.2-3_i386.deb
  to main/c/calligra/calligrasheets_2.4.2-3_i386.deb
calligrastage_2.4.2-3_i386.deb
  to main/c/calligra/calligrastage_2.4.2-3_i386.deb
calligrawords-data_2.4.2-3_all.deb
  to main/c/calligra/calligrawords-data_2.4.2-3_all.deb
calligrawords_2.4.2-3_i386.deb
  to main/c/calligra/calligrawords_2.4.2-3_i386.deb
karbon_2.4.2-3_i386.deb
  to main/c/calligra/karbon_2.4.2-3_i386.deb
kexi-calligrasheets-driver_2.4.2-3_i386.deb
  to main/c/calligra/kexi-calligrasheets-driver_2.4.2-3_i386.deb
kexi-map-form-widget_2.4.2-3_i386.deb
  to main/c/calligra/kexi-map-form-widget_2.4.2-3_i386.deb
kexi-mysql-driver_2.4.2-3_i386.deb
  to main/c/calligra/kexi-mysql-driver_2.4.2-3_i386.deb
kexi-postgresql-driver_2.4.2-3_i386.deb
  to main/c/calligra/kexi-postgresql-driver_2.4.2-3_i386.deb
kexi-sybase-driver_2.4.2-3_i386.deb
  to main/c/calligra/kexi-sybase-driver_2.4.2-3_i386.deb
kexi-web-form-widget_2.4.2-3_i386.deb
  to main/c/calligra/kexi-web-form-widget_2.4.2-3_i386.deb
kexi-xbase-driver_2.4.2-3_i386.deb
  to main/c/calligra/kexi-xbase-driver_2.4.2-3_i386.deb
kexi_2.4.2-3_i386.deb
  to main/c/calligra/kexi_2.4.2-3_i386.deb
krita-data_2.4.2-3_all.deb
  to main/c/calligra/krita-data_2.4.2-3_all.deb
krita_2.4.2-3_i386.deb
  to main/c/calligra/krita_2.4.2-3_i386.deb
kthesaurus_2.4.2-3_i386.deb
  to main/c/calligra/kthesaurus_2.4.2-3_i386.deb
okular-backend-odp_2.4.2-3_i386.deb
  to main/c/calligra/okular-backend-odp_2.4.2-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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sune Vuorela  (supplier of updated calligra package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Jun 2012 08:56:20 +0200
Source: calligra
Binary: calligra karbon kexi kexi-calligrasheets-driver kexi-mysql-driver

Bug#676850: closed by Boris Pek (Re: Bug#676850: [psi-plus] segfaults)

2012-06-22 Thread Boris Pek
Hi,

No problem. I am glad that you have solved the problem.

Best wishes,
Boris


Fri, 22 Jun 2012 11:01:05 +0200 from Petr Voralek:
>Hello!
> 
> On 06/22/2012 10:21 AM, *Debian Bug Tracking System* wrote, and I
> quote (in part):
> 
> >>   After the last system update started psi-plus (after some time of run
> >> in systray, no visible reason) fall:
> >> 
> >> /var/log/messages:Jun 10 00:58:02 nomad kernel: [ 2848.747952]
> >> psi-plus[6449]: segfault at 10 ip 004b4684 sp 7fff93d07530
> >> error 4 in psi-plus[40+8ef000]
> >> 
> >> /var/log/messages.1:Jun  9 22:56:34 nomad kernel: [58666.543784]
> >> psi-plus[7424]: segfault at 10 ip 004b4684 sp 7fffad21bb00
> >> error 4 in psi-plus[40+8ef000]
> 
> 
> > #676850: [psi-plus] segfaults
> > 
> > It has been closed by Boris Pek .
> 
> After a long time observing the behavior of the psi-plus, I believe
> that these problems caused the dns cache server on the firewall box.
> 
> When the problem manifested itself, the configuration of bind9 made ​​
> some changes (for ipv6, AFAIK (both my jabber accounts are available via
> ipv6 and ipv4)), so I think that the problems currently caused by these
> changes.
> 
> Since then everything seems to be okay.  I suppose with this unusual
> situation does not meet many people, so further investigation is
> pointless.
> 
> I apologize for creating unnecessary bugreport...
> 
> -- 
> Petr Voralek  (JabberID: na...@jabber.cz)


Bug#677479: [fabric] paramiko incompatiblity

2012-06-22 Thread Chris Lamb
Hi Emmanuel,

> Attached is a patch which fixes this issue.

Many thanks :)  Uploading now...


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#677479: marked as done ([fabric] paramiko incompatiblity)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 09:32:10 +
with message-id 
and subject line Bug#677479: fixed in fabric 1.4.2-1.1
has caused the Debian Bug report #677479,
regarding [fabric] paramiko incompatiblity
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

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

Getting this this after upgrade to 1.4.2-1:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/fabric/main.py", line 712, in main
*args, **kwargs
  File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 327, in execute
results[''] = task.run(*args, **new_kwargs)
  File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 112, in run
return self.wrapped(*args, **kwargs)
  File "/home/rm/unbit/unbit/fabric/fabfile.py", line 321, in sync_production
if not exists(prod_dir):
  File "/usr/lib/python2.7/dist-packages/fabric/contrib/files.py", line 35, in 
exists
return not func(cmd).failed
  File "/usr/lib/python2.7/dist-packages/fabric/network.py", line 457, in 
host_prompting_wrapper
return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/fabric/operations.py", line 909, in run
return _run_command(command, shell, pty, combine_stderr)
  File "/usr/lib/python2.7/dist-packages/fabric/operations.py", line 820, in 
_run_command
combine_stderr)
  File "/usr/lib/python2.7/dist-packages/fabric/thread_handling.py", line 12, 
in wrapper
callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/fabric/io.py", line 164, in input_loop
time.sleep(ssh.io_sleep)
AttributeError: 'module' object has no attribute 'io_sleep'

thanks,
riccardo

--- System information. ---
Architecture: i386
Kernel:   Linux 3.4.0-rc7+

Debian Release: wheezy/sid
  500 unstablemi.mirror.garr.it 
  500 unstableftp.de.debian.org 
  500 testing ftp.de.debian.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
python2.7  | 2.7.3~rc2-2.1
 OR python2.6  | 2.6.7-4
python   (>= 2.6.6-7~) | 2.7.3~rc2-1
python(<< 2.8) | 2.7.3~rc2-1
python-paramiko   (>= 1.6) | 1.7.7.1-2
python-pkg-resources   | 0.6.24-1
python-nose| 1.1.2-3


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
libjs-jquery| 1.7.2+debian-1






--- End Message ---
--- Begin Message ---
Source: fabric
Source-Version: 1.4.2-1.1

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

fabric_1.4.2-1.1.debian.tar.gz
  to main/f/fabric/fabric_1.4.2-1.1.debian.tar.gz
fabric_1.4.2-1.1.dsc
  to main/f/fabric/fabric_1.4.2-1.1.dsc
fabric_1.4.2-1.1_all.deb
  to main/f/fabric/fabric_1.4.2-1.1_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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated fabric package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Jun 2012 10:23:10 +0100
Source: fabric
Binary: fabric
Architecture: source all
Version: 1.4.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb 
Changed-By: Chris Lamb 
Description: 
 fabric - Simple Pythonic remote deployment tool
Closes: 677479
Changes: 
 fabric (1.4.2-1.1) unstable; urgency=low
 .
   * Fix paramiko incompatiblity with python-ssh. Thanks to Emmanuel Bouthenot
 (Closes: #677479)
Checksums-Sha1: 
 f62e6c82d643e3a0bb93a83d2abc672cb6d3fc93 1233 fabric_1.4.2-1.1.dsc
 12d6160dce3ab24cd4099fc8ba1b70d8e582daed 3981 fabric_1.4.2-1.1.debian.tar.gz
 a829af98f5597496462fce13788a45c7bf34b120 346332 fabric_1.4.2-1.1_all.deb
Checksums-Sha256: 
 3004396416dc3d45071309e360c850b6b6b24271777c2f9007416ff84b8e01c8 1233 
fabr

Bug#677702: libdevice-cdio-perl: FTBFS with libcdio 0.83

2012-06-22 Thread gregor herrmann
On Fri, 22 Jun 2012 08:27:12 +0300, Damyan Ivanov wrote:

> > and there's still a patch where I'm not sure if
> > it's needed. 
> IOW, the patch seems fine to me as it is. So fine, in fact, that 
> I uploaded the package :)

Perfect, thanks for reviewing and uploading it!


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Bob Dylan: Cold Irons Bound


signature.asc
Description: Digital signature


Bug#678507: wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.

2012-06-22 Thread Sthu
Package: wine-bin
Version: 1.4.1-1
Severity: serious
Justification: The package must be installed. :)

Dear Maintainer,


Installing wine-bin:i386 on my testing amd64 system, I get, finnaly 
unresolvable dependencied:

 zlib1g : Breaks: zlib1g:i386 (!= 1:1.2.7.dfsg-11+b1) but 1:1.2.7.dfsg-11 is to 
be installed.
 zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is 
installed.

please fix it, if You may.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable-updates'), (900, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages wine-bin depends on:
pn  lib32ncurses5  
pn  libc6-i386 
pn  libwine
ii  x11-utils  7.7~1

wine-bin recommends no packages.

Versions of packages wine-bin suggests:
pn  libwine-gl 
pn  libwine-print  



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678511: zlib: FTBFS on s390x

2012-06-22 Thread Jonathan McCrohan
Package: zlib
Version: 1:1.2.7.dfsg-12
Severity: serious
Justification: fails to build from source

Hi,

Your package FTBFS on s390x. s390x is now a release architecture [1], hence the
RC status.

1:1.2.7.dfsg-2 was the last version that built successfully on that
architecture [2].

Thanks,
Jon

[1] https://lists.debian.org/debian-devel-announce/2012/06/msg3.html
[2] https://buildd.debian.org/status/logs.php?pkg=zlib&arch=s390x



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#666877: Unable to add document to print job

2012-06-22 Thread Brian Potkin
severity 666877 important
thanks


On Wed 20 Jun 2012 at 10:12:03 +0200, Anders Boström wrote:

> I can confirm this bug with version 1.5.3-1 when running testing and
> printing over ipp to a cups-server. I only get an message "Unable to
> add document to print job", and then the job disappers without any
> printout. And I don't get any error-message in cups error-log.

Your problem may not be the same as Praveen's as he is using a socket
connection. What you have experienced sounds very similar to LP #973270
at

   https://bugs.launchpad.net/ubuntu/+source/cups/+bug/973270 ,

which includes a link to the opinion of upstream CUPS, some printers
affected, error logs, advice and workarounds.

> Restoring grave. Why was it set to important without any motivation???

   important
   -
   a bug which has a major effect on the usability of a package,
   without rendering it completely unusable to everyone.

This fits the description of the reported bug and your situation.

   grave
   -
   makes the package in question unusable or mostly so, or causes
   data loss, or introduces a security hole allowing access to the
   accounts of users who use the package.

By implication the package would have be unusable for everyone for it to
have this severity. It isn't.

> The result is that this bug has entered testing. :-(

Raising the severity will not bring it back but will prevent a fix
making its way there.

Regards,

Brian.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678507: [pkg-wine-party] Bug#678507: wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.

2012-06-22 Thread Hilko Bengen
reassign 678507 zlib1g
thank you

Apparently, this problem is not caused by wine but by a zlib1g rebuild
that broke i386/amd64 co-installability.

Cheers,
-Hilko



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: [pkg-wine-party] Bug#678507: wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 678507 zlib1g
Bug #678507 [wine-bin] wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 
1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.
Bug reassigned from package 'wine-bin' to 'zlib1g'.
No longer marked as found in versions wine/1.4.1-1.
Ignoring request to alter fixed versions of bug #678507 to the same values 
previously set
> thank you
Stopping processing here.

Please contact me if you need assistance.
-- 
678507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678507
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#666877: Unable to add document to print job

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 666877 important
Bug #666877 [cups] cups broke after a dist upgrade
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666877
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678511: zlib: FTBFS on s390x

2012-06-22 Thread Mark Brown
reassign 678511 libc6-dev
kthxbye

On Fri, Jun 22, 2012 at 12:12:25PM +0100, Jonathan McCrohan wrote:

> Your package FTBFS on s390x. s390x is now a release architecture [1], hence 
> the
> RC status.

Please make *some* effort to read the buildd logs when reporting bugs
like this.

If you'd looked at the error (which it would have been good practice to
include in your report) you'd have seen that all zlib is doing here is
including limits.h which obviously should work but doesn't because s390x
is trying to include an internal header which it didn't install.
There's a good reason why the buildds don't file FTBFS bugs
automatically.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#678511: zlib: FTBFS on s390x

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 678511 libc6-dev
Bug #678511 [zlib] zlib: FTBFS on s390x
Bug reassigned from package 'zlib' to 'libc6-dev'.
No longer marked as found in versions 1:1.2.7.dfsg-12.
Ignoring request to alter fixed versions of bug #678511 to the same values 
previously set
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
678511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678518: hg-fast-export: Mercurial (Hg) "convert" extension is not automatically enabled

2012-06-22 Thread Leandro Doctors
Package: hg-fast-export
Version: 20120618-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

(Note: This bug appeared in version 20120203-1 (testing).
After fixing the bug, and before reporting it, I upgraded to 20120618-1
(unstable). Maybe the bug has been already fixed. I just report this to share
my solution with others, in case somebody else has the same problem.)


   * What led up to the situation?
(Default package configuration)

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Executing git hg push failed.

   * What was the outcome of this action?
Mercurial complained about a disabled extension.

   * What outcome did you expect instead?
Git hg pushing my local changes back to the Mercurial repository

   * How did you solve the problem?
I got the source code for hg-fast export, and realized it uses the "convert"
Mercurial extension.
I enabled the extension in a (newly created) ~/.hgrc and it worked fine.

$ more .hgrc
[extensions]
convert =

While fixing the big, I updated from version 20120203-1 (testing) to 20120618-1
(unstable).

*** End of the template - remove these lines ***



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_BE.utf8, LC_CTYPE=nl_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hg-fast-export depends on:
ii  git1:1.7.10-1
ii  mercurial  2.2.2-1
ii  python 2.7.3~rc2-1

hg-fast-export recommends no packages.

hg-fast-export suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678507: marked as done (wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 13:14:59 +0100
with message-id <20120622121459.gb5...@sirena.org.uk>
and subject line Re: Processed: Re: [pkg-wine-party] Bug#678507: wine-bin: 
zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is 
installed.
has caused the Debian Bug report #678507,
regarding wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 
1:1.2.7.dfsg-11+b1 is installed.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678507
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wine-bin
Version: 1.4.1-1
Severity: serious
Justification: The package must be installed. :)

Dear Maintainer,


Installing wine-bin:i386 on my testing amd64 system, I get, finnaly 
unresolvable dependencied:

 zlib1g : Breaks: zlib1g:i386 (!= 1:1.2.7.dfsg-11+b1) but 1:1.2.7.dfsg-11 is to 
be installed.
 zlib1g:i386 : Breaks: zlib1g (!= 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is 
installed.

please fix it, if You may.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable-updates'), (900, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages wine-bin depends on:
pn  lib32ncurses5  
pn  libc6-i386 
pn  libwine
ii  x11-utils  7.7~1

wine-bin recommends no packages.

Versions of packages wine-bin suggests:
pn  libwine-gl 
pn  libwine-print  


--- End Message ---
--- Begin Message ---
On Fri, Jun 22, 2012 at 11:22:55AM +, Debian Bug Tracking System wrote:
> Processing commands for cont...@bugs.debian.org:
> 
> > reassign 678507 zlib1g
> Bug #678507 [wine-bin] wine-bin: zlib1g:i386 : Breaks: zlib1g (!= 
> 1:1.2.7.dfsg-11) but 1:1.2.7.dfsg-11+b1 is installed.
> Bug reassigned from package 'wine-bin' to 'zlib1g'.
> No longer marked as found in versions wine/1.4.1-1.
> Ignoring request to alter fixed versions of bug #678507 to the same values 
> previously set
> > thank you
> Stopping processing here.

You should always CC the maintainer with some human readable text when
reassigning bugs to a package so that they know what the bug is and why
you think it's in the package.  Autogenerated BTS mails are very easy to
delete unread.

Just close any further such bugs, this is already fixed in the archive -
it's due to multiarch being broken for binnmus.  Hopefully nobody will
schedule any more until someone fixes the infrastructure...

--- End Message ---


Processed: tagging 678511

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 678511 + sid wheezy
Bug #678511 [libc6-dev] zlib: FTBFS on s390x
Added tag(s) sid and wheezy.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678518: hg-fast-export: Mercurial (Hg) "convert" extension is not automatically enabled

2012-06-22 Thread Andrey Rahmatullin
severity 678518 normal
forwarded 678518 https://github.com/cosmin/git-hg/issues/26
tags 678518 + upstream
kthxbye

On Fri, Jun 22, 2012 at 02:31:25PM +0200, Leandro Doctors wrote:
> Package: hg-fast-export
> Version: 20120618-1
> Severity: grave
> Justification: renders package unusable
Lowering the severity as only `git hg push` is affected and a workaround
exists.

>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
> 
> Executing git hg push failed.
> 
>* What was the outcome of this action?
> Mercurial complained about a disabled extension.
> 
>* What outcome did you expect instead?
> Git hg pushing my local changes back to the Mercurial repository
> 
>* How did you solve the problem?
> I got the source code for hg-fast export, and realized it uses the "convert"
> Mercurial extension.
> I enabled the extension in a (newly created) ~/.hgrc and it worked fine.
> 
> $ more .hgrc
> [extensions]
> convert =
I don't think git-hg should fiddle with the user configuration in any way
so the only solution I can think of now is documenting that the extension
is needed and maybe some additional checks. I've forwarded this issue
upstream.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Processed: Re: Bug#678518: hg-fast-export: Mercurial (Hg) "convert" extension is not automatically enabled

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 678518 normal
Bug #678518 [hg-fast-export] hg-fast-export: Mercurial (Hg) "convert" extension 
is not automatically enabled
Severity set to 'normal' from 'grave'
> forwarded 678518 https://github.com/cosmin/git-hg/issues/26
Bug #678518 [hg-fast-export] hg-fast-export: Mercurial (Hg) "convert" extension 
is not automatically enabled
Set Bug forwarded-to-address to 'https://github.com/cosmin/git-hg/issues/26'.
> tags 678518 + upstream
Bug #678518 [hg-fast-export] hg-fast-export: Mercurial (Hg) "convert" extension 
is not automatically enabled
Added tag(s) upstream.
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
678518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#678139: CVE-2012-2762

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 678139 + wontfix
Bug #678139 [serendipity] CVE-2012-2762
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678523: evolution: Evolution crashes without network-manager

2012-06-22 Thread Nikolai Lusan
Package: evolution
Version: 3.4.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Evolution currently crashes with:
 evolution-network-manager-WARNING **: network_manager_query_state: 
 GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.NetworkManager was not provided by any .service files

Network-Manager is currently only a "Suggested" package, and this error would 
seem to suggest otherwise. 

IMHO it Network-Manager should not be required to run this software as there 
are a number of other ways in which a machine may have it's network configured.
This issue also prevents users running non GNOME desktops from using Evolution.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.3.7-donetsk (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus 1.6.0-1
ii  debconf [debconf-2.0]1.5.44
ii  evolution-common 3.4.3-1
ii  evolution-data-server3.4.3-1
ii  gconf-service3.2.5-1
ii  gconf2   3.2.5-1
ii  gnome-icon-theme 3.4.0-2
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-33
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcamel-1.2-33  3.4.3-1
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libdbus-glib-1-2 0.98-1
ii  libebackend-1.2-23.4.3-1
ii  libebook-1.2-13  3.4.3-1
ii  libecal-1.2-11   3.4.3-1
ii  libedataserver-1.2-163.4.3-1
ii  libedataserverui-3.0-1   3.4.3-1
ii  libenchant1c2a   1.6.0-7
ii  libevolution 3.4.3-1
ii  libgail-3-0  3.4.2-1
ii  libgconf-2-4 3.2.5-1
ii  libgdata13   0.12.0-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgtk-3-0   3.4.2-1
ii  libgtkhtml-4.0-0 4.4.3-1
ii  libgtkhtml-editor-4.0-0  4.4.3-1
ii  libgweather-3-0  3.4.1-1
ii  libical0 0.48-2
ii  libmx-1.0-2  1.4.6-1
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9.1-1
ii  libnspr4-0d  2:4.9.1-1
ii  libnss3  2:3.13.5-1
ii  libnss3-1d   2:3.13.5-1
ii  libpango1.0-01.30.0-1
ii  libsoup2.4-1 2.38.1-2
ii  libsqlite3-0 3.7.13-1
ii  libxml2  2.8.0+dfsg1-4
ii  psmisc   22.19-1

Versions of packages evolution recommends:
pn  bogofilter | spamassassin  
ii  evolution-plugins  3.4.3-1
pn  evolution-webcal   
ii  yelp   3.4.2-1

Versions of packages evolution suggests:
pn  evolution-dbg   
pn  evolution-exchange  
ii  evolution-plugins-experimental  3.4.3-1
ii  gnupg   1.4.12-4
pn  network-manager 

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: block 677620 with 678523

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 677620 with 678523
Bug #677620 [release.debian.org] transition: GNOME 3.4: evolution 3.4
677620 was blocked by: 678233
677620 was not blocking any bugs.
Added blocking bug(s) of 677620: 678523
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678139: marked as done (CVE-2012-2762)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 15:07:15 +0200
with message-id <4fe46e03.2060...@iip.lu>
and subject line Re: Bug#678139: CVE-2012-2762
has caused the Debian Bug report #678139,
regarding CVE-2012-2762
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: serendipity
Severity: grave
Tags: security

Please see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2762
for details and a patch.

Cheers,
Moritz


--- End Message ---
--- Begin Message ---
Doesn't seem to apply to the version of serendipity currently in Debian.

--- End Message ---


Bug#678527: [CVE-2012-2751] mod_security multi-part bypass

2012-06-22 Thread Luciano Bello
Package: modsecurity-apache
Severity: grave
Tags: security patch

The following vulnerability had been reported against mod-security: 
http://www.openwall.com/lists/oss-security/2012/06/22/1

The patch can be found in the report.

Please use CVE-2012-2751 for this issue.

Cheers,
luciano



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678529: [CVE-2012-2751] mod_security multi-part bypass

2012-06-22 Thread Luciano Bello
Package: libapache-mod-security
Severity: grave
Tags: security patch

The following vulnerability had been reported against mod-security: 
http://www.openwall.com/lists/oss-security/2012/06/22/1

The patch can be found in the report.

Please use CVE-2012-2751 for this issue.

Cheers,
luciano



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678530: libpcp-import-perl: uninstallable in sid because of obsolete perl dependency

2012-06-22 Thread Laurent Bonnaud
Package: libpcp-import-perl
Version: 3.6.4
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install libpcp-import-perl
Reading package lists... Done
Building dependency tree   
Reading state information... 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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libpcp-import-perl : Depends: perlapi-5.12.4 but it is not installable
E: Unable to correct problems, you have held broken packages.

This is the same bug as bug #671222.


-- 
Laurent Bonnaud 




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678531: midgard2.so: undefined symbol: midgard_sql_query_constraint_get_holder

2012-06-22 Thread Laurent Bonnaud
Package: php5-midgard2
Version: 10.05.7-1
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

$ php
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20100525+lfs/midgard2.so' - 
/usr/lib/php5/20100525+lfs/midgard2.so: undefined symbol: 
midgard_sql_query_constraint_get_holder in Unknown on line 0

The following command:

$ ldd -r /usr/lib/php5/20100525+lfs/midgard2.so

lists many other missing symbols.


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

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

Versions of packages php5-midgard2 depends on:
ii  libapache2-mod-php5 [phpapi-20100525+lfs]  5.4.4-2
ii  libc6  2.13-33
ii  libglib2.0-0   2.33.2-1
ii  libmidgard210.05.7-1
ii  midgard2-common10.05.7-1
ii  php5-cgi [phpapi-20100525+lfs] 5.4.4-2
ii  php5-cli [phpapi-20100525+lfs] 5.4.4-2
ii  ucf3.0025+nmu3

php5-midgard2 recommends no packages.

Versions of packages php5-midgard2 suggests:
ii  libapache2-mod-php5  5.4.4-2
ii  lighttpd 1.4.31-1
ii  nginx1.2.0-1
ii  nginx-full [nginx]   1.2.0-1
ii  php5-memcache3.0.6-6

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678532: libreoffice: crash on startup: 'com::sun::star::uno::RuntimeException'

2012-06-22 Thread clayton
Package: libreoffice
Version: 1:3.5.4-5
Severity: grave
Justification: renders package unusable

Now running the latest version from unstable. This happens every time on 
startup:

$ libreoffice
terminate called after throwing an instance of 
'com::sun::star::uno::RuntimeException'

Even after removing ~/.libreoffice/

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.5.4-5
ii  libreoffice-calc 1:3.5.4-5
ii  libreoffice-core 1:3.5.4-5
ii  libreoffice-draw 1:3.5.4-5
ii  libreoffice-filter-mobiledev 1:3.5.4-4
ii  libreoffice-impress  1:3.5.4-5
ii  libreoffice-java-common  1:3.5.4-4
ii  libreoffice-math 1:3.5.4-5
ii  libreoffice-report-builder-bin   1:3.5.4-4
ii  libreoffice-writer   1:3.5.4-5
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-2
ii  libpaper-utils 1.1.24+nmu2
ii  ttf-liberation 1.07.2-2

Versions of packages libreoffice suggests:
pn  cups-bsd  
ii  default-jre [java5-runtime]   1:1.6-47
ii  gstreamer0.10-ffmpeg  1:0.10.13-0.2
ii  gstreamer0.10-plugins-bad 0.10.23-6
ii  gstreamer0.10-plugins-base0.10.36-1
ii  gstreamer0.10-plugins-good0.10.31-3
ii  gstreamer0.10-plugins-ugly0.10.19-2+b1
ii  hunspell-en-us [hunspell-dictionary]  20070829-5
pn  hyphen-hyphenation-patterns   
ii  iceape [iceape-browser]   2.7.5-1
ii  iceweasel 10.0.5esr-1
ii  imagemagick   8:6.7.7.2-1
ii  libgl1-mesa-glx [libgl1]  8.0.2-2
ii  libldap-2.4-2 2.4.28-1.1
ii  libreoffice-filter-binfilter  1:3.5.4-5
pn  libreoffice-gnome | libreoffice-kde   
pn  libreoffice-grammarcheck  
pn  libreoffice-help-3.5  
pn  libreoffice-l10n-3.5  
pn  libreoffice-officebean
ii  libsane   1.0.22-7.1
ii  libxrender1   1:0.9.7-1
pn  myspell-dictionary
pn  mythes-thesaurus  
pn  openclipart-libreoffice   
ii  openjdk-6-jre [java5-runtime] 6b24-1.11.1-6
pn  pstoedit  
pn  unixodbc  

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.9.0-6
ii  fonts-opensymbol [ttf-opensymbol]  2:102.2+LibO3.5.4-4
ii  libc6  2.13-33
ii  libcairo2  1.12.2-1
ii  libcmis-0.2-0  0.1.0-1+b1
ii  libcurl3-gnutls7.26.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.1.0-1
ii  libexttextcat0 3.2.0-2
ii  libfontconfig1 2.9.0-6
ii  libfreetype6   2.4.9-1
ii  libgcc11:4.7.0-8
ii  libglib2.0-0   2.32.3-1
ii  libgraphite2-2.0.0 1.1.3-1
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-2
ii  libice62:1.0.8-2
ii  libicu48   4.8.1.1-8
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27-gnutls   0.29.6-3
ii  libnspr4   2:4.9-3
ii  libnspr4-0d2:4.9-3
ii  libnss32:3.13.4-3
ii  libnss3-1d 2:3.13.4-3
ii  libpng12-0 1.2.49-1
ii  librdf01.0.15-1+b1
ii  libreoffice-common 1:3.5.4-4
ii  librsvg2-2 2.36.1-1
ii  libsm6 2:1.2.1-2
ii  libssl1.0.01.0.1c-3
ii  libstdc++6 4.7.0-8
ii  libx11-6   2:1.4.99.901-2
ii  libxext6   2:1.3.1-2
ii  libxinerama1   2:1.1.2-1
ii  libxml2

Bug#678489: mixmaster: Fails to install

2012-06-22 Thread Osamu Aoki
hi,

On Fri, Jun 22, 2012 at 07:20:40AM +, Matthias Urlichs wrote:
> Package: mixmaster
> Version: 3.0.0-4.1
> Severity: serious
> Justification: Policy 3.9
> 
> Setting up mixmaster (3.0.0-4.1) ...
> dpkg-statoverride: warning: --update given but /var/lib/mixmaster does not 
> exist
> dpkg-statoverride: warning: --update given but /var/run/mixmaster does not 
> exist
> mkdir: cannot create directory `/var/lib/mixmaster/Mix': No such file or 
> directory
> dpkg: error processing mixmaster (--configure):
>  subprocess installed post-installation script returned error exit status 1

The bug reporter can work around problem by creating /var/lib/mixmaster
as root before installing this package.

This seems to be fixed in package by either

* Change debian/mixmaster.postinst.in at the first 
  "mkdir /var/lib/mixmaster/... " to 
  "mkdir -p/var/lib/mixmaster/... ".

* Add to debian/mixmaster.dirs with the
  "var/lib/mixmaster"

As I checked, this is not a bug I introduced with my NMU.
I will let Colin handle this.

Good luck

Osamu




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678523: evolution: Evolution crashes without network-manager

2012-06-22 Thread Mehdi Dogguy

On 22/06/12 15:35, Mehdi Dogguy wrote:

tags 678523 + moreinfo unreproducible thanks

On 22/06/12 15:06, Nikolai Lusan wrote:


Evolution currently crashes with:
evolution-network-manager-WARNING **: network_manager_query_state:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.NetworkManager was not provided by any .service
files

Network-Manager is currently only a "Suggested" package, and this
error would seem to suggest otherwise.



According to a tester, this error message doesn't seem the root of
the problem. Could you please provide a backtrace leading to a
crash?



To be more accurate, evolution (without NM running) doesn't crash here
(KiBi said :)).

Kind Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#678523: evolution: Evolution crashes without network-manager

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 678523 + moreinfo unreproducible
Bug #678523 [evolution] evolution: Evolution crashes without network-manager
Added tag(s) unreproducible and moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678523: evolution: Evolution crashes without network-manager

2012-06-22 Thread Mehdi Dogguy

tags 678523 + moreinfo unreproducible
thanks

On 22/06/12 15:06, Nikolai Lusan wrote:


Evolution currently crashes with: evolution-network-manager-WARNING
**: network_manager_query_state:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.NetworkManager was not provided by any .service
files

Network-Manager is currently only a "Suggested" package, and this
error would seem to suggest otherwise.



According to a tester, this error message doesn't seem the root of the
problem. Could you please provide a backtrace leading to a crash?

You might need to check how to get one by reading
http://wiki.debian.org/HowToGetABacktrace if you are used to do that.

Kind regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676205: ruby-ldap: diff for NMU version 0.9.12-1.1

2012-06-22 Thread gregor herrmann
tags 676205 + pending
thanks

Dear maintainer,

I've prepared an NMU for ruby-ldap (versioned as 0.9.12-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Arlo Guthrie: Stealin'
diff -Nru ruby-ldap-0.9.12/debian/changelog ruby-ldap-0.9.12/debian/changelog
--- ruby-ldap-0.9.12/debian/changelog	2012-01-03 23:21:43.0 +0100
+++ ruby-ldap-0.9.12/debian/changelog	2012-06-22 16:37:11.0 +0200
@@ -1,3 +1,14 @@
+ruby-ldap (0.9.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: sslconn.c:103:7: error: format not a string literal and
+no format arguments [-Werror=format-security]":
+add patch rb_raise_format_string.patch from Johannes Brandstätter (adds
+format strings).
+(Closes: #676205)
+
+ -- gregor herrmann   Fri, 22 Jun 2012 16:36:36 +0200
+
 ruby-ldap (0.9.12-1) unstable; urgency=low
 
   * New upstream release
diff -Nru ruby-ldap-0.9.12/debian/patches/rb_raise_format_string.patch ruby-ldap-0.9.12/debian/patches/rb_raise_format_string.patch
--- ruby-ldap-0.9.12/debian/patches/rb_raise_format_string.patch	1970-01-01 01:00:00.0 +0100
+++ ruby-ldap-0.9.12/debian/patches/rb_raise_format_string.patch	2012-06-22 16:39:51.0 +0200
@@ -0,0 +1,29 @@
+--- a/conn.c
 b/conn.c
+@@ -674,7 +674,7 @@
+ }
+   else
+ {
+-  rb_raise (rb_eLDAP_Error, ldap_err2string (ldapdata->err));
++  rb_raise (rb_eLDAP_Error, "%s", ldap_err2string (ldapdata->err));
+ };
+ #else
+   rb_notimplement ();
+--- a/rbldap.h
 b/rbldap.h
+@@ -141,13 +141,13 @@
+ 
+ #define Check_LDAP_Result(err) { \
+   if( (err) != LDAP_SUCCESS && (err) != LDAP_SIZELIMIT_EXCEEDED ){ \
+-rb_raise(rb_eLDAP_ResultError, ldap_err2string(err)); \
++rb_raise(rb_eLDAP_ResultError, "%s", ldap_err2string(err)); \
+   } \
+ }
+ 
+ #define Check_LDAP_OPT_Result(err) { \
+   if( (err) != LDAP_OPT_SUCCESS ){ \
+-rb_raise(rb_eLDAP_ResultError, ldap_err2string(err)); \
++rb_raise(rb_eLDAP_ResultError, "%s", ldap_err2string(err)); \
+   } \
+ }
+ 
diff -Nru ruby-ldap-0.9.12/debian/patches/series ruby-ldap-0.9.12/debian/patches/series
--- ruby-ldap-0.9.12/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ ruby-ldap-0.9.12/debian/patches/series	2012-06-22 16:34:28.0 +0200
@@ -0,0 +1 @@
+rb_raise_format_string.patch


signature.asc
Description: Digital signature


Processed: ruby-ldap: diff for NMU version 0.9.12-1.1

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 676205 + pending
Bug #676205 [src:ruby-ldap] ruby-ldap: FTBFS: sslconn.c:103:7: error: format 
not a string literal and no format arguments [-Werror=format-security]
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
676205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676194: ruby-xmlparser: diff for NMU version 0.7.2-1.1

2012-06-22 Thread gregor herrmann
tags 676194 + pending
thanks

Dear maintainer,

I've prepared an NMU for ruby-xmlparser (versioned as 0.7.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joint Venture: Ne Frau, die sich mich leisten kann
diff -Nru ruby-xmlparser-0.7.2/debian/changelog ruby-xmlparser-0.7.2/debian/changelog
--- ruby-xmlparser-0.7.2/debian/changelog	2011-06-16 21:57:54.0 +0200
+++ ruby-xmlparser-0.7.2/debian/changelog	2012-06-22 16:53:09.0 +0200
@@ -1,3 +1,13 @@
+ruby-xmlparser (0.7.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: xmlparser.c:1783:2: error: format not a string literal
+and no format arguments [-Werror=format-security]": add patch
+xmlparser-ftbfs-fix.patch from Andreas Stührk (adds format strings).
+(Closes: #676194)
+
+ -- gregor herrmann   Fri, 22 Jun 2012 16:52:46 +0200
+
 ruby-xmlparser (0.7.2-1) unstable; urgency=low
 
   * Switch to gem2deb-based packaging.
diff -Nru ruby-xmlparser-0.7.2/debian/patches/series ruby-xmlparser-0.7.2/debian/patches/series
--- ruby-xmlparser-0.7.2/debian/patches/series	2011-06-16 21:38:16.0 +0200
+++ ruby-xmlparser-0.7.2/debian/patches/series	2012-06-22 16:52:26.0 +0200
@@ -1,2 +1,3 @@
 replaces_gt_symbol_by_enconded_version.patch
 move-files-to-ext.patch
+xmlparser-ftbfs-fix.patch
diff -Nru ruby-xmlparser-0.7.2/debian/patches/xmlparser-ftbfs-fix.patch ruby-xmlparser-0.7.2/debian/patches/xmlparser-ftbfs-fix.patch
--- ruby-xmlparser-0.7.2/debian/patches/xmlparser-ftbfs-fix.patch	1970-01-01 01:00:00.0 +0100
+++ ruby-xmlparser-0.7.2/debian/patches/xmlparser-ftbfs-fix.patch	2012-06-22 16:47:52.0 +0200
@@ -0,0 +1,20 @@
+--- ruby-xmlparser-0.7.2.orig/ext/xmlparser.c
 ruby-xmlparser-0.7.2/ext/xmlparser.c
+@@ -1780,7 +1780,7 @@ XMLParser_parse(int argc, VALUE* argv, V
+   if (!ret) {
+ 	int err = XML_GetErrorCode(parser->parser);
+ 	const char* errStr = XML_ErrorString(err);
+-	rb_raise(eXMLParserError, (char*)errStr);
++	rb_raise(eXMLParserError, "%s", errStr);
+   }
+ } while (!NIL_P(buf));
+ return Qnil;
+@@ -1829,7 +1829,7 @@ XMLParser_parse(int argc, VALUE* argv, V
+   if (!ret) {
+ int err = XML_GetErrorCode(parser->parser);
+ const char* errStr = XML_ErrorString(err);
+-rb_raise(eXMLParserError, (char*)errStr);
++rb_raise(eXMLParserError, "%s", errStr);
+   }
+ 
+   return Qnil;


signature.asc
Description: Digital signature


Processed: ruby-xmlparser: diff for NMU version 0.7.2-1.1

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 676194 + pending
Bug #676194 [src:ruby-xmlparser] ruby-xmlparser: FTBFS: xmlparser.c:1783:2: 
error: format not a string literal and no format arguments 
[-Werror=format-security]
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
676194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678489: mixmaster: Fails to install

2012-06-22 Thread Colin Tuckley

Quoting Osamu Aoki :


The bug reporter can work around problem by creating /var/lib/mixmaster
as root before installing this package.

This seems to be fixed in package by either

* Change debian/mixmaster.postinst.in at the first
  "mkdir /var/lib/mixmaster/... " to
  "mkdir -p/var/lib/mixmaster/... ".

* Add to debian/mixmaster.dirs with the
  "var/lib/mixmaster"

As I checked, this is not a bug I introduced with my NMU.
I will let Colin handle this.


I plan on looking at this over the weekend.

Osamu, your comments appear to apply to var/lib/mixmaster, have you  
any comments on the failure of /var/run/mixmaster ? Could it be caused  
by /var/run being on a tmpfs?


Colin




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678535: rabbit: uninstallable in sid

2012-06-22 Thread Laurent Bonnaud
Package: rabbit
Version: 1.0.8-1
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install rabbit
Reading package lists... Done
Building dependency tree   
Reading state information... 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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 rabbit : Depends: ruby-gettext but it is not installable
E: Unable to correct problems, you have held broken packages.


This problem can also be seen there:

  http://piuparts.debian.org/sid/source/r/rabbit.html


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

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

Versions of packages rabbit depends on:
ii  libcoderay-ruby1.8 1.0.6-1
ii  libgettext-ruby1.8 2.1.0-2.1
ii  libgettext-ruby1.9.1   2.1.0-2.1
ii  libhtree-ruby1.8   0.7-5
ii  libhtree-ruby1.9.1 0.7-5
ii  libjs-prototype1.7.0-2
ii  librd-ruby1.8  0.6.34-4
ii  librt-ruby1.8  1.0.3-2
ii  ruby   4.9
ii  ruby-coderay [libcoderay-ruby1.8]  1.0.6-1
ii  ruby-gtk2  1.1.3-2+b1
ii  ruby-haml [libhaml-ruby1.8]3.1.4-2
ii  ruby-hikidoc   0.0.6-1
ii  ruby-nokogiri  1.5.4-1
ii  ruby-poppler   1.1.3-2+b1
ii  ruby-rd [librd-ruby1.8]0.6.34-4
ii  ruby-rsvg2 1.1.3-2+b1
ii  ruby-sinatra   1.2.6-1
ii  ruby1.8 [ruby-interpreter] 1.8.7.358-4
ii  ruby1.9.1 [ruby-interpreter]   1.9.3.194-1

rabbit recommends no packages.

Versions of packages rabbit suggests:
ii  dia  0.97.2-8
ii  ghostscript  9.05~dfsg-6
ii  mimetex  1.73-2
pn  python-aafigure  
ii  rabbit-mode  1.0.8-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: severity of 658352 is serious

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # This is release-critical as UEFI will be the usual boot method on new PCs
> severity 658352 serious
Bug #658352 [debian-cd] amd64 UEFI support
Severity set to 'serious' from 'wishlist'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678489: mixmaster: Fails to install

2012-06-22 Thread Matthias Urlichs
Hi,

Colin Tuckley:
> Osamu, your comments appear to apply to var/lib/mixmaster, have you
> any comments on the failure of /var/run/mixmaster ? Could it be
> caused by /var/run being on a tmpfs?
> 
No -- in this case it was a first install with no reboot in between.
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678511: zlib: FTBFS on s390x

2012-06-22 Thread Sven Joachim
reassign 678511 src:zlib 1:1.2.7.dfsg-3
thanks

On 2012-06-22 14:02 +0200, Mark Brown wrote:

> reassign 678511 libc6-dev
> kthxbye
>
> On Fri, Jun 22, 2012 at 12:12:25PM +0100, Jonathan McCrohan wrote:
>
>> Your package FTBFS on s390x. s390x is now a release architecture [1], hence 
>> the
>> RC status.
>
> Please make *some* effort to read the buildd logs when reporting bugs
> like this.
>
> If you'd looked at the error (which it would have been good practice to
> include in your report) you'd have seen that all zlib is doing here is
> including limits.h which obviously should work but doesn't because s390x
> is trying to include an internal header which it didn't install.

The reason the header is not there is because libc6-dev-s390 (which
provides a symlink /usr/include/bits -> s390x-linux-gnu/bits) is not
installed.  You need to build-depend on gcc-multilib to make that
happen.

Cheers,
   Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#660355: marked as done (scilab-sivp: Loading SIVP in scilab 5.3.3 is impossible; looking for libraries in a folder that doesn't exist)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 15:32:03 +
with message-id 
and subject line Bug#660355: fixed in sivp 0.5.3+svn287-1
has caused the Debian Bug report #660355,
regarding scilab-sivp: Loading SIVP in scilab 5.3.3 is impossible; looking for 
libraries in a folder that doesn't exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
660355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660355
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab-sivp
Version: 0.5.3-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,
It seems that there is a grave problem with this package of SIVP. The
installation is possible, but I can't load it in scilab. It's looking for some
(deprecated I think)  opencv libraries.
I couldn't solve the problem by adding some symbolic links, because there was
still a problem with a symbol undefined in a library.
Thanks  in advance,
Etienne



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (980, 'stable-updates'), (980, 'testing'), 
(970, 'stable'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scilab-sivp depends on:
ii  libc62.13-26
ii  libgcc1  1:4.6.2-14
ii  libopencv-calib3d2.3 2.3.1-7
ii  libopencv-contrib2.3 2.3.1-7
ii  libopencv-core2.32.3.1-7
ii  libopencv-features2d2.3  2.3.1-7
ii  libopencv-flann2.3   2.3.1-7
ii  libopencv-highgui2.3 2.3.1-7
ii  libopencv-imgproc2.3 2.3.1-7
ii  libopencv-legacy2.3  2.3.1-7
ii  libopencv-ml2.3  2.3.1-7
ii  libopencv-objdetect2.3   2.3.1-7
ii  libopencv-video2.3   2.3.1-7
ii  libstdc++6   4.6.2-14
ii  scilab   5.3.3-7

scilab-sivp recommends no packages.

scilab-sivp suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: sivp
Source-Version: 0.5.3+svn287-1

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

scilab-sivp_0.5.3+svn287-1_amd64.deb
  to main/s/sivp/scilab-sivp_0.5.3+svn287-1_amd64.deb
sivp_0.5.3+svn287-1.debian.tar.gz
  to main/s/sivp/sivp_0.5.3+svn287-1.debian.tar.gz
sivp_0.5.3+svn287-1.dsc
  to main/s/sivp/sivp_0.5.3+svn287-1.dsc
sivp_0.5.3+svn287.orig.tar.gz
  to main/s/sivp/sivp_0.5.3+svn287.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated sivp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Jun 2012 15:18:51 +0200
Source: sivp
Binary: scilab-sivp
Architecture: source amd64
Version: 0.5.3+svn287-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description: 
 scilab-sivp - Scilab Image and Video Processing toolbox
Closes: 660355 674363
Changes: 
 sivp (0.5.3+svn287-1) unstable; urgency=low
 .
   * New upstream release from svn snapshoot
   (Closes: #660355, #674363) (LP: #610837, #879097)
   * Drop the patches (most of them are applied upstream)
   * Standards-Version => 3.9.3
Checksums-Sha1: 
 63bb084fef444f11c8cc6b880202812e1ee5de0c 1597 sivp_0.5.3+svn287-1.dsc
 96604940609ac7a1a7c8d47421559892cf9c989d 3898632 sivp_0.5.3+svn287.orig.tar.gz
 3ad46fe8851ba325068c8c0d34de12a29446e598 4222 sivp_0.5.3+svn287-1.debian.tar.gz
 f96a86d54d1f886af25e6549a6a6d1fb60210bf3 3980848 
scilab-sivp_0.5.3+svn287-1_amd64.deb
Checksums-Sha256: 
 ad09de72d1938275414239ee4040287328050406b33c523935610e12a3c700c2 1597 
sivp_0.5.3+svn287-1.dsc
 75df1b3eac900d8052bdfcd5ae03b2a808f637c6663b95edb856770081186ffc 3898632 
sivp_0.5.3+svn287.orig.tar.gz
 7c67486f70296aeb5a07f6b4bf1b46f59709e10d1ca6d280f11c1ad2f57d6923 4222 
sivp_0.5.3+svn287-1.debian.tar.gz
 feb5890e177371aa30892d1ffb13ea10c3dab1b83dea975b68ba9b7a6e1f9990 3980848 
scilab-sivp_0.5.3+svn287-1_amd64.deb
Files: 
 32d674ef8a5cf6455673c41fcec1177b 1597 math optional sivp_0.5.3+svn287-1.dsc
 55a1b

Bug#674363: marked as done (sivp: FTBFS: cp: cannot stat `/«PKGBUILDDIR»/sci_gateway/c/loader.sce': No such file or directory)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 15:32:03 +
with message-id 
and subject line Bug#674363: fixed in sivp 0.5.3+svn287-1
has caused the Debian Bug report #674363,
regarding sivp: FTBFS: cp: cannot stat 
`/«PKGBUILDDIR»/sci_gateway/c/loader.sce': No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
674363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sivp
Version: 0.5.3-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  fakeroot debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_clean -k 
> dh_clean: dh_clean -k is deprecated; use dh_prep instead
> dh_installdirs -A 
> mkdir -p "."
> SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 
> DOCBOOK_ROOT=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh \
>   /usr/bin/scilab -nw -f builder.sce  
> Error: Impossible to define SCIHOME environment variable.
> Building macros...
> -- Creation of [SIVPlib] (Macros) --
> Building gateway...
>  
>  Package opencv was not found in the pkg-config search path.   
> error(gettext("OpenCV (version >= 1.0.0) is needed for compiling SIVP."));
>  !--error 
> 1 
> OpenCV (version >= 1.0.0) is needed for compiling SIVP.
> at line  69 of exec file called by :
> 
> at line  13 of function tbx_builder called by :  
> at line  49 of function tbx_builder_gateway_lang called by :  
> tbx_builder_gateway_lang(languages, sci_gateway_dir);
> at line   6 of exec file called by :
> 
> at line  13 of function tbx_builder called by :  
> at line  32 of function tbx_builder_gateway called by :  
> tbx_builder_gateway(toolbox_dir);
> at line  34 of exec file called by :
> exec('SCI/etc/scilab.start',-1);;exec('builder.sce',-1)
>  
>  
> Adding cdbs dependencies to debian/scilab-sivp.substvars
> dh_installdirs -pscilab-sivp 
> mkdir -p /«PKGBUILDDIR»/debian/scilab-sivp/usr/lib/scilab-sivp/sci_gateway/c/
> cp -R /«PKGBUILDDIR»/sci_gateway/c/libsivp.so 
> /«PKGBUILDDIR»/sci_gateway/c/loader.sce 
> /«PKGBUILDDIR»/debian/scilab-sivp/usr/lib/scilab-sivp/sci_gateway/c/
> cp: cannot stat `/«PKGBUILDDIR»/sci_gateway/c/libsivp.so': No such file or 
> directory
> cp: cannot stat `/«PKGBUILDDIR»/sci_gateway/c/loader.sce': No such file or 
> directory
> make: *** [install/scilab-sivp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/sivp_0.5.3-3_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


--- End Message ---
--- Begin Message ---
Source: sivp
Source-Version: 0.5.3+svn287-1

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

scilab-sivp_0.5.3+svn287-1_amd64.deb
  to main/s/sivp/scilab-sivp_0.5.3+svn287-1_amd64.deb
sivp_0.5.3+svn287-1.debian.tar.gz
  to main/s/sivp/sivp_0.5.3+svn287-1.debian.tar.gz
sivp_0.5.3+svn287-1.dsc
  to main/s/sivp/sivp_0.5.3+svn287-1.dsc
sivp_0.5.3+svn287.orig.tar.gz
  to main/s/sivp/sivp_0.5.3+svn287.orig.tar.gz



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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated sivp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Jun 2012 15:18:51 +0200
Source: sivp
Binary: scilab-sivp
Architecture: source amd64
Version: 0.5.3+svn287-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description: 
 scilab-sivp - Scilab Image and Video Processing toolbox
Closes: 660355 674363
Changes: 
 sivp (0.5.3+svn287-1) unstable; urgency=low
 .
   * 

Processed: Re: Bug#678511: zlib: FTBFS on s390x

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 678511 src:zlib 1:1.2.7.dfsg-3
Bug #678511 [libc6-dev] zlib: FTBFS on s390x
Bug reassigned from package 'libc6-dev' to 'src:zlib'.
Ignoring request to alter found versions of bug #678511 to the same values 
previously set
Ignoring request to alter fixed versions of bug #678511 to the same values 
previously set
Bug #678511 [src:zlib] zlib: FTBFS on s390x
Marked as found in versions zlib/1:1.2.7.dfsg-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678541: roundcube-pgsql: roundcube cannot connect to postgresql after purge and complete reinstall

2012-06-22 Thread Luc Maisonobe
Package: roundcube
Version: 0.7.2-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

The problem appear after an upgrade from postgresql 8.x to 9.x and un upgrade 
from roundcube 0.5.x to 0.7.x.
After upgrade, when I try to load the rouncube web page from a brower, I get 
the error:

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.

Looking in the /var/log/roundcube/error log file, I noticed this kind of errors:

[12-Jun-2012 07:44:17 UTC] PHP Warning:  date(): It is not safe to rely on the 
system's timezone settings. You are *required* to use the date.timezone setting 
or the date_default_timezone_set() function. In case you used any of those 
methods and you are still getting this warning, you most likely misspelled the 
timezone identifier. We selected the timezone 'UTC' for now, but please set 
date.timezone to select your timezone. in 
/usr/share/roundcube/program/include/rcube_config.php on line 96
[12-Jun-2012 07:44:17 UTC] PHP Warning:  date(): It is not safe to rely on the 
system's timezone settings. You are *required* to use the date.timezone setting 
or the date_default_timezone_set() function. In case you used any of those 
methods and you are still getting this warning, you most likely misspelled the 
timezone identifier. We selected the timezone 'UTC' for now, but please set 
date.timezone to select your timezone. in 
/usr/share/roundcube/program/include/rcube_config.php on line 97
[12-Jun-2012 07:44:17 UTC] MDB2 Error: connect failed (-24): _doConnect: [Error 
message: unable to establish a connection]
[Native message: ]

[12-Jun-2012 07:44:17 UTC] PHP Warning:  date(): It is not safe to rely on the 
system's timezone settings. You are *required* to use the date.timezone setting 
or the date_default_timezone_set() function. In case you used any of those 
methods and you are still getting this warning, you most likely misspelled the 
timezone identifier. We selected the timezone 'UTC' for now, but please set 
date.timezone to select your timezone. in 
/usr/share/roundcube/program/include/main.inc on line 2178
[12-Jun-2012 07:44:17 +]: DB Error: _doConnect: [Error message: unable to 
establish a connection]
[Native message: ]
 ** pgsql(pgsql)://roundcube:xxx@localhost/roundcube in 
/usr/share/roundcube/program/include/rcube_mdb2.php on line 104 (GET /webmail/)
[12-Jun-2012 07:44:18 UTC] PHP Warning:  date(): It is not safe to rely on the 
system's timezone settings. You are *required* to use the date.timezone setting 
or the date_default_timezone_set() function. In case you used any of those 
methods and you are still getting this warning, you most likely misspelled the 
timezone identifier. We selected the timezone 'UTC' for now, but please set 
date.timezone to select your timezone. in 
/usr/share/roundcube/program/include/rcube_mdb2.php on line 603


So I tried to reconfigure roundcube database connection, without success. I 
also tried to completely
purge roundcube, remove all trace I could see from the previous configuration, 
and reinstall it
from scratch. I get the same errors (both in the web page and in the log file).

I tried to change the connection to the database (tried both unix socket and 
TCP/IP, tried both ident
and password for authentication). Nothing worked.

I tried to look at the posgresql pg_hba.conf file, it allowed peer method for 
local connections and md5 method
for host connection, both in IPv4 and IPv6. I tried to connect to the roundcube 
database from the
command line using a non-priviledged user, with command line "psql -h localhost 
-U roundcube roundcube". It
did succeed with the same password that was configured in the $dbpass setting 
in /etc/roundcube/debian-db.php.
When connecting to the database from the command line, the command /d does 
display the tables that were
created at some point by one of the attempts to reconfigure roundcube, so I 
guess the tables are here and
the access rights for the roundcube user are set up correctly.

However, I still get always the same errors from the web page.

I would have expected that reconfiguration would have allowed roundcube to 
connect properly to the
database, juste as psql command line tool do.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (980, 'stable-updates'), (980, 'stable'), (90, 
'experimental'), (90, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.39.4-11
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages roundcube-pgsql depends on:
ii  php-mdb2-driver-pgsql  1.5.0b2-1
ii  postgresql-client-9.1 [postgresql-client]  9.1.4-1

roundcube-pgsql recommends no packages.

Versions of packages roundcube-pgsql suggests:
pn  postgresql-server  

Versions of packages roundcube-core depends on:

Processed: limit source to zlib, tagging 678511

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #zlib (1:1.2.7.dfsg-12) unstable; urgency=low
> #
> #  * Yet more s390x cleanup.  Thanks to the s390x porters for thei
> #prompt an efficient buildd monitoring (closes: #678511).
> #
> limit source zlib
Limiting to bugs with field 'source' containing at least one of 'zlib'
Limit currently set to 'source':'zlib'

> tags 678511 + pending
Bug #678511 [src:zlib] zlib: FTBFS on s390x
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678532: libreoffice: crash on startup: 'com::sun::star::uno::RuntimeException'

2012-06-22 Thread Rene Engelhard
tag 678532 + moreinfo
tag 678532 + unreproducible
thanks

Hi,

On Fri, Jun 22, 2012 at 09:57:07PM +0800, clayton wrote:
> Now running the latest version from unstable.

What did you run before? 1:3.5.4-4?

> This happens every time on startup:
> 
> $ libreoffice
> terminate called after throwing an instance of 
> 'com::sun::star::uno::RuntimeException'

Check your permissions in your user dir. Is those root:root? If yes, fix them
This sounds like a old bug which is fixed in recent packages (see #619263).
Was that ~/.config/libreoffice freshly crreated/broken by the upgrade?

NOTE: #619263 is fixed in various packages. You need to have all of them 
uptodate
*and after the upgrade it won't create those wrong permissions anymore*. It 
won't fix
older breakage up.

If that doesn't help, we need more info like strace of soffice.bin...

> Even after removing ~/.libreoffice/

~/.libreoffice is not the user dir (anymore), it's (standards-conformant)
~/.config/libreoffice. Check that too, please.

> ii  libreoffice-emailmerge 1:3.5.4-4
> ii  libreoffice-filter-binfilter   1:3.5.4-5
> ii  libreoffice-java-common1:3.5.4-4
> ii  libreoffice-math   1:3.5.4-5

And it looks you did something (broken) like apt-get install libreoffice
instead of a proper upgrade[1], so it can very well be that some stuff
is old (especially extensions which is what #619263 affected)

Regards,

Rene
[1] Note there is no reason to install -5 over -4 in testing (except when
you installed evolution from sid...)




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#678532: libreoffice: crash on startup: 'com::sun::star::uno::RuntimeException'

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 678532 + moreinfo
Bug #678532 [libreoffice] libreoffice: crash on startup: 
'com::sun::star::uno::RuntimeException'
Added tag(s) moreinfo.
> tag 678532 + unreproducible
Bug #678532 [libreoffice] libreoffice: crash on startup: 
'com::sun::star::uno::RuntimeException'
Added tag(s) unreproducible.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678532
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678080: marked as done (AttributeError: 'module' object has no attribute 'uses_fragment')

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 16:21:23 +
with message-id 
and subject line Bug#678080: fixed in plucker 1.8-34
has caused the Debian Bug report #678080,
regarding AttributeError: 'module' object has no attribute 'uses_fragment'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: plucker
Version: 1.8-33+b2
Severity: grave

Upon update of python we now get

Traceback (most recent call last):
  File "/usr/bin/plucker-build", line 39, in 
from PyPlucker import Parser, ConfigFiles, __version__
  File "/usr/lib/python2.7/dist-packages/PyPlucker/Parser.py", line 12, in 

from PyPlucker import TextParser, ImageParser, PluckerDocs, ConversionParser
  File "/usr/lib/python2.7/dist-packages/PyPlucker/TextParser.py", line 66, in 

from PyPlucker import Url
  File "/usr/lib/python2.7/dist-packages/PyPlucker/Url.py", line 22, in 
urlparse.uses_fragment.append ('plucker')
AttributeError: 'module' object has no attribute 'uses_fragment'


--- End Message ---
--- Begin Message ---
Source: plucker
Source-Version: 1.8-34

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

plucker_1.8-34.debian.tar.gz
  to main/p/plucker/plucker_1.8-34.debian.tar.gz
plucker_1.8-34.dsc
  to main/p/plucker/plucker_1.8-34.dsc
plucker_1.8-34_amd64.deb
  to main/p/plucker/plucker_1.8-34_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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Rousseau  (supplier of updated plucker package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Mar 2011 21:32:52 +0100
Source: plucker
Binary: plucker
Architecture: source amd64
Version: 1.8-34
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau 
Changed-By: Ludovic Rousseau 
Description: 
 plucker- Pluck stuff from the web and read it on your PalmOS device
Closes: 678080
Changes: 
 plucker (1.8-34) unstable; urgency=low
 .
   * Fix "AttributeError: 'module' object has no attribute
 'uses_fragment'" debian/patches/88_plucker-build (Closes: #678080)
   * debian/compat: 8 -> 9
   * debian/rules: add hardening support
   * debian/watch: remove template in comments to fix lintian warning
 I: plucker source: debian-watch-contains-dh_make-template
   * debian/rules: add build-indep rule. lintian warning:
 W: plucker source: debian-rules-missing-recommended-target build-indep
Checksums-Sha1: 
 6eab80a09af49d82c33f56f2bc5f7e24d77a924a 1270 plucker_1.8-34.dsc
 1e482e9cd382f4b98965f765f4a9b2315ccd04c7 30557 plucker_1.8-34.debian.tar.gz
 7c271d94dc87adf0368fe9379e4582522ec5734d 469400 plucker_1.8-34_amd64.deb
Checksums-Sha256: 
 a67b9b459cd2ea89deaa0fdbdbf62f72eeadf0ced77e62c2ef0ef10954d61ea8 1270 
plucker_1.8-34.dsc
 4d62d9d60b1a902d1c738a8e22bfa04296147238df7c65d7edfdcac820974499 30557 
plucker_1.8-34.debian.tar.gz
 0b0e112f2f30fb6b4bca04cbceb4692c73552df75034867621a699ce3061 469400 
plucker_1.8-34_amd64.deb
Files: 
 9f34c52ee807efa5dd506ae847346c39 1270 otherosfs optional plucker_1.8-34.dsc
 de7471d7e112adca076a02c74835b977 30557 otherosfs optional 
plucker_1.8-34.debian.tar.gz
 9a176ed43a8945c5e37030f64794a288 469400 otherosfs optional 
plucker_1.8-34_amd64.deb

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

iEYEARECAAYFAk/kmQoACgkQP0qKj+B/HPmgXACggFTShYiPMXebp+v5vaWvVF0k
xBIAnjR0t/UcyebvHjBPgrUb2jwgUc7T
=oXW/
-END PGP SIGNATURE-


--- End Message ---


Bug#676194: [DRE-maint] Bug#676194: ruby-xmlparser: diff for NMU version 0.7.2-1.1

2012-06-22 Thread Paul van Tilburg
On Fri, Jun 22, 2012 at 04:55:14PM +0200, gregor herrmann wrote:
> I've prepared an NMU for ruby-xmlparser (versioned as 0.7.2-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

Also thanks for this fix.  It has been incorperated in the team Git
repository.

Cheers,
Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181


signature.asc
Description: Digital signature


Bug#676205: [DRE-maint] Bug#676205: ruby-ldap: diff for NMU version 0.9.12-1.1

2012-06-22 Thread Paul van Tilburg
Hi!

On Fri, Jun 22, 2012 at 04:41:48PM +0200, gregor herrmann wrote:
> I've prepared an NMU for ruby-ldap (versioned as 0.9.12-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

No, that is not necessary, it is fine.  I've merged the changes in our
team Git repository.  Thanks!

Cheers,
Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181


signature.asc
Description: Digital signature


Bug#678549: vidalia: superfluous "Depends" on apparmor

2012-06-22 Thread intrigeri
Package: vidalia
Version: 0.2.19-1
Severity: serious

vidalia now Depends: apparmor, although the latter package is not
needed for Vidalia to provide a significant amount of functionality.
I believe this is a violation of the Debian Policy.

In general, packages that ship an AppArmor profile Suggests: apparmor,
which looks sane to me.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678511: marked as done (zlib: FTBFS on s390x)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 16:49:40 +
with message-id 
and subject line Bug#678511: fixed in zlib 1:1.2.7.dfsg-13
has caused the Debian Bug report #678511,
regarding zlib: FTBFS on s390x
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zlib
Version: 1:1.2.7.dfsg-12
Severity: serious
Justification: fails to build from source

Hi,

Your package FTBFS on s390x. s390x is now a release architecture [1], hence the
RC status.

1:1.2.7.dfsg-2 was the last version that built successfully on that
architecture [2].

Thanks,
Jon

[1] https://lists.debian.org/debian-devel-announce/2012/06/msg3.html
[2] https://buildd.debian.org/status/logs.php?pkg=zlib&arch=s390x


--- End Message ---
--- Begin Message ---
Source: zlib
Source-Version: 1:1.2.7.dfsg-13

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

lib32z1-dev_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/lib32z1-dev_1.2.7.dfsg-13_amd64.deb
lib32z1_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/lib32z1_1.2.7.dfsg-13_amd64.deb
zlib-bin_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/zlib-bin_1.2.7.dfsg-13_amd64.deb
zlib1g-dbg_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/zlib1g-dbg_1.2.7.dfsg-13_amd64.deb
zlib1g-dev_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/zlib1g-dev_1.2.7.dfsg-13_amd64.deb
zlib1g-udeb_1.2.7.dfsg-13_amd64.udeb
  to main/z/zlib/zlib1g-udeb_1.2.7.dfsg-13_amd64.udeb
zlib1g_1.2.7.dfsg-13_amd64.deb
  to main/z/zlib/zlib1g_1.2.7.dfsg-13_amd64.deb
zlib_1.2.7.dfsg-13.debian.tar.gz
  to main/z/zlib/zlib_1.2.7.dfsg-13.debian.tar.gz
zlib_1.2.7.dfsg-13.dsc
  to main/z/zlib/zlib_1.2.7.dfsg-13.dsc



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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Brown  (supplier of updated zlib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Jun 2012 16:55:56 +0100
Source: zlib
Binary: zlib1g zlib1g-dev zlib1g-dbg zlib-bin zlib1g-udeb lib64z1 lib64z1-dev 
lib32z1 lib32z1-dev libn32z1 libn32z1-dev
Architecture: source amd64
Version: 1:1.2.7.dfsg-13
Distribution: unstable
Urgency: low
Maintainer: Mark Brown 
Changed-By: Mark Brown 
Description: 
 lib32z1- compression library - 32 bit runtime
 lib32z1-dev - compression library - 32 bit development
 lib64z1- compression library - 64 bit runtime
 lib64z1-dev - compression library - 64 bit development
 libn32z1   - compression library - n32 runtime
 libn32z1-dev - compression library - n32 development
 zlib-bin   - compression library - sample programs
 zlib1g - compression library - runtime
 zlib1g-dbg - compression library - development
 zlib1g-dev - compression library - development
 zlib1g-udeb - compression library - runtime for Debian installer (udeb)
Closes: 678511
Changes: 
 zlib (1:1.2.7.dfsg-13) unstable; urgency=low
 .
   * Yet more s390x cleanup.  Thanks to the s390x porters for thei
 prompt an efficient buildd monitoring (closes: #678511).
Checksums-Sha1: 
 91bb378035af631ef7a53bd394a31e5707e9df70 2294 zlib_1.2.7.dfsg-13.dsc
 93dd4adcae65c2583073c4c538216b19e64abb29 17060 zlib_1.2.7.dfsg-13.debian.tar.gz
 04afff3cff2be1a2f8efed05edf25b8ca82e04e6 87392 zlib1g_1.2.7.dfsg-13_amd64.deb
 4637e6531d40003eb2ef0b010da5a95a783eb9f1 214860 
zlib1g-dev_1.2.7.dfsg-13_amd64.deb
 01b56be1f316c2c3a5fedffb27bf53c37487e391 283674 
zlib1g-dbg_1.2.7.dfsg-13_amd64.deb
 0a16b030f1a60e2434f6671b1b8ce0b60d7fa0ca 66400 zlib-bin_1.2.7.dfsg-13_amd64.deb
 6fdf5c5b6403dff593630baf1a36c3c7335112dc 43440 
zlib1g-udeb_1.2.7.dfsg-13_amd64.udeb
 d525629c0fa8a6199bc08cc049cb1c49e2093feb 89046 lib32z1_1.2.7.dfsg-13_amd64.deb
 61a19c599b2169d129a89a5a5cb18775376efce8 89960 
lib32z1-dev_1.2.7.dfsg-13_amd64.deb
Checksums-Sha256: 
 5cc5046b5877744f9610972d88a53b886de69d69bb67fe539169826188ad04e1 2294 
zlib_1.2.7.dfsg-13.dsc
 15c787124dc9e7d3676583013089bc152d44ace5cddd04abceb99d5920113f9e 17060 
zlib_1.2.7.dfsg-13.debian.tar.gz
 9b58cad94dfc037ba6192ef514c07140c1862084f9f9274703675524329cc51c 87392 
zlib1g_1.2.7.dfsg-13_amd64.deb
 251a4f03

Bug#663022: unicap: FTBFS: unicapgtk_device_property.c:199: undefined reference to `fmin'

2012-06-22 Thread Chris J Arges
Package: unicap
Version: 0.9.5-1.3
Followup-For: Bug #663022
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,

This patch adds -lm to libunicapgtk Makefile.am to allow non-i386 builds.

In Ubuntu, the attached patch was applied to achieve the following:

  * FTBFS: Add -lm to libunicapgtk, to fix non-i386 builds.
Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-25-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

diff -u unicap-0.9.5/debian/changelog unicap-0.9.5/debian/changelog
diff -u unicap-0.9.5/debian/patches/series unicap-0.9.5/debian/patches/series
--- unicap-0.9.5/debian/patches/series
+++ unicap-0.9.5/debian/patches/series
@@ -10,0 +11 @@
+2002_add_lm_to_libunicapgtk.patch
only in patch2:
unchanged:
--- unicap-0.9.5.orig/debian/patches/2002_add_lm_to_libunicapgtk.patch
+++ unicap-0.9.5/debian/patches/2002_add_lm_to_libunicapgtk.patch
@@ -0,0 +1,18 @@
+#Description: Add -lm to libunicapgtk build to fix FTBFS.
+#Author: Chris J Arges 
+#Last-Update: 2011-06-22
+
+Index: unicap-0.9.5/libunicapgtk/Makefile.am
+===
+--- unicap-0.9.5.orig/libunicapgtk/Makefile.am	2008-06-12 10:25:12.0 -0500
 unicap-0.9.5/libunicapgtk/Makefile.am	2012-06-22 11:27:45.313445332 -0500
+@@ -40,7 +40,8 @@
+ 			  -L../libunicap/.libs \
+ 			  -lunicap \
+ 			  -L../libucil/.libs \
+-			  -lucil
++			  -lucil \
++			  -lm
+ 
+ libunicapgtk_la_CFLAGS = \
+ 			 -DUNICAP_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"



Bug#678489: mixmaster: Fails to install

2012-06-22 Thread Osamu Aoki
Hi,

On Fri, Jun 22, 2012 at 03:50:06PM +0100, Colin Tuckley wrote:
> Quoting Osamu Aoki :
> Osamu, your comments appear to apply to var/lib/mixmaster, have you
> any comments on the failure of /var/run/mixmaster ? Could it be
> caused by /var/run being on a tmpfs?

I do not know.

I did not even recreated this bug at all.  Just reading code only and no
time... Good night.

Osamu



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678549: vidalia: superfluous "Depends" on apparmor

2012-06-22 Thread Dererk
On 22/06/12 13:28, intrig...@debian.org wrote:
> Package: vidalia
> Version: 0.2.19-1
> Severity: serious
>
> vidalia now Depends: apparmor, although the latter package is not
> needed for Vidalia to provide a significant amount of functionality.
> I believe this is a violation of the Debian Policy.
>
> In general, packages that ship an AppArmor profile Suggests: apparmor,
> which looks sane to me.
Hi intrigeri!

I would have totally agreed with you on this on any other situation,
provided that this issue[1] on dh-apparmor's postinst scripts handling
didn't existed.

Since this very very simple "typo" throws the Vidalia enduser a totally
harmless but error-message-at-the-end[2], I thought I was better to
avoid the user get confused about any possible issue on Vidalia, in
contrast to depending on an extra single package, of course, up to
dh-apparmor fixes this issue.



Cheers,


:d:


ref:
1. http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;bug=678526
2. (Reading database ... 382389 files and directories currently installed.)
Preparing to replace vidalia 0.2.19-1 (using
.../vidalia_0.2.19-1_amd64.deb) ...
Unpacking replacement vidalia ...
Setting up vidalia (0.2.19-1) ...
/var/lib/dpkg/info/vidalia.postinst: line 51: type: aa-status: not found

-- 
BOFH excuse #442:
Trojan horse ran out of hay




signature.asc
Description: OpenPGP digital signature


Bug#675834: marked as done (hsqldb: FTBFS: The import java.sql.SQLFeatureNotSupportedException cannot be resolved)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 17:18:06 +
with message-id 
and subject line Bug#675834: fixed in hsqldb 1.8.0.10-13
has caused the Debian Bug report #675834,
regarding hsqldb: FTBFS: The import java.sql.SQLFeatureNotSupportedException 
cannot be resolved
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
675834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hsqldb
Version: 1.8.0.10-12
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

[javac] --
[javac] 63. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jdbcDriver.java
 (at line 46)
[javac] import java.sql.SQLFeatureNotSupportedException;
[javac]
[javac] The import java.sql.SQLFeatureNotSupportedException cannot be 
resolved
[javac] --
[javac] 64. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jd
[javac] bcDriver.java (at line 331)
[javac] public Logger getParentLogger() throws 
SQLFeatureNotSupportedException
[javac]
^^^
[javac] SQLFeatureNotSupportedException cannot be resolved to a type
[javac] --
[javac] 65. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jdbcDriver.java
 (at line 333)
[javac] throw new SQLFeatureNotSupportedException("Not supported yet.");
[javac]   ^^^
[javac] SQLFeatureNotSupportedException cannot be resolved to a type
[javac] --

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=hsqldb&arch=kfreebsd-i386&ver=1.8.0.10-12&stamp=1338728705

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


--- End Message ---
--- Begin Message ---
Source: hsqldb
Source-Version: 1.8.0.10-13

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

hsqldb-server_1.8.0.10-13_all.deb
  to main/h/hsqldb/hsqldb-server_1.8.0.10-13_all.deb
hsqldb-utils_1.8.0.10-13_all.deb
  to main/h/hsqldb/hsqldb-utils_1.8.0.10-13_all.deb
hsqldb_1.8.0.10-13.diff.gz
  to main/h/hsqldb/hsqldb_1.8.0.10-13.diff.gz
hsqldb_1.8.0.10-13.dsc
  to main/h/hsqldb/hsqldb_1.8.0.10-13.dsc
libhsqldb-java-doc_1.8.0.10-13_all.deb
  to main/h/hsqldb/libhsqldb-java-doc_1.8.0.10-13_all.deb
libhsqldb-java_1.8.0.10-13_all.deb
  to main/h/hsqldb/libhsqldb-java_1.8.0.10-13_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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard  (supplier of updated hsqldb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 Jun 2012 11:45:35 +0200
Source: hsqldb
Binary: libhsqldb-java libhsqldb-java-doc hsqldb-server hsqldb-utils
Architecture: source all
Version: 1.8.0.10-13
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard 
Changed-By: Rene Engelhard 
Description: 
 hsqldb-server - Java SQL database server
 hsqldb-utils - Java SQL database engine (utilities)
 libhsqldb-java - Java SQL database engine
 libhsqldb-java-doc - documentation for HSQLDB
Closes: 675834
Changes: 
 hsqldb (1.8.0.10-13) unstable; urgency=low
 .
   * explicitly build with openjdk-7 as the Java7 patch doesn't
 seem to be working with gcj (closes: #675834). Thus ...
   * ... disable -gcj
Checksums-Sha1: 
 6979038424149f784f6f31d1ff31a9f0bd1176bc 1940 hsqldb_1.8.0.10-13.dsc
 677ed1784b3738f82aa324b7a66d32cd9e47793e 19550 hsqldb_1.8.0.10-13.diff.gz
 a60804569a15de030b853ffbb7016fc84bc5c9eb 937784 
libhsqldb-java_1.8.0.10-13_all.deb
 6079c6e3082af6c9f8e7b24d365da8450

Bug#675834: marked as done (hsqldb: FTBFS: The import java.sql.SQLFeatureNotSupportedException cannot be resolved)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 17:18:19 +
with message-id 
and subject line Bug#675834: fixed in hsqldb 1.8.1.3-6
has caused the Debian Bug report #675834,
regarding hsqldb: FTBFS: The import java.sql.SQLFeatureNotSupportedException 
cannot be resolved
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
675834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hsqldb
Version: 1.8.0.10-12
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

[javac] --
[javac] 63. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jdbcDriver.java
 (at line 46)
[javac] import java.sql.SQLFeatureNotSupportedException;
[javac]
[javac] The import java.sql.SQLFeatureNotSupportedException cannot be 
resolved
[javac] --
[javac] 64. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jd
[javac] bcDriver.java (at line 331)
[javac] public Logger getParentLogger() throws 
SQLFeatureNotSupportedException
[javac]
^^^
[javac] SQLFeatureNotSupportedException cannot be resolved to a type
[javac] --
[javac] 65. ERROR in 
/build/buildd-hsqldb_1.8.0.10-12-kfreebsd-i386-jVOlcW/hsqldb-1.8.0.10/src/org/hsqldb/jdbcDriver.java
 (at line 333)
[javac] throw new SQLFeatureNotSupportedException("Not supported yet.");
[javac]   ^^^
[javac] SQLFeatureNotSupportedException cannot be resolved to a type
[javac] --

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=hsqldb&arch=kfreebsd-i386&ver=1.8.0.10-12&stamp=1338728705

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


--- End Message ---
--- Begin Message ---
Source: hsqldb
Source-Version: 1.8.1.3-6

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

hsqldb-server_1.8.1.3-6_all.deb
  to main/h/hsqldb/hsqldb-server_1.8.1.3-6_all.deb
hsqldb-utils_1.8.1.3-6_all.deb
  to main/h/hsqldb/hsqldb-utils_1.8.1.3-6_all.deb
hsqldb_1.8.1.3-6.diff.gz
  to main/h/hsqldb/hsqldb_1.8.1.3-6.diff.gz
hsqldb_1.8.1.3-6.dsc
  to main/h/hsqldb/hsqldb_1.8.1.3-6.dsc
libhsqldb-java-doc_1.8.1.3-6_all.deb
  to main/h/hsqldb/libhsqldb-java-doc_1.8.1.3-6_all.deb
libhsqldb-java_1.8.1.3-6_all.deb
  to main/h/hsqldb/libhsqldb-java_1.8.1.3-6_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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard  (supplier of updated hsqldb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Jun 2012 19:01:32 +0200
Source: hsqldb
Binary: libhsqldb-java libhsqldb-java-doc hsqldb-server hsqldb-utils
Architecture: source all
Version: 1.8.1.3-6
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard 
Changed-By: Rene Engelhard 
Description: 
 hsqldb-server - Java SQL database server
 hsqldb-utils - Java SQL database engine (utilities)
 libhsqldb-java - Java SQL database engine
 libhsqldb-java-doc - documentation for HSQLDB
Closes: 675834
Changes: 
 hsqldb (1.8.1.3-6) experimental; urgency=low
 .
   * merge hsqldb 1.8.0.10-13:
 + explicitly build with openjdk-7 as the Java7 patch doesn't
   seem to be working with gcj (closes: #675834). Thus ...
 + ... disable -gcj
Checksums-Sha1: 
 bea2f49445ec10389c0b2bcf421ba9c4d4b9540a 1932 hsqldb_1.8.1.3-6.dsc
 038f005fa0ccbb914ee8811d2bebf79c4413a3bd 244383 hsqldb_1.8.1.3-6.diff.gz
 9f308d285991dfcaad24e5871d60cd4dc914ed92 952548 
libhsqldb-java_1.8.1.3-6_all.deb
 1ab92f1361a2bec70b5c6e577

Bug#678556: rapidsvn: please drop Build-Depends: libserf-0-0-dev

2012-06-22 Thread Peter Samuelson

Package: rapidsvn
Version: 0.12.0dfsg-5
Severity: serious
Justification: FTBFS

Please drop the 'Build-Depends: libserf-0-0-dev' from rapidsvn.  It
appears not to be needed.  If it _is_ needed, note that I have renamed
the package to 'libserf-dev'.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: svn 1.7 is in unstable

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 644409 grave
Bug #644409 [rapidsvn] rapidsvn SEGV with Subversion 1.7
Severity set to 'grave' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644409
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678557: lua-svn: please drop Build-Depends: libserf-0-0-dev

2012-06-22 Thread Peter Samuelson

Package: lua-svn
Version: 0.4.0-6
Severity: serious
Justification: FTBFS

Please drop the 'Build-Depends: libserf-0-0-dev' from lua-svn.  It
appears you do not need this build-dep at all.  But if you do need it,
note the package has been renamed to 'libserf-dev'.

Thanks.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678558: tortoisehg-nautilus: TortoiseHg does not work at all

2012-06-22 Thread Leandro Doctors
Package: tortoisehg-nautilus
Version: 2.4-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
The TortoiseHg contextual menu does not appear (either in Hg-managed or non Hg-
managed folders)

   * What was the outcome of this action?
   * What outcome did you expect instead?

I even logged out and in again. The contextual menu still does not work.
*** End of the template - remove these lines ***



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_BE.utf8, LC_CTYPE=nl_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tortoisehg-nautilus depends on:
ii  python-gi3.2.2-1
ii  python-nautilus  1.1-3
ii  tortoisehg   2.4-1

Versions of packages tortoisehg-nautilus recommends:
ii  ssh-askpass  1:1.2.4.1-9
ii  ssh-askpass-gnome [ssh-askpass]  1:6.0p1-1

tortoisehg-nautilus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678484: mailutils and maildir-utils: error when trying to install together

2012-06-22 Thread Jordi Mallach
On Fri, Jun 22, 2012 at 10:07:47AM +0200, Jordi Mallach wrote:
> I just forwarded this upstream. I see two exits:
> 
> - the obvious conflict between the two packages: sad but acceptable
> - GNU Mailutils upstream renames the MU binary

Upstream isn't interested in renaming the program. For now, I'm uploading
a package that adds a conflicts against yours. We both have a low userbase
and don't think this will be problematic for many people, if at all.

Please tell me if you have any comment about this.

I considered renaming my binary, but I really don't want to deviate that
much from upstream.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#678559: pysvn: ftbs with svn 1.7

2012-06-22 Thread Julian Taylor
Package: pysvn
Version: 1.7.5-1.1
Severity: serious


pysvn fails to build with subversion 1.7:
pysvn_client_cmd_checkin.cpp:448:13: error: cannot convert
'apr_array_header_t**' to 'svn_revnum_t* {aka long int*}' for argument
'1' to 'svn_error_t* svn_client_update(svn_revnum_t*, const char*, const
svn_opt_revision_t*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)'


See also attached log.
Also the existing package appears to be broken, some examples of
upstreams website don't work anymore.


A fix should be available in pysvn version 1.7.6:
pysvn 1.7.6 and WorkBench 1.6.6 supporting Subversion 1.7.3 and earlier.
http://pysvn.tigris.org/



pysvn.log.gz
Description: GNU Zip compressed data


signature.asc
Description: OpenPGP digital signature


Bug#678549: vidalia: superfluous "Depends" on apparmor

2012-06-22 Thread intrigeri
Dererk wrote (22 Jun 2012 17:01:05 GMT) :
> Since this very very simple "typo" throws the Vidalia enduser
> a totally harmless but error-message-at-the-end[2], I thought I was
> better to avoid the user get confused about any possible issue on
> Vidalia, in contrast to depending on an extra single package, of
> course, up to dh-apparmor fixes this issue.

I agree this spurious error message issue should be fixed in
dh-apparmor, but nevertheless, I don't think that hiding a harmless
error message is worth a policy violation.

(Moreover, IIRC when the apparmor package is installed, but AppArmor
is not enabled on the kernel command-line, some harmless error
messages are printed at boot time, so I think you're actually trading
"a harmless error message at upgrade time" for "another harmless error
message at every boot time + a policy violation", which is not
very convincing.)

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: found 678532 in 1:3.5.4-4

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 678532 1:3.5.4-4
Bug #678532 [libreoffice] libreoffice: crash on startup: 
'com::sun::star::uno::RuntimeException'
Marked as found in versions libreoffice/1:3.5.4-4.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678532
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678285: marked as done (scilab: Prevents automatic killing of the build)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 18:18:26 +
with message-id 
and subject line Bug#678285: fixed in scilab 5.4.0-beta-1-1~exp1
has caused the Debian Bug report #678285,
regarding scilab: Prevents automatic killing of the build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scilab
Version: 5.4.0-alpha-20122105-824511b-1~exp1
Severity: serious

Hi,

The scilab build log is full of:
Watcher: Tick.
buildd1342  0.0  0.3  20512 13960 ?SJun11   0:04 /usr/bin/perl 
/usr/bin/sbuild --apt-update --no-apt-upgrade --no-apt-distupgrade --batch 
--stats-dir=/home/buildd/stats --dist=experimental --keyid=24E4F805 
--mail-log-to=l...@buildd.debian.org,buildd-admin --build-dep-resolver=aptitude 
--arch=sparc scilab_5.4.0-alpha-20122105-824511b-1~exp1
buildd1359  0.0  0.2  20032 10696 ?SJun11   0:02 /usr/bin/perl 
/usr/bin/sbuild --apt-update --no-apt-upgrade --no-apt-distupgrade --batch 
--stats-dir=/home/buildd/stats --dist=experimental --keyid=24E4F805 
--mail-log-to=l...@buildd.debian.org,buildd-admin --build-dep-resolver=aptitude 
--arch=sparc scilab_5.4.0-alpha-20122105-824511b-1~exp1
buildd   10140  0.0  0.0   2144   760 ?SJun11   0:02 sh 
debian/watcher.sh 10005 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b
 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/build-stamp
 scilab
buildd   24838  0.0  0.0   3184  1488 ?SJun11   0:00 /bin/bash -c ( 
cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli -ns 
-noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce) || 
exit 1
buildd   24839  0.0  0.0   3192  1032 ?SJun11   0:00 /bin/bash -c ( 
cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli -ns 
-noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce) || 
exit 1
buildd   24840  0.0  0.0   2144   832 ?SJun11   0:00 /bin/sh 
./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce
buildd   24867 99.9  0.2  73816  8936 ?Sl   Jun11 12911:48 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/.libs/lt-scilab-cli-bin
 -ns -noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce
Watcher: Tick.

Please don't do this.  If you think we kill the build too soon, ask us to 
increase it.  9 days of CPU time clearly isn't acceptable.


Kurt



--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 5.4.0-beta-1-1~exp1

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

libscilab-java_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/libscilab-java_5.4.0-beta-1-1~exp1_i386.deb
libscilab2-java_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/libscilab2-java_5.4.0-beta-1-1~exp1_i386.deb
scilab-cli_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-cli_5.4.0-beta-1-1~exp1_all.deb
scilab-data_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-data_5.4.0-beta-1-1~exp1_all.deb
scilab-doc-fr_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-doc-fr_5.4.0-beta-1-1~exp1_all.deb
scilab-doc-ja_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-doc-ja_5.4.0-beta-1-1~exp1_all.deb
scilab-doc-pt-br_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-doc-pt-br_5.4.0-beta-1-1~exp1_all.deb
scilab-doc_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-doc_5.4.0-beta-1-1~exp1_all.deb
scilab-full-bin-dbg_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/scilab-full-bin-dbg_5.4.0-beta-1-1~exp1_i386.deb
scilab-full-bin_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/scilab-full-bin_5.4.0-beta-1-1~exp1_i386.deb
scilab-include_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/scilab-include_5.4.0-beta-1-1~exp1_i386.deb
scilab-minimal-bin-dbg_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/scilab-minimal-bin-dbg_5.4.0-beta-1-1~exp1_i386.deb
scilab-minimal-bin_5.4.0-beta-1-1~exp1_i386.deb
  to main/s/scilab/scilab-minimal-bin_5.4.0-beta-1-1~exp1_i386.deb
scilab-test_5.4.0-beta-1-1~exp1_all.deb
  to main/s/scilab/scilab-test_5.4.0-beta-1-1~exp1_all.deb
scilab_5.4.0-beta-1-1~exp1.debian.tar.gz
  to main/s

Bug#678549: vidalia: superfluous "Depends" on apparmor

2012-06-22 Thread Dererk
On 22/06/12 15:04, intrigeri wrote:
> Dererk wrote (22 Jun 2012 17:01:05 GMT) :
>> Since this very very simple "typo" throws the Vidalia enduser
>> a totally harmless but error-message-at-the-end[2], I thought I was
>> better to avoid the user get confused about any possible issue on
>> Vidalia, in contrast to depending on an extra single package, of
>> course, up to dh-apparmor fixes this issue.
> I agree this spurious error message issue should be fixed in
> dh-apparmor, but nevertheless, I don't think that hiding a harmless
> error message is worth a policy violation.
>
> (Moreover, IIRC when the apparmor package is installed, but AppArmor
> is not enabled on the kernel command-line, some harmless error
> messages are printed at boot time, so I think you're actually trading
> "a harmless error message at upgrade time" for "another harmless error
> message at every boot time + a policy violation", which is not
> very convincing.)
>
> Cheers,

Hi intrigeri!

You're right, I had a "mixed environment" running (I had configuration
present but not the software installed because I removed on purpose), so
I got no errors by the time I installed it.
The truth is that its maintainer has commented me on private that he
thinks he will be able to upload a fix very soon (possible tomorrow),
which implies I can go ahead and remove the strong dependency there
altogether with enhancing pkg documentation.

Hopefuly both things will be meeting on time.

Thanks!


Cheers,

:d:

-- 
BOFH excuse #44:
bank holiday - system operating credits  not recharged




signature.asc
Description: OpenPGP digital signature


Bug#678571: freeglut3: FTBFS on kfreebsd* due to missing legacy/dev/usb/usb.h

2012-06-22 Thread Anton Gladky
Package: freeglut3
Version: 2.6.0-1.1
Severity: serious

The package fails to build on kfreebsd* platforms.
The relevant part of the buildlog:

libtool: compile:  x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-I../include -D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall
-pedantic -c freeglut_spaceball.c -o libglut_la-freeglut_spaceball.o
>/dev/null 2>&1
freeglut_joystick.c:154:40: fatal error: legacy/dev/usb/usb.h: No such
file or directory
compilation terminated.
/bin/bash ../libtool  --tag=CC   --mode=compile
x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../include
-D_FORTIFY_SOURCE=2   -Wall -g -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall
-pedantic -c -o libglut_la-freeglut_main.lo `test -f 'freeglut_main.c'
|| echo './'`freeglut_main.c
libtool: compile:  x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-I../include -D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall
-pedantic -c freeglut_main.c  -fPIC -DPIC -o
.libs/libglut_la-freeglut_main.o
make[3]: *** [libglut_la-freeglut_joystick.lo] Error 1



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#667162: NMU to faumachine (BTS: #667162, #678415)

2012-06-22 Thread Stefan Potyra
Hi Matthias, Chris and Adam,

thanks a lot for getting a fix in! That's very appreciated :).

Sadly, I didn't find the time to make FAUmachine work with gcc-4.7 yet. I've
come to a patch that compiles, but FAUmachine isn't running correctly with it
:/.

Nonetheless, we (speaking with my upstream hat on) are aware of the problem and
will address it some time (but not for the freeze).

Oh, and the uploader addresses are still valid. We just had several power
outages recently leading to our MTA misbehaving.

Thanks a lot,
  Stefan.




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#663022: unicap: FTBFS: unicapgtk_device_property.c:199: undefined reference

2012-06-22 Thread Adam Conrad
At a quick glance at build logs here, the problem is that the package
is relinking in binary-arch, after the sed has happened.  This only
seems to be an issue when doing an arch-only build, arch+indep works
out just fine, as no relinking happens after the scrubbing.  Curious.

... Adam



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#616673: rhythmbox-plugins: Plugin "context" contains hardcoded path to /tmp/context/

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 616673 security
Bug #616673 [rhythmbox-plugins] rhythmbox-plugins: Plugin "context" contains 
hardcoded path to /tmp/context/
Added tag(s) security.
> severity 616673 grave
Bug #616673 [rhythmbox-plugins] rhythmbox-plugins: Plugin "context" contains 
hardcoded path to /tmp/context/
Severity set to 'grave' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#650060: NMU

2012-06-22 Thread Nicholas Bamber
Javier,
I have just uploaded a 2-day NMU based upon Gregor's patch to fix the
snort FTBS. It it works Gregor is owed any credit. If it causes an
issues send the blame my way. And of course you still have two days to
intervene.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678484: mailutils and maildir-utils: error when trying to install together

2012-06-22 Thread Julien Cristau
On Fri, Jun 22, 2012 at 19:52:37 +0200, Jordi Mallach wrote:

> On Fri, Jun 22, 2012 at 10:07:47AM +0200, Jordi Mallach wrote:
> > I just forwarded this upstream. I see two exits:
> > 
> > - the obvious conflict between the two packages: sad but acceptable
> > - GNU Mailutils upstream renames the MU binary
> 
> Upstream isn't interested in renaming the program. For now, I'm uploading
> a package that adds a conflicts against yours. We both have a low userbase
> and don't think this will be problematic for many people, if at all.

If both mu programs don't have the same functionality then Conflicts is
not an acceptable solution.  See the 'node' mess, and policy 10.1.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#620527: [ooo-build-extensions] A couple of comments about #629768 and #620527

2012-06-22 Thread Josue Abarca
Hello, I have been trying to make this package to build again, but it
seems that is too much updated (for me).

I guess that a new upstream release (if that is still possible),
should be the best solution to make it compatible with the current
libreoffice.

Here is what I did:

- debian/control I have updated the build dependencies, see the
  control.diff patch attached.

- debian/rules I have changed the path to the JAVA_HOME that is hard
  coded in this file, just to try to be able to build the package (not
  intended as a final solution for that problem), see the rules.diff
  patch.

- coooder/ant/build.properties One path was updated in this upstream
  file, please see the attached 03_Use_libreoffice-dev_in_build.dpatch
  patch.

I hope that this could be helpful to fix the bug, or to consider to
remove the package from the archive.

-- 
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511  DAF4 756B EB4B 70D8 FB2A
--- ooext-ref/ooo-build-extensions-3.0.0.9+r14588/debian/control	2012-06-22 13:15:35.0 -0600
+++ ooext/ooo-build-extensions-3.0.0.9+r14588/debian/control	2012-06-22 11:08:27.246370522 -0600
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OpenOffice Team 
 Uploaders: Rene Engelhard 
-Build-Depends: debhelper (>= 7), ant, openoffice.org-dev (>= 1:3.0.0-3), php-geshi, php5-cli, dpatch, openoffice.org-java-common, openjdk-6-jdk
+Build-Depends: debhelper (>= 7), ant, libreoffice-dev (>= 1:3.4.0~), php-geshi, php5-cli, dpatch, libreoffice-java-common (>= 1:3.4.0~), openjdk-6-jdk
 Standards-Version: 3.7.3
 Homepage: http://go-oo.org
 
--- ooext-ref/ooo-build-extensions-3.0.0.9+r14588/debian/rules	2012-06-22 13:15:35.0 -0600
+++ ooext/ooo-build-extensions-3.0.0.9+r14588/debian/rules	2012-06-22 12:06:46.483722269 -0600
@@ -8,7 +8,8 @@
 
 include /usr/share/dpatch/dpatch.make
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+#export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+export JAVA_HOME=/usr
 
 configure: configure-stamp
 configure-stamp: patch-stamp
@@ -45,7 +46,7 @@
 	dh_testdir
 	dh_testroot
 	dh_prep -i
-	
+
 	install -D -m644 coooder/build/dist/COOoder.oxt \
 		debian/openoffice.org-coooder/usr/lib/openoffice/share/extension/install/COOoder.oxt
 
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_Use_libreoffice-dev_in_build.dpatch by Josue Abarca 

##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
ooo-build-extensions-3.0.0.9+r14588~/coooder/ant/build.properties 
ooo-build-extensions-3.0.0.9+r14588/coooder/ant/build.properties
--- ooo-build-extensions-3.0.0.9+r14588~/coooder/ant/build.properties   
2012-06-22 13:05:41.0 -0600
+++ ooo-build-extensions-3.0.0.9+r14588/coooder/ant/build.properties
2012-06-22 13:07:57.189924310 -0600
@@ -3,9 +3,9 @@
 #sdk.bin.dir=linux/bin
 
 # Configuration for OOo 3.0
-sdk.dir=/usr/lib/openoffice/basis-link/sdk
+sdk.dir= /usr/lib/libreoffice/sdk
 sdk.bin.dir=bin
 
 # Generic configuration
-office.install.dir=/usr/lib/openoffice
+office.install.dir=/usr/lib/libreoffice
 java.debug=false


Bug#678575: xul-ext-firetray: Incompatible with Icedove 11

2012-06-22 Thread Adrian Lang
Package: xul-ext-firetray
Version: 0.3.6-2
Severity: grave
Justification: renders package unusable

Subject says all. There is an upstream version (0.4) which works.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.4-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xul-ext-firetray depends on:
ii  libc6   2.13-33
ii  libgcc1 1:4.7.1-1
ii  libstdc++6  4.7.1-1

Versions of packages xul-ext-firetray recommends:
ii  icedove11.0-1
ii  iceweasel  13.0.1-1

xul-ext-firetray suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#672538: marked as done (totd: resolvconf logic in init script completely breaks networking)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 19:47:39 +
with message-id 
and subject line Bug#678412: Removed package(s) from unstable
has caused the Debian Bug report #672538,
regarding totd: resolvconf logic in init script completely breaks networking
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
672538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: totd
Version: 1.5.1-1.1
Severity: serious
Justification: Completely breaks networking

start_resolvconf()
{
if [ -x /sbin/resolvconf ] ; then
echo "nameserver 127.0.0.1" | /sbin/resolvconf -a lo
fi
return 0
}

stop_resolvconf()
{
if [ -x /sbin/resolvconf ] ; then
/sbin/resolvconf -d lo
fi
return 0
}

So this creates:
nameserver 127.0.0.1
in /etc/resolv.conf.  This causes resolv.conf to stop using the
nameserver configured with DHCP, completely breaking networking
on the system.

totd is a server, which in no way implies I actually want to use
it as the default nameserver on the server itself--I actually
want to use it for DNS64 for /other/ hosts, this one having both
IPv4 and IPV6 addresses.  But in general, I would expect to have
to manually configure using the server on the server itself--the
strategy used above totally breaks the system unless totd is
set up and configured to do something sensible, and even when it's
configured, this is more than likely not what is wanted.

Please consider removing this functionality, or making it optional
and off by default.


Thanks,
Roger


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (550, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Version: 1.5.1-1.1+rm

Dear submitter,

as the package totd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/678412

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Mark Hymers (the ftpmaster behind the curtain)

--- End Message ---


Bug#672542: marked as done (totd: /etc/resolvconf/update.d/totd blows away /etc/totd.conf, destroying my configuration)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 19:47:39 +
with message-id 
and subject line Bug#678412: Removed package(s) from unstable
has caused the Debian Bug report #672542,
regarding totd: /etc/resolvconf/update.d/totd blows away /etc/totd.conf, 
destroying my configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
672542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: totd
Version: 1.5.1-1.1
Severity: critical
Justification: causes serious data loss

/etc/resolvconf/update.d/totd created this:


;; totd.conf generated by /etc/resolvconf/update.d/totd
forwarder 192.168.1.254


This wiped out my hand-created totd.conf with all of its custom
configuration.  This script causes serious dataloss--this is
unrecoverable without recreating the file from scratch, and it
will just repeat the same mistake again in the future.

This is an abuse of the resolvconf mechanism.
You must never rewrite conffiles in /etc; it's not permitted
for conffiles by Debian Policy.

The purpose of resolvconf is to provide a mechanism to update
resolv.conf.  It is not its purpose to extend this to rewrite
configuration files.

What was the original intent of this script?  It should be
either rewritten to behave sensibly, or removed entirely.


Regards,
Roger

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (550, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Version: 1.5.1-1.1+rm

Dear submitter,

as the package totd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/678412

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Mark Hymers (the ftpmaster behind the curtain)

--- End Message ---


Bug#678484: mailutils and maildir-utils: error when trying to install together

2012-06-22 Thread Jordi Mallach
On Fri, Jun 22, 2012 at 09:38:56PM +0200, Julien Cristau wrote:
> If both mu programs don't have the same functionality then Conflicts is
> not an acceptable solution.  See the 'node' mess, and policy 10.1.

I see. I guess I'm renaming it on my end, the other mu has been around for
years.

Thanks for the feedback.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620527: [ooo-build-extensions] A couple of comments about #629768 and #620527

2012-06-22 Thread Josue Abarca
On Fri, Jun 22, 2012 at 01:42:59PM -0600, Josue Abarca wrote:
> Hello, I have been trying to make this package to build again, but it
> seems that is too much updated (for me).

Sorry, I meant: "too much outdated", the software was intended to be
used with an (now) old version of OpenOffice.




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678571: [3439f5b] Fix for Bug#678571 committed to git

2012-06-22 Thread Anton Gladky

tags 678571 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Anton Gladky  on Fri, 22 Jun 2012 21:54:47 +0200.
 The fix will be in the next upload. 

Disable *fghJoystickWalkUSBdev on kfreeBSD* systems. Prevents FTBFS. (Closes: 
#678571)




You can check the diff of the fix at:

;a=commitdiff;h=3439f5b





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: [3439f5b] Fix for Bug#678571 committed to git

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 678571 + pending
Bug #678571 [freeglut3] freeglut3: FTBFS on kfreebsd* due to missing 
legacy/dev/usb/usb.h
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677121: this bug seems fixed

2012-06-22 Thread Touko Korpela
psmisc seems to build fine now, you should close this bug



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678491: marked as done (kdeutils-dbg and ark-dbg: error when trying to install together)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 20:47:13 +
with message-id 
and subject line Bug#678491: fixed in ark 4:4.8.4-2
has caused the Debian Bug report #678491,
regarding kdeutils-dbg and ark-dbg: error when trying to install together
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ark-dbg,kdeutils-dbg
Version: ark-dbg/4:4.8.4-1
Version: kdeutils-dbg/4:4.7.4-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2012-06-22
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2
  libsasl2-2 libldap-2.4-2 libpcre3 libwrap0 libxml2 sgml-base xml-core
  sgml-data docbook-xml libnettle4 libarchive12 libasound2 libasyncns0 libxau6
  x11-common libice6 libsm6 libxdmcp6 libxcb1 libx11-data libx11-6 libxt6
  libaudio2 libavahi-common-data libavahi-common3 libdbus-1-3 libavahi-client3
  libavutil51 libdirac-encoder0 libgsm1 libmp3lame0 libopenjpeg2 liborc-0.4-0
  libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1 libvorbis0a
  libvorbisenc2 libvpx1 libx264-123 libxvidcore4 libavcodec53 librtmp0
  libavformat53 libbluray1 libcaca0 libltdl7 libtdb1 libvorbisfile3
  libcanberra0 libssh2-1 libcurl3-gnutls libdirac-decoder0 libdrm2 libdvdread4
  libdvdnav4 libebml3 libexpat1 libfaad2 libffi5 libflac8 libfreetype6 ucf
  ttf-dejavu-core fontconfig-config libfontconfig1 libfribidi0 libglapi-mesa
  libx11-xcb1 libxcb-glx0 libxfixes3 libxdamage1 libxext6 libxxf86vm1
  libgl1-mesa-glx libglib2.0-0 libgmp10 libgstreamer0.10-0 iso-codes
  libgstreamer-plugins-base0.10-0 libhunspell-1.3-0 libjpeg8 libjasper1
  liblcms1 liblua5.1-0 libmatroska5 libmng1 libmpcdec6 libmpeg2-4
  libmtp-common libusb-1.0-0 libmtp9 libnl-3-200 libnl-route-3-200 libjson0
  libsndfile1 libxi6 libxtst6 libpulse0 libpulse-mainloop-glib0 libqtcore4
  libqt4-xml qdbus libqt4-dbus fontconfig libpng12-0 libjbig0 libtiff4
  libxrender1 libqtgui4 libphonon4 libpolkit-gobject-1-0 libpolkit-agent-1-0
  libpostproc52 libproxy0 libqca2 libqt4-network libqt4-script libqt4-sql
  libqt4-xmlpatterns libqt4-declarative libqt4-designer libqt4-opengl
  libqt4-qt3support libqt4-svg libqtwebkit4 libraw1394-11 libsamplerate0
  libshout3 libtalloc2 libwbclient0 libsmbclient libspeexdsp1 libssh-4
  libswscale2 libtag1-vanilla libv4lconvert0 libv4l-0 libxcursor1 libxmuu1
  libxslt1.1 libxss1 libzvbi-common libzvbi0 libenca0 libass4 libavc1394-0
  libdc1394-22 libupnp6 libyajl2 libattica0 libexiv2-12 libdlrestrictions1
  libfam0 libkdecore5 libdbusmenu-qt2 libkdeui5 libkcmutils4 libkdeclarative5
  libutempter0 libkpty4 xauth libkdesu5 libclucene0ldbl libiodbc2 libraptor2-0
  libmhash2 librasqal3 librdf0 soprano-daemon libsoprano4 libnepomuk4
  libsolid4 libstreams0 libstreamanalyzer0 libkio5 libnepomukquery4a
  libnepomukutils4 libkparts4 libkdewebkit5 libkdnssd4 libkemoticons4
  libkfile4 libgif4 libkjsapi4 libktexteditor4 libkhtml5 libkidletime4
  libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 ntrack-module-libnl-0
  libntrack0 libntrack-qt4-1 libilmbase6 libopenexr6 libthreadweaver4
  libplasma3 vlc-data libvlccore5 libvlc5 liba52-0.7.4 libcddb2 libcdio13
  libdca0 libdvbpsi7 libiso9660-8 libkate1 liblircclient0 libmad0 libmodplug1
  libresid-builder0c2a libsidplay2 libtag1c2a libtwolame0 libvcdinfo0 vlc-nox
  phonon-backend-vlc phonon kde-runtime-data libaspell15 dictionaries-common
  aspell aspell-en libenchant1c2a libkde3support4 libkjsembed4 libkntlm4
  libkrosscore4 libpolkit-qt-1-1 hicolor-icon-theme kdelibs5-data docbook-xsl
  libxml2-utils kdoctools kdelibs-bin kate-data libkatepartinterfaces4
  katepart libsystemd-login0 dbus dbus-x11 shared-mime-info xdg-utils
  kdelibs5-plugins oxygen-icon-theme shared-desktop-ontologies
  plasma-scriptengine-javascript kde-runtime libkonq5-templates libkonq-common
  libkonq5abi1 ark ark-dbg libqt4-dbg libc6-dbg kdelibs5-dbg kde-runtime-dbg
  kdeutils-dbg

Extracting templates from packages: 11%
Extracting templates from packages: 22%
Extracting templates from packages: 33%
Extracting templates from packages: 44%
Extracting templates from packages: 56%
Extracting templates from packages: 67%
Extracting templates from packages: 78%
Extracting templates from pac

Bug#678492: marked as done (kgpg-dbg and kdeutils-dbg: error when trying to install together)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 20:49:58 +
with message-id 
and subject line Bug#678492: fixed in kgpg 4:4.8.4-2
has caused the Debian Bug report #678492,
regarding kgpg-dbg and kdeutils-dbg: error when trying to install together
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678492: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdeutils-dbg,kgpg-dbg
Version: kdeutils-dbg/4:4.7.4-2
Version: kgpg-dbg/4:4.8.4-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2012-06-22
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2
  libsasl2-2 libldap-2.4-2 libpcre3 libwrap0 libxml2 sgml-base xml-core
  sgml-data docbook-xml libaio1 libasound2 libasyncns0 libxau6 x11-common
  libice6 libsm6 libxdmcp6 libxcb1 libx11-data libx11-6 libxt6 libaudio2
  libavahi-common-data libavahi-common3 libdbus-1-3 libavahi-client3
  libavutil51 libdirac-encoder0 libgsm1 libmp3lame0 libopenjpeg2 liborc-0.4-0
  libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1 libvorbis0a
  libvorbisenc2 libvpx1 libx264-123 libxvidcore4 libavcodec53 librtmp0
  libavformat53 libbluray1 libcaca0 libltdl7 libtdb1 libvorbisfile3
  libcanberra0 libssh2-1 libcurl3-gnutls libdirac-decoder0 libdrm2 libdvdread4
  libdvdnav4 libebml3 libexpat1 libfaad2 libffi5 libflac8 libfreetype6 ucf
  ttf-dejavu-core fontconfig-config libfontconfig1 libfribidi0 libglapi-mesa
  libx11-xcb1 libxcb-glx0 libxfixes3 libxdamage1 libxext6 libxxf86vm1
  libgl1-mesa-glx libglib2.0-0 libgmp10 libgstreamer0.10-0 iso-codes
  libgstreamer-plugins-base0.10-0 libhunspell-1.3-0 libjpeg8 libjasper1
  liblcms1 liblua5.1-0 libmatroska5 libmng1 libmpcdec6 libmpeg2-4
  libmtp-common libusb-1.0-0 libmtp9 mysql-common libmysqlclient18 libnl-3-200
  libnl-route-3-200 libjson0 libsndfile1 libxi6 libxtst6 libpulse0
  libpulse-mainloop-glib0 libqtcore4 libqt4-xml qdbus libqt4-dbus fontconfig
  libpng12-0 libjbig0 libtiff4 libxrender1 libqtgui4 libphonon4
  libpolkit-gobject-1-0 libpolkit-agent-1-0 libpostproc52 libproxy0 libqca2
  libqt4-network libqt4-script libqt4-sql libqt4-xmlpatterns
  libqt4-declarative libqt4-designer libqt4-opengl libqt4-qt3support
  libqt4-sql-mysql libqt4-svg libqtwebkit4 libraw1394-11 libsamplerate0
  libshout3 libtalloc2 libwbclient0 libsmbclient libspeexdsp1 libssh-4
  libswscale2 libtag1-vanilla libv4lconvert0 libv4l-0 libxcursor1 libxmuu1
  libxslt1.1 libxss1 libzvbi-common libzvbi0 libenca0 libass4 libavc1394-0
  libdc1394-22 libupnp6 libyajl2 libaspell15 dictionaries-common aspell
  aspell-en libsystemd-login0 dbus dbus-x11 docbook-xsl hicolor-icon-theme
  kate-data libdlrestrictions1 libfam0 libkdecore5 libattica0 libdbusmenu-qt2
  libkdeui5 libkcmutils4 libclucene0ldbl libiodbc2 libraptor2-0 libmhash2
  librasqal3 librdf0 soprano-daemon libsoprano4 libnepomuk4 libsolid4
  libexiv2-12 libstreams0 libstreamanalyzer0 libkio5 libnepomukquery4a
  libnepomukutils4 libkparts4 libktexteditor4 libkatepartinterfaces4 katepart
  libkdeclarative5 libutempter0 libkpty4 xauth libkdesu5 libkdewebkit5
  libkdnssd4 libkemoticons4 libkfile4 libgif4 libkjsapi4 libkhtml5
  libkidletime4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4
  ntrack-module-libnl-0 libntrack0 libntrack-qt4-1 libilmbase6 libopenexr6
  libthreadweaver4 libplasma3 vlc-data libvlccore5 libvlc5 liba52-0.7.4
  libcddb2 libcdio13 libdca0 libdvbpsi7 libiso9660-8 libkate1 liblircclient0
  libmad0 libmodplug1 libresid-builder0c2a libsidplay2 libtag1c2a libtwolame0
  libvcdinfo0 vlc-nox phonon-backend-vlc phonon kde-runtime-data
  libenchant1c2a libkde3support4 libkjsembed4 libkntlm4 libkrosscore4
  libpolkit-qt-1-1 kdelibs5-data libxml2-utils kdoctools kdelibs-bin
  shared-mime-info xdg-utils kdelibs5-plugins oxygen-icon-theme
  shared-desktop-ontologies plasma-scriptengine-javascript kde-runtime
  libkmime4 libsasl2-modules libkimap4 libkldap4 kdepimlibs-kio-plugins
  libakonadi-kabc4 libakonadiprotocolinternals1 libakonadi-kde4 libical0
  libkresources4 libkabc4 libkpimutils4 libkcal4 libakonadi-kcal4
  libakonadi-kmime4 libkcalcore4 libkcalutils4 libmailtransport4 libmicroblog4
  libboost-program-options1.49.0 mysql-server-core-5.5 akonadi-backend-mysql
  akonadi-server kdepim-runtime 

Bug#678557: marked as done (lua-svn: please drop Build-Depends: libserf-0-0-dev)

2012-06-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jun 2012 20:50:45 +
with message-id 
and subject line Bug#678557: fixed in lua-svn 0.4.0-7
has caused the Debian Bug report #678557,
regarding lua-svn: please drop Build-Depends: libserf-0-0-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: lua-svn
Version: 0.4.0-6
Severity: serious
Justification: FTBFS

Please drop the 'Build-Depends: libserf-0-0-dev' from lua-svn.  It
appears you do not need this build-dep at all.  But if you do need it,
note the package has been renamed to 'libserf-dev'.

Thanks.


--- End Message ---
--- Begin Message ---
Source: lua-svn
Source-Version: 0.4.0-7

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

liblua5.1-svn-dev_0.4.0-7_all.deb
  to main/l/lua-svn/liblua5.1-svn-dev_0.4.0-7_all.deb
liblua5.1-svn1_0.4.0-7_all.deb
  to main/l/lua-svn/liblua5.1-svn1_0.4.0-7_all.deb
lua-svn-dev_0.4.0-7_amd64.deb
  to main/l/lua-svn/lua-svn-dev_0.4.0-7_amd64.deb
lua-svn_0.4.0-7.debian.tar.gz
  to main/l/lua-svn/lua-svn_0.4.0-7.debian.tar.gz
lua-svn_0.4.0-7.dsc
  to main/l/lua-svn/lua-svn_0.4.0-7.dsc
lua-svn_0.4.0-7_amd64.deb
  to main/l/lua-svn/lua-svn_0.4.0-7_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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Enrico Tassi  (supplier of updated lua-svn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 09:46:13 +0200
Source: lua-svn
Binary: lua-svn lua-svn-dev liblua5.1-svn1 liblua5.1-svn-dev
Architecture: source amd64 all
Version: 0.4.0-7
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi 
Changed-By: Enrico Tassi 
Description: 
 liblua5.1-svn-dev - Transitional package for lua-svn-dev
 liblua5.1-svn1 - Transitional package for lua-svn
 lua-svn- Subversion library for the Lua language
 lua-svn-dev - Development files for the Subversion library for the Lua language
Closes: 678557
Changes: 
 lua-svn (0.4.0-7) unstable; urgency=low
 .
   * Remove build-dep on libserf (Closes: #678557)
Checksums-Sha1: 
 deca3441da866a8a893609bbe4f8a466038b050c 1417 lua-svn_0.4.0-7.dsc
 db3f23c3dba0bd2a050716c0e92b6b4550f7c094 4221 lua-svn_0.4.0-7.debian.tar.gz
 3d71e73a08fe6f488d9eb01b77a406645b77210d 17304 lua-svn_0.4.0-7_amd64.deb
 76efb5a72c17ebe3b508edbe71cb99970ef948b7 23224 lua-svn-dev_0.4.0-7_amd64.deb
 7ff21dc9d186184b213da4d3c4c78edae53533e3 3060 liblua5.1-svn1_0.4.0-7_all.deb
 c4480baaede881b97b361b4de23417df6967e616 3060 liblua5.1-svn-dev_0.4.0-7_all.deb
Checksums-Sha256: 
 9df2f81811beaecbea892d60e203fbd8937664fb2788942669940a13293936da 1417 
lua-svn_0.4.0-7.dsc
 2bd3b5621514326e50f92e6bc0093c1872d13cfd9dee791fb32db29c2e780415 4221 
lua-svn_0.4.0-7.debian.tar.gz
 55814538df4cc7e94b65aa045ee7c97db0e84966b14618819bacfa67381845de 17304 
lua-svn_0.4.0-7_amd64.deb
 2a8517ed80211b817defb33f3b3eda321dc45829a17f1f8e9a9764855f377e5b 23224 
lua-svn-dev_0.4.0-7_amd64.deb
 27b030041b42398d0ad219d063269465257205356397d78241cc564b049ca83a 3060 
liblua5.1-svn1_0.4.0-7_all.deb
 9c8bcb2f967e46e8f098c1236299066ee2430541c7a88a41c256eafcfd32f0d8 3060 
liblua5.1-svn-dev_0.4.0-7_all.deb
Files: 
 d174dde5e9ce4e6850d94423b0c912af 1417 interpreters optional lua-svn_0.4.0-7.dsc
 68d86430780de581122f41d50a277d47 4221 interpreters optional 
lua-svn_0.4.0-7.debian.tar.gz
 3c7e937e657e0cedfc3b56f2ec46c3ea 17304 interpreters optional 
lua-svn_0.4.0-7_amd64.deb
 41f8541f794919f486346031b01f5576 23224 libdevel optional 
lua-svn-dev_0.4.0-7_amd64.deb
 4427b66fd37ac1a024c85dac1d6de912 3060 oldlibs extra 
liblua5.1-svn1_0.4.0-7_all.deb
 0d48f692f7a46f362f5e06ca801c27f0 3060 oldlibs extra 
liblua5.1-svn-dev_0.4.0-7_all.deb

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

iEYEARECAAYFAk/k0NsACgkQ7kkcPgEj8vLfOACfd88cTIi0GMYFDRBivrNzRABr
1R0An15VurmTKkeV/S5rifNRD/yYl+2G
=qEcK
-END PGP SIGNATURE-


--- End Message ---


  1   2   >