Bug#674937: check-mk-multisite: .postinst broken

2012-05-31 Thread Andreas Beckmann
Package: check-mk-multisite
Followup-For: Bug #674937

Hi,

  chown: cannot access `/etc/check_mk/conf.d': No such file or directory

thats a duplicate of http://bugs.debian.org/649316
and can be fixed by updating the backport of check-mk-multisite to the
latest version from testing.

Andreas



-- 
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): Reassign Bug#666959 to src:pfstools

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

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

 reassign 666959 src:pfstools 1.8.1-2
Bug #666959 [pfstools] pfstools: Adjust for the new octave package version 3.6.1
Bug reassigned from package 'pfstools' to 'src:pfstools'.
package: src:pfstools' does not match at least one of pfstools
Failed to clear fixed versions and reopen on 666959: limit failed for bugs: 
666959.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666959
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#670422: libstarpu-dev: uninstallable in sid: too strict gcc dependency

2012-05-31 Thread Andreas Beckmann
Package: libstarpu-dev
Version: 1.0.1-1
Followup-For: Bug #670422

Hi,

libstarpu-dev is still uninstallable

Package: libstarpu-dev
Version: 1.0.1-1
Depends: ..., gcc-4.6 (= 4.6.3), ...

That gcc version does not exist ...

I attach a small patch that changes the depedencies to
* Depends: gcc-4.6 (= TheDebianVersionWeBuiltAgainst)
* Depends: gcc-4.6 ( TheNextUpstreamPointRelease)

Currently that produces
  gcc-4.6 (= 4.6.3-7), gcc-4.6 ( 4.6.3.0)
The next point release will be 4.6.4, but that's much harder to compute
than 4.6.3.0 which serves the same purpose.

Using TheDebianVersionWeBuiltAgainst also allows to do a binNMU in case
a new Debian revision breaks plugin compatibility.


Andreas
diff -Nru starpu-1.0.1/debian/changelog starpu-1.0.1/debian/changelog
--- starpu-1.0.1/debian/changelog	2012-05-25 16:44:12.0 +0200
+++ starpu-1.0.1/debian/changelog	2012-05-31 07:36:46.0 +0200
@@ -1,3 +1,10 @@
+starpu (1.0.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * fix gcc versioning 
+
+ -- Andreas Beckmann deb...@abeckmann.de  Thu, 31 May 2012 07:36:35 +0200
+
 starpu (1.0.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru starpu-1.0.1/debian/rules starpu-1.0.1/debian/rules
--- starpu-1.0.1/debian/rules	2012-05-25 15:38:04.0 +0200
+++ starpu-1.0.1/debian/rules	2012-05-31 07:57:46.0 +0200
@@ -38,10 +38,13 @@
 	rm -f starpu-top/StarPU-Top
 	rm -fr .nv
 
+GCC46_DEBIAN_VERSION	:= $(shell dpkg-query -f '$${Version}' -W gcc-4.6)
+GCC46_UPSTREAM_VERSION	 = $(firstword $(subst -, ,$(GCC46_DEBIAN_VERSION)))
+
 ifeq ($(source),starpu)
 # This is required by the gcc plugin infrastructure
 override_dh_gencontrol:
-	dh_gencontrol -- -VgccDeps='gcc-4.6 (= $(shell dpkg-query -f '$${Version}' -W gcc-4.6 | sed -e 's/\(.*\)-[^-]*/\1/'))'
+	dh_gencontrol -- -VgccDeps='gcc-4.6 (= $(GCC46_DEBIAN_VERSION)), gcc-4.6 ( $(GCC46_UPSTREAM_VERSION).0)'
 endif
 
 # Switch to main rules


Bug#674937: [Pkg-nagios-devel] Bug#674937: check-mk-multisite: .postinst broken

2012-05-31 Thread Alexander Wirt
On Thu, 31 May 2012, Andreas Beckmann wrote:

 Package: check-mk-multisite
 Followup-For: Bug #674937
 
 Hi,
 
   chown: cannot access `/etc/check_mk/conf.d': No such file or directory
 
 thats a duplicate of http://bugs.debian.org/649316
 and can be fixed by updating the backport of check-mk-multisite to the
 latest version from testing.
I'll upload an updated version of the backport today.

Alex




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



Bug#675301: license of palp 1.1

2012-05-31 Thread Bart Martens
On Thu, May 31, 2012 at 07:48:14AM +0200, Julien Puydt wrote:
 The problem has been settled for 2.1 since a few days.  See my package page
 on mentors!

I already wrote on the bug report that the problem does not apply to version
2.1-1 at mentors. Uploaded: 2012-05-30 13:20.  So I don't know why you write
the above.

To prevent confusion about this : the question for Harald about palp 1.1 is
still open.

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



Processed: fixed 674937 in 1.1.12p7-1

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

 fixed 674937 1.1.12p7-1
Bug #674937 [check-mk-multisite] check-mk-multisite: .postinst broken
Marked as fixed in versions check-mk/1.1.12p7-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674937
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#675304: upgrade from 5.1.61-3 to 5.5.23+dfsg-2 broke amarok

2012-05-31 Thread Erwan David
Package: mysql-common
Version: 5.5.23+dfsg-2
Severity: critical

Since upgrading to 5.5.23+dfsg-2, I get following amarok error

The amarok database reported the following errors:
GREPME MySQLe query failed! (2000)  on init
In most cases you will need to resolve these errors before Amarok will run 
properly.

Then each song is said to be a duplicate, then I do not get any music in amarok 
DB.

amarok is
ii  amarok  2.5.0-1 
easy to use media player based on the KDE Platform

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (700, 
'proposed-updates'), (600, 'stable'), (400, 'unstable')
Architecture: i386 (i686)

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

-- no debconf information



This message is confidential and intended only for the addressee. If you have 
received this message in error, please immediately notify the 
postmas...@nds.com and delete it from your system as well as any copies. The 
content of e-mails as well as traffic data may be monitored by NDS for 
employment and security purposes.
To protect the environment please do not print this e-mail unless necessary.

An NDS Group Limited company. www.nds.com



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



Bug#675306: libdbus-c++-dev: fails to upgrade from 'squeeze' - trying to overwrite /usr/bin/dbusxx-xml2cpp

2012-05-31 Thread Andreas Beckmann
Package: libdbus-c++-dev
Version: 0.9.0-5
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
because it tries to overwrite files that are owned by other packages
without declaring a Breaks/Replaces relation.

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

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

  Selecting previously unselected package libdbus-c++-bin.
  Unpacking libdbus-c++-bin (from .../libdbus-c++-bin_0.9.0-5_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/libdbus-c++-bin_0.9.0-5_amd64.deb (--unpack):
   trying to overwrite '/usr/bin/dbusxx-xml2cpp', which is also in package 
libdbus-c++-dev 0~20090907-1


cheers,

Andreas


libdbus-c++-dev_0.9.0-5.log.gz
Description: GNU Zip compressed data


Processed: Reassign Bug#666959 to src:pfstools

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

 reassign 666959 src:pfstools 1.8.1-2
Bug #666959 [src:pfstools] pfstools: Adjust for the new octave package version 
3.6.1
Ignoring request to reassign bug #666959 to the same package
Bug #666959 [src:pfstools] pfstools: Adjust for the new octave package version 
3.6.1
Ignoring request to alter found versions of bug #666959 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666959
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#675309: nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open /usr/share/sgml/mutter-common/catalog

2012-05-31 Thread Robert Luberda
Package: mutter-common
Version: 3.4.1-3
Severity: serious
Justification: breaks unrelated software

Hi,

po4a or any other program that calls nsgmls fails with:
 nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open 
/usr/share/sgml/mutter-common/catalog (No such file or directory)

I can see in the changelog for 3.4.1-2 that removal of
mutter-common.catalog file was intentional but
/etc/sgml/mutter-common.cat still referes to it.

Regards,
robert



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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutter-common depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1

mutter-common recommends no packages.

mutter-common suggests no packages.

-- no debconf information



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



Processed: Re: Bug#647296: ruby1.9.1: FTBFS on amd64: Testsuite hangs

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

 unarchive 647296
Bug #647296 {Done: Lucas Nussbaum lu...@lucas-nussbaum.net} [src:ruby1.9.1] 
ruby1.9.1: FTBFS on amd64: Testsuite hangs
Unarchived Bug 647296
 reopen 647296
Bug #647296 {Done: Lucas Nussbaum lu...@lucas-nussbaum.net} [src:ruby1.9.1] 
ruby1.9.1: FTBFS on amd64: Testsuite hangs
Bug reopened
Ignoring request to alter fixed versions of bug #647296 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647296
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#675312: untested PHP 5.4 compatibility patches applied, prevent migration to testing

2012-05-31 Thread Ondřej Surý
Package: src:php-suhosin
Version: 0.9.33-3
Severity: grave

Filling a blocker bug, see the discussion in http://bugs.debian.org/662637

This should not go into wheezy under any circumstances, unless there is an 
upstream
version with support for PHP 5.4.

Also see: https://github.com/stefanesser/suhosin/issues/14

 Just as a reminder that PHP 5.4.x is not yet supported.
 
 Current tree compiles against it, without disabling features.
 
 However some problems with the dropped variable statistics and the session 
 module.

Also https://github.com/stefanesser/suhosin/issues/5 might be of some interest:

 Inital support means that it now compiles against PHP 5.4 in a correct way. 
 However PHP 5.4 has a myriad of code changes and therefore stuff might still 
 be broken.
 
 It is already known that there is a problem with sessions and gallery.

(read the whole thread)

O.

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

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



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



Bug#283173: marked as done (w3-dtd-mathml: .ent files not taken into account in the catalog system)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 07:48:28 +
with message-id e1sa07q-0007ts...@franck.debian.org
and subject line Bug#283173: fixed in w3-dtd-mathml 2.0.0.0-5
has caused the Debian Bug report #283173,
regarding w3-dtd-mathml: .ent files not taken into account in the catalog system
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.)


-- 
283173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: w3-dtd-mathml
Version: 2.0.0.0-1
Severity: normal

Consider the following files:

test.xsl

?xml version=1.0?
!DOCTYPE stylesheet [
!ENTITY % ent-isonum
  PUBLIC -//W3C//ENTITIES Numeric and Special Graphic for MathML 2.0//EN
 http://www.w3.org/TR/MathML2/dtd/isonum.ent;
%ent-isonum;
]
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
/xsl:stylesheet


test.xml

?xml version=1.0?
root/


Then I have the following error:

ay:~ xsltproc --nonet test.xsl test.xml
I/O error : Attempt to load network entity 
http://www.w3.org/TR/MathML2/dtd/isonum.ent
test.xsl:6: warning: failed to load external entity 
http://www.w3.org/TR/MathML2/dtd/isonum.ent;
%ent-isonum;
^
Entity: line 1: 
 %ent-isonum; 
 ^

As a workaround, I can have my own catalog file with:

  rewriteSystem systemIdStartString=http://www.w3.org/TR/MathML2/dtd/;
 rewritePrefix=/usr/share/xml/schema/w3c/mathml/dtd//

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1

Versions of packages w3-dtd-mathml depends on:
ii  sgml-base 1.26   SGML infrastructure and SGML catal
ii  xml-core  0.09   XML infrastructure and XML catalog

-- no debconf information

---End Message---
---BeginMessage---
Source: w3-dtd-mathml
Source-Version: 2.0.0.0-5

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

w3-dtd-mathml_2.0.0.0-5.debian.tar.gz
  to main/w/w3-dtd-mathml/w3-dtd-mathml_2.0.0.0-5.debian.tar.gz
w3-dtd-mathml_2.0.0.0-5.dsc
  to main/w/w3-dtd-mathml/w3-dtd-mathml_2.0.0.0-5.dsc
w3-dtd-mathml_2.0.0.0-5_all.deb
  to main/w/w3-dtd-mathml/w3-dtd-mathml_2.0.0.0-5_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 283...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre ma...@debian.org (supplier of updated w3-dtd-mathml 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, 31 May 2012 09:22:06 +0200
Source: w3-dtd-mathml
Binary: w3-dtd-mathml
Architecture: source all
Version: 2.0.0.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group debian-xml-sgml-p...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 w3-dtd-mathml - Mathematical Markup Language V2.0 DTD
Closes: 283173
Changes: 
 w3-dtd-mathml (2.0.0.0-5) unstable; urgency=low
 .
   * .ent files not taken into account in the catalog system. Closes: #283173
Checksums-Sha1: 
 5d90a20625590e331a71c314c45494bcb0c0ff26 1864 w3-dtd-mathml_2.0.0.0-5.dsc
 eed7e25080539a565403f489b089065fc0dbdd12 2870 
w3-dtd-mathml_2.0.0.0-5.debian.tar.gz
 078d18848f03c5553041f761f52c368e1ae29ec8 107332 w3-dtd-mathml_2.0.0.0-5_all.deb
Checksums-Sha256: 
 d30216189aae4dc0bdc1b856694e8eec43a3f36e667a47d5b8967ac3645819c3 1864 
w3-dtd-mathml_2.0.0.0-5.dsc
 5f7dbf774c42a8d48ba840458ad15dde3c83e4c485bf9e5f8caa4e73010a347f 2870 
w3-dtd-mathml_2.0.0.0-5.debian.tar.gz
 1f886eb4e043a63042c72b69c0f5be26e277f4b497f43006bab24f0e8d491aae 107332 
w3-dtd-mathml_2.0.0.0-5_all.deb
Files: 
 12acc800f57be4d61f2836a22e837058 1864 text optional w3-dtd-mathml_2.0.0.0-5.dsc
 89fda41544b6ab9d65ab0f78424a4160 2870 text 

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

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

 # Thursday 31 May  08:03:41 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: mediawiki-math
 tags 675145 + pending
Bug #675145 [wnpp] ITP: mediawiki-math -- math rendering plugin for MediaWiki 
(new source package for)
Added tag(s) pending.
 # Source package in NEW: mediawiki-math
 tags 673126 + pending
Bug #673126 [src:mediawiki] mediawiki-math: missing in 1.18
Added tag(s) pending.
 # Source package in NEW: datapm
 tags 664566 + pending
Bug #664566 [wnpp] ITP: datapm -- Data packaging system and utilities
Added tag(s) pending.
 # Source package in NEW: portabase
 tags 584570 + pending
Bug #584570 [wnpp] ITP: portabase -- An easy-to-use personal database 
application
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
584570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584570
664566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664566
673126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673126
675145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675145
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: fixed 674937 in 1.1.12p7-1~bpo60+1

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

 fixed 674937 1.1.12p7-1~bpo60+1
Bug #674937 [check-mk-multisite] check-mk-multisite: .postinst broken
There is no source info for the package 'check-mk-multisite' at version 
'1.1.12p7-1~bpo60+1' with architecture ''
Unable to make a source version for version '1.1.12p7-1~bpo60+1'
Marked as fixed in versions 1.1.12p7-1~bpo60+1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674937
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#647296: ruby1.9.1: FTBFS on amd64: Testsuite hangs

2012-05-31 Thread Steve McIntyre
unarchive 647296
reopen 647296
thanks

On Fri, Nov 04, 2011 at 08:00:48AM -0700, Daniel Schepler wrote:

It was my local rebuild of 3.0.0-2-amd64 version 3.0.0-5.  But I don't know if 
it's very version dependent: the last version of ruby1.9.1 this machine has 
built successfuly was 1.9.2.290-2 on Jul 27.

I'm now seeing exactly this too on a variety of armhf machines, when
trying to verify that #652674 is fixed. I'm seeing this on abel (armhf
porter box) right now. I can't see any ruby processes using CPU at
all, suggesting a locking bug or something(?). Is there in particular
I could look at to help here?

Looking for the test code to debug what it's trying to do, I can't
find anything intelligible, which isn't helping. :-(

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
C++ ate my sanity -- Jon Rabone




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



Bug#673942: libreoffice: LibreOffice repeatedly freezes whole system

2012-05-31 Thread Jürgen Fuchsberger

Hi all,

Sorry for the delay - since the problem is bigger than thought we had to 
do some checks:


The problem here is *not* related to libreoffice but seems to be a 
gnome3 or xorg problem. It just occurred only in libreoffice at the time 
when I was reporting the bug, so it seemed to be related to libreoffice.


There are already bug reports out there - I just reported it as reply to 
bug #674818.


Regards,
Juergen

On 05/25/2012 12:02 PM, Rene Engelhard wrote:

Juergen, please confirm that 3.5.3 works. Then this should be closed.
Miroslaw already said everything about 3.4.6 status cirrectly .

P.s. miroslaw n...@bugs.debian.org do NOT go to the submitter...
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.



Mirosław Zalewski mini...@poczta.onet.pl schrieb:

Hi Juergen

This looks similar to 673895[1], which got reported yesterday. Please take
a look at that report. The most notable information there is that LO 3.4.6 
is
unmaintained and won't get any attention, as it will be superseded by 3.5.x 
in
Wheezy. There are some transitions in progress that block 3.5.3 entering
testing, but they will be resolved - hopefully soon.

If you can't use your system because of this, please consider upgrading your
LibreOffice to version from Sid.

Personally I think this is not problem in LO per se, but some
incompatibilities in LO and newer GNOME, maybe related to architecture. I am
using LO on KDE (amd64 here) and I have never encountered any freezes.

[1]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673895
--

Best regards
Mirosław Zalewski



--
To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact 
listmas...@lists.debian.org
Archive:http://lists.debian.org/201205221100.22020.mini...@poczta.onet.pl






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



Bug#673942: libreoffice: LibreOffice repeatedly freezes whole system

2012-05-31 Thread Rene Engelhard
severity 673942 important
reassign 673942 xorg
forcemerge 674818 673942
thanks

Hi,

On Thu, May 31, 2012 at 10:18:10AM +0200, Jürgen Fuchsberger wrote:
 Sorry for the delay - since the problem is bigger than thought we
 had to do some checks:
 
 The problem here is *not* related to libreoffice but seems to be a
 gnome3 or xorg problem. It just occurred only in libreoffice at the
 time when I was reporting the bug, so it seemed to be related to
 libreoffice.
 
 There are already bug reports out there - I just reported it as
 reply to bug #674818.

Ah, OK. Also OK with me.

Reassigning and merging.

Regards,

Rene



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



Processed: reassign 675290 to scim

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

 reassign 675290 scim
Bug #675290 [mlterm] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No such 
file or directory
Bug reassigned from package 'mlterm' to 'scim'.
No longer marked as found in versions mlterm/3.1.2-1.
Ignoring request to alter fixed versions of bug #675290 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675290
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#669534: marked as done (briquolo: FTBFS: x86_64-linux-gnu-g++: internal compiler error: Segmentation fault (program as))

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 10:38:02 +0200
with message-id 20120531083802.GP27357@trasgu
and subject line fixed with gcc 4.7
has caused the Debian Bug report #669534,
regarding briquolo: FTBFS: x86_64-linux-gnu-g++: internal compiler error: 
Segmentation fault (program as)
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.)


