Bug#695566: marked as done (json-c: Please move libjson to /lib)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 09:04:45 +
with message-id e1tjnfp-0007ym...@franck.debian.org
and subject line Bug#695566: fixed in json-c 0.10-1.2
has caused the Debian Bug report #695566,
regarding json-c: Please move libjson to /lib
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.)


-- 
695566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: json-c
Version: 0.10-1.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Hi Fabien,

As you may be aware, upstart now uses json-c for serializing its state on
re-exec.  This means that on at least some systems, /sbin/init has a
dependency on libjson.so.0; so per the FHS, libjson ought to be in /lib
rather than in /usr/lib.

I believe that in the not-too-distant future, we will wish to follow
Fedora's lead and drop the separation between / and /usr in Debian and
Ubuntu.  But for right now, this isn't possible without breaking users'
systems; so I've pushed the attached patch to the json-c package in Ubuntu.
I would appreciate it if you could apply the same patch in Debian, so users
with /usr on a separate partition will also be able to use upstart.

Thanks for considering the patch.
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/control'
--- debian/control	2012-08-27 12:56:32 +
+++ debian/control	2012-12-10 08:29:16 +
@@ -1,7 +1,7 @@
 Source: json-c
 Priority: extra
 Maintainer: fabien boucher fabien.dot.bouc...@gmail.com
-Build-Depends: debhelper (= 9)
+Build-Depends: debhelper (= 9), dh-exec
 Standards-Version: 3.9.3.0
 Section: libs
 Homepage: http://oss.metaparadigm.com/json-c/

