Bug#671500: 2.0.5 is in fact 2.0.4...

2012-05-04 Thread Andreas Metzler
On 2012-05-04 Andreas Metzler  wrote:
[...]
> is not optimal, however this is a minor bug, not a serious one. Find a
> trivial patch below.

> ---
> --- swig2.0-2.0.5.orig/debian/control   2011-09-20 22:28:49.0 +0200
> +++ swig2.0-2.0.5/debian/control2012-05-04 19:20:37.0 +0200
> @@ -24,7 +24,7 @@ Build-Depends: bison,

>  Package: swig
>  Architecture: any
> -Depends: swig2.0 (>= 2.0.0-1), ${misc:Depends}
> +Depends: swig2.0 (= ${source:Version}), ${misc:Depends}

Grr, what was I thinking. This should read >=${source:Version},
otherwise it is uninstallable after a binNMU.

cu andreas



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



Bug#671516: [Pkg-fonts-devel] Bug#671516: [fonts-bpg-georgian] The package does not contain fonts.

2012-05-04 Thread Christian PERRIER
Quoting populus tremula (populus.trem...@yahoo.com):
> Package: fonts-bpg-georgian
> Version: 0.5a-2
> Severity: serious
> 
> 
> 
> Package 'fonts-BPG-georgian' does not contain fonts. 
> It is an empty package, and the description says: 
> 'This package provides a collection of three Georgian fonts,
> provided by BPG-InfoTech. '.
> 
> 
> Fonts are in a package 'ttf-BPG-georgian-fonts'.
> Which description says, 'transitional dummy package'.


Ack. I'll look at this. Probably a mistake in the transition. Thanks
for reporting.




signature.asc
Description: Digital signature


Bug#660574: xserver-xorg-video-dummy: missing symbol DUMMYDGAInit

2012-05-04 Thread Ryo IGARASHI
Hi, maintainers,

According to changelog.Debian.gz (0.3.5-2), you wanted to close this bug,
but I found it not closed.

Best regards,
-- 
Ryo IGARASHI, Ph.D.
rigar...@gmail.com



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



Bug#667000: marked as done (Rebuilding objenesis from source makes mockito FTBFS)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Sat, 05 May 2012 04:47:42 +
with message-id 
and subject line Bug#667000: fixed in objenesis 1.2+full-2
has caused the Debian Bug report #667000,
regarding Rebuilding objenesis from source makes mockito FTBFS
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.)


-- 
667000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667000
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: objenesis
Version: 1.2+full-1
Severity: serious

I'm filing this against objenesis, since this appears to be where the error
is coming from. mockito builds fine if I use the pre-built deb from the
archive. However, when recompiling objenesis in sid and installing the
resulting binaries, mockito no longer builds correctly:

jh_build mockito-core-1.9.0.jar org/
find org/ -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -cp 
/usr/share/java/objenesis.jar:/usr/share/java/cglib.jar:/usr/share/java/hamcrest-core.jar:/usr/share/java/asm3.jar:/usr/share/java/junit4.jar:debian/_jh_build.mockito-core-1.9.0
 -d debian/_jh_build.mockito-core-1.9.0 -source 1.5
ClonesArguments.java:11: package org.objenesis does not exist
import org.objenesis.ObjenesisHelper;
^
ThrowsExceptionClass.java:11: package org.objenesis does not exist
import org.objenesis.ObjenesisHelper;
^
ClassImposterizer.java:14: package org.objenesis does not exist
import org.objenesis.ObjenesisStd;
^
ClassImposterizer.java:28: cannot find symbol
symbol  : class ObjenesisStd
location: class org.mockito.internal.creation.jmock.ClassImposterizer
private ObjenesisStd objenesis = new ObjenesisStd();
^
ClonesArguments.java:20: cannot find symbol
symbol  : variable ObjenesisHelper
location: class org.mockito.internal.stubbing.answers.ClonesArguments
Object newInstance = ObjenesisHelper.newInstance(from.getClass());
 ^
ThrowsExceptionClass.java:27: cannot find symbol
symbol  : variable ObjenesisHelper
location: class org.mockito.internal.stubbing.answers.ThrowsExceptionClass
Throwable throwable = (Throwable) 
ObjenesisHelper.newInstance(throwableClass);
  ^
ClassImposterizer.java:28: cannot find symbol
symbol  : class ObjenesisStd
location: class org.mockito.internal.creation.jmock.ClassImposterizer
private ObjenesisStd objenesis = new ObjenesisStd();
 ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
make[1]: *** [override_jh_build] Error 123
make[1]: Leaving directory `/home/jmm/mockito-1.9.0+ds1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Diffing the file lists between the version in the archive and the
rebuilt version shows that these files are missing after the rebuild:

/usr/share/java/objenesis-1.2.jar
/usr/share/java/objenesis.jar

Cheers,
Moritz


--- End Message ---
--- Begin Message ---
Source: objenesis
Source-Version: 1.2+full-2

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

libobjenesis-java-doc_1.2+full-2_all.deb
  to main/o/objenesis/libobjenesis-java-doc_1.2+full-2_all.deb
libobjenesis-java_1.2+full-2_all.deb
  to main/o/objenesis/libobjenesis-java_1.2+full-2_all.deb
objenesis_1.2+full-2.debian.tar.gz
  to main/o/objenesis/objenesis_1.2+full-2.debian.tar.gz
objenesis_1.2+full-2.dsc
  to main/o/objenesis/objenesis_1.2+full-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 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude  (supplier of updated objenesis 
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, 07 Apr 2012 00:43:35 +0200
Source: objenesis
Binary: libobjenesis-java libobjenesis-java-doc
Architecture: source all
Version: 1.2+full-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Processed: found 668285 in 1.10.2-2, severity of 668285 is serious

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

> found 668285 1.10.2-2
Bug #668285 {Done: Heikki Henriksen } [libcogl-pango0] 
segfaults when libcogl-pango0 is linked with libcogl9 and programs linked with 
libcogl5
Marked as found in versions cogl/1.10.2-2 and reopened.
> severity 668285 serious
Bug #668285 [libcogl-pango0] segfaults when libcogl-pango0 is linked with 
libcogl9 and programs linked with libcogl5
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668285
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#670403: marked as done (aptitude: FTBFS: configure: error: Can't figure out where Google Mock lives)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Sat, 05 May 2012 02:47:27 +
with message-id 
and subject line Bug#670403: fixed in aptitude 0.6.7-1
has caused the Debian Bug report #670403,
regarding aptitude: FTBFS: configure: error: Can't figure out where Google Mock 
lives
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.)


-- 
670403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aptitude
Version: 0.6.6-1
Severity: serious
Tags: pending

configure: error: Can't figure out where Google Mock lives; either
install the google-mock package or place the library in the link path

Fix already committed.


--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.7-1

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

aptitude-dbg_0.6.7-1_amd64.deb
  to main/a/aptitude/aptitude-dbg_0.6.7-1_amd64.deb
aptitude-doc-cs_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-cs_0.6.7-1_all.deb
aptitude-doc-en_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-en_0.6.7-1_all.deb
aptitude-doc-es_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-es_0.6.7-1_all.deb
aptitude-doc-fi_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-fi_0.6.7-1_all.deb
aptitude-doc-fr_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-fr_0.6.7-1_all.deb
aptitude-doc-ja_0.6.7-1_all.deb
  to main/a/aptitude/aptitude-doc-ja_0.6.7-1_all.deb
aptitude_0.6.7-1.debian.tar.gz
  to main/a/aptitude/aptitude_0.6.7-1.debian.tar.gz
aptitude_0.6.7-1.dsc
  to main/a/aptitude/aptitude_0.6.7-1.dsc
aptitude_0.6.7-1_amd64.deb
  to main/a/aptitude/aptitude_0.6.7-1_amd64.deb
aptitude_0.6.7.orig.tar.gz
  to main/a/aptitude/aptitude_0.6.7.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 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Hartwig  (supplier of updated aptitude package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 May 2012 15:57:42 +0800
Source: aptitude
Binary: aptitude aptitude-dbg aptitude-doc-cs aptitude-doc-en aptitude-doc-es 
aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source amd64 all
Version: 0.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Aptitude Development Team 
Changed-By: Daniel Hartwig 
Description: 
 aptitude   - terminal-based package manager
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package 
manager
Closes: 370381 629266 654344 667934 670379 670403 671439
Changes: 
 aptitude (0.6.7-1) unstable; urgency=low
 .
   * Fix FTBFS in sid: include build of gtest when building gmock
(Closes: #670403, #671439)
 .
   * New upstream release.
 .
 - Avoid dpkg and infinite loop in download-only mode
   (Closes: #629266, LP: #975793)
 .
 - Check for apt_init errors in cmdline_download.cc (Closes: #670379)
 .
 - Downloading/installing now locks /var/cache/apt/archives
   (Closes: #370381)
 .
 - Actually use aptitude::Logging::Levels (Closes: #654344)
 .
 - No longer use ListUpdate (from libapt-pkg) to update package lists.
   Instead, restore the previous code and update it to include the
   semantics from ListUpdate which were missing.
 .
   ListUpdate was too coarse to suit download_update_manager properly
   even though it more-or-less worked.
 .
 - Do not call debtags on list update.  This was a rather unsightly
   kludge is better suited as a script for APT::Update::Post-Invoke.
 .
 - Use arch-qualified names in 'Provided by' for virtual packages
   (LP: #972847)
 .
 - Preview screen ignores Pkg-Display-Limit
 .
   Previously it would apply that limit if UI::Preview

Bug#634538: tcpreplay: FTBFS: configure: error: Unable to find matching library for header file in /usr

2012-05-04 Thread Simon Paillard
On Wed, Mar 14, 2012 at 06:44:39PM +0100, gregor herrmann wrote:
> On Tue, 19 Jul 2011 08:30:51 +0200, Lucas Nussbaum wrote:
> > Source: tcpreplay
> > Version: 3.4.3-2
> > Severity: serious
> > Tags: wheezy sid
> > User: debian...@lists.debian.org
> > Usertags: qa-ftbfs-20110718 qa-ftbfs
> > Justification: FTBFS on amd64
> > 
> > During a rebuild of all packages in sid, your package failed to build on
> > amd64.
> 
> Attached is a debdiff based on the Ubuntu patch that makes the
> package build.
> 
> But:
> 
> % lintian -F tcpreplay_3.4.3-2.1_amd64.changes
> E: tcpreplay: embedded-library usr/bin/tcpbridge: libpcap
> E: tcpreplay: embedded-library usr/bin/tcpprep: libpcap
> E: tcpreplay: embedded-library usr/bin/tcpreplay: libpcap
> E: tcpreplay: embedded-library usr/bin/tcpreplay-edit: libpcap
> E: tcpreplay: embedded-library usr/bin/tcprewrite: libpcap

Fixed and build tested (once updated for tcpreplay 3.4.4), with configure.ac
modification and call of --enable-dynamic-link 

However, as a autoconf newbie, I didn't understood why I had to hardcode
libpcap.so instead of lipbcap${shrext_cmds}.


-- 
Simon Paillard
--- a/configure.ac
+++ b/configure.ac
@@ -354,6 +354,8 @@ for testdir in $trypcapdir /usr/local /opt/local /usr /wpdpack ; do
 if test $dynamic_link = yes; then
 if test -f "${testdir}/lib64/libpcap${shrext_cmds}" ; then
 LPCAPLIB="-L${testdir}/lib64 -lpcap"
+elif test -f "${testdir}/lib/$multiarch/libpcap.so" ; then
+LPCAPLIB="-L${testdir}/lib/$multiarch -lpcap"
 elif test -f "${testdir}/lib/libpcap${shrext_cmds}" ; then
 LPCAPLIB="-L${testdir}/lib -lpcap"
 else
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ config.status: configure
./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--enable-debug  \
+   --enable-dynamic-link \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info



Processed: Re: Bug#669427: apt segfaults on s390x

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

> package apt
Limiting to bugs with field 'package' containing at least one of 'apt'
Limit currently set to 'package':'apt'

> forcemerge 669427 669243
Bug #669427 [apt] apt segfaults on s390x
Bug #669243 [apt] apt-get command becomes segment fault on ppc64
Merged 669243 669427
> severity 669427 serious
Bug #669427 [apt] apt segfaults on s390x
Bug #669243 [apt] apt-get command becomes segment fault on ppc64
Severity set to 'serious' from 'important'
Severity set to 'serious' from 'important'
> tag 669427 + patch
Bug #669427 [apt] apt segfaults on s390x
Bug #669243 [apt] apt-get command becomes segment fault on ppc64
Added tag(s) patch.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
669243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669243
669427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669427
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#614907: Question of sincerity on the node/nodejs nausia

2012-05-04 Thread Jakub Wilk

* Patrick Ouellette , 2012-05-04, 19:12:
(I'm assuming Jonathan Nieder is some how acting with their knowledge 
or approval at some level)


Why? I wouldn't assume so.

--
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#614907: Question of sincerity on the node/nodejs nausia

2012-05-04 Thread Patrick Ouellette
Can anyone explain to me why the message I sent with a proposal
containing a MAJOR concession to the Node.js maintainers has not
received a response from the Node.js maintainers but rather caused them
(I'm assuming Jonathan Nieder is some how acting with their knowledge
or approval at some level) to run crying to the technical committee?

The proposal gave them their way provided they were willing to do the
heavy lifting everybody claims should be "so easy."

I have received absolutely no comments, no counter offers, no "sure,"
no "we'll need some help, but ok" and not even "you're nuts." 

Reflecting on this has lead me to the following possible conclusions:

0. The Node.js maintainers were so shocked they have lost all cognitive
abilities and are delirious with joy

1. The Node.js maintainers were never interested in a compromise solution
of any kind

2. Node.js maintainers are not really interested in doing any work to
solve the issue beyond changing their binary back to node

What did I get from proposing a major concession to solve the issue?
I got called a passive aggressive, stonewalling individual not interested in
moving the issue forward.

Thanks for the time and effort, sorry for the noise -

Pat



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



Bug#671543: pyqwt3d: FTBFS: qwt3d_openglhelper.h:67:31: error: 'gluErrorString' was not declared in this scope

2012-05-04 Thread Jakub Wilk

Source: pyqwt3d
Version: 0.1.7~cvs20090625-8
Severity: serious
Justification: fails to build from source

pyqwt3d FTBFS:
| for pyvers in 2.7 2.6;\
|   do\
|   for qtvers in 4;\
|   do\
|   export QTDIR=/usr/share/qt$qtvers;\
|   (cd build/py$pyvers-qt$qtvers/configure;\
|   /usr/bin/make);\
|   done;\
|   done
| make[1]: Entering directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.7-qt4/configure'
| make[2]: Entering directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.7-qt4/configure/Qwt3D_Qt4'
| g++ -c -pipe -fPIC -Os -Wall -W -D_REENTRANT -DNDEBUG -DGL2PS_HAVE_ZLIB 
-DHAS_NUMPY -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -I. 
-I/usr/include/qwtplot3d-qt4 -I/usr/include/python2.7 
-I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 
-I/usr/X11R6/include -o sip_Qwt3Dcmodule.o sip_Qwt3Dcmodule.cpp
| In file included from /usr/include/qwtplot3d-qt4/qwt3d_types.h:26:0,
|  from /usr/include/qwtplot3d-qt4/qwt3d_io_gl2ps.h:12,
|  from ../sip/qwt3d_io_gl2ps.sip:77,
|  from sip_Qwt3Dcmodule.cpp:7:
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'const GLubyte* 
Qwt3D::gl_error()':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:67:31: error: 
'gluErrorString' was not declared in this scope
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'bool 
Qwt3D::ViewPort2World(double&, double&, double&, double, double, double)':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:104:97: error: 'gluUnProject' 
was not declared in this scope
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'bool 
Qwt3D::World2ViewPort(double&, double&, double&, double, double, double)':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:120:95: error: 'gluProject' 
was not declared in this scope
| In file included from /usr/include/qwtplot3d-qt4/qwt3d_plot.h:5:0,
|  from /usr/include/qwtplot3d-qt4/qwt3d_surfaceplot.h:4,
|  from ../sip/qwt3d_surfaceplot.sip:36:
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h: At global scope:
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:65:2: error: 
'GLUquadricObj' does not name a type
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:66:2: error: 
'GLUquadricObj' does not name a type
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:96:2: error: 
'GLUquadricObj' does not name a type
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:97:2: error: 
'GLUquadricObj' does not name a type
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:98:2: error: 
'GLUquadricObj' does not name a type
| /usr/include/qwtplot3d-qt4/qwt3d_enrichment_std.h:99:2: error: 
'GLUquadricObj' does not name a type
| make[2]: *** [sip_Qwt3Dcmodule.o] Error 1
| make[2]: Leaving directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.7-qt4/configure/Qwt3D_Qt4'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.7-qt4/configure'

Despite the error, the build continued (violating Policy §4.6), only to 
fail again:


| make[1]: Entering directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.6-qt4/configure'
| make[2]: Entering directory 
`/build/pyqwt3d-Es6U5q/pyqwt3d-0.1.7~cvs20090625/build/py2.6-qt4/configure/Qwt3D_Qt4'
| g++ -c -pipe -fPIC -Os -Wall -W -D_REENTRANT -DNDEBUG -DGL2PS_HAVE_ZLIB 
-DHAS_NUMPY -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -I. 
-I/usr/include/qwtplot3d-qt4 -I/usr/include/python2.6 
-I/usr/lib/pymodules/python2.6/numpy/core/include -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 
-I/usr/X11R6/include -o sip_Qwt3Dcmodule.o sip_Qwt3Dcmodule.cpp
| In file included from /usr/include/qwtplot3d-qt4/qwt3d_types.h:26:0,
|  from /usr/include/qwtplot3d-qt4/qwt3d_io_gl2ps.h:12,
|  from ../sip/qwt3d_io_gl2ps.sip:77,
|  from sip_Qwt3Dcmodule.cpp:7:
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'const GLubyte* 
Qwt3D::gl_error()':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:67:31: error: 
'gluErrorString' was not declared in this scope
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'bool 
Qwt3D::ViewPort2World(double&, double&, double&, double, double, double)':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:104:97: error: 'gluUnProject' 
was not declared in this scope
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h: In function 'bool 
Qwt3D::World2ViewPort(double&, double&, double&, double, double, double)':
| /usr/include/qwtplot3d-qt4/qwt3d_openglhelper.h:120:95: error: 'gluProject' 
was no