-- 
669534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: briquolo
Version: 0.5.7-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 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[4]: Entering directory `/«PKGBUILDDIR»/src'
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 Balle.o -MD -MP -MF .deps/Balle.Tpo -c -o Balle.o Balle.cpp; \
   then mv -f .deps/Balle.Tpo .deps/Balle.Po; else rm -f 
 .deps/Balle.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BibliothequeSon.o -MD -MP -MF .deps/BibliothequeSon.Tpo -c -o 
 BibliothequeSon.o BibliothequeSon.cpp; \
   then mv -f .deps/BibliothequeSon.Tpo .deps/BibliothequeSon.Po; else 
 rm -f .deps/BibliothequeSon.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 Bonus.o -MD -MP -MF .deps/Bonus.Tpo -c -o Bonus.o Bonus.cpp; \
   then mv -f .deps/Bonus.Tpo .deps/Bonus.Po; else rm -f 
 .deps/Bonus.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BonusDoubleBalle.o -MD -MP -MF .deps/BonusDoubleBalle.Tpo -c -o 
 BonusDoubleBalle.o BonusDoubleBalle.cpp; \
   then mv -f .deps/BonusDoubleBalle.Tpo .deps/BonusDoubleBalle.Po; 
 else rm -f .deps/BonusDoubleBalle.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BonusFast.o -MD -MP -MF .deps/BonusFast.Tpo -c -o BonusFast.o 
 BonusFast.cpp; \
   then mv -f .deps/BonusFast.Tpo .deps/BonusFast.Po; else rm -f 
 .deps/BonusFast.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BonusGros.o -MD -MP -MF .deps/BonusGros.Tpo -c -o BonusGros.o 
 BonusGros.cpp; \
   then mv -f .deps/BonusGros.Tpo .deps/BonusGros.Po; else rm -f 
 .deps/BonusGros.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BonusGrosPlateau.o -MD -MP -MF .deps/BonusGrosPlateau.Tpo -c -o 
 BonusGrosPlateau.o BonusGrosPlateau.cpp; \
   then mv -f .deps/BonusGrosPlateau.Tpo .deps/BonusGrosPlateau.Po; 
 else rm -f .deps/BonusGrosPlateau.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 BonusPetit.o -MD -MP -MF .deps/BonusPetit.Tpo -c -o BonusPetit.o 
 BonusPetit.cpp; \
   then mv -f .deps/BonusPetit.Tpo .deps/BonusPetit.Po; else rm -f 
 .deps/BonusPetit.Tpo; exit 1; fi
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./MOGL -I../intl 
 -DSRCTOPDIR=\/«PKGBUILDDIR»\  
 -DDATADIR_BRIQUOLO=\/usr/share/games/briquolo\   -Wall -g -O2  
 -I/usr/include/libpng12 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 
 

Processed (with 1 errors): merging 675290 675224

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

 merge 675290 675224
Bug #675290 [scim] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No such file 
or directory
Unable to merge bugs because:
severity of #675224 is 'grave' not 'serious'
package of #675224 is 'libscim-dev' not 'scim'
Failed to merge 675290: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2b50550)', 
'requester', '\x{d8}\x{a3}\x{d8}\x{ad}\x{d9}\x{85}\x{d8}\x{af} 
\x{d8}\x{a7}\x{d9}\x{84}\x{d9}\x{85}\x{d8}\x{ad}\x{d9}\x{85}\x{d9}\x{88}\x{d8}\x{af}\x{d9}\x{8a}
 (Ahmed El-Mahmoudy) aelmahmoudy@sa...', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1338453577-3894-bts-aelmahmo...@sabily.org', 'request_subject', ...) called 
at /usr/lib/debbugs/service line 872
eval {...} called at /usr/lib/debbugs/service line 871

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675224
675290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675290
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: reassign 675290 to libscim-dev

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

 reassign 675290 libscim-dev
Bug #675290 [scim] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No such file 
or directory
Bug reassigned from package 'scim' to 'libscim-dev'.
Ignoring request to alter found versions of bug #675290 to the same values 
previously set
Ignoring request to alter fixed versions of bug #675290 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675290
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#675323: libmnl0: uninstallable due to typo in pre-depends

2012-05-31 Thread Helmut Grohne
Package: libmnl0
Version: 1.0.3-2
Severity: grave
Justification: renders package unusable

Please have a look at debian/control:

Package: libmnl0
...
Pre-Depends: i${misc:Pre-Depends}, multiarch-support

This results in:

Pre-Depends: imultiarch-support, multiarch-support

Since there is no imultiarch-support this renders libmnl0 uninstallable.

Helmut



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



Processed: severity of 675290 is grave

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

 severity 675290 grave
Bug #675290 [libscim-dev] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No 
such file or directory
Severity set to 'grave' from 'serious'
 thanks
Stopping processing here.

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


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



Processed: merging 675290 675224

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

 merge 675290 675224
Bug #675290 [libscim-dev] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No 
such file or directory
Bug #675290 [libscim-dev] mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No 
such file or directory
Marked as found in versions scim/1.4.13-2.
Bug #675224 [libscim-dev] libscim-dev: broken *.so symlinks
Merged 675224 675290
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675224
675290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675290
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#675329: gnome-session: X or gnome3 randomly freezes

2012-05-31 Thread Juergen Fuchsberger
Package: gnome-session
Version: 3.4.2-1
Severity: critical
Justification: breaks the whole system

Hi,

Occurring about every 30-60 minutes:
Suddenly the screen becomes unresponsive: the mouse pointer moves normally, but
the windows do not respond to clicks, and gnome-shell does not work.
tty1 (ctrl+alt F1) works, but I have no local login and thus can do nothing
(using ltsp). I then have to reset my system.

Not sure though if problem comes from gnome3 or xorg because I don't have
possibility to go to a terminal and check the system state.

One thing: I found that if I start with session gnome classic instead of
gnome 3 the problem does *not* occur.

This is also reported as bug #674818 for xorg.

regards,
Juergen





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

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

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.4.2-1
ii  gnome-session-common   3.4.2-1
ii  gnome-settings-daemon  3.2.2-3
ii  gnome-shell3.2.2.1-4+b1

Versions of packages gnome-session recommends:
ii  gnome-power-manager 3.4.0-2
ii  gnome-session-fallback  3.4.2-1

Versions of packages gnome-session suggests:
ii  desktop-base  none
ii  gnome-keyring 3.2.2-2
ii  gnome-user-guide  3.4.1-1

-- 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



Processed: your mail

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

 tags 510120 pending
Bug #510120 [dcmtk] dcmtk: Missing link to libxml2 (libdcmsr)
Bug #628153 [dcmtk] dcmtk: Please make individual libraries self-contained (no 
unresolved symbols)
Added tag(s) pending.
Added tag(s) pending.
 tags 674361 pending
Bug #674361 [src:dcmtk] dcmtk: FTBFS: 
../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: error: 'Resize' was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]
Ignoring request to alter tags of bug #674361 to the same tags previously set
 tags 674586 pending
Bug #674586 [dcmtk] dcmtk: FTBFS because of underlinked library
Added tag(s) pending.
 thanks
Stopping processing here.

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

2012-05-31 Thread Mathieu Malaterre
Looks much better now:


$ dpkg -I libdcmtk2_3.6.0-11_amd64.deb
[...]
 Maintainer: Debian Med Packaging Team
debian-med-packag...@lists.alioth.debian.org
 Installed-Size: 10441
 Depends: libc6 (= 2.11), libgcc1 (= 1:4.1.1), libssl1.0.0 (=
1.0.0), libstdc++6 (= 4.4.0), libxml2 (= 2.7.4), zlib1g (= 1:1.1.4)



-- 
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-31 Thread Gudjon I. Gudjonsson
Source: pyqwt3d
Version: 0.1.7~cvs20090625-8

Hi
   This bug was caused by qwtplot3d, bug #672023 which has been closed.


Regards
Gudjon


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

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:59:53 +0200
with message-id 201205311159.54785.gud...@gudjon.org
and subject line Re: Bug#671543: pyqwt3d: FTBFS: qwt3d_openglhelper.h:67:31: 
error: 'gluErrorString' was not declared in this scope
has caused the Debian Bug report #671543,
regarding pyqwt3d: FTBFS: qwt3d_openglhelper.h:67:31: error: 'gluErrorString' 
was not declared in this scope
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.)


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

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 

Bug#675329: marked as done (gnome-session: X or gnome3 randomly freezes)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:52:36 +0200
with message-id 20120531095236.ga14...@radis.cristau.org
and subject line Re: Bug#675329: gnome-session: X or gnome3 randomly freezes
has caused the Debian Bug report #675329,
regarding gnome-session: X or gnome3 randomly freezes
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.)


-- 
675329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-session
Version: 3.4.2-1
Severity: critical
Justification: breaks the whole system

Hi,

Occurring about every 30-60 minutes:
Suddenly the screen becomes unresponsive: the mouse pointer moves normally, but
the windows do not respond to clicks, and gnome-shell does not work.
tty1 (ctrl+alt F1) works, but I have no local login and thus can do nothing
(using ltsp). I then have to reset my system.

Not sure though if problem comes from gnome3 or xorg because I don't have
possibility to go to a terminal and check the system state.

One thing: I found that if I start with session gnome classic instead of
gnome 3 the problem does *not* occur.

This is also reported as bug #674818 for xorg.

regards,
Juergen





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

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

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.4.2-1
ii  gnome-session-common   3.4.2-1
ii  gnome-settings-daemon  3.2.2-3
ii  gnome-shell3.2.2.1-4+b1

Versions of packages gnome-session recommends:
ii  gnome-power-manager 3.4.0-2
ii  gnome-session-fallback  3.4.2-1

Versions of packages gnome-session suggests:
ii  desktop-base  none
ii  gnome-keyring 3.2.2-2
ii  gnome-user-guide  3.4.1-1

-- debconf-show failed


---End Message---
---BeginMessage---
On Thu, May 31, 2012 at 11:34:26 +0200, Juergen Fuchsberger wrote:

 This is also reported as bug #674818 for xorg.
 
Then there's no need to report it twice.

Cheers,
Julien

---End Message---


Bug#666670: dsdo: FTBFS: build hangs for at least 15 minutes

2012-05-31 Thread Jonas Smedegaard
severity 70 important
thanks

On 12-04-10 at 05:35pm, Agustin Martin wrote:
 I do not think this deserves serious priority, but would however leave 
 an open bug report with lower priority asking for better efficiency if 
 possible.

Agreed.

Thanks for commenting, Augustin - and for reporting, Lucas.

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Processed: Re: Bug#666670: dsdo: FTBFS: build hangs for at least 15 minutes

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

 severity 70 important
Bug #70 [src:dsdo] dsdo: FTBFS: build hangs for at least 15 minutes
Severity set to 'important' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
70: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=70
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#675323: marked as done (libmnl0: uninstallable due to typo in pre-depends)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:02:11 +
with message-id e1sa38t-0007oq...@franck.debian.org
and subject line Bug#675323: fixed in libmnl 1.0.3-3
has caused the Debian Bug report #675323,
regarding libmnl0: uninstallable due to typo in pre-depends
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.)


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

Please have a look at debian/control:

Package: libmnl0
...
Pre-Depends: i${misc:Pre-Depends}, multiarch-support

This results in:

Pre-Depends: imultiarch-support, multiarch-support

Since there is no imultiarch-support this renders libmnl0 uninstallable.

Helmut


---End Message---
---BeginMessage---
Source: libmnl
Source-Version: 1.0.3-3

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

libmnl-dev_1.0.3-3_mips.deb
  to main/libm/libmnl/libmnl-dev_1.0.3-3_mips.deb
libmnl-dev_1.0.3-3_mipsel.deb
  to main/libm/libmnl/libmnl-dev_1.0.3-3_mipsel.deb
libmnl-dev_1.0.3-3_sparc.deb
  to main/libm/libmnl/libmnl-dev_1.0.3-3_sparc.deb
libmnl0_1.0.3-3_mips.deb
  to main/libm/libmnl/libmnl0_1.0.3-3_mips.deb
libmnl0_1.0.3-3_mipsel.deb
  to main/libm/libmnl/libmnl0_1.0.3-3_mipsel.deb
libmnl0_1.0.3-3_sparc.deb
  to main/libm/libmnl/libmnl0_1.0.3-3_sparc.deb
libmnl_1.0.3-3.debian.tar.bz2
  to main/libm/libmnl/libmnl_1.0.3-3.debian.tar.bz2
libmnl_1.0.3-3.dsc
  to main/libm/libmnl/libmnl_1.0.3-3.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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar ani...@debian.org (supplier of updated libmnl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 May 2012 19:38:34 +1000
Source: libmnl
Binary: libmnl-dev libmnl0
Architecture: source mips mipsel sparc
Version: 1.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 libmnl-dev - minimalistic Netlink communication library (devel)
 libmnl0- minimalistic Netlink communication library
Closes: 675323
Changes: 
 libmnl (1.0.3-3) unstable; urgency=low
 .
   * Fix typo in pre-depends
 Closes: #675323
Checksums-Sha1: 
 c8cedaf92fab7d16a309db4d11d2c3c5ec12cae6 1874 libmnl_1.0.3-3.dsc
 a000c5a7edef4770fffac677f260e13ac8a5d8a2 3221 libmnl_1.0.3-3.debian.tar.bz2
 b9cf88119e7df5a66945b0418e346bbb3926097b 12632 libmnl-dev_1.0.3-3_mips.deb
 9da676402480e2ca00c8a0b739983bbd88d30a1e 10124 libmnl0_1.0.3-3_mips.deb
 42e5f5d0441491f41b39329a28126272c057a969 12392 libmnl-dev_1.0.3-3_mipsel.deb
 63b9ba7a4c6bd5d2362a1f6a2c1b0af0f92e05db 10308 libmnl0_1.0.3-3_mipsel.deb
 4090211adf98fb8deab98b62784fb59be1147c40 11550 libmnl-dev_1.0.3-3_sparc.deb
 b2dcc045c9842344ddc148f3f51d1178a8f7ea37 9480 libmnl0_1.0.3-3_sparc.deb
Checksums-Sha256: 
 6edd017553b3351db7a4e5757914aa2473385a6da9742ac278998b470ee6785a 1874 
libmnl_1.0.3-3.dsc
 e4121e9179b28d02a58607fcad87c30e24dab8fcf23e0b554c727c848a849118 3221 
libmnl_1.0.3-3.debian.tar.bz2
 8ed34b2fe9966d2d21edf918957cd3105b0bd5d951afe0e1f52640f72104a9c0 12632 
libmnl-dev_1.0.3-3_mips.deb
 a1cc8afe519696a1afdda820c77f1e210813c37403455d3ae55174a9735bee9a 10124 
libmnl0_1.0.3-3_mips.deb
 71dfdf7fe0753f72d5aa97bd7e79d66f578b81c09cb6c9c4fba3810d935d2e0a 12392 
libmnl-dev_1.0.3-3_mipsel.deb
 b7624bce42fa29738f3f89626b9113ad4a2ca38cc9970cf8a479f8c2b088d9ed 10308 
libmnl0_1.0.3-3_mipsel.deb
 67933daa103ec8ef4fc96b1be960ccd42f2e808e3982ac428eb74d1d9a37cceb 11550 
libmnl-dev_1.0.3-3_sparc.deb
 807ff8e22818725fa1b8dd3de0b149b7de61dcce7811ace4807bfa596435cd7a 9480 
libmnl0_1.0.3-3_sparc.deb
Files: 
 f182a600070c8408c807eda3a6831cd8 1874 libs extra libmnl_1.0.3-3.dsc
 6ad74b4a059e377d06826c9201527e5e 3221 libs extra libmnl_1.0.3-3.debian.tar.bz2
 1fce121d54789ba28813559cfe470e34 12632 libdevel extra 
libmnl-dev_1.0.3-3_mips.deb
 ff8cb16c1bb420ffe7b938a740dcf6f3 10124 libs extra libmnl0_1.0.3-3_mips.deb
 8a78d3bacc2090a4a5d3abf365256aea 12392 libdevel 

Bug#674089: mime-support: removed application/x-httpd-* can lead to immense security problems

2012-05-31 Thread Brian White

 In 3.52-1 you removed application/x-httpd-* to close #589384.


I have no preference to it being present or not.  It was marked as release
critical by the Apache/PHP folks.  Decide among yourselves what is correct
and I'll make it that way.

-- Brian



 This happened without any notice to the NEWS files and I really
 wonder whether any though has been spent on which tremendous
 security effects this can have.

 Given that most people (reasonably) rely on /etc/mime.types
 to determine the MIME type for files e.g. with Apache removal
 of the above means e.g. that php scripts are no longer determined
 as such, but now diretcly shown as text files.

 With all secruity effects you can think of and all you even can't
 think of.
 And of course it breaks countless of working installations
 using e.g. php.


 a) If you make such a tremendous change you have to announce it
 in the release file.


 b) Removing the type is definitly the wrong decision.
 Apache provides many means to change the handlers and if all that
 shouldn't work (which I doubt) on can simply disable the use of
 /etc/mime.types.
 It's not the business of mime.type to please any specifc user,...
 like it seems to me with the aforementioned bug.
 Nor should it be mime.type's business to please any software if that
 was borken (but as said, apache is not).



 Obviously application/x-* are not official flags, but if that was
 the reason we'd have to remove much more than just the php ones.



 Cheers,
 Chris.


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

 Kernel: Linux 3.2.17-heisenberg (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 mime-support depends on no packages.

 Versions of packages mime-support recommends:
 ii  file  5.11-1

 mime-support suggests no packages.

 -- no debconf information




Bug#510120: marked as done (dcmtk: Missing link to libxml2 (libdcmsr))

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:32:12 +
with message-id e1sa3bw-0001qf...@franck.debian.org
and subject line Bug#510120: fixed in dcmtk 3.6.0-11
has caused the Debian Bug report #510120,
regarding dcmtk: Missing link to libxml2 (libdcmsr)
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.)


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


One simply cannot load the libdcmsr.so shared lib as linking is broken:

$ ldd /usr/lib/libdcmsr.so.1
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x2ab0e40e8000)
libc.so.6 = /lib/libc.so.6 (0x2ab0e42ff000)
/lib64/ld-linux-x86-64.so.2 (0x4000)

$ nm -D /usr/lib/libdcmsr.so.1 | grep xmlFree
 U xmlFree
 U xmlFreeDoc

xmlFree symbol should be provided by libxml2.so. Makefile seems to refer to it:

config/configure:  CPPFLAGS=-I${with_libxmlinc}/include/libxml2 $CPPFLAGS
config/configure:LIBXMLCFLAGS=`xml2-config --cflags 2/dev/null`
config/configure:XMLLIBS=-lxml2
config/configure:  LIBS=$LIBS -lxml2 $ZLIBLIBS
config/configure:  XMLLIBS=-lxml2
config/configure.in:  CPPFLAGS=-I${with_libxmlinc}/include/libxml2 
$CPPFLAGS
config/configure.in:LIBXMLCFLAGS=`xml2-config --cflags 2/dev/null`
config/configure.in:XMLLIBS=-lxml2
config/configure.in:  LIBS=$LIBS -lxml2 $ZLIBLIBS
config/configure.in:  XMLLIBS=-lxml2 ],


but for some reason the one from debian package is broken.

Thanks !

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dcmtk depends on:
ii  adduser   3.102  Add and remove users and groups
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdcmtk1 20081219   The OFFIS DICOM toolkit runtime li
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libssl0.9.8   0.9.8c-4etch3  SSL shared libraries
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7+etch1  Tag Image File Format (TIFF) libra
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra
ii  libxml2   2.6.27.dfsg-6  GNOME XML library
ii  zlib1g1:1.2.3-13 compression library - runtime

dcmtk recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: dcmtk
Source-Version: 3.6.0-11

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

dcmtk-doc_3.6.0-11_all.deb
  to main/d/dcmtk/dcmtk-doc_3.6.0-11_all.deb
dcmtk-www_3.6.0-11_amd64.deb
  to main/d/dcmtk/dcmtk-www_3.6.0-11_amd64.deb
dcmtk_3.6.0-11.debian.tar.gz
  to main/d/dcmtk/dcmtk_3.6.0-11.debian.tar.gz
dcmtk_3.6.0-11.dsc
  to main/d/dcmtk/dcmtk_3.6.0-11.dsc
dcmtk_3.6.0-11_amd64.deb
  to main/d/dcmtk/dcmtk_3.6.0-11_amd64.deb
libdcmtk2-dev_3.6.0-11_amd64.deb
  to main/d/dcmtk/libdcmtk2-dev_3.6.0-11_amd64.deb
libdcmtk2_3.6.0-11_amd64.deb
  to main/d/dcmtk/libdcmtk2_3.6.0-11_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 510...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre ma...@debian.org (supplier of updated dcmtk 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, 31 May 2012 11:31:16 +0200
Source: dcmtk
Binary: dcmtk libdcmtk2 libdcmtk2-dev dcmtk-www dcmtk-doc
Architecture: source all amd64
Version: 3.6.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 

Bug#628153: marked as done (dcmtk: Please make individual libraries self-contained (no unresolved symbols))

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:32:12 +
with message-id e1sa3bw-0001qf...@franck.debian.org
and subject line Bug#510120: fixed in dcmtk 3.6.0-11
has caused the Debian Bug report #510120,
regarding dcmtk: Please make individual libraries self-contained (no unresolved 
symbols)
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.)


-- 
510120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510120
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dcmtk
Version: 3.6.0-5
Severity: wishlist

Hi,

I'm updating a package to use libdcmtk2-dev and it is a bit difficult,
because several DCMTK libs have unresolved symbols -- they are not fully
linked against their dependencies. This is what happens:

  michael@meiner /tmp % cat dcmtktest.cpp
  int main () {
return 0;
  }

  michael@meiner /tmp % g++ -ldcmimgle  dcmtktest.cpp
  /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libdcmimgle.so: undefined 
reference to `operator!=(OFString const, char const*)'
  /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libdcmimgle.so: undefined 