=== modified file 'debian/libjson0.install' (properties changed: -x to +x)
--- debian/libjson0.install	2012-05-18 17:21:25 +
+++ debian/libjson0.install	2012-12-10 03:23:21 +
@@ -1 +1,2 @@
-usr/lib/*/libjson.so.0*
+#!/usr/bin/dh-exec
+usr/lib/${DEB_HOST_MULTIARCH}/libjson.so.0* lib/${DEB_HOST_MULTIARCH}/

=== modified file 'debian/rules'
--- debian/rules	2012-08-27 12:56:32 +
+++ debian/rules	2012-12-10 07:12:19 +
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 override_dh_auto_clean:
 	if test -e Makefile; then \
 	make clean; \
@@ -14,6 +16,13 @@
 	rm -R tests/testSubDir; \
 	fi
 
+override_dh_auto_install:
+	dh_auto_install
+	# we install libjson into /lib, so fix the link
+	T=$$(readlink debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libjson.so); \
+	rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libjson.so; \
+	ln -s /lib/$(DEB_HOST_MULTIARCH)/$$(basename $$T) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libjson.so
+
 override_dh_strip:
 	dh_strip --dbg-package=libjson0-dbg
 

---End Message---
---BeginMessage---
Source: json-c
Source-Version: 0.10-1.2

We believe that the bug you reported is fixed in the latest version of
json-c, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Steve Langasek vor...@debian.org (supplier of updated json-c 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, 14 Dec 2012 16:28:07 -0800
Source: json-c
Binary: libjson0 libjson0-dev libjson0-dbg
Architecture: source amd64
Version: 0.10-1.2
Distribution: unstable
Urgency: medium
Maintainer: fabien boucher fabien.dot.bouc...@gmail.com
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libjson0   - JSON manipulation library - shared library
 libjson0-dbg - JSON manipulation library - debug symbols
 libjson0-dev - JSON manipulation library - development files
Closes: 695566
Changes: 
 json-c (0.10-1.2) unstable; urgency=medium
 .
   * Medium-urgency upload for RC bugfix.
   * Non-maintainer upload, with approval of the maintainer.
   * 

Bug#695698: marked as done ([upstart] System fails to boot due to missing libjson0)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 09:04:45 +
with message-id e1tjnfp-0007ym...@franck.debian.org
and subject line Bug#695566: fixed in json-c 0.10-1.2
has caused the Debian Bug report #695566,
regarding [upstart] System fails to boot due to missing libjson0
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.)


-- 
695566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: upstart
Version: 1.6.1-1
Severity: critical

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

Hi,

after updating upstart the system would not boot issuing a kernel panic. The 
error message suggest that libjson0 is missing. In fact it's there but in 
/usr/lib which is not on my root-Partition. After copying the lib to /lib (and 
infact also libply-client...) the system boots again but still there seems to 
be some problems (no DNS, no DVB-Device, ...).

Please advice how I can get rid of the unwanted copies of the libs in /lib 
while keeping the system booting.

Regards
Christian

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-26-generic

Debian Release: wheezy/sid
  500 unstableftp.de.debian.org 
  500 unstabledeb-multimedia.org 
  500 stable  repo.wuala.com 
  500 stable  ftp.de.debian.org 
  500 sid linux.dropbox.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (= 2.9) | 2.13-35
libdbus-1-3 (= 1.2.16) | 1.6.2-2
libjson0  (= 0.10) | 0.10-1.1
libnih-dbus1 (= 1.0.0) | 1.0.3-4
libnih1  (= 1.0.0) | 1.0.3-4
libselinux1   (= 1.32) | 2.1.9-5
libudev0   (= 152) | 175-7.1
sysvinit-utils (= 2.86.ds1-23) | 2.88dsf-34
sysv-rc | 2.88dsf-34
initscripts | 2.88dsf-34
mountall| 2.46
ifupdown (= 0.7.3) | 0.7.5
udev   (= 175-7.1) | 175-7.1


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
python | 2.7.3-2
graphviz   | 
bash-completion| 1:2.0-1
-- 
Christian Frommeyerchrist...@frommeyer.name
Diese eMail ist mit GnuPG signiert.  GPG-Key ID: 0x7CC2781D
---End Message---
---BeginMessage---
Source: json-c
Source-Version: 0.10-1.2

We believe that the bug you reported is fixed in the latest version of
json-c, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Steve Langasek vor...@debian.org (supplier of updated json-c 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, 14 Dec 2012 16:28:07 -0800
Source: json-c
Binary: libjson0 libjson0-dev libjson0-dbg
Architecture: source amd64
Version: 0.10-1.2
Distribution: unstable
Urgency: medium
Maintainer: fabien boucher fabien.dot.bouc...@gmail.com
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libjson0   - JSON manipulation library - shared library
 libjson0-dbg - JSON manipulation library - debug symbols
 libjson0-dev - JSON manipulation library - development files
Closes: 695566
Changes: 
 json-c (0.10-1.2) unstable; urgency=medium
 .
   * Medium-urgency upload for RC bugfix.
   * Non-maintainer upload, with approval of the maintainer.
   * Install libjson to /lib instead of /usr/lib, since upstart 1.6 needs it.
 Closes: #695566.
Checksums-Sha1: 
 48e797501714a4d20596141872ccdd9fc5d34442 1803 json-c_0.10-1.2.dsc
 181276b5cece21207745b19fbca952d3f965d555 3930 json-c_0.10-1.2.debian.tar.gz
 f1d6da944ce0cbec64ec217410cd99fe73f639e4 24180 libjson0_0.10-1.2_amd64.deb
 03749c33f0b909dc6959231b3d2fd1bf67cc8ddd 96392 libjson0-dev_0.10-1.2_amd64.deb
 fa176b2702b2888a2f0ecf2d9cb1ab43689da6db 36052 libjson0-dbg_0.10-1.2_amd64.deb
Checksums-Sha256: 
 0e43bda97e03663600088b0cbc0ed2aaa5179283a4f481a8881b836f418b9867 1803 
json-c_0.10-1.2.dsc
 

Bug#695940: marked as done (im-config: GUI panel started too early.)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 09:04:29 +
with message-id e1tjnfz-0007na...@franck.debian.org
and subject line Bug#695940: fixed in im-config 0.20
has caused the Debian Bug report #695940,
regarding im-config: GUI panel started too early.
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.)


-- 
695940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: im-config
Version: 0.19
Severity: critical
Justification: breaks unrelated software

For uim, panel GUI is started too early.  It was fixed in 0.18 for most
IMs but there were some regression for uim.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-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 im-config depends on:
ii  dialog1.1-20120215-3
ii  gettext-base  0.18.1.1-10
ii  zenity3.4.0-2

Versions of packages im-config recommends:
ii  dialog  1.1-20120215-3
ii  x11-common  1:7.7+1

im-config suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: im-config
Source-Version: 0.20

We believe that the bug you reported is fixed in the latest version of
im-config, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Osamu Aoki os...@debian.org (supplier of updated im-config 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: Sat, 15 Dec 2012 11:25:11 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.20
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 im-config  - Input method configuration framework
Closes: 695939 695940
Changes: 
 im-config (0.20) unstable; urgency=low
 .
   * Fix regression on uim for #683950 caused by the 0.19~pre1 fixing
 #694446. Closes: #695940
   * Adjust desktop file to match the gnome-shell 3.4.1-8 behavior
 updated just around the wheezy freeze on 23 Jun 2012.
   * Work around zenity bug for readable display under Japanese.
 Closes: #695939
Checksums-Sha1: 
 4eb46cc3b65df2435036c7abb7af10d92e956f6d 877 im-config_0.20.dsc
 c44454ddef9ec99d840eb907b4e7616207759e1a 32859 im-config_0.20.tar.gz
 87580fc6f96da48ec4d8a8285add60ac6ef18e84 36346 im-config_0.20_all.deb
Checksums-Sha256: 
 2ac9d82f93e31f758beffbf99eb7e4534eca69b85ac025782880a627024904dd 877 
im-config_0.20.dsc
 e22420a11331409c49870b5773c6b13394f8cab2120f1f91e24d2c8823dd4caf 32859 
im-config_0.20.tar.gz
 0291fc012975f7383ad3fcc5d9c07c35c3b837d50013d9cd50ec5384d225c01a 36346 
im-config_0.20_all.deb
Files: 
 9e3218539e0b7111d3a2594e3cf62515 877 x11 optional im-config_0.20.dsc
 78fd6d1f027908508419608122a752ca 32859 x11 optional im-config_0.20.tar.gz
 336b1e4b49f5f2452ef6a8aa2295b458 36346 x11 optional im-config_0.20_all.deb

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

iEYEARECAAYFAlDL4FoACgkQ6A/EwagGHzLuQwCeJAQmkvDHbo7Fvq7s+aevnPjL
iV0Anjb7u6xzolW4tWTmg81RxeqTlQC0
=6E95
-END PGP SIGNATUREEnd Message---


Processed: adjust version for 649068

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

 # version tracking is confused - try to fix this
 notfound 649068 rgmanager/3.0.12-3
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
The source rgmanager and version 3.0.12-3 do not appear to match any binary 
packages
No longer marked as found in versions rgmanager/3.0.12-3.
 notfound 649068 rgmanager/3.0.12-3.1
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
The source rgmanager and version 3.0.12-3.1 do not appear to match any binary 
packages
No longer marked as found in versions rgmanager/3.0.12-3.1.
 notfound 649068 rgmanager/3.0.12-3.2
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
The source rgmanager and version 3.0.12-3.2 do not appear to match any binary 
packages
No longer marked as found in versions rgmanager/3.0.12-3.2.
 notfixed 649068 rgmanager/3.1.8-1
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
The source rgmanager and version 3.1.8-1 do not appear to match any binary 
packages
No longer marked as fixed in versions rgmanager/3.1.8-1.
 found 649068 3.0.12-3
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
Marked as found in versions redhat-cluster/3.0.12-3.
 found 649068 3.0.12-3.1
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
Marked as found in versions redhat-cluster/3.0.12-3.1.
 found 649068 3.0.12-3.2
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
Marked as found in versions redhat-cluster/3.0.12-3.2.
 fixed 649068 3.1.8-1
Bug #649068 [rgmanager] rgmanager and resource-agents: error when trying to 
install together
Marked as fixed in versions redhat-cluster/3.1.8-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649068
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#694693: tiff: CVE-2012-5581

2012-12-15 Thread Jay Berkenbilt

reassign 694693 libtiff4 3.9.6-9
thanks

Moritz Muehlenhoff j...@inutil.org wrote:

 On Thu, Nov 29, 2012 at 09:46:41AM -0500, Jay Berkenbilt wrote:
 Moritz Muehlenhoff j...@inutil.org wrote:
 
 
  Hi Jay,
  another security issue was discovered by Red Hat's Huzaifa S. Sidhpurwala:
  The Red Hat bug contains the necessary details:
  https://bugzilla.redhat.com/show_bug.cgi?id=867235
 
 Looking at the bugzilla issue, it's not completely clear to me whether
 this was fixed in 4.0.2 or 4.0.3, and the patch will be pretty different
 for the 3.x versions and the 4.x versions.  I'll see what I can do about
 finding time very soon to address this.  I'm a little concerned about
 Tom Lane's comment about a behavioral change:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=867235#c6
 
 I'll look at it a little before blindly taking the diff.

 I'm attaching the Ubuntu patch for 12.04 (based on 3.9.5-2)

Sorry for the delay on this.  The upstream fix for this problem was in
CVS revision 1.111 of tif_dir.c, and the release 4.0.2 tag is on
revision 1.113.  I also verified looking at the source that 4.0.2
already incorporates this fix, so CVE-2012-5581 does not affect the tiff
package in sid/wheezy.  However, it does affect the tiff3 package and
the tiff package in squeeze.  I am reassigning the bug to libtiff4 and
will upload tiff3 momentarily with the patch that the Red Hat security
team backported.  I will request and unblock.  I will also prepare a
patch for squeeze and follow the usual procedure.

One of the nice things about tiff is that, if you wait long enough,
someone else will do most of the work. :-/

-- 
Jay Berkenbilt q...@debian.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#694693: tiff: CVE-2012-5581

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

 reassign 694693 libtiff4 3.9.6-9
Bug #694693 [tiff] tiff: CVE-2012-5581
Bug reassigned from package 'tiff' to 'libtiff4'.
Ignoring request to alter found versions of bug #694693 to the same values 
previously set
Ignoring request to alter fixed versions of bug #694693 to the same values 
previously set
Bug #694693 [libtiff4] tiff: CVE-2012-5581
Marked as found in versions tiff3/3.9.6-9.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
694693: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694693
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#694693: marked as done (tiff: CVE-2012-5581)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 11:33:45 +
with message-id e1tjq01-0002uv...@franck.debian.org
and subject line Bug#694693: fixed in tiff3 3.9.6-10
has caused the Debian Bug report #694693,
regarding tiff: CVE-2012-5581
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.)


-- 
694693: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694693
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tiff
Severity: grave
Tags: security
Justification: user security hole

Hi Jay,
another security issue was discovered by Red Hat's Huzaifa S. Sidhpurwala:
The Red Hat bug contains the necessary details:
https://bugzilla.redhat.com/show_bug.cgi?id=867235

Cheers,
Moritz
---End Message---
---BeginMessage---
Source: tiff3
Source-Version: 3.9.6-10

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

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

Debian distribution maintenance software
pp.
Jay Berkenbilt q...@debian.org (supplier of updated tiff3 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: Sat, 15 Dec 2012 06:04:00 -0500
Source: tiff3
Binary: libtiff4 libtiffxx0c2 libtiff4-dev
Architecture: source amd64
Version: 3.9.6-10
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 libtiff4   - Tag Image File Format (TIFF) library (old version)
 libtiff4-dev - Tag Image File Format (TIFF) library (old version), development 
f
 libtiffxx0c2 - Tag Image File Format (TIFF) library (old version) -- C++ 
interfa
Closes: 694693
Changes: 
 tiff3 (3.9.6-10) unstable; urgency=high
 .
   * Add fix for CVE-2012-5581, reimplementing DOTRANGE handling to make it
 safer.  Thanks to Red Hat security team for backporting the fix.
 (Closes: #694693)
Checksums-Sha1: 
 7e60341734401505a5e94e308c976ec71ecb5396 1933 tiff3_3.9.6-10.dsc
 d552220ed5a5b42019e10f956ca4995424cc4c57 18060 tiff3_3.9.6-10.debian.tar.gz
 70be195259e8455d99d9c8a6f2a9e91f58f432cf 201996 libtiff4_3.9.6-10_amd64.deb
 b081b2c1ec07c1b921aecb337e7a6dfcc5dce65d 63332 libtiffxx0c2_3.9.6-10_amd64.deb
 1d643c970c297d8e243e3942cb75a734d9b9772d 337066 libtiff4-dev_3.9.6-10_amd64.deb
Checksums-Sha256: 
 a5c2a4c9ac1abc4b6495b2dd28d0efe2166ff2521e9f1e5fceb752ffd8f20c1c 1933 
tiff3_3.9.6-10.dsc
 a168b32ed7cf85d1ce87e0570acc18b1466ad96d8c18534ef84e9305e60908d6 18060 
tiff3_3.9.6-10.debian.tar.gz
 d9562a9856c144cb07579f711e8e9c2f180e07760b3eefd05a8c1163662bc7b7 201996 
libtiff4_3.9.6-10_amd64.deb
 74a05f49494cd790725a43d145924795e8adac717997256ecb1e21dd46d612ba 63332 
libtiffxx0c2_3.9.6-10_amd64.deb
 cbbfa8c02b5d96f0eb5e2c2c1c49eb308d779378a2f897a7d8388c4d2630cc10 337066 
libtiff4-dev_3.9.6-10_amd64.deb
Files: 
 465d02e837cb92d986397ef863ea26e8 1933 oldlibs optional tiff3_3.9.6-10.dsc
 e02cc06af5c0e5d5b0a2c4425a98435d 18060 oldlibs optional 
tiff3_3.9.6-10.debian.tar.gz
 421f3589b3b1092b2938a938a7dcad54 201996 oldlibs optional 
libtiff4_3.9.6-10_amd64.deb
 2575461487c1996a2d8e23fd0bf4e28d 63332 oldlibs optional 
libtiffxx0c2_3.9.6-10_amd64.deb
 b4ae4d396c50419b778475f6847a8365 337066 libdevel optional 
libtiff4-dev_3.9.6-10_amd64.deb

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

iQIcBAEBAgAGBQJQzF0wAAoJEIp10QmYASx+lqgQAIb54SxBpq38QXYKL4KRxKv+
FaCub0ktB32DiJBHChDJ/vsuEDfcypADx9ow0huvnbsz2wXhfr6MWbbRtuWweNRU
4P6ruBRu698czDDv5tXxQaELFvaTAuvk0fjzf7GxzExSW9jj85tTci43P36YkRgi
i+ZURT10gpKZ0fmRj/YVHLlZqSetGQMp4/HncI1xi1r1Ah5Xe8kur8KbvlJf895k
nsCR3yoOIrr1v4lkFbOPmZSJNW60FquR09BltfDf6bZa0C5aIMXSgZKaMQKOFSEH
1w74V3epftecFcFm09uWeTcTm4QMWzqkygyFlH8PhdhM6P0u7Yel55NNgeXATaiT
WkokG05FlY/3r/zNEyrOzdvSZNX9b5kdosnrKLW5bJXM7XKtvjPp9gpvkCHnWe6p
90DeTYcpuQ9pXIeNLKFTyOiIhVj9i/FHPOBiaaaGhA50JdY+w/MSjN5Ihg0kS2bb
zM/fa2B4LdXag/HiPNxumbOkcT6BbnzQRoj2D+8PUndm4i8TkvubiVkOI//AA8th
GlzsaQDum2IegbQ0Fsb1RaoPlnBGTPN/mkS/tXwBN4mMzsT63miEWK8IOq/WogNO
h8L2RquIsI2FdfosXyljw5Vo+V5Ufu0Wckdz+clxnJDVPpfWNzBoudoHaF+x0KbF
yrktXDr8GKnqQj14IqK7
=dcHV
-END PGP SIGNATUREEnd Message---


Processed: forcemerge 688997 and 692297

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

 # same issue
 forcemerge 688997 692297
Bug #688997 {Done: Rogério Brito rbr...@ime.usp.br} [youtube-dl] Needs update 
to newer version to fix youtube downloading
Bug #688997 {Done: Rogério Brito rbr...@ime.usp.br} [youtube-dl] Needs update 
to newer version to fix youtube downloading
There is no source info for the package 'youtube-dl' at version 
'2012.01.05-2~bpo60+1' with architecture ''
Unable to make a source version for version '2012.01.05-2~bpo60+1'
Marked as found in versions 2012.01.05-2~bpo60+1.
Added tag(s) wheezy, confirmed, and fixed-upstream.
Bug #692297 [youtube-dl] youtube-dl: no longer works on Youtube
Marked Bug as done
Marked as fixed in versions youtube-dl/2012.09.27-1.
There is no source info for the package 'youtube-dl' at version 
'2012.01.05-2~bpo60+1' with architecture ''
Unable to make a source version for version '2012.01.05-2~bpo60+1'
Marked as found in versions youtube-dl/2012.02.27+gita171dbf-3 and 
youtube-dl/2012.02.27-1.
Merged 688997 692297
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
688997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688997
692297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692297
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#695928: closed by Scott Howard showard...@gmail.com (Re: Bug#695928: [eagle] unable to run: error loading libssl.so.0.9.8)

2012-12-15 Thread Arthur Magill
It works like a charm - thank you! And for the pointers on multiarch, 
that's something I've always found confusing.



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



Processed: already fixed

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

 fixed #695913 3.1.12+dfsg1-2
Bug #695913 [otrs2] typo in otrs.Setpermissions.pl
Marked as fixed in versions otrs2/3.1.12+dfsg1-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
695913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695913
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#695913: marked as done (typo in otrs.Setpermissions.pl)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 13:42:06 +0100
with message-id 50cc701e.4070...@debian.org
and subject line already fixed
has caused the Debian Bug report #695913,
regarding typo in otrs.Setpermissions.pl
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.)


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

Package: otrs2
Version: 3.1.12+dfsg1-1
Severity: grave

The script otrs.Setpermissions.pl contains a typo. This typo lets the   
postinst script fail and the installation process does not finish.



otrs2 (3.1.12+dfsg1-1) wird eingerichtet ...
dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
Replacing config file /etc/otrs/Kernel/Config/GenericAgent.pm with new version
Not replacing deleted config file /etc/otrs/maintenance.html
Module perl already enabled
Module rewrite already enabled
[ ok ] Reloading web server config: apache2.
dpkg: Fehler beim Bearbeiten von otrs2 (--configure):
 Unterprozess installiertes post-installation-Skript gab den   
Fehlerwert 255 zurück



A diff to fix it is this:

--- /usr/share/otrs/bin/otrs.SetPermissions.pl.orig 2012-12-14   
10:57:44.0 +0100
+++ /usr/share/otrs/bin/otrs.SetPermissions.pl  2012-12-14   
10:57:55.0 +0100

@@ -163,7 +163,7 @@
 # Debian added
 $DestDir/var/httpd,
 $DestDir/var/packagesetup,
-$DestDir/doc
+$DestDir/doc,

 # CSS cache directories
 $DestDir/var/httpd/htdocs/skins/Agent,

Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

pgpTkfoLO4Des.pgp
Description: Digitale PGP-Unterschrift
---End Message---
---BeginMessage---

fixed #695913 3.1.12+dfsg1-2
thanks
--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/---End Message---


Bug#695845: closed by Daniel Baumann daniel.baum...@progress-technologies.net (Bug#695845: fixed in open-vm-tools 2:9.2.2-893683-1)

2012-12-15 Thread Salvatore Bonaccorso
Control: reopen -1

Hi Daniel

On Thu, Dec 13, 2012 at 01:51:14PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the open-vm-tools package:
 
 #695845: open-vm-tools: Init script should Required-{Start,Stop} $remote_fs

I tried to install open-vm-tools and I noticed the following, so the
change introduces this problem with boot dependencies:

# apt-get --no-install-recommends install open-vm-tools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libdumbnet1 libicu48
Suggested packages:
  open-vm-toolbox
Recommended packages:
  open-vm-dkms ethtool zerofree
The following NEW packages will be installed:
  libdumbnet1 libicu48 open-vm-tools
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,280 kB of archives.
After this operation, 24.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://cdn.debian.net/debian/ sid/main libicu48 amd64 4.8.1.1-10 [4,741 
kB]
Get:2 http://cdn.debian.net/debian/ sid/main libdumbnet1 amd64 1.12-3.1 [32.3 
kB]
Get:3 http://cdn.debian.net/debian/ sid/main open-vm-tools amd64 
2:9.2.2-893683-1 [506 kB]
Fetched 5,280 kB in 0s (5,585 kB/s)
Selecting previously unselected package libicu48:amd64.
(Reading database ... 26782 files and directories currently installed.)
Unpacking libicu48:amd64 (from .../libicu48_4.8.1.1-10_amd64.deb) ...
Selecting previously unselected package libdumbnet1.
Unpacking libdumbnet1 (from .../libdumbnet1_1.12-3.1_amd64.deb) ...
Selecting previously unselected package open-vm-tools.
Unpacking open-vm-tools (from .../open-vm-tools_2%3a9.2.2-893683-1_amd64.deb) 
...
Processing triggers for man-db ...
Setting up libicu48:amd64 (4.8.1.1-10) ...
Setting up libdumbnet1 (1.12-3.1) ...
Setting up open-vm-tools (2:9.2.2-893683-1) ...
update-initramfs: deferring update (trigger activated)
insserv: There is a loop between service networking and umountnfs if stopped
insserv:  loop involving service umountnfs at depth 3
insserv:  loop involving service open-vm-tools at depth 2
insserv:  loop involving service networking at depth 4
insserv:  loop involving service umountfs at depth 6
insserv:  loop involving service rsyslog at depth 4
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing open-vm-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
Errors were encountered while processing:
 open-vm-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

# insserv -n /etc/init.d/open-vm-tools
insserv: There is a loop between service networking and umountnfs if stopped
insserv:  loop involving service umountnfs at depth 3
insserv:  loop involving service open-vm-tools at depth 2
insserv:  loop involving service networking at depth 4
insserv:  loop involving service umountfs at depth 6
insserv:  loop involving service rsyslog at depth 4
insserv: exiting now without changing boot order!

The

# X-Stop-After: $network

might cause the problem. As this requests to stop after networking,
but also

# Required-Stop:$local_fs $remote_fs

(due to using /usr/bin/ also on stop).

Regards,
Salvatore


signature.asc
Description: Digital signature


Processed: Re: Bug#695845 closed by Daniel Baumann daniel.baum...@progress-technologies.net (Bug#695845: fixed in open-vm-tools 2:9.2.2-893683-1)

2012-12-15 Thread Debian Bug Tracking System
Processing control commands:

 reopen -1
Bug #695845 {Done: Daniel Baumann daniel.baum...@progress-technologies.net} 
[open-vm-tools] open-vm-tools: Init script should Required-{Start,Stop} 
$remote_fs
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions open-vm-tools/2:9.2.2-893683-1.

-- 
695845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695845
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#695845: marked as done (open-vm-tools: Init script should Required-{Start,Stop} $remote_fs)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 13:47:45 +
with message-id e1tjs5h-000490...@franck.debian.org
and subject line Bug#695845: fixed in open-vm-tools 2:9.2.2-893683-2
has caused the Debian Bug report #695845,
regarding open-vm-tools: Init script should Required-{Start,Stop} $remote_fs
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.)


-- 
695845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: open-vm-tools
Version: 1:8.4.2-261024-1
Severity: serious

Hi,

open-vm-tools initscript is calling executables that are installed under
/usr. This requires the initscript to have a dependency against
$remote_fs

More information: http://wiki.debian.org/LSBInitScripts

Cheers

Laurent Bigonville

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: open-vm-tools
Source-Version: 2:9.2.2-893683-2

We believe that the bug you reported is fixed in the latest version of
open-vm-tools, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Daniel Baumann daniel.baum...@progress-technologies.net (supplier of updated 
open-vm-tools 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: Sat, 15 Dec 2012 14:38:30 +0100
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dev open-vm-tools-dbg 
open-vm-dkms
Architecture: source i386 all
Version: 2:9.2.2-893683-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 open-vm-dkms - Source for VMware guest systems driver (DKMS)
 open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
 open-vm-tools - tools and components for VMware guest systems (CLI tools)
 open-vm-tools-dbg - tools and components for VMware guest systems (debug)
 open-vm-tools-dev - tools and components for VMware guest systems (development)
Closes: 695845 695912 695993
Changes: 
 open-vm-tools (2:9.2.2-893683-2) unstable; urgency=low
 .
   * Removing init order to network (Closes: #695845).
   * Correcting version number (Closes: #695912).
   * Don't check for vm on stop in initscript (Closes: #695993).
Checksums-Sha1: 
 55e0a1a451a191f6ba9a96314ed19d3ddea08f1f 1664 open-vm-tools_9.2.2-893683-2.dsc
 22196f4ce017c6ccfed609baba55e8ebaca46f31 17544 
open-vm-tools_9.2.2-893683-2.debian.tar.xz
 2cb2fcc23e9ab79564c6cce0a347a4c5749daa5c 524072 
open-vm-tools_9.2.2-893683-2_i386.deb
 2dd35068876acf318095ca5e24feb844fd08e734 164988 
open-vm-toolbox_9.2.2-893683-2_i386.deb
 cf4da14140da1c79b8b9241b32fc5a271e51b33d 127798 
open-vm-tools-dev_9.2.2-893683-2_all.deb
 11e947f13d236d518b498da8e5bfef73f7801962 2267294 
open-vm-tools-dbg_9.2.2-893683-2_i386.deb
 fc55cbe04db67cbb6127a0ee3ce44075f00aeaa0 417106 
open-vm-dkms_9.2.2-893683-2_all.deb
Checksums-Sha256: 
 b0ca794582cc2567963461fae2db44e5dbeab5a59d8d94f294843f78bae16954 1664 
open-vm-tools_9.2.2-893683-2.dsc
 9390ddb09833f5e65b7041eda7c8ba6430e9ae6b3584bbd56cadc3714001d19b 17544 
open-vm-tools_9.2.2-893683-2.debian.tar.xz
 d2a17259072f8a80a548cf0370693682cf40cb3c8fb8a700d450b3a320f6aa72 524072 
open-vm-tools_9.2.2-893683-2_i386.deb
 cf91de08b91e54740277967ba2573b2cc295a989b3134be32ce62ab599a16dcd 164988 
open-vm-toolbox_9.2.2-893683-2_i386.deb
 641a3f19896f007c3f2534408cc8ec4b4e8925b74e042bea0e7795d2036a45f7 127798 
open-vm-tools-dev_9.2.2-893683-2_all.deb
 c0fcb4fdb14d52f8cbcc356d5b658ab25d2f488263e337dd7ed4dee12c68117c 2267294 
open-vm-tools-dbg_9.2.2-893683-2_i386.deb
 218415d2ec53628e125ed43f9542959c597cbb9b50793e338bd8ef198470da3b 417106 
open-vm-dkms_9.2.2-893683-2_all.deb
Files: 
 95ccc5e57aeb5dac94c4e73f9dabb3f4 1664 admin extra 
open-vm-tools_9.2.2-893683-2.dsc
 

Bug#695912: marked as done (open-vm-dkms: Fails to build kernel modules)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 13:47:45 +
with message-id e1tjs5h-000494...@franck.debian.org
and subject line Bug#695912: fixed in open-vm-tools 2:9.2.2-893683-2
has caused the Debian Bug report #695912,
regarding open-vm-dkms: Fails to build kernel modules
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.)


-- 
695912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: open-vm-dkms
Version: 2:9.2.2-893683-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

sorry, for submitting a grave bug again, but I fail to compile the kernel
modules.

First I get this error message:

sid:~# dpkg --pending --configure
Setting up open-vm-dkms (2:9.2.2-893683-1) ...
Removing old open-vm-tools-2:9.2.2 DKMS files...

--
Deleting module version: 2:9.2.2
completely from the DKMS tree.
--
Done.
Loading new open-vm-tools-2:9.2.2 DKMS files...
Building only for 3.2.0-4-686-pae
Building initial module for 3.2.0-4-686-pae
Error! The directory /var/lib/dkms/open-vm-tools/2:9.2.2/source/
does not appear to have module source located within it.  Build halted.
dpkg: error processing open-vm-dkms (--configure):
 subprocess installed post-installation script returned error exit status 8
Errors were encountered while processing:
 open-vm-dkms

Indeed there is:

sid:~# ls -l /var/lib/dkms/open-vm-tools/2\:9.2.2/
total 4
drwxr-xr-x 2 root root 4096 Dec 14 10:42 build
lrwxrwxrwx 1 root root   30 Dec 14 10:42 source - 
/usr/src/open-vm-tools-2:9.2.2
sid:~# ls -l /usr/src/open-vm-tools-2\:9.2.2/
total 4
-rw-r--r-- 1 root root 1432 Dec 13 14:26 dkms.conf
sid:~#

Does not look like module sources... However there is:

sid:~# ls -l /usr/src/open-vm-tools-9.2.2/
total 28
-rw-r--r-- 1 root root 1568 Dec 13 14:26 dkms.conf
drwxr-xr-x 4 root root 4096 Dec 14 10:26 vmblock
drwxr-xr-x 5 root root 4096 Dec 14 10:26 vmci
drwxr-xr-x 3 root root 4096 Dec 14 10:26 vmhgfs
drwxr-xr-x 3 root root 4096 Dec 14 10:26 vmsync
drwxr-xr-x 3 root root 4096 Dec 14 10:26 vmxnet
drwxr-xr-x 4 root root 4096 Dec 14 10:26 vsock

I did an cp -pr /usr/src/open-vm-tools-9.2.2/v* 
usr/src/open-vm-tools-2\:9.2.2/
and tried to configure again:

sid:~# dpkg --pending --configure
Setting up open-vm-dkms (2:9.2.2-893683-1) ...
Removing old open-vm-tools-2:9.2.2 DKMS files...

--
Deleting module version: 2:9.2.2
completely from the DKMS tree.
--
Done.
Loading new open-vm-tools-2:9.2.2 DKMS files...
Building only for 3.2.0-4-686-pae
Building initial module for 3.2.0-4-686-pae
Error! Bad return status for module build on kernel: 3.2.0-4-686-pae (i686)
Consult /var/lib/dkms/open-vm-tools/2:9.2.2/build/make.log for more
information.
dpkg: error processing open-vm-dkms (--configure):
 subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
 open-vm-dkms

The make.log is attached.

Hilmar

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

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

Versions of packages open-vm-dkms depends on:
ii  dkms  2.2.0.3-1.2
ii  make  3.81-8.2

Versions of packages open-vm-dkms recommends:
ii  open-vm-tools  2:9.2.2-893683-1

Versions of packages open-vm-dkms suggests:
pn  open-vm-toolbox  none

-- no debconf information
DKMS make.log for open-vm-tools-2:9.2.2 for kernel 3.2.0-4-686-pae (i686)
Fri Dec 14 10:44:16 CET 2012
Using 2.6.x kernel build system.
make: Entering directory `/var/lib/dkms/open-vm-tools/2:9.2.2/build/vmblock'
make -C /lib/modules/3.2.0-4-686-pae/build/include/.. SUBDIRS=$PWD 
SRCROOT=$PWD/. \
  MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2:9.2.2/build modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-686-pae'
/usr/src/linux-headers-3.2.0-4-common/Makefile:1372: *** target pattern 
contains no `%'.  Stop.
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-686-pae'
make: *** [vmblock.ko] Error 2
make: Leaving directory `/var/lib/dkms/open-vm-tools/2:9.2.2/build/vmblock'
Using 2.6.x kernel build system.
make: Entering directory `/var/lib/dkms/open-vm-tools/2:9.2.2/build/vmci'
Makefile.kernel:44: *** target pattern contains no `%'.  Stop.
make: Leaving directory 

Bug#695845: marked as done (open-vm-tools: Init script should Required-{Start,Stop} $remote_fs)

2012-12-15 Thread Salvatore Bonaccorso
Hi Daniel

On Sat, Dec 15, 2012 at 01:51:15PM +, Debian Bug Tracking System wrote:
[...]
  open-vm-tools (2:9.2.2-893683-2) unstable; urgency=low
  .
* Removing init order to network (Closes: #695845).
* Correcting version number (Closes: #695912).
* Don't check for vm on stop in initscript (Closes: #695993).

Thank you, this was fast!

Btw, the version in testing would also be affected by this RC bug
(#695845), but it will need an upload via t-p-u as the version in
unstable does have changes not compliant with the freeze policy[1].

 [1]: http://release.debian.org/wheezy/freeze_policy.html

Again thanks for your work!

Regards,
Salvatore



signature.asc
Description: Digital signature


Bug#672986: Still an issue in wheezy

2012-12-15 Thread Joost Yervante Damad

Hey,

this bug is still an issue in wheezy.

A simple example:

# apt-get install terminal.app

# ldd /usr/bin/Terminal | grep objc
libobjc.so.3 = /usr/lib/x86_64-linux-gnu/libobjc.so.3 
(0x7f0ab39d7000)
libobjc.so.4 = /usr/lib/x86_64-linux-gnu/libobjc.so.4 
(0x7f0ab26cb000)


Joost


--
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#694841: harden-doc: Differing encodings cause LaTeX errors.

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

 tags 694841 unreproducible
Bug #694841 [harden-doc] harden-doc: Differing encodings cause LaTeX errors.
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
694841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694841
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#696000: openblas: breaks numpy linalg.solve and numpy.dot on i386

2012-12-15 Thread Julian Taylor
Package: openblas
Version: 0.1.1-6
Severity: serious

when using python-numpy with openblas set als libblas.so.3 provider it gives 
wrong results in some situations on i386. amd64 seems to work.
It also works fine with libblas3 and libatlas.
It seems to only occur when you change between double and single precision in a 
single script.

$ apt-get install python-numpy libopenblas-base
$ update-alternatives --set libblas.so.3 /usr/lib/openblas-base/libopenblas.so.0

$ cat test.py
import numpy.linalg as linalg
from numpy import array, single, double, dot

# removing any lines here makes it work again
a = array([[1.,2.], [3.,4.]], dtype=double)
b = array([2., 1.], dtype=double)
x = linalg.solve(a, b)
r = dot(a, x)

a = array([[1.,2.], [3.,4.]], dtype=single)
b = array([2., 1.], dtype=single)
print dot(a, b)

$ python ./test.py 
[ nan  nan]
$ update-alternatives --set libblas.so.3 /usr/lib/libblas/libblas.so.3
$ python ./test.py 
[  4.  10.]
$ update-alternatives --set libblas.so.3 /usr/lib/atlas-base/atlas/libblas.so.3
$ python ./test.py 
[  4.  10.]


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



Bug#695776: marked as done (gsl: includes non-free documentation (GFDL with unmodifiable sections))

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 15:02:36 +
with message-id e1tjtg8-00076j...@franck.debian.org
and subject line Bug#695776: fixed in gsl 1.15+dfsg.2-1
has caused the Debian Bug report #695776,
regarding gsl: includes non-free documentation (GFDL with unmodifiable sections)
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.)


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

Source: gsl
Version: 1.15+dfsg-1
Severity: serious
Justification: Policy 2.2.1
Usertags: gfdl

doc/gsl-ref.* has the following license:
| Permission is granted to copy, distribute and/or modify this document
| under the terms of the GNU Free Documentation License, Version 1.3 or
| any later version published by the Free Software Foundation; with the
| Invariant Sections being ``GNU General Public License'' and ``Free Software
| Needs Free Documentation'', the Front-Cover text being ``A GNU Manual'',
| and with the Back-Cover Text being (a) (see below).  A copy of the
| license is included in the section entitled ``GNU Free Documentation
| License''.
|
| (a) The Back-Cover Text is: ``You have the freedom to copy and modify this
| GNU Manual.''

As per GR 2006-001, works licensed under GFDL with unmodifiable sections 
are not suitable for main:

http://www.debian.org/vote/2006/vote_001

--
Jakub Wilk
---End Message---
---BeginMessage---
Source: gsl
Source-Version: 1.15+dfsg.2-1

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

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

Debian distribution maintenance software
pp.
Dirk Eddelbuettel e...@debian.org (supplier of updated gsl 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, 13 Dec 2012 22:06:23 -0600
Source: gsl
Binary: libgsl0ldbl libgsl0-dev gsl-bin libgsl0-dbg libgsl0-prof
Architecture: source i386
Version: 1.15+dfsg.2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 gsl-bin- GNU Scientific Library (GSL) -- binary package
 libgsl0-dbg - GNU Scientific Library (GSL) -- debug symbols package
 libgsl0-dev - GNU Scientific Library (GSL) -- development package
 libgsl0-prof - GNU Scientific Library (GSL) -- Profiling Libraries
 libgsl0ldbl - GNU Scientific Library (GSL) -- library package
Closes: 695776
Changes: 
 gsl (1.15+dfsg.2-1) unstable; urgency=low
 .
   * Second DFSG attempt at GSL 1.15, now with GFDL in sources too
   * doc/* directory removed from 'dfsg.2' tarball to ensure source tarball
 in Debian archive also dfsg clean (Closes: #695776)
 .
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 79ceac80726552e3c0c1089b2bd8bf6184986f3f 1303 gsl_1.15+dfsg.2-1.dsc
 998ab9b9309792588b82ce5ccc845e53dfecc9a4 2165025 gsl_1.15+dfsg.2.orig.tar.gz
 8cbaf64087e410978b958a3200c5f5a6efff263f 17938 gsl_1.15+dfsg.2-1.diff.gz
 ec8215db0657b801765f7a11883490fc901c5c73 1022380 
libgsl0ldbl_1.15+dfsg.2-1_i386.deb
 764eb44938871ac58d95bce524040b38ea88fe5d 1263268 
libgsl0-dev_1.15+dfsg.2-1_i386.deb
 62a5836d8fbe68c13678896629aa7fff9e9255e2 28918 gsl-bin_1.15+dfsg.2-1_i386.deb
 369c5644430ad34bb3760603234b84660eba0479 2038684 
libgsl0-dbg_1.15+dfsg.2-1_i386.deb
Checksums-Sha256: 
 d522869236a3d1595306cef2b1b81788b3f3da8c477e5f7c8ebd272f5e4462df 1303 
gsl_1.15+dfsg.2-1.dsc
 7ed20fbb58942d9e28ee218c2659f90b4c7f9cd3ddd42a48ebf2ddff7eec1a5b 2165025 
gsl_1.15+dfsg.2.orig.tar.gz
 c104eb7f1bb194d52d3da2506c167c6543dff0e75f3d5be1ae26172145699cc5 17938 
gsl_1.15+dfsg.2-1.diff.gz
 85dbfb63cfc6ab0ccaffb15f7806780d5b4487f9160804568b2b5b9f3c51a1aa 1022380 
libgsl0ldbl_1.15+dfsg.2-1_i386.deb
 9ebb2c89479c6b16358ae9a53d2fb9cd8cb6844436580f7b8de312bd2593b304 1263268 
libgsl0-dev_1.15+dfsg.2-1_i386.deb
 1a873b43d8c0756b4a69ae5e2a38fc3e781e5985210560a07439e7f23e4b8738 28918 
gsl-bin_1.15+dfsg.2-1_i386.deb
 23df3eddd726705bcf931592205f5cace2efbadc3877d98639a36306792f7b2f 2038684 
libgsl0-dbg_1.15+dfsg.2-1_i386.deb
Files: 
 99a5ad129564573acc13f4a05f6b6064 1303 math optional 

Bug#690152: bsaf: FTBFS: Test org.jdesktop.application.TaskMonitorTest failed

2012-12-15 Thread Joost Yervante Damad

Hey,

I tried rebuilding the bsaf software in wheezy with default-jdk, which 
uses the openjdk from openjdk-6-jre-headless_6b24.


It builds just fine.

Is this really still an issue?

Joost


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



Bug#672986: gnustep-gui-runtime: Multiple libobjc.so version linked due to mix of dependencies

2012-12-15 Thread Joost Yervante Damad

Hello,

I've been looking into issue 672986 and it seems all that is needed is a 
rebuild of gnustep-gui-0.20.0 and after that a rebuild of it's reverse 
dependencies to get rid of the double libobjc.so linkage.


I've tested this locally by rebuilding gnustep-gui-0.20.0 and 
terminal.app-0.9.8 on wheezy AMD64.


Greetings, Joost Damad


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



Processed: found 696000 in 0.2.5-1~exp1

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

 found 696000 0.2.5-1~exp1
Bug #696000 [openblas] openblas:  breaks numpy linalg.solve and numpy.dot on 
i386
There is no source info for the package 'openblas' at version '0.2.5-1~exp1' 
with architecture ''
Unable to make a source version for version '0.2.5-1~exp1'
Marked as found in versions 0.2.5-1~exp1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696000
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#695272: libphone-utils0: harmful postrm purge action in M-A:same package

2012-12-15 Thread Julien Cristau
On Mon, Dec 10, 2012 at 23:37:54 +0100, Dominik George wrote:

  Is there a particular use case for such support, other than because we
  can? If not, then not having multi-arch support in wheezy doesn't seem
  a huge issue; ymmv, obviously.
 
 ACK.
 
 I can prepare another version for wheezy incorporating this. What about
 version numbering and such, now -2 has been uploaded?
 
Upload a -3 version with the not-for-wheezy changes reverted.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#668740: marked as done (dsc-statistics-{collector, presenter}: creates system user in /home)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 16:32:29 +
with message-id e1tjuf7-0006zt...@franck.debian.org
and subject line Bug#668740: fixed in dsc-statistics 201203250530-2
has caused the Debian Bug report #668740,
regarding dsc-statistics-{collector, presenter}: creates system user in /home
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.)


-- 
668740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dsc-statistics-collector,dsc-statistics-presenter
Version: 201106061022-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

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

0m26.0s ERROR: FAIL: Package purging left files on system:
  /home/Debian-dsc-statisticsnot owned


As putting files into /home is also a violation of
http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1.2
I'm setting the severity to serious.

You probably want to use something like
  adduser --system ...

cheers,

Andreas


dsc-statistics-collector_201106061022-4.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: dsc-statistics
Source-Version: 201203250530-2

We believe that the bug you reported is fixed in the latest version of
dsc-statistics, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Marc Haber mh+debian-packa...@zugschlus.de (supplier of updated 
dsc-statistics 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: Sat, 15 Dec 2012 16:25:58 +0100
Source: dsc-statistics
Binary: dsc-statistics-collector dsc-statistics-presenter
Architecture: source amd64 all
Version: 201203250530-2
Distribution: unstable
Urgency: low
Maintainer: Debian dsc Maintainer Team dsc-maintain...@lists.alioth.debian.org
Changed-By: Marc Haber mh+debian-packa...@zugschlus.de
Description: 
 dsc-statistics-collector - DNS Statistics Collector - Collector component
 dsc-statistics-presenter - DNS Statistics Collector - Presenter component
Closes: 668740
Changes: 
 dsc-statistics (201203250530-2) unstable; urgency=low
 .
   * don't remove account on purge
   * move home directory to /var/lib/dsc-statistics (Closes: #668740)
   * add a NEWS file documenting the home directory change
Checksums-Sha1: 
 925f0fc7c20024915ac9e6ffb27ada649c3f73fe 1765 dsc-statistics_201203250530-2.dsc
 772df34fb834a9e788e3f35cc8711d64430e958d 72293 
dsc-statistics_201203250530-2.debian.tar.gz
 85d902d44708c96730d92a9698fb7258aa5bf47c 333932 
dsc-statistics-collector_201203250530-2_amd64.deb
 8846b99a7e41a9b1c1496a59c807a29fd837d38d 295270 
dsc-statistics-presenter_201203250530-2_all.deb
Checksums-Sha256: 
 fe325ee011f703c3bee5c4e0429d8016b5265fd7252c50f9f7208efeb543905c 1765 
dsc-statistics_201203250530-2.dsc
 0e12352a508c6b8565534f908fc8c169917178071e6e6194a2e3336951aab046 72293 
dsc-statistics_201203250530-2.debian.tar.gz
 3c78f2593e043366224dd648e1873bd7fd9e82160c111507779ff8b42d77afc9 333932 
dsc-statistics-collector_201203250530-2_amd64.deb
 ca195265c4dcb5cf4e37b7cedc574e44fcaf4990ab18278d0913fd75d3fbb051 295270 
dsc-statistics-presenter_201203250530-2_all.deb
Files: 
 13af9df8c3edb7dea7967e1cc87773f2 1765 utils optional 
dsc-statistics_201203250530-2.dsc
 aa8a4a416517d7716d1a51e05a6872cd 72293 utils optional 
dsc-statistics_201203250530-2.debian.tar.gz
 ad5270910df7489785f3e0405a9aa498 333932 utils optional 
dsc-statistics-collector_201203250530-2_amd64.deb
 f30225dd17b1ee16f6c60388afd0233e 295270 utils optional 
dsc-statistics-presenter_201203250530-2_all.deb

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

iEYEARECAAYFAlDMolAACgkQgZalRGu6PIT+2gCbBR+X7QGjszt81vdNFLZWNScD
tgoAn1T/WHJQUQX4OO7kcDwAgosBCNTI
=nTxW
-END PGP SIGNATUREEnd Message---


Bug#642750: [PATCH] epiphany-browser: *HIGHLY* unstable on ia64, (IA-64/IPF/Itanium) platform

2012-12-15 Thread Émeric Maschino
Hi Stephan,

I used your patched packages the passed week for my homeworks.
Stability is far better than the first patchset. With the notable
exception of the Google homepage. I don't know what's going wrong and
if other URLs are also affected. Let me explain.

Opening Epiphany with a blank page as startup page, typing
www.google.com in the bar address and clicking on Enter briefly goes
to the Google homepage and Epiphany immediately crashes. This is not a
history problem as going to the e.g. Debian homepage from the blank
page runs as expected. Then, from the Debian homepage, if you try to
go to the Google homepage, Epiphany crashes.

Now, the funny thing: from the blank page, if you visit the GMail
homepage first, and then the Google homepage, no problem! You can even
go back to the blank page and then visit the Google homepage without
crashing Epiphany. So the position in the history doesn't matter. I
don't know what the GMail homepage triggers that makes the Google
homepage work, but here is it. Just a remark: you don't have to visit
the GMail homepage right before the Google homepage. You can visit
other homepages in between. It's just that if you didn't visit the
GMail homepage before going to the Google homepage, Epiphany will
crash.

I know it's not a fantastic information, but that's the only
reproducible scenario I have that makes Epiphany crashes with your
updated packages.

Let me know if additional tests are welcomed.

 Émeric


2012/12/7 Stephan Schreiber i...@fs-driver.org:
 Émeric Maschino wrote:

 Indeed, even with your updated packages, Epiphany still crashes with
 the scenario I described in this bug report


 I looked for anything that is different on a release build and on a debug
 build. It turned out that a lot of code related to the memory heap is
 different in Source/JavaScriptCore/wtf/FastMalloc.cpp:

 #if !(defined(USE_SYSTEM_MALLOC)  USE_SYSTEM_MALLOC)  defined(NDEBUG)
 #define FORCE_SYSTEM_MALLOC 0
 #else
 #define FORCE_SYSTEM_MALLOC 1
 #endif

 (Consider NDEBUG.)

 Webkit doesn't use its own heap implementation in FastMalloc.cpp on the
 debug build! When someone builds the release build all the buggy code runs
 and will make trouble.
 This was done to make debugging much easier :-). (Greetings from Google's
 sadists club.)

 I didn't try to find all bugs in the fast malloc implementation. One thing I
 noticed which could break it on ia64 but works on x86-64 is the following in
 Source/JavaScriptCore/wtf/FastMalloc.cpp:1375:

   // Return 0 if we have no information, or else the correct sizeclass for
 p.
   // Reads and writes to pagemap_cache_ do not require locking.
   // The entries are 64 bits on 64-bit hardware and 16 bits on
   // 32-bit hardware, and we don't mind raciness as long as each read of
   // an entry yields a valid entry, not a partially updated entry.
   size_t GetSizeClassIfCached(PageID p) const {
 return pagemap_cache_.GetOrDefault(p, 0);
   }
   void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p,
 cl); }



 When different processor cores access one memory location - one processor at
 first, the second one at next - the processor cores excange the data through
 their caches as needed with their bus protocol automatically on x86 and
 x86-64.
 But on ia64 caches are not coherent automatically, the caches are flushed
 using memory barriers (some special machine instructions).
 When you use some dispatcher objects, for example, a mutex with the
 following pattern
 - acquire the dispatcher object
 - read/write to the data location which are guarded by the dispatcher
 object,
 - release the dispatcher object
 you don't need to think on the cache coherency and memory barriers. The
 implementation of the dispatcher object does the memory barriers correctly
 for you.

 When you start to do something own what has multiple threads but doesn't use
 any dispatcher object, you have to think on memory barriers. Ia64 isn't the
 only arch that requires this.



 One approach would be building-in the needed memory barrier in
 FastMalloc.cpp. This would mean adding memory barrier definitions for a lot
 of architectures. You can take a look at the hw/xfree86/common/compiler.h
 file of the xserver-xorg-core package in order to get an idea what it would
 mean.
 So the second approach: We do no longer use the fast malloc implementation
 on ia64 as it is already done on Blackberry OS and on the Qt port of webkit
 on any OS other than UNIX.

 An appropriate modification can be useful as well on other archs that
 require memory barriers, for example, alpha, powerpc.

 So here is a new set of patches:
 01-ia64-wide-ptr.patch at first,
 02-ia64-use-system-malloc.patch at next.

 The patches are for the most recent libwebkitgtk-3.0-0 package of Wheezy.
 The patches don't change anything on archs other than ia64.


 The packages which were built with the patch of this bug report and the one
 of bug#694971 are here; the tar contains all debs which are 

Processed: mark 673038 as found in testing/unstable

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

 # 673038 probably applies to newer versions as well
 found 673038 2.4.23-7
Bug #673038 [slapd] slapd: slapcat output truncated every now and then
Marked as found in versions openldap/2.4.23-7.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673038
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#681227: some analysis

2012-12-15 Thread Wouter Verhelst
Hi,

I just spent a few hours trying to analyse this bug, but so far I
haven't found what could cause this.

The message 'Installing grub on ' is generated by this line:

info Installing grub on '$bootdev'

Obviously, this bootdev variable is what the entire rest of the script
is built to do, so figuring out where the garbage is coming from is
non-trivial.

I found two possibilities. The first is a line that looks like this:

mappedbootdev=$(mapdevfs $bootdev) || true

mapdevfs is part of debian-installer-utils, and is a fairly short file
which just calls a C function from libdebian-installer. I audited the
code which would seem to be called, but could not find any constructs
that might be suspicious or that could cause a C buffer overflow or
anything similar (which doesn't mean it doesn't exist, just that I
couldn't find one).

The second is the fact that grub-probe is called a few times, which is
also written in C. I didn't audit that code, but did find that when
called with invalid input, grub-probe would just segfault. For instance:

grub-probe '(hd0)'

segfaults with my current version of grub-probe (I filed a separate bug
on that). I didn't investigate its code, but it's not unfathomable that
some invalid input to grub-probe could generate garbage such as in this
bugreport. I don't know for sure, however, and ran out of time.

At this point, I'm tempted to add a check to the for loop that starts on
line 650 in the current HEAD (commit 062ddbcb66150) for something along
the lines of:

if [ ! -b $bootdev ]; then
# jump to the next loop iteration here
fi

which will not only protect against garbage, but also against trying to
install to devices that don't exist on this system.

-- 
Copyshops should do vouchers. So that next time some bureaucracy requires you
to mail a form in triplicate, you can mail it just once, add a voucher, and
save on postage.


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



Bug#696014: gsl: FTBFS: No targets specified and no makefile found. Stop.

2012-12-15 Thread Thorsten Glaser
Source: gsl
Version: 1.15+dfsg.2-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package fails to build with the latest upload,
see attached build log.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: m68k

Kernel: Linux 3.2.0-4-atari
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh-static
I: Using pkgname logfile
I: Current time: Sat Dec 15 17:32:55 UTC 2012
I: pbuilder-time-stamp: 1355592775
I: Obtaining the cached apt archive contents
I: Installing the build-deps
W: no hooks of type D found -- ignoring
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: m68k
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: gawk | awk, debhelper (= 5.0.0), libtool, gcc (= 4:4.0), binutils 
(= 2.12.90.0.9), autotools-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 12278 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on libtool; however:
  Package libtool is not installed.
 pbuilder-satisfydepends-dummy depends on autotools-dev; however:
  Package autotools-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  autotools-dev{a} libtool{a} 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/692 kB of archives. After unpacking 1646 kB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package autotools-dev.
(Reading database ... 12278 files and directories currently installed.)
Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ...
Selecting previously unselected package libtool.
Unpacking libtool (from .../libtool_2.4.2-1.2_m68k.deb) ...
Processing triggers for man-db ...
Setting up autotools-dev (20120608.1) ...
Setting up libtool (2.4.2-1.2) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 - Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
Starting
Starting 2
Done
debhelper is already the newest version.
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying back the cached apt archive contents
I: Copying source file
I: copying [/root/gsl_1.15+dfsg.2-1.dsc]
I: copying [/root/gsl_1.15+dfsg.2.orig.tar.gz]
I: copying [/root/gsl_1.15+dfsg.2-1.diff.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat Dec 15 13:57:10 2012 UTC using DSA key ID 91B0D3B7
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./gsl_1.15+dfsg.2-1.dsc
dpkg-source: info: extracting gsl in gsl-1.15+dfsg.2
dpkg-source: info: unpacking gsl_1.15+dfsg.2.orig.tar.gz
dpkg-source: info: applying gsl_1.15+dfsg.2-1.diff.gz
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/  env PATH=/usr/sbin:/usr/bin:/sbin:/bin 
dpkg-buildpackage -us -uc  -B -m'Thorsten Glaser t...@mirbsd.de' -B 
-m'Thorsten Glaser t...@mirbsd.de' -B -rfakeroot
dpkg-buildpackage: source package gsl
dpkg-buildpackage: source version 1.15+dfsg.2-1
 dpkg-source --before-build gsl-1.15+dfsg.2
dpkg-buildpackage: host architecture m68k
 fakeroot debian/rules clean
debian/rules:243: warning: overriding commands for target 
`deprecated-non-free-doc'
debian/rules:150: warning: ignoring old commands for target 
`deprecated-non-free-doc'
dh_testdir
dh_testroot
rm -f build-stamp install-stamp test-stamp build-doc-stamp \
configure-stamp install-doc-stamp configure-prof-stamp \
install-prof-stamp
rm -rf debian/static/
rm -f doc/*.pdf doc/*.dvi doc/*.log doc/*.ps
dh_clean lib/*so* build/*.so*
[ ! -f Makefile ] || /usr/bin/make distclean 

Bug#695715: fixed in cflow 1:1.4+dfsg1-1

2012-12-15 Thread Adam D. Barratt
On Fri, 2012-12-14 at 11:47 +0100, Serafeim Zanikolas wrote:
 I've reverted the latter change and re-uploaded to unstable.
 
 Below's the diff against the previous version in unstable (and attached the
 diff against the version in testing).
 
 Please unblock cflow 1:1.4+dfsg1-2.

Done; thanks.

Regards,

Adam


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



Bug#692234: Intel DH77EB (H77): sporadic freeze and increased power consumption

2012-12-15 Thread Ingo
I have now been running vanilla 3.4 from kernel.org for 4 weeks.
Starting with 3.4.18 I have continuosly updated as new builds were
released - recently 3.4.21 and now 3.4.23.

All versions ran smoothly without any problems. Also no
incompatibilities with other Wheezy packages have been noticed.


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



Bug#696000: debug logs

2012-12-15 Thread Julian Taylor
debug logs for openblas git e01b3d4b546d8
built with make USE_THREAD=0 NO_LAPACK=1 DEBUG=1
which resulted in the barcelona target

the interesting parts are input 221 which loads the two element vector
and a nan following it into xmm5
the nan is probably a remnant from the previous run

2: $xmm2.v4_float = {2, 1, -nan(0x7f), 2.06249976}

which then spreads to the result during the hadds beginning in input 420
it also happens with only SSE2, only disabling sse completely fixes the
issue


gdb.txt.gz
Description: GNU Zip compressed data


Bug#696014: gsl: FTBFS: No targets specified and no makefile found. Stop.

2012-12-15 Thread Dirk Eddelbuettel

Hallo Thorsten,

On 15 December 2012 at 17:54, Thorsten Glaser wrote:
| Source: gsl
| Version: 1.15+dfsg.2-1
| Severity: serious
| Justification: fails to build from source (but built successfully in the past)
| 
| Hi,
| 
| your package fails to build with the latest upload,

Damn damn damn. Worked in my pbuilder here when I uploaded and still
does. What could be different between your build invocation and mine?

I just added this (at last, due to lintian nagging)

build: configure build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh_testdir

I guess I need to have build-* depend in configure-stamp as well.  Will
compare with some other debian/rules around here and fix.

Thanks for the report, and Tschoe mit oe,   Dirk

| see attached build log.
| 
| -- System Information:
| Debian Release: 7.0
|   APT prefers unreleased
|   APT policy: (500, 'unreleased'), (500, 'unstable')
| Architecture: m68k
| 
| Kernel: Linux 3.2.0-4-atari
| Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/mksh-static
| 
| --
| I: Using pkgname logfile
| I: Current time: Sat Dec 15 17:32:55 UTC 2012
| I: pbuilder-time-stamp: 1355592775
| I: Obtaining the cached apt archive contents
| I: Installing the build-deps
| W: no hooks of type D found -- ignoring
|  - Attempting to satisfy build-dependencies
|  - Creating pbuilder-satisfydepends-dummy package
| Package: pbuilder-satisfydepends-dummy
| Version: 0.invalid.0
| Architecture: m68k
| Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
| Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
|  This package was created automatically by pbuilder to satisfy the
|  build-dependencies of the package being currently built.
| Depends: gawk | awk, debhelper (= 5.0.0), libtool, gcc (= 4:4.0), binutils 
(= 2.12.90.0.9), autotools-dev
| dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
| Selecting previously unselected package pbuilder-satisfydepends-dummy.
| (Reading database ... 12278 files and directories currently installed.)
| Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
| dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
|  pbuilder-satisfydepends-dummy depends on libtool; however:
|   Package libtool is not installed.
|  pbuilder-satisfydepends-dummy depends on autotools-dev; however:
|   Package autotools-dev is not installed.
| 
| Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Initializing package states...
| Writing extended state information...
| The following NEW packages will be installed:
|   autotools-dev{a} libtool{a} 
| 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
| Need to get 0 B/692 kB of archives. After unpacking 1646 kB will be used.
| Writing extended state information...
| debconf: delaying package configuration, since apt-utils is not installed
| Selecting previously unselected package autotools-dev.
| (Reading database ... 12278 files and directories currently installed.)
| Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ...
| Selecting previously unselected package libtool.
| Unpacking libtool (from .../libtool_2.4.2-1.2_m68k.deb) ...
| Processing triggers for man-db ...
| Setting up autotools-dev (20120608.1) ...
| Setting up libtool (2.4.2-1.2) ...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Reading extended state information...
| Initializing package states...
| Writing extended state information...
|  - Finished parsing the build-deps
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Starting
| Starting 2
| Done
| debhelper is already the newest version.
| fakeroot is already the newest version.
| 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
| I: Copying back the cached apt archive contents
| I: Copying source file
| I: copying [/root/gsl_1.15+dfsg.2-1.dsc]
| I: copying [/root/gsl_1.15+dfsg.2.orig.tar.gz]
| I: copying [/root/gsl_1.15+dfsg.2-1.diff.gz]
| I: Extracting source
| gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
| gpgv: Signature made Sat Dec 15 13:57:10 2012 UTC using DSA key ID 91B0D3B7
| gpgv: Can't check signature: public key not found
| dpkg-source: warning: failed to verify signature on ./gsl_1.15+dfsg.2-1.dsc
| dpkg-source: info: extracting gsl in gsl-1.15+dfsg.2
| dpkg-source: info: unpacking gsl_1.15+dfsg.2.orig.tar.gz
| dpkg-source: info: applying gsl_1.15+dfsg.2-1.diff.gz
| I: Building the package
| W: no hooks of type A found -- ignoring
| I: Running cd tmp/buildd/*/  env 