Bug#661283: cmor: FTBFS on kfreebsd-amd64

2012-05-04 Thread Steven Chamberlain
severity 661283 important
thanks

Hi,

This issue was worked around with a binNMU.  It is fixed in kfreebsd-8
VCS and kfreebsd-9 unstable by raising DFLDSIZ.

I don't know if this has been changed yet on the buildd's, which I think
run a squeeze kernel but DFLDSIZ is a boot-time configurable setting.

So I think I should downgrade this to non-RC severity until we know
whether it definitely is/isn't still an issue.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Processed: Re: Bug#661283: cmor: FTBFS on kfreebsd-amd64

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

> severity 661283 important
Bug #661283 [src:cmor] cmor: FTBFS on kfreebsd-amd64
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
661283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661283
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#663678: marked as done (icinga-idoutils fails to start if socket file exists)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 21:41:18 +
with message-id 
and subject line Bug#663678: fixed in icinga 1.6.1-3
has caused the Debian Bug report #663678,
regarding icinga-idoutils fails to start if socket file exists
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.)


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

Package: icinga-idoutils
Version: 1.6.1-2
Severity: serious

Reproduce:

# /etc/init.d/ido2db stop
# touch /var/lib/icinga/ido.sock
# /etc/init.d/ido2db start
Could not bind socket: Address already in use

(or just powercycle your box...)

You should unlink the old socket file before you try to bind; if you 
want you can check whether the file is an active socket by connecting to it.
(An ugly workaround would be to just delete the file in the init script 
if no ido2db process is running)


I think this is a serious bug, as the service really should come back 
after a box crashed.


Regards,
Stefan


--- End Message ---
--- Begin Message ---
Source: icinga
Source-Version: 1.6.1-3

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

icinga-cgi_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-cgi_1.6.1-3_amd64.deb
icinga-common_1.6.1-3_all.deb
  to main/i/icinga/icinga-common_1.6.1-3_all.deb
icinga-core_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-core_1.6.1-3_amd64.deb
icinga-dbg_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-dbg_1.6.1-3_amd64.deb
icinga-doc_1.6.1-3_all.deb
  to main/i/icinga/icinga-doc_1.6.1-3_all.deb
icinga-idoutils_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-idoutils_1.6.1-3_amd64.deb
icinga_1.6.1-3.diff.gz
  to main/i/icinga/icinga_1.6.1-3.diff.gz
icinga_1.6.1-3.dsc
  to main/i/icinga/icinga_1.6.1-3.dsc