reference to `OFString::~OFString()'
  /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libdcmimgle.so: undefined 
reference to `DcmItem::putAndInsertUint16(DcmTag const, unsig
  snip long list of unresolved symbols

I need to complete the list manually:

  michael@meiner /tmp % g++ -ldcmimgle -ldcmdata -lofstd -loflog -lpthread -lz 
dcmtktest.cpp

This makes it quite difficult to deal with upstream configure snippets
that do something like this:

  AC_CHECK_LIB(dcmdata,main,LIBS=-ldcmdata $LIBS; DATALIBS=-ldcmdata 
$DATALIBS,lib_dcmtk=no)

Which fails, because the test program cannot be linked successfully.

It would be great of all dcmtk libs could be fully linked against all
their actual dependencies.


Thanks.


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

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

Versions of packages dcmtk depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libdcmtk2   3.6.0-5  The OFFIS DICOM toolkit runtime li
ii  libgcc1 1:4.6.0-2GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libssl1.0.0 1.0.0d-2 SSL shared libraries
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  libtiff43.9.4-9  Tag Image File Format (TIFF) libra
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

dcmtk recommends no packages.

dcmtk suggests no packages.

-- debconf-show failed


---End Message---
---BeginMessage---
Source: dcmtk
Source-Version: 3.6.0-11

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

dcmtk-doc_3.6.0-11_all.deb
  to main/d/dcmtk/dcmtk-doc_3.6.0-11_all.deb
dcmtk-www_3.6.0-11_amd64.deb
  to main/d/dcmtk/dcmtk-www_3.6.0-11_amd64.deb
dcmtk_3.6.0-11.debian.tar.gz
  to main/d/dcmtk/dcmtk_3.6.0-11.debian.tar.gz
dcmtk_3.6.0-11.dsc
  to main/d/dcmtk/dcmtk_3.6.0-11.dsc
dcmtk_3.6.0-11_amd64.deb
  to main/d/dcmtk/dcmtk_3.6.0-11_amd64.deb
libdcmtk2-dev_3.6.0-11_amd64.deb
  to main/d/dcmtk/libdcmtk2-dev_3.6.0-11_amd64.deb
libdcmtk2_3.6.0-11_amd64.deb
  to main/d/dcmtk/libdcmtk2_3.6.0-11_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 510...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre ma...@debian.org (supplier of updated dcmtk 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, 31 May 2012 11:31:16 +0200
Source: dcmtk
Binary: dcmtk libdcmtk2 libdcmtk2-dev dcmtk-www dcmtk-doc
Architecture: source 

Bug#674361: marked as done (dcmtk: FTBFS: ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: error: 'Resize' was not declared in this scope, and no declarations were found by argument-dependent lookup a

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:32:12 +
with message-id e1sa3bw-0001qi...@franck.debian.org
and subject line Bug#674361: fixed in dcmtk 3.6.0-11
has caused the Debian Bug report #674361,
regarding dcmtk: FTBFS: ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: error: 
'Resize' was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]
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.)


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

Hi,

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