Processed: bug 696000 is forwarded to https://github.com/xianyi/OpenBLAS/issues/171

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

 forwarded 696000 https://github.com/xianyi/OpenBLAS/issues/171
Bug #696000 [openblas] openblas:  breaks numpy linalg.solve and numpy.dot on 
i386
Set Bug forwarded-to-address to 'https://github.com/xianyi/OpenBLAS/issues/171'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696000
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#696014: gsl: FTBFS: No targets specified and no makefile found. Stop.

2012-12-15 Thread Thorsten Glaser
Dirk Eddelbuettel dixit:

Damn damn damn. Worked in my pbuilder here when I uploaded and still
does. What could be different between your build invocation and mine?

I’m doing “buildd style” compilations, that is:
cowbuilder --debbuildopts -B -m'$DEBEMAIL' --binary-arch --build *.dsc

I just added this (at last, due to lintian nagging)

build: configure build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
   dh_testdir

I guess I need to have build-* depend in configure-stamp as well.  Will
compare with some other debian/rules around here and fix.

Indeed: since build-{arch,indep} are now mandatory, “build” is only
called by the initial maintainer build before uploading. Basically,
you’ll need two chains defined and working:
a) d/r clean  d/r build  d/r binary
b) d/r clean  d/r build-arch  d/r binary-arch
Bonus for:
c) d/r clean  d/r build-indep  d/r binary-indep
(Strictly spoken, Policy also wants c but nobody runs it.)