icinga_1.6.1-3_amd64.deb
  to main/i/icinga/icinga_1.6.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 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt  (supplier of updated icinga 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, 04 May 2012 08:04:12 +0200
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 

Changed-By: Alexander Wirt 
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Closes: 592738 641391 652647 656866 659252 659675 659896 661797 662374 663224 
663440 663678 670201 670365
Changes: 
 icinga (1.6.1-3) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * [548ece5] Adding debconf handling for icinga check_external_commands 
option (Closes: #592738).
 .
   [ Alexander Wirt ]
   * [d3c349e] Add alternative for libdbi-dev
   * [2d0c4bb] Fix broker location in ido example config and enhance README
   * [4416c9c] Always display debconf note for external command
   * [9dec07f] Build-depend on libpng-dev (Closes: #662374)
   * [dfacf10] Add buildalternative for libpng
   * [c4a5675] Update translationfiles
   * [181d023] Enable hardening buildflags (Closes: #656866)
   * [6ec83b0] Fix json output of tac.cgi (Closes: #663224)
   * [3fc1a26] Fix endlessloop in idoutils during installation (Closes: #652647)
   * [6ff2be5] Fix postgres escaping with postgres 9.1 (Closes: #659675)
   * [4c7bac5] Fix db upgrades with postgres (Closes: #663440)
   * [46dfeea] Add prepared dbc debug flag into idoutils.postinst
   * [495fe20] Install plpgsql for postgres < 9.0 (Closes: #659675)
   * [b6bba3b] Remove stale socket on daemon startup and start idoutils before 
icinga
 (Closes: #670201, #663678)
   * [309ba7a] Fix db upgrade for postgres (Close

Bug#663440: marked as done (icinga-idoutils: fails to upgrade from squeeze: ERROR: column "dbversion_id" of relation "icinga_dbversion" does not exist)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 21:41:18 +
with message-id 
and subject line Bug#663440: fixed in icinga 1.6.1-3
has caused the Debian Bug report #663440,
regarding icinga-idoutils: fails to upgrade from squeeze: ERROR: column 
"dbversion_id" of relation "icinga_dbversion" does not exist
to be marked as done.

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

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


-- 
663440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: icinga-idoutils
Version: 1.6.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'squeeze'.
It installed fine in 'squeeze', then the upgrade to 'wheezy' fails.

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

  Setting up icinga-idoutils (1.6.1-2) ...
  Installing new version of config file /etc/icinga/idomod.cfg ...
  Installing new version of config file /etc/icinga/ido2db.cfg-sample ...
  dbconfig-common: writing config to /etc/dbconfig-common/icinga-idoutils.conf
  Replacing config file /etc/icinga/ido2db.cfg with new version
  creating database backup in 
/var/cache/dbconfig-common/backups/icinga-idoutils_1.0.2-2.pgsql.
  applying upgrade sql for 1.0.2-2 -> 1.0.3-1.sql.
  applying upgrade sql for 1.0.2-2 -> 1.2.99-1.sql.
  error encountered processing 
/usr/share/dbconfig-common/data/icinga-idoutils/upgrade/pgsql/1.2.99-1.sql:
  ERROR: column "dbversion_id" of relation "icinga_dbversion" does not exist
  dbconfig-common: icinga-idoutils configure: aborted.
  dbconfig-common: flushing administrative password
  dpkg: error processing icinga-idoutils (--configure):
   subprocess installed post-installation script returned error exit status 1


cheers,

Andreas


icinga-idoutils_1.6.1-2.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: icinga
Source-Version: 1.6.1-3

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

icinga-cgi_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-cgi_1.6.1-3_amd64.deb
icinga-common_1.6.1-3_all.deb
  to main/i/icinga/icinga-common_1.6.1-3_all.deb
icinga-core_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-core_1.6.1-3_amd64.deb
icinga-dbg_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-dbg_1.6.1-3_amd64.deb
icinga-doc_1.6.1-3_all.deb
  to main/i/icinga/icinga-doc_1.6.1-3_all.deb
icinga-idoutils_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-idoutils_1.6.1-3_amd64.deb
icinga_1.6.1-3.diff.gz
  to main/i/icinga/icinga_1.6.1-3.diff.gz
icinga_1.6.1-3.dsc
  to main/i/icinga/icinga_1.6.1-3.dsc
icinga_1.6.1-3_amd64.deb
  to main/i/icinga/icinga_1.6.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 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt  (supplier of updated icinga 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, 04 May 2012 08:04:12 +0200
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 

Changed-By: Alexander Wirt 
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Closes: 592738 641391 652647 656866 659252 659675 659896 661797 662374 663224 
663440 663678 670201 670365
Changes: 
 icinga (1.6.1-3) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * [548ece5] Adding debconf handling for icinga check_external_commands 
option (Closes: #592738).
 .
   [ Alexander Wirt ]
   * [d3c349e] Add alternative for libdbi-dev
   * [2d0c4bb] Fix broker location in ido example config and enhance README
   * [4416c9c] Always d

Bug#659675: marked as done (icinga-idoutils: DB initialisation with db-config fails)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 21:41:18 +
with message-id 
and subject line Bug#659675: fixed in icinga 1.6.1-3
has caused the Debian Bug report #659675,
regarding icinga-idoutils: DB initialisation with db-config fails
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.)


-- 
659675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: icinga-idoutils
Version: 1.6.1-2
Severity: grave
Justification: renders package unusable


Hi.

When using the automatic way of configuring the database (postgresql) the
whole thing fails miserably with:

---
An error occurred while installing the database:

ERROR: language "plpgsql" does not exist HINT: Use CREATE LANGUAGE to load the 
language into the database.

If at this point you choose "retry", you will be prompted with all the 
configuration questions once more and another attempt will be made at 
performing the
operation. "retry (skip questions)" will immediately attempt the operation 
again, skipping all questions.  If you choose "abort", the operation will fail 
and
you will need to downgrade, reinstall, reconfigure this package, or otherwise 
manually intervene to continue using it.  If you choose "ignore", the operation
will continue, ignoring further errors from dbconfig-common.
---

Seems that the language is not created at all.


Cheers,
Chris.


--- End Message ---
--- Begin Message ---
Source: icinga
Source-Version: 1.6.1-3

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

icinga-cgi_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-cgi_1.6.1-3_amd64.deb
icinga-common_1.6.1-3_all.deb
  to main/i/icinga/icinga-common_1.6.1-3_all.deb
icinga-core_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-core_1.6.1-3_amd64.deb
icinga-dbg_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-dbg_1.6.1-3_amd64.deb
icinga-doc_1.6.1-3_all.deb
  to main/i/icinga/icinga-doc_1.6.1-3_all.deb
icinga-idoutils_1.6.1-3_amd64.deb
  to main/i/icinga/icinga-idoutils_1.6.1-3_amd64.deb
icinga_1.6.1-3.diff.gz
  to main/i/icinga/icinga_1.6.1-3.diff.gz
icinga_1.6.1-3.dsc
  to main/i/icinga/icinga_1.6.1-3.dsc
icinga_1.6.1-3_amd64.deb
  to main/i/icinga/icinga_1.6.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 659...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt  (supplier of updated icinga 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, 04 May 2012 08:04:12 +0200
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 

Changed-By: Alexander Wirt 
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Closes: 592738 641391 652647 656866 659252 659675 659896 661797 662374 663224 
663440 663678 670201 670365
Changes: 
 icinga (1.6.1-3) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * [548ece5] Adding debconf handling for icinga check_external_commands 
option (Closes: #592738).
 .
   [ Alexander Wirt ]
   * [d3c349e] Add alternative for libdbi-dev
   * [2d0c4bb] Fix broker location in ido example config and enhance README
   * [4416c9c] Always display debconf note for external command
   * [9dec07f] Build-depend on libpng-dev (Closes: #662374)
   * [dfacf10] Add buildalternative for libpng
   * [c4a5675] Update translationfiles
   * [181d023] Enable hardening buildflags (Closes: #656866)
   * [6ec83b0] Fix json output of tac.cgi (Closes: #663224)
   * [3fc1a26] Fix endlessloop in idoutils

Bug#630667: marked as done (Installs files under / and /yapra directly)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 21:32:27 +
with message-id 
and subject line Bug#630667: fixed in yapra 0.1.2-3+squeeze1
has caused the Debian Bug report #630667,
regarding Installs files under / and /yapra directly
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.)


-- 
630667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: yapra
Version: 0.1.2-3
Severity: grave

While looking at the Contents file, I noticed something strange at the
end of it. Running dpkg-deb -c confirmed it.

Following is an excerpt from dpkg-deb -c.

-rw-r--r-- root/root  1042 2010-10-18 10:28
../usr/share/man/man1/yapra.1.gz
drwxr-xr-x root/root 0 2010-10-18 10:28 ./yapra/
-rw-r--r-- root/root  2326 2010-10-18 10:28 ./yapra/config.rb
-rw-r--r-- root/root69 2010-10-18 10:28 ./yapra/legacy_plugin.rb
drwxr-xr-x root/root 0 2010-10-18 10:28 ./yapra/legacy_plugin/
-rw-r--r-- root/root  1351 2010-10-18 10:28
../yapra/legacy_plugin/advance_mode_registry.rb
-rw-r--r-- root/root  1299 2010-10-18 10:28
../yapra/legacy_plugin/compatible_mode_registry.rb
-rw-r--r-- root/root   670 2010-10-18 10:28
../yapra/legacy_plugin/base.rb
-rw-r--r-- root/root   917 2010-10-18 10:28
../yapra/legacy_plugin/registry_factory.rb
drwxr-xr-x root/root 0 2010-10-18 10:28 ./yapra/plugin/
-rw-r--r-- root/root   347 2010-10-18 10:28
../yapra/plugin/erb_applier.rb
-rw-r--r-- root/root   952 2010-10-18 10:28
../yapra/plugin/mechanize_base.rb
-rw-r--r-- root/root   308 2010-10-18 10:28
../yapra/plugin/context_aware.rb
-rw-r--r-- root/root   468 2010-10-18 10:28 ./yapra/plugin/base.rb
-rw-r--r-- root/root   436 2010-10-18 10:28
../yapra/plugin/feed_item_operator.rb
-rw-r--r-- root/root  1986 2010-10-18 10:28 ./yapra/inflector.rb
-rw-r--r-- root/root  3847 2010-10-18 10:28 ./yapra/pipeline.rb
-rw-r--r-- root/root  1484 2010-10-18 10:28 ./yapra/runtime.rb
-rw-r--r-- root/root   136 2010-10-18 10:28 ./yapra/version.rb
-rw-r--r-- root/root42 2010-10-18 10:28 ./yapra/plugin.rb
-rw-r--r-- root/root  1690 2010-10-18 10:28 ./yapra.rb

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

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


--- End Message ---
--- Begin Message ---
Source: yapra
Source-Version: 0.1.2-3+squeeze1

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

yapra_0.1.2-3+squeeze1.diff.gz
  to main/y/yapra/yapra_0.1.2-3+squeeze1.diff.gz
yapra_0.1.2-3+squeeze1.dsc
  to main/y/yapra/yapra_0.1.2-3+squeeze1.dsc
yapra_0.1.2-3+squeeze1_all.deb
  to main/y/yapra/yapra_0.1.2-3+squeeze1_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 630...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Taku YASUI  (supplier of updated yapra 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, 04 May 2012 15:21:28 +0900
Source: yapra
Binary: yapra
Architecture: source all
Version: 0.1.2-3+squeeze1
Distribution: stable
Urgency: low
Maintainer: Taku YASUI 
Changed-By: Taku YASUI 
Description: 
 yapra  - Yet Another Pragger implementation
Closes: 630667
Changes: 
 yapra (0.1.2-3+squeeze1) stable; urgency=low
 .
   * This is the same fix as 0.1.2-4 but for squeeze
   * Add ruby1.8 to Build-deps (closes: #630667)
 - Use ruby1.8 command instead of ruby to fix version
Checksums-Sha1: 
 e338eff72331876eb633fafef25446753c989635 1655 yapra_0.1.2-3+squeeze1.dsc
 09ce0004a3bc2796897eda988c21df34b2940af7 5063 yapra_0.1.2-3+squeeze1.diff.gz
 7018d21e9b45b1769e475c98fcb7780a91895f8c 31846 yapra_0.1.2-3+squeeze1_all.deb
Checksums-Sha256: 
 09182afc613430c2998c537ca6d19e1b1b555ba7e3f6fe9efb0385226be83cb4 1655 
yapra_0.1.2-3+squeeze1.dsc
 a63e293a66cbe95b2bb87352a874572ce40da940c7d0680e648f7ccc78c955a0 5063 
yapra_0.1.2-3+squeeze1.diff.gz
 f1dd1cf90b4a929d621bf

Processed: [973e238] Fix for Bug#671459 committed to git

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

> tags 671459 + pending
Bug #671459 [gnuplot] /usr/share/gnuplot is a symlink to gnuplot-nox on upgrades
Ignoring request to alter tags of bug #671459 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671459
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: [973e238] Fix for Bug#671459 committed to git

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

> tags 671459 + pending
Bug #671459 [gnuplot] /usr/share/gnuplot is a symlink to gnuplot-nox on upgrades
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671459
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#671459: [973e238] Fix for Bug#671459 committed to git

2012-05-04 Thread Anton Gladky

tags 671459 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Anton Gladky  on Fri, 4 May 2012 23:06:42 +0200.
 The fix will be in the next upload. 

Remove /usr/share/doc/gnuplot symlink before installation. Thanks to Sven 
Joachim. (Closes: #671459)




You can check the diff of the fix at:

;a=commitdiff;h=973e238





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



Bug#671459: [973e238] Fix for Bug#671459 committed to git

2012-05-04 Thread Anton Gladky

tags 671459 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Anton Gladky  on Fri, 4 May 2012 23:06:42 +0200.
 The fix will be in the next upload. 

Remove /usr/share/doc/gnuplot symlink before installation. Thanks to Sven 
Joachim. (Closes: #671459)




You can check the diff of the fix at:

;a=commitdiff;h=973e238





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



Processed: your mail

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

> severity 671302 important
Bug #671302 [src:libav] libav: circular dependency between libav and opencv
Bug #671381 [src:libav] libav: unbuildable due to circular dependency with 
opencv
Severity set to 'important' from 'serious'
Severity set to 'important' from 'serious'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
671302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671302
671381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671381
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#671302: Circular Build Dependencies (was Bug#671302: libav: circular dependency between libav and opencv)

2012-05-04 Thread Andres Mejia
On May 4, 2012 4:43 PM, "Fabian Greffrath"  wrote:
>
> > libav -> x264 -> libav
>
> AFAICT the x264 frontend uses libav whereas libav uses the libx264 shared
> library. So theortically (!) this issue could be solved by two separate
> source packages for the x264 frontend and the library.
>
>  - Fabian
>
>

This doesn't resolve the issue with opencv though.

~ Andres


Bug#671302: Circular Build Dependencies (was Bug#671302: libav: circular dependency between libav and opencv)

2012-05-04 Thread Fabian Greffrath
> libav -> x264 -> libav

AFAICT the x264 frontend uses libav whereas libav uses the libx264 shared
library. So theortically (!) this issue could be solved by two separate
source packages for the x264 frontend and the library.

 - Fabian





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



Bug#671526: rudeconfig: FTBFS on *-i386: old libtool breaks i486-* path components

2012-05-04 Thread Aaron M. Ucko
Source: rudeconfig
Version: 5.0.5-1
Severity: serious
Justification: fails to build from source

Builds of rudeconfig on [linux-]i386 and kfreebsd-i386, and presumably
hurd-i386 as well, fail with an interesting error (shown below for i386).
The problem appears to be that rudeconfig's ltmain.sh comes from an old
version of libtool (1.5.22, from December 2005) that lacks proper regexp
metacharacter escaping when canonicalizing the compiler version (4.6 at
present), wrongly transforming i486-* path components into i4.6-*.

Updating ltmain.sh wholesale fixes the error, provided you also run
aclocal and autoconf to resync the rest of the build system.

Could you please take a look?

Thanks!

--

/bin/bash ./libtool --tag=CXX --mode=link g++  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wl,-z,relro -o 
librudeconfig.la -rpath /usr/lib/i386-linux-gnu -version-info 5:1:2 
AbstractData.lo Comment.lo File.lo Section.lo AbstractOrganiser.lo config.lo 
KeyValue.lo WhiteSpace.lo AbstractParser.lo ConfigImpl.lo Writer.lo 
AbstractWriter.lo DataLine.lo ParserJuly2004.lo Base64Encoder.lo 
RealOrganiser.lo  
g++ -shared -nostdlib 
/usr/lib/gcc/i4.6-linux-gnu/4.6/../../../i386-linux-gnu/crti.o 
/usr/lib/gcc/i4.6-linux-gnu/4.6/crtbeginS.o  .libs/AbstractData.o 
.libs/Comment.o .libs/File.o .libs/Section.o .libs/AbstractOrganiser.o 
.libs/config.o .libs/KeyValue.o .libs/WhiteSpace.o .libs/AbstractParser.o 
.libs/ConfigImpl.o .libs/Writer.o .libs/AbstractWriter.o .libs/DataLine.o 
.libs/ParserJuly2004.o .libs/Base64Encoder.o .libs/RealOrganiser.o  
-L/usr/lib/gcc/i4.6-linux-gnu/4.6 
-L/usr/lib/gcc/i4.6-linux-gnu/4.6/../../../i386-linux-gnu 
-L/usr/lib/gcc/i4.6-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu 
-L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/i4.6-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/i4.6-linux-gnu/4.6/crtendS.o 
/usr/lib/gcc/i4.6-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o  -Wl,-z 
-Wl,relro -Wl,-soname -Wl,librudeconfig.so.3 -o .libs/librudeconfig.so.3.2.1
g++: error: /usr/lib/gcc/i4.6-linux-gnu/4.6/../../../i386-linux-gnu/crti.o: No 
such file or directory
g++: error: /usr/lib/gcc/i4.6-linux-gnu/4.6/crtbeginS.o: No such file or 
directory
g++: error: /usr/lib/gcc/i4.6-linux-gnu/4.6/crtendS.o: No such file or directory
g++: error: /usr/lib/gcc/i4.6-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o: No 
such file or directory
make[1]: *** [librudeconfig.la] Error 1



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



Bug#644352: slicer & Debian

2012-05-04 Thread Dominique Belhachemi
Hi Yaroslav,

Slicer3 is not supported by upstream anymore.

Slicer4 is only supported on amd64 and is still based on non released
projects (VTK 5.10, CTK, PythonQt). Slicer4 also comes with a
pre-build launcher binary which has to be replaced by our own launcher
script.

Cheers
-Dominique


On Fri, May 4, 2012 at 4:02 PM, Yaroslav Halchenko
 wrote:
> Hi Dominique,
>
> I wonder if there were any movement in upstream/debian packaging of
> slicer4?  slicer3 is uninstallable in sid as well ATM :-/
>
> --
> Yaroslav O. Halchenko
> Postdoctoral Fellow,   Department of Psychological and Brain Sciences
> Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
> Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419
> WWW:   http://www.linkedin.com/in/yarik
>
>
>



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



Processed: closing 666343

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

> close 666343 1.7
Bug #666343 [src:cairo-5c] cairo-5c: FTBFS: make[1]: *** No targets specified 
and no makefile found.  Stop.
Marked as fixed in versions cairo-5c/1.7.
Bug #666343 [src:cairo-5c] cairo-5c: FTBFS: make[1]: *** No targets specified 
and no makefile found.  Stop.
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666343
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#670980: marked as done (imagemagick: convert crashes with segfault on jpg image)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 20:03:40 +
with message-id 
and subject line Bug#671002: fixed in imagemagick 8:6.6.0.4-3+squeeze3
has caused the Debian Bug report #671002,
regarding imagemagick: convert crashes with segfault on jpg image
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.)


-- 
671002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671002
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 8:6.6.0.4-3+squeeze2
Severity: normal

Running convert with resize or rescale options (at least) gives segfault on
some jpg files taken with older cameras (Fujifilm Finepix S5100 and
Olympus U720 UZ). It works for newer cameras (Olympus SP 590 UZ and 
Canon 5D mk II).

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 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 imagemagick depends on:
ii  libbz2-1.0  1.0.5-6+squeeze1 high-quality block-sorting file co
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1+squeeze4   FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgomp14.4.5-8  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmagickcore3  8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  libmagickwand3  8:6.6.0.4-3+squeeze2 image manipulation library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5+squeeze4 Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libmagickcore3-extr 8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools between 
ii  ufraw-batch 0.16-3+b1batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  (no description available)
pn  cups-bsd | lpr (no description available)
pn  curl   (no description available)
pn  enscript   (no description available)
pn  ffmpeg (no description available)
ii  gimp2.6.10-1+squeeze3The GNU Image Manipulation Program
pn  gnuplot(no description available)
pn  grads  (no description available)
ii  groff-base  1.20.1-10GNU troff text-formatting system (
pn  hp2xx  (no description available)
pn  html2ps(no description available)
pn  imagemagick-doc(no description available)
ii  libwmf-bin  0.2.8.4-6.1+b1   Windows metafile conversion tools
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
pn  povray (no description available)
pn  radiance   (no description available)
ii  sane-utils  1.0.21-9 API library for scanners -- utilit
pn  texlive-base-bi(no description available)
pn  transfig   (no description available)
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.6.0.4-3+squeeze3

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to

Bug#671002: marked as done (imagemagick: convert segfaults on jpegs)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 20:03:40 +
with message-id 
and subject line Bug#671002: fixed in imagemagick 8:6.6.0.4-3+squeeze3
has caused the Debian Bug report #671002,
regarding imagemagick: convert segfaults on jpegs
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.)


-- 
671002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671002
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 8:6.6.0.4-3+squeeze2
Severity: normal

convert fails immediately with a segfault for jpegs from some (older) camera
models (FUJIFILM Finepix S5100, Olympus C720 UZ). I tried -resize, -scale, 
and convert to a different format. Before the very recent update of 
imagemagick on squeeze it worked fine.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 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 imagemagick depends on:
ii  libbz2-1.0  1.0.5-6+squeeze1 high-quality block-sorting file co
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1+squeeze4   FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgomp14.4.5-8  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmagickcore3  8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  libmagickwand3  8:6.6.0.4-3+squeeze2 image manipulation library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5+squeeze4 Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libmagickcore3-extr 8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools between 
ii  ufraw-batch 0.16-3+b1batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  (no description available)
pn  cups-bsd | lpr (no description available)
pn  curl   (no description available)
pn  enscript   (no description available)
pn  ffmpeg (no description available)
ii  gimp2.6.10-1+squeeze3The GNU Image Manipulation Program
pn  gnuplot(no description available)
pn  grads  (no description available)
ii  groff-base  1.20.1-10GNU troff text-formatting system (
pn  hp2xx  (no description available)
pn  html2ps(no description available)
pn  imagemagick-doc(no description available)
ii  libwmf-bin  0.2.8.4-6.1+b1   Windows metafile conversion tools
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
pn  povray (no description available)
pn  radiance   (no description available)
ii  sane-utils  1.0.21-9 API library for scanners -- utilit
pn  texlive-base-bi(no description available)
pn  transfig   (no description available)
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.6.0.4-3+squeeze3

We believe that the bug you reported is fixed in the latest version of
imagemagick, 

Bug#671002: marked as done (imagemagick: convert segfaults on jpegs)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 20:03:40 +
with message-id 
and subject line Bug#670980: fixed in imagemagick 8:6.6.0.4-3+squeeze3
has caused the Debian Bug report #670980,
regarding imagemagick: convert segfaults on jpegs
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.)


-- 
670980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 8:6.6.0.4-3+squeeze2
Severity: normal

convert fails immediately with a segfault for jpegs from some (older) camera
models (FUJIFILM Finepix S5100, Olympus C720 UZ). I tried -resize, -scale, 
and convert to a different format. Before the very recent update of 
imagemagick on squeeze it worked fine.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 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 imagemagick depends on:
ii  libbz2-1.0  1.0.5-6+squeeze1 high-quality block-sorting file co
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1+squeeze4   FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgomp14.4.5-8  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmagickcore3  8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  libmagickwand3  8:6.6.0.4-3+squeeze2 image manipulation library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5+squeeze4 Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libmagickcore3-extr 8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools between 
ii  ufraw-batch 0.16-3+b1batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  (no description available)
pn  cups-bsd | lpr (no description available)
pn  curl   (no description available)
pn  enscript   (no description available)
pn  ffmpeg (no description available)
ii  gimp2.6.10-1+squeeze3The GNU Image Manipulation Program
pn  gnuplot(no description available)
pn  grads  (no description available)
ii  groff-base  1.20.1-10GNU troff text-formatting system (
pn  hp2xx  (no description available)
pn  html2ps(no description available)
pn  imagemagick-doc(no description available)
ii  libwmf-bin  0.2.8.4-6.1+b1   Windows metafile conversion tools
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
pn  povray (no description available)
pn  radiance   (no description available)
ii  sane-utils  1.0.21-9 API library for scanners -- utilit
pn  texlive-base-bi(no description available)
pn  transfig   (no description available)
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.6.0.4-3+squeeze3

We believe that the bug you reported is fixed in the latest version of
imagemagick, 

Bug#670980: marked as done (imagemagick: convert crashes with segfault on jpg image)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 20:03:40 +
with message-id 
and subject line Bug#670980: fixed in imagemagick 8:6.6.0.4-3+squeeze3
has caused the Debian Bug report #670980,
regarding imagemagick: convert crashes with segfault on jpg image
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.)


-- 
670980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick
Version: 8:6.6.0.4-3+squeeze2
Severity: normal

Running convert with resize or rescale options (at least) gives segfault on
some jpg files taken with older cameras (Fujifilm Finepix S5100 and
Olympus U720 UZ). It works for newer cameras (Olympus SP 590 UZ and 
Canon 5D mk II).

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 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 imagemagick depends on:
ii  libbz2-1.0  1.0.5-6+squeeze1 high-quality block-sorting file co
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1+squeeze4   FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgomp14.4.5-8  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmagickcore3  8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  libmagickwand3  8:6.6.0.4-3+squeeze2 image manipulation library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5+squeeze4 Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libmagickcore3-extr 8:6.6.0.4-3+squeeze2 low-level image manipulation libra
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools between 
ii  ufraw-batch 0.16-3+b1batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  (no description available)
pn  cups-bsd | lpr (no description available)
pn  curl   (no description available)
pn  enscript   (no description available)
pn  ffmpeg (no description available)
ii  gimp2.6.10-1+squeeze3The GNU Image Manipulation Program
pn  gnuplot(no description available)
pn  grads  (no description available)
ii  groff-base  1.20.1-10GNU troff text-formatting system (
pn  hp2xx  (no description available)
pn  html2ps(no description available)
pn  imagemagick-doc(no description available)
ii  libwmf-bin  0.2.8.4-6.1+b1   Windows metafile conversion tools
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
pn  povray (no description available)
pn  radiance   (no description available)
ii  sane-utils  1.0.21-9 API library for scanners -- utilit
pn  texlive-base-bi(no description available)
pn  transfig   (no description available)
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.6.0.4-3+squeeze3

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to

Bug#644352: slicer & Debian

2012-05-04 Thread Yaroslav Halchenko
Hi Dominique,

I wonder if there were any movement in upstream/debian packaging of
slicer4?  slicer3 is uninstallable in sid as well ATM :-/

-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik



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



Bug#652653: python-virtualenv: insecure /tmp file handling

2012-05-04 Thread Adam D. Barratt
On Fri, 2012-05-04 at 20:40 +0200, Stefano Rivera wrote:
> Hi Adam (2012.05.03_00:21:24_+0200)
> > That happened now, as #661272 which was recently fixed in sid (thanks
> > Stefano!).  In terms of getting stable updated, either a 1.4.9-3squeeze2
> > package could be prepared incorporating the extra fixes, or we could
> > reject the original package and fix everything in one upload.  Thoughts?
> 
> I have prepared an upload to replace the existing one (reject), so that
> I could add edit the changelog to close this bug and mention the CVE.
> 
> debdiff attached.

+Description: Cleanup temporary directory created with mkdtemp()
+ This patch was backported from the cleanup_tmpdirs.patch applied in
1.7.1.2-1
+ .
+ The base64 mess is equivalent to:

Nice. :-)

Please go ahead; thanks.

Regards,

Adam




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



Processed: FTBFS with clutter 1.10

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

> severity 670790 serious
Bug #670790 [src:clutter-sharp] FTBFS with clutter 1.10
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
670790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670790
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#671522: modules: FTBFS: missing b-d on tcl(8.5)-dev

2012-05-04 Thread Aaron M. Ucko
Source: modules
Version: 3.2.9c-1
Severity: serious
Justification: fails to build from source

Builds of modules in minimal environments (such as the autobuilders)
are failing:

checking for Tcl configuration (tclConfig.sh)... not found
checking for Tcl version... 8.5
checking TCL_VERSION... 8.5
configure: error: TCL_LIB_SPEC not found, need to use --with-tcl-lib

Please declare a build dependency on tcl8.5-dev or the tcl-dev
metapackage rather than just on the runtime tcl8.5 package, and check
via pbuilder or the like (as I know I've recommended before!) that no
others are missing.

Thanks!



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



Bug#671500: marked as done (2.0.5 is in fact 2.0.4...)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 4 May 2012 21:22:00 +0200
with message-id 

and subject line Re: Bug#671500: 2.0.5 is in fact 2.0.4...
has caused the Debian Bug report #671500,
regarding 2.0.5 is in fact 2.0.4...
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.)


-- 
671500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671500
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: swig2.0
Version: 2.0.5-1
Severity: serious

Ok, I have to report this one. I cant let swig2.0 transition to
testing. debian package 2.0.5 is actually a package of swig 2.0.4,
which is *really* confusing [1].

$ apt-cache policy swig
swig:
  Installed: 2.0.5-1
  Candidate: 2.0.5-1
  Version table:
 *** 2.0.5-1 0
500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status

$ swig2.0 -version

SWIG Version 2.0.4

Compiled with g++ [x86_64-unknown-linux-gnu]

Configured options: +pcre

Please see http://www.swig.org for reporting bugs and further information


Please upload swig 2.0.5 (really) or 2.0.6, thanks very much !

[1] http://sourceforge.net/mailarchive/message.php?msg_id=29218812


--- End Message ---
--- Begin Message ---
On Fri, May 4, 2012 at 9:16 PM, Mathieu Malaterre  wrote:
> On Fri, May 4, 2012 at 7:27 PM, Andreas Metzler
>  wrote:
>> I think you have either installed an up to date empty meta package
> [...]
>
> I use ftp.fr debian mirror. so let's try with a german one:
>
> $ dget http://ftp.de.debian.org/debian/pool/main/s/swig2.0/swig2.0_2.0.5-1.dsc
> $ head swig2.0-2.0.5/CHANGES
> SWIG (Simplified Wrapper and Interface Generator)

I was not looking at the right file. Anyway I did another apt-get
update and it did solve my issue... this is really odd.

Sorry for the noise.

--- End Message ---


Bug#671500: 2.0.5 is in fact 2.0.4...

2012-05-04 Thread Mathieu Malaterre
On Fri, May 4, 2012 at 7:27 PM, Andreas Metzler
 wrote:
> I think you have either installed an up to date empty meta package
[...]

I use ftp.fr debian mirror. so let's try with a german one:

$ dget http://ftp.de.debian.org/debian/pool/main/s/swig2.0/swig2.0_2.0.5-1.dsc
$ head swig2.0-2.0.5/CHANGES
SWIG (Simplified Wrapper and Interface Generator)

See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.

Version 2.0.4 (21 May 2011)
===

2011-05-19: wsfulton
[Guile] Patch #3191625 fixing overloading of integer types.


I still do believe there is something wrong with 2.0.5...



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



Bug#671520: lxappearance-obconf: FTBFS: undeclared B-D on openbox-dev

2012-05-04 Thread Aaron M. Ucko
Source: lxappearance-obconf
Version: 0.2.0-1
Severity: serious
Justification: fails to build from source

Builds of lxappearance-obconf in minimal environments (such as on the
autobuilders) are failing:

  checking for OPENBOX... no
  configure: error: Package requirements (obrender-3.5 >= 3.5 obt-3.5 >= 3.5) 
were not met:
  
  No package 'obrender-3.5' found
  No package 'obt-3.5' found

Please declare a build dependency on openbox-dev (>= 3.5) and check
with pbuilder or the like that no others are missing.

Thanks!



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



Bug#665608: marked as done (FTBFS with glib-2.32)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 19:12:36 +
with message-id 
and subject line Bug#665608: fixed in ruby-gnome2 1.1.3-1
has caused the Debian Bug report #665608,
regarding FTBFS with glib-2.32
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.)


-- 
665608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-gnome2
Version: 1.0.3-1
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: glib-single-include

Hi,


including invidiual glib headers has been deprecated for several years.

Starting with glib 2.32 it is now mandatory to include glib.h instead
of individual headers [1], or the compiler will generate an error.

With the notable exception of:
 glib/gi18n.h
 glib/gi18n-lib.h
 glib/gprintf.h
 glib/gstdio.h
Those header files are still meant to be included separately.


Development releases of 2.32 (2.31.x) are available in experimental.
During a test-rebuild ruby-gnome2 failed to build with the new glib [2].

Please update ruby-gnome2 at your earliest convenience, so once we move
the glib version from experimental to unstable, your package will remain
buildable.

Usually, simply replacing #include  with #include 
is all that is needed (while keeping the above list of exceptions in
mind)
You can use the glib version from experimental to test if your package
builds correctly.


A simple shell script [3] has been written, that can help you
generate a patch which should fix the includes in most cases.
It's most likely not bug free and very limited, so please check the
resulting patch carefully.


Thanks!

Michael,
on behalf of the Debian GNOME team.

[1] 
http://git.gnome.org/browse/glib/commit/?id=7455dd370eb37ce3b0b409ff6120501f37b50569
[2] http://people.debian.org/~biebl/glib-single-include/ruby-gnome2_1.0.3-1.log
[3] http://people.debian.org/~biebl/fix-glib-includes.sh



--- End Message ---
--- Begin Message ---
Source: ruby-gnome2
Source-Version: 1.1.3-1

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

libatk1-ruby1.8-dbg_1.1.3-1_amd64.deb
  to main/r/ruby-gnome2/libatk1-ruby1.8-dbg_1.1.3-1_amd64.deb
libatk1-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libatk1-ruby1.8_1.1.3-1_all.deb
libatk1-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libatk1-ruby_1.1.3-1_all.deb
libgdk-pixbuf2-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8-dbg_1.1.3-1_all.deb
libgdk-pixbuf2-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_1.1.3-1_all.deb
libgdk-pixbuf2-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgdk-pixbuf2-ruby_1.1.3-1_all.deb
libglib2-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libglib2-ruby1.8-dbg_1.1.3-1_all.deb
libglib2-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libglib2-ruby1.8_1.1.3-1_all.deb
libglib2-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libglib2-ruby_1.1.3-1_all.deb
libgoocanvas-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgoocanvas-ruby1.8-dbg_1.1.3-1_all.deb
libgoocanvas-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgoocanvas-ruby1.8_1.1.3-1_all.deb
libgoocanvas-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgoocanvas-ruby_1.1.3-1_all.deb
libgst-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgst-ruby1.8-dbg_1.1.3-1_all.deb
libgst-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgst-ruby1.8_1.1.3-1_all.deb
libgst-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgst-ruby_1.1.3-1_all.deb
libgtk2-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtk2-ruby1.8-dbg_1.1.3-1_all.deb
libgtk2-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtk2-ruby1.8_1.1.3-1_all.deb
libgtk2-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtk2-ruby_1.1.3-1_all.deb
libgtksourceview2-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtksourceview2-ruby1.8-dbg_1.1.3-1_all.deb
libgtksourceview2-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtksourceview2-ruby1.8_1.1.3-1_all.deb
libgtksourceview2-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libgtksourceview2-ruby_1.1.3-1_all.deb
libpango1-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libpango1-ruby1.8-dbg_1.1.3-1_all.deb
libpango1-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libpango1-ruby1.8_1.1.3-1_all.deb
libpango1-ruby_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libpango1-ruby_1.1.3-1_all.deb
libpoppler-glib-ruby1.8-dbg_1.1.3-1_all.deb
  to main/r/ruby-gnome2/libpoppler-glib-ruby1.8-dbg_1.1.3-1_all.deb
libpoppler-glib-ruby1.8_1.1.3-1_all.deb
  to main/r/ruby-

Bug#661021: xinput --list crashes

2012-05-04 Thread Julien Cristau
On Thu, Feb 23, 2012 at 18:31:48 +0100, Michal Suchanek wrote:

> xinput crashes.
> 
> I suspect this is behind all gtk3 applications crashing on start.
> 
> 
> ==3413== Memcheck, a memory error detector
> ==3413== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
> ==3413== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
> ==3413== Command: xinput list --long
> ==3413== 
> ==3413== Invalid write of size 4
> ==3413==at 0x5381D4C: ??? (in /usr/lib/libXi.so.6.1.0)
> ==3413==by 0x5384912: XIQueryDevice (in /usr/lib/libXi.so.6.1.0)
> ==3413==by 0x402BBD: ??? (in /usr/bin/xinput)
> ==3413==by 0x405841: ??? (in /usr/bin/xinput)
> ==3413==by 0x55A7EAC: (below main) (libc-start.c:228)

Please verify that this is fixed in libxi6 2:1.3-7, currently available
in proposed-updates.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#671516: [fonts-bpg-georgian] The package does not contain fonts.

2012-05-04 Thread populus tremula
Package: fonts-bpg-georgian
Version: 0.5a-2
Severity: serious



Package 'fonts-BPG-georgian' does not contain fonts. 
It is an empty package, and the description says: 
'This package provides a collection of three Georgian fonts,
provided by BPG-InfoTech. '.


Fonts are in a package 'ttf-BPG-georgian-fonts'.
Which description says, 'transitional dummy package'.




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



Processed: Paramiko breaks duplicity

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

> severity 668239 critical
Bug #668239 [python-paramiko] host key handling broken when port!=22
Severity set to 'critical' from 'important'
> tag 668239 wheezy
Bug #668239 [python-paramiko] host key handling broken when port!=22
Added tag(s) wheezy.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668239
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#652653: python-virtualenv: insecure /tmp file handling

2012-05-04 Thread Stefano Rivera
Hi Adam (2012.05.03_00:21:24_+0200)
> That happened now, as #661272 which was recently fixed in sid (thanks
> Stefano!).  In terms of getting stable updated, either a 1.4.9-3squeeze2
> package could be prepared incorporating the extra fixes, or we could
> reject the original package and fix everything in one upload.  Thoughts?

I have prepared an upload to replace the existing one (reject), so that
I could add edit the changelog to close this bug and mention the CVE.

debdiff attached.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127
diff -Nru python-virtualenv-1.4.9/debian/changelog 
python-virtualenv-1.4.9/debian/changelog
--- python-virtualenv-1.4.9/debian/changelog2010-08-22 15:55:50.0 
+0200
+++ python-virtualenv-1.4.9/debian/changelog2012-05-04 20:35:07.0 
+0200
@@ -1,3 +1,16 @@
+python-virtualenv (1.4.9-3squeeze1) stable; urgency=high
+
+  [ Piotr Ożarowski ]
+  * Apply upstream's 8be37c509fe5 commit (to use proper temp. dir instead of
+/tmp) (CVE-2011-4617, Closes: #652653)
+
+  [ Stefano Rivera ]
+  * Team upload.
+  * Backport cleanup_tmpdirs.patch from 1.7.1.2-1.
+Cleanup temporary working directories. (Closes: #661272)
+
+ -- Stefano Rivera   Fri, 04 May 2012 20:31:24 +0200
+
 python-virtualenv (1.4.9-3) unstable; urgency=low
 
   * Team upload.
diff -Nru python-virtualenv-1.4.9/debian/patches/8be37c509fe5.patch 
python-virtualenv-1.4.9/debian/patches/8be37c509fe5.patch
--- python-virtualenv-1.4.9/debian/patches/8be37c509fe5.patch   1970-01-01 
02:00:00.0 +0200
+++ python-virtualenv-1.4.9/debian/patches/8be37c509fe5.patch   2012-05-04 
19:37:25.0 +0200
@@ -0,0 +1,41 @@
+# HG changeset patch
+# User Jannis Leidel 
+# Date 1280103078 -7200
+# Branch trunk
+# Node ID 8be37c509fe5cd474ba947e784b8676d7bd3d535
+# Parent  29ae52edcb91323785116ccea255841843757c5c
+Fixed #46 - Use a proper temp dir instead of /tmp.
+
+Index: python-virtualenv-1.4.9/virtualenv.py
+===
+--- python-virtualenv-1.4.9.orig/virtualenv.py
 python-virtualenv-1.4.9/virtualenv.py
+@@ -10,6 +10,7 @@ import optparse
+ import re
+ import shutil
+ import logging
++import tempfile
+ import distutils.sysconfig
+ try:
+ import subprocess
+@@ -286,7 +287,6 @@ def _install_req(py_executable, unzip=Fa
+ if is_jython and os._name == 'nt':
+ # Jython's .bat sys.executable can't handle a command line
+ # argument with newlines
+-import tempfile
+ fd, ez_setup = tempfile.mkstemp('.py')
+ os.write(fd, bootstrap_script)
+ os.close(fd)
+@@ -324,10 +324,10 @@ def _install_req(py_executable, unzip=Fa
+ return filter_ez_setup(line, project_name)
+ 
+ if not os.access(os.getcwd(), os.W_OK):
+-cwd = '/tmp'
++cwd = tempfile.mkdtemp()
+ if source is not None and os.path.exists(source):
+ # the current working dir is hostile, let's copy the
+-# tarball to /tmp
++# tarball to a temp dir
+ target = os.path.join(cwd, os.path.split(source)[-1])
+ shutil.copy(source, target)
+ try:
diff -Nru python-virtualenv-1.4.9/debian/patches/cleanup-tmpdirs.patch 
python-virtualenv-1.4.9/debian/patches/cleanup-tmpdirs.patch
--- python-virtualenv-1.4.9/debian/patches/cleanup-tmpdirs.patch
1970-01-01 02:00:00.0 +0200
+++ python-virtualenv-1.4.9/debian/patches/cleanup-tmpdirs.patch
2012-05-04 20:30:14.0 +0200
@@ -0,0 +1,208 @@
+Description: Cleanup temporary directory created with mkdtemp()
+ This patch was backported from the cleanup_tmpdirs.patch applied in 1.7.1.2-1
+ .
+ The base64 mess is equivalent to:
+ .
+ |--- a/virtualenv_support/distribute_setup.py
+ |+++ b/virtualenv_support/distribute_setup.py
+ |@@ -14,6 +14,7 @@ the appropriate options to ``use_setuptools()``.
+ | This file can also be run as a script to install or upgrade setuptools.
+ | """
+ | import os
+ |+import shutil
+ | import sys
+ | import time
+ | import fnmatch
+ |@@ -86,6 +87,7 @@ def _install(tarball):
+ | log.warn('See the error message above.')
+ | finally:
+ | os.chdir(old_wd)
+ |+shutil.rmtree(tmpdir)
+ | 
+ | 
+ | def _build_egg(egg, tarball, to_dir):
+ |@@ -110,6 +112,7 @@ def _build_egg(egg, tarball, to_dir):
+ | 
+ | finally:
+ | os.chdir(old_wd)
+ |+shutil.rmtree(tmpdir)
+ | # returning the result
+ | log.warn(egg)
+ | if not os.path.exists(egg):
+Author: Stefano Rivera 
+Forwarded: https://github.com/pypa/virtualenv/pull/231
+Bug-Debian: http://bugs.debian.org/661272
+
+--- a/virtualenv.py
 b/virtualenv.py
+@@ -338,6 +338,8 @@
+ finally:
+ logger.indent -= 2
+ logger.end_progress()
++if cwd is not None:
++shutil.rmtree(cwd)
+ if os.getcwd() != old_chdir:
+ os.chdir(old_chdir)
+ if is_jython and os._na

Bug#619096: Rebuilds queued

2012-05-04 Thread Scott Kitterman
Queued binnmus for qscintilla2 which should deal with this.



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



Bug#671500: 2.0.5 is in fact 2.0.4...

2012-05-04 Thread Andreas Metzler
On 2012-05-04 Mathieu Malaterre  wrote:
> Package: swig2.0
> Version: 2.0.5-1
> Severity: serious

> Ok, I have to report this one. I cant let swig2.0 transition to
> testing. debian package 2.0.5 is actually a package of swig 2.0.4,
> which is *really* confusing [1].

> $ apt-cache policy swig
> swig:
>   Installed: 2.0.5-1
>   Candidate: 2.0.5-1
>   Version table:
>  *** 2.0.5-1 0
> 500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
> 100 /var/lib/dpkg/status

> $ swig2.0 -version

> SWIG Version 2.0.4
[...]

Hello,

I think you have either installed an up to date empty meta package
"swig" together with an outdated Version of swig2.0 or have got an old
non-Debian binary in /usr/local. Please doublecheck with "which
swig2.0". Up to date sid behaves like this:
-
(SID)ametzler@argenau:~$  dpkg -s swig2.0 | grep ^Version
Version: 2.0.5-1
(SID)ametzler@argenau:~$ which swig2.0
/usr/bin/swig2.0
(SID)ametzler@argenau:~$ swig2.0 -version

SWIG Version 2.0.5
[...]
-

Also to be sure I have downloaded the official tarball from sourceforge
and the orig.tar.gz from debian. They are identical.

ametzler@argenau:/tmp$ md5sum swig-2.0.5.tar.gz swig2.0_2.0.5.orig.tar.gz
762760512887873b68325fcbd391c145  swig-2.0.5.tar.gz
762760512887873b68325fcbd391c145  swig2.0_2.0.5.orig.tar.gz

I think that this dependency
  (SID)ametzler@argenau:~$ apt-cache show swig |\
grep -E 'Package|Depends'
  Package: swig
  Depends: swig2.0 (>= 2.0.0-1)
is not optimal, however this is a minor bug, not a serious one. Find a
trivial patch below.

---
--- swig2.0-2.0.5.orig/debian/control   2011-09-20 22:28:49.0 +0200
+++ swig2.0-2.0.5/debian/control2012-05-04 19:20:37.0 +0200
@@ -24,7 +24,7 @@ Build-Depends: bison,

 Package: swig
 Architecture: any
-Depends: swig2.0 (>= 2.0.0-1), ${misc:Depends}
+Depends: swig2.0 (= ${source:Version}), ${misc:Depends}
 Suggests: swig-doc, swig-examples
 Conflicts: swig1.3
 Replaces: swig1.3
---
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



-- 
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#671459: gnuplot-nox: unclean remove

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

> severity 671459 serious
Bug #671459 [gnuplot-nox] gnuplot-nox: unclean remove
Severity set to 'serious' from 'important'
> reassign 671459 gnuplot
Bug #671459 [gnuplot-nox] gnuplot-nox: unclean remove
Bug reassigned from package 'gnuplot-nox' to 'gnuplot'.
No longer marked as found in versions gnuplot/4.6.0-6.
Ignoring request to alter fixed versions of bug #671459 to the same values 
previously set
> found 671459 4.6.0-2
Bug #671459 [gnuplot] gnuplot-nox: unclean remove
Marked as found in versions gnuplot/4.6.0-2.
> retitle 671459 /usr/share/gnuplot is a symlink to gnuplot-nox on upgrades
Bug #671459 [gnuplot] gnuplot-nox: unclean remove
Changed Bug title to '/usr/share/gnuplot is a symlink to gnuplot-nox on 
upgrades' from 'gnuplot-nox: unclean remove'
> thanks
Stopping processing here.

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

2012-05-04 Thread Scott Kitterman
Since the problem is triggered by the Qt version changing, it's not clear to 
me how to catch this automatically.  I'll see what I can do about this case.





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



Bug#665026: marked as done (vxl: FTBFS: unsatisfiable build-dependency: libtiff-dev)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 17:07:34 +
with message-id 
and subject line Bug#665026: fixed in vxl 1.14.0-16
has caused the Debian Bug report #665026,
regarding vxl: FTBFS: unsatisfiable build-dependency: libtiff-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.)


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

Hi,

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

Relevant part:
> ┌──┐
> │ Install vxl build dependencies (apt-based resolver) 
>  │
> └──┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-vxl-dummy : Depends: libtiff-dev
> E: Broken packages

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/vxl_1.14.0-15.log

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

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


--- End Message ---
--- Begin Message ---
Source: vxl
Source-Version: 1.14.0-16

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

libvxl1-dev_1.14.0-16_amd64.deb
  to main/v/vxl/libvxl1-dev_1.14.0-16_amd64.deb
libvxl1.14_1.14.0-16_amd64.deb
  to main/v/vxl/libvxl1.14_1.14.0-16_amd64.deb
vxl_1.14.0-16.debian.tar.gz
  to main/v/vxl/vxl_1.14.0-16.debian.tar.gz
vxl_1.14.0-16.dsc
  to main/v/vxl/vxl_1.14.0-16.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 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre  (supplier of updated vxl 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, 04 May 2012 14:53:49 +0200
Source: vxl
Binary: libvxl1.14 libvxl1-dev
Architecture: source amd64
Version: 1.14.0-16
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Mathieu Malaterre 
Description: 
 libvxl1-dev - C++ Libraries for Computer Vision Research
 libvxl1.14 - C++ Libraries for Computer Vision Research
Closes: 650570 665026
Changes: 
 vxl (1.14.0-16) unstable; urgency=low
 .
   * Use my @d.o alias
   * Set LDFLAGS to remove lintian warnings
   * Update d/copyright to use dep5
   * Bump Std-Vers to 3.9.3, no changes needed
   * Explicitly prefer libtiff5-dev in d/control. Closes: #665026
   * Fix compilation with png1.5. Closes: #650570
   * Fix lintian warning about FSF address
   * Make sure to compile using 2.7 (3.2 generates FTBFS)
   * Activate test-suite, remove broken tests for now
Checksums-Sha1: 
 78cb9291aa0189b63f4be62e65ea7008644b3586 2372 vxl_1.14.0-16.dsc
 dcbe3f15112769e1dd5cb83ebad40aa0a065a977 34177 vxl_1.14.0-16.debian.tar.gz
 6a874f85093524f246eee01a1017948a688b0317 12657556 
libvxl1.14_1.14.0-16_amd64.deb
 4055322df31a397dc2bac5d6f593e94468acf111 2132718 
libvxl1-dev_1.14.0-16_amd64.deb
Checksums-Sha256: 
 4ce3e335aec52374263809d73c6b378ba8ffb84668a57cb92ea3bc44eff6515b 2372 
vxl_1.14.0-16.dsc
 5210d8ea7ffb5943c8e1eed9aba5400d1caed7d81c1433b3c34012cb00f12272 34177 
vxl_1.14.0-16.debian.tar.gz
 1c90508479b8862a0a60d7a00a502c8625d784b1c77dac9b10c26a6bca34f62a 12657556 
libvxl1.14_1.14.0-16_amd64.deb
 13644838ad4dd3ecb318e2b84977bf261683ed1b41415b69ee

Bug#671353: gettext-el: fails to upgrade from squeeze

2012-05-04 Thread Santiago Vila

On Fri, 4 May 2012, Agustin Martin wrote:


On Fri, May 04, 2012 at 05:52:47PM +0200, Agustin Martin wrote:

seems that install/gettext is run twice, one by emacs flavour and other by
gettext-el. Links are already created in first run, so second run complains
and fails. Indeed I think that my problem appeared when upgrading gettext-el
together with emacs-snapshot.

I'd consider either using 'ln -sf' to create those symlinks (my preferred
choice)


Forget about this choice, this will cause byte-compiling twice for no good
reason if both emacs flavour and gettext-el are installed in the same run.


Sorry, too late, I'm reading this just after dupload run.

In either case, what you call "no good" is the result of following emacs policy.

IMHO, if there is anything to improve here, it would be emacs policy,
not whatever individual packages do to follow it.



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



Bug#619096: found in 2.6.1-5

2012-05-04 Thread Andrey Rahmatullin
found python-qscintilla2/2.6.1-5
kthxbye

With python-qt4 4.9.1-3 and python-qscintilla2 2.6.1-5 hgview or the
script from the original bug report fail again. Can we do something to
catch those regressions automatically?

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#666379: gnome-mastermind: FTBFS dbhierx.mod parser errors

2012-05-04 Thread Bart Martens
On Fri, May 04, 2012 at 11:28:39AM +0200, Lucas Nussbaum wrote:
> On 01/05/12 at 06:14 +, Bart Martens wrote:
> > Hi Lucas,
> > 
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666379
> > 
> > The package has no Build-Depends on docbook-xml, and you wrote that internet
> > was not accessible from the build systems.  So where did the file 
> > dbhierx.mod
> > come from ?
> 
> The email footer is currently inacurate (I moved to using Amazon EC2
> for those rebuilds, but did not update the mail template yet).
> 
> Internet is accessible from the nodes.

The package builds fine on my amd64.  Can you reproduce the problem on a
machine where we both have access to ? http://db.debian.org/machines.cgi

Regards,

Bart Martens



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



Bug#671353: gettext-el: fails to upgrade from squeeze

2012-05-04 Thread Agustin Martin
On Fri, May 04, 2012 at 05:52:47PM +0200, Agustin Martin wrote:
> seems that install/gettext is run twice, one by emacs flavour and other by
> gettext-el. Links are already created in first run, so second run complains
> and fails. Indeed I think that my problem appeared when upgrading gettext-el
> together with emacs-snapshot.
> 
> I'd consider either using 'ln -sf' to create those symlinks (my preferred
> choice) 

Forget about this choice, this will cause byte-compiling twice for no good
reason if both emacs flavour and gettext-el are installed in the same run.

> or check for its presence before creating them.

Or check if files are already byte-compiled by checking that last .el in
$files is byte-compiled. See attached untested patch.

Regards,

-- 
Agustin
diff --git a/debian/install b/debian/install
index 001fd79..3336b6a 100644
--- a/debian/install
+++ b/debian/install
@@ -10,16 +10,20 @@ files="po-mode.el po-compat.el"
 flags="-batch -no-site-file -l path.el -f batch-byte-compile"
 
 if [ ${FLAVOR} != emacs ]; then
-  echo install/${PACKAGE}: Byte-compiling for ${FLAVOR}
+  if [ -e "${ELCDIR}/po-compat.elc" ]; then
+echo "install/${PACKAGE}: Already byte-compiled for ${FLAVOR}. Skipping ..."
+  else
+echo install/${PACKAGE}: Byte-compiling for ${FLAVOR}
 
-  install -m 755 -d ${ELCDIR}
-  cd ${ELCDIR}
-  for f in ${files}; do
-ln -s ../../../emacs/site-lisp/${PACKAGE}/${f} .
-  done
-  cat << EOF > path.el
+install -m 755 -d ${ELCDIR}
+cd ${ELCDIR}
+for f in ${files}; do
+  ln -s ../../../emacs/site-lisp/${PACKAGE}/${f} .
+done
+cat << EOF > path.el
 (setq load-path (cons "." load-path) byte-compile-warnings nil)
 EOF
-  ${FLAVOR} ${flags} ${files}
-  rm -f path.el
+${FLAVOR} ${flags} ${files}
+rm -f path.el
+  fi
 fi


Bug#671500: 2.0.5 is in fact 2.0.4...

2012-05-04 Thread Mathieu Malaterre
Package: swig2.0
Version: 2.0.5-1
Severity: serious

Ok, I have to report this one. I cant let swig2.0 transition to
testing. debian package 2.0.5 is actually a package of swig 2.0.4,
which is *really* confusing [1].

$ apt-cache policy swig
swig:
  Installed: 2.0.5-1
  Candidate: 2.0.5-1
  Version table:
 *** 2.0.5-1 0
500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status

$ swig2.0 -version

SWIG Version 2.0.4

Compiled with g++ [x86_64-unknown-linux-gnu]

Configured options: +pcre

Please see http://www.swig.org for reporting bugs and further information


Please upload swig 2.0.5 (really) or 2.0.6, thanks very much !

[1] http://sourceforge.net/mailarchive/message.php?msg_id=29218812



-- 
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#671353: gettext-el: fails to upgrade from squeeze

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

> tag 671353 +patch
Bug #671353 [gettext-el] gettext-el: fails to upgrade from squeeze
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671353
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#671353: gettext-el: fails to upgrade from squeeze

2012-05-04 Thread Agustin Martin
tag 671353 +patch
thanks

On Thu, May 03, 2012 at 06:56:13PM +0200, Santiago Vila wrote:
> tags 671353 + help
> thanks
> 
> On Thu, 3 May 2012, Andreas Beckmann wrote:
> 
> > Package: gettext-el
> > Version: 0.18.1.1-6
> > Severity: serious
> > User: debian...@lists.debian.org
> > Usertags: piuparts
> > 
> > Hi,
> > 
> > during a test with piuparts I noticed your package fails to upgrade from
> > 'squeeze'.
> > It installed fine in 'squeeze', then the upgrade to 'sid' fails.
> 
> Thanks for the report.
> 
> I tried to reproduce it on a qemu virtual machine without success.
> Therefore, I'm tagging this as "help" just in case anybody reading this
> is able to explain what's happening here.

Hi, Santiago.

I was having a similar problem when upgrading from testing to sid.

After purging gettext-el and reinstalling, problem completely dissapeared. 
I cannot even reproduce it when upgrading to 0.18.1.1-6 after installing
stable and testing packages, but have a clue about what may be happening.

Looking at the piuparts log, 

-
Setting up emacs23 (23.4+1-3) ...
  emacs-install emacs23
  emacsen-common: Handling install of emacsen flavor emacs23
  emacsen-common: byte-compiling for emacs23
  Wrote /etc/emacs23/site-start.d/00debian-vars.elc
  Wrote /usr/share/emacs23/site-lisp/debian-startup.elc
  install/gettext: Byte-compiling for emacs23
  Wrote /usr/share/emacs23/site-lisp/gettext/po-mode.elc
  Wrote /usr/share/emacs23/site-lisp/gettext/po-compat.elc
  Setting up libgconf2-4:amd64 (3.2.5-1) ...
  Setting up libgomp1:amd64 (4.7.0-6) ...
  Setting up libunistring0:amd64 (0.9.3-5) ...
  Setting up libgettextpo0:amd64 (0.18.1.1-6) ...
  Setting up gettext (0.18.1.1-6) ...
  Setting up libgmp10:amd64 (2:5.0.4+dfsg-1) ...
  Setting up libmpfr4:amd64 (3.1.0-4) ...
  Setting up libdb4.8:amd64 (4.8.30-11) ...
  Setting up libmpc2:amd64 (0.9-4) ...
  Setting up adduser (3.113+nmu1) ...
  Installing new version of config file /etc/deluser.conf ...
  Setting up bsdmainutils (9.0.1) ...
  Setting up debconf-i18n (1.5.42) ...
  Setting up gcc-4.4-base:amd64 (4.4.7-1) ...
  Setting up cpp-4.4 (4.4.7-1) ...
  Setting up gcc-4.6-base:amd64 (4.6.3-4) ...
  Setting up libcap2 (1:2.22-1) ...
  Setting up anthy-common (9100h-10) ...
  Setting up cpp-4.6 (4.6.3-4) ...
  Setting up cpp (4:4.6.3-4) ...
  Setting up libsystemd-login0 (44-1) ...
  Setting up dbus (1.5.12-1) ...
  Installing new version of config file /etc/dbus-1/session.conf ...
  Failed to open connection to "system" message bus: Failed to connect to
  socket /var/run/dbus/system_bus_socket: No such file or directory
  invoke-rc.d: policy-rc.d denied execution of start.
  Setting up gettext-el (0.18.1.1-6) ...
  install/gettext: Byte-compiling for emacs23
  ln: failed to create symbolic link `./po-mode.el': File exists
  emacs-package-install: /usr/lib/emacsen-common/packages/install/gettext-el
  emacs23 emacs23 failed at /usr/lib/emacsen-common/emacs-package-install
  line 30,  line 1.
  dpkg: error processing gettext-el (--configure):
   subprocess installed post-installation script returned error exit status 1
  Setting up libanthy0 (9100h-10) ...
---

seems that install/gettext is run twice, one by emacs flavour and other by
gettext-el. Links are already created in first run, so second run complains
and fails. Indeed I think that my problem appeared when upgrading gettext-el
together with emacs-snapshot.

I'd consider either using 'ln -sf' to create those symlinks (my preferred
choice) or check for its presence before creating them.

Regards,

-- 
Agustin



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



Bug#665498: shotwell: Segmentation fault shortly after starting Shotwell everytime

2012-05-04 Thread Muammar El Khatib
Package: shotwell
Version: 0.12.1-1
Followup-For: Bug #665498

I'm also experiencing this problem as well. I'd like to add that I am trying to
manage with shotwell 27GB of pictures:

╭─muammar@ihacku ~
╰─% du -hc Photos |tail -n 1
27Gtotal

When I imported my Photos directory, shotwell failed with a segfault as follows:

╭─muammar@ihacku ~
╰─% shotwell
[1]31372 segmentation fault  shotwell

I erased the ~/.shotwell directory, and all related configuration stuff I had.
Then I made a test. I imported the 27GB by using f-spot. When the DB was
created in f-spot, I proceeded to import it from shotwell and I was able to get
the 27GB of pictures to be managed by shotwell. No problems so far until
I checked the option: "watch library directory for new files" it segfault
again.

I'll try to obtain a backtrace to see if it is helpful in some way.

Thanks for reading,

PS. I tested it with the version in unstable and experimental.

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

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

Versions of packages shotwell depends on:
ii  dbus-x11 1.5.12-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.12.2-1
ii  libcairo21.12.2-1
ii  libexif120.6.20-2
ii  libexiv2-11  0.22-2
ii  libfontconfig1   2.9.0-3
ii  libfreetype6 2.4.9-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-1
ii  libgexiv2-1  0.4.1-1
ii  libglib2.0-0 2.32.2-1
ii  libgomp1 4.7.0-7
ii  libgphoto2-2 2.4.14-2
ii  libgphoto2-port0 2.4.14-2
ii  libgstreamer-plugins-base0.10-0  0.10.36-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.1-2
ii  libgudev-1.0-0   175-3.1
ii  libjavascriptcoregtk-3.0-0   1.8.1-1
ii  libpango1.0-01.30.0-1
ii  libraw2  0.13.8-1
ii  librest-0.7-00.7.12-1
ii  librsvg2-common  2.36.1-1
ii  libsoup2.4-1 2.38.1-2
ii  libsqlite3-0 3.7.11-3
ii  libstdc++6   4.7.0-7
ii  libunique-3.0-0  3.0.2-1
ii  libwebkitgtk-3.0-0   1.8.1-1
ii  libx11-6 2:1.4.99.901-2
ii  libxml2  2.7.8.dfsg-9

shotwell recommends no packages.

shotwell suggests no packages.

-- no debconf information

--
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3 1440 30EB 403B 1270 29F1
http://muammar.me | http://proyectociencia.org
  ,''`.
 : :' :
 `. `'
   `-



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



Bug#666071: mpich2: In this version of mpich2, the mpd daemon (and other utilities) are missing.

2012-05-04 Thread Samuel Thibault
severity 666071 important
thanks

Hello,

This bug is preventing mpich2 from migrating to testing, although it
just looks like a documentation bug to me, thus downgrading.

Pavan Balaji, le Wed 28 Mar 2012 07:52:05 -0500, a écrit :
> 
> On 03/28/2012 07:14 AM, alliot wrote:
> >The mpd (and mpdboot) programs are no longer in the mpich2 package, and
> >there is no dependancy (and no easy way) to know where they have gone,
> >making mpich2 unusable.
> 
> mpd is now deprecated.  The default process manager in mpich2-1.4.x is
> hydra.  mpiexec -help should give you the usage instructions.  Or you can
> find them here.
> 
> http://wiki.mcs.anl.gov/mpich2/index.php/Using_the_Hydra_Process_Manager

I'd say that it should be in the NEWS file, so that people know about
the change.

Samuel



-- 
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#666071: mpich2: In this version of mpich2, the mpd daemon (and other utilities) are missing.

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

> severity 666071 important
Bug #666071 [mpich2] mpich2: In this version of mpich2, the mpd daemon (and 
other utilities) are missing.
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666071
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#666311: marked as done (freeradius: FTBFS: libfreeradius-radius-2.1.10.so: could not read symbols: Invalid operation)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 15:36:04 +
with message-id 
and subject line Bug#666311: fixed in freeradius 2.1.10+dfsg-3.1
has caused the Debian Bug report #666311,
regarding freeradius: FTBFS: libfreeradius-radius-2.1.10.so: could not read 
symbols: Invalid operation
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.)


-- 
666311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666311
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freeradius
Version: 2.1.10+dfsg-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120330 qa-ftbfs qa-ftbfs-buildarch
Justification: FTBFS on amd64

Hi,

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

This rebuild was done by building only architecture:any binary packages
(binary-arch target of debian/rules), and using a recent dpkg that uses the
build-arch target if available.
Also, only the Build-Depends were installed, not the Build-Depends-Indep.

Relevant part:
> /usr/bin/ld: note: 'fr_perror' is defined in DSO 
> /«BUILDDIR»/freeradius-2.1.10+dfsg/src/lib/.libs/libfreeradius-radius-2.1.10.so
>  so try adding it to the linker command line
> /«BUILDDIR»/freeradius-2.1.10+dfsg/src/lib/.libs/libfreeradius-radius-2.1.10.so:
>  could not read symbols: Invalid operation
> collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/03/30/freeradius_2.1.10+dfsg-3_unstable.log

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

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


--- End Message ---
--- Begin Message ---
Source: freeradius
Source-Version: 2.1.10+dfsg-3.1

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

freeradius-common_2.1.10+dfsg-3.1_all.deb
  to main/f/freeradius/freeradius-common_2.1.10+dfsg-3.1_all.deb
freeradius-dbg_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-dbg_2.1.10+dfsg-3.1_amd64.deb
freeradius-dialupadmin_2.1.10+dfsg-3.1_all.deb
  to main/f/freeradius/freeradius-dialupadmin_2.1.10+dfsg-3.1_all.deb
freeradius-iodbc_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-iodbc_2.1.10+dfsg-3.1_amd64.deb
freeradius-krb5_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-krb5_2.1.10+dfsg-3.1_amd64.deb
freeradius-ldap_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-ldap_2.1.10+dfsg-3.1_amd64.deb
freeradius-mysql_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-mysql_2.1.10+dfsg-3.1_amd64.deb
freeradius-postgresql_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-postgresql_2.1.10+dfsg-3.1_amd64.deb
freeradius-utils_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius-utils_2.1.10+dfsg-3.1_amd64.deb
freeradius_2.1.10+dfsg-3.1.diff.gz
  to main/f/freeradius/freeradius_2.1.10+dfsg-3.1.diff.gz
freeradius_2.1.10+dfsg-3.1.dsc
  to main/f/freeradius/freeradius_2.1.10+dfsg-3.1.dsc
freeradius_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/freeradius_2.1.10+dfsg-3.1_amd64.deb
libfreeradius-dev_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/libfreeradius-dev_2.1.10+dfsg-3.1_amd64.deb
libfreeradius2_2.1.10+dfsg-3.1_amd64.deb
  to main/f/freeradius/libfreeradius2_2.1.10+dfsg-3.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 666...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated freeradius package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 May 2012 16:58:57 +0200
Source: freeradius
Binary: freeradius freeradius-common freeradius-utils libfreeradius2 
libfreeradius-dev freeradius-krb5 freeradius-ldap freeradius-postgresql 
freeradius-mysql freeradius-iodbc freeradius-dialupadmin freeradius-dbg
Architecture: source amd64 all
Version: 2.1.10+dfsg-3.1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin 
Changed-By: gregor herrmann 
Description

Bug#662234: marked as done (ufsutils .deb not included in CD image)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 15:32:55 +
with message-id 
and subject line Bug#662234: fixed in debian-cd 3.1.8
has caused the Debian Bug report #662234,
regarding ufsutils .deb not included in CD image
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.)


-- 
662234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ufsutils
Version: 8.2-3
Severity: grave

Hi,

I've installed Debian/kFreeBSD from today's netinst iso in a VM.
The ISO contains the ufsutils udeb, but not deb. Neither is it fetched from
the mirror and installed in the target (I've chosen only "standard" in
tasksel). This results in a unbootable system, as on reboot, it tries
to check the rootfs and fails to find fsck.ufs and throws me into a rescue
shell.

Regards
Evgeni

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

Kernel: kFreeBSD 8.2-1-amd64
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 ufsutils depends on:
ii  libbsd0   0.3.0-1
ii  libc0.1   2.13-26
ii  libedit2  2.11-20080614-3

ufsutils recommends no packages.

ufsutils suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.8

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

debian-cd_3.1.8.dsc
  to main/d/debian-cd/debian-cd_3.1.8.dsc
debian-cd_3.1.8.tar.gz
  to main/d/debian-cd/debian-cd_3.1.8.tar.gz
debian-cd_3.1.8_all.deb
  to main/d/debian-cd/debian-cd_3.1.8_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 662...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated debian-cd 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, 04 May 2012 16:13:42 +0100
Source: debian-cd
Binary: debian-cd
Architecture: source all
Version: 3.1.8
Distribution: unstable
Urgency: low
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description: 
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 495102 636265 648690 650926 651530 662234
Changes: 
 debian-cd (3.1.8) unstable; urgency=low
 .
   [ Steve McIntyre ]
   * Switch i386 kernel flavours again on advice from Ben:
 + Removed all mention of 686-bigmem as it's now gone
 + Added 686-pae onto CD#1 in place of 686
 + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
 + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
   * Add support for translated package description files. Closes: #495102
 + Add needed dependency on bzip2
 + Other minor cleanups in tools/make_disc_trees.pl
   * Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
 Milan Kupcevic for the patch.
   * Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
 Hutchings for the patch.
   * Remove lots of old stuff neither needed nor supported any more:
 + removed architectures: alpha arm hppa
 + removed releases: etch lenny
 + removed unversioned data/sparc and data/yaboot, versioned
   equivalents are in place already.
   * tools/generate_firmware_task: Add LOCALDEBS support
   * Add more armel kernel flavours
   * Add armhf as a known architecture, merging common armel/armhf boot
 setup scripts.
   * Remove hppa boot script, unsupported now.
   * Tweak command line options for creating source images: add -joliet-long
 .
   [ Joey Hess ]
   * Read tasksel's debian-tasks.desc from its new location.
 .
   [ Ian Campbell ]
   * Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.
 .
   [ Raphaël Hertzog ]
   * Changes triggered by various lintian warnings:
 + Switch to “3.0 (native)” source format to get rid of .svn
   directories in the source package (when built from the svn checkout
   directly)
 + Support build-arch/build-indep targets in debian/rules.
 + Drop executable rights from tools/boot/wheezy/boot-hurd
  

Bug#665676: marked as done (fotoxx: FTBFS with glib 2.32)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 14:48:19 +
with message-id 
and subject line Bug#665676: fixed in fotoxx 11.11.1-1.1
has caused the Debian Bug report #665676,
regarding fotoxx: FTBFS with glib 2.32
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.)


-- 
665676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fotoxx
Version: 11.11.1-1
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: glib-2.32-ftbfs

Hi,

glib 2.32 will be part of the upcoming GNOME 3.4 release.

Development releases of glib 2.32 are available in experimental.
During a test-rebuild fotoxx failed to build with the new glib.
You can find the full build log at [1].

Please update fotoxx at your earliest convenience, so once we move
the glib version from experimental to unstable, your package will remain
buildable.

Thanks!

Michael,
on behalf of the Debian GNOME team.

[1] http://people.debian.org/~biebl/glib-other/fotoxx_11.11.1-1.log



--- End Message ---
--- Begin Message ---
Source: fotoxx
Source-Version: 11.11.1-1.1

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

fotoxx_11.11.1-1.1.debian.tar.gz
  to main/f/fotoxx/fotoxx_11.11.1-1.1.debian.tar.gz
fotoxx_11.11.1-1.1.dsc
  to main/f/fotoxx/fotoxx_11.11.1-1.1.dsc
fotoxx_11.11.1-1.1_i386.deb
  to main/f/fotoxx/fotoxx_11.11.1-1.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 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jakub Wilk  (supplier of updated fotoxx 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: Sun, 29 Apr 2012 15:51:13 +0200
Source: fotoxx
Binary: fotoxx
Architecture: source i386
Version: 11.11.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Santiago Torres Batan 
Changed-By: Jakub Wilk 
Description: 
 fotoxx - easy-to-use digital photo editor
Closes: 665676
Changes: 
 fotoxx (11.11.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Rename mutex type to mutex_tp (closes: #665676). Thanks to Michael Biebl
 for the bug report.
Checksums-Sha1: 
 e6ae7b7c57716846c337118f1a85aa30204d76e6 1757 fotoxx_11.11.1-1.1.dsc
 124310efcf6cb9a31d04f819b850efb6026f9248 5103 fotoxx_11.11.1-1.1.debian.tar.gz
 bc132101a4dcbee64824c29966ffbb4a47147e97 1474822 fotoxx_11.11.1-1.1_i386.deb
Checksums-Sha256: 
 d66c07940450310cfe67106371fadeb792d89062618098bb0bd337440189e5e1 1757 
fotoxx_11.11.1-1.1.dsc
 1a4c602da0a20cf746570170639ef5b6fa74796b13bee4e15c9504a435237135 5103 
fotoxx_11.11.1-1.1.debian.tar.gz
 c0762d7107765b37bbcfa59f23d3295d55ed53d0b6cb4c80016ea361f8819b20 1474822 
fotoxx_11.11.1-1.1_i386.deb
Files: 
 e95b0b1ad688e9fee97c194914b859c0 1757 graphics extra fotoxx_11.11.1-1.1.dsc
 bfdc099676b372b231daf2344e1523ab 5103 graphics extra 
fotoxx_11.11.1-1.1.debian.tar.gz
 d34f044617331c2ec1dfcbc8a39a1acd 1474822 graphics extra 
fotoxx_11.11.1-1.1_i386.deb

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

iQIcBAEBCAAGBQJPnUvuAAoJEC1Os6YBVHX15kAP/iGNfFx4ppsthq8QOFpevadc
SvhVdHLAwML1nvcXXZut1LiyLTCK2FkanVXaE/1h1+EPNDzW2OdKcP4ZWiDOPxiF
4Zt6esibbGbCp1kcyMYgqaU77o1T6r/qoDMXDFouHAngoB5JKB8ahKfYT0CMCuBE
5GKnoGUrNq9g5kCeteBGf7mYBouT9g7fPC87wrqvCWtC+kWqmiVkTigH0Hxx9EHt
qHlseB+FoC2i2l5u1LeiRRybfna233vo3Gln5zmeu79VjME1RJ/yg49cFjOGNsFa
cQqbHnoxwdktg+TLRylmgoYWqR+HT96wcXS3r6GPhxx6QQY7fcGNZMaE06HEaEZI
wblzcajlAUmOelG5QguMqVtH22gdVxRtIgV3/0DaJE1wA1s0gj0gHgeEGoy7XvWZ
YpOGEiu42M4ZGEVeBMTOBchXUbHAS7991/vvpE2PR/x8S6/tpf9x3PB4tSIpOvZI
qTGQtezzNqX8QVSuQyo63ruNs9zhs6z4EVHe0VWfScvdU7bJT2jVnjl1I4idhJE8
dpbFLvWpxaWp2LGWFKzcAZPUIAvKA2WzlMCN751DnKX4Q83hWTFRpUJ67dEnaKO4
cBKA6VtoDjyBJjT0yfIMWhZ3RpStbqa1bERV++qt5w0kBnJCKXEUrynppPJ8YcNy
3tHswrzUBeS6kl8823jz
=5JKb
-END PGP SIGNATURE-


--- End Message ---


Bug#671489: italc: FTBFS: Couldn't find any Qt4 libraries

2012-05-04 Thread Christoph Egger
Package: src:italc
Version: 1:1.0.13-1.3
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

checking for lupdate-qt4... /usr/bin/lupdate-qt4
checking for lrelease-qt4... /usr/bin/lrelease-qt4
checking QT_CXXFLAGS... -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT 
-DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT
configure: error: *** Couldn't find any Qt4 libraries
make: *** [debian/stamp-autotools] Error 1

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=italc&arch=armel&ver=1%3A1.0.13-1.3&stamp=1336116172

Regards

Christoph



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



Bug#660430: textedit.app: Can't create a new document.

2012-05-04 Thread Csanyi Pal
I tried to install textedit.app from source, using commands:

'apt-get source textedit.app'
'cd textedit.app*'
'debuild'
'cd ..'

Then I install it with:
'sudo dpkg -i *.deb'

but the bug still exsist.

-- 
Regards from Pal



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



Bug#671483: icedove: crashes on startup with failed assertion

2012-05-04 Thread Tim Chadburn
Package: icedove
Version: 3.0.11-1+squeeze9
Severity: grave
Justification: renders package unusable

I've had icedove working fine for ages, up to and including the last version
(3.0.11-1+squeeze8), but the latest version (3.0.11-1+squeeze9) breaks it. When
icedove is started, the icedove window appears for about a second, and then,
while the status bar at the bottom says "Looking for folders...", Icedove
crashes with the following terminal output:

icedove-bin: gconv.c:75: __gconv: Assertion `outbuf != ((void *)0) && *outbuf
!= ((void *)0)' failed.
/usr/lib/icedove/run-mozilla.sh: line 131:  4455 Aborted
"$prog" ${1+"$@"}



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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils   3.4Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.3-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-4+squeeze1  simple interprocess messaging syst
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1+squeeze4 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG 
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.8-1+squeeze4  Network Security Service libraries
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libpng12-01.2.44-1+squeeze4  PNG library - runtime
ii  libsqlite3-0  3.7.3-1SQLite 3 shared library
ii  libstartup-notificati 0.10-1 library for program launch feedbac
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  psmisc22.11-1utilities that use the proc file s
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-gb [myspell-dictio 1:3.2.1-2  English_british dictionary for mys
ii  myspell-en-us [myspell-dictio 1:3.2.1-2  English_american dictionary for my

Versions of packages icedove suggests:
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries - k
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font

-- debconf-show failed



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



Bug#603036: marked as done (lvm2: fails to install due to incorrect dependencies in init.d LSB header)

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 14:00:57 +0100
with message-id <4fa3d309.9020...@ubuntu.com>
and subject line lvm2: fails to install due to incorrect dependencies in init.d 
LSB header
has caused the Debian Bug report #603036,
regarding lvm2: fails to install due to incorrect dependencies in init.d LSB 
header
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.)


-- 
603036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603036
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lvm2
Version: 2.02.66-4
Found: 2.02.66-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi, 

during a test with piuparts I noticed your package failed to install due to 
incorrect dependencies in the init.d LSB header. Some debian notes are 
available from at http://wiki.debian.org/LSBInitScripts

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

  Unpacking lvm2 (from .../lvm2_2.02.66-3_amd64.deb) ...
  Setting up lvm2 (2.02.66-3) ...
  invoke-rc.d: policy-rc.d denied execution of start.
  insserv: Service udev has to be enabled to start service lvm2
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing lvm2 (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   lvm2
  E: Sub-process /usr/bin/dpkg returned an error code (1)

Both the version in sid and squeeze are affected.


regards,
Holger
Start: 2010-10-31 12:58:39 UTC

Package: lvm2
Priority: optional
Section: admin
Installed-Size: 1052
Maintainer: Debian LVM Team 
Architecture: amd64
Version: 2.02.66-3
Replaces: lvm-common
Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.44), libreadline5 (>= 5.2), libudev0 (>= 0.140), lsb-base, dmsetup (>> 2:1.02.47)
Conflicts: lvm-common
Filename: pool/main/l/lvm2/lvm2_2.02.66-3_amd64.deb
Size: 447822
MD5sum: aeadf2b9988f0a76d87b8257cea5751d
SHA1: 4dd1c6622e7ca4eeab96307c10aecdab375b0b00
SHA256: a9221ffc6dbdc5b35c29faeb229577fab6707ac8e540c31ed0468f54e21e1853
Description: The Linux Logical Volume Manager
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
Homepage: http://sources.redhat.com/lvm2/
Tag: admin::filesystem, interface::commandline, role::program, scope::utility, uitoolkit::ncurses

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ lvm2
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201010311146 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ lvm2
0m0.0s INFO: Running on: Linux piatti 2.6.32.25-dsa-amd64 #1 SMP Fri Oct 29 08:43:30 UTC 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpuQZl1b
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpuQZl1b
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpuQZl1b', '-zxf', 'squeeze.tar.gz']
0m2.3s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpuQZl1b', '-zxf', 'squeeze.tar.gz']
0m2.3s DEBUG: Created policy-rc.d and chmodded it.
0m2.3s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpuQZl1b', 'apt-get', 'update']
0m4.7s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Ign http://piatti.debian.org/debian/ squeeze/contrib Translation-en
  Ign http://piatti.debian.org/debian/ squeeze/main Translation-en
  Ign ht

Bug#671482: CVE-2009-5024

2012-05-04 Thread Moritz Muehlenhoff
Package: viewvc
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-5024 for 
details.

Fixed in 1.1.11

Cheers,
Moritz



-- 
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#671064: nmap: FTBFS[kfreebsd]: error: 'CLOCK_MONOTONIC' undeclared

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

> tags 671064 + patch
Bug #671064 [src:nmap] nmap: FTBFS[kfreebsd]: error: 'CLOCK_MONOTONIC' 
undeclared 
Added tag(s) patch.
> thanks
Stopping processing here.

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


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



Processed: Re: Bug#669307: pcp: FTBFS[kfreebsd]: error: dereferencing pointer to incomplete type

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

> close 669307 3.6.3
Bug #669307 [src:pcp] pcp: FTBFS[kfreebsd]: error: dereferencing pointer to 
incomplete type
Marked as fixed in versions pcp/3.6.3.
Bug #669307 [src:pcp] pcp: FTBFS[kfreebsd]: error: dereferencing pointer to 
incomplete type
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
669307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669307
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#669307: pcp: FTBFS[kfreebsd]: error: dereferencing pointer to incomplete type

2012-05-04 Thread Steven Chamberlain
close 669307 3.6.3
thanks

Closing this as it was fixed and now built, thanks :)

>  pcp (3.6.3) unstable; urgency=low
>  .
>* New release (full details in CHANGELOG).
>* Further kFreeBSD fixes, final remaining issue in glibc headers.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#631968: gnome-terminal: [!linux] immediate exit (status 1) on startup

2012-05-04 Thread Steven Chamberlain
retitle 631968 [!linux] immediate exit (status 1) on startup
found 631968 gnome-terminal/3.4.1.1-1
thanks

Hi,

Just checked that this is still happening with the new version that
migrated to testing, and with recent eglibc fixes etc.

$ xvfb-run gnome-terminal
Lost the name org.gnome.Terminal.Display_99 on the session bus

I'd changed that debug_print to an unconditional g_printerr, otherwise
no output is shown at all.  As the error is fatal it's useful to see this.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#666269: update

2012-05-04 Thread Thorsten Glaser
On Fri, 4 May 2012, Snowolf wrote:

> have you tried asking about it on #mediawiki on freenode?

Thanks, that helped. Tim Starling told me which patches
to apply/backport, will do so.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Elmar Geese



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



Processed (with 1 errors): Re: plee-the-bear: ftbfs with GCC-4.7

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

> tags 667334 + pending
Bug #667334 {Done: gregor herrmann } [pwlib] pwlib: ftbfs 
with GCC-4.7
Added tag(s) pending.
> builds, but needs a libclaw update (filed in bug #671475).
Unknown command or malformed arguments to command.

>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
667334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667334
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#671475: libclaw headers ftbfs with gcc-4.7

2012-05-04 Thread Matthias Klose
Package: libclaw
Version: 1.7.0-2
Severity: serious
Tags: sid wheezy patch
Blocks: 667324
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7

libclaw headers ftbfs with gcc-4.7, as seen in 667324.
diff -u libclaw-1.7.0/debian/changelog libclaw-1.7.0/debian/changelog
--- libclaw-1.7.0/debian/changelog
+++ libclaw-1.7.0/debian/changelog
@@ -1,3 +1,10 @@
+libclaw (1.7.0-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4,7.
+
+ -- Matthias Klose   Fri, 04 May 2012 13:11:26 +0200
+
 libclaw (1.7.0-2) unstable; urgency=low
 
   * Upload in unstable
diff -u libclaw-1.7.0/debian/patches/series libclaw-1.7.0/debian/patches/series
--- libclaw-1.7.0/debian/patches/series
+++ libclaw-1.7.0/debian/patches/series
@@ -2,0 +3 @@
+ftbfs-gcc-4.7.diff
only in patch2:
unchanged:
--- libclaw-1.7.0.orig/debian/patches/ftbfs-gcc-4.7.diff
+++ libclaw-1.7.0/debian/patches/ftbfs-gcc-4.7.diff
@@ -0,0 +1,56 @@
+Index: libclaw-1.7.0/claw/impl/socket_stream.tpp
+===
+--- libclaw-1.7.0.orig/claw/impl/socket_stream.tpp 2012-05-04 
11:19:54.732395906 +
 libclaw-1.7.0/claw/impl/socket_stream.tpp  2012-05-04 11:20:47.852397882 
+
+@@ -39,7 +39,7 @@
+ ( int read_delay )
+   : m_buffer(read_delay)
+ {
+-  init(&m_buffer);
++  this->init(&m_buffer);
+ } // basic_socket_stream::basic_socket_stream()
+ 
+ 
/**/
+@@ -55,7 +55,7 @@
+ ( const char* address, int port, int read_delay )
+   : m_buffer(read_delay)
+ {
+-  init(&m_buffer);
++  this->init(&m_buffer);
+   open(address, port);
+ } // basic_socket_stream::basic_socket_stream()
+ 
+--- libclaw-1.7.0.orig/claw/impl/basic_socketbuf.tpp
 libclaw-1.7.0/claw/impl/basic_socketbuf.tpp
+@@ -178,7 +178,7 @@
+  length, 0 );
+ 
+   if ( write_count >= 0 )
+-setp( m_output_buffer, m_output_buffer + m_output_buffer_size );
++this->setp( m_output_buffer, m_output_buffer + m_output_buffer_size );
+   else
+ result = -1;
+ 
+@@ -214,11 +214,11 @@
+ 
+   if ( read_count > 0 )
+ {
+-  setg( m_input_buffer, m_input_buffer, m_input_buffer + read_count);
++  this->setg( m_input_buffer, m_input_buffer, m_input_buffer + 
read_count);
+   result = this->sgetc();
+ }
+   else
+-setg( m_input_buffer, m_input_buffer + m_input_buffer_size,
++this->setg( m_input_buffer, m_input_buffer + m_input_buffer_size,
+   m_input_buffer + m_input_buffer_size );
+ 
+   return result;
+@@ -243,7 +243,7 @@
+   result = traits_type::not_eof(c);
+ 
+   if ( !traits_type::eq_int_type(c, traits_type::eof()) )
+-sputc(c);
++this->sputc(c);
+ }
+ 
+   return result;


Processed: found 668193 in 1:3.5.2-2, notfound 668193 in 1:3.4.6-2

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

> found 668193 1:3.5.2-2
Bug #668193 {Done: Rene Engelhard } [libreoffice-common] 
libreoffice-common: Postinst fails saying it cannot determine language
Marked as found in versions libreoffice/1:3.5.2-2.
> notfound 668193 1:3.4.6-2
Bug #668193 {Done: Rene Engelhard } [libreoffice-common] 
libreoffice-common: Postinst fails saying it cannot determine language
No longer marked as found in versions libreoffice/1:3.4.6-2.
> thanks
Stopping processing here.

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


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



Processed: Re: Bug#669150: RM: liboce-*1 -- RoM

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

> clone 669150 -1
Bug #669150 [ftp.debian.org] RM: liboce-*1 -- RoM
Bug 669150 cloned as bug 671469
> reassign -1 src:elmer
Bug #671469 [ftp.debian.org] RM: liboce-*1 -- RoM
Bug reassigned from package 'ftp.debian.org' to 'src:elmer'.
Warning: Unknown package 'src:elmer'
Warning: Unknown package 'src:elmer'
Ignoring request to alter found versions of bug #671469 to the same values 
previously set
Warning: Unknown package 'src:elmer'
Warning: Unknown package 'src:elmer'
Ignoring request to alter fixed versions of bug #671469 to the same values 
previously set
Warning: Unknown package 'src:elmer'
> retitle -1 "FTBFS on arm*"
Bug #671469 [src:elmer] RM: liboce-*1 -- RoM
Warning: Unknown package 'src:elmer'
Changed Bug title to '"FTBFS on arm*"' from 'RM: liboce-*1 -- RoM'
Warning: Unknown package 'src:elmer'
> found -1 6.1.0.svn.5396.dfsg-5.1
Bug #671469 [src:elmer] "FTBFS on arm*"
Warning: Unknown package 'src:elmer'
The source elmer and version  do not appear to match any binary packages
Marked as found in versions elmer/6.1.0.svn.5396.dfsg-5.1.
Warning: Unknown package 'src:elmer'
> severity -1 serious
Bug #671469 [src:elmer] "FTBFS on arm*"
Warning: Unknown package 'src:elmer'
Severity set to 'serious' from 'normal'
Warning: Unknown package 'src:elmer'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
669150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669150
671469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671469
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#663490: marked as done (python-libtiff: Permission denied: '/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py')

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 May 2012 10:19:31 +
with message-id 
and subject line Bug#663490: fixed in pylibtiff 0.3.0~svn78-3
has caused the Debian Bug report #663490,
regarding python-libtiff: Permission denied: 
'/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
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.)


-- 
663490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-libtiff
Severity: important


python-libtiff is currently unusable, it fails with:

>>> import libtiff
Generating '/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/libtiff/__init__.py", line 20, in 

from .libtiff_ctypes import libtiff, TIFF
  File "/usr/lib/python2.7/dist-packages/libtiff/libtiff_ctypes.py", line 87, 
in 
f = open(fn, 'w')
IOError: [Errno 13] Permission denied: 
'/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
>>> 


-AA-A System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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


--- End Message ---
--- Begin Message ---
Source: pylibtiff
Source-Version: 0.3.0~svn78-3

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

pylibtiff_0.3.0~svn78-3.debian.tar.gz
  to main/p/pylibtiff/pylibtiff_0.3.0~svn78-3.debian.tar.gz
pylibtiff_0.3.0~svn78-3.dsc
  to main/p/pylibtiff/pylibtiff_0.3.0~svn78-3.dsc
python-libtiff_0.3.0~svn78-3_amd64.deb
  to main/p/pylibtiff/python-libtiff_0.3.0~svn78-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 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre  (supplier of updated pylibtiff 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, 04 May 2012 11:46:51 +0200
Source: pylibtiff
Binary: python-libtiff
Architecture: source amd64
Version: 0.3.0~svn78-3
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Mathieu Malaterre 
Description: 
 python-libtiff - wrapper to the libtiff library to Python using ctypes
Closes: 663490
Changes: 
 pylibtiff (0.3.0~svn78-3) unstable; urgency=low
 .
   * Add support for tiff4. Closes: #663490
   * Bump Std-Vers to 3.9.3, no changes needed
   * Use my @d.o alias, remove DMUA flag for now
   * Add explicit call to dh_numpy to remove an lintian error
Checksums-Sha1: 
 b030097f297d3ea79b85becf162c8283df66406d 2073 pylibtiff_0.3.0~svn78-3.dsc
 90539d4309aa615016328729b93d06a5dc11b3c5 8089 
pylibtiff_0.3.0~svn78-3.debian.tar.gz
 0ed0945fa53462d8b2d5bb88e5e3886625f15340 80020 
python-libtiff_0.3.0~svn78-3_amd64.deb
Checksums-Sha256: 
 478cc53e4c0afc72c7ca6a0058a769c8f8f2bdfa8ea9b1c7b4ff11feaebce3e4 2073 
pylibtiff_0.3.0~svn78-3.dsc
 c5c1a5ca9cfff1dcbee49bceb13f3fde9de214a3c14680496a6f8f1e20cd04b9 8089 
pylibtiff_0.3.0~svn78-3.debian.tar.gz
 9c0449e86b088a15fa7c884600b8e11fd1130d999750e853b34f2741efd70a52 80020 
python-libtiff_0.3.0~svn78-3_amd64.deb
Files: 
 e58aae9e6a37dd7d16b6c1ecfa87add3 2073 python optional 
pylibtiff_0.3.0~svn78-3.dsc
 d6e3b579367e8de977499c13d74aaa0c 8089 python optional 
pylibtiff_0.3.0~svn78-3.debian.tar.gz
 1fc36b5c9906fef6604625d4adeb9a10 80020 python optional 
python-libtiff_0.3.0~svn78-3_amd64.deb

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

iQIcBAEBAgAGBQJPo6oXAAoJEAFx4YKK4JNFipEQAJ7B5NjjpNQkJkUUX44Rei1U
KwTWKYcyO7vSn9FrP9dnk91xWcP/lMFVXFvFv97CiT39T2Br2VajSsvY/Kc+MSUS
anDtwGc09WQZb4MOY/pSUgKxYIm916zwYFTNh5+pqOoFGJfXMkkMU7D4cCMIZ1gK
7uASPvcR4vmtc9bNv7wBuYewjPFjneqqwxSwsHp0XiGW34CW+iE8iQl1aA7zNHKZ
BFNYIENe5Q49dRsfBMO7icyZP7tATRRdbrz4jJ84MyzkdywcA/3LZb6l72YRFNfh
q77c7peh2JYMt5AklxS8wTxu27W1F8bYBXGsWUk+XKFalCYwVlUb4DKAnCXq/Nm8
loKkjnZH0ZKH3fzQqf4GVrH9PDFLOorbmc8Zx3IooUqk7gI3PEtoU2qeBDrh8t/m
Ph2+Gwh7JlokfWL/29c4f+7+btAf691K+yZyp5mYP1Ao1QU/MAjZjXq7

Processed: correct severity

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

> severity 670419 critical
Bug #670419 {Done: Arthur de Jong } [nslcd] nslcd: LDAP 
users can't login after upgrade 0.8.6-> 0.8.7
Severity set to 'critical' from 'normal'
> thanks
Stopping processing here.

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

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

> tags 650570 pending
Bug #650570 [src:vxl] vxl: FTBFS: 
/tmp/buildd/vxl-1.14.0/core/vil/file_formats/vil_png.cxx:192:35: error: invalid 
use of incomplete type 'png_info {aka struct png_info_def}'
Added tag(s) pending.
> tags 665026 pending
Bug #665026 [src:vxl] vxl: FTBFS: unsatisfiable build-dependency: libtiff-dev
Added tag(s) pending.
> thanks
Stopping processing here.

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

2012-05-04 Thread Snowolf


  
  
Hi,

that means it's tagged as a security bug, have you tried asking
about it on #mediawiki on freenode?

from the mailing lists, I see

George
Argyros and Aggelos Kiayias reported that the method used to
generate 
password reset tokens is not sufficiently secure. Instead we use
various 
more 
secure random number generators, depending on what is available
on the 
platform. Windows users are strongly advised to install either
the openssl 
extension or the mcrypt extension for PHP so that MediaWiki can
take 
advantage 
of the cryptographic random number facility provided by Windows.


Any extension developers using mt_rand() to generate random
numbers in 
contexts 
where security is required are encouraged to instead make use of
the 
MWCryptRand class introduced with this release. 

For more details, see https://bugzilla.wikimedia.org/show_bug.cgi?id=35078

  and

http://www.mail-archive.com/wikibugs-l@lists.wikimedia.org/msg126907.html

  
Regards,
Snowolf

On 2012-05-04 1152, Thorsten Glaser wrote:

  Hi,

just looked at this again, and I *still* do not have the
permissions to access the bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=35078
which is kinda hindering…

bye,
//mirabilos


  




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



Bug#666269: update

2012-05-04 Thread Thorsten Glaser
Hi,

just looked at this again, and I *still* do not have the
permissions to access the bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=35078
which is kinda hindering…

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Elmar Geese



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



Bug#652778: marked as done (kamoso: FTBFS: has_binary_operator.hp:50: Parse error at "BOOST_JOIN")

2012-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 4 May 2012 11:29:45 +0200
with message-id <20120504092945.gc4...@xanadu.blop.info>
and subject line Re: Bug#652778: kamoso: FTBFS: has_binary_operator.hp:50: 
Parse error at "BOOST_JOIN"
has caused the Debian Bug report #652778,
regarding kamoso: FTBFS: has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
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.)


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

Hi,

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

Relevant part:
> make[3]: Entering directory 
> `/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu'
> /usr/bin/cmake -E cmake_progress_report 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/CMakeFiles 32
> /usr/bin/cmake -E cmake_progress_report 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/CMakeFiles 33
> /usr/bin/cmake -E cmake_progress_report 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/CMakeFiles 34
> /usr/bin/cmake -E cmake_progress_report 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/CMakeFiles 35
> /usr/bin/cmake -E cmake_progress_report 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/CMakeFiles 36
> [ 45%] [ 46%] [ 48%] [ 50%] [ 51%] Building CXX object 
> src/plugins/youtube/CMakeFiles/kipiplugin_youtube.dir/kipiplugin_youtube_automoc.o
> Building CXX object 
> src/plugins/youtube/CMakeFiles/kipiplugin_youtube.dir/youtubemanager.o
> cd /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/plugins/youtube 
> && /usr/bin/c++   -DMAKE_KIPIPLUGIN_YOUTUBE_LIB -D_BSD_SOURCE 
> -DGST_DISABLE_DEPRECATED -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
> -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
> -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
> -Werror=return-type -Woverloaded-virtual -fno-threadsafe-statics 
> -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG -fPIC 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/plugins/youtube 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/src/plugins/youtube 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/src 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src 
> -I/usr/include/KDE -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 
> -I/usr/include/QtGStreamer -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10
> -fexceptions -o 
> CMakeFiles/kipiplugin_youtube.dir/kipiplugin_youtube_automoc.o -c 
> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/plugins/youtube/kipiplugin_youtube_automoc.cpp
> cd /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/plugins/youtube 
> && /usr/bin/c++   -DMAKE_KIPIPLUGIN_YOUTUBE_LIB -D_BSD_SOURCE 
> -DGST_DISABLE_DEPRECATED -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
> -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
> -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
> -Werror=return-type -Woverloaded-virtual -fno-threadsafe-statics 
> -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG -fPIC 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/plugins/youtube 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/src/plugins/youtube 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/src 
> -I/build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src 
> -I/usr/include/KDE -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
> -I/usr

Bug#666379: gnome-mastermind: FTBFS dbhierx.mod parser errors

2012-05-04 Thread Lucas Nussbaum
On 01/05/12 at 06:14 +, Bart Martens wrote:
> Hi Lucas,
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666379
> 
> The package has no Build-Depends on docbook-xml, and you wrote that internet
> was not accessible from the build systems.  So where did the file dbhierx.mod
> come from ?

The email footer is currently inacurate (I moved to using Amazon EC2
for those rebuilds, but did not update the mail template yet).

Internet is accessible from the nodes.

Lucas



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



Processed: Re:

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

> tags 663490 - patch
Bug #663490 [python-libtiff] python-libtiff: Permission denied: 
'/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
Removed tag(s) patch.
> thanks
Stopping processing here.

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

2012-05-04 Thread Mathieu Malaterre
tags 663490 - patch
thanks

Here is what I get using your patch:


Generating 
'/home/mathieu/debian/debian-med/trunk/packages/pylibtiff/trunk/pylibtiff-0.3.0~svn78/libtiff/tiff_h_4_0_1.py'
/usr/bin/python: No module named tif_lzw; 'libtiff' is a package and
cannot be directly executed
dpkg: error processing python-libtiff (--install):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 python-libtiff



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



Processed: block reports by mingw zlib build

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

> block 639408 by 671437
Bug #639408 [python3.2-dev] python2.X/3.X-dev ships windows binaries which are 
not built at build time
639408 was not blocked by any bugs.
639408 was not blocking any bugs.
Added blocking bug(s) of 639408: 671437
> block 639407 by 671437
Bug #639407 [python2.7-dev] python2.X/3.X-dev ships windows binaries which are 
not built at build time
639407 was not blocked by any bugs.
639407 was not blocking any bugs.
Added blocking bug(s) of 639407: 671437
> thanks
Stopping processing here.

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

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

> tags 663490 patch
Bug #663490 [python-libtiff] python-libtiff: Permission denied: 
'/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
Added tag(s) patch.
> thanks
Stopping processing here.

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

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

> forwarded 671409 https://svn.boost.org/trac/boost/ticket/6790
Bug #671409 [boost1.49] boost headers fail to build with GCC 4.7
Set Bug forwarded-to-address to 'https://svn.boost.org/trac/boost/ticket/6790'.
> --
Stopping processing here.

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

2012-05-04 Thread Игорь Пашев
2012/5/4 Игорь Пашев 

> x11-utils


xfonts-utils


Bug#671302: Circular Build Dependencies

2012-05-04 Thread Игорь Пашев
When I meet circular build deps:

1. Just get sources and try to build, satisfying what possible.
Some deps required for docs or tests and may be ignored for the first time.

2. If a build dep is really required to build (I remember x11-utils), I
install it separately
from sources into /usr/local

3. And finally, if nothing helps, I make a dummy package :-) I remember
gtk3 <-> gsettings-backend


Processed: severity of 671105 is serious

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

> severity 671105 serious
Bug #671105 [debian-archive-keyring] debian-archive-keyring: Please add wheezy 
ftpmaster key
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671105
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#671064: nmap: FTBFS[kfreebsd]: error: 'CLOCK_MONOTONIC' undeclared

2012-05-04 Thread Fyodor
On Tue, May 01, 2012 at 08:09:57PM +0100, Steven Chamberlain wrote:
> 
> While here, I also saw what looked like Microsoft .exe redistributables
> in the source tarball / Git repository?

We currently include those in our upstream Nmap tarballs (they are
needed on Windows and MS gives permission to redistribute them).  But
of course there is no need for Debian to include them.  And, in fact,
we may cease including them in the Nmap source tarball too.  They are
mostly just needed for our Windows binary packages.

Cheers,
-F



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



Bug#671302: Circular Build Dependencies

2012-05-04 Thread Goswin von Brederlow
Andres Mejia  writes:

> On May 3, 2012 10:20 AM, "Andres Mejia"  wrote:
>>
>> On May 3, 2012 9:30 AM, "Pino Toscano"  wrote:
>> >
>> > Alle giovedì 3 maggio 2012, Andres Mejia ha scritto:
>> > > On Thu, May 3, 2012 at 3:44 AM, Pino Toscano  wrote:
>> > > > Package: libav
>> > > > Version: 6:0.8.1-7
>> > > > Severity: important
>> > > >
>> > > > Hi,
>> > > >
>> > > > libav 6:0.8.1-7 reenables the use of opencv... which itself uses
>> > > > libav libraries. This currently makes libav unbuildable on mipsel
>> > > > and hurd-i386, and generically makes libav no more bootstrap'able
>> > > > without having itself compiled already.
>> > > > Could you please drop the opencv usage again, please?
>> > > >
>> > > What could be done instead is a binary only upload with opencv
>> > > support disabled (i.e. use dpkg-buildpackage -B). Doing it on our
>> > > end will not require changing the version. Once this package is
>> > > uploaded, the release team can then be asked to do a binNMU for
>> > > these archs, which will bring back opencv support since the archive
>> > > will contain the regular *.debian.tar.gz changes that included
>> > > opencv.
>> > >
>> > > I believe this is better than doing a full build on all archs without
>> > > opencv, then doing another build with opencv.
>> >
>> > This mess (which is only a mess, not a clean solution) does not solve at
>> > all the fact that you cannot do a clean build of libav without having
>> > libav compiled already (for opencv).
>> > I don't see this as a viable solution, especially if in the future the
>> > epoch is raised bringing again conflicts between the old libav libraries
>> > and the new one.
>> >
>> > --
>> > Pino Toscano
>>
>> I'm not entirely certain how build circular dependency issues like this are
> resolved. Perhaps we should ask for help from the toolchain package 
> maintainers
> or debian-devel.
>>
>> ~ Andres
>
> Hello all,
> I would like to know if there is a good (perhaps best) approach in resolving
> issues with packages with circular build dependencies.
>
> Libav has various circular build dependencies including.
>
> libav -> opencv -> libav
> libav -> x264 -> libav
> libav -> x264 -> gpac -> libav
>
> I found some mention of this issue at [1]. This however doesn't offer any 
> clear
> solution.
>
> 1. http://wiki.debian.org/DebianBootstrap
>
> ~ Andres

gcc depends on gcc. *gasp*

I think at some point you simply have to live with such circular
Build-Depends. [1] offers a solution, or the begining of one, using
stages (see Mechanism). What is unclear about the idea?

MfG
Goswin






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



Bug#630667: yapra: Installs files under / and /yapra directly

2012-05-04 Thread Taku YASUI
Thank you for your detailed information.

I submit a bug to release.debian.org as follows:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671449

I'm waiting for uploading approval.

-- 
Taku YASUI 



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