Relevant part:
 make[3]: Entering directory `/«PKGBUILDDIR»/dcmwlm/libsrc'
 c++   -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING  -DNDEBUG  -c -I. -I. 
 -I../include -I../../config/include -I../../dcmdata/include 
 -I../../dcmnet/include -I../../oflog/include -I../../ofstd/include  \
-fPIC  -I/usr/include/libxml2 -D_REENTRANT 
 -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT 
 -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall  wlds.cc
 c++   -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING  -DNDEBUG  -c -I. -I. 
 -I../include -I../../config/include -I../../dcmdata/include 
 -I../../dcmnet/include -I../../oflog/include -I../../ofstd/include  \
-fPIC  -I/usr/include/libxml2 -D_REENTRANT 
 -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT 
 -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall  wlmactmg.cc
 c++   -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING  -DNDEBUG  -c -I. -I. 
 -I../include -I../../config/include -I../../dcmdata/include 
 -I../../dcmnet/include -I../../oflog/include -I../../ofstd/include  \
-fPIC  -I/usr/include/libxml2 -D_REENTRANT 
 -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT 
 -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall  wldsfs.cc
 c++   -DHAVE_CONFIG_H -DUSE_NULL_SAFE_OFSTRING  -DNDEBUG  -c -I. -I. 
 -I../include -I../../config/include -I../../dcmdata/include 
 -I../../dcmnet/include -I../../oflog/include -I../../ofstd/include  \
-fPIC  -I/usr/include/libxml2 -D_REENTRANT 
 -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT 
 -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall  wlfsim.cc
 In file included from wlfsim.cc:51:0:
 ../../ofstd/include/dcmtk/ofstd/ofoset.h: In instantiation of 'void 
 OFOrderedSetT::Insert(const T) [with T = OFString]':
 wlfsim.cc:509:39:   required from here
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: error: 'Resize' was not 
 declared in this scope, and no declarations were found by argument-dependent 
 lookup at the point of instantiation [-fpermissive]
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: note: declarations in 
 dependent base 'OFSetOFString' are not found by unqualified lookup
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: note: use 'this-Resize' 
 instead
 ../../ofstd/include/dcmtk/ofstd/ofoset.h: In instantiation of 'void 
 OFOrderedSetT::InsertAt(const T, unsigned int) [with T = OFString]':
 wlfsim.cc:2153:1:   required from here
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:192:13: error: 'Resize' was not 
 declared in this scope, and no declarations were found by argument-dependent 
 lookup at the point of instantiation [-fpermissive]
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:192:13: note: declarations in 
 dependent base 'OFSetOFString' are not found by unqualified lookup
 ../../ofstd/include/dcmtk/ofstd/ofoset.h:192:13: note: use 'this-Resize' 
 instead
 make[3]: *** [wlfsim.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/dcmtk_3.6.0-10_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---
---BeginMessage---
Source: dcmtk
Source-Version: 3.6.0-11

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

dcmtk-doc_3.6.0-11_all.deb
  to main/d/dcmtk/dcmtk-doc_3.6.0-11_all.deb
dcmtk-www_3.6.0-11_amd64.deb
  to 

Bug#657281: fop vs non-free ?

2012-05-31 Thread Mathieu Malaterre
Any news on this bug ?

$ cat https://issues.apache.org/bugzilla/show_bug.cgi?id=52704#c12
Sylvestre Ledru 2012-04-13 11:26:24 UTC
I am in touch with HP on this subject. Looks like they might be able
to do something about this file.


Thanks



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



Bug#675215: marked as done (Maintainer or uploader address bounces)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 11:32:45 +
with message-id e1sa3ct-0001tn...@franck.debian.org
and subject line Bug#675215: fixed in gnustep-icons 1.0-5
has caused the Debian Bug report #675215,
regarding Maintainer or uploader address bounces
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.)


-- 
675215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnustep-icons
Version: 1.0-4
Severity: serious

Hi!

It seems that an E-Mail address listed in the maintainer or uploaders field 
bounces.


Best regards,
  Alexander

- Forwarded message from Mail Delivery System 
mailer-dae...@franck.debian.org -

From: Mail Delivery System mailer-dae...@franck.debian.org
Subject: Mail delivery failed: returning message to sender
To: envel...@ftp-master.debian.org
Date: Wed, 30 May 2012 15:01:31 +
Message-Id: e1szkox-0001rc...@franck.debian.org

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  gur...@linuks.mine.nu
Unrouteable address

-- This is a copy of the message, including all the headers. --

Return-path: envel...@ftp-master.debian.org
Received: from dak by franck.debian.org with local (Exim 4.72)
(envelope-from envel...@ftp-master.debian.org)
id 1SZkMy-mb-0f; Wed, 30 May 2012 14:59:28 +
Date: Wed, 30 May 2012 14:59:28 +
Message-Id: e1szkmy-mb...@franck.debian.org
From: Debian FTP Masters ftpmas...@ftp-master.debian.org
To: gregor herrmann gre...@debian.org, =?utf-8?b?R8O8cmthbiBTZW5nw7xu?= 
gur...@linuks.mine.nu
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: textedit.app
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Subject: textedit.app_4.0+20061029-3.2_amd64.changes ACCEPTED into unstable
Sender: Archive Administrator d...@franck.debian.org




Accepted:
textedit.app_4.0+20061029-3.2.diff.gz
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.diff.gz
textedit.app_4.0+20061029-3.2.dsc
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.dsc
textedit.app_4.0+20061029-3.2_amd64.deb
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2_amd64.deb


Changes:
textedit.app (4.0+20061029-3.2) unstable; urgency=low
 .
  * Non-maintainer upload.
  * Fix FTBFS with GCC-4.7: apply patch from Yavor Doganov.
(Closes: #667886)


Override entries for your package:
textedit.app_4.0+20061029-3.2.dsc - source gnustep
textedit.app_4.0+20061029-3.2_amd64.deb - optional gnustep

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 667886 


Thank you for your contribution to Debian.


- End forwarded message -


---End Message---
---BeginMessage---
Source: gnustep-icons
Source-Version: 1.0-5

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

gnustep-icons_1.0-5.debian.tar.gz
  to main/g/gnustep-icons/gnustep-icons_1.0-5.debian.tar.gz
gnustep-icons_1.0-5.dsc
  to main/g/gnustep-icons/gnustep-icons_1.0-5.dsc
gnustep-icons_1.0-5_all.deb
  to main/g/gnustep-icons/gnustep-icons_1.0-5_all.deb



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

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

Debian distribution maintenance software
pp.
Gürkan Sengün gur...@phys.ethz.ch (supplier of updated gnustep-icons 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, 31 May 2012 08:04:34 +0200
Source: gnustep-icons
Binary: gnustep-icons
Architecture: source all
Version: 1.0-5
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 gnustep-icons - Several free icons for use with GNUstep and others
Closes: 615417 675215
Changes: 
 gnustep-icons (1.0-5) unstable; urgency=low
 .
   * Update my email address. (Closes: #675215)
   * Bump debhelper version to 8.
   * Bump standards version to 3.9.3.
   * Move Homepage field. (Closes: #615417)
   * Update description.
   * Add gnustep team to 

Bug#675301: license of palp 1.1

2012-05-31 Thread Harald Skarke

To whom it may concern:

I hereby declare that the line The package must be distributed as a 
whole, including this file. in the file COPYING in versions of PALP prior 
to PALP 2.1 should not be considered applicable, as the corresponding 
version of this file in PALP 2.1 shows.


Harald Skarke


On Thu, 31 May 2012, Bart Martens wrote:


Hello Harald,

Please read the following bug report.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675301

It would be nice if you would agree that the part The package must be
distributed as a whole, including this file. in the file COPYING no longer
applies to version 1.1 of palp.  I would appreciate that if you would confirm
that to the e-mail address 675...@bugs.debian.org .

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#670633: mod-proxy-html: diff for NMU version 3.0.1-1.1

2012-05-31 Thread Jakub Wilk

(I'm not the maintainer.)


+mod-proxy-html (3.0.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Modify the path of libxml2.so.2 in conf file, update the minmal
+version of apache2 (Closes: #670633).


Typo: minmal - minimal.


+  * debian/compat: 4 - 9.
+  * debian/rules:
+- Replace dh_clean -k with dh_prep.


These changes are not appropriate for an NMU.


+- Add build-arch and build-indep target.


OK.


+  * debian/dirs: removed, useless.
+  * debian/source/format: 3.0 (quilt)
+  * std-ver: 3.8.0 - 3.9.3


These changes are not appropriate for an NMU.

You also removed version constraint from (build-)dependency on 
libxml2-dev. This is not documented.


--
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#670633: mod-proxy-html: diff for NMU version 3.0.1-1.1

2012-05-31 Thread Aron Xu
On Thu, May 31, 2012 at 7:41 PM, Jakub Wilk jw...@debian.org wrote:
 (I'm not the maintainer.)


Again, please read other reports before claiming something is not
appropriate, the maintainer of mod-proxy-html has said he will not
fix the problem.

I don't think wasting your time by reviewing such NMUs and claiming
foo is not appropriate nor bar is a good idea than working on more
true stuff on your plate (I guess you have plenty).

Just my 2 cents.

--
Regards,
Aron Xu



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



Bug#675309: nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open /usr/share/sgml/mutter-common/catalog

2012-05-31 Thread Michael Biebl
Hi,

On 31.05.2012 09:20, Robert Luberda wrote:
 po4a or any other program that calls nsgmls fails with:
  nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open 
 /usr/share/sgml/mutter-common/catalog (No such file or directory)
 
 I can see in the changelog for 3.4.1-2 that removal of
 mutter-common.catalog file was intentional but
 /etc/sgml/mutter-common.cat still referes to it.

Since update-catalog was responsible for installing this file into
/etc/sgml, I'm wondering if it isn't also update-catalog's job to clean
up the conffile once the package is removed or it stops shipping the
catalog file.
In case of mutter-common we removed the catalog file, so the conffile
should be removed on upgrades.

I've also had a look at another package shipping a catalog file:
metacity-common:
# apt-get install metacity-common
# ls /etc/sgml/
catalog  metacity-common.cat
# apt-get remove metacity-common
# ls /etc/sgml/
catalog  metacity-common.cat
# cat /etc/sgml/metacity-common.cat
CATALOG /usr/share/sgml/metacity-common/catalog
# ls /usr/share/sgml/metacity-common/catalog
ls: cannot access /usr/share/sgml/metacity-common/catalog: No such file
or directory

In this case we would run into the same problem, as with mutter-common,
right?

So, this looks like a more general problem to me. Something which is
ideally fixed in update-catalog. That's why I've CCed the sgml-base
maintainers before adding any local workarounds to mutter-common.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#657281: fop vs non-free ?

2012-05-31 Thread Sylvestre Ledru

On 31/05/2012 13:32, Mathieu Malaterre wrote:

Any news on this bug ?

$ cat https://issues.apache.org/bugzilla/show_bug.cgi?id=52704#c12
Sylvestre Ledru 2012-04-13 11:26:24 UTC
I am in touch with HP on this subject. Looks like they might be able
to do something about this file.


I pinged my contact a few days ago. I let you know once I get more 
information.


S




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



Bug#675223: marked as done (Maintainer or uploader address bounces)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 12:19:30 +
with message-id e1sa4li-0003rm...@franck.debian.org
and subject line Bug#675223: fixed in xdms 1.3.2-4
has caused the Debian Bug report #675223,
regarding Maintainer or uploader address bounces
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.)


-- 
675223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xdms
Version: 1.3.2-3.1
Severity: serious

Hi!

It seems that an E-Mail address listed in the maintainer or uploaders field 
bounces.


Best regards,
  Alexander

- Forwarded message from Mail Delivery System 
mailer-dae...@franck.debian.org -

From: Mail Delivery System mailer-dae...@franck.debian.org
Subject: Mail delivery failed: returning message to sender
To: envel...@ftp-master.debian.org
Date: Wed, 30 May 2012 15:01:31 +
Message-Id: e1szkox-0001rc...@franck.debian.org

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  gur...@linuks.mine.nu
Unrouteable address

-- This is a copy of the message, including all the headers. --

Return-path: envel...@ftp-master.debian.org
Received: from dak by franck.debian.org with local (Exim 4.72)
(envelope-from envel...@ftp-master.debian.org)
id 1SZkMy-mb-0f; Wed, 30 May 2012 14:59:28 +
Date: Wed, 30 May 2012 14:59:28 +
Message-Id: e1szkmy-mb...@franck.debian.org
From: Debian FTP Masters ftpmas...@ftp-master.debian.org
To: gregor herrmann gre...@debian.org, =?utf-8?b?R8O8cmthbiBTZW5nw7xu?= 
gur...@linuks.mine.nu
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: textedit.app
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Subject: textedit.app_4.0+20061029-3.2_amd64.changes ACCEPTED into unstable
Sender: Archive Administrator d...@franck.debian.org




Accepted:
textedit.app_4.0+20061029-3.2.diff.gz
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.diff.gz
textedit.app_4.0+20061029-3.2.dsc
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.dsc
textedit.app_4.0+20061029-3.2_amd64.deb
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2_amd64.deb


Changes:
textedit.app (4.0+20061029-3.2) unstable; urgency=low
 .
  * Non-maintainer upload.
  * Fix FTBFS with GCC-4.7: apply patch from Yavor Doganov.
(Closes: #667886)


Override entries for your package:
textedit.app_4.0+20061029-3.2.dsc - source gnustep
textedit.app_4.0+20061029-3.2_amd64.deb - optional gnustep

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 667886 


Thank you for your contribution to Debian.


- End forwarded message -


---End Message---
---BeginMessage---
Source: xdms
Source-Version: 1.3.2-4

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

xdms_1.3.2-4.debian.tar.gz
  to main/x/xdms/xdms_1.3.2-4.debian.tar.gz
xdms_1.3.2-4.dsc
  to main/x/xdms/xdms_1.3.2-4.dsc
xdms_1.3.2-4_amd64.deb
  to main/x/xdms/xdms_1.3.2-4_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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert a...@debian.org (supplier of updated xdms 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, 31 May 2012 13:37:22 +0200
Source: xdms
Binary: xdms
Architecture: source amd64
Version: 1.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 xdms   - Uncompressor for Amiga DMS archives
Closes: 675223
Changes: 
 xdms (1.3.2-4) unstable; urgency=low
 .
   [ Axel Beckert ]
   * QA Upload of orphaned package (cf. #661463)
   * Set maintainer to QA Group. (Closes: #675223)
   * Add watch file
   * Use dh_autotools-dev_*config instead of manually copying
 config.{guess,sub} around
   * Enable hardening build flags, add B-D on dpkg-dev (= 1.16.1~)
 .
   [ Gürkan Sengün ]
   * Added debian/source/format, switch to 3.0 

Bug#672404: marked as done (flumotion: breaks with twisted 11.1.0)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 12:32:39 +
with message-id e1sa4yr-0004jr...@franck.debian.org
and subject line Bug#672404: fixed in flumotion 0.10.0-2
has caused the Debian Bug report #672404,
regarding flumotion: breaks with twisted 11.1.0
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.)


-- 
672404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: flumotion
Version: 0.10.0-1
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Flumotion overrides an internal interface from twisted which changed between
10.1.0 and 11.1.0.  Using a fresh wheezy install, flumotion fails to create
a working pipeline after following all the defaults in the wizard (as
suggested in the doc).

I filed a bug with upstream:
https://code.flumotion.com/trac/ticket/1544

In the meantime, the fix is simple.  I've included a patch.

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

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

Versions of packages flumotion depends on:
ii  adduser 3.113+nmu1
ii  gstreamer0.10-ffmpeg0.10.13-5
ii  gstreamer0.10-plugins-bad [gstreamer0.10-schroedinger]  0.10.23-1+b1
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-2
ii  libc6   2.13-32
ii  python  2.7.2-10
ii  python-cairo1.8.8-1+b2
ii  python-dateutil 1.5-1
ii  python-glade2   2.24.0-3
ii  python-gobject  3.2.0-3
ii  python-gst0.10  0.10.22-3
ii  python-gtk2 2.24.0-3
ii  python-kiwi 1.9.22-2
ii  python-openssl  0.13-1
ii  python-rrdtool  1.4.7-1
ii  python-twisted-core 11.1.0-1
ii  python-twisted-web  11.1.0-1
ii  python2.7   2.7.3~rc2-2.1
ii  ssl-cert1.0.28
ii  xsltproc1.1.26-8

Versions of packages flumotion recommends:
ii  python-gnome2  2.28.1+dfsg-1

flumotion suggests no packages.
diff -urN a/flumotion/component/feed.py b/flumotion/component/feed.py
--- a/flumotion/component/feed.py	2011-10-07 06:10:58.0 -0400
+++ b/flumotion/component/feed.py	2012-05-10 15:37:46.608846000 -0400
@@ -38,7 +38,7 @@
 class _SocketMaybeCloser(tcp._SocketCloser):
 keepSocketAlive = False
 
-def _closeSocket(self):
+def _closeSocket(self, orderly):
 # We override this (from tcp._SocketCloser) so that we can close
 # sockets properly in the normal case, but once we've passed our
 # socket on via the FD-channel, we just close() it (not calling
---End Message---
---BeginMessage---
Source: flumotion
Source-Version: 0.10.0-2

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

flumotion_0.10.0-2.debian.tar.gz
  to main/f/flumotion/flumotion_0.10.0-2.debian.tar.gz
flumotion_0.10.0-2.dsc
  to main/f/flumotion/flumotion_0.10.0-2.dsc
flumotion_0.10.0-2_amd64.deb
  to main/f/flumotion/flumotion_0.10.0-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Jonas Smedegaard d...@jones.dk (supplier of updated flumotion package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 31 May 2012 12:55:48 +0200
Source: flumotion
Binary: flumotion
Architecture: 

Bug#670422: libstarpu-dev: uninstallable in sid: too strict gcc dependency

2012-05-31 Thread Samuel Thibault
tags 670422 + pending
thanks

Andreas Beckmann, le Thu 31 May 2012 08:23:41 +0200, a écrit :
 libstarpu-dev is still uninstallable
 
 Package: libstarpu-dev
 Version: 1.0.1-1
 Depends: ..., gcc-4.6 (= 4.6.3), ...
 
 That gcc version does not exist ...

Oops!  Obviously.  I thought I had tested it.  I have changed your patch
a bit, and uploaded.

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#670422: libstarpu-dev: uninstallable in sid: too strict gcc dependency

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

 tags 670422 + pending
Bug #670422 {Done: Samuel Thibault sthiba...@debian.org} [libstarpu-dev] 
libstarpu-dev: uninstallable in sid: too strict gcc dependency
Added tag(s) pending.
 thanks
Stopping processing here.

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

2012-05-31 Thread Sebastian Holtermann
Hello

Please, is there any progress in this?
This package is quite a showstopper for sdl:i386 on amd64 systems due to
the dependency chain going through
libsdl1.2debian-libpulse0-libcap2.

Regards,
-- 
Sebastian Holtermann



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



Bug#670422: marked as done (libstarpu-dev: uninstallable in sid: too strict gcc dependency)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 12:48:21 +
with message-id e1sa4nd-0005nr...@franck.debian.org
and subject line Bug#670422: fixed in starpu 1.0.1-2
has caused the Debian Bug report #670422,
regarding libstarpu-dev: uninstallable in sid: too strict gcc dependency
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.)


-- 
670422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libstarpu-dev
Version: 1.0.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

Package: libstarpu-dev
Source: starpu
Version: 1.0.0-1
Depends: libstarpu-1.0 (= 1.0.0-1), libc6 (= 2.8), install-info,
 gcc-4.6 (= 4.6.3-1), libhwloc-dev

rmadison gcc-4.6
 gcc-4.6 | 4.6.2-16 | sid| source, hurd-i386
 gcc-4.6 | 4.6.3-1  | wheezy | source, amd64, armel, armhf, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, s390x, sparc
 gcc-4.6 | 4.6.3-1  | sid| source, kfreebsd-amd64, kfreebsd-i386
 gcc-4.6 | 4.6.3-3  | sid| source, mipsel
 gcc-4.6 | 4.6.3-4  | sid| source, amd64, armel, armhf, i386, ia64, mips, 
powerpc, s390, s390x, sparc

Having the dependency on gcc-4.6 that strict implies rebuilding starpu
for each gcc upload (a binNMU with appropriate dep-wait should work).
Otherwise this will prevent gcc-4.6 from migrating to testing.

But you probably only want either an unversioned dependency on gcc-4.6
(if any version works) or a versioning like e.g. (= 4.6.2) if there was
a significant bug fixed that makes starpu unusable with older versions.


Cheers,

Andreas


---End Message---
---BeginMessage---
Source: starpu
Source-Version: 1.0.1-2

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

libstarpu-1.0_1.0.1-2_amd64.deb
  to main/s/starpu/libstarpu-1.0_1.0.1-2_amd64.deb
libstarpu-dev_1.0.1-2_amd64.deb
  to main/s/starpu/libstarpu-dev_1.0.1-2_amd64.deb
libstarpufft-1.0_1.0.1-2_amd64.deb
  to main/s/starpu/libstarpufft-1.0_1.0.1-2_amd64.deb
libstarpumpi-1.0_1.0.1-2_amd64.deb
  to main/s/starpu/libstarpumpi-1.0_1.0.1-2_amd64.deb
starpu-examples_1.0.1-2_amd64.deb
  to main/s/starpu/starpu-examples_1.0.1-2_amd64.deb
starpu-tools_1.0.1-2_amd64.deb
  to main/s/starpu/starpu-tools_1.0.1-2_amd64.deb
starpu-top_1.0.1-2_amd64.deb
  to main/s/starpu/starpu-top_1.0.1-2_amd64.deb
starpu_1.0.1-2.debian.tar.gz
  to main/s/starpu/starpu_1.0.1-2.debian.tar.gz
starpu_1.0.1-2.dsc
  to main/s/starpu/starpu_1.0.1-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 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (supplier of updated starpu package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 31 May 2012 13:53:27 +0200
Source: starpu
Binary: libstarpu-dev libstarpu-1.0 libstarpufft-1.0 libstarpumpi-1.0 
starpu-tools starpu-top starpu-examples
Architecture: source amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libstarpu-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-dev - Task scheduler for heterogeneous multicore machines - dev
 libstarpufft-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpumpi-1.0 - Task scheduler for heterogeneous multicore machines
 starpu-examples - Task scheduler for heterogeneous multicore machines - exs
 starpu-tools - Task scheduler for heterogeneous multicore machines - tools
 starpu-top - Task scheduler for heterogeneous multicore machines - top
Closes: 670422
Changes: 
 starpu (1.0.1-2) unstable; urgency=low
 .
   * control: Really use relaxed gcc-4.6 version test, not just exactly the
 upstream version part, thanks Andreas Beckmann for initial patch
 (Closes: Bug#670422).
Checksums-Sha1: 
 1982d6d07ac9f45155eb115863952ba4fd7ab163 1930 starpu_1.0.1-2.dsc
 770ae8df036f1c398049c6347c026ecda2a45002 7867 starpu_1.0.1-2.debian.tar.gz
 6c17160edecae6bb79e4e437a600e743ec0bc824 394712 

Bug#670422: marked as done (libstarpu-dev: uninstallable in sid: too strict gcc dependency)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 12:48:35 +
with message-id e1sa4nr-0005op...@franck.debian.org
and subject line Bug#670422: fixed in starpu-contrib 1.0.1-2
has caused the Debian Bug report #670422,
regarding libstarpu-dev: uninstallable in sid: too strict gcc dependency
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.)


-- 
670422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libstarpu-dev
Version: 1.0.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

Package: libstarpu-dev
Source: starpu
Version: 1.0.0-1
Depends: libstarpu-1.0 (= 1.0.0-1), libc6 (= 2.8), install-info,
 gcc-4.6 (= 4.6.3-1), libhwloc-dev

rmadison gcc-4.6
 gcc-4.6 | 4.6.2-16 | sid| source, hurd-i386
 gcc-4.6 | 4.6.3-1  | wheezy | source, amd64, armel, armhf, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, s390x, sparc
 gcc-4.6 | 4.6.3-1  | sid| source, kfreebsd-amd64, kfreebsd-i386
 gcc-4.6 | 4.6.3-3  | sid| source, mipsel
 gcc-4.6 | 4.6.3-4  | sid| source, amd64, armel, armhf, i386, ia64, mips, 
powerpc, s390, s390x, sparc

Having the dependency on gcc-4.6 that strict implies rebuilding starpu
for each gcc upload (a binNMU with appropriate dep-wait should work).
Otherwise this will prevent gcc-4.6 from migrating to testing.

But you probably only want either an unversioned dependency on gcc-4.6
(if any version works) or a versioning like e.g. (= 4.6.2) if there was
a significant bug fixed that makes starpu unusable with older versions.


Cheers,

Andreas


---End Message---
---BeginMessage---
Source: starpu-contrib
Source-Version: 1.0.1-2

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

libsocl-contrib-1.0_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/libsocl-contrib-1.0_1.0.1-2_amd64.deb
libstarpu-contrib-1.0_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/libstarpu-contrib-1.0_1.0.1-2_amd64.deb
libstarpu-contrib-dev_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/libstarpu-contrib-dev_1.0.1-2_amd64.deb
libstarpu-contribfft-1.0_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/libstarpu-contribfft-1.0_1.0.1-2_amd64.deb
libstarpu-contribmpi-1.0_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/libstarpu-contribmpi-1.0_1.0.1-2_amd64.deb
starpu-contrib-examples_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/starpu-contrib-examples_1.0.1-2_amd64.deb
starpu-contrib-tools_1.0.1-2_amd64.deb
  to contrib/s/starpu-contrib/starpu-contrib-tools_1.0.1-2_amd64.deb
starpu-contrib_1.0.1-2.debian.tar.gz
  to contrib/s/starpu-contrib/starpu-contrib_1.0.1-2.debian.tar.gz
starpu-contrib_1.0.1-2.dsc
  to contrib/s/starpu-contrib/starpu-contrib_1.0.1-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 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (supplier of updated starpu-contrib 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 31 May 2012 13:53:27 +0200
Source: starpu-contrib
Binary: libstarpu-contrib-dev libstarpu-contrib-1.0 libstarpu-contribfft-1.0 
libstarpu-contribmpi-1.0 starpu-contrib-tools starpu-contrib-examples 
libsocl-contrib-1.0
Architecture: source amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libsocl-contrib-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-dev - Task scheduler for heterogeneous multicore machines - 
dev
 libstarpu-contribfft-1.0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contribmpi-1.0 - Task scheduler for heterogeneous multicore machines
 starpu-contrib-examples - Task scheduler for heterogeneous multicore machines 
- exs
 starpu-contrib-tools - Task scheduler for heterogeneous multicore machines - 
tools
Closes: 670422
Changes: 
 starpu-contrib (1.0.1-2) 

Bug#675347: ruby1.8-dev: rdepends FTBFS because of missing depends on gcc-4.6

2012-05-31 Thread Steven Chamberlain
Package: src:ruby1.8
Version: 1.8.7.358-3
Affects: src:ruby-rmagick
Severity: critical
Tags: sid wheezy patch
X-Debbugs-Cc: debian-r...@lists.debian.org
Justification: breaks unrelated software

Hi,

ruby-rmagick now FTBFS against ruby1.8 1.8.7.358-3 in sid.

This is because ruby1.8 forced compilation with gcc-4.6, and that choice
is stored as CONFIG[CC] on the system's rbconfig.rb.

When building ruby-rmagick, gcc-4.6 might not be available if it is not
the system's default gcc and there is no explicit dependency.  Recently
some arches defaulted to gcc-4.7, but on the other hand sparc still has
gcc-4.4 and has the same issue.

The rbconfig.rb file is owned by libruby1.8 but not all its users may
want to install a compiler.  ruby-rmagick (and presumably others) has a
Depends on ruby1.8-dev which may be a better place for this;  that
package depends on a libruby1.8 of the same package version.

So I think the best solution is for ruby1.8-dev to add a Depends on
gcc-4.6.  Otherwise it only Depends on libc6-dev, which in turn
Recommends any c-compiler where gcc-4.6 might not have otherwise been
chosen as the preferred one.

Build log excerpt:

 --- ext/RMagick
 /usr/bin/ruby1.8 
 /build/buildd-ruby-rmagick_2.13.1-5-kfreebsd-i386-pbFqNE/ruby-rmagick-2.13.1/ext/RMagick/extconf.rb
 checking for Ruby version = 1.8.5... yes
 checking for gcc-4.6... no
 No C compiler found in ${ENV['PATH']}. See mkmf.log for details.
 *** 
 /build/buildd-ruby-rmagick_2.13.1-5-kfreebsd-i386-pbFqNE/ruby-rmagick-2.13.1/ext/RMagick/extconf.rb
  failed ***
 Could not create Makefile due to some reason, probably lack of
 necessary libraries and/or headers.  Check the mkmf.log file for more
 details.  You may need configuration options.

Thanks!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
diff --git a/debian/control b/debian/control
index 784eac7..8f20fef 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@
 
 Package: ruby1.8-dev
 Architecture: any
-Depends: libruby1.8 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libruby1.8 (= ${binary:Version}), libc6-dev, ${misc:Depends}, gcc-4.6
 Recommends: ruby1.8 (= ${binary:Version})
 Provides: ruby-dev
 Description: Header files for compiling extension modules for the Ruby 1.8
diff --git a/debian/rules b/debian/rules
index 04069c8..5b68664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
 
 DEB_AUTO_UPDATE_AUTOCONF = YES
 
-CC = gcc-4.6 # see #674541
+CC = gcc-4.6 # see #674541; same version must be in Depends of ruby1.8-dev
 CFLAGS += -fno-strict-aliasing -g
 CXXFLAGS += -fno-strict-aliasing -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))


Bug#675349: sbuild: obsolete /etc/schroot/setup.d/99builddsourceslist incompatible with latest schroot version

2012-05-31 Thread Raphaël Hertzog
Package: sbuild
Version: 0.63.0-1
Severity: critical

With the latest schroot, the setup script
/etc/schroot/setup.d/99builddsourceslist shippped by sbuild breaks
all chroots.

$ LANG=C schroot -c sid -p
I: 99builddsourceslist: script-config file '/etc/schroot/default/config' does 
not exist
E: sid-58c37b67-cfca-43ae-b674-e2f03b9110ce: Chroot setup failed: 
stage=setup-start

This is because schroot dropped those files. Changelog of version 1.5.2 of
schroot says this:
  * schroot preinst: Remove default (script-config) conffiles on
upgrade.  These are deprecated and support will be dropped in
the future.

But apparently this /etc/schroot/setup.d/99builddsourceslist is no longer
provided by sbuild and should be dropped. sbuild should be updated to clean it
up automatically.

$ dpkg -s sbuild
Package: sbuild
Status: install ok installed
Priority: extra
Section: devel
Installed-Size: 453
Maintainer: Debian buildd-tools Developers 
buildd-tools-de...@lists.alioth.debian.org
Architecture: all
Version: 0.63.0-1
Depends: perl, perl-modules, libsbuild-perl (= 0.63.0-1), adduser, apt-utils
Recommends: fakeroot, debootstrap
Suggests: wget, deborphan
Conffiles:
 /etc/sbuild/sbuild.conf bf61a5b8ddaf658699915807a42780c3
 /etc/schroot/setup.d/99builddsourceslist 2ef52a245a5d42b8614ebf7b7e54fbff 
obsolete
[...]

$ dpkg-query -W schroot
schroot 1.5.4-1


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages sbuild depends on:
ii  adduser 3.113+nmu3
ii  apt-utils   0.9.5.1
ii  libsbuild-perl  0.63.0-1
ii  perl5.14.2-11
ii  perl-modules5.14.2-11

Versions of packages sbuild recommends:
ii  debootstrap  1.0.40
ii  fakeroot 1.18.3-1

Versions of packages sbuild suggests:
ii  deborphan  1.7.28.7
ii  wget   1.13.4-3

-- no debconf information



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



Processed (with 1 errors): Bug#673942: libreoffice: LibreOffice repeatedly freezes whole system

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

 severity 673942 important
Bug #673942 [libreoffice] libreoffice: LibreOffice repeatedly freezes whole 
system
Severity set to 'important' from 'critical'
 reassign 673942 xorg
Bug #673942 [libreoffice] libreoffice: LibreOffice repeatedly freezes whole 
system
Bug reassigned from package 'libreoffice' to 'xorg'.
No longer marked as found in versions libreoffice/1:3.4.6-2.
Ignoring request to alter fixed versions of bug #673942 to the same values 
previously set
 forcemerge 674818 673942
Bug #674818 {Done: Julien Cristau jcris...@debian.org} [xserver-xorg] 
xserver-xorg: X randomly freezes
Unable to merge bugs because:
package of #673942 is 'xorg' not 'xserver-xorg'
Failed to forcibly merge 674818: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x1b40928)', 
'requester', 'Rene Engelhard r...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'20120531081908.gb25...@rene-engelhard.de', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 887
eval {...} called at /usr/lib/debbugs/service line 886

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673942
674818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674818
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#654655: marked as done (wine-unstable: FTBFS on powerpc: #error define support for your CPU)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 14:07:55 +0100
with message-id 20120531130755.ga7...@reptile.pseudorandom.co.uk
and subject line Re: Bug#654655: wine-unstable: FTBFS on powerpc: #error define 
support for your CPU
has caused the Debian Bug report #654655,
regarding wine-unstable: FTBFS on powerpc: #error define support for your CPU
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.)


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

Source: wine-unstable
Version: 1.1.36-1
Severity: serious
Justification: fails to build from source
User: debian-powe...@lists.debian.org
Usertags: powerpc

wine-unstable FTBFS on powerpc:
| gcc-4.4 -c -I../../../dlls/dbghelp -I. -I../../../include -I../../include  
-D__WINESRC__ -D_IMAGEHLP_SOURCE_ -D_REENTRANT -fPIC -Wall -pipe 
-fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes 
-Wtype-limits -Wwrite-strings -Wpointer-arith  -O2 -g  -o dbghelp.o 
../../../dlls/dbghelp/dbghelp.c
| ../../../dlls/dbghelp/dbghelp.c:163:2: error: #error define support for your 
CPU
| ../../../dlls/dbghelp/dbghelp.c:165: error: expected expression before ';' 
token
| make[3]: *** [dbghelp.o] Error 1

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=wine-unstablearch=powerpcver=1.1.36-1stamp=1324130555

--
Jakub Wilk


---End Message---
---BeginMessage---
Version: 1.3.15-0.1

On Wed, 07 Mar 2012 at 00:30:49 +0100, Nicolas Le Cam wrote:
 This problem has been fixed upstream by commit
 64951f71101ca0c8ea42409c980b10b1171ba1a1 included in wine 1.2-rc2
 and above.

... and indeed the buildds were able to compile 1.3.15-0.1 on powerpc,
so I'm marking this as fixed.

S

---End Message---


Bug#675349: The problematic file

2012-05-31 Thread Raphael Hertzog
Attached is the obsolete file (as requested by Roger on IRC).

-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/
#!/bin/bash
# vim:set et ts=4 sw=4:
# Copyright © 2010 Marc Brockschmidt h...@debian.org
# Copyright © 2010 Andreas Barth a...@not.so.argh.org
# Copyright © 2010 Philipp Kern pk...@debian.org
#
# buildd is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# buildd is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see
# http://www.gnu.org/licenses/.
#
#

set -e

if [ -f $CHROOT_SCRIPT_CONFIG ]; then
. $CHROOT_SCRIPT_CONFIG
elif [ $2 = ok ]; then
echo script-config file '$CHROOT_SCRIPT_CONFIG' does not exist
exit 1
fi

VERBOSE=
if [ $AUTH_VERBOSITY = verbose ]; then
  VERBOSE=--verbose
fi

if [ -f /etc/schroot/conf.buildd ]; then
. /etc/schroot/conf.buildd
fi

function domirror() {
for SUITE in ${SUITES:-SUITE}; do
echo deb $1 | sed -e s,COMPONENT,${COMPONTENT}, -e 
s,SUITE,${SUITE},  $2
echo deb-src $1 | sed -e s,COMPONENT,${COMPONTENT_SRC}, -e 
s,SUITE,${SUITE},  $2
done
}

if [ $1 = setup-start ] || [ $1 = setup-recover ]; then
if [ -n ${SUITE_BASE} ]  [ ${SUITE_BASE} != etch ]  [ -f 
/etc/schroot/conf.buildd ]; then
APT_LIST=${CHROOT_PATH}/etc/apt/sources.buildd.list
APT_CONF=${CHROOT_PATH}/etc/apt/apt.conf.d/99buildd.conf
APT_KEYS=
APT_KEY_PACKAGES=
rm -f ${APT_LIST} ${APT_CONF}
if [ ${SUITE_BASE} = 'lenny' ]; then
APT_CONF=${CHROOT_PATH}/etc/apt/apt.conf
if [ -f ${APT_CONF} ]; then
mv ${APT_CONF} ${APT_CONF}.PREBUILDD
fi
fi

COMPONTENT=main contrib
COMPONTENT_SRC=main contrib non-free

if [ ${SUITE_VARIANT} = 'proposed-updates' ]; then
SUITES=${SUITE_BASE} ${SUITE_BASE}-proposed-updates
[ -n ${debian_mirror} ]  domirror ${debian_mirror} SUITE 
COMPONENT ${APT_LIST}
domirror http://ftp.debian.org/debian SUITE COMPONENT ${APT_LIST}
[ ${debian_incoming} != 'no' ]  domirror 
http://incoming.debian.org/debian SUITE COMPONENT ${APT_LIST}

elif [ ${SUITE_VARIANT} = 'security' ]; then
SUITES=${SUITE_BASE}
[ -n ${debian_mirror} ]  domirror ${debian_mirror} 
${SUITE_BASE} COMPONENT ${APT_LIST}
domirror http://ftp.debian.org/debian ${SUITE_BASE} COMPONENT 
${APT_LIST}
[ -n ${security_mirror} ]  domirror ${security_mirror} 
${SUITE_BASE} COMPONENT ${APT_LIST}
domirror http://security-master.debian.org/debian-security 
${SUITE_BASE}/updates COMPONENT ${APT_LIST}
domirror http://security-master.debian.org/buildd ${SUITE_BASE}/ 
${APT_LIST}

elif [ ${SUITE_VARIANT} = 'volatile' ]; then
SUITES=${SUITE_BASE} ${SUITE_BASE}-proposed-updates
[ -n ${debian_mirror} ]  domirror ${debian_mirror} SUITE 
COMPONENT ${APT_LIST}
domirror http://ftp.debian.org/debian SUITE COMPONENT ${APT_LIST}
[ -n ${volatile_mirror} ]  domirror ${volatile_mirror} 
SUITE/volatile COMPONENT ${APT_LIST}
domirror http://volatile.debian.org/debian-volatile SUITE/volatile 
COMPONENT ${APT_LIST}

elif [ ${SUITE_VARIANT%%-sloppy} = 'backports' ]; then
SUITES=${SUITE_BASE} ${SUITE_BASE}-proposed-updates
[ -n ${debian_mirror} ]  domirror ${debian_mirror} SUITE 
COMPONENT ${APT_LIST}
domirror http://ftp.debian.org/debian SUITE COMPONENT ${APT_LIST}
SUITES=${SUITE_BASE}
[ -n ${backports_mirror} ]  domirror ${backports_mirror} 
SUITE-backports COMPONENT ${APT_LIST}
domirror http://backports-master.debian.org/debian-backports/ 
SUITE-backports COMPONENT ${APT_LIST}
domirror 
http://backports-master.debian.org/buildd/${SUITE_BASE}-backports / 
${APT_LIST}
if [ $(echo ${SUITE_VARIANT} | cut -d - -f 2) = sloppy ]; then
[ -n ${backports_mirror} ]  domirror ${backports_mirror} 
SUITE-backports-sloppy COMPONENT ${APT_LIST}
domirror http://backports-master.debian.org/debian-backports/ 
SUITE-backports-sloppy COMPONENT ${APT_LIST}
domirror 
http://backports-master.debian.org/buildd/${SUITE_BASE}-backports-sloppy / 
${APT_LIST}
fi
APT_KEYS=${APT_KEYS} backports.org

elif [ ${SUITE_VARIANT} = 'edu' ]; then

Bug#670633: mod-proxy-html: diff for NMU version 3.0.1-1.1

2012-05-31 Thread Jakub Wilk

* Aron Xu a...@debian.org, 2012-05-31, 19:45:

(I'm not the maintainer.)

Again,


Again?

please read other reports before claiming something is not 
appropriate,


I read Developer's Reference 5.11.1, that should be enough.
But yes, I did read the bug log, too.


the maintainer of mod-proxy-html has said he will not fix the problem.


False and irrelevant. Also, the maintainer's answer was based of the 
false premise that Apache 2.4 is going to be uploaded to unstable soon.


I don't think wasting your time by reviewing such NMUs and claiming 
foo is not appropriate nor bar is a good idea than working on more 
true stuff on your plate (I guess you have plenty).


There's a simple way to stop me from doing reviews of your NMUs: don't 
NMU. It's a good idea anyway if you can't follow the basic rules. Thanks 
for considering.


--
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#675231: psad: prompting due to modified conffiles which were not modified by the user

2012-05-31 Thread Franck Joncourt

Le 30/05/2012 18:25, Andreas Beckmann a écrit :

Hi,


Hi,


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

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

[...]

I will have a look at it, thanks for the report.

Regards,

---
Franck



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



Processed: reassign 671118 to ibus-chewing

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

 #i386 needs to be rebuilt against the new libchewing
 reassign 671118 ibus-chewing
Bug #671118 [libchewing3] libchewing3: Unable to switch to chewing in ibus. 
Previous bug was not solved it seems.
Bug reassigned from package 'libchewing3' to 'ibus-chewing'.
No longer marked as found in versions libchewing/0.3.3-4.
Ignoring request to alter fixed versions of bug #671118 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671118
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#670633: mod-proxy-html: diff for NMU version 3.0.1-1.1

2012-05-31 Thread Aron Xu
On Thu, May 31, 2012 at 9:25 PM, Jakub Wilk jw...@debian.org wrote:
 * Aron Xu a...@debian.org, 2012-05-31, 19:45:

 (I'm not the maintainer.)

 Again,


 Again?


Again.

 please read other reports before claiming something is not appropriate,


 I read Developer's Reference 5.11.1, that should be enough.
 But yes, I did read the bug log, too.

 the maintainer of mod-proxy-html has said he will not fix the problem.


 False and irrelevant. Also, the maintainer's answer was based of the false
 premise that Apache 2.4 is going to be uploaded to unstable soon.


Your claim is a very weak one. If you have read the bug log, you'll
know that I've pinged the maintainer about Apache 2.4 will probably
not make its way to Wheezy some days ago. Also, you are not the
maintainer and you can't ask people to be obligated to your personal
claim about what is appropriate.

If the maintainer is objective to the NMU, then it's he, who will
speak up and I'll act as he wish. There is NMU notification, there is
NMU delay, then you'd better not bother to do such blame.

 I don't think wasting your time by reviewing such NMUs and claiming foo
 is not appropriate nor bar is a good idea than working on more true stuff
 on your plate (I guess you have plenty).


 There's a simple way to stop me from doing reviews of your NMUs: don't NMU.
 It's a good idea anyway if you can't follow the basic rules. Thanks for
 considering.


Another option is just ignoring your emails of such topic in the
futre, if you want. You are not the ruler to those NMUs, and the
maintainer whose package is being NMUed is. So what you said about
basic rule is simply your rule.


--
Best Regards,
Aron Xu



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



Bug#675309: nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open /usr/share/sgml/mutter-common/catalog

2012-05-31 Thread Michael Biebl
On 31.05.2012 13:47, Michael Biebl wrote:
 Hi,
 
 On 31.05.2012 09:20, Robert Luberda wrote:
 po4a or any other program that calls nsgmls fails with:
  nsgmls:/etc/sgml/mutter-common.cat:8:8:E: cannot open 
 /usr/share/sgml/mutter-common/catalog (No such file or directory)

 I can see in the changelog for 3.4.1-2 that removal of
 mutter-common.catalog file was intentional but
 /etc/sgml/mutter-common.cat still referes to it.
 
 Since update-catalog was responsible for installing this file into
 /etc/sgml, I'm wondering if it isn't also update-catalog's job to clean
 up the conffile once the package is removed or it stops shipping the
 catalog file.

In case of mutter-common the file /usr/share/sgml/mutter-common/catalog
is gone for good so I guess we can just forcefully remove
/etc/sgml/mutter-common.cat on upgrades.

I'm wondering though, what to do about metacity-common, which exposes
the same problem if the package is removed, but not purged.
Cleaning up the conffile on remove might be tricky, since you can't
just delete it. You'd have to move it away / rename it and move it back
if the package is re-installed.

 # cat /etc/sgml/metacity-common.cat
 CATALOG /usr/share/sgml/metacity-common/catalog
 # ls /usr/share/sgml/metacity-common/catalog
 ls: cannot access /usr/share/sgml/metacity-common/catalog: No such file
 or directory

As said, those dangling conffiles in /etc/sgml are a more general
problem. I'm wondering if nsgmls should handle that more gracefully/in a
more robust way.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#664527: pidgin: libpurple0 depends on libgstfarsight0.10-0, which conflicts with empathy

2012-05-31 Thread Евгений Василенко
Package: pidgin
Followup-For: Bug #664527

I have this problem too. So, when this problem will be fix in repository? I am
only beginner (user) in a Debian systems, so I don't know, how to make an d
install Pidgin now. :( I only can install Pidgin from repository.
With great thanks, Eugene!



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

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

Versions of packages pidgin depends on:
ii  gconf2  3.2.5-1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-1
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libfontconfig1  2.9.0-5
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgstreamer0.10-0  0.10.36-1
ii  libgtk2.0-0 2.24.10-1
ii  libgtkspell02.0.16-1
ii  libice6 2:1.0.8-2
ii  libpango1.0-0   1.30.0-1
ii  libpurple0  none
ii  libsm6  2:1.2.1-2
ii  libx11-62:1.4.99.901-2
ii  libxml2 2.7.8.dfsg-9.1
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.14.2]  5.14.2-11
ii  pidgin-data 2.10.4-1.1

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-2

Versions of packages pidgin suggests:
ii  evolution-data-server  3.2.2-3
ii  gnome-panel3.4.1-1
ii  libsqlite3-0   3.7.11-3



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



Bug#674391: autofs: diff for NMU version 5.0.6-1.1

2012-05-31 Thread Dmitrijs Ledkovs
tags 674391 + patch
tags 674391 + pending
thanks

Dear maintainer,

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

Regards.
diff -Nru autofs-5.0.6/debian/changelog autofs-5.0.6/debian/changelog
--- autofs-5.0.6/debian/changelog   2012-04-25 08:20:20.0 +0100
+++ autofs-5.0.6/debian/changelog   2012-05-31 13:56:56.0 +0100
@@ -1,3 +1,14 @@
+autofs (5.0.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/18ftbfs_autoreconf.patch: Fix FTBFS due to autoconf run
+at clean target. (Closes: #674391)
+  * debian/rules, debian/control: Run autoconf and autotools with dh
+helper instead.
+  * debian/patches/17ld.patch: FTBFS with gold / ld --no-add-needed
+  
+ -- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com  Thu, 31 May 2012 13:51:39 
+0100
+
 autofs (5.0.6-1) unstable; urgency=low
 
   * New upstream release
diff -Nru autofs-5.0.6/debian/control autofs-5.0.6/debian/control
--- autofs-5.0.6/debian/control 2012-04-25 05:38:18.0 +0100
+++ autofs-5.0.6/debian/control 2012-05-31 13:55:14.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Dmitry Smirnov only...@member.fsf.org
 Uploaders: Jan Christoph Nordholz he...@pool.math.tu-berlin.de
 Standards-Version: 3.9.3
-Build-Depends: debhelper (= 9), autoconf, lsb-base,
+Build-Depends: debhelper (= 9), autotools-dev, dh-autoreconf, lsb-base,
  bison, flex, libhesiod-dev, libkrb5-dev, libldap-dev, libsasl2-dev, 
libssl-dev, libxml2-dev
 Homepage: http://www.kernel.org/pub/linux/daemons/autofs/v5/
 
diff -Nru autofs-5.0.6/debian/patches/17ld.patch 
autofs-5.0.6/debian/patches/17ld.patch
--- autofs-5.0.6/debian/patches/17ld.patch  1970-01-01 01:00:00.0 
+0100
+++ autofs-5.0.6/debian/patches/17ld.patch  2012-05-31 13:57:26.0 
+0100
@@ -0,0 +1,68 @@
+Description: FTBFS with gold / ld --no-add-needed
+
+diff -Naurp autofs5-5.0.6.orig//aclocal.m4 autofs5-5.0.6//aclocal.m4
+--- autofs5-5.0.6.orig//aclocal.m4 2011-06-28 03:34:35.0 -0400
 autofs5-5.0.6//aclocal.m4  2011-07-03 21:44:22.090944882 -0400
+@@ -241,9 +241,9 @@ dnl 
+ AC_DEFUN([AF_CHECK_LIBHESIOD],
+ [AC_MSG_CHECKING(for libhesiod)
+ 
+-# save current ldflags
+-af_check_hesiod_save_ldflags=$LDFLAGS
+-LDFLAGS=$LDFLAGS -lhesiod -lresolv
++# save current libs
++af_check_hesiod_save_libs=$LIBS
++LIBS=$LIBS -lhesiod -lresolv
+ 
+ AC_TRY_LINK(
+   [ #include hesiod.h ],
+@@ -253,8 +253,8 @@ AC_TRY_LINK(
+ AC_MSG_RESULT(yes) ],
+   [ AC_MSG_RESULT(no) ])
+ 
+-# restore ldflags
+-LDFLAGS=$af_check_hesiod_save_ldflags
++# restore libs
++LIBS=$af_check_hesiod_save_ldflags
+ ])
+ 
+ dnl --
+diff -Naurp autofs5-5.0.6.orig//configure autofs5-5.0.6//configure
+--- autofs5-5.0.6.orig//configure  2011-06-28 03:34:35.0 -0400
 autofs5-5.0.6//configure   2011-07-03 21:44:22.100944883 -0400
+@@ -4030,9 +4030,9 @@ then
+   { $as_echo $as_me:${as_lineno-$LINENO}: checking for libhesiod 5
+ $as_echo_n checking for libhesiod...  6; }
+ 
+-# save current ldflags
+-af_check_hesiod_save_ldflags=$LDFLAGS
+-LDFLAGS=$LDFLAGS -lhesiod -lresolv
++# save current libs
++af_check_hesiod_save_ldflags=$LIBS
++LIBS=$LIBS -lhesiod -lresolv
+ 
+ cat confdefs.h - _ACEOF conftest.$ac_ext
+ /* end confdefs.h.  */
+@@ -4057,8 +4057,8 @@ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ 
+-# restore ldflags
+-LDFLAGS=$af_check_hesiod_save_ldflags
++# restore libs
++LIBS=$af_check_hesiod_save_ldflags
+ 
+   if test $HAVE_HESIOD == 1; then
+ 
+diff -Naurp autofs5-5.0.6.orig//daemon/Makefile autofs5-5.0.6//daemon/Makefile
+--- autofs5-5.0.6.orig//daemon/Makefile2011-06-28 03:34:35.0 
-0400
 autofs5-5.0.6//daemon/Makefile 2011-07-03 21:44:22.100944883 -0400
+@@ -20,7 +20,7 @@ CFLAGS += -DAUTOFS_FIFO_DIR=\$(autofsfi
+ CFLAGS += -DAUTOFS_FLAG_DIR=\$(autofsflagdir)\
+ CFLAGS += -DVERSION_STRING=\$(version)\
+ LDFLAGS += -rdynamic
+-LIBS = -ldl
++LIBS = -ldl -lpthread
+ 
+ ifeq ($(LDAP), 1)
+ CFLAGS += $(XML_FLAGS)
diff -Nru autofs-5.0.6/debian/patches/18ftbfs_autoreconf.patch 
autofs-5.0.6/debian/patches/18ftbfs_autoreconf.patch
--- autofs-5.0.6/debian/patches/18ftbfs_autoreconf.patch1970-01-01 
01:00:00.0 +0100
+++ autofs-5.0.6/debian/patches/18ftbfs_autoreconf.patch2012-05-31 
13:33:30.0 +0100
@@ -0,0 +1,30 @@
+Description: Fix FTBFS. Remove unconditional autoreconf in clean target.
+Author: Dmitrijs Ledkovs dmitrijs.ledk...@canonical.com
+Bug-Debian: http://bugs.debian.org/674391
+Last-Update: 2012-05-31
+
+=== modified file 'Makefile'
+--- old/Makefile   2008-04-28 15:55:37 +
 new/Makefile   2012-05-31 12:32:27 +
+@@ -38,8 +38,6 @@
+   echo x  .autofs-`cat .version`
+   sed -e s/(\.autofs-[0-9.]\+)/(.autofs-`cat 