Thanks for the report, and Tschoe mit oe,   Dirk

Tschöß ☺
//mirabilos
-- 
hecker cool ein Ada Lovelace Google-Doodle. aber zum 197. Geburtstag? Hätten
die nicht noch 3 Jahre warten können? mirabilos bis dahin gibts google nicht
mehr hecker ja, könnte man meinen. wahrscheinlich ist der angekündigte welt-
untergang aus dem maya-kalender die globale abschaltung von google ☺ und darum
müssen die die doodles vorher noch raushauen


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



Bug#695777: gtypist: includes non-free documentation (GFDL with unmodifiable sections)

2012-12-15 Thread Ben Armstrong
On 12/12/12 01:35 PM, Jakub Wilk wrote:
 I was initially confused by the wording of GR, too. I'll steal the
 explanation from http://lists.debian.org/85ac4crw7r@lola.goethe.zz:
 
 The text here differentiates between invariant sections and Invariant
 Sections, seemingly calling the Cover Texts […] an invariant section
 which happens not to be the same as an Invariant Section defined by
 the GFDL.
 
 The wording clearly is fuzzy enough to cause confusion, yet I think that
 the gist of the resolution is clear: requiring cover texts of A GNU
 manual and You are free to copy and modify this GNU Manual. on
 mass-printed copies […] will make Debian consider the documentation
 non-free and act accordingly.

