Bug#633433: slidentd: FTBFS after package change of libowfat

2011-12-03 Thread Helmut Grohne
On Sun, Jul 10, 2011 at 11:49:50AM +0200, Roland Stigge wrote:
 Build-Depends: libowfat-dietlibc-dev
 Build-Conflicts: libowfat-dev

Thanks for the fix. Tested. NMU attached. Also solves #634416.

Helmut



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



Bug#633433: slidentd: FTBFS after package change of libowfat

2011-12-03 Thread Helmut Grohne
On Sat, Dec 03, 2011 at 10:42:08AM +0100, Helmut Grohne wrote:
 Thanks for the fix. Tested. NMU attached. Also solves #634416.

Now with th patch. %-)

Helmut
diff -u slidentd-1.0.0/debian/control slidentd-1.0.0/debian/control
--- slidentd-1.0.0/debian/control
+++ slidentd-1.0.0/debian/control
@@ -2,7 +2,8 @@
 Section: net
 Priority: extra
 Maintainer: David D. Smith davidsm...@acm.org
-Build-Depends: debhelper (= 5), dpatch, dietlibc-dev, libowfat-dev
+Build-Depends: debhelper (= 5), dpatch, dietlibc-dev, libowfat-dietlibc-dev
+Build-Conflicts: libowfat-dev
 Standards-Version: 3.7.2
 
 Package: slidentd