Processed: autofs: diff for NMU version 5.0.6-1.1

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

 tags 674391 + patch
Bug #674391 [src:autofs] autofs: FTBFS: dpkg-buildpackage: error: dpkg-source 
-b autofs-5.0.6 gave error exit status 2
Added tag(s) patch.
 tags 674391 + pending
Bug #674391 [src:autofs] autofs: FTBFS: dpkg-buildpackage: error: dpkg-source 
-b autofs-5.0.6 gave error exit status 2
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674391
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#667423: marked as done (xorp: ftbfs with GCC-4.7)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 15:28:40 +
with message-id e1sa7im-0005pa...@franck.debian.org
and subject line Bug#667423: fixed in xorp 1.8.5-1.1
has caused the Debian Bug report #667423,
regarding xorp: ftbfs with GCC-4.7
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.)


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

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

fea/data_plane/ifconfig/ifconfig_get_netlink_socket.cc:283:9: error: cast from 
type 'const nlmsghdr*' to type 'char*' casts away qualifiers [-Werror=cast-qual]

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/xorp_1.8.5-1_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_rip.so -Wl,-z,origin 
-rdynamic -shared obj/x86_64-unknown-linux-gnu/xrl/interfaces/rip_xif.os 
-Lobj/x86_64-unknown-linux-gnu/xrl/interfaces/usr/lib -Lxrl/interfaces/usr/lib 
-Lobj/x86_64-unknown-linux-gnu/libxipc -Llibxipc 
-Lobj/x86_64-unknown-linux-gnu/libcomm -Llibcomm 
-Lobj/x86_64-unknown-linux-gnu/libxorp -Llibxorp -lxorp_ipc -lxorp_comm 
-lxorp_core
Symlink(/«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_rip.so,
 as /«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/lib/libxif_rip.so)