In light of this policy, doesn't this mean gtypist is OK? Permission
appears to be already granted to remove those cover texts:

http://lists.debian.org/debian-devel/2012/12/msg00200.html

Ben


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



Bug#696014: gsl: FTBFS: No targets specified and no makefile found. Stop.

2012-12-15 Thread Dirk Eddelbuettel

On 15 December 2012 at 20:03, Thorsten Glaser wrote:
| Dirk Eddelbuettel dixit:
| 
| Damn damn damn. Worked in my pbuilder here when I uploaded and still
| does. What could be different between your build invocation and mine?
| 
| I’m doing “buildd style” compilations, that is:
| cowbuilder --debbuildopts -B -m'$DEBEMAIL' --binary-arch --build *.dsc

Right. Indeed --binary-arch.
 
| I just added this (at last, due to lintian nagging)
| 
| build: configure build-arch build-indep
| build-arch: build-stamp
| build-indep: build-stamp
| build-stamp:
|  dh_testdir
| 
| I guess I need to have build-* depend in configure-stamp as well.  Will
| compare with some other debian/rules around here and fix.
| 
| Indeed: since build-{arch,indep} are now mandatory, “build” is only
| called by the initial maintainer build before uploading. Basically,

I keep forgetting that, seemingly.

| you’ll need two chains defined and working:
| a) d/r clean  d/r build  d/r binary
| b) d/r clean  d/r build-arch  d/r binary-arch
| Bonus for:
| c) d/r clean  d/r build-indep  d/r binary-indep
| (Strictly spoken, Policy also wants c but nobody runs it.)