diff -u slidentd-1.0.0/debian/changelog slidentd-1.0.0/debian/changelog
--- slidentd-1.0.0/debian/changelog
+++ slidentd-1.0.0/debian/changelog
@@ -1,3 +1,11 @@
+slidentd (1.0.0-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS after package change of libowfat changed build depends. Thanks
+to Roland Stigge (Closes: #633433)
+
+ -- Helmut Grohne hel...@subdivi.de  Sat, 03 Dec 2011 10:31:13 +0100
+
 slidentd (1.0.0-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.


Bug#650798: /var/run is now on tmpfs

2011-12-03 Thread Helmut Grohne
Package: slidentd
Version: 1.0.0-6.1
Severity: serious
Justification:  9.3.2

Exactly the same thing as http://bugs.debian.org/411019

Helmut



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



Bug#650799: java3d: FTBFS on ia64: gcc: error: argument to '-G' should be a non-negative integer

2011-12-03 Thread Jakub Wilk

Source: java3d
Version: 1.5.2+dfsg-7
Severity: serious
Justification: fails to build from source
User: debian-i...@lists.debian.org
Usertags: ia64

java3d FTBFS on ia64:
| compile:
|  [echo] Executing 64 bit native renderer build [debug]
| [mkdir] Created dir: 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/build/linux-ia64/debug/native/ogl/objs
| [mkdir] Created dir: 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/build/linux-ia64/debug/lib/ia64
|  [exec] gcc: error: argument to '-G' should be a non-negative integer
|  [exec] gcc: error: defs: No such file or directory
|  [exec] Result: 1
|
| BUILD FAILED
| 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/build.xml:436:
 The following error occurred while executing this line:
| 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/build.xml:440:
 The following error occurred while executing this line:
| 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/src/native/build.xml:431:
 The following error occurred while executing this line:
| 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/src/native/ogl/build-linux-ia64.xml:38:
 Warning: Could not find file 
/build/buildd-java3d_1.5.2+dfsg-7-ia64-vtvA0c/java3d-1.5.2+dfsg/j3d-core/build/linux-ia64/debug/native/ogl/objs/libj3dcore-ogl.so
 to copy.
|
| Total time: 4 minutes 59 seconds
| make: *** [debian/stamp-ant-build] Error 1

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=java3darch=ia64ver=1.5.2%2Bdfsg-7stamp=1322840947

--
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#645300: tidy: diff for NMU version 20091223cvs-1.1

2011-12-03 Thread Alexander Reichle-Schmehl
Dear maintainer,

I've prepared an NMU for tidy (versioned as 20091223cvs-1.1). The diff
is attached to this message.

Regards.

diff -u tidy-20091223cvs/debian/changelog tidy-20091223cvs/debian/changelog
--- tidy-20091223cvs/debian/changelog
+++ tidy-20091223cvs/debian/changelog
@@ -1,3 +1,21 @@
+tidy (20091223cvs-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch by Loïc Minier:
+* New patch, 10format-warnings, fixes FTBFS with -Werror=format-security;
+  essentially calls to messageNode() declared printf-alike with a variable
+  fmt string, but no subsequent argument; the patch passes %s as format
+  and fmt as the only argument; this merely protects this class of calls,
+  but not the ones with e.g. always one argument or always two arguments.
+  Tested by running tidy on some text and HTML files; warnings still seem to
+  be output correctly; (Closes: #645300).
+* Use CURDIR instead of CURDUR in rules.
+* rules: only append to LD_LIBRARY_PATH, don't reset it, as fakeroot relies
+on it.
+  * Set urgenceny to medium due to rc bug fix
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Sat, 03 Dec 2011 10:57:47 +0100
+
 tidy (20091223cvs-1) unstable; urgency=low
 
   * New cvs snapshot
diff -u tidy-20091223cvs/debian/rules tidy-20091223cvs/debian/rules
--- tidy-20091223cvs/debian/rules
+++ tidy-20091223cvs/debian/rules
@@ -12,9 +12,9 @@
 
 build/tidy::
 	## Generate manpage from tidy output
-	LD_LIBRARY_PATH=$(CURDUR)/src/.libs/ \
+	LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}$(CURDIR)/src/.libs/ \
 		$(CURDIR)/console/tidy -xml-help  $(HELPXML)
-	LD_LIBRARY_PATH=$(CURDUR)/src/.libs/ \
+	LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}$(CURDIR)/src/.libs/ \
 		$(CURDIR)/console/tidy -xml-config  $(CONFIGXML)
 	/usr/bin/xsltproc -o $(MANPAGE) $(MANXSL) $(HELPXML)
 
only in patch2:
unchanged:
--- tidy-20091223cvs.orig/debian/patches/10format-warnings.patch
+++ tidy-20091223cvs/debian/patches/10format-warnings.patch
@@ -0,0 +1,57 @@
+diff --git a/src/localize.c b/src/localize.c
+index b832c23..e8c8027 100644
+--- a/src/localize.c
 b/src/localize.c
+@@ -1373,14 +1373,14 @@ void TY_(ReportAccessWarning)( TidyDocImpl* doc, Node* node, uint code )
+ {
+ ctmbstr fmt = GetFormatFromCode(code);
+ doc-badAccess |= BA_WAI;
+-messageNode( doc, TidyAccess, node, fmt );
++messageNode( doc, TidyAccess, node, %s, fmt );
+ }
+ 
+ void TY_(ReportAccessError)( TidyDocImpl* doc, Node* node, uint code )
+ {
+ ctmbstr fmt = GetFormatFromCode(code);
+ doc-badAccess |= BA_WAI;
+-messageNode( doc, TidyAccess, node, fmt );
++messageNode( doc, TidyAccess, node, %s, fmt );
+ }
+ 
+ #endif /* SUPPORT_ACCESSIBILITY_CHECKS */
+@@ -1399,7 +1399,7 @@ void TY_(ReportWarning)(TidyDocImpl* doc, Node *element, Node *node, uint code)
+ switch (code)
+ {
+ case NESTED_QUOTATION:
+-messageNode(doc, TidyWarning, rpt, fmt);
++messageNode(doc, TidyWarning, rpt, %s, fmt);
+ break;
+ 
+ case OBSOLETE_ELEMENT:
+@@ -1480,7 +1480,7 @@ void TY_(ReportError)(TidyDocImpl* doc, Node *element, Node *node, uint code)
+ case INCONSISTENT_NAMESPACE:
+ case DOCTYPE_AFTER_TAGS:
+ case DTYPE_NOT_UPPER_CASE:
+-messageNode(doc, TidyWarning, rpt, fmt);
++messageNode(doc, TidyWarning, rpt, %s, fmt);
+ break;
+ 
+ case COERCE_TO_ENDTAG:
+@@ -1499,7 +1499,7 @@ void TY_(ReportError)(TidyDocImpl* doc, Node *element, Node *node, uint code)
+ case ENCODING_IO_CONFLICT:
+ case MISSING_DOCTYPE:
+ case SPACE_PRECEDING_XMLDECL:
+-messageNode(doc, TidyWarning, node, fmt);
++messageNode(doc, TidyWarning, node, %s, fmt);
+ break;
+ 
+ case TRIM_EMPTY_ELEMENT:
+@@ -1548,7 +1548,7 @@ void TY_(ReportFatal)( TidyDocImpl* doc, Node *element, Node *node, uint code)
+ {
+ case SUSPECTED_MISSING_QUOTE:
+ case DUPLICATE_FRAMESET:
+-messageNode(doc, TidyError, rpt, fmt);
++messageNode(doc, TidyError, rpt, %s, fmt);
+ break;
+ 
+ case UNKNOWN_ELEMENT:


Bug#650800: hiredis: FTBFS on mipsel: rm: cannot remove `/tmp/redis.sock': No such file or directory

2011-12-03 Thread Jakub Wilk

Source: hiredis
Version: 0.10.1-3
Severity: serious
Justification: fails to build from source
User: debian-m...@lists.debian.org
Usertags: mipsel

hiredis FTBFS on mipsel:
| ALL TESTS PASSED
| make[2]: Leaving directory 
`/build/buildd-hiredis_0.10.1-3-mipsel-0zxEz6/hiredis-0.10.1'
| kill `cat /tmp/redis.pid`
| rm /tmp/redis.pid
| rm /tmp/redis.sock
| rm: cannot remove `/tmp/redis.sock': No such file or directory
| make[1]: *** [override_dh_auto_test] Error 1

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=hiredisarch=mipselver=0.10.1-3stamp=1322841081

--
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#650801: xmds: FTBFS: checking for MPI_Init in -lmpich... no

2011-12-03 Thread Jakub Wilk

Source: xmds
Version: 1.6.6-5
Severity: serious
Justification: fails to build from source

xmds FTBFS on some architectures:
| checking for MPI_Init... no
| checking for MPI_Init in -lmpi... no
| configure: error: couldn't find mpi library
| checking for MPI_Init in -lmpich... no
| make: *** [debian/stamp-autotools] Error 1

Full build logs:
https://buildd.debian.org/status/fetch.php?pkg=xmdsarch=armelver=1.6.6-5stamp=1318914712
https://buildd.debian.org/status/fetch.php?pkg=xmdsarch=mipsver=1.6.6-5stamp=1312968873
https://buildd.debian.org/status/fetch.php?pkg=xmdsarch=mipselver=1.6.6-5stamp=1322843006
https://buildd.debian.org/status/fetch.php?pkg=xmdsarch=s390ver=1.6.6-5stamp=1312967900
https://buildd.debian.org/status/fetch.php?pkg=xmdsarch=sparcver=1.6.6-5stamp=1312967439

--
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#633433: slidentd: FTBFS after package change of libowfat

2011-12-03 Thread Helmut Grohne
Extended NMU for #650798 as well.

Helmut
diff -u slidentd-1.0.0/debian/control slidentd-1.0.0/debian/control
--- slidentd-1.0.0/debian/control
+++ slidentd-1.0.0/debian/control
@@ -2,7 +2,8 @@
 Section: net
 Priority: extra
 Maintainer: David D. Smith davidsm...@acm.org
-Build-Depends: debhelper (= 5), dpatch, dietlibc-dev, libowfat-dev
+Build-Depends: debhelper (= 5), dpatch, dietlibc-dev, libowfat-dietlibc-dev
+Build-Conflicts: libowfat-dev
 Standards-Version: 3.7.2
 
 Package: slidentd
diff -u slidentd-1.0.0/debian/changelog slidentd-1.0.0/debian/changelog
--- slidentd-1.0.0/debian/changelog
+++ slidentd-1.0.0/debian/changelog
@@ -1,3 +1,14 @@
+slidentd (1.0.0-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS after package change of libowfat changed build depends. Thanks
+to Roland Stigge (Closes: #633433)
+  * Fix FTBFS: (.text+0x15): undefined reference to `__ctype_b_loc'
+unreproducible after previous fix (Closes: #634416)
+  * Fix: /var/run is now on tmpfs add init script (Closes: #650798)
+
+ -- Helmut Grohne hel...@subdivi.de  Sat, 03 Dec 2011 11:16:33 +0100
+
 slidentd (1.0.0-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u slidentd-1.0.0/debian/rules slidentd-1.0.0/debian/rules
--- slidentd-1.0.0/debian/rules
+++ slidentd-1.0.0/debian/rules
@@ -54,6 +54,7 @@
dh_testroot
dh_installchangelogs CHANGES
dh_installdocs
+   dh_installinit -- start 20 S . stop 20 .
dh_install
dh_link
dh_strip
only in patch2:
unchanged:
--- slidentd-1.0.0.orig/debian/slidentd.init
+++ slidentd-1.0.0/debian/slidentd.init
@@ -0,0 +1,24 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:  slidentd-run-dir
+# Required-Start:$remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: S
+# Default-Stop:  
+# Short-Description: setup for slidentd
+# Description:   create /var/run/slidentd for slidentd
+### END INIT INFO
+
+[ -x /usr/sbin/slidentd ] || exit 0
+
+case $1 in
+   start|restart|reload|force-reload)
+   mkdir -p /var/run/slidentd
+   ;;
+   stop)
+   ;;
+   status)
+   test -d /var/run/slidentd || exit 4
+   exit 0
+   ;;
+esac


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,
 
 Why is that relevant that the package doesn't use dh?

This is how the dependency on numpy is introduced in other packages
that use cdbs for building.

 +  * Change Standards-Version to 3.9.2 to fix out-of-date-standards-version
 +lintian warning
 
 Cosmetic changes like this are not appropriate for an NMU.

I have removed the fix for the lintian warning in the attached patch.

Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 10:57:34.0 +0100
@@ -1,3 +1,13 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding missing dependency to
+control file (Closes: #641794)
+  * Fix lintian error helper-templates-in-copyright replacing Author(s) by
+Authors
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/control numexpr-1.4.2/debian/control
--- numexpr-1.4.2/debian/control	2011-04-07 04:36:01.0 +0200
+++ numexpr-1.4.2/debian/control	2011-12-03 10:57:22.0 +0100
@@ -15,7 +15,8 @@
 Architecture: any
 Depends: ${python:Depends},
 	 ${shlibs:Depends},
-	 ${misc:Depends}
+	 ${misc:Depends},
+	 python-numpy
 Description: Numexpr package evaluates multiple-operator array expressions
  many times faster than NumPy can. It accepts the expression as a string,
  analyzes it, rewrites it more efficiently, and compiles it to faster Python
diff -Nru numexpr-1.4.2/debian/copyright numexpr-1.4.2/debian/copyright
--- numexpr-1.4.2/debian/copyright	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/copyright	2011-12-02 22:41:59.0 +0100
@@ -6,7 +6,7 @@
 
 http://code.google.com/p/numexpr/
 
-Upstream Author(s):
+Upstream Authors:
 
 David M. Cooke david.m.co...@gmail.com
 Francesc Alted fal...@pytables.org


Bug#650804: blacs-mpi: FTBFS: mpif90.lam: Command not found

2011-12-03 Thread Jakub Wilk

Source: blacs-mpi
Version: 1.1-30.1
Severity: serious
Justification: fails to build from source

blacs-mpi FTBFS:
| mpif90.lam -c  -w  -O4 bi_f77_mpi_attr_get.f
| make[3]: mpif90.lam: Command not found
| make[3]: *** [bi_f77_mpi_attr_get.o] Error 127

Full build logs:
https://buildd.debian.org/status/fetch.php?pkg=blacs-mpiarch=armelver=1.1-30.1stamp=1318912211
https://buildd.debian.org/status/fetch.php?pkg=blacs-mpiarch=mipsver=1.1-30.1stamp=1314656583
https://buildd.debian.org/status/fetch.php?pkg=blacs-mpiarch=mipselver=1.1-30.1stamp=1314654982
https://buildd.debian.org/status/fetch.php?pkg=blacs-mpiarch=s390ver=1.1-30.1stamp=1314654417
https://buildd.debian.org/status/fetch.php?pkg=blacs-mpiarch=sparcver=1.1-30.1stamp=1314654609

--
Jakub Wilk



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



Processed: 387756 is a policy violation

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

 severity 387756 serious
Bug #387756 [crack-common] crack: Do not expect the /var/run/ content to persist
Bug #611720 [crack-common] crack: apt purge does not remove /var/run/Crack/ and 
contents
Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
387756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387756
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#650805: bitcoin: FTBFS: error in script_PushData: check EvalScript(pushdata2Stack, CScript(pushdata2[0], pushdata2[sizeof(pushdata2)]), CTransaction(), 0, 0) failed

2011-12-03 Thread Jakub Wilk

Source: bitcoin
Version: 0.4.0-1
Severity: serious
Justification: fails to build from source

bitcoin FTBFS on big-endian architectures:
| touch debian/stamp-makefile-check
| src/test_bitcoin
| Running 6 test cases...
| test/script_tests.cpp(32): error in script_PushData: check 
EvalScript(pushdata2Stack, CScript(pushdata2[0], pushdata2[sizeof(pushdata2)]), 
CTransaction(), 0, 0) failed
| test/script_tests.cpp(33): error in script_PushData: check pushdata2Stack 
== directStack failed
| test/script_tests.cpp(36): error in script_PushData: check 
EvalScript(pushdata4Stack, CScript(pushdata4[0], pushdata4[sizeof(pushdata4)]), 
CTransaction(), 0, 0) failed
| test/script_tests.cpp(37): error in script_PushData: check pushdata4Stack 
== directStack failed
| unknown location(0): fatal error in basic_transaction_tests: std::runtime_error: 
boost::filesystem::create_directory: No such file or directory: /home/buildd/.bitcoin

Full build logs:
https://buildd.debian.org/status/fetch.php?pkg=bitcoinarch=mipsver=0.4.0-1stamp=1317782082
https://buildd.debian.org/status/fetch.php?pkg=bitcoinarch=powerpcver=0.4.0-1stamp=1317774642
https://buildd.debian.org/status/fetch.php?pkg=bitcoinarch=s390ver=0.4.0-1stamp=1317775176
https://buildd.debian.org/status/fetch.php?pkg=bitcoinarch=sparcver=0.4.0-1stamp=1317776433

--
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#619588: specto: diff for NMU version 0.2.2-3.2

2011-12-03 Thread Alexander Reichle-Schmehl
Dear maintainer,

I've prepared an NMU for specto (versioned as 0.2.2-3.2). The diff
is attached to this message.

Regards.

diff -u specto-0.2.2/debian/changelog specto-0.2.2/debian/changelog
--- specto-0.2.2/debian/changelog
+++ specto-0.2.2/debian/changelog
@@ -1,3 +1,12 @@
+specto (0.2.2-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Matt Kraai to not use users ~/data directory
+(Closes: #619588)
+  * Set urgency to medium due to rc bug fix
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Sat, 03 Dec 2011 11:54:33 +0100
+
 specto (0.2.2-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- specto-0.2.2.orig/debian/patches/02_use_system_data_directories.patch
+++ specto-0.2.2/debian/patches/02_use_system_data_directories.patch
@@ -0,0 +1,23 @@
+diff -ru specto-0.2.2~/spectlib/util.py specto-0.2.2/spectlib/util.py
+--- specto-0.2.2~/spectlib/util.py	2011-03-25 19:45:02.0 -0700
 specto-0.2.2/spectlib/util.py	2011-03-25 19:46:42.0 -0700
+@@ -48,15 +48,9 @@
+ 
+ def get_path(category=None):
+  Return the correct path. 
+-if not os.path.exists('data'):
+-if not category:
+-PATH = %s/share/specto/ % sys.prefix
+-elif category==doc:
+-PATH = %s/share/doc/specto/ % sys.prefix
+-else:
+-if not category:
+-PATH =os.path.join(os.getcwd(), data/)
+-elif category==doc:
+-PATH = os.path.join(os.getcwd(), data/doc/)
++if not category:
++PATH = %s/share/specto/ % sys.prefix
++elif category==doc:
++PATH = %s/share/doc/specto/ % sys.prefix
+ return PATH
+ 


Bug#620960: RFS: inspircd

2011-12-03 Thread Jan Lübbe
Hi!

On Tue, 2011-11-01 at 22:00 +0100, Guillaume Delacour wrote: 
 To access further information about this package, please visit the following 
 URL:
 
   http://mentors.debian.net/package/inspircd
 
 Alternatively, one can download the package with dget using this command:
 
   dget -x 
 http://mentors.debian.net/debian/pool/main/i/inspircd/inspircd_2.0.5-1.dsc

It seems you've replaced that package with a new one on 2011-11-30. Did
you want to that one uploaded, too?

From the changelog it seems that you intend to maintain it as a pkg-irc
team member, so I'd offer to review and upload it if you don't find a
sponsor in your team.

Best regards,
Jan




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



Bug#619588: marked as done (fails to start)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 11:22:08 +
with message-id e1rwnfu-0004no...@franck.debian.org
and subject line Bug#619588: fixed in specto 0.2.2-3.2
has caused the Debian Bug report #619588,
regarding fails to start
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.)


-- 
619588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619588
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: specto
Version: 0.2.2-3.1
Severity: grave

  Hello,

  specto fails to start from the command-line with the following errors:

~ specto
/usr/lib/python2.6/dist-packages/spectlib/iniparser.py:304: DeprecationWarning: 
the sets module is deprecated
  from sets import Set

(specto:5530): libglade-WARNING **: could not find glade file 
'/home/vincent/data/glade/notifier.glade'
Traceback (most recent call last):
  File /usr/bin/specto, line 38, in module
specto = Specto()
  File /usr/lib/python2.6/dist-packages/spectlib/main.py, line 113, in 
__init__
self.toggle_notifier()
  File /usr/lib/python2.6/dist-packages/spectlib/main.py, line 511, in 
toggle_notifier
self.notifier = Notifier(self)
  File /usr/lib/python2.6/dist-packages/spectlib/notifier.py, line 59, in 
__init__
self.wTree=gtk.glade.XML(gladefile,windowname, self.specto.glade_gettext)
RuntimeError: could not create GladeXML object

  /home/vincent is my home directory, and /home/vincent/data exists,
but of course does not contain any glade file
(/home/vincent/data/glade does not exist).

  Setting severity to grave as basically the application does not work
at all, at least for me.

  Regards,

Vincent


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

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

Versions of packages specto depends on:
ii  gconf2   2.28.1-6GNOME configuration database syste
ii  gnome-icon-theme 2.30.3-2GNOME Desktop icon theme
ii  librsvg2-common  2.32.1-1SAX-based renderer library for SVG
ii  python   2.6.6-12interactive high-level object-orie
ii  python-central   0.6.16+nmu1 register and build utility for Pyt
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-glade22.17.0-4GTK+ bindings: Glade support
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-gtk2  2.17.0-4Python bindings for the GTK+ widge
ii  python-notify0.1.1-2+b2  Python bindings for libnotify
ii  zenity   2.30.0-1Display graphical dialog boxes fro

specto recommends no packages.

specto suggests no packages.

-- no debconf information



---End Message---
---BeginMessage---
Source: specto
Source-Version: 0.2.2-3.2

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

specto_0.2.2-3.2.diff.gz
  to main/s/specto/specto_0.2.2-3.2.diff.gz
specto_0.2.2-3.2.dsc
  to main/s/specto/specto_0.2.2-3.2.dsc
specto_0.2.2-3.2_all.deb
  to main/s/specto/specto_0.2.2-3.2_all.deb



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

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl toli...@debian.org (supplier of updated specto 
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, 03 Dec 2011 11:54:33 +0100
Source: specto
Binary: specto
Architecture: source all
Version: 0.2.2-3.2
Distribution: unstable
Urgency: medium
Maintainer: Christopher James Halse Rogers r...@ubuntu.com
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 specto - Unobtrusive update notification program
Closes: 619588
Changes: 
 specto (0.2.2-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply patch from Matt Kraai to not use users ~/data directory
 (Closes: #619588)
   * Set urgency to medium due to rc bug fix
Checksums-Sha1: 
 

Bug#625389: marked as done (maximus: ftbfs with gcc-4.6 -Werror)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 11:21:23 +
with message-id e1rwnel-0004kj...@franck.debian.org
and subject line Bug#625389: fixed in maximus 0.4.14-2
has caused the Debian Bug report #625389,
regarding maximus: ftbfs with gcc-4.6 -Werror
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.)


-- 
625389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625389
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: maximus
Version: 0.4.14-1
Severity: important
Tags: wheezy sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.6 ftbfs-werror

This package builds with -Werror, and GCC 4.6 triggers new warnings
which will make the package fail to build.  Currently a Debian patch
just passes
-Wno-error=unused-but-set-variable and
-Wno-error=unused-but-set-parameter
to avoid build failures, but this patch will be reverted with the
GCC 4.6.1 release, and the severity of the report will be raised.

The full build log can be found at:
http://people.debian.org/~doko/tmp/werror/maximus_0.4.14-1_lsid64.buildlog
The last lines of the build log are at the end of this report.



---End Message---
---BeginMessage---
Source: maximus
Source-Version: 0.4.14-2

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

maximus_0.4.14-2.diff.gz
  to main/m/maximus/maximus_0.4.14-2.diff.gz
maximus_0.4.14-2.dsc
  to main/m/maximus/maximus_0.4.14-2.dsc
maximus_0.4.14-2_i386.deb
  to main/m/maximus/maximus_0.4.14-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Frank Lichtenheld dj...@debian.org (supplier of updated maximus 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, 03 Dec 2011 11:17:57 +0100
Source: maximus
Binary: maximus
Architecture: source i386
Version: 0.4.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Frank Lichtenheld dj...@debian.org
Description: 
 maximus- Automaximizing window management tool
Closes: 533094 625389
Changes: 
 maximus (0.4.14-2) unstable; urgency=low
 .
   * QA upload.
   * Merge Ubuntu patch (except for the preinst which seems to
 be only relevant for Ubuntu). Closes: #625389.
   * Set maintainer to QA Group
   * Add Homepage. Closes: #533094.
Checksums-Sha1: 
 d0d69a3b436fdf510af0d03e746d1694bed0a373 1371 maximus_0.4.14-2.dsc
 72f653b2e655c3bb1cb3cc988dab356e78d0c29d 4261 maximus_0.4.14-2.diff.gz
 edc661bb29adb4a5ad06504dd354e05c778d311f 24272 maximus_0.4.14-2_i386.deb
Checksums-Sha256: 
 28f897cb38d70b95fe9ecbf5a4aebfa7899f25ded2d0a10b451ed97c74b6b0f3 1371 
maximus_0.4.14-2.dsc
 cbd34fef07e048100495c4d3f8108f771e1434383f091d6a4f3440d3384cb05c 4261 
maximus_0.4.14-2.diff.gz
 33e80ef0e19e0149523d21e9bebf87245eef2ea89eb6e63b94fc4f88e4ace2e8 24272 
maximus_0.4.14-2_i386.deb
Files: 
 78260251a521448663de0e930f07860d 1371 gnome optional maximus_0.4.14-2.dsc
 3794ffe753658d1f7b467b1054a792be 4261 gnome optional maximus_0.4.14-2.diff.gz
 37036cfcbdb28b262ed0bcb9364c0ae8 24272 gnome optional maximus_0.4.14-2_i386.deb

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

iEYEARECAAYFAk7aAHwACgkQQbn06FtxPfArCwCguyO2AD1tNho2VPrkrdY1ZmZm
57AAnRBc4MuslAamAIkjXY1SjsBM1ZJH
=Rc0z
-END PGP SIGNATURE-


---End Message---


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,

The attached patch includes a call to dh_numpy in debian/rules that adds
the correct dependency on python-numpy, instead of adding the dependency
directly in debian/control.

Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 11:47:32.0 +0100
@@ -1,3 +1,13 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding the dh_numpy helper
+script to the rules file (Closes: #641794)
+  * Fix lintian error helper-templates-in-copyright replacing Author(s) by
+Authors
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/copyright numexpr-1.4.2/debian/copyright
--- numexpr-1.4.2/debian/copyright	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/copyright	2011-12-02 22:41:59.0 +0100
@@ -6,7 +6,7 @@
 
 http://code.google.com/p/numexpr/
 
-Upstream Author(s):
+Upstream Authors:
 
 David M. Cooke david.m.co...@gmail.com
 Francesc Alted fal...@pytables.org
diff -Nru numexpr-1.4.2/debian/rules numexpr-1.4.2/debian/rules
--- numexpr-1.4.2/debian/rules	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules	2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
 install/$(DEB_PYTHON_MODULE_PACKAGES)::
 	sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
 		$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+	dh_numpy
 #	rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


Bug#621866: marked as done (rsync: CVE-2011-1097 DoS and possibly code execution on client side)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Dec 2011 12:28:32 +0100
with message-id 20111203112832.ga10...@melusine.alphascorpii.net
and subject line Re: Bug#621866: Bug fixed in unstable/testung/experimental
has caused the Debian Bug report #621866,
regarding rsync: CVE-2011-1097 DoS and possibly code execution on client side
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.)


-- 
621866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rsync
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for rsync.

CVE-2011-1097[0]:
| rsync 3.x before 3.0.8, when certain recursion, deletion, and
| ownership options are used, allows remote rsync servers to cause a
| denial of service (heap memory corruption and application crash) or
| possibly execute arbitrary code via malformed data.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

More info:
https://bugzilla.samba.org/show_bug.cgi?id=7936
http://gitweb.samba.org/?p=rsync.git;a=commitdiff;h=83b94efa6b60a3ff5eee4c5f7812c617a90a03f6;hp=c8255147b06b74dad940d32f9cef5fbe17595239

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1097
http://security-tracker.debian.org/tracker/CVE-2011-1097

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpOtEimLwfko.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Version: 3.0.8-1

Hi!

* Arne Wichmann a...@anhrefn.saar.de [111005 16:35]:
 As far as I can see, this bug is fixed in testing (and anything newer):
 
 /usr/share/doc/rsync/changelog.gz:
 
 [...]
 - Fixed a data-corruption issue when preserving hard-links without
   preserving file ownership, and doing deletions either before or during
   the transfer (CVE-2011-1097).  This fixes some assert errors in the
   hard-linking code, and some potential failed checksums (via -c) that
   should have matched.
 [...]

Yes, I checked the source, that's fixed for testing and higher, so I
versioned close this bug.  It's still open for stable, though.


Best Regards,
  Alexander

---End Message---


Bug#650806: libperl5i-perl: FTBFS on mips: Failed test 'No autoflush'

2011-12-03 Thread Jakub Wilk

Source: libperl5i-perl
Version: 2.9.0-1
Severity: serious
Justification: fails to build from source
User: debian-m...@lists.debian.org
Usertags: mips

libperl5i-perl FTBFS on mips:
|dh_auto_test
| cc -I/usr/lib/perl/5.14/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o bin/perl5i.o bin/perl5i.c
| cc -fstack-protector -L/usr/local/lib -o bin/perl5i bin/perl5i.o
| t/ARGV.t . ok
| t/ARGV_twice.t ... ok
| t/CLASS.t  ok
|
| #   Failed test 'No autoflush'
| #   at t/Child.t line 93.
| # Looks like you failed 1 test of 19.
| t/Child.t 
| Dubious, test returned 1 (wstat 256, 0x100)
| Failed 1/19 subtests
| t/English.t .. ok
| t/File-stat.t  ok
| t/List-MoreUtils/all.t ... ok
| t/List-MoreUtils/any.t ... ok
| t/List-MoreUtils/false.t . ok
| t/List-MoreUtils/mesh.t .. ok
| t/List-MoreUtils/minmax.t  ok
| t/List-MoreUtils/none.t .. ok
| t/List-MoreUtils/true.t .. ok
| t/List-MoreUtils/uniq.t .. ok
| t/List-Util/first.t .. ok
| t/List-Util/max.t  ok
| t/List-Util/maxstr.t . ok
| t/List-Util/min.t  ok
| t/List-Util/minstr.t . ok
| t/List-Util/reduce.t . ok
| t/List-Util/shuffle.t  ok
| t/List-Util/sum.t  ok
| t/Meta/ISA.t . ok
| t/Meta/checksum.t  ok
| t/Meta/class.t ... ok
| t/Meta/id.t .. ok
| t/Meta/is-equal.t  ok
| t/Meta/linear_isa.t .. ok
| t/Meta/methods.t . ok
| t/Meta/reftype.t . ok
| t/Meta/super.t ... ok
| t/Meta/symbol_table.t  ok
| t/Want.t . ok
| t/alias.t  ok
| t/autobox.t .. ok
| t/autodie.t .. ok
| t/autovivification.t . ok
| t/caller.t ... ok
| t/can.t .. ok
| t/capture.t .. ok
| t/carp.t . ok
| t/center.t ... ok
| t/chdir.t  ok
| t/command_line_wrapper.t . ok
| t/commify.t .. ok
| t/datetime.t . ok
| t/die.t .. ok
| t/diff.t . ok
| t/dump/array.t ... ok
| t/dump/code.t  ok
| t/dump/hash.t  ok
| t/dump/obj.t . ok
| t/dump/scalar.t .. ok
| t/each.t . ok
| t/equal.t  ok
| t/everything_is_an_object.t .. ok
| t/flip.t . ok
| t/foreach.t .. ok
| t/github164.t  ok
| t/grep.t . ok
| t/hash-diff.t  ok
| t/hash-intersect.t ... ok
| t/hash-merge.t ... ok
| t/intersect.t  ok
| t/io-handle.t  ok
| t/is_module_name.t ... ok
| t/lexical.t .. ok
| t/list-trim.t  ok
| t/list.t . ok
| t/load_together.t  ok
| t/map.t .. ok
| t/method_leaking.t ... ok
| t/modern_perl.t .. ok
| t/module2path.t .. ok
| t/no_indirect.t .. ok
| t/number.t ... ok
| t/perl5i.t ... ok
| t/require.t .. ok
| t/require_message.t .. ok
| t/say.t .. ok
| t/scalar.t ... ok
| t/signature.t  ok
| t/signatures.t ... ok
| t/taint.t  ok
| t/time_compat.t .. ok
| t/true.t . ok
| t/try-tiny.t . ok
| t/uniq.t . ok
| t/utf8.t . ok
| t/version_0/00_compile.t . ok
| t/version_1/00_compile.t . ok
| t/vs_listmoreutils.t . ok
| t/wrap.t . ok
| t/y2038.t  ok
|
| Test Summary Report
| ---
| t/Child.t  (Wstat: 256 Tests: 19 Failed: 1)
|   Failed test:  18
|   Non-zero exit status: 1
| Files=94, Tests=1095, 468 wallclock secs ( 4.74 usr  2.06 sys + 399.78 cusr 
60.98 csys = 467.56 CPU)
| Result: FAIL
| Failed 1/94 test programs. 1/1095 subtests failed.
| dh_auto_test: perl Build test returned exit code 255

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=libperl5i-perlarch=mipsver=2.9.0-1stamp=1322910630

--
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#650798: Uploaded to DELAYED/10

2011-12-03 Thread Jan Lübbe
Hi!

I've uploaded this NMU to the DELAYED/10 queue. In case this someone
objects to it, please contact me.

Regards,
Jan




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



Bug#650807: zfs-fuse: FTBFS on sparc: undefined reference to `ec_atomic_cas'

2011-12-03 Thread Jakub Wilk

Source: zfs-fuse
Version: 0.7.0-3
Severity: serious
Justification: fails to build from source
User: debian-sp...@lists.debian.org
Usertags: sparc

zfs-fuse FTBFS on sparc:
| /bin/bash ./libtool --tag=CC --mode=link gcc  -g -O2   -o umem_test  
umem_test.o -lumem
| gcc -g -O2 -o .libs/umem_test umem_test.o  
/build/buildd-zfs-fuse_0.7.0-3-sparc-wDgYVA/zfs-fuse-0.7.0/src/lib/libumem/.libs/libumem.so
 -lpthread -ldl
| 
/build/buildd-zfs-fuse_0.7.0-3-sparc-wDgYVA/zfs-fuse-0.7.0/src/lib/libumem/.libs/libumem.so:
 undefined reference to `ec_atomic_cas'
| collect2: ld returned 1 exit status
| make[1]: *** [umem_test] Error 1
| make[1]: Leaving directory 
`/build/buildd-zfs-fuse_0.7.0-3-sparc-wDgYVA/zfs-fuse-0.7.0/src/lib/libumem'
| make: *** [all] Error 2
| scons: *** [lib/libumem/libumem.a] Error 2
| scons: building terminated because of errors.
| make[1]: *** [override_dh_auto_build] Error 2
| make[1]: Leaving directory 
`/build/buildd-zfs-fuse_0.7.0-3-sparc-wDgYVA/zfs-fuse-0.7.0'
| make: *** [build] Error 2

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=zfs-fusearch=sparcver=0.7.0-3stamp=1322912200

--
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#650808: frown: OOM on compiling any remotely valid grammer

2011-12-03 Thread Helmut Grohne
Package: frown
Version: 0.6.1-11
Severity: grave
Justification: renders package unusable

I noticed that frown would no longer translate my projects, because it
would eat too much memory. So I tried to come up with smaller grammers.
I arrived at

$ cat test.lg
 %{
 }
$

Now this didn't eat any less memory, but maybe 1G is too little.
Thankfully Tolimar volunteered to test this with 8G and suprisingly it
ate those 8G as well. I can only conclude that frown is no longer able
to compile any grammer in any reasonable amount of memory. This renders
the package unusable for any normal user.

Helmut

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

Versions of packages frown depends on:
ii  libc6 2.13-21   
ii  libffi5   3.0.10-3  
ii  libgmp10  2:5.0.2+dfsg-2



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



Bug#555753: moon-lander: diff for NMU version 1.0-4.1

2011-12-03 Thread Meike Reichle
Dear maintainer,

I've prepared an NMU for moon-lander (versioned as 1.0-4.1). The diff is
attached to this message.

Regards.
diff -u moon-lander-1.0/debian/changelog moon-lander-1.0/debian/changelog
--- moon-lander-1.0/debian/changelog
+++ moon-lander-1.0/debian/changelog
@@ -1,3 +1,12 @@
+moon-lander (1:1.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils-gold, added missing link to libm 
+(Thanks to Paul Merrill ) (Closes: #555753)
+  * Urgency set to medium, rc Bug fix
+
+ -- Meike Reichle me...@debian.org  Sat, 03 Dec 2011 11:44:55 +0100
+
 moon-lander (1:1.0-4) unstable; urgency=low
 
   * Add remaining fuel to score, closes: #347240.
diff -u moon-lander-1.0/Makefile moon-lander-1.0/Makefile
--- moon-lander-1.0/Makefile
+++ moon-lander-1.0/Makefile
@@ -2,7 +2,7 @@
 CFLAGS+=-Wall `sdl-config --cflags` 
 CC=gcc
 
-LIBS=SDL_image `sdl-config --libs`
+LIBS=SDL_image `sdl-config --libs` -lm
 
 C_FILES=moon_lander.c game_lib.c DT_drawtext.c
 OBJ_FILES=moon_lander.o game_lib.o DT_drawtext.o 


Bug#646325: gst-plugins-good0.10: diff for NMU version 0.10.30-2.1

2011-12-03 Thread Philipp Kaluza
tags 646325 + patch
tags 646325 + pending
thanks

Dear maintainer,

I've prepared an NMU for gst-plugins-good0.10 (versioned as 0.10.30-2.1)
and will ask for an upload to DELAYED/2. Please feel free to tell me if
I should delay it longer.

Greetings from the BSP,
  Philipp Kaluza

diff -Nru gst-plugins-good0.10-0.10.30/debian/changelog gst-plugins-good0.10-0.10.30/debian/changelog
--- gst-plugins-good0.10-0.10.30/debian/changelog	2011-11-09 15:20:38.0 +0100
+++ gst-plugins-good0.10-0.10.30/debian/changelog	2011-12-03 11:42:34.0 +0100
@@ -1,3 +1,11 @@
+gst-plugins-good0.10 (0.10.30-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add Replaces/Breaks to gstreamer0.10-gconf for old 
+gstreamer0.10-plugins-good (Closes: #646325)
+
+ -- Philipp Kaluza deb...@ghostroute.eu  Sat, 03 Dec 2011 10:34:02 +
+
 gst-plugins-good0.10 (0.10.30-2) unstable; urgency=low
 
   [ Sebastian Dröge ]
diff -Nru gst-plugins-good0.10-0.10.30/debian/control gst-plugins-good0.10-0.10.30/debian/control
--- gst-plugins-good0.10-0.10.30/debian/control	2011-11-09 15:20:38.0 +0100
+++ gst-plugins-good0.10-0.10.30/debian/control	2011-12-03 11:44:44.0 +0100
@@ -53,6 +53,8 @@
 Section: sound
 Depends: ${misc:Depends},
  ${shlibs:Depends}
+Replaces: gstreamer0.10-plugins-good ( 0.10.30-2)
+Conflicts: gstreamer0.10-plugins-good ( 0.10.30-2)
 XB-GStreamer-Version: ${gstreamer:Version}
 XB-GStreamer-Elements: ${gstreamer:Elements}
 XB-GStreamer-URI-Sources: ${gstreamer:URISources}
@@ -79,7 +81,7 @@
  ${shlibs:Depends},
  gstreamer0.10-audiosink,
  gstreamer0.10-plugins-base,
- gstreamer0.10-gconf
+ gstreamer0.10-gconf (=0.10.30-2)
 Recommends: gstreamer0.10-x
 Replaces: gstreamer0.10-plugins-bad ( 0.10.21.2), gstreamer0.10-plugins-really-bad ( 0.10.21.2), gstreamer0.10-plugins-good-doc ( 0.10.6-2)
 Conflicts: gstreamer0.10-plugins-bad ( 0.10.21.2), gstreamer0.10-plugins-really-bad ( 0.10.21.2)



Processed: gst-plugins-good0.10: diff for NMU version 0.10.30-2.1

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

 tags 646325 + patch
Bug #646325 [gstreamer0.10-gconf] gstreamer0.10-gconf needs to replace 
gstreamer0.10-plugins-good
Added tag(s) patch.
 tags 646325 + pending
Bug #646325 [gstreamer0.10-gconf] gstreamer0.10-gconf needs to replace 
gstreamer0.10-plugins-good
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646325
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#650764: gnat-4.4: FTBFS: sinput.adb:776:19: deallocation from empty storage pool

2011-12-03 Thread Ludovic Brenta
I have traced this to the following diff hunk in the sources of GNAT:

--- a/gcc/ada/sem_intr.adb 4.4
+++ b/gcc/ada/sem_intr.adb 4.6
@@ -134,12 +159,23 @@ package body Sem_Intr is
   --  Check for the case of freeing a non-null object which will raise
   --  Constraint_Error. Issue warning here, do the expansion in Exp_Intr.
 
-  elsif Cnam = Name_Free
+  elsif Cnam = Name_Unchecked_Deallocation
 and then Can_Never_Be_Null (Etype (Arg1))
   then
  Error_Msg_N
(freeing `NOT NULL` object will raise Constraint_Error?, N);
 
+  --  For unchecked deallocation, error to deallocate from empty pool.
+  --  Note: this test used to be in Exp_Intr as a warning, but AI 157
+  --  issues a binding interpretation that this should be an error, and
+  --  consequently it needs to be done in the semantic analysis so that
+  --  the error is issued even in semantics only mode.
+
+  elsif Cnam = Name_Unchecked_Deallocation
+and then No_Pool_Assigned (Rtyp)
+  then
+ Error_Msg_N (deallocation from empty storage pool!, N);
+
   --  For now, no other special checks are required
 
   else

This explains why gnat-4.6 issues an (unsuppressible) error instead of a
(suppressed) warning when compiling the following piece of source of
gnat-4.4 (line 776 is of course the call to Free_Ptr):

declare
   S : Source_File_Record renames Source_File.Table (J);

   procedure Free_Ptr is new Unchecked_Deallocation
 (Big_Source_Buffer, Source_Buffer_Ptr);

   pragma Warnings (Off);
   --  This unchecked conversion is aliasing safe, since it is not
   --  used to create improperly aliased pointer values.

   function To_Source_Buffer_Ptr is new
 Unchecked_Conversion (Address, Source_Buffer_Ptr);

   pragma Warnings (On);

   Tmp1 : Source_Buffer_Ptr;

begin
   if S.Instantiation /= No_Location then
  null;

   else
  --  Free the buffer, we use Free here, because we used malloc
  --  or realloc directly to allocate the tables. That is
  --  because we were playing the big array trick. We need to
  --  suppress the warning for freeing from an empty pool!

  --  We have to recreate a proper pointer to the actual array
  --  from the zero origin pointer stored in the source table.

  Tmp1 :=
To_Source_Buffer_Ptr
  (S.Source_Text (S.Source_First)'Address);
  pragma Warnings (Off);
  Free_Ptr (Tmp1);
  pragma Warnings (On);

  if S.Lines_Table /= null then
 Memory.Free (To_Address (S.Lines_Table));
 S.Lines_Table := null;
  end if;

  if S.Logical_Lines_Table /= null then
 Memory.Free (To_Address (S.Logical_Lines_Table));
 S.Logical_Lines_Table := null;
  end if;
   end if;
end;


This does not however explain why gnat-4.6 compiles gnat-4.6
successfully, given that sinput.adb has changed very little in that
area:

--- a/gcc/ada/sinput.adb 4.4
+++ b/gcc/ada/sinput.adb 4.6
@@ -763,8 +811,7 @@ package body Sinput is
else
   --  Free the buffer, we use Free here, because we used malloc
   --  or realloc directly to allocate the tables. That is
-  --  because we were playing the big array trick. We need to
-  --  suppress the warning for freeing from an empty pool!
+  --  because we were playing the big array trick.
 
   --  We have to recreate a proper pointer to the actual array
   --  from the zero origin pointer stored in the source table.
@@ -772,9 +819,7 @@ package body Sinput is
   Tmp1 :=
 To_Source_Buffer_Ptr
   (S.Source_Text (S.Source_First)'Address);
-  pragma Warnings (Off);
   Free_Ptr (Tmp1);
-  pragma Warnings (On);
 
   if S.Lines_Table /= null then
  Memory.Free (To_Address (S.Lines_Table));




The mystery disappears when we read the corresponding ChangeLog entry:

2010-10-07  Robert Dewar  de...@adacore.com

* par-ch6.adb: Fix error in handling of parametrized expressions.
* par-ch4.adb (P_Name): Allow qualified expression as name in Ada 2012
mode.
(P_Simple_Expression): Better message for qualified expression prefix
* s-crc32.adb: Minor reformatting.
* exp_intr.adb (Expand_Unc_Deallocation): Remove test for empty
storage pool (this test is moved to Sem_Intr).
* 

Bug#650800: hiredis: FTBFS on mipsel: rm: cannot remove `/tmp/redis.sock': No such file or directory

2011-12-03 Thread Alessandro Ghedini
tags 650800 pending
kthxbye

On Sat, Dec 03, 2011 at 11:08:44AM +0100, Jakub Wilk wrote:
 Source: hiredis
 Version: 0.10.1-3
 Severity: serious
 Justification: fails to build from source
 User: debian-m...@lists.debian.org
 Usertags: mipsel
 
 hiredis FTBFS on mipsel:
 | ALL TESTS PASSED
 | make[2]: Leaving directory 
 `/build/buildd-hiredis_0.10.1-3-mipsel-0zxEz6/hiredis-0.10.1'
 | kill `cat /tmp/redis.pid`
 | rm /tmp/redis.pid
 | rm /tmp/redis.sock
 | rm: cannot remove `/tmp/redis.sock': No such file or directory
 | make[1]: *** [override_dh_auto_test] Error 1
 
 Full build log:
 https://buildd.debian.org/status/fetch.php?pkg=hiredisarch=mipselver=0.10.1-3stamp=1322841081

Ah thanks. Should be fixed in git now.

Cheers

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
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#650800: hiredis: FTBFS on mipsel: rm: cannot remove `/tmp/redis.sock': No such file or directory

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

 tags 650800 pending
Bug #650800 [src:hiredis] hiredis: FTBFS on mipsel: rm: cannot remove 
`/tmp/redis.sock': No such file or directory
Added tag(s) pending.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
650800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650800
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#555753: marked as done (FTBFS with binutils-gold)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 12:05:20 +
with message-id e1rwoli-0002sf...@franck.debian.org
and subject line Bug#555753: fixed in moon-lander 1:1.0-4.1
has caused the Debian Bug report #555753,
regarding FTBFS with binutils-gold
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.)


-- 
555753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555753
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: moon-lander
Version: 1:1.0-4
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gcc -Wall -g -O2 -Wall `sdl-config --cflags`  -o moon-lander moon_lander.o 
game_lib.o DT_drawtext.o  -lSDL_image `sdl-config --libs` -lSDL_mixer
/usr/bin/ld: moon_lander.o: in function random_level:moon_lander.c:672: error: 
undefined reference to 'sqrt'
collect2: ld returned 1 exit status
make[1]: *** [game_lib] Error 1


---End Message---
---BeginMessage---
Source: moon-lander
Source-Version: 1:1.0-4.1

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

moon-lander-data_1.0-4.1_all.deb
  to main/m/moon-lander/moon-lander-data_1.0-4.1_all.deb
moon-lander_1.0-4.1.diff.gz
  to main/m/moon-lander/moon-lander_1.0-4.1.diff.gz
moon-lander_1.0-4.1.dsc
  to main/m/moon-lander/moon-lander_1.0-4.1.dsc
moon-lander_1.0-4.1_i386.deb
  to main/m/moon-lander/moon-lander_1.0-4.1_i386.deb



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

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

Debian distribution maintenance software
pp.
Meike Reichle me...@debian.org (supplier of updated moon-lander 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, 03 Dec 2011 11:44:55 +0100
Source: moon-lander
Binary: moon-lander moon-lander-data
Architecture: source i386 all
Version: 1:1.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Joe Nahmias je...@debian.org
Changed-By: Meike Reichle me...@debian.org
Description: 
 moon-lander - An SDL game based on the classic moon lander
 moon-lander-data - Data files (sound, images) for moon-lander
Closes: 555753
Changes: 
 moon-lander (1:1.0-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with binutils-gold, added missing link to libm
 (Thanks to Paul Merrill ) (Closes: #555753)
   * Urgency set to medium, rc Bug fix
Checksums-Sha1: 
 a344c2ca92f9349d125939d3620f203e80c58326 1154 moon-lander_1.0-4.1.dsc
 2a12b37475e5aeb5f8ca04fed861ccc8f18062a9 6270 moon-lander_1.0-4.1.diff.gz
 fb2cd8a41553b8c05a8555f044299aa364facdb1 23552 moon-lander_1.0-4.1_i386.deb
 b8566e72f7e02bba2dde57eca462da780006912d 1330942 
moon-lander-data_1.0-4.1_all.deb
Checksums-Sha256: 
 fc94bf51cb462b66eda28988f66231bb76b19f4f8d4b00932f37b4de6e1d 1154 
moon-lander_1.0-4.1.dsc
 9cc5c1eb10f2bd90ea7547e1732ac7a0ab1572e5ed83dbaadf931c28989d36f6 6270 
moon-lander_1.0-4.1.diff.gz
 52fd7d8b2122454707d9e024d65c4937a3194ddeeb211837143497b94338f2a7 23552 
moon-lander_1.0-4.1_i386.deb
 03b8f19760921d8d127cc63c25e9158df61a195754d259d30c4b5146d45d373e 1330942 
moon-lander-data_1.0-4.1_all.deb
Files: 
 7d1799a3af327f3a28492dfbcc43cbfa 1154 games optional moon-lander_1.0-4.1.dsc
 2cec56d0b76587c0d2f1453f523425ef 6270 games optional 
moon-lander_1.0-4.1.diff.gz
 61b269ada4ad9e5c91d26e07bbe4a392 23552 games optional 
moon-lander_1.0-4.1_i386.deb
 8349fcd017559a423d7033b4843296a1 1330942 games optional 
moon-lander-data_1.0-4.1_all.deb

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

iEYEARECAAYFAk7aDV0ACgkQuT3KDxRRCVs/2ACdH39DmakgciTwdyZiqDocfqC1
n9oAmwdFZuolTejhc2Cdc87X6QkhSDnd
=+NF6
-END PGP SIGNATURE-


---End Message---


Processed: tagging 650798

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

 tags 650798 + pending
Bug #650798 [slidentd] /var/run is now on tmpfs
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650798
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#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,

The attached patch has only the fix for the numpy dependency.

Thanks,
Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 13:10:38.0 +0100
@@ -1,3 +1,11 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding the dh_numpy helper
+script to the rules file (Closes: #641794)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/rules numexpr-1.4.2/debian/rules
--- numexpr-1.4.2/debian/rules	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules	2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
 install/$(DEB_PYTHON_MODULE_PACKAGES)::
 	sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
 		$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+	dh_numpy
 #	rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


Bug#650811: scilab-overload: FTBFS on sparc: cp: cannot stat `jar/': No such file or directory

2011-12-03 Thread Jakub Wilk

Source: scilab-overload
Version: 1.3.3-1
Severity: serious
Justification: fails to build from source
User: debian-sp...@lists.debian.org
Usertags: sparc

scilab-overload FTBFS on sparc:
| mkdir -p 
/build/buildd-scilab-overload_1.3.3-1-sparc-eoAD9d/scilab-overload-1.3.3/debian/scilab-overload/usr/lib/scilab-overload/lib/
| cp -p src/liboverload.so 
/build/buildd-scilab-overload_1.3.3-1-sparc-eoAD9d/scilab-overload-1.3.3/debian/scilab-overload/usr/lib/scilab-overload/lib/
| cp -Rp jar/ 
/build/buildd-scilab-overload_1.3.3-1-sparc-eoAD9d/scilab-overload-1.3.3/debian/scilab-overload/usr/lib/scilab-overload/
| cp: cannot stat `jar/': No such file or directory
| make: *** [install-stamp] Error 1

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=scilab-overloadarch=sparcver=1.3.3-1stamp=1322914264

--
Jakub Wilk



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



Processed: [pkg-nagios] r1982 - nagiosgrapher/trunk/debian

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

 tags 639279 pending
Bug #639279 [nagiosgrapher] fails to purge if ucf is not installed
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
639279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639279
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#650806: libperl5i-perl: FTBFS on mips: Failed test 'No autoflush'

2011-12-03 Thread Salvatore Bonaccorso
Hi Jakub

Thanks for your report. It's strange.

On Sat, Dec 03, 2011 at 12:32:35PM +0100, Jakub Wilk wrote:
 |
 | #   Failed test 'No autoflush'
 | #   at t/Child.t line 93.
 | # Looks like you failed 1 test of 19.
 | t/Child.t 
 | Dubious, test returned 1 (wstat 256, 0x100)
 | Failed 1/19 subtests

I just tried to reproduce this only part on gabrielli, but seems to
work:

$ PERL5LIB=libchild-perl-0.009/lib perl Child.t 
ok 1 - A
ok 2 - B
ok 3 - No autoflush
1..3

I'm going to aks DSA if they could install the build-dependencies for
libperl5i-perl on gabrielli to test the build there (I have no mips
available around).

Thanks so far,
regards,
Salvatore


signature.asc
Description: Digital signature


Processed: retitle 638835 to bastille: doesn't work with Linux Kernel = 3.0

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

 retitle 638835 bastille: doesn't work with Linux Kernel = 3.0
Bug #638835 [bastille] bastille: won't work without ipchains
Changed Bug title to 'bastille: doesn't work with Linux Kernel = 3.0' from 
'bastille: won't work without ipchains'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638835
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#553955: marked as done (FTBFS with binutils-gold)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 12:32:11 +
with message-id e1rwolh-0006eg...@franck.debian.org
and subject line Bug#553955: fixed in aqualung 0.9~beta11-1.2
has caused the Debian Bug report #553955,
regarding FTBFS with binutils-gold
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.)


-- 
553955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aqualung
Version: 0.9~beta10-2
Severity: normal

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

x86_64-linux-gnu-gcc  -Wall -g -O2 -O2 -Wall  
-DAQUALUNG_SKINDIR=\/usr/share/aqualung/skin\ -
DAQUALUNG_LOCALEDIR=\/usr/share/locale\ 
-DAQUALUNG_DATADIR=\/usr/share/aqualung\ -D_GNU_SOURCE  -Wl,-z,defs -o 
aqualung 
about.o build_store.o cdda.o cddb_lookup.o cd_ripper.o core.o cover.o export.o 
ext_title_format.o file_info.o gui_main.o 
httpc.o ifp_device.o loop_bar.o metadata.o metadata_api.o metadata_ape.o 
metadata_flac.o metadata_id3v1.o metadata_id3v2.o 
metadata_ogg.o music_browser.o options.o playlist.o plugin.o podcast.o ports.o 
rb.o search.o search_playlist.o segv.o skin.o 
store_cdda.o store_file.o store_podcast.o transceiver.o trashlist.o utils.o 
utils_gui.o volume.o  decoder/libdecoder.a 
encoder/libencoder.a -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -
lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0   -pthread -lgthread-2.0 -lrt -lglib-2.0   -
lxml2 -ljack -lpthread -lrt   -llrdf   -lsamplerate   -lasound -lsndfile   
-lFLAC -logg -lvorbis -lvorbisfile -lwavpack -lm   
-loggz -logg -lspeex -lmad -lmodplug   -lmpcdec -lstdc++ -lstdc++ -lavformat 
-lavcodec -lavutil -lz -logg -lvorbis -lvorbisenc  
-lcdio_paranoia -lcdio_cdda -lcdio   -lcddb   -lifp -lusb  -lz  
/usr/bin/ld: plugin.o: in function remove_clicked:plugin.c:1560: error: 
undefined reference to 'dlclose'
/usr/bin/ld: plugin.o: in function instantiate:plugin.c:395: error: undefined 
reference to 'dlopen'
/usr/bin/ld: plugin.o: in function instantiate:plugin.c:401: error: undefined 
reference to 'dlsym'
/usr/bin/ld: plugin.o: in function instantiate:plugin.c:437: error: undefined 
reference to 'dlclose'
/usr/bin/ld: plugin.o: in function instantiate:plugin.c:416: error: undefined 
reference to 'dlclose'
/usr/bin/ld: plugin.o: in function find_plugins:plugin.c:244: error: undefined 
reference to 'dlopen'
/usr/bin/ld: plugin.o: in function find_plugins:plugin.c:249: error: undefined 
reference to 'dlsym'
/usr/bin/ld: plugin.o: in function find_plugins:plugin.c:286: error: undefined 
reference to 'dlclose'
collect2: ld returned 1 exit status
make[4]: *** [aqualung] Error 1



---End Message---
---BeginMessage---
Source: aqualung
Source-Version: 0.9~beta11-1.2

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

aqualung_0.9~beta11-1.2.diff.gz
  to main/a/aqualung/aqualung_0.9~beta11-1.2.diff.gz
aqualung_0.9~beta11-1.2.dsc
  to main/a/aqualung/aqualung_0.9~beta11-1.2.dsc
aqualung_0.9~beta11-1.2_i386.deb
  to main/a/aqualung/aqualung_0.9~beta11-1.2_i386.deb



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

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

Debian distribution maintenance software
pp.
Frank Lichtenheld dj...@debian.org (supplier of updated aqualung 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, 03 Dec 2011 12:32:50 +0100
Source: aqualung
Binary: aqualung
Architecture: source i386
Version: 0.9~beta11-1.2
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net
Changed-By: Frank Lichtenheld dj...@debian.org
Description: 
 aqualung   - Gapless Gtk-based audio player
Closes: 553955 581859 607134 634339
Changes: 
 aqualung (0.9~beta11-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Import remaining Ubuntu patch. Closes: #553955, #607134.
   * Clean up Build-Depends field. Closes: 

Bug#635541: marked as done (ark: Directory traversal)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 12:33:15 +
with message-id e1rwomj-0006y9...@franck.debian.org
and subject line Bug#635541: fixed in kdeutils 4:4.6.5-4
has caused the Debian Bug report #635541,
regarding ark: Directory traversal
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.)


-- 
635541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ark
Version: 4:4.6.5-2
Severity: grave
Tags: security

The following was reported on oss-security. There's no CVE assignment
or any details yet:

---
Date: Mon, 25 Jul 2011 14:45:14 -0400
From: Jeff Mitchell mitch...@kde.org
Subject: [oss-security] CVE Request: Ark path traversal

Hello,

Ark contains a path traversal vulnerability allowing a
maliciously-crafted zip file to allow for an arbitrary file to be
displayed and, if the user has appropriate credentials, removed.

Can we please get a CVE for this?

Thanks,
Jeff
---

Could you contact upstream for details?

Cheers,
Moritz

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

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

Versions of packages ark depends on:
ii  kdebase-runtime   4:4.6.5-1  runtime components from the offici
ii  libarchive1   2.8.4-1Single library to read/write tar, 
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libkdecore5   4:4.6.5-2  KDE Platform Core Library
ii  libkdeui5 4:4.6.5-2  KDE Platform User Interface Librar
ii  libkfile4 4:4.6.5-2  File Selection Dialog Library for 
ii  libkhtml5 4:4.6.5-2  KHTML Web Content Rendering Engine
ii  libkio5   4:4.6.5-2  Network-enabled File Management Li
ii  libkonq5abi1  4:4.6.5-1  core libraries for Konqueror
ii  libkparts44:4.6.5-2  Framework for the KDE Platform Gra
ii  libkpty4  4:4.6.5-2  Pseudo Terminal Library for the KD
ii  libqt4-dbus   4:4.7.3-5  Qt 4 D-Bus module
ii  libqtcore44:4.7.3-5  Qt 4 core module
ii  libqtgui4 4:4.7.3-5  Qt 4 GUI module
ii  libstdc++64.6.1-4GNU Standard C++ Library v3

Versions of packages ark recommends:
ii  bzip21.0.5-6 high-quality block-sorting file co
ii  p7zip-full   9.20.1~dfsg.1-2 7z and 7za file archivers with hig
ii  unzip6.0-5   De-archiver for .zip files
ii  zip  3.0-4   Archiver for .zip files

Versions of packages ark suggests:
pn  rar   none (no description available)
pn  unrar | unrar-freenone (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: kdeutils
Source-Version: 4:4.6.5-4

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

ark_4.6.5-4_amd64.deb
  to main/k/kdeutils/ark_4.6.5-4_amd64.deb
filelight_4.6.5-4_amd64.deb
  to main/k/kdeutils/filelight_4.6.5-4_amd64.deb
kcalc_4.6.5-4_amd64.deb
  to main/k/kdeutils/kcalc_4.6.5-4_amd64.deb
kcharselect_4.6.5-4_amd64.deb
  to main/k/kdeutils/kcharselect_4.6.5-4_amd64.deb
kdelirc_4.6.5-4_all.deb
  to main/k/kdeutils/kdelirc_4.6.5-4_all.deb
kdeutils-dbg_4.6.5-4_amd64.deb
  to main/k/kdeutils/kdeutils-dbg_4.6.5-4_amd64.deb
kdeutils_4.6.5-4.debian.tar.gz
  to main/k/kdeutils/kdeutils_4.6.5-4.debian.tar.gz
kdeutils_4.6.5-4.dsc
  to main/k/kdeutils/kdeutils_4.6.5-4.dsc
kdeutils_4.6.5-4_all.deb
  to main/k/kdeutils/kdeutils_4.6.5-4_all.deb
kdf_4.6.5-4_amd64.deb
  to main/k/kdeutils/kdf_4.6.5-4_amd64.deb
kfloppy_4.6.5-4_amd64.deb
  to main/k/kdeutils/kfloppy_4.6.5-4_amd64.deb
kgpg_4.6.5-4_amd64.deb
  to main/k/kdeutils/kgpg_4.6.5-4_amd64.deb
kremotecontrol_4.6.5-4_amd64.deb
  to main/k/kdeutils/kremotecontrol_4.6.5-4_amd64.deb
ktimer_4.6.5-4_amd64.deb
  to main/k/kdeutils/ktimer_4.6.5-4_amd64.deb
kwalletmanager_4.6.5-4_amd64.deb
  to main/k/kdeutils/kwalletmanager_4.6.5-4_amd64.deb
plasma-scriptengine-superkaramba_4.6.5-4_amd64.deb
  to main/k/kdeutils/plasma-scriptengine-superkaramba_4.6.5-4_amd64.deb
printer-applet_4.6.5-4_all.deb
  to main/k/kdeutils/printer-applet_4.6.5-4_all.deb
sweeper_4.6.5-4_amd64.deb
  to 

Processed: tagging 634416

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

 tags 634416 + pending
Bug #634416 [src:slidentd] slidentd: FTBFS: (.text+0x15): undefined reference 
to `__ctype_b_loc'
Added tag(s) pending.
 thanks
Stopping processing here.

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


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



Processed: tagging 633433

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

 tags 633433 + pending
Bug #633433 [slidentd] slidentd: FTBFS after package change of libowfat
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
633433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633433
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#650812: transmission: FTBFS with libevent 2

2011-12-03 Thread Julien Cristau
Package: transmission
Version: 2.03-2.2
Severity: serious

See https://buildd.debian.org/status/package.php?p=transmission

 checking for evutil_vsnprintf in -levent... yes
 checking event-config.h usability... no
 checking event-config.h presence... no
 checking for event-config.h... no
 configure: error: event-config.h not found!
 make: *** [configure-stamp] Error 1

Cheers,
Julien



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



Bug#649696: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 Hi,
 
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the dependency on gs-common by ghostscript
in debian/control.

Cheers,
Miguel
diff -u latex-make-2.1.13/debian/control latex-make-2.1.13/debian/control
--- latex-make-2.1.13/debian/control
+++ latex-make-2.1.13/debian/control
@@ -10,7 +10,7 @@
 
 Package: latex-make
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, transfig, gs-common, make (= 3.81)
+Depends: ${perl:Depends}, ${misc:Depends}, transfig, ghostscript, make (= 3.81)
 Recommends: texlive-latex-recommended, texlive-latex-recommended
 Description: easy compiling of complex (and simple) LaTeX documents
  This package provides several tools that aim to simplify the
diff -u latex-make-2.1.13/debian/changelog latex-make-2.1.13/debian/changelog
--- latex-make-2.1.13/debian/changelog
+++ latex-make-2.1.13/debian/changelog
@@ -1,3 +1,11 @@
+latex-make (2.1.13-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Depend on ghostscript instead of gs-common. Replace gs-common
+dependency by ghostscript in rules (Closes: #649696)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:17:53 +0100
+
 latex-make (2.1.13-1) unstable; urgency=low
 
   * New upstream release (Closes: #496345)


Bug#650815: src:xtrs: FTBFS (sparc): debug.c:695:11: error: lvalue required as left operand of assignment

2011-12-03 Thread Helmut Grohne
Package: src:xtrs
Version: 4.9c-3.3
Severity: serious
Justification: FTBFS

Excerpt from build log:

|  debian/rules build
| html2text -nobs -style pretty cpmutil.html cpmutil.txt
| html2text -nobs -style pretty dskspec.html dskspec.txt
| html2text -nobs -style pretty debian/trs80faq.html debian/trs80faq.txt
| dh_testdir
| for F in \
| fakerom.hex \
| xtrsrom4p.hex \
| ; do \
|   touch $F; \
|   done
| /usr/bin/make DEBUG=-Wall -Werror -Wno-error=unused-but-set-variable -O2 -g 
-D_REENTRANT PREFIX=/usr \
| ENDIAN=-Dbig_endian
| make[1]: Entering directory 
`/build/buildd-xtrs_4.9c-3.3-sparc-ZlP4tI/xtrs-4.9c'
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o z80.o z80.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o main.o main.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o load_cmd.o load_cmd.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o load_hex.o load_hex.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o trs_memory.o trs_memory.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o trs_keyboard.o trs_keyboard.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o error.o error.c
| cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT 
-Dbig_endian -DDEFAULT_ROM='/usr/local/lib/xtrs/level2rom.hex' 
-DDEFAULT_ROM3='/usr/local/lib/xtrs/romimage.m3' 
-DDEFAULT_ROM4P='/usr/local/lib/xtrs/romimage.m4p' -DREADLINE -DDISKDIR='.' 
-I/usr/include/X11 -DAPPDEFAULTS='/usr/X11/lib/X11/app-defaults' -DKBWAIT 
-DHAVE_SIGIO   -c -o debug.o debug.c
| debug.c: In function 'debug_shell':
| debug.c:695:11: error: lvalue required as left operand of assignment
| make[1]: *** [debug.o] Error 1
| make: *** [build-stamp] Error 2

See 
https://buildd.debian.org/status/fetch.php?pkg=xtrsarch=sparcver=4.9c-3.3stamp=1316939781
 for full log.

Helmut



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



Bug#639279: marked as done (fails to purge if ucf is not installed)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 13:06:14 +
with message-id e1rwpie-0002ti...@franck.debian.org
and subject line Bug#639279: fixed in nagiosgrapher 1.7.1-3
has caused the Debian Bug report #639279,
regarding fails to purge if ucf is not installed
to be marked as done.

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

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


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

Package: nagiosgrapher
Version: 1.7.1-2.1
Severity: serious

package fails to purge if ucf is not installed as postrm calls ucf 
unconditionally.


--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


---End Message---
---BeginMessage---
Source: nagiosgrapher
Source-Version: 1.7.1-3

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

nagiosgrapher_1.7.1-3.diff.gz
  to main/n/nagiosgrapher/nagiosgrapher_1.7.1-3.diff.gz
nagiosgrapher_1.7.1-3.dsc
  to main/n/nagiosgrapher/nagiosgrapher_1.7.1-3.dsc
nagiosgrapher_1.7.1-3_amd64.deb
  to main/n/nagiosgrapher/nagiosgrapher_1.7.1-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl toli...@debian.org (supplier of updated 
nagiosgrapher 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, 03 Dec 2011 13:40:13 +0100
Source: nagiosgrapher
Binary: nagiosgrapher
Architecture: source amd64
Version: 1.7.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 nagiosgrapher - Charting add-on for Nagios
Closes: 603705 639279
Changes: 
 nagiosgrapher (1.7.1-3) unstable; urgency=medium
 .
   * Update maintainer list
   * Call ucf in postrm conditionally (Closes: #639279)
   * Update Homepage field
   * Remove dm-upload-allowed as there's currently no maintainer
   * Depend on nagios or icinga (Closes: #603705)
   * Bump standards to 3.9.2
 * Add debian/README.source
   * Set urgency to medium due to rc bug fix
Checksums-Sha1: 
 81e6c71ade1a620e7fbf08dba713ed1d16c787eb 2011 nagiosgrapher_1.7.1-3.dsc
 1321167d29832d56d71d23f47659af3e73200fd6 11824 nagiosgrapher_1.7.1-3.diff.gz
 0493784167ac1fa3386dfde7eeaedcfa5da31568 62088 nagiosgrapher_1.7.1-3_amd64.deb
Checksums-Sha256: 
 d6af787dd880879796ab81a1dfc63521406c4b8d26d04e6ed4f7ffc257adb652 2011 
nagiosgrapher_1.7.1-3.dsc
 50a26cb3407d5565afc8b950919512aebe3195523450674c3fab04a3b97ae932 11824 
nagiosgrapher_1.7.1-3.diff.gz
 2ba2baa547ee379e3e3fc9c93a32586604dfceae90505ed9038fbc68a942c62c 62088 
nagiosgrapher_1.7.1-3_amd64.deb
Files: 
 9d15ebe19ff23dadd06c3c80ec76bd00 2011 misc extra nagiosgrapher_1.7.1-3.dsc
 c2fe3bfb555a9296ca814baa28228860 11824 misc extra nagiosgrapher_1.7.1-3.diff.gz
 073a7ad75588be2e861e699ef1a52a49 62088 misc extra 
nagiosgrapher_1.7.1-3_amd64.deb

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

iQIcBAEBCAAGBQJO2hooAAoJEMJLZaJnLIsSxqcP/2kOp91v2WuSSLoz7F0gcD47
9Uar6cZKse8vdwl7/tshGj2zfxdH/uyHwwxpQAHwlWeBknJZ1upFnkionLSG32WY
/bUyl8Afz4Ja90ZhwcL4RO2ZSfLk9pVsKsh1VZ7jXwnoEHBr61uT5cS1gMaVXyV/
lpBu/naJWjgCtOArWfAuUFT6Dro3bd5VvXqUkPAGu9dFrG3Wb3k8EQ4WSpRMzHBm
LcsNeCR7yNJmDtZ1O9AkgrhDK1thR3+iMLPo/84P4Wdvzij0XTzjxsOmYHFi6McF
bwdblk43QlcDVN7WGCl6qoHFdAsL0PAgpAzoSHaVxvgg353CHjog0vrBSDyk+Fkx
3ognnVCU7mAoVkdO4fHH1XRvqa9DjDqQ6vYaQZdD/ZJ+zpTteLPSAsb2LeC59m6p
hIWDz6cXMVm4DOyUEADyf3V0bk/pou2+vrcXcA/1QywQT9TV0V5WFieKbauJbdnE
QXQIDB6jBqkLJlFMzr42k0wduHUov/OxunamlOmh/3xQK+44ApO3wiyLShWpJvB+
p2Y9fewVdjmWZX4d02WWw9AsNBYJDPeHmF5srEbLGuq/JUCUeVdTe7dQiYI7GOzK
1OrvuM8KvSJm1xgYgHqbxZHCCJ4C3TmhqQlX/zLc8TZOk4cLAUTlWa4+ZO4fwdwM
sGI/PIXr014Gw7ZY4RRD
=fIiG
-END PGP SIGNATURE-


---End Message---


Bug#646522: marked as done (powertop: Crashes if /boot/config-* has more than 5000 lines)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Dec 2011 14:05:29 +0100
with message-id 20111203130529.gb28...@pengutronix.de
and subject line Already fixed, needs upload
has caused the Debian Bug report #646522,
regarding powertop: Crashes if /boot/config-* has more than 5000 lines
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.)


-- 
646522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: powertop
Version: 1.11-1
Severity: serious
File: /usr/sbin/powertop

Dear mainteners,

The powertop command crashes if there are more than 5000 lines in the
kernel configuration file located in /boot/config-*, or if there is a
line longer than 100 characters (for info, the kernel 2.6.32-5-amd64 in
backport has a config file containing 5415 lines, the longest of 162
characters).

This crash comes from the static and fixed-size array defined in
config.c. This has not been fixed in the latest version of powertop that
seems to be available (1.12).

I attach an (still atrocious) patched version of config.c that should
not crash for a few releases of the kernel.

Cheers,

/*
 * Copyright 2007, Intel Corporation
 *
 * This file is part of PowerTOP
 *
 * This program file is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program in a file named COPYING; if not, write to the
 * Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor,
 * Boston, MA 02110-1301 USA
 *
 * Authors:
 * 	Arjan van de Ven ar...@linux.intel.com
 */

#include unistd.h
#include stdio.h
#include stdlib.h
#include string.h
#include stdint.h
#include sys/types.h
#include dirent.h

#include powertop.h

#define NB_CONFIG_LINES_MAX 1
#define STRING_BUFFER_SIZE 256

/* static arrays are not nice programming.. but they're easy */
static char configlines[NB_CONFIG_LINES_MAX][STRING_BUFFER_SIZE];
static int configcount;

static void read_kernel_config(void)
{
	FILE *file;
	char version[STRING_BUFFER_SIZE], *c;
	char filename[STRING_BUFFER_SIZE];
	if (configcount)
		return;
	if (access(/proc/config.gz, R_OK) == 0) {
		file = popen(zcat /proc/config.gz 2 /dev/null, r);
		while (file  !feof(file)) {
			char line[STRING_BUFFER_SIZE];
			if (fgets(line, STRING_BUFFER_SIZE, file) == NULL)
break;
			strcpy(configlines[configcount++], line);
		}
		pclose(file);
		return;
	}
	file = fopen(/proc/sys/kernel/osrelease, r);
	if (!file)
		return;
	if (fgets(version, STRING_BUFFER_SIZE, file) == NULL) {
		fclose(file);
		return;
	}
	fclose(file);
	c = strchr(version, '\n');
	if (c)
		*c = 0;
	sprintf(filename, /boot/config-%s, version);
	file = fopen(filename, r);
	if (!file) {
		sprintf(filename, /lib/modules/%s/build/.config, version);
		file = fopen(filename, r);
	}
	if (!file)
		return;
	while (!feof(file)) {
		char line[STRING_BUFFER_SIZE];
		if (fgets(line, STRING_BUFFER_SIZE, file) == NULL)
			break;
		strcpy(configlines[configcount++], line);
	}
	fclose(file);
}

/*
 * Suggest the user to turn on/off a kernel config option.
 * comment gets displayed if it's not already set to the right value 
 */
void suggest_kernel_config(char *string, int onoff, char *comment, int weight)
{
	int i;
	char searchon[STRING_BUFFER_SIZE];
	char searchoff[STRING_BUFFER_SIZE];
	int found = 0;

	read_kernel_config();

	sprintf(searchon, %s=, string);
	sprintf(searchoff, # %s is not set, string);

	for (i = 0; i  configcount; i++) {
		if (onoff  strstr(configlines[i], searchon))
			return;
		if (onoff==0  strstr(configlines[i], searchoff))
			return;
		if (onoff==0  strstr(configlines[i], searchon))
			found = 1;
	}
	if (onoff || found)
		add_suggestion(comment, weight, 0, NULL, NULL);
	fflush(stdout);
}

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages powertop depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-5 shared 

Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Alexander Reichle-Schmehl
Hi!

* Miguel de Val-Borro miguel.de...@gmail.com [111203 13:16]:

 The attached patch has only the fix for the numpy dependency.

Wonderfull!  Uploaded.


Best Regards,
  Alexander



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



Bug#629816: marked as done (ifrit: FTBFS: make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by `/«BUILDDIR»/ifrit-3.3.4/ifrit'. Stop.)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Dec 2011 14:14:12 +0100
with message-id 20111203131412.ga31...@new-pauli.djpig.de
and subject line Closing
has caused the Debian Bug report #629816,
regarding ifrit: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libdl.so', needed by `/«BUILDDIR»/ifrit-3.3.4/ifrit'.  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.)


-- 
629816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ifrit
Version: 3.3.4-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110607 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /usr/bin/c++   -DI_USE_CURSES -DI_EXTERNAL_CONFIGURATION -DI_CHECK1 -g -O2   
 -Wno-deprecated -O3 -DNDEBUG -I/usr/include/vtk-5.6 
 -I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi 
 -I/usr/include/tcl8.5 -I/usr/include/python2.6 
 -I/usr/lib/jvm/default-java/include -I/usr/include/libxml2 
 -I/usr/include/freetype2 -I/usr/include/qt4 -I/usr/include/qt4/Qt 
 -I/usr/include/qt4/QtCore -I/«BUILDDIR»/ifrit-3.3.4/build/../configure 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../core 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../help 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../docs 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../shells/configure 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../shells/generic 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../shells/base 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../shells/cl 
 -I/«BUILDDIR»/ifrit-3.3.4/build/../shells/qt   -o 
 CMakeFiles/ifrit.dir/moc_iqtframesubject.o -c 
 /«BUILDDIR»/ifrit-3.3.4/build/moc_iqtframesubject.cxx
 make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by 
 `/«BUILDDIR»/ifrit-3.3.4/ifrit'.  Stop.
 make[3]: Leaving directory `/«BUILDDIR»/ifrit-3.3.4/build'
 make[2]: *** [CMakeFiles/ifrit.dir/all] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/06/07/ifrit_3.3.4-2_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Those bugs were caused by vtk and should be fixed now.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/

---End Message---


Bug#640557: marked as done (ifrit: FTBFS: make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by `/build/ifrit-qKNvOd/ifrit-3.3.4/ifrit'. Stop.)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Dec 2011 14:14:12 +0100
with message-id 20111203131412.ga31...@new-pauli.djpig.de
and subject line Closing
has caused the Debian Bug report #640557,
regarding ifrit: FTBFS: make[3]: *** No rule to make target 
`/usr/lib64/libpq.so', needed by `/build/ifrit-qKNvOd/ifrit-3.3.4/ifrit'.  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.)


-- 
640557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ifrit
Version: 3.3.4-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /usr/bin/c++   -DI_USE_CURSES -DI_EXTERNAL_CONFIGURATION -DI_CHECK1 -g -O2   
 -Wno-deprecated -O3 -DNDEBUG -I/usr/include/vtk-5.6 -I/usr/include/mpi 
 -I/usr/include/tcl8.5 -I/usr/include/python2.6 
 -I/usr/lib/jvm/default-java/include -I/usr/include/libxml2 
 -I/usr/include/freetype2 -I/usr/include/qt4 -I/usr/include/qt4/Qt 
 -I/usr/include/qt4/QtCore 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../configure 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../core 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../help 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../docs 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/configure 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/generic 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/base 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/cl 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/qt-o 
 CMakeFiles/ifrit.dir/moc_iqtmainwindowsubject.o -c 
 /build/ifrit-qKNvOd/ifrit-3.3.4/build/moc_iqtmainwindowsubject.cxx
 /usr/bin/cmake -E cmake_progress_report 
 /build/ifrit-qKNvOd/ifrit-3.3.4/build/CMakeFiles 98
 [100%] Building CXX object CMakeFiles/ifrit.dir/moc_iqtframesubject.o
 /usr/bin/c++   -DI_USE_CURSES -DI_EXTERNAL_CONFIGURATION -DI_CHECK1 -g -O2   
 -Wno-deprecated -O3 -DNDEBUG -I/usr/include/vtk-5.6 -I/usr/include/mpi 
 -I/usr/include/tcl8.5 -I/usr/include/python2.6 
 -I/usr/lib/jvm/default-java/include -I/usr/include/libxml2 
 -I/usr/include/freetype2 -I/usr/include/qt4 -I/usr/include/qt4/Qt 
 -I/usr/include/qt4/QtCore 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../configure 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../core 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../help 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../docs 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/configure 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/generic 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/base 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/cl 
 -I/build/ifrit-qKNvOd/ifrit-3.3.4/build/../shells/qt-o 
 CMakeFiles/ifrit.dir/moc_iqtframesubject.o -c 
 /build/ifrit-qKNvOd/ifrit-3.3.4/build/moc_iqtframesubject.cxx
 make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by 
 `/build/ifrit-qKNvOd/ifrit-3.3.4/ifrit'.  Stop.
 make[3]: Leaving directory `/build/ifrit-qKNvOd/ifrit-3.3.4/build'
 make[2]: *** [CMakeFiles/ifrit.dir/all] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/09/02/ifrit_3.3.4-2_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Those bugs were caused by vtk and should be fixed now.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/

---End Message---


Bug#641794: marked as done (python-numexpr: missing dependency on python-numpy)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 13:21:06 +
with message-id e1rwpwc-0004zt...@franck.debian.org
and subject line Bug#641794: fixed in numexpr 1.4.2-1.1
has caused the Debian Bug report #641794,
regarding python-numexpr: missing dependency on python-numpy
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.)


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

Package: python-numexpr
Version: 1.4.2-1
Severity: serious
Justification: Policy 3.5

In a minimal sid chroot:
| $ python -c 'import numexpr'
| Traceback (most recent call last):
|   File string, line 1, in module
|   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
module
| from numexpr.expressions import E
|   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
module
| import numpy
| ImportError: No module named numpy

BTW, since your package uses Numpy via a C extension module, you should 
use dh_numpy to generate versioned dependency on it.


--
Jakub Wilk


---End Message---
---BeginMessage---
Source: numexpr
Source-Version: 1.4.2-1.1

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

numexpr_1.4.2-1.1.debian.tar.gz
  to main/n/numexpr/numexpr_1.4.2-1.1.debian.tar.gz
numexpr_1.4.2-1.1.dsc
  to main/n/numexpr/numexpr_1.4.2-1.1.dsc
python-numexpr_1.4.2-1.1_amd64.deb
  to main/n/numexpr/python-numexpr_1.4.2-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Miguel de Val Borro miguel.de...@gmail.com (supplier of updated numexpr 
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, 02 Dec 2011 22:09:40 +0100
Source: numexpr
Binary: python-numexpr
Architecture: source amd64
Version: 1.4.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Wen Heping wenhep...@gmail.com
Changed-By: Miguel de Val Borro miguel.de...@gmail.com
Description: 
 python-numexpr - Numexpr package evaluates multiple-operator array expressions
Closes: 641794
Changes: 
 numexpr (1.4.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix missing dependency on python-numpy by adding the dh_numpy helper
 script to the rules file (Closes: #641794)
   * Urgency set to medium due to rc bug fix
Checksums-Sha1: 
 4a7020d7a1d0c56387327257274a504fb9fff1bd 1850 numexpr_1.4.2-1.1.dsc
 e1093bd3cd8730f03e3b9dfd94695a896b4811b0 3767 numexpr_1.4.2-1.1.debian.tar.gz
 9e2d0181106c096356c8781cfc46276cdd4e7b00 286816 
python-numexpr_1.4.2-1.1_amd64.deb
Checksums-Sha256: 
 039a1f7b14e6af2fbf2679296f9cde77eeb5e36eb0028ddbd359919a085adcaa 1850 
numexpr_1.4.2-1.1.dsc
 834395092cc2530854d1a38d46530924650fe49e54e363074b816af868d25fc7 3767 
numexpr_1.4.2-1.1.debian.tar.gz
 dce8aa8798ef6f87cad1737d9723b692558d043a9c1e565a4d506e9f4d442785 286816 
python-numexpr_1.4.2-1.1_amd64.deb
Files: 
 7edee6fc906b9b3207deba473a2e7b53 1850 python optional numexpr_1.4.2-1.1.dsc
 8c13b8c5338420c8ef38df76cd3bf5c1 3767 python optional 
numexpr_1.4.2-1.1.debian.tar.gz
 d3a7b818132a214d3f8a293f6d19fe29 286816 python optional 
python-numexpr_1.4.2-1.1_amd64.deb

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

iQIcBAEBCAAGBQJO2h9uAAoJEMJLZaJnLIsSa8YP/12D7G+YQsWJjSSvVtP5zd4z
3HgR+tt+r1yI649cwhjWW2ekZfNCeNnWLKUh5KxQKwUcho98t5CtklQl1uEhj1SD
z64pgamJ70+AwZilSB/YoFmydJ7sNGBkbs6dzaLKU8Is59Uk0n590p+SPMWUB+3p
6zBqkPN7rr6xFetGtOw6zmpsztQVBgYqoQLZuHpLNSSx1kYwM+jPTAmw/7/bhmsV
NVd209d9soK3mINoth2OGT1oRdBWbUdAk4vWeXB1XuoNUN2/7RU03Zo/i5g236y9
TkpPNQygG2S7yVfHyd8R3TyBTp+bLn4yrqTDV5D9dtGUB5WGCbDnfW/drRaCVBUu
Ixe/rT89nCt34yZp9L++PLWZd4IU6H1axHv8mC3eMmeR3cHqgYrE7k6jlJKvywdK
Gdfn/Xk6FpXqrCkYQDG39ROOvdNydReLJ/bZbQdRV6om1QBPn6cK/zJfTRjpFraH
/8giO9KODmlhd9GE6GZlwFb4/r/ocxAFRc87xjw4eYIDdV/M3nzwdS2dArrd2AtT
KdgVXzhvihEsSNNHUiLl2uFTtbzB5Y3VLf7x3R50CgJ4/lHnT/nNowWgP2A+xYjK
EUs4Ewud/hqXoC1HNjERfrjujvMxWEL5kv9wh5afCnPPKbL4AKMoxhH/MHkypO1Q
PUck/Lrj0i/H1ADxhRnI
=D/+9
-END PGP SIGNATURE-


---End Message---


Bug#649696: gs-common removed: this bug is now RC.

2011-12-03 Thread Alexander Reichle-Schmehl
Hi!

* Miguel de Val-Borro miguel.de...@gmail.com [111203 13:39]:

 The attached patch replaces the dependency on gs-common by ghostscript
 in debian/control.

Thanks, uploaded!


Best Regards,
  Alexander



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



Bug#649699: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the Suggests and Build-Dependency from
gs-common to ghostscript in debian/rules.

Miguel
diff -Nru latex-mk-2.1/debian/changelog latex-mk-2.1/debian/changelog
--- latex-mk-2.1/debian/changelog	2011-06-29 06:25:44.0 +0200
+++ latex-mk-2.1/debian/changelog	2011-12-03 13:56:34.0 +0100
@@ -1,3 +1,11 @@
+latex-mk (2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript instead of gs-common replacing the
+dependency on gs-common in rules (Closes: #649699)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:54:46 +0100
+
 latex-mk (2.1-1) unstable; urgency=low
 
   * New upstreamer release
diff -Nru latex-mk-2.1/debian/control latex-mk-2.1/debian/control
--- latex-mk-2.1/debian/control	2011-06-30 06:44:24.0 +0200
+++ latex-mk-2.1/debian/control	2011-12-03 13:53:17.0 +0100
@@ -6,7 +6,7 @@
 Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
  texlive-latex-recommended, texinfo, xsltproc, docbook-xsl,
  graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig, csh, autoconf
+ ghostscript, tgif, transfig, csh, autoconf
 Standards-Version: 3.9.2
 Homepage: http://latex-mk.sourceforge.net/
 
@@ -15,7 +15,7 @@
 Depends: ${misc:Depends}
 Recommends: make, texlive-latex-recommended, texlive-base
 Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig
+ ghostscript, tgif, transfig
 Description: tool for managing LaTeX projects
  LaTeX-Mk is a collection of Makefile fragments and shell scripts for
  managing small to large sized LaTeX projects. The typical LaTeX-Mk


Bug#628166: marked as done (viruskiller: do not start)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 13:22:57 +
with message-id e1rwpyp-0004fp...@franck.debian.org
and subject line Bug#628166: fixed in viruskiller 1.0-1.dfsg.1-2
has caused the Debian Bug report #628166,
regarding viruskiller: do not start
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.)


-- 
628166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: viruskiller
Version: 1.0-1.dfsg.1-1
Severity: grave

Hello Debian Games team,

viruskiller does not start (on both i386 and amd64):

Sound 'sound/powerup.wav' not loaded
Sound 'sound/clock.wav' not loaded
Sound 'sound/explosion.wav' not loaded
Sound 'sound/gameOver.wav' not loaded
Made 10,000 unsuccessful attempts to grab 4 inactives directories!!

running the game under valgrind report problems:

ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured

==10786== Source and destination overlap in strcpy(0x7fefff510, 0x7fefff510)
==10786==at 0x4C25918: strcpy (mc_replace_strmem.c:311)
==10786==by 0x408906: ??? (in /usr/games/viruskiller)
==10786==by 0x408B8E: ??? (in /usr/games/viruskiller)
==10786==by 0x40C200: ??? (in /usr/games/viruskiller)
==10786==by 0x6144C4C: (below main) (libc-start.c:228)
==10786== 
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
Made 10,000 unsuccessful attempts to grab 4 inactives directories!!
==10786== Mismatched free() / delete / delete []
==10786==at 0x4C23E0F: operator delete(void*) (vg_replace_malloc.c:387)
==10786==by 0x403913: ??? (in /usr/games/viruskiller)
==10786==by 0x40ADAC: ??? (in /usr/games/viruskiller)
==10786==by 0x615C5E1: __run_exit_handlers (exit.c:78)
==10786==by 0x615C634: exit (exit.c:100)
==10786==by 0x404AA1: ??? (in /usr/games/viruskiller)
==10786==by 0x408633: ??? (in /usr/games/viruskiller)
==10786==by 0x409DBA: ??? (in /usr/games/viruskiller)
==10786==by 0x40C244: ??? (in /usr/games/viruskiller)
==10786==by 0x6144C4C: (below main) (libc-start.c:228)
==10786==  Address 0xb9f9630 is 0 bytes inside a block of size 1,126 alloc'd
==10786==at 0x4C24A72: operator new[](unsigned long) 
(vg_replace_malloc.c:305)
==10786==by 0x40783B: ??? (in /usr/games/viruskiller)
==10786==by 0x403B2B: ??? (in /usr/games/viruskiller)
==10786==by 0x403D06: ??? (in /usr/games/viruskiller)
==10786==by 0x40DB54: ??? (in /usr/games/viruskiller)
==10786==by 0x40C234: ??? (in /usr/games/viruskiller)
==10786==by 0x6144C4C: (below main) (libc-start.c:228)
==10786== 

etc.

Cheers,
Bill.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages viruskiller depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libsdl-image1.2 1.2.10-2+b2  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.8-6.3mixer library for Simple DirectMed
ii  libsdl-ttf2.0-0 2.0.9-1  ttf library for Simple DirectMedia
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

viruskiller recommends no packages.

viruskiller suggests no packages.

-- no debconf information

-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


---End Message---
---BeginMessage---
Source: viruskiller
Source-Version: 1.0-1.dfsg.1-2

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

viruskiller_1.0-1.dfsg.1-2.debian.tar.xz
  to main/v/viruskiller/viruskiller_1.0-1.dfsg.1-2.debian.tar.xz
viruskiller_1.0-1.dfsg.1-2.dsc
  to main/v/viruskiller/viruskiller_1.0-1.dfsg.1-2.dsc
viruskiller_1.0-1.dfsg.1-2_amd64.deb
  to main/v/viruskiller/viruskiller_1.0-1.dfsg.1-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Stephen M. Webb 

Bug#646148: multipath-tools: FTBFS: /usr/bin/ld: cannot find -lncurses

2011-12-03 Thread Alexander Reichle-Schmehl
Hi!

* Ritesh Raj Sarraf r...@researchut.com [05 18:29]:
 Thanks Sven. I will include it when I do the new upload (which I plan
 for Wheezy).

Ping?  Any reason for keeping this release critical bug open for such a
long time?

Best Regards,
  Alexander



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



Processed: fixed 612353 in 1:001

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

 fixed 612353 1:001
Bug #612353 {Done: Aurelien Jarno aure...@debian.org} [usbutils] lsusb prints 
no output
There is no source info for the package 'usbutils' at version '1:001' with 
architecture ''
Unable to make a source version for version '1:001'
Bug Marked as fixed in versions 1:001.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612353
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#554737: gpivtools: diff for NMU version 0.6.0-1.1

2011-12-03 Thread Meike Reichle
Dear maintainer,

I've prepared an NMU for gpivtools (versioned as 0.6.0-1.1). The diff is
attached to this message.

Regards.

diff -u gpivtools-0.6.0/debian/changelog gpivtools-0.6.0/debian/changelog
--- gpivtools-0.6.0/debian/changelog
+++ gpivtools-0.6.0/debian/changelog
@@ -1,3 +1,12 @@
+gpivtools (0.6.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils-gold add link to libm
+(thanks Mahyuddin Susanto) (Closes: #554737)
+  * Changed urgency to medium
+
+ -- root me...@debian.org  Sat, 03 Dec 2011 14:09:44 +0100
+
 gpivtools (0.6.0-1) unstable; urgency=low
 
   * New upstream release
diff -u gpivtools-0.6.0/debian/patches/00list 
gpivtools-0.6.0/debian/patches/00list
--- gpivtools-0.6.0/debian/patches/00list
+++ gpivtools-0.6.0/debian/patches/00list
@@ -1,0 +2 @@
+02_fix_ftbfs_binutils-gold.dpatch
only in patch2:
unchanged:
--- gpivtools-0.6.0.orig/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
+++ gpivtools-0.6.0/debian/patches/02_fix_ftbfs_binutils-gold.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Description: Fix FTBFS binutils-gold
+## Author: Mahyuddin Susanto udi...@ubuntu.com
+## Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554737
+
+@DPATCH@
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.am 
gpivtools-0.6.0/src/misc/Makefile.am
+--- gpivtools-0.6.0~/src/misc/Makefile.am  2008-10-09 21:49:30.0 
+0700
 gpivtools-0.6.0/src/misc/Makefile.am   2011-01-29 07:36:56.060743848 
+0700
+@@ -73,4 +73,4 @@
+   fi-keyline.pl
+ 
+ INCLUDES  = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I 
$(K_TOPDIR)/include
+-LDADD = @GLIB_LIBS@
++LDADD = @GLIB_LIBS@ -lm
+diff -urNad gpivtools-0.6.0~/src/misc/Makefile.in 
gpivtools-0.6.0/src/misc/Makefile.in
+--- gpivtools-0.6.0~/src/misc/Makefile.in  2008-10-09 22:29:23.0 
+0700
 gpivtools-0.6.0/src/misc/Makefile.in   2011-01-29 07:37:55.240743789 
+0700
+@@ -241,7 +241,7 @@
+   fi-keyline.pl
+ 
+ INCLUDES = @GLIB_CFLAGS@ -I $(RTA_TOPDIR)/include -I . -I $(K_TOPDIR)/include
+-LDADD = @GLIB_LIBS@
++LDADD = @GLIB_LIBS@ -lm
+ all: all-am
+ 
+ .SUFFIXES:
+


Bug#649696: marked as done (latex-make: Please Depend on ghostscript instead of gs-common.)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 13:36:10 +
with message-id e1rwplc-0006x8...@franck.debian.org
and subject line Bug#649696: fixed in latex-make 2.1.13-1.1
has caused the Debian Bug report #649696,
regarding latex-make: Please Depend on ghostscript instead of gs-common.
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.)


-- 
649696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: latex-make
Version: 2.1.13-1
Severity: important

Hi, 

latex-make currently depends on gs-common, which is a transitional package.
The next upload of ghostscript (currently) plans to drop both gs-common and
the ghostscript Provides: gs-common. As soon as that upload happens, it
will make latex-make uninstallable.

Please replace the Depends on gs-common to a Depends on ghostscript.

(The severity of this bug will be raised to serious after the ghostscript
upload.)

Cheers,

OdyX


---End Message---
---BeginMessage---
Source: latex-make
Source-Version: 2.1.13-1.1

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

latex-make_2.1.13-1.1.diff.gz
  to main/l/latex-make/latex-make_2.1.13-1.1.diff.gz
latex-make_2.1.13-1.1.dsc
  to main/l/latex-make/latex-make_2.1.13-1.1.dsc
latex-make_2.1.13-1.1_all.deb
  to main/l/latex-make/latex-make_2.1.13-1.1_all.deb



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

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

Debian distribution maintenance software
pp.
Miguel de Val Borro miguel.de...@gmail.com (supplier of updated latex-make 
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, 03 Dec 2011 13:17:53 +0100
Source: latex-make
Binary: latex-make
Architecture: source all
Version: 2.1.13-1.1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Miguel de Val Borro miguel.de...@gmail.com
Description: 
 latex-make - easy compiling of complex (and simple) LaTeX documents
Closes: 649696
Changes: 
 latex-make (2.1.13-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Please Depend on ghostscript instead of gs-common. Replace gs-common
 dependency by ghostscript in rules (Closes: #649696)
Checksums-Sha1: 
 1d077ac123a5fb59895d07b717442ae9b6760a48 1834 latex-make_2.1.13-1.1.dsc
 21a64f00463d0bb77ab31a6266e53c2fcc4b5c1a 5466 latex-make_2.1.13-1.1.diff.gz
 8aeecd8c50e27052cd3c676141c13d77b92ff4c8 843386 latex-make_2.1.13-1.1_all.deb
Checksums-Sha256: 
 3d79f81e0f85221d38543d8ece4cbab3800e3efa97890dcc8b0fa7e0512585d3 1834 
latex-make_2.1.13-1.1.dsc
 743c0d7b6563369efbbc743f259d20cb446482fce21c58615e888b1d2d5c3ea2 5466 
latex-make_2.1.13-1.1.diff.gz
 21e06c44bb2ab4e0061c9c333938901461e909c267497b1b37c7dc27fe988d10 843386 
latex-make_2.1.13-1.1_all.deb
Files: 
 7503872990519010fe1e565511de7696 1834 tex optional latex-make_2.1.13-1.1.dsc
 75390013f15f544298ca02f35913d6d8 5466 tex optional 
latex-make_2.1.13-1.1.diff.gz
 85eecfbe310eb753429b36a23e72f95a 843386 tex optional 
latex-make_2.1.13-1.1_all.deb

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

iQIcBAEBCAAGBQJO2iIqAAoJEMJLZaJnLIsS2qAP/0kQMJ4YXQL0pONSlXHgG7/R
AB7e1xrS64WmCozzY3jwQ9XOcARFjiblh1KHX5CaWbdGxC0QUw9rIdtwalQ8+7Yq
VOBbGlFNfJnFwKg2xRSqv2HH9Bt2Eyg9yjU3mI1JX78tRkY38Ok3HC9OwqFoE5Zl
nNkRyRkQFqjxGJOSyLZ0cg82Nk0CqqaqoRq83dbM204m0Oyc4+v7aRR9mM8B7wcF
OfFvAI07jek5wBtFwXS3FC642ji/PSRzVlCrLIdSbWCNd9VsHrot4+d5dJVIJaE1
0CxD+s0vOJYD0TbYq/3Ekysoky3AXh7CY55F4kk28439dTCVLsK2bwiecHywSkUs
81k1c02TU9blcE5c6UPYoCgw6Y/mt9H9r0DsGXiTJVLVIbJJyBkgN/KfHQF+L5u+
rOcCmfCPvH4QpXmqeV5jT0dyOLSZu9RqhyM2iZtHUvwHc65S7nk12Ls894hWrFty
WpJKmxCbK0DlcqAMK8v5rxhmFac4TtQVMCJamsfL45ZMtHwKhLF6p4A3mEKwimUP
XIZNFdWseF/lGzru7bjX+42ndfRFxdbFmXpWhhQ8PDKy0qvYgdTI4MmoL/K8+tmf
78pwQ3RNYR/mBaelHZ5g5de2dz1Dj9zxOqkXslaUl+ki0SUpP/ssgRvlaxRhQhkV
I5kQ2wPcOkgm5JbDhabM
=CpxQ
-END PGP SIGNATURE-


---End Message---


Bug#643447: notebook: diff for NMU version 0.2rel-2.2

2011-12-03 Thread Alexander Reichle-Schmehl
Dear maintainer,

I've prepared an NMU for notebook (versioned as 0.2rel-2.2). The diff
is attached to this message.

Regards.
diff -u notebook-0.2rel/debian/changelog notebook-0.2rel/debian/changelog
--- notebook-0.2rel/debian/changelog
+++ notebook-0.2rel/debian/changelog
@@ -1,3 +1,16 @@
+notebook (0.2rel-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add export_dynamic.patch and string_fomart_security_fix.patch (both
+by Johannes Kulik, thanks!)
+   * export_dynamic.patch solves unresponsive buttons in the UI
+ (Closes: #648959)
+   * string_fomart_security_fix.patch solves a FTBFS when compiled with
+ -Werror=format-security (Closes: #643447)
+  * Urgency set to mediuem due to rc bug fixes
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Sat, 03 Dec 2011 14:35:45 +0100
+
 notebook (0.2rel-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- notebook-0.2rel.orig/debian/patches/string_fomart_security_fix.patch
+++ notebook-0.2rel/debian/patches/string_fomart_security_fix.patch
@@ -0,0 +1,20 @@
+--- notebook-0.2rel/src/ui/nb_ui_interface.c	2005-03-20 20:46:01.0 +0100
 notebook-0.2rel_debian_patches/src/ui/nb_ui_interface.c	2011-11-14 13:02:57.801757891 +0100
+@@ -68,7 +69,7 @@
+ 	GtkWidget * dialog;
+ 	int button;
+ 
+-	dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, text);
++	dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, %s, text);
+ 	g_object_set (dialog, title, title, allow_grow, TRUE, NULL);
+ 
+ 	button = gtk_dialog_run ((GtkDialog *) dialog);
+@@ -85,7 +86,7 @@
+ {
+ 	GtkWidget *dialog;
+ 
+-	dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, text);
++	dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, %s, text);
+ 
+ 	gtk_dialog_run ((GtkDialog *) dialog);
+ 	gtk_widget_destroy (dialog);
only in patch2:
unchanged:
--- notebook-0.2rel.orig/debian/patches/export_dynamic.patch
+++ notebook-0.2rel/debian/patches/export_dynamic.patch
@@ -0,0 +1,11 @@
+--- notebook-0.2rel/src/Makefile.in	2005-03-20 20:46:00.0 +0100
 notebook-0.2rel_fixed/src/Makefile.in	2010-04-25 01:31:17.240652084 +0200
+@@ -70,7 +70,7 @@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ INSTOBJEXT = @INSTOBJEXT@
+ INTLLIBS = @INTLLIBS@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -export-dynamic
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LTLIBOBJS = @LTLIBOBJS@


Processed: upgrade 623623

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

 severity 623623 serious
Bug #623623 [pbuilder] fails to start, depends on dpkg-architecture (dpkg-dev)
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

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

2011-12-03 Thread Helmut Grohne
severity 623623 serious
thanks

pbuilder cannot be used without pbuilder --create and pbuilder --create
uses dpkg-architecture which is contained in dpkg-dev. So this is a
missing dependency which should be serious according to policy 7.2:

| The Depends field should be used if the depended-on package is required
| for the depending package to provide a significant amount of
| functionality. 

Helmut



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



Bug#649699: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

New patch fixing the changelog message.

Miguel
diff -Nru latex-mk-2.1/debian/changelog latex-mk-2.1/debian/changelog
--- latex-mk-2.1/debian/changelog	2011-06-29 06:25:44.0 +0200
+++ latex-mk-2.1/debian/changelog	2011-12-03 14:58:12.0 +0100
@@ -1,3 +1,11 @@
+latex-mk (2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript instead of gs-common replacing the
+dependency on gs-common (Closes: #649699)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:54:46 +0100
+
 latex-mk (2.1-1) unstable; urgency=low
 
   * New upstreamer release
diff -Nru latex-mk-2.1/debian/control latex-mk-2.1/debian/control
--- latex-mk-2.1/debian/control	2011-06-30 06:44:24.0 +0200
+++ latex-mk-2.1/debian/control	2011-12-03 13:53:17.0 +0100
@@ -6,7 +6,7 @@
 Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
  texlive-latex-recommended, texinfo, xsltproc, docbook-xsl,
  graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig, csh, autoconf
+ ghostscript, tgif, transfig, csh, autoconf
 Standards-Version: 3.9.2
 Homepage: http://latex-mk.sourceforge.net/
 
@@ -15,7 +15,7 @@
 Depends: ${misc:Depends}
 Recommends: make, texlive-latex-recommended, texlive-base
 Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig
+ ghostscript, tgif, transfig
 Description: tool for managing LaTeX projects
  LaTeX-Mk is a collection of Makefile fragments and shell scripts for
  managing small to large sized LaTeX projects. The typical LaTeX-Mk


Bug#639772: slrn: diff for NMU version 1.0.0~pre18-1.2

2011-12-03 Thread gregor herrmann
tags 607332 + pending
tags 639772 + patch
tags 639772 + pending
thanks

Dear maintainer,

I've prepared an NMU for slrn (versioned as 1.0.0~pre18-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Arlo Guthrie: Can't Help Falling in Love
diff -u slrn-1.0.0~pre18/debian/changelog slrn-1.0.0~pre18/debian/changelog
--- slrn-1.0.0~pre18/debian/changelog
+++ slrn-1.0.0~pre18/debian/changelog
@@ -1,3 +1,16 @@
+slrn (1.0.0~pre18-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: checking for the slang library and header files ... no:
+tell configure about the multiarched slang lib; build-depend on dpkg-dev
+(= 1.16.0). Remove rpath that gets introduced by the multiarch path.
+(Closes: #639772)
+  * Fix cleanscore breaks with perl 5.12: new patch
+cleanscore-prototypes.dpatch.
+(Closes: #607332)
+
+ -- gregor herrmann gre...@debian.org  Sat, 03 Dec 2011 15:12:43 +0100
+
 slrn (1.0.0~pre18-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u slrn-1.0.0~pre18/debian/control slrn-1.0.0~pre18/debian/control
--- slrn-1.0.0~pre18/debian/control
+++ slrn-1.0.0~pre18/debian/control
@@ -4,7 +4,8 @@
 Maintainer: Jörg Sommer jo...@alea.gnuu.de
 Build-Depends: debhelper (= 6.0.7~), libslang2-dev, libuu-dev,
  exim4 | mail-transport-agent, libgnutls-dev, po-debconf, autoconf,
- dpatch (= 2.0.30), libcanlock2-dev, autotools-dev, hardening-wrapper
+ dpatch (= 2.0.30), libcanlock2-dev, autotools-dev, hardening-wrapper,
+ dpkg-dev (= 1.16.0), chrpath
 Standards-Version: 3.8.4
 Homepage: http://www.slrn.org/
 Vcs-Browser: http://git.debian.org/?p=users/jo-guest/slrn.git
diff -u slrn-1.0.0~pre18/debian/rules slrn-1.0.0~pre18/debian/rules
--- slrn-1.0.0~pre18/debian/rules
+++ slrn-1.0.0~pre18/debian/rules
@@ -7,6 +7,8 @@
 	WITH_UUDEV := --with-uu
 endif
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 # These additional compiler flags should bring up warnings about common
 # sources of errors.
 export CFLAGS += -Wall -g -Wformat=2 -Wunused -Wundef -Wextra -Wswitch-enum \
@@ -42,6 +44,8 @@
 		--with-canlock \
 		--without-x \
 		$(WITH_UUDEV) \
+		--with-slanglib=/usr/lib/$(DEB_HOST_MULTIARCH) \
+		--with-slanginc=/usr/include \
 		|| { rc=$$?; cat config.log; exit $$rc; }
 
 	$(MAKE) -C src CONFDIR=/etc/news slrn
@@ -61,6 +65,7 @@
 
 	$(MAKE) install DESTDIR=$(tmp_dir)
 	dh_install
+	chrpath --delete $(slrn_dir)/usr/bin/slrn
 
 	#
 	# slrn
diff -u slrn-1.0.0~pre18/debian/patches/00list slrn-1.0.0~pre18/debian/patches/00list
--- slrn-1.0.0~pre18/debian/patches/00list
+++ slrn-1.0.0~pre18/debian/patches/00list
@@ -10,0 +11 @@
+cleanscore-prototypes
only in patch2:
unchanged:
--- slrn-1.0.0~pre18.orig/debian/patches/cleanscore-prototypes.dpatch
+++ slrn-1.0.0~pre18/debian/patches/cleanscore-prototypes.dpatch
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## cleanscore-prototypes.dpatch by gregor herrmann gre...@debian.org
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Taken from https://groups.google.com/group/news.software.readers/msg/5bdbd6dfa74332b8
+## DP: Original author: Ignatios Souvatzis
+## DP: subroutine prototypes have changed in perl since 5.12
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' slrn-1.0.0~pre18~/contrib/cleanscore slrn-1.0.0~pre18/contrib/cleanscore
+--- slrn-1.0.0~pre18~/contrib/cleanscore	2009-12-02 16:44:32.0 +0100
 slrn-1.0.0~pre18/contrib/cleanscore	2011-12-03 15:07:24.0 +0100
+@@ -27,8 +27,8 @@
+ 
+ sub help();
+ sub reset_vars(%);
+-sub insert_comment(%%);
+-sub end_of_score(%$);
++sub insert_comment(%);
++sub end_of_score(%);
+ sub clean_file($);
+ 
+ # globals variables.
+@@ -323,7 +323,7 @@
+ 
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ 
+-sub end_of_score(%$)
++sub end_of_score(%)
+ {
+   my $entry = shift;
+   my $file_is_changed = shift;
+@@ -355,7 +355,7 @@
+ 
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ 
+-sub insert_comment(%%)
++sub insert_comment(%)
+ {
+   my $comment=shift;
+   my $entry=shift;


signature.asc
Description: Digital signature


Bug#649699: gs-common removed: this bug is now RC.

2011-12-03 Thread Alexander Reichle-Schmehl

Hi!

Am 03.12.2011 15:00, schrieb Miguel de Val-Borro:


New patch fixing the changelog message.


Uploaded, thanks!

Best regards,
  Alexander



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



Processed: slrn: diff for NMU version 1.0.0~pre18-1.2

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

 tags 607332 + pending
Bug #607332 [slrn] slrn: cleanscore breaks with perl 5.12
Added tag(s) pending.
 tags 639772 + patch
Bug #639772 [src:slrn] slrn: FTBFS: checking for the slang library and header 
files ... no
Added tag(s) patch.
 tags 639772 + pending
Bug #639772 [src:slrn] slrn: FTBFS: checking for the slang library and header 
files ... no
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
639772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639772
607332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607332
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#643782: Fixed with sponsored upload

2011-12-03 Thread Alexander Reichle-Schmehl
Hi!

While looking through the list of open RC bugs I stumbled over this one,
noticed that there's a package on mentors.debian.net available and took
the liberty to sponsor it.


Best Regards,
  Alexander



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



Processed: fixed 612353 in usbutils/1:001-1

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

 # lets try again, notfixed 612353 1:001
 fixed 612353 usbutils/1:001-1
Bug #612353 {Done: Aurelien Jarno aure...@debian.org} [usbutils] lsusb prints 
no output
Bug Marked as fixed in versions usbutils/1:001-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612353
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#649705: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the dependency on gs-common to ghostscript.

Thanks,
Miguel
diff -u texpower-0.2/debian/control texpower-0.2/debian/control
--- texpower-0.2/debian/control
+++ texpower-0.2/debian/control
@@ -2,7 +2,7 @@
 Section: tex
 Priority: optional
 Maintainer: Rene Engelhard r...@debian.org
-Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, gs-common, tex-common, texlive-math-extra, context, texlive-pstricks, prosper
+Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, ghostscript, tex-common, texlive-math-extra, context, texlive-pstricks, prosper
 Build-Depends: debhelper ( 4.0.0), dpatch
 Standards-Version: 3.6.2
 
diff -u texpower-0.2/debian/changelog texpower-0.2/debian/changelog
--- texpower-0.2/debian/changelog
+++ texpower-0.2/debian/changelog
@@ -1,3 +1,11 @@
+texpower (0.2-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript, not gs-common. replacing the
+dependency on gs-common (Closes: #649705)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 14:28:23 +0100
+
 texpower (0.2-7) unstable; urgency=medium
 
   * fix sed in debian/rules (closes: #440313) 


Bug#649699: marked as done (Please Build-Depend on ghostscript instead of gs-common)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 14:55:07 +
with message-id e1rwqzb-0006nr...@franck.debian.org
and subject line Bug#649699: fixed in latex-mk 2.1-1.1
has caused the Debian Bug report #649699,
regarding Please Build-Depend on ghostscript instead of gs-common
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.)


-- 
649699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: latex-mk
Version: 2.1-1
Severity: normal

Hi, 

latex-mk currently suggests gs-common, which is a transitional package.
The next upload of ghostscript (currently) plans to drop both gs-common and
the ghostscript Provides: gs-common. As soon as that upload happens, it
will make latex-mk have broken suggests.

Please replace the Suggests on gs-common to a Suggests on ghostscript.

Cheers,

OdyX


---End Message---
---BeginMessage---
Source: latex-mk
Source-Version: 2.1-1.1

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

latex-mk_2.1-1.1.debian.tar.gz
  to main/l/latex-mk/latex-mk_2.1-1.1.debian.tar.gz
latex-mk_2.1-1.1.dsc
  to main/l/latex-mk/latex-mk_2.1-1.1.dsc
latex-mk_2.1-1.1_all.deb
  to main/l/latex-mk/latex-mk_2.1-1.1_all.deb



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

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

Debian distribution maintenance software
pp.
Miguel de Val Borro miguel.de...@gmail.com (supplier of updated latex-mk 
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, 03 Dec 2011 13:54:46 +0100
Source: latex-mk
Binary: latex-mk
Architecture: source all
Version: 2.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Wences Arana ara...@debian.org.gt
Changed-By: Miguel de Val Borro miguel.de...@gmail.com
Description: 
 latex-mk   - tool for managing LaTeX projects
Closes: 649699
Changes: 
 latex-mk (2.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Please Build-Depend on ghostscript instead of gs-common replacing the
 dependency on gs-common (Closes: #649699)
Checksums-Sha1: 
 d2416a9bad66329eb24a11b6d2901e2790584e27 1979 latex-mk_2.1-1.1.dsc
 93a7835f47943e1fea40ea59588736e061b83d90 9455 latex-mk_2.1-1.1.debian.tar.gz
 065453f6bee5cd610b46faf04d75988571569420 293888 latex-mk_2.1-1.1_all.deb
Checksums-Sha256: 
 d21bb2e23f3f005fb9ca7160e455812ce547c95acd2fa88d453f099c99b7e478 1979 
latex-mk_2.1-1.1.dsc
 f82c4c1a6033ff0252aceddfc7b2d7302f1987e0fa6be7e81caf4a84e91da9e5 9455 
latex-mk_2.1-1.1.debian.tar.gz
 d9f5a2df10e51513ded575220c13a2bb675fe5a2e179c74213ad5c54ab61e93a 293888 
latex-mk_2.1-1.1_all.deb
Files: 
 149767aa8af8a3136c9bff238b66fedd 1979 tex optional latex-mk_2.1-1.1.dsc
 6ce612bab6a16895ad17321391279bb5 9455 tex optional 
latex-mk_2.1-1.1.debian.tar.gz
 796e757a14f949f6a303d28e3e25ed9f 293888 tex optional latex-mk_2.1-1.1_all.deb

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

iQIcBAEBCAAGBQJO2i9YAAoJEMJLZaJnLIsS40wQALqauboCj1JtBg/c6HuwTlLC
ryHxV5r4jZTqrgRpTOV0fi6tZ9mBQRJhFH3dU+eSM/B4O73S91uKqNanI8KPPFHc
C6gnTSZ6sNMOEB/2uo7S6/7XLFsNtU420/pnoT3heOLHogYpAV17AgexeQM+cCqd
1bvinncr+OYugi7zu1PGOQOanvDdy2Kj+wOU3DOnrnclH2v5tVgBHAvXH6SMj6+I
kytkqtaA1gwQj7AvESlEfjBsh+EYTSEiOLZEnopaYSkLrajVuTZlnGJ57aqa+40n
2TjWW1Pm5FXj/QS8/5hB5LB6xRkNj0jW3eDKF0372fAfzigclLUIh/98rPHj/X+A
eK4rxtucqYAn/x2XE5Cqt3xOMjwd6qbI8ovlofhTMFsjVNZjO04Np47vnCN8BR3Q
X/bRt3AGmgK8C1+Xzu5GoloobGHgkdyReWk7P+RwfjCUBNyG1GfXjn7MSXWua7Uq
QNDKPNaMeYLq89TQ09ADdgyRWvxfNWZ2lAb1cJ+WScxO0SjkuICnM6a4T02vcS6j
sSdPYb8wZ+Pph2SztDa/+qIasjALohKek0OTbtJ93gH7mUevJxh5wn4CIIWsYsIJ
Q7mfAVNXDk7Tyc/SorA2bw2NaxhtEgqWsuKfFghKszaZUkikfqvjHzCWzvLlZ7OX
2kGCnY57LcEXFLzFAETj
=rRMQ
-END PGP SIGNATURE-


---End Message---


Bug#646446: gpsdrive: FTBFS: mapnik.cpp:33:15: error: 'mapnik::Image32' has not,

2011-12-03 Thread Francesco P. Lovergine
On Thu, Dec 01, 2011 at 08:37:38PM -0800, Hamish wrote:
 by the way, updated 2.11 packages for GpsDrive are available from
 www.gpsdrive.de for debian releases, and
  http://download.osgeo.org/livedvd/data/gpsdrive/ for Ubuntu releases.
 If anyone wants a copy built for Squeeze with full Mapnik+PostGIS OSM
 support just send me an email.

I did not check lately but it seems packages there are missing source
which is a pity: we need to provide a source package in main from
scratch currently.

-- 
Francesco P. Lovergine



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



Bug#643447: marked as done (notebook: FTBFS: ui/nb_ui_interface.c:72:2: error: format not a string literal and no format arguments [-Werror=format-security])

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:00:27 +
with message-id e1rwr4l-0008ew...@franck.debian.org
and subject line Bug#643447: fixed in notebook 0.2rel-2.2
has caused the Debian Bug report #643447,
regarding notebook: FTBFS: ui/nb_ui_interface.c:72:2: error: format not a 
string literal and no format arguments [-Werror=format-security]
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.)


-- 
643447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: notebook
Version: 0.2rel-2.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs hardening-format-security hardening
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -pthread -DORBIT2=1 -D_REENTRANT 
 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 
 -I/usr/include/gail-1.0 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeui-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 
 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 
 -I/usr/include/bonobo-activation-2.0   
 -DGLADE_DIR=\/usr/share/notebook/glade\ 
 -DPIXMAPS_DIR=\/usr/share/notebook/pixmaps\ 
 -DLOCALE_DIR=\/usr/share/locale\-g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
 -Werror=format-security -Wall -c -o nb_ui_interface.o `test -f 
 'ui/nb_ui_interface.c' || echo './'`ui/nb_ui_interface.c
 ui/nb_ui_interface.c: In function 'nb_ui_create_main_window':
 ui/nb_ui_interface.c:48:2: warning: implicit declaration of function 
 'nb_ui_treeview_create' [-Wimplicit-function-declaration]
 ui/nb_ui_interface.c:49:2: warning: implicit declaration of function 
 'nb_ui_note_view_create' [-Wimplicit-function-declaration]
 ui/nb_ui_interface.c: In function 'nb_ui_dialog_question':
 ui/nb_ui_interface.c:72:2: error: format not a string literal and no format 
 arguments [-Werror=format-security]
 ui/nb_ui_interface.c: In function 'nb_ui_dialog_error':
 ui/nb_ui_interface.c:89:2: error: format not a string literal and no format 
 arguments [-Werror=format-security]
 ui/nb_ui_interface.c: In function 'nb_ui_dialog_import':
 ui/nb_ui_interface.c:106:2: warning: implicit declaration of function 
 'gettext' [-Wimplicit-function-declaration]
 ui/nb_ui_interface.c:106:50: warning: incompatible implicit declaration of 
 built-in function 'gettext' [enabled by default]
 ui/nb_ui_interface.c: In function 'nb_ui_about_dialog_create':
 ui/nb_ui_interface.c:141:36: warning: incompatible implicit declaration of 
 built-in function 'gettext' [enabled by default]
 ui/nb_ui_interface.c:140:16: warning: unused variable 'version' 
 [-Wunused-variable]
 ui/nb_ui_interface.c: In function 'nb_ui_cb_drag_received':
 ui/nb_ui_interface.c:216:3: warning: implicit declaration of function 
 'strlen' [-Wimplicit-function-declaration]
 ui/nb_ui_interface.c:216:8: warning: incompatible implicit declaration of 
 built-in function 'strlen' [enabled by default]
 ui/nb_ui_interface.c: At top level:
 ui/../nb_note.h:38:22: warning: 'note_type_string' defined but not used 
 [-Wunused-variable]
 ui/../nb_note.h:54:22: warning: 'note_status_string' defined but not used 
 [-Wunused-variable]
 cc1: some warnings being treated as errors
 
 make[3]: *** [nb_ui_interface.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/notebook_0.2rel-2.1_lsid64.buildlog

This happened because since dpkg 1.16.0 [0], hardening flags are enabled 
under various conditions.

[0] http://lists.debian.org/debian-devel-announce/2011/09/msg1.html

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

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


---End Message---
---BeginMessage---
Source: notebook

Bug#646148: marked as done (multipath-tools: FTBFS: /usr/bin/ld: cannot find -lncurses)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 14:58:49 +
with message-id e1rwr3b-0007we...@franck.debian.org
and subject line Bug#646148: fixed in multipath-tools 0.4.9-3
has caused the Debian Bug report #646148,
regarding multipath-tools: FTBFS: /usr/bin/ld: cannot find -lncurses
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.)


-- 
646148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: multipath-tools
Version: 0.4.9-2
Severity: serious

From my pbuilder log:

,
| cc -pipe -g -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\lib\ 
-I../libmultipath -c -o cli_handlers.o cli_handlers.c
| cc -pipe -g -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\lib\ 
-I../libmultipath -lpthread -ldevmapper -lreadline -lncurses -ldl -lmultipath 
-L../libmultipath -o multipathd main.o pidfile.o uxlsnr.o uxclnt.o cli.o 
cli_handlers.o
| /usr/bin/ld: cannot find -lncurses
| collect2: ld returned 1 exit status
| make[2]: *** [multipathd] Error 1
`

Either add libncurses-dev to Build-Depends, or (preferably) patch
multipathd/Makefile to not add -lncurses to LDFLAGS, since it is not
needed.


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

Kernel: Linux 3.1.0-rc10-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: multipath-tools
Source-Version: 0.4.9-3

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

kpartx_0.4.9-3_amd64.deb
  to main/m/multipath-tools/kpartx_0.4.9-3_amd64.deb
multipath-tools-boot_0.4.9-3_all.deb
  to main/m/multipath-tools/multipath-tools-boot_0.4.9-3_all.deb
multipath-tools-dbg_0.4.9-3_amd64.deb
  to main/m/multipath-tools/multipath-tools-dbg_0.4.9-3_amd64.deb
multipath-tools_0.4.9-3.debian.tar.gz
  to main/m/multipath-tools/multipath-tools_0.4.9-3.debian.tar.gz
multipath-tools_0.4.9-3.dsc
  to main/m/multipath-tools/multipath-tools_0.4.9-3.dsc
multipath-tools_0.4.9-3_amd64.deb
  to main/m/multipath-tools/multipath-tools_0.4.9-3_amd64.deb
multipath-udeb_0.4.9-3_amd64.udeb
  to main/m/multipath-tools/multipath-udeb_0.4.9-3_amd64.udeb



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

Debian distribution maintenance software
pp.
Ritesh Raj Sarraf r...@debian.org (supplier of updated multipath-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: SHA512

Format: 1.8
Date: Sat, 03 Dec 2011 19:34:59 +0530
Source: multipath-tools
Binary: multipath-tools multipath-tools-dbg kpartx multipath-tools-boot 
multipath-udeb
Architecture: source amd64 all
Version: 0.4.9-3
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team pkg-lvm-maintain...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 kpartx - create device mappings for partitions
 multipath-tools - maintain multipath block device access
 multipath-tools-boot - Support booting from multipath devices
 multipath-tools-dbg - maintain multipath block device access - debugging 
symbols
 multipath-udeb - maintain multipath block device access - udeb package (udeb)
Closes: 628225 637538 640802 646148
Changes: 
 multipath-tools (0.4.9-3) unstable; urgency=low
 .
   * [dd85b8b] Add example to kpartx manpage. Committed upstream.
 Thanks to Lars Wirzenius (Closes: 637538)
   * [652acf5] Add Brazilian Portuguese debconf templates translation.
 Thanks to Flamarion Jorge (Closes: 640802)
   * [71df377] Add Danish translation of the debconf templates multipath-tools.
 Thanks to Joe Hansen (Closes: #628225)
   * [19ab90f] Avoid unnecessary linkage to ncurses library.
 Thanks to Sven Joachim (Closes: 646148)
Checksums-Sha1: 
 4b9b2ff9ebb78302508fefb347339b862b409492 2297 multipath-tools_0.4.9-3.dsc
 e42669b173f6d06e4c703631cea9f9f8d99470b3 26422 
multipath-tools_0.4.9-3.debian.tar.gz
 b9b9b8814e10b08051017cac5ecb16b908867c8c 176042 
multipath-tools_0.4.9-3_amd64.deb
 

Bug#648959: marked as done (notebook-gtk2: Interaction with UI doesn't trigger any action)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:00:27 +
with message-id e1rwr4l-0008f6...@franck.debian.org
and subject line Bug#648959: fixed in notebook 0.2rel-2.2
has caused the Debian Bug report #648959,
regarding notebook-gtk2: Interaction with UI doesn't trigger any action
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.)


-- 
648959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648959
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: notebook-gtk2
Version: 0.2rel-2.1
Severity: grave

Dear Maintainer,

the application starts without visible problems, but none of the buttons
or menu entries trigger any action. Text inputs accept keyboard input,
buttons can be clicked, but nothing happens.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (300, 'unstable'), (200, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages notebook-gtk2 depends on:
ii  libart-2.0-2   2.3.21-1 
ii  libatk1.0-02.2.0-2  
ii  libbonobo2-0   2.24.3-1 
ii  libbonoboui2-0 2.24.3-1 
ii  libc6  2.13-21  
ii  libcairo2  1.10.2-6.1   
ii  libgconf2-42.32.4-1 
ii  libglade2-01:2.6.4-1
ii  libglib2.0-0   2.28.8-1 
ii  libgnome2-02.32.1-2 
ii  libgnomecanvas2-0  2.30.3-1 
ii  libgnomeui-0   2.24.5-2 
ii  libgnomevfs2-0 1:2.24.4-1   
ii  libgtk2.0-02.24.7-1 
ii  libice62:1.0.7-2
ii  liborbit2  1:2.14.19-0.1
ii  libpango1.0-0  1.29.4-2 
ii  libpopt0   1.16-1   
ii  libsm6 2:1.2.0-2
ii  libxml22.7.8.dfsg-5 

notebook-gtk2 recommends no packages.

notebook-gtk2 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: notebook
Source-Version: 0.2rel-2.2

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

notebook-gtk2_0.2rel-2.2_amd64.deb
  to main/n/notebook/notebook-gtk2_0.2rel-2.2_amd64.deb
notebook_0.2rel-2.2.diff.gz
  to main/n/notebook/notebook_0.2rel-2.2.diff.gz
notebook_0.2rel-2.2.dsc
  to main/n/notebook/notebook_0.2rel-2.2.dsc



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

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl toli...@debian.org (supplier of updated notebook 
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, 03 Dec 2011 14:35:45 +0100
Source: notebook
Binary: notebook-gtk2
Architecture: source amd64
Version: 0.2rel-2.2
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Franco stra...@debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 notebook-gtk2 - A GTK+ logbook editor
Closes: 643447 648959
Changes: 
 notebook (0.2rel-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add export_dynamic.patch and string_fomart_security_fix.patch (both
 by Johannes Kulik, thanks!)
* export_dynamic.patch solves unresponsive buttons in the UI
  (Closes: #648959)
* string_fomart_security_fix.patch solves a FTBFS when compiled with
  -Werror=format-security (Closes: #643447)
   * Urgency set to mediuem due to rc bug fixes
Checksums-Sha1: 
 81d76f4fee956579f50abb1cafd13b91d0a9a8a3 1798 notebook_0.2rel-2.2.dsc
 cc847d1a11b0bd1f45502069ee8925ce2d29ad49 3030 notebook_0.2rel-2.2.diff.gz
 131a4dbf8854b9dbf1aeccadd8d60ec89d340142 41112 
notebook-gtk2_0.2rel-2.2_amd64.deb
Checksums-Sha256: 
 48568d64387557fd773efc6805e4a4cb2291b28caeb24982720577b9f32eb731 1798 
notebook_0.2rel-2.2.dsc
 fc5d05ef7807f1df9643a9e0db3ace19612f5ba4f546c284a29ef37d24aac0ac 3030 
notebook_0.2rel-2.2.diff.gz
 4c1cb714731bda7b403a3cb52bf3f0b334a28ef98860469cd58e0bb6c7a1d120 41112 
notebook-gtk2_0.2rel-2.2_amd64.deb
Files: 
 4231df15abff28bb3854b313c355f42a 1798 x11 optional notebook_0.2rel-2.2.dsc
 72c0fdbc4be5b6de683d01a3f49724b1 3030 x11 optional 

Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Jakub Wilk

* Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-03, 13:16:

--- numexpr-1.4.2/debian/rules  2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules  2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
install/$(DEB_PYTHON_MODULE_PACKAGES)::
sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+   dh_numpy
#   rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


That's an unusual place to call dh_numpy (or any helper that generates 
dependencies). The patch happens to do the trick for the moment, but 
only because dh_numpy is quite dumb and doesn't look at package 
contents. If dh_numpy ever grows smarter, this package will break.


--
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#643782: marked as done (ranger: Cannot be launched; ImportError raised)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:05:50 +
with message-id e1rwr9y-ww...@franck.debian.org
and subject line Bug#643782: fixed in ranger 1.5.2-1
has caused the Debian Bug report #643782,
regarding ranger: Cannot be launched; ImportError raised
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.)


-- 
643782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ranger
Version: 1.4.3-1
Severity: grave
Justification: renders package unusable

Hello,

ranger cannot be launched since the default python switched from 2.6 to
2.7. After the python upgrade, calling ranger in commandline gives:

Traceback (most recent call last):
  File /usr/bin/ranger, line 58, in module
  import ranger
ImportError: No module named ranger

ranger can actually be launched normally if the link /usr/bin/python is
changed, and point to /usr/bin/python/2.6 instead of the now default
/usr/bin/python/2.7. I however do not know where the incompatibility is
coming from...

Regards,

Raphael



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

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

Versions of packages ranger depends on:
ii  file5.08-1
ii  less444-1
ii  python  2.7.2-7
ii  python-support  1.0.14

ranger recommends no packages.

Versions of packages ranger suggests:
ii  atool0.38.0-1
ii  caca-utils   0.99.beta17-2.1
ii  elinks-lite  0.12~pre5-4
ii  highlight3.5-3

-- no debconf information



---End Message---
---BeginMessage---
Source: ranger
Source-Version: 1.5.2-1

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

ranger_1.5.2-1.debian.tar.gz
  to main/r/ranger/ranger_1.5.2-1.debian.tar.gz
ranger_1.5.2-1.dsc
  to main/r/ranger/ranger_1.5.2-1.dsc
ranger_1.5.2-1_all.deb
  to main/r/ranger/ranger_1.5.2-1_all.deb
ranger_1.5.2.orig.tar.gz
  to main/r/ranger/ranger_1.5.2.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Vern Sun s5u...@gmail.com (supplier of updated ranger 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, 18 Nov 2011 21:09:24 +0800
Source: ranger
Binary: ranger
Architecture: source all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Vern Sun s5u...@gmail.com
Changed-By: Vern Sun s5u...@gmail.com
Description: 
 ranger - File manager with an ncurses frontend written in Python
Closes: 619748 643782
Changes: 
 ranger (1.5.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Python tested with version 2.6, 2.7, 3.1, 3.2 (Closes: #643782)
   * There are no Recommends and Suggests, fixed. (Closes: #619748)
   * Updated download url in debian/copyright.
   * Updated Standard-version to 3.9.2.
   * Updated lintian overrides about script-not-executable.
   * Rewrite debian/rules instead of patching the Makefile.
   * The installation location is not compliant with Debian policy, fixed.
Checksums-Sha1: 
 0567cffa9184a3e080472010aee7549cd630f09b 1724 ranger_1.5.2-1.dsc
 24411c4380914280e6a367af6f2411000532fad4 119944 ranger_1.5.2.orig.tar.gz
 5728fa4e6b28e69c4ebbcceaccb395d8a6755b3e 2865 ranger_1.5.2-1.debian.tar.gz
 efa5c32625ddd9a4be698043499aa9bf0122e31f 110446 ranger_1.5.2-1_all.deb
Checksums-Sha256: 
 59961419fef42a654b692b4b1a2b3aad3a04b6da80e935344705ee7123599ebd 1724 
ranger_1.5.2-1.dsc
 0ff813ce25ff40986528603aecdbae331eb58a46d65eb930698cf85a6e7160bb 119944 
ranger_1.5.2.orig.tar.gz
 7e064bfdbb7edb0cb8e11d5527414647b9761bad8ce2b91b27996251ff00b6d5 2865 
ranger_1.5.2-1.debian.tar.gz
 7d427f1707d0f4fd9287b3080e427ab52f8ba7d0f129b13bc3035cdd232c74dc 110446 
ranger_1.5.2-1_all.deb
Files: 
 9c0c858f5ebf4cf5074e20533cd5b0aa 1724 utils extra ranger_1.5.2-1.dsc
 75b1e15b50ecced0a337ae30741daa3b 119944 utils extra ranger_1.5.2.orig.tar.gz
 2f8618c3f384911b8fe6c664960820cb 2865 

Bug#635126: not reproducible on armel and armhf

2011-12-03 Thread Matthias Klose
I can't reproduce this on armel or armhf. The test case succeeds on these
architectures.

However the testsuite hangs on TestFileUtils#test_cd for me, building with or
without -fno-tree-sra.




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



Processed: reassign 633855 to ftp.debian.org ...

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

 reassign 633855 ftp.debian.org
Bug #633855 [cyphesis-cpp] [cyphesis-cpp] Update or remove
Bug reassigned from package 'cyphesis-cpp' to 'ftp.debian.org'.
Bug No longer marked as found in versions cyphesis-cpp/0.5.21-1.1.
 retitle 633855 RM: cyphesis-cpp -- Outdated, Buggy, Unmaintained
Bug #633855 [ftp.debian.org] [cyphesis-cpp] Update or remove
Changed Bug title to 'RM: cyphesis-cpp -- Outdated, Buggy, Unmaintained' from 
'[cyphesis-cpp] Update or remove'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
633855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633855
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: severity of 633855 is normal

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

 severity 633855 normal
Bug #633855 [ftp.debian.org] RM: cyphesis-cpp -- Outdated, Buggy, Unmaintained
Severity set to 'normal' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
633855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633855
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#649705: gs-common removed: this bug is now RC.

2011-12-03 Thread Alexander Reichle-Schmehl

Hi!

Am 03.12.2011 15:38, schrieb Miguel de Val-Borro:

The attached patch replaces the dependency on gs-common to ghostscript.


Thanks, uploaded.


Best regards,
  Alexander



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



Bug#646158: qcake: diff for NMU version 0.7.2-2.1

2011-12-03 Thread Alexander Reichle-Schmehl
Dear maintainer,

I've prepared an NMU for qcake (versioned as 0.7.2-2.1). The diff
is attached to this message.

Regards.

diff -u qcake-0.7.2/debian/changelog qcake-0.7.2/debian/changelog
--- qcake-0.7.2/debian/changelog
+++ qcake-0.7.2/debian/changelog
@@ -1,3 +1,12 @@
+qcake (0.7.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch from Daniel T Chen to fix FTBFS as it can't find
+curses (Closes: #646158)
+  * Urgency set to medium due to rc bug fix
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Sat, 03 Dec 2011 15:46:09 +0100
+
 qcake (0.7.2-2) unstable; urgency=low
 
   [ Gerfried Fuchs ]
diff -u qcake-0.7.2/debian/patches/series qcake-0.7.2/debian/patches/series
--- qcake-0.7.2/debian/patches/series
+++ qcake-0.7.2/debian/patches/series
@@ -4,0 +5 @@
+06_no_ncurses
only in patch2:
unchanged:
--- qcake-0.7.2.orig/debian/patches/06_no_ncurses
+++ qcake-0.7.2/debian/patches/06_no_ncurses
@@ -0,0 +1,26 @@
+Index: qcake-0.7.2/qcakeplayer/qcakeplayer.pro
+===
+--- qcake-0.7.2.orig/qcakeplayer/qcakeplayer.pro	2011-12-03 14:58:15.623366501 +
 qcake-0.7.2/qcakeplayer/qcakeplayer.pro	2011-12-03 15:00:08.313055080 +
+@@ -162,7 +162,7 @@
+ -lm \
+ -lpcre \
+ -lreadline \
+--lncurses \
++#-lncurses \
+ -ldl \
+ -lopenal \
+ -lalut \
+Index: qcake-0.7.2/qcweb3d/qcweb3d.pro
+===
+--- qcake-0.7.2.orig/qcweb3d/qcweb3d.pro	2011-12-03 14:58:15.623366501 +
 qcake-0.7.2/qcweb3d/qcweb3d.pro	2011-12-03 15:00:24.128730681 +
+@@ -178,7 +178,7 @@
+ -lm \
+ -lpcre \
+ -lreadline \
+--lncurses \
++#-lncurses \
+ -ldl \
+ -lopenal \
+ -lalut \


Bug#646467: supposed fix

2011-12-03 Thread Wolfram Sang
tags 646467 patch
thanks

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |
From: Wolfram Sang w.s...@pengutronix.de
Subject: fix '-Werror=format-security' flaw

We won't have format specifiers, so simply use fputs. This patch applies to the
current debian version and upstream master as well (with offset).

Signed-off-by: Wolfram Sang w.s...@pengutronix.de
---
 debug.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: src/debug.c
===
--- a/src/debug.c
+++ b/src/debug.c
@@ -28,7 +28,7 @@ void print_message_to_stderr(const char
 	va_start(va, fmt);
 	vsnprintf(msg, PATH_MAX, fmt, va);
 	va_end(va);
-	fprintf(stderr, msg);
+	fputs(msg, stderr);
 }
 
 #ifdef DEBUG


signature.asc
Description: Digital signature


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 04:05:17PM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-03, 13:16:
 --- numexpr-1.4.2/debian/rules   2011-04-07 04:10:59.0 +0200
 +++ numexpr-1.4.2/debian/rules   2011-12-03 12:13:42.0 +0100
 @@ -19,4 +19,7 @@
  install/$(DEB_PYTHON_MODULE_PACKAGES)::
  sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
  $(cdbs_python_destdir)usr/bin/*
 +
 +build/python-numexpr::
 +dh_numpy
  #   rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt
 
 That's an unusual place to call dh_numpy (or any helper that generates 
 dependencies). The patch happens to do the trick for the moment, but 
 only because dh_numpy is quite dumb and doesn't look at package 
 contents. If dh_numpy ever grows smarter, this package will break.

Would it be correct to call dh_numpy under the install rule?

install/python-numexpr::
dh_numpy

When the package is built like that it also has the right dependency on
numpy.

Miguel



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



Bug#644880: marked as done (ttf-prociono: the source code is missing)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:33:01 +
with message-id e1rwrah-0006cy...@franck.debian.org
and subject line Bug#644880: fixed in fonts-prociono 2.3-2
has caused the Debian Bug report #644880,
regarding ttf-prociono: the source code is missing
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.)


-- 
644880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ttf-prociono
Version: 2.3-1
Severity: serious
Justification: DFSG item 2
X-Debbugs-CC: Luca Falavigna dktrkr...@debian.org

The ttf-prociono package has been prepared from the upstream binary
package instead of the upstream source code. As such the source package
does not contain the actual source code for the font, which is here.

http://sortsmill.googlecode.com/files/sortsmill-prociono-2.3.tar.bz2
http://code.google.com/p/sortsmill/downloads/list?q=label:Prociono

Therefore the ttf-prociono package doesn't comply with DFSG item 2.

You will need to Build-Depend on sortsmill-tools, which is what upstream
uses to build the fonts. You may also need to make a fake version
number, unless dak allows to replace an orig.tar.gz with an orig.tar.bz2

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: fonts-prociono
Source-Version: 2.3-2

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

fonts-prociono_2.3-2.debian.tar.gz
  to main/f/fonts-prociono/fonts-prociono_2.3-2.debian.tar.gz
fonts-prociono_2.3-2.dsc
  to main/f/fonts-prociono/fonts-prociono_2.3-2.dsc
fonts-prociono_2.3-2_all.deb
  to main/f/fonts-prociono/fonts-prociono_2.3-2_all.deb
fonts-prociono_2.3.orig.tar.bz2
  to main/f/fonts-prociono/fonts-prociono_2.3.orig.tar.bz2
ttf-prociono_2.3-2_all.deb
  to main/f/fonts-prociono/ttf-prociono_2.3-2_all.deb



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

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

Debian distribution maintenance software
pp.
Gürkan Sengün gur...@phys.ethz.ch (supplier of updated fonts-prociono package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Sep 2011 11:56:05 +0200
Source: fonts-prociono
Binary: fonts-prociono ttf-prociono
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 fonts-prociono - font similar to the one used for the Debian logo
 ttf-prociono - transitional dummy package
Closes: 644880
Changes: 
 fonts-prociono (2.3-2) unstable; urgency=low
 .
   [ Gürkan Sengün ]
   * Use source version of the font. (Closes: #644880)
   * debian/control: add build-depend on sortsmill-tools.
   * Rename source package to fonts-prociono to fit the Font
 Packages Naming Policy.
   * Bump standards version to 3.9.2.
   * Bump debhelper compatibility level to 8.
   * Move this package under pkg-fonts team maintenance.
 .
   [ Paul Wise ]
   * Use breaks instead of conflicts
   * Fix the priority of the transition package
   * Only install the fonts in the main package
   * Drop dh_installdocs override since it just calls dh_installdocs
   * Add a watch file
Checksums-Sha1: 
 3d661d49b8e3ac7fc5550e8e13c1edffa059bad0 1283 fonts-prociono_2.3-2.dsc
 1abcd7b0b92cd3688a1f2ca7c5c973824e0527af 89731 fonts-prociono_2.3.orig.tar.bz2
 a502d7e6996a9e36b69fc8fcd013c665a6ec39ab 2098 
fonts-prociono_2.3-2.debian.tar.gz
 0e04afce3e55193a6ba4eeb642b064042a5e47dd 58130 fonts-prociono_2.3-2_all.deb
 a49bad9e92943fb6463442e7f322c431f7e74c9a 2702 ttf-prociono_2.3-2_all.deb
Checksums-Sha256: 
 8cd4041af7ba7e960fb720ba12d411ac04e6c93b5ff64ce5e6ef5c61ed935637 1283 
fonts-prociono_2.3-2.dsc
 a59825865eeb850d9ab093c61a765f11b3e9a7e64303514b14893456b4070268 89731 
fonts-prociono_2.3.orig.tar.bz2
 1cb5b769907c931f92fb928fc047af94f3505458200becb67227c0ba621c9428 2098 
fonts-prociono_2.3-2.debian.tar.gz
 80a693b15153307168512ac32f038af8b01784e942f79cf30f784b01f7b5f1b1 58130 
fonts-prociono_2.3-2_all.deb
 

Bug#642785: upload fix

2011-12-03 Thread Julian Taylor
hi,
can the fix be uploaded to the archive please.

Thanks,
Julian



signature.asc
Description: OpenPGP digital signature


Processed: severity of 528990 is serious

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

 # this really cannot stay this way
 severity 528990 serious
Bug #528990 [ipset] new upstream version
Severity set to 'serious' from 'wishlist'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
528990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528990
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: severity of 648366 is grave

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

 severity 648366 grave
Bug #648366 [ipset] ipset does not work with current linux-image
Severity set to 'grave' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648366
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: severity of 595592 is grave

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

 severity 595592 grave
Bug #595592 [ipset-source] ipset-source: fails to compile on recent kernel
Severity set to 'grave' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595592
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#649750: marked as done (netbeans: FTBFS against latest osgi-core)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:37:27 +
with message-id e1rwrez-0007to...@franck.debian.org
and subject line Bug#649750: fixed in netbeans 7.0.1+dfsg1-4
has caused the Debian Bug report #649750,
regarding netbeans: FTBFS against latest osgi-core
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.)


-- 
649750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: netbeans
Severity: normal
Tags: upstream
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise

Dear Maintainer,

I was looking into why netbeans does not build in Ubuntu.  One thing I
realized is that it does not build against osgi-core 4.3.0, though I believe
it would with 4.2.0.

In 4.3.0, org.osgi.framework.launch.FrameworkFactory.newFramework changed
from accepting any old Map to specifically a MapString, String.

In netbeans, core.netigso/src/org/netbeans/core/netigso/Netigso.java passes
in a MapString, Object.  Which stops compilation.


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

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


---End Message---
---BeginMessage---
Source: netbeans
Source-Version: 7.0.1+dfsg1-4

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

libnb-absolutelayout-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-absolutelayout-java_7.0.1+dfsg1-4_all.deb
libnb-apisupport3-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-apisupport3-java_7.0.1+dfsg1-4_all.deb
libnb-ide14-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-ide14-java_7.0.1+dfsg1-4_all.deb
libnb-java5-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-java5-java_7.0.1+dfsg1-4_all.deb
libnb-org-openide-modules-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-org-openide-modules-java_7.0.1+dfsg1-4_all.deb
libnb-org-openide-util-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-org-openide-util-java_7.0.1+dfsg1-4_all.deb
libnb-org-openide-util-lookup-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-org-openide-util-lookup-java_7.0.1+dfsg1-4_all.deb
libnb-platform-devel-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-platform-devel-java_7.0.1+dfsg1-4_all.deb
libnb-platform13-java-doc_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-platform13-java-doc_7.0.1+dfsg1-4_all.deb
libnb-platform13-java_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/libnb-platform13-java_7.0.1+dfsg1-4_all.deb
netbeans_7.0.1+dfsg1-4.debian.tar.gz
  to main/n/netbeans/netbeans_7.0.1+dfsg1-4.debian.tar.gz
netbeans_7.0.1+dfsg1-4.dsc
  to main/n/netbeans/netbeans_7.0.1+dfsg1-4.dsc
netbeans_7.0.1+dfsg1-4_all.deb
  to main/n/netbeans/netbeans_7.0.1+dfsg1-4_all.deb



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

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

Debian distribution maintenance software
pp.
Andrew Ross ubu...@rossfamily.co.uk (supplier of updated netbeans 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: Thu, 01 Dec 2011 21:59:37 +
Source: netbeans
Binary: libnb-platform13-java libnb-platform-devel-java 
libnb-platform13-java-doc libnb-org-openide-util-java 
libnb-org-openide-util-lookup-java libnb-org-openide-modules-java 
libnb-absolutelayout-java netbeans libnb-ide14-java libnb-java5-java 
libnb-apisupport3-java
Architecture: source all
Version: 7.0.1+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Andrew Ross ubu...@rossfamily.co.uk
Description: 
 libnb-absolutelayout-java - Java LayoutManager to allow placement in absolute 
positions
 libnb-apisupport3-java - Common NetBeans Platform Development Related 
Libraries for NetBea
 libnb-ide14-java - Common Integrated Development Environment Libraries for 
NetBeans
 libnb-java5-java - Common Java Related Libraries for NetBeans
 libnb-org-openide-modules-java - Utility classes for modules from the 

Bug#646467: supposed fix

2011-12-03 Thread Roman Dubtsov
On Sat, Dec 3, 2011 at 10:28 PM, Wolfram Sang w.s...@pengutronix.de
wrote: tags 646467 patch thanks
Thanks. Will apply as soon as possible.

-- 
:wbr



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



Bug#649635: marked as done (libvirt: unbuildable on kfreebsd)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:46:26 +
with message-id e1rwrng-00015h...@franck.debian.org
and subject line Bug#649635: fixed in libvirt 0.9.8~rc1-1
has caused the Debian Bug report #649635,
regarding libvirt: unbuildable on kfreebsd
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.)


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

libvirt doesn't build anymore on kfreebsd because it build-depends on
radvd, which isn't available on those archs.

Cheers,
Julien


---End Message---
---BeginMessage---
Source: libvirt
Source-Version: 0.9.8~rc1-1

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

libvirt-bin_0.9.8~rc1-1_i386.deb
  to main/libv/libvirt/libvirt-bin_0.9.8~rc1-1_i386.deb
libvirt-dev_0.9.8~rc1-1_i386.deb
  to main/libv/libvirt/libvirt-dev_0.9.8~rc1-1_i386.deb
libvirt-doc_0.9.8~rc1-1_all.deb
  to main/libv/libvirt/libvirt-doc_0.9.8~rc1-1_all.deb
libvirt0-dbg_0.9.8~rc1-1_i386.deb
  to main/libv/libvirt/libvirt0-dbg_0.9.8~rc1-1_i386.deb
libvirt0_0.9.8~rc1-1_i386.deb
  to main/libv/libvirt/libvirt0_0.9.8~rc1-1_i386.deb
libvirt_0.9.8~rc1-1.debian.tar.gz
  to main/libv/libvirt/libvirt_0.9.8~rc1-1.debian.tar.gz
libvirt_0.9.8~rc1-1.dsc
  to main/libv/libvirt/libvirt_0.9.8~rc1-1.dsc
libvirt_0.9.8~rc1.orig.tar.gz
  to main/libv/libvirt/libvirt_0.9.8~rc1.orig.tar.gz
python-libvirt_0.9.8~rc1-1_i386.deb
  to main/libv/libvirt/python-libvirt_0.9.8~rc1-1_i386.deb



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

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

Debian distribution maintenance software
pp.
Guido Günther a...@sigxcpu.org (supplier of updated libvirt 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, 03 Dec 2011 14:49:49 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source all i386
Version: 0.9.8~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Closes: 649635
Changes: 
 libvirt (0.9.8~rc1-1) experimental; urgency=low
 .
   * [99476ba] New upstream version 0.9.8~rc1
   * [3bdcf07] Make radvd a linux-any build-dep (Closes: #649635)
   * [7546785] Drop patch storage-forbid-rebuilding-existing-disk-storage-pool
 applied upstream.
   * [0c2afdb] Rediff remaining patches
   * [3d121b2] Update symbols file
Checksums-Sha1: 
 5c02981141da6fc66c0b55ef463b8efc4d049826 2262 libvirt_0.9.8~rc1-1.dsc
 ba7c749ea6a0a00172cfd9f31a852a096d8a83f2 18309973 libvirt_0.9.8~rc1.orig.tar.gz
 89ea2a1ac5bdbc90328307213e7d883cd8a6afe0 33030 
libvirt_0.9.8~rc1-1.debian.tar.gz
 ccb0d799d15ea164710545762a9e41656070aed4 1875360 
libvirt-doc_0.9.8~rc1-1_all.deb
 4e39538444a09920c3af6061ee0a53aa31ecbe4c 1923110 
libvirt-bin_0.9.8~rc1-1_i386.deb
 2ceade6bbdb56b8b14727bb5063aee4e598718a5 1862704 libvirt0_0.9.8~rc1-1_i386.deb
 e49d3e1adbd2c4db8cacf848bf8e6a5a6e38c8fc 5230872 
libvirt0-dbg_0.9.8~rc1-1_i386.deb
 cc48149744110c66ce656d912bac5a3486d49c24 2220808 
libvirt-dev_0.9.8~rc1-1_i386.deb
 a9c725b169994e5a1901c49f7ca21eccc561d0af 1101614 
python-libvirt_0.9.8~rc1-1_i386.deb
Checksums-Sha256: 
 4969ea0d713f67a90495c815bbc6d2776077cf6a537b80fe8f88484b8efe1626 2262 
libvirt_0.9.8~rc1-1.dsc
 3cef34df622ae52b21593d31c20ba6b60ceffdfdd054316adfeeb6e629c20f90 18309973 
libvirt_0.9.8~rc1.orig.tar.gz
 bc2528a3dba5b9fc484e7fc73c36402abd843c4bcf1642df81458ac5fdbd9842 33030 
libvirt_0.9.8~rc1-1.debian.tar.gz
 9e39e8d3b4f5efdeb8cd7e4a31a0eacf4593a296ba3274cfaeadbaaa5fcc26d1 1875360 

Bug#649705: marked as done (Please Build-Depend on ghostscript, not gs-common.)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:50:11 +
with message-id e1rwrqt-0002vo...@franck.debian.org
and subject line Bug#649705: fixed in texpower 0.2-7.1
has caused the Debian Bug report #649705,
regarding Please Build-Depend on ghostscript, not gs-common.
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.)


-- 
649705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: texpower
Version: 0.2-7
Severity: important

Hi, 

texpower currently Build-Depends on gs-common, which is a transitional package.
The next upload of ghostscript (currently) plans to drop both gs-common and
the ghostscript Provides: gs-common. As soon as that upload happens, it
will make texpower FTBFS.

Please replace the Build-Depends on gs-common to a Build-Depends on ghostscript.

(The severity of this bug will be raised after the ghostscript upload.)

Cheers,

OdyX


---End Message---
---BeginMessage---
Source: texpower
Source-Version: 0.2-7.1

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

texpower-examples_0.2-7.1_all.deb
  to main/t/texpower/texpower-examples_0.2-7.1_all.deb
texpower-manual_0.2-7.1_all.deb
  to main/t/texpower/texpower-manual_0.2-7.1_all.deb
texpower_0.2-7.1.diff.gz
  to main/t/texpower/texpower_0.2-7.1.diff.gz
texpower_0.2-7.1.dsc
  to main/t/texpower/texpower_0.2-7.1.dsc
texpower_0.2-7.1_all.deb
  to main/t/texpower/texpower_0.2-7.1_all.deb



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

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

Debian distribution maintenance software
pp.
Miguel de Val Borro miguel.de...@gmail.com (supplier of updated texpower 
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, 03 Dec 2011 14:28:23 +0100
Source: texpower
Binary: texpower texpower-manual texpower-examples
Architecture: source all
Version: 0.2-7.1
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Miguel de Val Borro miguel.de...@gmail.com
Description: 
 texpower   - Macros for creating professional presentations with LaTeX
 texpower-examples - TeXpower examples
 texpower-manual - manual for the TeXpower macro bundle
Closes: 649705
Changes: 
 texpower (0.2-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Please Build-Depend on ghostscript, not gs-common. replacing the
 dependency on gs-common (Closes: #649705)
Checksums-Sha1: 
 5c677151c4ed4f553443c1f4450c756b3c4588bb 1922 texpower_0.2-7.1.dsc
 480c88959eec75f716e67ea08a95f96a7644630d 11107 texpower_0.2-7.1.diff.gz
 6e94a39c1ac2bb95306bfbfd7cb8aeab412717a9 64010 texpower_0.2-7.1_all.deb
 de34181ff4cabe6353f93e5568eec7d4eea4b4aa 294626 texpower-manual_0.2-7.1_all.deb
 105a35f98e8787d07590db8dc1f7065a7b674699 1812970 
texpower-examples_0.2-7.1_all.deb
Checksums-Sha256: 
 731ff15498541d7f0739e6c4b0155a607b370b81211c4639d5cfe9ea550a545d 1922 
texpower_0.2-7.1.dsc
 cf3dd3edecd58814763a7a0a7e8fe6e6eca557d115e0bebc4dbe828644a3ba75 11107 
texpower_0.2-7.1.diff.gz
 f9884abeb1a190ba8e1342739d0b1b5feef266c5b81ab125561d12e3b8ecbc26 64010 
texpower_0.2-7.1_all.deb
 c12f967dc118157fb6cc9a9fb19301f74c4b7eaf4a6e54270424cdcc080cd813 294626 
texpower-manual_0.2-7.1_all.deb
 7225cdda6490918f01fd916668a2c7c6a6d2552c6f224afc659b0660ce08729b 1812970 
texpower-examples_0.2-7.1_all.deb
Files: 
 83e957a651b745a5f1807122cda52460 1922 tex optional texpower_0.2-7.1.dsc
 d5dc6e9c930eaa1bf203a265999eac9d 11107 tex optional texpower_0.2-7.1.diff.gz
 62585ae50d364eb381e0d1361447cd27 64010 tex optional texpower_0.2-7.1_all.deb
 2ac15362337e438d3e1ab8dcd7053b1e 294626 doc optional 
texpower-manual_0.2-7.1_all.deb
 ac582fa374056caa43286a2f4c76881b 1812970 doc optional 
texpower-examples_0.2-7.1_all.deb

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

iQIcBAEBCAAGBQJO2jyIAAoJEMJLZaJnLIsSvm4QALH+YqteYnir+i3Z/n5dBfwb
fFK/o794k2LG8628e+6ycWGkTD8k1UU3k7OJ8ntrfsfE5T+jwFKPeGexxDLpdNAv
cSAFSk3sqq0JmIu7ci9JHQ/WxdjCvXClaIStEXuwsceaZx5yu3ff80PQT7f6bUDF
LMdaZ44Z6+H/ENCSq7v9LWus/hB8sxgs5FjbBRE4A0f2gjEKLBPEgrqJvM5p+Vpb
jLTxEcndwoTFesm3iI7WJ+TGyQpJRQLyj8q++oBHkE7pWdfbob8vCZejR2RL1MKc

Bug#553744: marked as done (replacing libreadline5-dev build dependency with libreadline-dev)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:59:34 +
with message-id e1rwrzy-0003lf...@franck.debian.org
and subject line Bug#633855: Removed package(s) from unstable
has caused the Debian Bug report #553744,
regarding replacing libreadline5-dev build dependency with libreadline-dev
to be marked as done.

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

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


-- 
553744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553744
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cyphesis-cpp
Version: 0.5.21-1
Severity: important
User: d...@debian.org
Usertags: readline6

Sent to http://lists.debian.org/debian-devel/2009/09/msg00549.html
As a package maintainer you got this email directly as well.

Both libreadline-dev (= 6.0) and libreadline6-dev are now available
in unstable and testing. If possible, please replace the libreadline5-dev
build dependency with libreadline-dev, so that in future changes of the
libreadline soname binNMU's can be used for this kind of update.


---End Message---
---BeginMessage---
Version: 0.5.21-1.1+rm

Dear submitter,

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

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

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

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#606724: marked as done (cyphesis-cpp: Please add support for Python 2.7 detection)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:59:34 +
with message-id e1rwrzy-0003lf...@franck.debian.org
and subject line Bug#633855: Removed package(s) from unstable
has caused the Debian Bug report #606724,
regarding cyphesis-cpp: Please add support for Python 2.7 detection
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.)


-- 
606724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cyphesis-cpp
Version: 0.5.21-1.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpuXpCWU
In Ubuntu, python 2.7 is the default python interpreter, and the attached patch
is required to build correctly the package.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-proposed'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-24-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u cyphesis-cpp-0.5.21/debian/rules cyphesis-cpp-0.5.21/debian/rules
--- cyphesis-cpp-0.5.21/debian/rules
+++ cyphesis-cpp-0.5.21/debian/rules
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include $(CURDIR)/debian/cdbs/autotools.mk
+DEB_AUTO_UPDATE_AUTOCONF := yes
 
 clean::
 	debconf-updatepo
--- cyphesis-cpp-0.5.21.orig/debian/patches/python2.7_detection.patch
+++ cyphesis-cpp-0.5.21/debian/patches/python2.7_detection.patch
@@ -0,0 +1,25 @@
+Description: add detection of python2.7 in configure.ac file
+Author: Fabrice Coutadeur fabric...@ubuntu.com
+--- cyphesis-cpp-0.5.21.orig/configure.ac
 cyphesis-cpp-0.5.21/configure.ac
+@@ -161,6 +161,11 @@
+ dnl if found define HAVE_PYTHON_H
+ dnl
+ 
++AC_CHECK_HEADER(python2.7/Python.h,
++[
++python_include_path=-I${python_prefix}/include/python2.7
++python_version=2.7
++],[
+ AC_CHECK_HEADER(python2.6/Python.h,
+ [
+ python_include_path=-I${python_prefix}/include/python2.6
+@@ -195,7 +200,7 @@
+ ])
+ ])
+ ])
+-])
++])])
+ 
+ PYTHON_VERSION=${python_version}
+ PYTHON_INCLUDES=${python_include_path}
---End Message---
---BeginMessage---
Version: 0.5.21-1.1+rm

Dear submitter,

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

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

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

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

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#564974: marked as done (cyphesis-cpp: ftbfs with gcc-4.5)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 15:59:34 +
with message-id e1rwrzy-0003lf...@franck.debian.org
and subject line Bug#633855: Removed package(s) from unstable
has caused the Debian Bug report #564974,
regarding cyphesis-cpp: ftbfs with gcc-4.5
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.)


-- 
564974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cyphesis-cpp
Version: 0.5.21-1
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/cyphesis-cpp_0.5.21-1_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message confused by earlier errors, bailing out, please
ignore it for now; these compiler errors are filed separately.


[...]
/usr/include/wfmath-0.3/wfmath/axisbox.h: In instantiation of 
'WFMath::AxisBox3':
../physics/BBox.h:37:35:   instantiated from here
/usr/include/wfmath-0.3/wfmath/axisbox.h:180:14: error: 
'WFMath::AxisBoxdim::m_low' has incomplete type
/usr/include/wfmath-0.3/wfmath/const.h:57:31: error: declaration of 'struct 
WFMath::Point3'
/usr/include/wfmath-0.3/wfmath/axisbox.h:180:21: error: 
'WFMath::AxisBoxdim::m_high' has incomplete type
/usr/include/wfmath-0.3/wfmath/const.h:57:31: error: declaration of 'struct 
WFMath::Point3'
/usr/include/wfmath-0.3/wfmath/axisbox.h: In member function 
'WFMath::AxisBoxdim WFMath::AxisBoxdim::operator=(const 
WFMath::AxisBoxdim) [with int dim = 3, WFMath::AxisBoxdim = 
WFMath::AxisBox3]':
../modules/Location.h:106:18:   instantiated from here
/usr/include/wfmath-0.3/wfmath/axisbox.h:88:4: error: 'const class 
WFMath::AxisBox3' has no member named 'm_low'
/usr/include/wfmath-0.3/wfmath/axisbox.h:88:4: error: using invalid field 
'WFMath::AxisBoxdim::m_low'
/usr/include/wfmath-0.3/wfmath/axisbox.h:88:21: error: 'const class 
WFMath::AxisBox3' has no member named 'm_high'
/usr/include/wfmath-0.3/wfmath/axisbox.h:88:21: error: using invalid field 
'WFMath::AxisBoxdim::m_high'
/usr/include/wfmath-0.3/wfmath/axisbox.h: In member function 'const 
WFMath::Pointdim WFMath::AxisBoxdim::lowCorner() const [with int dim = 3]':
Collision.cpp:241:54:   instantiated from here
/usr/include/wfmath-0.3/wfmath/axisbox.h:103:47: error: using invalid field 
'WFMath::AxisBoxdim::m_low'
/usr/include/wfmath-0.3/wfmath/axisbox.h: In member function 'const 
WFMath::Pointdim WFMath::AxisBoxdim::highCorner() const [with int dim = 
3]':
Collision.cpp:242:55:   instantiated from here
/usr/include/wfmath-0.3/wfmath/axisbox.h:105:48: error: using invalid field 
'WFMath::AxisBoxdim::m_high'
/usr/include/wfmath-0.3/wfmath/axisbox.h: In member function 'const 
WFMath::Pointdim WFMath::AxisBoxdim::lowCorner() const [with int dim = 3]':
/usr/include/wfmath-0.3/wfmath/axisbox.h:103:53: warning: control reaches end 
of non-void function
/usr/include/wfmath-0.3/wfmath/axisbox.h: In member function 'const 
WFMath::Pointdim WFMath::AxisBoxdim::highCorner() const [with int dim = 
3]':
/usr/include/wfmath-0.3/wfmath/axisbox.h:105:55: warning: control reaches end 
of non-void function
make[3]: *** [Collision.o] Error 1
make[3]: Leaving directory 
`/build/user-cyphesis-cpp_0.5.21-1-amd64-sZnSTw/cyphesis-cpp-0.5.21/physics'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/user-cyphesis-cpp_0.5.21-1-amd64-sZnSTw/cyphesis-cpp-0.5.21'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/user-cyphesis-cpp_0.5.21-1-amd64-sZnSTw/cyphesis-cpp-0.5.21'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Version: 0.5.21-1.1+rm

Dear submitter,

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

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

The version of this package that was in Debian prior to this removal
can still be found using 

Bug#650806: libperl5i-perl: FTBFS on mips: Failed test 'No autoflush'

2011-12-03 Thread Salvatore Bonaccorso
tag 650806 + confirmed
thanks

Hi

On Sat, Dec 03, 2011 at 12:32:35PM +0100, Jakub Wilk wrote:
 Source: libperl5i-perl
 Version: 2.9.0-1
 Severity: serious
 Justification: fails to build from source
 User: debian-m...@lists.debian.org
 Usertags: mips
 
 libperl5i-perl FTBFS on mips:
 |dh_auto_test
 | cc -I/usr/lib/perl/5.14/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o bin/perl5i.o bin/perl5i.c
 | cc -fstack-protector -L/usr/local/lib -o bin/perl5i bin/perl5i.o
 | t/ARGV.t . ok
 | t/ARGV_twice.t ... ok
 | t/CLASS.t  ok
 |
 | #   Failed test 'No autoflush'
 | #   at t/Child.t line 93.
 | # Looks like you failed 1 test of 19.
 | t/Child.t 
 | Dubious, test returned 1 (wstat 256, 0x100)
 | Failed 1/19 subtests

Ok, confirmed, tried to build on gabrielli.d.o and has the same
problem:

t/Child.t  17/? 
#   Failed test 'No autoflush'
#   at t/Child.t line 93.
t/Child.t  19/? # Looks like you failed 1 test of 19.
t/Child.t  Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/19 subtests 

Regards,
Salvatore


signature.asc
Description: Digital signature


Processed: Re: Bug#650806: libperl5i-perl: FTBFS on mips: Failed test 'No autoflush'

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

 tag 650806 + confirmed
Bug #650806 [src:libperl5i-perl] libperl5i-perl: FTBFS on mips: Failed test 'No 
autoflush'
Added tag(s) confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650806
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: force gcc reports

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

 reassign 633469 gcc-4.6
Bug #633469 [g++-4.6] ICE: gcc-4.6: ICE on armhf with traverso-0.49.2-3
Bug reassigned from package 'g++-4.6' to 'gcc-4.6'.
Bug No longer marked as found in versions gcc-4.6/4.6.1-2.
 forcemerge 633479 633469
Bug#633479: ICE: gcc-4.6: ICE on armel+armhf with mksh, on armhf with 
oss4-4.2-build2004-1
Bug#633469: ICE: gcc-4.6: ICE on armhf with traverso-0.49.2-3
Forcibly Merged 633469 633479.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
633469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633469
633479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633479
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#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Jakub Wilk

* Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-03, 16:32:

--- numexpr-1.4.2/debian/rules  2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules  2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
install/$(DEB_PYTHON_MODULE_PACKAGES)::
sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+   dh_numpy
#   rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


That's an unusual place to call dh_numpy (or any helper that generates 
dependencies). The patch happens to do the trick for the moment, but 
only because dh_numpy is quite dumb and doesn't look at package 
contents. If dh_numpy ever grows smarter, this package will break.


Would it be correct to call dh_numpy under the install rule?

install/python-numexpr::
dh_numpy

When the package is built like that it also has the right dependency on 
numpy.


AFAICS, yes, that'd be correct.

--
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#607267: /usr/bin/scp: fails to notice close() errors

2011-12-03 Thread Helmut Grohne
Hi,

On Sun, Jan 02, 2011 at 03:48:05PM +0100, Michal Suchanek wrote:
 This same issue also happens with cp(1) from coreutils.

I verified that this statement is wrong.

1) The coreutils actually check the return value of close which can be
seen on copy.c. It has precisely two calls to close and both are
checked.

2) I created a simple LD_PRELOAD library to make close fail (attached).
Running cp foo bar with this library preloaded (i.e. failing any close
with EIO) I get the following output and return value 1:

cp: closing `foo': Input/output error

This is correct behaviour. Since scp invokes cp for local copies, the
test originally submitted testcase

Michal Suchanek wrote earlier:
 $ scp /scratch/junk . ; echo $?
 0
 $ rm junk

is wrong as well. This command would output a similar error message to
the one above. However this does not invalidate the bug immediately. To
be sure, remote transfers need to be checked as well.

A quick grep of the openssh source indicates that checking close is
overrated. Who needs errors anyway? I want that it works!!1!eleven

Helmut
CFLAGS ?= -Wall -Wextra -W -pedantic -fPIC -rdynamic 
LIBS=-lc -ldl
%.o:%.c
${CC} ${CFLAGS} -c $ -o $@
closefail.so:closefail.o
${CC} ${CFLAGS} -shared -o $@ $^ ${LIBS}
closefail.o:closefail.c
#include unistd.h
#include errno.h
#include string.h
#include stdlib.h

int close(int fd) {
	/* just leak the fd */
	static int failcount=0;
	if(failcount == 0) {
		const char *p;
		p = getenv(CLOSEFAIL);
		if(p != NULL)
			failcount = atoi(p);
	}
	failcount -= 1;
	if(failcount == 1) {
		errno = EIO;
		return -1;
	}
	if(failcount  1)
		failcount = 1;
	return 0;
}


Bug#643363: fix format not a string literal and no format arguments issue

2011-12-03 Thread Wolfram Sang
Debian has a release-critical bug filed against your project [1], because
'-Werror=format-security' [2] is used there to harden included software. The
following manually created patch is a standard way of resolving the bug, but
since I don't use your software I could not actually test it. It would be kind
of you if you could evaluate if this patch is applicable.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643363
[2] 
http://wiki.debian.org/Hardening#DEB_BUILD_HARDENING_FORMAT_.28gcc.2BAC8-g.2B-.2B-_-Wformat_-Wformat-security_-Werror.3Dformat-security.29

Signed-off-by: Wolfram Sang w.s...@pengutronix.de

--- CbcOrClpParam.cpp.orig  2011-12-03 17:15:35.0 +0100
+++ CbcOrClpParam.cpp   2011-12-03 17:16:39.0 +0100
@@ -1079,7 +1079,7 @@
   }
 #else
   if (CbcOrClpReadCommand == stdin) {
-   fprintf(stdout, coin_prompt);
+   fputs(coin_prompt, stdout);
fflush(stdout);
   }
   where = fgets(line, 1000, CbcOrClpReadCommand);

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |


signature.asc
Description: Digital signature


Bug#649708: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
tags 649708 patch
thanks

On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached fix replaces gs-common dependency by ghostscript. 

Cheers,
Miguel
diff -u magnus-20060324/debian/control magnus-20060324/debian/control
--- magnus-20060324/debian/control
+++ magnus-20060324/debian/control
@@ -2,7 +2,7 @@
 Section: math
 Priority: extra
 Maintainer: Debian QA Group packa...@qa.debian.org
-Build-Depends: bison, debhelper ( 5.0.0), gs-common, texlive-latex-base, tk8.4, transfig
+Build-Depends: bison, debhelper ( 5.0.0), ghostscript, texlive-latex-base, tk8.4, transfig
 Standards-Version: 3.7.2.0
 
 Package: magnus
diff -u magnus-20060324/debian/changelog magnus-20060324/debian/changelog
--- magnus-20060324/debian/changelog
+++ magnus-20060324/debian/changelog
@@ -1,3 +1,11 @@
+magnus (20060324-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript, not gs-common. removing
+gs-common (Closes: #649708)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 17:03:51 +0100
+
 magnus (20060324-6) unstable; urgency=low
 
   * QA upload.


Bug#650363: Invalid

2011-12-03 Thread Jan Lübbe
As Julien wrote, /usr/lib/xorg/modules/drivers/mga_drv.so is not a
VA-API driver.

According to http://www.freedesktop.org/wiki/Software/vaapi there is no
driver for Matrox MGA and there is also no mga_drv_video.so in Debian
sid:

jluebbe@polaris: ~ $ apt-file search mga_drv_video.so
jluebbe@polaris: ~ $ apt-file search drv_video.so
i965-va-driver: /usr/lib/dri/i965_drv_video.so
libva1: /usr/lib/dri/dummy_drv_video.so
vdpau-va-driver: /usr/lib/dri/nvidia_drv_video.so
vdpau-va-driver: /usr/lib/dri/s3g_drv_video.so
vdpau-va-driver: /usr/lib/dri/vdpau_drv_video.so
xvba-va-driver: /usr/lib/dri/fglrx_drv_video.so
xvba-va-driver: /usr/lib/dri/xvba_drv_video.so
jluebbe@polaris: ~ $ 

Thus, this bug should be closed.

Regrads,
Jan




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



Bug#632265: marked as done (Invalid maintainer address)

2011-12-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Dec 2011 16:37:28 +
with message-id e1rwsae-km...@franck.debian.org
and subject line Bug#632265: fixed in pidgin-audacious 2.0.0-2
has caused the Debian Bug report #632265,
regarding Invalid maintainer address
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.)


-- 
632265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pidgin-audacious
Justification: 3.3
Severity: serious

The listed maintainer of this package is William Pitcock
neno...@sacredspiral.co.uk, however the only listed MX record for this
domain is unusable:

stew@tang:~ $ host -t mx sacredspiral.co.uk
sacredspiral.co.uk mail is handled by 5 ifrit.dereferenced.org.

stew@tang:~ $ telnet ifrit.dereferenced.org 25
Trying 66.212.21.15...
telnet: Unable to connect to remote host: No route to host

A valid email address is required by policy 3.3.


---End Message---
---BeginMessage---
Source: pidgin-audacious
Source-Version: 2.0.0-2

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

pidgin-audacious_2.0.0-2.debian.tar.gz
  to main/p/pidgin-audacious/pidgin-audacious_2.0.0-2.debian.tar.gz
pidgin-audacious_2.0.0-2.dsc
  to main/p/pidgin-audacious/pidgin-audacious_2.0.0-2.dsc
pidgin-audacious_2.0.0-2_i386.deb
  to main/p/pidgin-audacious/pidgin-audacious_2.0.0-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Frank Lichtenheld dj...@debian.org (supplier of updated pidgin-audacious 
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, 03 Dec 2011 17:15:10 +0100
Source: pidgin-audacious
Binary: pidgin-audacious
Architecture: source i386
Version: 2.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Frank Lichtenheld dj...@debian.org
Description: 
 pidgin-audacious - pidgin integration with Audacious
Closes: 632265
Changes: 
 pidgin-audacious (2.0.0-2) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to QA Group. Closes: #632265
   * Convert to use 3.0 (quilt) instead of dpatch
Checksums-Sha1: 
 8da01930797fbbea04734dd4f16b5f410c66f07d 1234 pidgin-audacious_2.0.0-2.dsc
 1557a5d4f53fe664840e4acd8022dedc957910b8 2099 
pidgin-audacious_2.0.0-2.debian.tar.gz
 60ac3928f1e4d917f587512f8c32f74ab6734864 9680 pidgin-audacious_2.0.0-2_i386.deb
Checksums-Sha256: 
 39a20a8a2840afa34108730b43406b8e9caf09be02ce44ba86f4c7d5a2990080 1234 
pidgin-audacious_2.0.0-2.dsc
 35b338a17f13749ac2bb13fcacca6da0d319f4b28da4eaa3470532075041d128 2099 
pidgin-audacious_2.0.0-2.debian.tar.gz
 fc1b15644f675eb4b69a03eb2323740eed42a9293619995a57cc43d84a129585 9680 
pidgin-audacious_2.0.0-2_i386.deb
Files: 
 2b84c4dfe8b04503f8ee6ff80bfb4526 1234 net optional pidgin-audacious_2.0.0-2.dsc
 8d27160cd32172eb70d6f01dbaa0e47c 2099 net optional 
pidgin-audacious_2.0.0-2.debian.tar.gz
 45f5b849f201202b9528e028123db054 9680 net optional 
pidgin-audacious_2.0.0-2_i386.deb

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

iEYEARECAAYFAk7aTYUACgkQQbn06FtxPfCegwCfRixakgVqtmIGTmBpYT3AareL
Ey8AoODofI2sgPlUnwy0Z3K5SbQLO/mK
=m0ia
-END PGP SIGNATURE-


---End Message---


  1   2   >