/«PKGBUILDDIR»/xrl/scripts/clnt-gen 
-Iobj/x86_64-unknown-linux-gnu/xrl/interfaces/../.. --output-dir 
obj/x86_64-unknown-linux-gnu/xrl/interfaces xrl/interfaces/ripng.xif
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/ripng_xif.os -c -O2 -g3 
-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -ftemplate-depth-25 -pipe -DXORP_BUILDINFO -fPIC 
-DXRL_PF=120 -DXORP_VERSION=1.8.5 -Iobj/x86_64-unknown-linux-gnu -I. -I. 
obj/x86_64-unknown-linux-gnu/xrl/interfaces/ripng_xif.cc
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_ripng.so 
-Wl,-z,origin -rdynamic -shared 
obj/x86_64-unknown-linux-gnu/xrl/interfaces/ripng_xif.os 
-Lobj/x86_64-unknown-linux-gnu/xrl/interfaces/usr/lib -Lxrl/interfaces/usr/lib 
-Lobj/x86_64-unknown-linux-gnu/libxipc -Llibxipc 
-Lobj/x86_64-unknown-linux-gnu/libcomm -Llibcomm 
-Lobj/x86_64-unknown-linux-gnu/libxorp -Llibxorp -lxorp_ipc -lxorp_comm 
-lxorp_core
Symlink(/«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_ripng.so,
 as /«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/lib/libxif_ripng.so)
/«PKGBUILDDIR»/xrl/scripts/clnt-gen 
-Iobj/x86_64-unknown-linux-gnu/xrl/interfaces/../.. --output-dir 
obj/x86_64-unknown-linux-gnu/xrl/interfaces xrl/interfaces/vrrp.xif
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/vrrp_xif.os -c -O2 -g3 
-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -ftemplate-depth-25 -pipe -DXORP_BUILDINFO -fPIC 
-DXRL_PF=120 -DXORP_VERSION=1.8.5 -Iobj/x86_64-unknown-linux-gnu -I. -I. 
obj/x86_64-unknown-linux-gnu/xrl/interfaces/vrrp_xif.cc
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_vrrp.so -Wl,-z,origin 
-rdynamic -shared obj/x86_64-unknown-linux-gnu/xrl/interfaces/vrrp_xif.os 
-Lobj/x86_64-unknown-linux-gnu/xrl/interfaces/usr/lib -Lxrl/interfaces/usr/lib 
-Lobj/x86_64-unknown-linux-gnu/libxipc -Llibxipc 
-Lobj/x86_64-unknown-linux-gnu/libcomm -Llibcomm 
-Lobj/x86_64-unknown-linux-gnu/libxorp -Llibxorp -lxorp_ipc -lxorp_comm 
-lxorp_core
Symlink(/«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/xrl/interfaces/libxif_vrrp.so,
 as /«PKGBUILDDIR»/obj/x86_64-unknown-linux-gnu/lib/libxif_vrrp.so)
/«PKGBUILDDIR»/xrl/scripts/clnt-gen 
-Iobj/x86_64-unknown-linux-gnu/xrl/interfaces/../.. --output-dir 
obj/x86_64-unknown-linux-gnu/xrl/interfaces xrl/interfaces/ospfv2.xif
g++ -o obj/x86_64-unknown-linux-gnu/xrl/interfaces/ospfv2_xif.os -c -O2 -g3 
-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -ftemplate-depth-25 -pipe -DXORP_BUILDINFO -fPIC 
-DXRL_PF=120 -DXORP_VERSION=1.8.5 -Iobj/x86_64-unknown-linux-gnu -I. 

Processed: Working on a QA upload of unadf

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

 tag 675221 + pending
Bug #675221 [unadf] Maintainer or uploader address bounces
Added tag(s) pending.
 tag 458129 + pending
Bug #458129 [unadf] unadf: fails with error on amd64
Added tag(s) pending.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
458129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458129
675221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675221
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#675294: installation-reports: No disk drive was detected during 6.0 install

2012-05-31 Thread Lennart Sorensen
On Wed, May 30, 2012 at 10:20:36PM -0400, Mike Bianchi wrote:
 Package: installation-reports
 Severity: grave
 Tags: d-i
 Justification: renders package unusable
 
 
 While installing squeeze from a netinstall cd, after entering the user name 
 and password,
 the message No disk drive was detected came up with a list of driver names.
 
 The drive is a new SATA 6.0Gb/s on an Intel DZ68BC mother board + I5-2500K 
 processor.
  The blue SATA cable was wired to the SATA 6 connector on the MoBo.
 
 The fix was to use a red SATA cable wired to the SATA 3.0 connector during 
 the install.
  Afterwards, the 6.0 connection fails --
  grub starts and lets me select the Debian entry or the recovery entry, but 
 the boot fails
 with a message that it cannot find 
 /dev/disk/by-uuid/15f48ced-09a9-43a7-be73-c0fd7554dc14 .
 
 Switching back to the 3.0 connector lets me run the system, which is a 
 get-around I'm using now.
 
 I'm guessing there isn't SATA 6.0 support.

There is, but not for that Marvell controller.

If you were to install the 3.2.0 kernel from backports, it should work
with the SATA 6.0 controller.

 Comments/Problems:
 
 Description of the install, in prose, and any thoughts, comments
   and ideas you had during the initial install.
 
 Before I installed squeeze, I installed Suse 12.1 on /dev/sda2,
  Xubuntu 12.04 on /dev/sda6,
  Ubuntu 12.04 on /dev/sda7
 All worked with the 6.0 SATA connection. 

 I strongly suspect they benefit from using Linux kernel 3.2.0 .

Absolutely correct.

 Please make sure that the hardware-summary log file, and any other
 installation logs that you think would be useful are attached to this
 report. Please compress large files using gzip.
 
 Once you have filled out this report, mail it to sub...@bugs.debian.org.
 
 ==
 Installer lsb-release:
 ==
 DISTRIB_ID=Debian
 DISTRIB_DESCRIPTION=Debian GNU/Linux installer
 DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106+squeeze4+b1
 X_INSTALLATION_MEDIUM=cdrom
 
 ==
 Installer hardware-summary:
 ==
 uname -a: Linux foveal5 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 
 x86_64 GNU/Linux
[snip]
 lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation Cougar Point 6 
 port SATA AHCI Controller [8086:1c02] (rev 05)
 lspci -knn:   Subsystem: Intel Corporation Device [8086:201c]
 lspci -knn:   Kernel driver in use: ahci
[snip]
 lspci -knn: 06:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 
 Device [1b4b:91a3] (rev 11)
 lspci -knn:   Subsystem: Intel Corporation Device [8086:201c]
 lspci -knn: 07:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 
 Device [1b4b:91a3] (rev 11)
 lspci -knn:   Subsystem: Intel Corporation Device [8086:201c]
[snip]

This Marvell AHCI/RAID 6Gbps SATA controller was only added around 2.6.37,
so 2.6.32 in debian stable will not detect it.

The intel AHCI SATA controller above on the other hand is supported
which is why that works for you.

-- 
Len Sorensen



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



Bug#675370: libchef-ruby,libchef-ruby1.8: uninstallable in sid

2012-05-31 Thread Andreas Beckmann
Package: libchef-ruby,libchef-ruby1.8
Version: 0.10.10-1
Severity: grave
Tags: sid
Justification: renders package unusable
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

Package: libchef-ruby
Version: 0.10.10-1
Depends: chef

Package: libchef-ruby1.8
Version: 0.10.10-1
Depends: chef

Package: chef
Version: 0.10.10-1
Replaces: libchef-ruby, libchef-ruby1.8
Provides: libchef-ruby, libchef-ruby1.8
Conflicts: libchef-ruby, libchef-ruby1.8

The chef package needs to use versioned Breaks/Replaces on the old
versions of libchef-ruby and libchef-ruby1.8. The transitional packages
must be installable in wheezy and may be removed in wheezy+1.
Unstallable transitional packages will block the transition to testing.


Cheers,

Andreas



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



Bug#672619: gmysqlcc: FTBFS /usr/bin/ld: cannot find -lssl

2012-05-31 Thread gregor herrmann
On Sat, 12 May 2012 14:55:51 +0200, Samuel Thibault wrote:

 gmysqlcc currently FTBFS in sid:
 
 x86_64-linux-gnu-gcc -Wall  -Wall -g -ggdb  -Wl,-z,defs -o gmysqlcc 
 gmlc_gui_helpers.o gmlc_gui_connexions.o gmlc_gui_server.o 
 gmlc_gui_server_tab.o gmlc_gui_server_tab_data.o gmlc_gui_server_tab_help.o 
 gmlc_gui_server_tab_query.o gmlc_main.o gmlc_misc_config.o 
 gmlc_misc_hashtable.o gmlc_mysql_structure.o gmlc_mysql_server.o 
 gmlc_mysql_query.o gmlc_mysql_database.o gmlc_mysql_table.o gmlc_mysql_view.o 
 gmlc_mysql_procedure.o gmlc_mysql_function.o -lgtk-x11-2.0 -lgdk-x11-2.0 
 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo 
 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   
 -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 
 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 
 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   
 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -lssl 
 -lcrypto -ldl 
 /usr/bin/ld: cannot find -lssl

Builds fine now.

I asumme this was fixed in libmysqlclient-dev 5.5.23+dfsg-1; 
cf. the discussion in #674395 (libdbd-mysql-perl had the same
effects) and #673865 in mysql-5.5.

I suggest to close this bug.


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: James Taylor: Don't Let Me Be Lonely Tonight


signature.asc
Description: Digital signature


Bug#673841: marked as done (sofa-framework: FTBFS with GCC-4.7)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 16:19:33 +
with message-id e1sa861-00016c...@franck.debian.org
and subject line Bug#673841: fixed in sofa-framework 1.0~beta4-7
has caused the Debian Bug report #673841,
regarding sofa-framework: FTBFS with GCC-4.7
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.)


-- 
673841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673841
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sofa-framework
Version: 1.0~beta4-6
Severity: serious
Justification: FTBFS

Hello,

sofa-framework currently FTBFS in sid:

componentmodel/behavior/MechanicalMapping.inl:91:3: error: 'apply' was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]

See attached full log.

Samuel

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

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

-- 
Samuel Thibault samuel.thiba...@fnac.net
* y se leve dans 2h10


sofa-framework.log.gz
Description: application/gunzip
---End Message---
---BeginMessage---
Source: sofa-framework
Source-Version: 1.0~beta4-7

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

libsofa1-dev_1.0~beta4-7_amd64.deb
  to main/s/sofa-framework/libsofa1-dev_1.0~beta4-7_amd64.deb
libsofa1_1.0~beta4-7_amd64.deb
  to main/s/sofa-framework/libsofa1_1.0~beta4-7_amd64.deb
sofa-apps_1.0~beta4-7_amd64.deb
  to main/s/sofa-framework/sofa-apps_1.0~beta4-7_amd64.deb
sofa-data_1.0~beta4-7_all.deb
  to main/s/sofa-framework/sofa-data_1.0~beta4-7_all.deb
sofa-framework_1.0~beta4-7.debian.tar.gz
  to main/s/sofa-framework/sofa-framework_1.0~beta4-7.debian.tar.gz
sofa-framework_1.0~beta4-7.dsc
  to main/s/sofa-framework/sofa-framework_1.0~beta4-7.dsc
sofa-tutorials_1.0~beta4-7_all.deb
  to main/s/sofa-framework/sofa-tutorials_1.0~beta4-7_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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated sofa-framework 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, 31 May 2012 16:19:59 +0200
Source: sofa-framework
Binary: sofa-apps libsofa1-dev libsofa1 sofa-tutorials sofa-data
Architecture: source amd64 all
Version: 1.0~beta4-7
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 libsofa1   - Simulation Open Framework Architecture - runtime
 libsofa1-dev - Simulation Open Framework Architecture - development
 sofa-apps  - GUI for the Simulation Open Framework Architecture (SOFA)
 sofa-data  - Simulation Open Framework Architecture - data
 sofa-tutorials - Simulation Open Framework Architecture - tutorials