Will fix. Should be straightforward indeed.

Tschoe,  Dirk

| 
| Thanks for the report, and Tschoe mit oe,   Dirk
| 
| Tschöß ☺
| //mirabilos
| -- 
| hecker cool ein Ada Lovelace Google-Doodle. aber zum 197. Geburtstag? Hätten
| die nicht noch 3 Jahre warten können? mirabilos bis dahin gibts google nicht
| mehr hecker ja, könnte man meinen. wahrscheinlich ist der angekündigte welt-
| untergang aus dem maya-kalender die globale abschaltung von google ☺ und darum
| müssen die die doodles vorher noch raushauen

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com  


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



Bug#696014: marked as done (gsl: FTBFS: No targets specified and no makefile found. Stop.)

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2012 21:02:34 +
with message-id e1tjysu-0008pj...@franck.debian.org
and subject line Bug#696014: fixed in gsl 1.15+dfsg.2-2
has caused the Debian Bug report #696014,
regarding gsl: FTBFS: No targets specified and no makefile found.  Stop.
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.)


-- 
696014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696014
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gsl
Version: 1.15+dfsg.2-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package fails to build with the latest upload,
see attached build log.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: m68k

Kernel: Linux 3.2.0-4-atari
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh-static
I: Using pkgname logfile
I: Current time: Sat Dec 15 17:32:55 UTC 2012
I: pbuilder-time-stamp: 1355592775
I: Obtaining the cached apt archive contents
I: Installing the build-deps
W: no hooks of type D found -- ignoring
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: m68k
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: gawk | awk, debhelper (= 5.0.0), libtool, gcc (= 4:4.0), binutils 
(= 2.12.90.0.9), autotools-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 12278 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on libtool; however:
  Package libtool is not installed.
 pbuilder-satisfydepends-dummy depends on autotools-dev; however:
  Package autotools-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  autotools-dev{a} libtool{a} 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/692 kB of archives. After unpacking 1646 kB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package autotools-dev.
(Reading database ... 12278 files and directories currently installed.)
Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ...
Selecting previously unselected package libtool.
Unpacking libtool (from .../libtool_2.4.2-1.2_m68k.deb) ...
Processing triggers for man-db ...
Setting up autotools-dev (20120608.1) ...
Setting up libtool (2.4.2-1.2) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 - Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
Starting
Starting 2
Done
debhelper is already the newest version.
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying back the cached apt archive contents
I: Copying source file
I: copying [/root/gsl_1.15+dfsg.2-1.dsc]
I: copying [/root/gsl_1.15+dfsg.2.orig.tar.gz]
I: copying [/root/gsl_1.15+dfsg.2-1.diff.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat Dec 15 13:57:10 2012 UTC using DSA key ID 91B0D3B7
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./gsl_1.15+dfsg.2-1.dsc
dpkg-source: info: extracting gsl in gsl-1.15+dfsg.2
dpkg-source: info: unpacking gsl_1.15+dfsg.2.orig.tar.gz
dpkg-source: info: applying gsl_1.15+dfsg.2-1.diff.gz
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/  env 

Processed: severity of 696000 is important

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

 # OpenBLAS works generally well on i386; this bug is specific and hence not RC
 severity 696000 important
Bug #696000 [openblas] openblas:  breaks numpy linalg.solve and numpy.dot on 
i386
Severity set to 'important' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696000
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#696023: python2.7-minimal: fails to purge: subprocess installed post-removal script returned error exit status 1

2012-12-15 Thread Andreas Beckmann
Package: python2.7-minimal
Version: 2.7.3-12
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to purge.
According to policy 7.2 you cannot rely on the depends being available
during purge, only the essential packages are available for sure.

Filing this as serious because this is a regression introduced in
experimental and because a.) it's a clear policy violation (to
not clean up at purge) b.) having a piuparts clean archive is a release
goal since lenny and c.) this package being piuparts buggy blocks
packages depending on it from being tested by piuparts (and thus
possibly the detection of more severe problems).

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

  Removing python2.7-minimal ...
  Purging configuration files for python2.7-minimal ...
  dpkg: error processing python2.7-minimal (--purge):
   subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
   python2.7-minimal


cheers,

Andreas


python2.7-minimal_2.7.3-12.log.gz
Description: GNU Zip compressed data


Bug#696026: emacs24: file corruption on saving

2012-12-15 Thread Vincent Lefevre
Package: emacs24
Version: 24.2+1-1
Severity: grave
Justification: causes non-serious data loss

The file file1 (attached) has the following contents:

  6c e2 80 99 c3 a9 0a 74  65 73 74 e9 0a   |l..test..|

1. Open file1 with emacs -Q. It is regarded as
   an in-is13194-devanagari-unix file.

2. Type M-: (set-buffer-modified-p t) to mark the buffer as modified
   (so that one can save it).

3. Save the file with C-x C-s. It is proposed:

[...]
Select one of the safe coding systems listed below,
or cancel the writing with C-g and edit the buffer
   to remove or modify the problematic characters,
or specify any other coding system (and risk losing
   the problematic characters).

  raw-text emacs-mule no-conversion

4. Choose raw-text (the default) or no-conversion. One can assume
   that the file will not be modified. But it gets corrupted: one
   obtains a file file2 (attached) with the following contents:

  6c e0 a5 88 80 99 e0 a4  a5 e0 a4 8a 0a 74 65 73  |ltes|
0010  74 e0 a4 bc 0a|t|

Note: Actually file1 has mixed UTF-8 and ISO-8859-1 contents due to
a user error. But due to this bug, an attempt to fix the problem with
Emacs makes things even worse! BTW, I had the same problem in the past
when attempting to edit an mbox file with Emacs (in this case, having
mixed UTF-8 and ISO-8859-1 contents is normal). How Emacs interprets
such contents doesn't matter, but by default, it mustn't corrupt the
file on saving.

There is no such problem with GNU Emacs 23.4.1 (Debian package
emacs23 23.4+1-4).

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages emacs24 depends on:
ii  emacs24-bin-common  24.2+1-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-37
ii  libcairo2   1.12.2-2
ii  libdbus-1-3 1.6.8-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libgif4 4.1.6-10
ii  libglib2.0-02.33.12+really2.32.4-3
ii  libgnutls26 2.12.20-2
ii  libgomp14.7.2-4
ii  libgpm2 1.20.4-6
ii  libgtk2.0-0 2.24.10-2
ii  libice6 2:1.0.8-2
ii  libjpeg88d-1
ii  libm17n-0   1.6.3-2
ii  libmagickcore5  8:6.7.7.10-5
ii  libmagickwand5  8:6.7.7.10-5
ii  libncurses5 5.9-10
ii  libotf0 0.9.12-2
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-3
ii  librsvg2-2  2.36.1-1
ii  libselinux1 2.1.9-5
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-9
ii  libtinfo5   5.9-10
ii  libx11-62:1.5.0-1
ii  libxft2 2.3.1-1
ii  libxml2 2.8.0+dfsg1-7
ii  libxpm4 1:3.5.10-1
ii  libxrender1 1:0.9.7-1
ii  zlib1g  1:1.2.7.dfsg-13

emacs24 recommends no packages.

Versions of packages emacs24 suggests:
ii  emacs24-common-non-dfsg  24.2+1-1

-- no debconf information


file1
Description: Binary data


file2
Description: Binary data


Bug#695782: libbinio: includes non-free documentation (GFDL with unmodifiable sections)

2012-12-15 Thread Frank Lichtenheld
On Wed, Dec 12, 2012 at 05:45:17PM +0100, Jakub Wilk wrote:
 Source: libbinio
 Version: 1.4-14
 Severity: serious
 Justification: Policy 2.2.1
 Usertags: gfdl
 
 doc/libbinio.* has the following license:
[...]
 As per GR 2006-001, works licensed under GFDL with unmodifiable
 sections are not suitable for main:
 http://www.debian.org/vote/2006/vote_001

Note that this is a source-only problem since the info documentation is
not actually included in any of the binary packages. Should be easy to
fix by repacking the tarball.

Also note that the package is orphaned. Anyone is invited to do a
QA upload, but please do use this to change the maintainer to Debian
QA group, too.

Cheers,
  Frank


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



Processed: plymouth-x11: fails to upgrade from 'squeeze' - trying to overwrite /usr/share/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop

2012-12-15 Thread Debian Bug Tracking System
Processing control commands:

 affects -1 + plymouth-dev
Bug #696028 [plymouth-x11] plymouth-x11: fails to upgrade from 'squeeze' - 
trying to overwrite 
/usr/share/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
Added indication that 696028 affects plymouth-dev

-- 
696028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696028
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#696028: plymouth-x11: fails to upgrade from 'squeeze' - trying to overwrite /usr/share/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop

2012-12-15 Thread Andreas Beckmann
Package: plymouth-x11
Version: 0.8.8-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + plymouth-dev

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'squeeze'.
It installed fine in 'squeeze', then the upgrade to 'sid' fails
because it tries to overwrite files that are owned by other packages
without declaring a Breaks+Replaces relation.

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

This problem is exposed during the upgrade of the 'EXPOSER'
package, not by upgrading only the buggy package itself.
In order to have piuparts automatically track this problem, I'll mark
this bug as Affects/Found in the exposing package(s), too.

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

  Selecting previously unselected package plymouth-x11.
  Unpacking plymouth-x11 (from .../plymouth-x11_0.8.8-3_amd64.deb) ...
  dpkg: error processing /var/cache/apt/archives/plymouth-x11_0.8.8-3_amd64.deb 
(--unpack):
   trying to overwrite 
'/usr/share/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop', which is 
also in package plymouth 0.8.3-9.2

cheers,

Andreas


plymouth-dev_0.8.8-3.log.gz
Description: GNU Zip compressed data


Processed (with 2 errors): user debian...@lists.debian.org, usertagging 695845, found 695845 in 2:9.2.2-893683-1 ...

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

 user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was deb...@abeckmann.de).
 usertags 695845 piuparts
There were no usertags set.
Usertags are now: piuparts.
 found 695845 2:9.2.2-893683-1