Closes: 662508 673841
Changes: 
 sofa-framework (1.0~beta4-7) unstable; urgency=low
 .
   * debian/watch: also seek for https URLs
   * debian/get-orig-source:
 - Fetch any new version not only one hard coded version
 - Make sure also versioned external library sources will
   be removed
   * debian/rules
 - debian/*.{install,manpages} (make more use of dh_* helper files)
 - Fixed clean target
 - use short dh to simplify further packaging including hardening
   * debian/control:
 - Build-Depends: libeigen3-dev, libqglviewer-qt4-dev,
   libsuitesparse-dev
 - Build-Depends: s/libpng12-dev/libpng-dev/
   Closes: #662508
 - Standards-Version: 3.9.3 (no changes needed)
 - Do not build sofa-doc by default (see README.source)
   * debian/copyright: ensure DEP5 by fixing using
   cme fix dpkg-copyright
   * debian/patches/sofa-framework-gcc-4.7.diff: Fix gcc-4.7 build issue
 Thanks to Matej Vela v...@debian.org for the patch
 Closes: #673841
   * debian/README.source:
  - delete remark about quilt which is redundant these days
  

Processed: palp: license change not yet properly documented in the package

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

 retitle 675301 palp: license change not yet properly documented in the package
Bug #675301 [palp] palp: non-free license and copyright/license violation
Changed Bug title to 'palp: license change not yet properly documented in the 
package' from 'palp: non-free license and copyright/license violation'
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
675301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675301
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#675301: palp: license change not yet properly documented in the package

2012-05-31 Thread Bart Martens
retitle 675301 palp: license change not yet properly documented in the package
stop

There is one thing left to do.  This should be added to debian/copyright :

  | From: Harald Skarke ska...@hep.itp.tuwien.ac.at
  | Date: Thu, 31 May 2012 13:03:16 +0200 (CEST)
  | 
  | To whom it may concern:
  | 
  | I hereby declare that the line The package must be distributed as a 
  | whole, including this file. in the file COPYING in versions of PALP prior 
  | to PALP 2.1 should not be considered applicable, as the corresponding 
  | version of this file in PALP 2.1 shows.
  | 
  | Harald Skarke

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#674089: mime-support: removed application/x-httpd-* can lead to immense security problems

2012-05-31 Thread Christoph Anton Mitterer
So from my side I'd say the following:

1) IF a change like this happens,.. it definitely must go to the NEWS
file, as - in the case of Apache HTTPD Server - it can even have
security relevant outcomes.
So Brian, as long as this change stays, could you please add such
information?

2) I Agree with Thijs (IIRC it was him) comment, that there are security
implications in apache, i.e. that the mime.types file _alone_ would also
have files like foo.php.jpeg marked as application/x-httpd-php and
therefore possibly interpreted as PHP code (which is well known, but
stupid and dangerous anyway.
But that's easy to solve, see below.

3) Given that mime.types may be used by many programs, which may want to
know about PHP files as well... it's a bad idea to fix Apache HTTPD's
stupidity (well at least difficult extension handling) by removing
types from mime.types.




I therefore propose the following changes, which should be also ok for
the apache folks:

a) Add these type definitions back to mime.types

b) in the mime.conf of Apache, add:

#Note: The following is a security measure to remove any possible mappings that 
would also apply on “middle extensions” (for example “test.php.png”).
RemoveType php
Files ?*.php
AddType application/x-httpd-php php
/Files

Motivation:
- AddHandler php5-cgi .php alone makes that any file that has the php 
extension at any
  place, e.g. also example.php.jpeg being interpreted by php, which can lead to 
the usual
  security attacks.
  Putting that in a Files ?*.php block, prevents this and only files ending 
in .php
  (which excludes the file .php itself) will be interpreted.

- The RemoveType php removes any previous possible mappings that may also 
affect the
  middle extensions.
  The current /etc/mime.types file in Debian does not longer set a MIME type 
for PHP so
  with that one it's not a problem,... but IMHO that should return to 
mime.types as it's
  not the business of that file to secure the strange extensions handling from 
apache.

c) instead or in addition to (b)
Disable the TypesConfig /etc/mime.types per default in the apache config 
shipped with Debian.
Given how Apache works with that it can be dangerous and perhaps it would be 
better if admins have to manualla enable it.


Apache folks,... what do you think?

Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Processed: tagging 634890

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

 tags 634890 + help
Bug #634890 [klibc-utils] klibc-utils: sh.shared segmentation fault (armhf)
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
634890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634890
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#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-31 Thread gregor herrmann
On Sun, 13 May 2012 02:10:15 +0200, Sebastian Ramacher wrote:

 On 19/04/12 21:12, Lucas Nussbaum wrote:
  Relevant part:
  gcc -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config 
  --cflags`  `pkg-config lua --cflags --silence-errors ||pkg-config lua5.1 
  --cflags --silence-errors ||pkg-config lua-5.1 --cflags` -D__ENABLE_LUA__  
   -O -Wall -g -O2 -c fileformats.c -o ../obj/unix/fileformats.o
  fileformats.c:30:17: fatal error: png.h: No such file or directory
  compilation terminated.
  make[1]: *** [../obj/unix/fileformats.o] Error 1
 
 Please find attached a patch to fix this FTBFS.

Hm, builds fine for me now as-is ...

Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rolling Stones: Potted-shrimp


signature.asc
Description: Digital signature


Processed: severity of 629351 is important

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

 severity 629351 important
Bug #629351 [gnome-settings-daemon] Segfault on startup (Loongson2F mipsel 
system)
Severity set to 'important' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
629351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629351
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#675373: virtualbox: segfault in libQtCore.so.4.8.1

2012-05-31 Thread Damien Couroussé
Package: virtualbox
Version: 4.1.14-dfsg-1
Severity: grave
Justification: renders package unusable



hello,

virtualbox segfaults. dmesg displays the following:
[33391.906793] VirtualBox[25243]: segfault at 0 ip 7fa49a5cf43a sp 
7fffc3ee1140 error 4 in libQtCore.so.4.8.1[7fa49a54e000+2cc000]

Indeed, libQTCore.so is found here in the version of libqtcore4
installed on my system :

$ dpkg -L libqtcore4
(...)
/usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.1
(...)

regards,
Damien




-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (400, 'testing'), (200, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages virtualbox depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcurl3   7.21.0-2.1+squeeze2   Multi-protocol file transfer libra
ii  libgcc11:4.4.5-8 GCC support library
ii  libgsoap2  2.8.7-1   Runtime libraries for gSOAP
ii  libpng12-0 1.2.44-1+squeeze4 PNG library - runtime
ii  libpython2.7   2.7.2-8   Shared Python runtime library (ver
ii  libsdl1.2debian1.2.14-6.1Simple DirectMedia Layer
ii  libssl1.0.01.0.0h-1  SSL shared libraries
ii  libstdc++6 4.6.2-12  GNU Standard C++ Library v3
ii  libvncserver0  0.9.7-2+b1API to write one's own vnc server
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxcursor11:1.1.13-1X cursor management library
ii  libxext6   2:1.3.1-2 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-2+squeeze4 GNOME XML library
ii  libxmu62:1.0.5-2 X11 miscellaneous utility library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  python 2.6.7-3   interactive high-level object-orie
ii  python-central 0.6.16+nmu1   register and build utility for Pyt
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]   7.7.1-5   A free implementation of the OpenG
ii  libqt4-opengl  4:4.8.1-1 Qt 4 OpenGL module
ii  libqtcore4 4:4.8.1-1 Qt 4 core module
ii  libqtgui4  4:4.8.1-1 Qt 4 GUI module
ii  virtualbox-dkms4.1.14-dfsg-1 x86 virtualization solution - kern
ii  virtualbox-qt  4.1.14-dfsg-1 x86 virtualization solution - Qt b

Versions of packages virtualbox suggests:
ii  vde2  2.3.2-4Virtual Distributed Ethernet
pn  virtualbox-guest-additions-is none (no description available)

-- no debconf information



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



Processed: palp: license change not yet properly documented in the package

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

 found 675301 1.1-1
Bug #675301 [palp] palp: license change not yet properly documented in the 
package
Marked as found in versions palp/1.1-1.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
675301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675301
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#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-31 Thread gregor herrmann
On Sat, 12 May 2012 23:29:30 +0200, Sebastian Ramacher wrote:

 On 30/03/12 11:14, Lucas Nussbaum wrote:
  Relevant part:
  gcc version 4.6.3 (Debian 4.6.3-1) 
  configure:2329: $? = 0
  configure:2331: gcc -V /dev/null 5
  gcc: error: unrecognized option '-V'
  gcc: fatal error: no input files
  compilation terminated.
 
 Please find attached a patch to fix this FTBFS.

Here's a different approach to this issue that looks more
debhelper-ish to me.

But lintian -F (ftp-amster autoreject reasosns) reports a problem:
E: euler: binary-or-shlib-defines-rpath usr/bin/euler /usr/lib/x86_64-linux-gnu

That means the package can't be uploaded as-is ...


Cheers,
gregor 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Funny Van Dannen: Ich habe einen Arbeitsplatz vernichtet
diff -Nru euler-1.61.0/debian/changelog euler-1.61.0/debian/changelog
--- euler-1.61.0/debian/changelog   2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/changelog   2012-05-31 19:16:50.0 +0200
@@ -1,3 +1,12 @@
+euler (1.61.0-8.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: gcc: error: unrecognized option '-V':
+use debhelper override in debian/rules.
+(Closes: #666337)
+
+ -- gregor herrmann gre...@debian.org  Thu, 31 May 2012 18:58:18 +0200
+
 euler (1.61.0-8) unstable; urgency=low
 
   * Switched to source format 3.0 (quilt).
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules   2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/rules   2012-05-31 19:15:04.0 +0200
@@ -2,12 +2,10 @@
 
 LDFLAGS += -Wl,--as-needed
 
-build:
-   cp -f /usr/share/misc/config.guess .
-   cp -f /usr/share/misc/config.sub .
-   dh build
-
 %:
dh $@
 
-.PHONY: build
+override_dh_auto_configure:
+   cp -f /usr/share/misc/config.guess .
+   cp -f /usr/share/misc/config.sub .
+   dh_auto_configure


signature.asc
Description: Digital signature


Bug#675216: marked as done (Maintainer or uploader address bounces)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 17:18:47 +
with message-id e1sa91l-0004ty...@franck.debian.org
and subject line Bug#675216: fixed in lie 2.2.2+dfsg-2
has caused the Debian Bug report #675216,
regarding Maintainer or uploader address bounces
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.)


-- 
675216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675216
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lie
Version: 2.2.2+dfsg-1.2
Severity: serious

Hi!

It seems that an E-Mail address listed in the maintainer or uploaders field 
bounces.


Best regards,
  Alexander

- Forwarded message from Mail Delivery System 
mailer-dae...@franck.debian.org -

From: Mail Delivery System mailer-dae...@franck.debian.org
Subject: Mail delivery failed: returning message to sender
To: envel...@ftp-master.debian.org
Date: Wed, 30 May 2012 15:01:31 +
Message-Id: e1szkox-0001rc...@franck.debian.org

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  gur...@linuks.mine.nu
Unrouteable address

-- This is a copy of the message, including all the headers. --

Return-path: envel...@ftp-master.debian.org
Received: from dak by franck.debian.org with local (Exim 4.72)
(envelope-from envel...@ftp-master.debian.org)
id 1SZkMy-mb-0f; Wed, 30 May 2012 14:59:28 +
Date: Wed, 30 May 2012 14:59:28 +
Message-Id: e1szkmy-mb...@franck.debian.org
From: Debian FTP Masters ftpmas...@ftp-master.debian.org
To: gregor herrmann gre...@debian.org, =?utf-8?b?R8O8cmthbiBTZW5nw7xu?= 
gur...@linuks.mine.nu
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: textedit.app
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Subject: textedit.app_4.0+20061029-3.2_amd64.changes ACCEPTED into unstable
Sender: Archive Administrator d...@franck.debian.org




Accepted:
textedit.app_4.0+20061029-3.2.diff.gz
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.diff.gz
textedit.app_4.0+20061029-3.2.dsc
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.dsc
textedit.app_4.0+20061029-3.2_amd64.deb
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2_amd64.deb


Changes:
textedit.app (4.0+20061029-3.2) unstable; urgency=low
 .
  * Non-maintainer upload.
  * Fix FTBFS with GCC-4.7: apply patch from Yavor Doganov.
(Closes: #667886)


Override entries for your package:
textedit.app_4.0+20061029-3.2.dsc - source gnustep
textedit.app_4.0+20061029-3.2_amd64.deb - optional gnustep

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 667886 


Thank you for your contribution to Debian.


- End forwarded message -


---End Message---
---BeginMessage---
Source: lie
Source-Version: 2.2.2+dfsg-2

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

lie_2.2.2+dfsg-2.debian.tar.gz
  to main/l/lie/lie_2.2.2+dfsg-2.debian.tar.gz
lie_2.2.2+dfsg-2.dsc
  to main/l/lie/lie_2.2.2+dfsg-2.dsc
lie_2.2.2+dfsg-2_amd64.deb
  to main/l/lie/lie_2.2.2+dfsg-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Gürkan Sengün gur...@phys.ethz.ch (supplier of updated lie 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, 31 May 2012 12:44:44 +0200
Source: lie
Binary: lie
Architecture: source amd64
Version: 2.2.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 lie- Computer algebra package for Lie group computations
Closes: 675216
Changes: 
 lie (2.2.2+dfsg-2) unstable; urgency=low
 .
   [ Gürkan Sengün ]
   * Update my email address. (Closes: #675216)
   * Added debian/source/format, switch to format 3.0 (quilt)
   * Fix lintian-warning debian-rules-missing-recommended-target
   * Bump standards version to 3.9.3, switch to format 3.0 (quilt)
   * Bump debhelper version to 8.
 .
   [ Axel 

Bug#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 18:42, gregor herrmann wrote:
 On Sun, 13 May 2012 02:10:15 +0200, Sebastian Ramacher wrote:
 
 On 19/04/12 21:12, Lucas Nussbaum wrote:
 Relevant part:
 gcc -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config 
 --cflags`  `pkg-config lua --cflags --silence-errors ||pkg-config lua5.1 
 --cflags --silence-errors ||pkg-config lua-5.1 --cflags` -D__ENABLE_LUA__  
  -O -Wall -g -O2 -c fileformats.c -o ../obj/unix/fileformats.o
 fileformats.c:30:17: fatal error: png.h: No such file or directory
 compilation terminated.
 make[1]: *** [../obj/unix/fileformats.o] Error 1

 Please find attached a patch to fix this FTBFS.
 
 Hm, builds fine for me now as-is ...

For me now as well. libsdl-image1.2-dev/1.2.12-2 added the dependency on
libpng-dev again, which was dropped in 1.2.12-1. But since grafx2 includes
libpng directly, it should add a Build-Dep on it at least [1].

Regards

[1] The libsdl-image1.2-dev maintainers plan to drop it again:
http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-image1.2.git;a=commit;h=8d2a6ca62f19eb9c92419496fe4c068b8ba3b3e4
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#674089: mime-support: removed application/x-httpd-* can lead to immense security problems

2012-05-31 Thread Raphael Geissert

On Thursday 31 May 2012 11:33:19 Christoph Anton Mitterer wrote:
 I therefore propose the following changes, which should be also ok for
 the apache folks:
 
 a) Add these type definitions back to mime.types

No, they don't even describe .php files correctly. There should really be no 
application/x-httpd-* entry in mime.types.

Perhaps .php and others should be added back as text/x-php and a NEWS entry 
added.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Processed: found 669246 in 0.7.0-7, reopening 670422, tagging 670422, user debian...@lists.debian.org ...

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

 found 669246 0.7.0-7
Bug #669246 [zfs-fuse] zfs-fuse: fails to install due to insserv rejecting the 
script header
Marked as found in versions zfs-fuse/0.7.0-7.
 reopen 670422
Bug #670422 {Done: Samuel Thibault sthiba...@debian.org} [libstarpu-dev] 
libstarpu-dev: uninstallable in sid: too strict gcc dependency
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions starpu-contrib/1.0.1-2, starpu/1.0.1-2, 
and starpu-contrib/1.0.1-1.
 tags 670422 + patch
Bug #670422 [libstarpu-dev] libstarpu-dev: uninstallable in sid: too strict gcc 
dependency
Added tag(s) patch.
 user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was deb...@abeckmann.de).
 usertags 674937 piuparts
Bug#674937: check-mk-multisite: .postinst broken
There were no usertags set.
Usertags are now: piuparts.
 found 667526 2.4.0-1.3
Bug #667526 [simgear-dev] simgear-dev: fails to upgrade from squeeze - apt does 
not find an upgrade path
Marked as found in versions simgear/2.4.0-1.3.
 severity 668882 serious
Bug #668882 [scalable-cyrfonts-tex] [Sid] [scalable-cyrfonts-tex] E: Broken 
packages (Depends: tex-common (= 2.00) but it is not going to be installed)
Severity set to 'serious' from 'normal'
 retitle 658715 openmpi-checkpoint: fails to upgrade from 'sid' - trying to 
 overwrite /usr/lib/openmpi/lib/openmpi/mca_crs_self.so
Bug #658715 [openmpi-checkpoint] openmpi-checkpoint: fails to upgrade from 
'sid' - trying to overwrite ...
Changed Bug title to 'openmpi-checkpoint: fails to upgrade from 'sid' - trying 
to overwrite /usr/lib/openmpi/lib/openmpi/mca_crs_self.so' from 
'openmpi-checkpoint: fails to upgrade from 'sid' - trying to overwrite ...'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658715
667526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667526
668882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668882
669246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669246
670422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670422
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: closing 670422, fixed 670422 in 1.0.1-2

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

 close 670422
Bug #670422 [libstarpu-dev] libstarpu-dev: uninstallable in sid: too strict gcc 
dependency
Marked Bug as done
 fixed 670422 1.0.1-2
Bug #670422 {Done: Andreas Beckmann deb...@abeckmann.de} [libstarpu-dev] 
libstarpu-dev: uninstallable in sid: too strict gcc dependency
Marked as fixed in versions starpu/1.0.1-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
670422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670422
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#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 19:18, gregor herrmann wrote:
 On Sat, 12 May 2012 23:29:30 +0200, Sebastian Ramacher wrote:
 
 On 30/03/12 11:14, Lucas Nussbaum wrote:
 Relevant part:
 gcc version 4.6.3 (Debian 4.6.3-1) 
 configure:2329: $? = 0
 configure:2331: gcc -V /dev/null 5
 gcc: error: unrecognized option '-V'
 gcc: fatal error: no input files
 compilation terminated.

 Please find attached a patch to fix this FTBFS.
 
 Here's a different approach to this issue that looks more
 debhelper-ish to me.

Yes, definitely.

 But lintian -F (ftp-amster autoreject reasosns) reports a problem:
 E: euler: binary-or-shlib-defines-rpath usr/bin/euler 
 /usr/lib/x86_64-linux-gnu

Regenerating ./configure fixes that. I can send an updated patch if you don't
want to do it your self.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Processed: closing 674307

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

 close 674307
Bug #674307 [src:python-enable] python-enable: FTBFS: 
numpy.distutils.system_info.X11NotFoundError: X11 libraries not found.
Marked Bug as done
 thanks
Stopping processing here.

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

2012-05-31 Thread Julian Taylor
close 674307 
thanks

should be fixed by numpy 1:1.6.2-1




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



Bug#673331: marked as done (backuppc: fix for CVE-2011-5081)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 18:02:11 +
with message-id e1sa9hl-ud...@franck.debian.org
and subject line Bug#673331: fixed in backuppc 3.2.1-3
has caused the Debian Bug report #673331,
regarding backuppc: fix for CVE-2011-5081
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.)


-- 
673331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: backuppc
Version: 3.2.1-2
Severity: grave
Tags: patch security
Justification: user security hole
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:
  * SECURITY UPDATE: XSS in CGI/RestoreFile.pm
- lib/BackupPC/CGI/RestoreFile.pm: update to escape share and backup
  number
- CVE-2011-5081

I developed the attached patch and forwarded it upstream. I have not
heard back yet, but the patch is obvious and works here. Thanks for
considering the patch.


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

Kernel: Linux 3.2.0-24-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u backuppc-3.2.1/debian/changelog backuppc-3.2.1/debian/changelog
only in patch2:
unchanged:
--- backuppc-3.2.1.orig/lib/BackupPC/CGI/RestoreFile.pm
+++ backuppc-3.2.1/lib/BackupPC/CGI/RestoreFile.pm
@@ -154,12 +154,12 @@
 my $a = $view-fileAttrib($num, $share, $dir);
 if ( $dir =~ m{(^|/)\.\.(/|$)} || !defined($a) ) {
 $dir = decode_utf8($dir);
-ErrorExit(Can't restore bad file ${EscHTML($dir)} ($num, $share));
+ErrorExit(Can't restore bad file ${EscHTML($dir)} (${EscHTML($num)}, ${EscHTML($share)}));
 }
 my $f = BackupPC::FileZIO-open($a-{fullPath}, 0, $a-{compress});
 if ( !defined($f) ) {
 my $fullPath = decode_utf8($a-{fullPath});
-ErrorExit(Unable to open file ${EscHTML($fullPath)} ($num, $share));
+ErrorExit(Unable to open file ${EscHTML($fullPath)} (${EscHTML($num)}, ${EscHTML($share)}));
 }
 my $data;
 if ( !$skipHardLink  $a-{type} == BPC_FTYPE_HARDLINK ) {
---End Message---
---BeginMessage---
Source: backuppc
Source-Version: 3.2.1-3

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

backuppc_3.2.1-3.diff.gz
  to main/b/backuppc/backuppc_3.2.1-3.diff.gz
backuppc_3.2.1-3.dsc
  to main/b/backuppc/backuppc_3.2.1-3.dsc
backuppc_3.2.1-3_i386.deb
  to main/b/backuppc/backuppc_3.2.1-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Ludovic Drolez ldro...@debian.org (supplier of updated backuppc 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, 31 May 2012 11:51:16 +0200
Source: backuppc
Binary: backuppc
Architecture: source i386
Version: 3.2.1-3
Distribution: unstable
Urgency: high
Maintainer: Ludovic Drolez ldro...@debian.org
Changed-By: Ludovic Drolez ldro...@debian.org
Description: 
 backuppc   - high-performance, enterprise-grade system for backing up PCs
Closes: 659456 662908 673331 673698
Changes: 
 backuppc (3.2.1-3) unstable; urgency=high
 .
   * urgency set to high because of a security fix
   * fixed the XSS in CGI/RestoreFile.pm. CVE-2011-5081. Closes: #673331
   * added the Polish debconf translation. Closes: #673698
   * updated Danish translation. Closes: #659456
   * added autofs in init.d's Should-Start/Should-Stop. Closes: #662908
Checksums-Sha1: 
 27f82261fe7a3f41d63daa03222ba2077f444bce 1029 backuppc_3.2.1-3.dsc
 9f5247bbf1dc6055d72ebb40c2739ad566bc5e87 28778 backuppc_3.2.1-3.diff.gz
 7e16b7eaed2c6b2d67d14ce967ced53569d11e7d 604538 backuppc_3.2.1-3_i386.deb
Checksums-Sha256: 
 eca2984ac592597ccca210533f31b8cfcd61a776855707cf1a7da8c22cb65b46 1029 
backuppc_3.2.1-3.dsc
 f2f09fe94c511ca29d0cbb2ddc545d11f6552609a3a99b7cb9d7ec785ef0c21d 28778 
backuppc_3.2.1-3.diff.gz
 

Bug#634890: [klibc] klibc issues on armhf (not Debian/armel)

2012-05-31 Thread shawn

On the other hand, my Latin is at its end (does this saying translate
into English?), I’ve got no idea how to track this down.

I am at wit's end. would be how I would translate it.

http://www.thefreedictionary.com/at+%28one%27s%29+wits%27+end
Idioms:
at (one's) wits' end
At the limit of one's mental resources; utterly at a loss.
have/keep (one's) wits about (one)
To remain alert or calm, especially in a crisis.

no idea how to fix segfaults, sorry :).

However I don't think the linked issue is the right one, as it has been
described as not being regular, and has been reported as being turned
off.

https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/739374/comments/9
-- 
-Shawn Landden




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



Bug#615696: barada-pam: diff for NMU version 0.5-3.1

2012-05-31 Thread Dmitrijs Ledkovs
tags 615696 + pending
thanks

Dear maintainer,

I've prepared an NMU for barada-pam (versioned as 0.5-3.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru barada-pam-0.5/debian/changelog barada-pam-0.5/debian/changelog
--- barada-pam-0.5/debian/changelog 2012-02-13 07:22:44.0 +
+++ barada-pam-0.5/debian/changelog 2012-05-31 18:55:25.0 +0100
@@ -1,3 +1,11 @@
+barada-pam (0.5-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update patch to really fix FTBFS with gold or ld --no-add-needed
+(Closes: #615696)
+
+ -- Dmitrijs Ledkovs x...@debian.org  Thu, 31 May 2012 18:54:17 +0100
+
 barada-pam (0.5-3) unstable; urgency=low
 
   * debian/rules: add build-{arch,indep} targets
diff -Nru barada-pam-0.5/debian/patches/fix_615696 
barada-pam-0.5/debian/patches/fix_615696
--- barada-pam-0.5/debian/patches/fix_6156962011-05-26 05:53:11.0 
+0100
+++ barada-pam-0.5/debian/patches/fix_6156962012-05-31 18:53:37.0 
+0100
@@ -1,32 +1,40 @@
 a/Makefile.am
-+++ b/Makefile.am
-@@ -8,7 +8,7 @@
+Description: explicitly link with boost_system and boost_filesystem
+ to fix a FTBFS
+Author: Andreas Moog am...@ubuntu.com, Dmitrijs Ledkovs 
dmitrij.led...@ubuntu.com
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/765927
+Bug-Debian: http://bugs.debian.org/615696
+
+Index: barada-pam/Makefile.am
+===
+--- barada-pam.orig/Makefile.am2011-05-28 17:05:27.364231843 +0200
 barada-pam/Makefile.am 2011-05-28 17:05:05.345349346 +0200
+@@ -10,6 +10,8 @@
  
- barada_add_SOURCES = barada-add.cpp HOTPCredentials.cpp Util.cpp
- 
--barada_add_LDFLAGS = $(BOOST_FILESYSTEM)
-+barada_add_LDFLAGS = $(BOOST_FILESYSTEM) -lboost_system
+ barada_add_LDFLAGS = $(BOOST_FILESYSTEM)
  
++LIBS +=  $(BOOST_FILESYSTEM) -lboost_system
++
  pam_barada_sodir = /lib/security/
  
-@@ -16,6 +16,6 @@
- 
- pam_barada_so_SOURCES = HOTP.cpp HOTPCredentials.cpp HOTPWindow.cpp 
pam_barada.cpp Util.cpp 
+ pam_barada_so_PROGRAMS = pam_barada.so
+@@ -18,4 +20,4 @@
  
--pam_barada_so_LDFLAGS = -shared
-+pam_barada_so_LDFLAGS = -shared -lboost_system
+ pam_barada_so_LDFLAGS = -shared
  
 -HexTest_SOURCES = HexTest.cpp Util.cpp
 \ No newline at end of file
 +HexTest_SOURCES = HexTest.cpp Util.cpp
 a/Makefile.in
-+++ b/Makefile.in
-@@ -125,7 +125,7 @@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
+Index: barada-pam/Makefile.in
+===
+--- barada-pam.orig/Makefile.in2011-05-28 17:05:27.434228322 +0200
 barada-pam/Makefile.in 2011-05-28 17:05:24.674367340 +0200
+@@ -127,7 +127,7 @@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -lboost_system
+ LDFLAGS = @LDFLAGS@
  LIBOBJS = @LIBOBJS@
- LIBS = @LIBS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ $(BOOST_FILESYSTEM) -lboost_system
  LTLIBOBJS = @LTLIBOBJS@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
+



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



Processed: barada-pam: diff for NMU version 0.5-3.1

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

 tags 615696 + pending
Bug #615696 [barada-pam] barada-pam: ftbfs with gold or ld --no-add-needed
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615696
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#662854: remmina crashes at random intervals

2012-05-31 Thread Zlatko Calusic
Package: remmina
Version: 1.0.0-4
Followup-For: Bug #662854

Have the same problem. Pretty soon after connected RDP sessions die. I
get segfaults in the kernel log like this:

remmina[22457]: segfault at 120 ip 7ffa7d763c1d sp 7ffa609d2720 error 4 
in libfreerdp-gdi.so.1.0.1[7ffa7d753000+16000]
remmina[31331]: segfault at 120 ip 7fa8faabac1d sp 7fa8f7a60720 error 4 
in libfreerdp-gdi.so.1.0.1[7fa8f000+16000]
remmina[6991]: segfault at 120 ip 7fa8c6634c1d sp 7fa8bf404720 error 4 
in libfreerdp-gdi.so.1.0.1[7fa8c6624000+16000]

The remote machine is Windows XP SP3. I will install debug package and
provide backtrace if you find that additional data useful.

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

Kernel: Linux 3.4.0 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages remmina depends on:
ii  dbus-x111.5.12-1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-2
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk-3-0  3.4.2-1
ii  libpango1.0-0   1.30.0-1
ii  libssh-40.5.2-1
ii  libvte-2.90-9   1:0.32.1-1
ii  libx11-62:1.4.99.901-2
ii  remmina-common  1.0.0-4

Versions of packages remmina recommends:
ii  remmina-plugin-rdp  1.0.0-4
ii  remmina-plugin-vnc  1.0.0-4

remmina suggests no packages.

-- no debconf information



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



Processed: Re: Orphaning php-codesniffer, then take it over by the PHP PEAR team

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

 severity 470294 serious
Bug #470294 [php-codesniffer] php-codesniffer: Attempts to write to files in 
/usr when run
Severity set to 'serious' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
470294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470294
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#675390: ruby-pgplot: FTBFS in sid: error: expected expression before '[' token

2012-05-31 Thread Samuel Thibault
Package: ruby-pgplot
Version: 0.1.3-2
Severity: serious
Justification: FTBFS

Hello,

ruby-pgplot currently FTBFS in sid:

rb_pgplot.c: In function 'rb_pgplot_pgend':
rb_pgplot.c:1227:3: error: expected expression before '[' token

See attached full log.

Samuel

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

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

-- 
Samuel Thibault samuel.thiba...@fnac.net
N bon comment on fait de l'investigation pour savoir qui est le vilain ?
s on débranche le routeur et on regarde qui s'affole
 -+- #ens-mim administre -+-
W: /home/samy/.pbuilderrc does not exist
dpkg-checkbuilddeps: Unmet build dependencies: ruby-narray rdtool pgplot5
W: Unmet build-dependency in source
dpkg-buildpackage: source package ruby-pgplot
dpkg-buildpackage: source version 0.1.3-2
dpkg-buildpackage: source changed by Lucas Nussbaum lu...@debian.org
 dpkg-source -i -I --before-build ruby-pgplot-0.1.3
dpkg-checkbuilddeps: Unmet build dependencies: ruby-narray rdtool pgplot5
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
dpkg-buildpackage: warning: This is currently a non-fatal warning with -S, but
dpkg-buildpackage: warning: will probably become fatal in the future.
 fakeroot debian/rules clean
dh clean --with ruby --buildsystem ruby
   dh_testdir -O--buildsystem=ruby
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/tmp/ruby-pgplot-0.1.3'
dh_auto_clean
  Entering dh_ruby --clean
  Leaving dh_ruby --clean
( cd doc  make clean )
make[2]: Entering directory `/tmp/ruby-pgplot-0.1.3/doc'
rm -f index.html pgline.html pgcont.html pgimag.html pghist.html rbpg-ind.html 
install.html.ja tutorial-01.html.ja method.html.ja
make[2]: Leaving directory `/tmp/ruby-pgplot-0.1.3/doc'
[ ! -f rb_pgplot.c ] || rm -f rb_pgplot.c
make[1]: Leaving directory `/tmp/ruby-pgplot-0.1.3'
   dh_clean -O--buildsystem=ruby
 dpkg-source -i -I -b ruby-pgplot-0.1.3
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building ruby-pgplot using existing 
./ruby-pgplot_0.1.3.orig.tar.gz
dpkg-source: info: building ruby-pgplot in ruby-pgplot_0.1.3-2.debian.tar.gz
dpkg-source: info: building ruby-pgplot in ruby-pgplot_0.1.3-2.dsc
 dpkg-genchanges -S ../ruby-pgplot_0.1.3-2_source.changes
dpkg-genchanges: not including original source code in upload
 dpkg-source -i -I --after-build ruby-pgplot-0.1.3
dpkg-buildpackage: binary and diff upload (original source NOT included)
W: /home/samy/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Thu May 31 20:58:16 CEST 2012
I: pbuilder-time-stamp: 1338490696
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 7.0.50~), gem2deb, ruby-narray, rdtool, pgplot5, gfortran
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 11087 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (= 7.0.50~); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on gem2deb; however:
  Package gem2deb is not installed.
 pbuilder-satisfydepends-dummy depends on ruby-narray; however:
  Package ruby-narray is not installed.
 pbuilder-satisfydepends-dummy depends on rdtool; however:
  Package rdtool is not installed.
 pbuilder-satisfydepends-dummy depends on pgplot5; however:
  Package pgplot5 is not installed.
 pbuilder-satisfydepends-dummy depends on gfortran; however:
  Package gfortran is not installed.
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state 

Bug#634890: [klibc] klibc issues on armhf (not Debian/armel)

2012-05-31 Thread Thorsten Glaser
shawn dixit:

I am at wit's end. would be how I would translate it.

Ah, thanks ;-)

no idea how to fix segfaults, sorry :).

No problem. I think I’ve done my share too, though…

However I don't think the linked issue is the right one, as it has been
described as not being regular, and has been reported as being turned
off.

Yes, this is not the case, we’re seeing segfaults on nōn-Tegra hw.

bye,
//mirabilos
-- 
13:37⎜«Natureshadow» Deep inside, I hate mirabilos. I mean, he's a good
guy. But he's always right! In every fsckin' situation, he's right. Even
with his deeply perverted taste in software and borked ambition towards
broken OSes - in the end, he's damn right about it :(! […] works in mksh



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



Bug#675306: marked as done (libdbus-c++-dev: fails to upgrade from 'squeeze' - trying to overwrite /usr/bin/dbusxx-xml2cpp)

2012-05-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2012 19:32:23 +
with message-id e1sab6d-00072j...@franck.debian.org
and subject line Bug#675306: fixed in dbus-c++ 0.9.0-6
has caused the Debian Bug report #675306,
regarding libdbus-c++-dev: fails to upgrade from 'squeeze' - trying to 
overwrite /usr/bin/dbusxx-xml2cpp
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.)


-- 
675306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdbus-c++-dev
Version: 0.9.0-5
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
because it tries to overwrite files that are owned by other packages
without declaring a Breaks/Replaces relation.

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

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

  Selecting previously unselected package libdbus-c++-bin.
  Unpacking libdbus-c++-bin (from .../libdbus-c++-bin_0.9.0-5_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/libdbus-c++-bin_0.9.0-5_amd64.deb (--unpack):
   trying to overwrite '/usr/bin/dbusxx-xml2cpp', which is also in package 
libdbus-c++-dev 0~20090907-1


cheers,

Andreas


libdbus-c++-dev_0.9.0-5.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: dbus-c++
Source-Version: 0.9.0-6

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

dbus-c++_0.9.0-6.debian.tar.gz
  to main/d/dbus-c++/dbus-c++_0.9.0-6.debian.tar.gz
dbus-c++_0.9.0-6.dsc
  to main/d/dbus-c++/dbus-c++_0.9.0-6.dsc
libdbus-c++-1-0_0.9.0-6_amd64.deb
  to main/d/dbus-c++/libdbus-c++-1-0_0.9.0-6_amd64.deb
libdbus-c++-bin_0.9.0-6_amd64.deb
  to main/d/dbus-c++/libdbus-c++-bin_0.9.0-6_amd64.deb
libdbus-c++-dbg_0.9.0-6_amd64.deb
  to main/d/dbus-c++/libdbus-c++-dbg_0.9.0-6_amd64.deb
libdbus-c++-dev_0.9.0-6_amd64.deb
  to main/d/dbus-c++/libdbus-c++-dev_0.9.0-6_amd64.deb
libdbus-c++-doc_0.9.0-6_all.deb
  to main/d/dbus-c++/libdbus-c++-doc_0.9.0-6_all.deb



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

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

Debian distribution maintenance software
pp.
Vincent Cheng vincentc1...@gmail.com (supplier of updated dbus-c++ package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 May 2012 01:24:21 -0700
Source: dbus-c++
Binary: libdbus-c++-1-0 libdbus-c++-dev libdbus-c++-bin libdbus-c++-doc 
libdbus-c++-dbg
Architecture: source amd64 all
Version: 0.9.0-6
Distribution: unstable
Urgency: low
Maintainer: Vincent Cheng vincentc1...@gmail.com
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 libdbus-c++-1-0 - C++ API for D-Bus (runtime package)
 libdbus-c++-bin - C++ API for D-Bus (utilities)
 libdbus-c++-dbg - C++ API for D-Bus (debugging symbols)
 libdbus-c++-dev - C++ API for D-Bus (development package)
 libdbus-c++-doc - C++ API for D-Bus (documentation)
Closes: 675306
Changes: 
 dbus-c++ (0.9.0-6) unstable; urgency=low
 .
   * Add Breaks/Replaces relation against libdbus-c++-dev on libdbus-c++-bin.
 (Closes: #675306)
   * Change libdbus-c++-bin to a multiarch: foreign package to appease lintian.
   * Add lintian override for warning hardening-no-fortify-functions.
Checksums-Sha1: 
 aa7823889420e0be2039c53ada298401b5ab1f0e 2339 dbus-c++_0.9.0-6.dsc
 12af403ed4655d9f9ca16ff20e855851779bf3fd 6804 dbus-c++_0.9.0-6.debian.tar.gz
 920f0e13e9e9af5f1e40ad8af083c01a23c56ea7 87942 
libdbus-c++-1-0_0.9.0-6_amd64.deb
 f6be37573e7ee85d66dcabd752bea5ea7608d829 150532 
libdbus-c++-dev_0.9.0-6_amd64.deb
 e7a7b7ce0989df9dfe1af8d6cf426592549e85bb 68898 
libdbus-c++-bin_0.9.0-6_amd64.deb
 0a6f6ce799137254d291b9c16b5c7b87ff3ec21d 8754354 
libdbus-c++-doc_0.9.0-6_all.deb
 92328c9d9f53e11dd35ac249ae3cd41350e188fa 1017112 
libdbus-c++-dbg_0.9.0-6_amd64.deb
Checksums-Sha256: 
 4a2267867315ec7b4b9b4b77dc86bedb9b5093018cdf6dbada710aea0500a888 2339 
dbus-c++_0.9.0-6.dsc
 b8e1f4550933d080fcedf69ca81b6d2d74494c552fe8a7283ad068316d11a6e3 6804 

Processed: Tagging all viewpdf.app bugs as pending

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

 tags 453437 + pending
Bug #453437 [wnpp] ITA: viewpdf.app -- Portable Document Format (PDF) viewer 
for GNUstep
Added tag(s) pending.
 tags 615353 + pending
Bug #615353 [viewpdf.app] viewpdf.app: please use Homepage field to point to 
upstream homepage
Added tag(s) pending.
 tags 619258 + pending
Bug #619258 [viewpdf.app] Typo in the .desktop file
Added tag(s) pending.
 tags 675222 + pending
Bug #675222 [viewpdf.app] Maintainer or uploader address bounces
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
453437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453437
615353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615353
619258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619258
675222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675222
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: not reading Debian.NEWS is not grave...

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

 severity 675152 important
Bug #675152 [munin] munin regression in testing, files are searched in 
/munin-cgi-graph and wrong permissions
Severity set to 'important' from 'grave'
 # but munin should work out of the box... :)
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675152
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: r4108 - in branches/samba/backports.org/squeeze/debian: . patches po

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

 tags 672733 pending
Bug #672733 {Done: Christian Perrier bubu...@debian.org} [libwbclient-dev] 
Please ship wbclient.pc as cifs-utils does not build without it anymore
Added tag(s) pending.
 tags 673122 pending
Bug #673122 {Done: Christian Perrier bubu...@debian.org} [libnss-winbind] 
libnss-winbind: missing Replaces
Added tag(s) pending.
 tags 598313 pending
Bug #598313 {Done: Christian Perrier bubu...@debian.org} [samba] samba: 
nss_wins overwrites ntpd in syslog
Added tag(s) pending.
 tags 387266 pending
Bug #387266 {Done: Christian Perrier bubu...@debian.org} [smbclient] smbspool 
manpage outdated (uid used for kerberos)
Added tag(s) pending.
 tags 604768 pending
Bug #604768 {Done: Christian Perrier bubu...@debian.org} [samba-doc] Links 
from index page /usr/share/doc/samba-doc/htmldocs/index.html not correct
Added tag(s) pending.
 tags 249873 pending
Bug #249873 {Done: Christian Perrier bubu...@debian.org} [samba] 
samba-common: debian samba ignores private dir directive
Added tag(s) pending.
 tags 670561 pending
Bug #670561 {Done: Christian Perrier bubu...@debian.org} [samba] samba: 
debuild -us -uc fails at smbtorture4 on amd64
Added tag(s) pending.
 tags 654499 pending
Bug #654499 {Done: Christian Perrier bubu...@debian.org} [samba] Doesn't 
contain source for waf binary code
Added tag(s) pending.
 tags 657314 pending
Bug #657314 {Done: Christian Perrier bubu...@debian.org} [samba] unstable: 
2:3.6.1-3 fails to build due to incorrect python-ldb bindings
Added tag(s) pending.
 tags 646292 pending
Bug #646292 {Done: Christian Perrier bubu...@debian.org} [libpam-winbind] 
Please split the PAM and NSS modules into separate packages
Added tag(s) pending.
 tags 638066 pending
Bug #638066 {Done: Christian Perrier bubu...@debian.org} [winbind] winbind 
initscript should always run after samba initscript
Added tag(s) pending.
 tags 528735 pending
Bug #528735 {Done: Christian Perrier bubu...@debian.org} [samba-tools] 
missing manpage for /usr/bin/smbtorture
Added tag(s) pending.
 tags 672447 pending
Bug #672447 {Done: Christian Perrier bubu...@debian.org} [samba] [INTL:tr] 
Turkish debconf templates translation
Added tag(s) pending.
 tags 671926 pending
Bug #671926 {Done: Christian Perrier bubu...@debian.org} [samba] samba: 
Shouldn't try to initiate the passdb database if passdb backend= ldapsam
Added tag(s) pending.
 tags 672497 pending
Bug #672497 {Done: Christian Perrier bubu...@debian.org} [samba] full support 
for usershares (public shares)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
249873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249873
387266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387266
528735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528735
598313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598313
604768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604768
638066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638066
646292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646292
654499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654499
657314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657314
670561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670561
671926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671926
672447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672447
672497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672497
672733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672733
673122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673122
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



  1   2   >