Bug #695845 {Done: Daniel Baumann daniel.baum...@progress-technologies.net} 
[open-vm-tools] open-vm-tools: Init script should Required-{Start,Stop} 
$remote_fs
Marked as found in versions open-vm-tools/2:9.2.2-893683-1.
 found 677407 1:3.4+7
Bug #677407 [gnome-core] gnome-dbg: fails to upgrade from squeeze - apt does 
not find an upgrade path
Marked as found in versions meta-gnome3/1:3.4+7.
 found 684758 0.1+git20110523-2
Failed to add found on 684758: Not altering archived bugs; see unarchive.

 reopen 684758
Failed to reopen 684758: Not altering archived bugs; see unarchive.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677407
695845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695845
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: unarchiving 684758, found 684758 in 0.1+git20110523-2, reopening 684758

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

 unarchive 684758
Bug #684758 {Done: gregor herrmann gre...@debian.org} [libphone-utils0-dbg] 
libphone-utils0-dbg: /usr/share/doc/libphone-utils0-dbg empty after 
squeeze-wheezy upgrade
Unarchived Bug 684758
 found 684758 0.1+git20110523-2
Bug #684758 {Done: gregor herrmann gre...@debian.org} [libphone-utils0-dbg] 
libphone-utils0-dbg: /usr/share/doc/libphone-utils0-dbg empty after 
squeeze-wheezy upgrade
Marked as found in versions libphone-utils/0.1+git20110523-2 and reopened.
 reopen 684758
Bug #684758 [libphone-utils0-dbg] libphone-utils0-dbg: 
/usr/share/doc/libphone-utils0-dbg empty after squeeze-wheezy upgrade
Bug 684758 is not marked as done; doing nothing.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
684758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684758
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#684758: libphone-utils0-dbg: /usr/share/doc/libphone-utils0-dbg empty after squeeze-wheezy upgrade

2012-12-15 Thread Andreas Beckmann
Followup-For: Bug #684758

Hi,

the fix from the NMU seems to be lost in the last maintainer upload.
Upgrades from squeeze to sid currently fail with missing copyright
files.

Andreas



libphone-utils0-dbg_0.1+git20110523-2.log.gz
Description: GNU Zip compressed data


Bug#695777: gtypist: includes non-free documentation (GFDL with unmodifiable sections)

2012-12-15 Thread Jakub Wilk

* Ben Armstrong sy...@sanctuary.nslug.ns.ca, 2012-12-15, 16:15:

In light of this policy, doesn't this mean gtypist is OK? Permission
appears to be already granted to remove those cover texts:

http://lists.debian.org/debian-devel/2012/12/msg00200.html


As I understand it, this permission was given to _upstream_ maintainers 
of GNU software. It could be wrong, though.


--
Jakub Wilk


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



Bug#599258: Could you consider asking a removal?

2012-12-15 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Thomas! I am the maintainer of qextserialport. I was going to file a bug 
asking you to avoid using the embedded code and linking to the lib instead, 
but I stumbled upon this bug.

For what I see in the bug, it may be better to ask for it's removal. What do 
you think?

Kinds regards, Lisandro.

-- 
May the source be with you.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#694854: marked as done (krita: Fails to upgrade from Squeeze to Wheezy (missing Replaces))

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sun, 16 Dec 2012 02:49:30 +
with message-id e1tk4ie-0004ox...@franck.debian.org
and subject line Bug#694854: fixed in calligra 1:2.4.3-4
has caused the Debian Bug report #694854,
regarding krita: Fails to upgrade from Squeeze to Wheezy (missing Replaces)
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.)


-- 
694854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694854
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: krita
Version: 1:2.4.3-2
Severity: serious

Dear Calligra Maintainers,

upgrading krita from Squeeze to Wheezy fails due to a missing Replaces
header as follows:

Preparing to replace krita 1:2.2.1-4 (using .../krita_1%3a2.4.3-2_i386.deb) ...
Unpacking replacement krita ...
dpkg: error processing /var/cache/apt/archives/krita_1%3a2.4.3-2_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/kde4/services/kritadefaultdockers.desktop', 
which is also in package krita-data 1:2.2.1-4


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

Kernel: Linux 2.6.32-5-686-bigmem (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/bash

Versions of packages krita depends on:
ii  kdebase-runtime   4:4.8.4-2
ii  koffice-libs  1:2.2.1-4
ii  krita-data1:2.2.1-4
ii  libc6 2.13-37
ii  libexiv2-90.20-2
ii  libfftw3-33.2.2-1
ii  libgcc1   1:4.7.2-4
ii  libgif4   4.1.6-9
ii  libgl1-mesa-glx [libgl1]  8.0.4-2
ii  libglew1.51.5.4-1
ii  libglu1-mesa [libglu1]7.7.1-5
ii  libilmbase6   1.0.1-3
ii  libjpeg62 6b1-1
ii  libkdcraw84:4.4.5-2
ii  libkde3support4   4:4.8.4-4
ii  libkdecore5   4:4.8.4-4
ii  libkdeui5 4:4.8.4-4
ii  libkio5   4:4.8.4-4
ii  libkparts44:4.8.4-4
ii  libkrosscore4 4:4.8.4-4
ii  liblcms1  1.18.dfsg-1.2+b3
ii  libopenjpeg2  1.3+dfsg-4
ii  libpng12-01.2.44-1+squeeze4
ii  libpoppler-qt4-3  0.12.4-1.2
ii  libqimageblitz4   1:0.0.4-4
ii  libqt4-opengl 4:4.8.2+dfsg-2
ii  libqt4-qt3support 4:4.8.2+dfsg-2
ii  libqt4-xml4:4.8.2+dfsg-2
ii  libqtcore44:4.8.2+dfsg-2
ii  libqtgui4 4:4.8.2+dfsg-2
ii  libstdc++64.7.2-4
ii  libthreadweaver4  4:4.8.4-4
ii  libtiff4  3.9.6-9
ii  libx11-6  2:1.5.0-1

Versions of packages krita recommends:
ii  dcraw  8.99-1+b1

Versions of packages krita suggests:
ii  khelpcenter4  4:4.4.5-1
pn  koffice-doc-html  none

-- no debconf information
---End Message---
---BeginMessage---
Source: calligra
Source-Version: 1:2.4.3-4

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.

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

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org (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: SHA256

Format: 1.8
Date: Sat, 15 Dec 2012 21:19:38 -0300
Source: calligra
Binary: calligra karbon kexi kexi-calligrasheets-driver kexi-mysql-driver 
kexi-postgresql-driver kexi-xbase-driver kexi-sybase-driver 
kexi-web-form-widget kexi-map-form-widget calligra-reports-web-element 
calligra-reports-map-element krita krita-data kthesaurus calligrasheets 
calligraplan calligrawords calligrawords-data calligrastage calligraflow 
calligraflow-data braindump calligramobile calligra-libs calligra-data 
okular-backend-odp calligra-dbg
Architecture: source all amd64
Version: 1:2.4.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 braindump  - ideas organizer application for the Calligra Suite
 calligra   - 

Bug#694855: marked as done (karbon: Fails to upgrade from Squeeze to Wheezy (missing Replaces))

2012-12-15 Thread Debian Bug Tracking System
Your message dated Sun, 16 Dec 2012 02:49:30 +
with message-id e1tk4ie-0004p0...@franck.debian.org
and subject line Bug#694855: fixed in calligra 1:2.4.3-4
has caused the Debian Bug report #694855,
regarding karbon: Fails to upgrade from Squeeze to Wheezy (missing Replaces)
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.)


-- 
694855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: karbon
Version: 1:2.4.3-2
Severity: serious

Dear Calligra  Maintainers,

karbon fails to upgrade from Squeeze to Wheezy due to a missing
Replaces header:

Preparing to replace karbon 1:2.2.1-4 (using .../karbon_1%3a2.4.3-2_i386.deb) 
...
Unpacking replacement karbon ...
dpkg: error processing /var/cache/apt/archives/karbon_1%3a2.4.3-2_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/templates/.source/Illustration.karbon', which 
is also in package koffice-data 1:2.2.1-4
Errors were encountered while processing:
 /var/cache/apt/archives/karbon_1%3a2.4.3-2_i386.deb


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

Kernel: Linux 2.6.32-5-686-bigmem (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/bash

Versions of packages karbon depends on:
ii  kdebase-runtime  4:4.8.4-2
ii  koffice-libs 1:2.2.1-4
ii  libc62.13-37
ii  libkdecore5  4:4.8.4-4
ii  libkdeui54:4.8.4-4
ii  libkio5  4:4.8.4-4
ii  libkparts4   4:4.8.4-4
ii  libpoppler5  0.12.4-1.2
ii  libqt4-xml   4:4.8.2+dfsg-2
ii  libqtcore4   4:4.8.2+dfsg-2
ii  libqtgui44:4.8.2+dfsg-2
ii  libstdc++6   4.7.2-4
ii  libwpg-0.1-1 0.1.3-1

karbon recommends no packages.

karbon suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: calligra
Source-Version: 1:2.4.3-4

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.

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

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org (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: SHA256

Format: 1.8
Date: Sat, 15 Dec 2012 21:19:38 -0300
Source: calligra
Binary: calligra karbon kexi kexi-calligrasheets-driver kexi-mysql-driver 
kexi-postgresql-driver kexi-xbase-driver kexi-sybase-driver 
kexi-web-form-widget kexi-map-form-widget calligra-reports-web-element 
calligra-reports-map-element krita krita-data kthesaurus calligrasheets 
calligraplan calligrawords calligrawords-data calligrastage calligraflow 
calligraflow-data braindump calligramobile calligra-libs calligra-data 
okular-backend-odp calligra-dbg
Architecture: source all amd64
Version: 1:2.4.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 braindump  - ideas organizer application for the Calligra Suite
 calligra   - extensive productivity and creative suite
 calligra-data - common shared data for the Calligra Suite
 calligra-dbg - debugging symbols for Calligra
 calligra-libs - common libraries and binaries for the Calligra Suite
 calligra-reports-map-element - map element for Calligra Reports
 calligra-reports-web-element - web element for Calligra Reports
 calligraflow - flowcharting program for the Calligra Suite
 calligraflow-data - data files for Flow flowcharting program
 calligramobile - version of Calligra for mobile
 calligraplan - integrated project management and planning tool
 calligrasheets - spreadsheet for the Calligra Suite
 calligrastage - presentation program for the Calligra Suite
 calligrawords - word processor for the Calligra Suite
 calligrawords-data - data files for Words word processor
 karbon - vector graphics application for the Calligra Suite
 kexi   - integrated database environment for the Calligra Suite
 

Bug#669878: Could not perform immediate configuration on 'phonon-backend-vlc'

2012-12-15 Thread Petter Reinholdtsen
[Samuel Thibault]
 See the previous upload. As the changelog says, the upload you mention
 is just a typo-fixing upload, there's no bug there. The previous upload
 was meant to fix #691160 by doing some renaming. I guess _that_ might
 have introduced a dependency loop, but I fail to see how that could go
 through phonon-backend-vlc. What is a way to determine the actual loop?

I have no idea how to determine the actual loop, but according to
URL: http://bugs.debian.org/655382  it is in libqt4-dbus.
Apparently a loop make the apt resolving unstable, and a little change
in input values can make it fail.

-- 
Happy hacking
Petter Reinholdtsen


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