Processed: reassign 638065 to libgnomevfs2-0, forcibly merging 626076 638065

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

 reassign 638065 libgnomevfs2-0
Bug #638065 [lignomevfs2-0] [iceweasel] crash when accessing Preference/General 
tab (undefined symbol:  gnome_vfs_unescape_string)
Warning: Unknown package 'lignomevfs2-0'
Bug reassigned from package 'lignomevfs2-0' to 'libgnomevfs2-0'.
 forcemerge 626076 638065
Bug#626076: Firefox crashes, error message: libfile.so: undefined symbol: 
gnome_vfs_unescape_string
Bug#638065: [iceweasel] crash when accessing Preference/General tab (undefined 
symbol:  gnome_vfs_unescape_string)
Bug#637359: iceweasel: exits when I open download window
Bug#637960: [iceweasel] Crash when download anything from internet
Bug#638023: iceweasel: Iceweasel crash while saving image to disk
Forcibly Merged 626076 637359 637960 638023 638065.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
626076: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626076
637359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637359
637960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637960
638065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638065
638023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638023
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#638071: FTBFS: recursive make loop

2011-08-17 Thread Thorsten Glaser
Jonathan Nieder dixit:

They seem to fix the bug.  I'd be happy for any thoughts you have,
or to see one or both of them in the archive.

I’ll take care of the one for unstable. The debdiff looks ok to
me (the changelog change is a bit annoying but no real bother),
and this way I can immediately start it up on m68k ;-)

bye,
//mirabilos
-- 
08:05⎜XTaran:#grml mika: Does grml have an tool to read Apple
 ⎜System Log (asl) files? :)
08:08⎜ft:#grml yeah. /bin/rm. ;)   08:09⎜mrud:#grml hexdump -C
08:31⎜XTaran:#grml ft, mrud: *g*



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



Bug#638071: FTBFS: recursive make loop

2011-08-17 Thread Riku Voipio
On 17 August 2011 10:25, Thorsten Glaser t...@mirbsd.de wrote:
 Jonathan Nieder dixit:

They seem to fix the bug.  I'd be happy for any thoughts you have,
or to see one or both of them in the archive.

 I’ll take care of the one for unstable. The debdiff looks ok to
 me (the changelog change is a bit annoying but no real bother),
 and this way I can immediately start it up on m68k ;-)

Ok, I'll upload the experimental then.

btw I don't think failing nocheck is RC. If m68k builders are using nocheck
by default, please check next time if the ftbfs is caused by nocheck before
filing a the bug. This would help maintainers trace and fix the bug faster.

TIA,
RIku



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



Bug#638071: FTBFS: recursive make loop

2011-08-17 Thread Thorsten Glaser
Riku Voipio dixit:

btw I don't think failing nocheck is RC.

Failing nocheck _is_ RC, actually. (§4.9.1)

If m68k builders are using nocheck

I’m the “human buildd”, and since my time is costly, I run
with nocheck at the moment, to get the arch up to speed. I
don’t think that the regular buildds (sbuild+wanna-build)
use nocheck, but they are in the process of getting fixed.

please check next time if the ftbfs is caused by nocheck before
filing a the bug. This would help maintainers trace and fix the bug faster.

In this case, the maintainer could be faster, due to the
timezone difference ;-) It’s not like I don’t try to help
tracking down bugs, but I just came home at past midnight…

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



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



Bug#628679: follow-up patch

2011-08-17 Thread Steve Langasek
Hi there,

I noticed while doing rebuild testing of libedit reverse-dependencies that
the pkgconfig .pc file had gone missing from the -dev package.  Here is a
follow-on NMU diff from a second upload that fixes this.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -u libedit-2.11-20080614/debian/rules libedit-2.11-20080614/debian/rules
--- libedit-2.11-20080614/debian/rules
+++ libedit-2.11-20080614/debian/rules
@@ -58,9 +58,9 @@
 	install -d ${PKGDIR}/usr/include/libedit
 	install -d ${PKGDIR}/usr/share/man/man3
 	install -d ${PKGDIR}/usr/share/man/man5
-	install -d ${PKGDIR}/usr/lib/pkgconfig
+	install -d ${PKGDIR}/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	install -m 644 $(CURDIR)/debian/libedit-vis.h ${PKGDIR}/usr/include/libedit/vis.h
-	install -m 644 $(CURDIR)/debian/libedit.pc ${PKGDIR}/usr/lib/pkgconfig
+	install -m 644 $(CURDIR)/debian/libedit.pc ${PKGDIR}/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	cd libedit  \
 	 pmake install incinstall DESTDIR=${PKGDIR} ${PMAKE_ARGS}
 ## pmake workaround
diff -u libedit-2.11-20080614/debian/changelog libedit-2.11-20080614/debian/changelog
--- libedit-2.11-20080614/debian/changelog
+++ libedit-2.11-20080614/debian/changelog
@@ -1,3 +1,11 @@
+libedit (2.11-20080614-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix a regression in the previous NMU: the pkgconfig file has gone
+missing, add it back in.
+
+ -- Steve Langasek vor...@debian.org  Wed, 17 Aug 2011 07:49:54 +
+
 libedit (2.11-20080614-2.1) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#638071: FTBFS: recursive make loop

2011-08-17 Thread Riku Voipio
On 17 August 2011 10:53, Thorsten Glaser t...@mirbsd.de wrote:
 Riku Voipio dixit:

btw I don't think failing nocheck is RC.

 Failing nocheck _is_ RC, actually. (§4.9.1)

You mean the section starting with:

Supporting the standardized environment variable DEB_BUILD_OPTIONS is
*recommended*

;)

That said the section should be amended with something akin If these
environment variables are supported
in package, the must work.

please check next time if the ftbfs is caused by nocheck before
filing a the bug. This would help maintainers trace and fix the bug faster.

 In this case, the maintainer could be faster, due to the
 timezone difference ;-) It’s not like I don’t try to help
 tracking down bugs, but I just came home at past midnight…

This case yes, but the general case that debian has many more people
reporting bugs than
fixing bugs means we really need the best possible bugreports.

Riku



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



Processed: Re: New upstream (5.0)

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

 tag 632038 experimental
Bug #632038 [icedove-l10n] New upstream (5.0)
Added tag(s) experimental.
 severity 632038 serious
Bug #632038 [icedove-l10n] New upstream (5.0)
Severity set to 'serious' from 'wishlist'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
632038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632038
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#637189: libspice-server-dev depends on pixman-1 but it is not specified in dependencies

2011-08-17 Thread Liang Guo
On Wed, Aug 17, 2011 at 5:33 AM, Michael Tokarev m...@tls.msk.ru wrote:

 We'll need to list all the rest in build-depends too, and update
 it every time upstream will pick something else as needlessly as
 it is now.  In particular, currently it's libssl-dev (right version) --
 provided we patched out various other X bits.  With this particular
 user - qemu-kvm - it so happens that libssl-dev gets pulled too,
 unlike libpixmap, so there's no issue here.  For other package that
 will try to use libspice, there will be yet another bug of the same
 nature but due to missing libssl-dev dependency.

 The problem is to have real dependencies - both build- and run-tme,
 no less (to avoid bugs like this) and no more (to avoid pulling
 whole archive just to install a random binary).

It looks like the better solution is:

1 move  pixman-1 = 0.17.7 celt051 = 0.5.1.1 openssl to
Requires.private in spice-server.pc
2 keep libpixman-1-dev (= 0.17.7~), libssl-dev in depends control file field

The disadvantage is libpixman-1-dev (= 0.17.7~), libssl-dev need be
downloaded.

What's your opinion ?

Actually I think removing pixman-1 = 0.17.7  openssl from Requires is
acceptable too,
qemu/qemu-kvm don't use staticially link at all, and no other program
calls spice.

Thanks,
-- 
Liang Guo
http://bluestone.cublog.cn



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



Bug#637189: libspice-server-dev depends on pixman-1 but it is not specified in dependencies

2011-08-17 Thread Julien Cristau
On Wed, Aug 17, 2011 at 01:33:28 +0400, Michael Tokarev wrote:

 17.08.2011 01:24, Julien Cristau wrote:
  On Wed, Aug 17, 2011 at 00:59:36 +0400, Michael Tokarev wrote:
  17.08.2011 00:46, Julien Cristau wrote:
 
  Even with Requires.private you'll need the corresponding -dev packages
  in Depends, because pkg-config will look for them for --cflags, just not
  --libs.
 
  You're right, it complains without libpixman-1-dev too, just as before.
 []
  What problem are you trying to solve that doesn't go away with Depends:
  libpixman-1-dev?
 
 We'll need to list all the rest in build-depends too, and update
 it every time upstream will pick something else as needlessly as
 it is now.  In particular, currently it's libssl-dev (right version) --
 provided we patched out various other X bits.  With this particular
 user - qemu-kvm - it so happens that libssl-dev gets pulled too,
 unlike libpixmap, so there's no issue here.  For other package that
 will try to use libspice, there will be yet another bug of the same
 nature but due to missing libssl-dev dependency.
 
 The problem is to have real dependencies - both build- and run-tme,
 no less (to avoid bugs like this) and no more (to avoid pulling
 whole archive just to install a random binary).
 
I have no idea what you're trying to say here, sorry.

Cheers,
Julien



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



Bug#637189: libspice-server-dev depends on pixman-1 but it is not specified in dependencies

2011-08-17 Thread Michael Tokarev
17.08.2011 12:16, Liang Guo wrote:
 On Wed, Aug 17, 2011 at 5:33 AM, Michael Tokarev m...@tls.msk.ru wrote:

 We'll need to list all the rest in build-depends too, and update
 it every time upstream will pick something else as needlessly as
 it is now.  In particular, currently it's libssl-dev (right version) --
 provided we patched out various other X bits.  With this particular
 user - qemu-kvm - it so happens that libssl-dev gets pulled too,
 unlike libpixmap, so there's no issue here.  For other package that
 will try to use libspice, there will be yet another bug of the same
 nature but due to missing libssl-dev dependency.

 The problem is to have real dependencies - both build- and run-tme,
 no less (to avoid bugs like this) and no more (to avoid pulling
 whole archive just to install a random binary).

 It looks like the better solution is:
 
 1 move  pixman-1 = 0.17.7 celt051 = 0.5.1.1 openssl to
 Requires.private in spice-server.pc
 2 keep libpixman-1-dev (= 0.17.7~), libssl-dev in depends control file field
 
 The disadvantage is libpixman-1-dev (= 0.17.7~), libssl-dev need be
 downloaded.
 
 What's your opinion ?

That's the best approach so far, yes.

 Actually I think removing pixman-1 = 0.17.7  openssl from Requires is
 acceptable too,
 qemu/qemu-kvm don't use staticially link at all, and no other program
 calls spice.

while qemu/qemu-kvm does not, it calls pkg-config, which, in case
any of packages listed in Requires: or Requires.private: variables
are missing, complains, just like in my initial bugreport.  This is
true for pkg-config --cflags, which is used by qemu.

So the final solution is to keep libssl-dev and libpixman-dev as
build dependencies (and watch for versions!), move the dependent
packages to Requires.private, and stop depending on extra stuff.

Now, can someone tell me what problem pkg-config is trying to _solve_ ? :)
(Kidding really, I know it's helpful when installing from sources
using upstream makefiles directly, for example).

/mjt



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



Bug#635126: update?

2011-08-17 Thread Lucas Nussbaum
On 16/08/11 at 22:36 +0200, Matthias Klose wrote:
 tag 635126 + moreinfo help
 thanks
 
 are you still working on this, trying to get a test case?

Hi,

As I wrote in #634260:

n 24/07/11 at 12:19 +0200, Lucas Nussbaum wrote:
 On 23/07/11 at 12:16 +0200, Matthias Klose wrote:
  builds on sid armhf, and oneiric armel, so this only seems to be
  triggered in
  ARM mode.  Could you provide a self-contained test case, derived
  from pack.c?
 
 Could you check if the upstream bug I was pointed to exhibits the same
 behaviour? That would be an indication that it might be the same bug,
 and that I don't need to spend hours building a test case.

L.



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



Processed: tagging 638143

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

 tags 638143 + fixed pending
Bug #638143 [xul-ext-scrapbook] xul-ext-scrapbook: Incompatible with recent 
Iceweasel versions.
Added tag(s) fixed and pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638143
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#637975: marked as done (iceape-browser: depends on iceape which conflicts with iceape-browser)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 08:52:06 +
with message-id e1qtbr4-0005fh...@franck.debian.org
and subject line Bug#637975: fixed in iceape 2.0.14-7
has caused the Debian Bug report #637975,
regarding iceape-browser: depends on iceape which conflicts with iceape-browser
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.)


-- 
637975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iceape-browser
Version: 2.0.14-6
Severity: grave

The traditional iceape-browser package is not installable because iceape
declares an unversioned Conflicts with it.  That very much defeats the
purpose of the traditional package.


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

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


---End Message---
---BeginMessage---
Source: iceape
Source-Version: 2.0.14-7

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

iceape-browser_2.0.14-7_all.deb
  to main/i/iceape/iceape-browser_2.0.14-7_all.deb
iceape-chatzilla_2.0.14-7_all.deb
  to main/i/iceape/iceape-chatzilla_2.0.14-7_all.deb
iceape-dbg_2.0.14-7_amd64.deb
  to main/i/iceape/iceape-dbg_2.0.14-7_amd64.deb
iceape_2.0.14-7.debian.tar.gz
  to main/i/iceape/iceape_2.0.14-7.debian.tar.gz
iceape_2.0.14-7.dsc
  to main/i/iceape/iceape_2.0.14-7.dsc
iceape_2.0.14-7_amd64.deb
  to main/i/iceape/iceape_2.0.14-7_amd64.deb



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

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

Debian distribution maintenance software
pp.
Mike Hommey gland...@debian.org (supplier of updated iceape package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 17 Aug 2011 08:58:55 +0200
Source: iceape
Binary: iceape iceape-browser iceape-dbg iceape-chatzilla
Architecture: source amd64 all
Version: 2.0.14-7
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Transitional package to iceape
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
Closes: 637975
Changes: 
 iceape (2.0.14-7) unstable; urgency=low
 .
   * debian/control: iceape conflicts with iceape-browser  2.0.14-5~.
 Closes: #637975.
Checksums-Sha1: 
 247f4e125cb4f2a71ba0448f96840541efa5d862 2478 iceape_2.0.14-7.dsc
 af8fe20355ea1e1ae17601c4339318c62b905e07 346337 iceape_2.0.14-7.debian.tar.gz
 49dc1f412c1a4cc1056f66cf944906d0660ca478 14231178 iceape_2.0.14-7_amd64.deb
 d283d474ca3efabee11fbee14168e529ea0fb515 40990 iceape-browser_2.0.14-7_all.deb
 29c2f2174cf61568721eefd91b91ebd35b97808a 84439866 iceape-dbg_2.0.14-7_amd64.deb
 06fbdd14c5b0fe43cdafea11fc60d1b2fea87aa6 369658 
iceape-chatzilla_2.0.14-7_all.deb
Checksums-Sha256: 
 2b37c864b5f4c1407f74430348fa19a19d895b29b1d21736b088293ae130247f 2478 
iceape_2.0.14-7.dsc
 941b13be65c4e96ccc54435c70710d03e60fddeb49064dd74b02eeb1cf62b6b2 346337 
iceape_2.0.14-7.debian.tar.gz
 329e7749d61f8e84b2fd394df95371894d098b7a3c1e8225ba084d672398ef8c 14231178 
iceape_2.0.14-7_amd64.deb
 cece0f080766902c259264574a929ace741544644833255fd167ab576719a9b2 40990 
iceape-browser_2.0.14-7_all.deb
 7e30f7988d8af16f0d22d9807d8bf8d2f91a1da9b8057b967144abd103fd68aa 84439866 
iceape-dbg_2.0.14-7_amd64.deb
 17cb9ac83e98f9da0ab33a08f6bcc092f7e3a6485d885006224bd51c213f81b2 369658 
iceape-chatzilla_2.0.14-7_all.deb
Files: 
 95946d96f0250703f293ff56403068b1 2478 net optional iceape_2.0.14-7.dsc
 97a1dab2c69e2a9012f40c1912b00bd3 346337 net optional 
iceape_2.0.14-7.debian.tar.gz
 566a41ba9cdf4a8c92661e353c254fb1 14231178 web optional 
iceape_2.0.14-7_amd64.deb
 5b60b05e1ca7bfe9a6ee5bca14359471 40990 web optional 
iceape-browser_2.0.14-7_all.deb
 81c8f84c6afe4df0bd611ef55012c927 84439866 debug extra 
iceape-dbg_2.0.14-7_amd64.deb
 

Processed: Re: New Upstream (6.0)

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

 severity 638153 serious
Bug #638153 [iceweasel-l10n] New Upstream (6.0)
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638153
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 (with 1 errors): merging bugs #635604 #637179

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

 severity 637179 critical
Bug #637179 [dnprogs] MAC address modified without user permission
Severity set to 'critical' from 'normal'

 forcemerge 635604 637179
Bug#635604: dnet-common: package causes ethernet address to be set to 
aa:00:04:00:0a:04
Bug#637179: MAC address modified without user permission
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 637179 is not in the same package as 635604
 thanks
Stopping processing here.

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

2011-08-17 Thread Thorsten Glaser
Riku Voipio dixit:

That said the section should be amended with something akin If these
environment variables are supported
in package, the must work.

I could imply this, but I suggest you take that up
with Policy people ;-)

 In this case, the maintainer could be faster, due to the
 timezone difference ;-) It�s not like I don�t try to help
 tracking down bugs, but I just came home at past midnight�

This case yes, but the general case that debian has many more people
reporting bugs than
fixing bugs means we really need the best possible bugreports.

Yeah. I’d have come back today if Jonathan had not already
found and fixed it, of course (but since I know of the time
zone difference, my luck ☺).

bye,
//mirabilos
-- 
08:05⎜XTaran:#grml mika: Does grml have an tool to read Apple
 ⎜System Log (asl) files? :)
08:08⎜ft:#grml yeah. /bin/rm. ;)   08:09⎜mrud:#grml hexdump -C
08:31⎜XTaran:#grml ft, mrud: *g*



--
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#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

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

 severity 638045 serious
Bug #638045 [libsasl2-2] warning: xsasl_cyrus_server_get_mechanism_list: no 
mechanism available
Severity set to 'serious' from 'important'

 affects 638045 postfix
Bug #638045 [libsasl2-2] warning: xsasl_cyrus_server_get_mechanism_list: no 
mechanism available
Added indication that 638045 affects postfix
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638045
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#637189: libspice-server-dev depends on pixman-1 but it is not specified in dependencies

2011-08-17 Thread Liang Guo
On Wed, Aug 17, 2011 at 4:22 PM, Michael Tokarev m...@tls.msk.ru wrote:
 17.08.2011 12:16, Liang Guo wrote:
 It looks like the better solution is:

 1 move  pixman-1 = 0.17.7 celt051 = 0.5.1.1 openssl to
 Requires.private in spice-server.pc
 2 keep libpixman-1-dev (= 0.17.7~), libssl-dev in depends control file field

 The disadvantage is libpixman-1-dev (= 0.17.7~), libssl-dev need be
 downloaded.

 What's your opinion ?

 That's the best approach so far, yes.

 Actually I think removing pixman-1 = 0.17.7  openssl from Requires is
 acceptable too,
 qemu/qemu-kvm don't use staticially link at all, and no other program
 calls spice.

 while qemu/qemu-kvm does not, it calls pkg-config, which, in case
 any of packages listed in Requires: or Requires.private: variables
 are missing, complains, just like in my initial bugreport.  This is
 true for pkg-config --cflags, which is used by qemu.

 So the final solution is to keep libssl-dev and libpixman-dev as
 build dependencies (and watch for versions!), move the dependent
 packages to Requires.private, and stop depending on extra stuff.

 Now, can someone tell me what problem pkg-config is trying to _solve_ ? :)
 (Kidding really, I know it's helpful when installing from sources
 using upstream makefiles directly, for example).

 /mjt

I've pushed changes to git.d.o, and re-uploaded spice to mentors.d.n,

Would you like review it ?

Thanks,

-- 
Liang Guo
http://bluestone.cublog.cn



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



Bug#637703: marked as done (FTBFS: fatal error: curl/types.h: No such file or directory)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 10:33:01 +
with message-id e1qtdqj-0008kz...@franck.debian.org
and subject line Bug#637703: fixed in libvalhalla 2.0.0-4
has caused the Debian Bug report #637703,
regarding FTBFS: fatal error: curl/types.h: No such file or directory
to be marked as done.

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

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


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

Hi,

libvalhalla currently FTBFS on sid, as it tries to include curl/types.h
which has been removed (see bug#636457):

| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o timer_thread.o timer_thread.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o utils.o utils.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o valhalla.o valhalla.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o downloader.o downloader.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o grabber.o grabber.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o grabber_utils.o grabber_utils.c
| gcc -c -g -O2 -fPIC -W -Wall -I/usr/include/libxml2 -I/usr/include/libexif -g 
-O2 -DPIC -DHAVE_BIGENDIAN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -DHAVE_DEBUG -DUSE_XML -DUSE_LAVC -DHAVE_GRABBER_ALLOCINE 
-DHAVE_GRABBER_AMAZON -DHAVE_GRABBER_CHARTLYRICS -DHAVE_GRABBER_EXIF 
-DHAVE_GRABBER_FFMPEG -DHAVE_GRABBER_IMDB -DHAVE_GRABBER_LASTFM 
-DHAVE_GRABBER_LOCAL -DHAVE_GRABBER_LYRICWIKI -DHAVE_GRABBER_NFO 
-DHAVE_GRABBER_TMDB -DHAVE_GRABBER_TVDB -DHAVE_GRABBER_TVRAGE -DUSE_GRABBER 
-DUSE_LOGCOLOR  -o url_utils.o url_utils.c
| url_utils.c:29:24: fatal error: curl/types.h: No such file or 

Bug#638169: [src:tulip] FTBFS due to build dependency conflict

2011-08-17 Thread Clara Gnos
Package: src:tulip
Version: 1.0~beta4-5.1
Severity: serious

buildd dependency instability problem output:

 tulip (= 3.1.2-2.3) build-depends on one of:
  - libqt4-opengl-dev (= 4:4.7.3-7)
  tulip (= 3.1.2-2.3) build-depends on one of:
  - libgl1-mesa-swx11-dev (= 7.10.3-4)
  libqt4-opengl-dev (= 4:4.7.3-7) depends on one of:
  - libgl1-mesa-dev (= 7.10.3-4)
  libgl1-mesa-swx11-dev (= 7.10.3-4) and libgl1-mesa-dev (= 7.10.3-4) conflict





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



Bug#638170: [sofa-framework] FTBFS due to missing build dependency

2011-08-17 Thread Clara Gnos
Package: sofa-framework
Version: 1.0~beta4-5.1
Severity: serious

buildd dependency instability problem output:

  sofa-framework (= 1.0~beta4-5.1) build-depends on missing:
  - libqwt5-qt4-dev



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



Bug#637904: __m2crypto.so: undefined symbol: SSLv2_method

2011-08-17 Thread Simon McVittie
On Wed, 17 Aug 2011 at 06:46:02 +0900, Charles Plessy wrote:
 I tested python-m2crypto version 0.21.1-1 on my local system, which is a
 mixture of Squeeze, Wheezy and Sid where libssl1.0.0 and libssl0.9.8 are
 installed.
[...]
 Have I misunderstood how dynamic libraries are used, or is it indeed a bug 
 that a
 package depending on libssl1.0.0 seems to be using libssl0.9.8 when
 they are co-installed ?

Based on objdump, it shouldn't have worked for you: 0.21.1-1 and 0.21.1-2 both
have a NEEDED entry for libssl.so.1.0.0 and no NEEDED entry for
libssl.so.0.9.8, and each of libssl.so.1.0.0 and libssl.so.0.9.8 has the
appropriate thing as its SONAME, so __m2crypto.so should have picked up
libssl.so.1.0.0 and nothing else.

The only reason I can think of why it might have worked for you is if some
other library in the same process was still linked against libssl.so.0.9.8,
and the missing symbol was picked up from there? Versioned symbols are
meant to prevent that, though, and both libssl0.9.8 and libssl1.0.0 have
versioned symbols (OPENSSL_0.9.8 and OPENSSL_1.0.0 respectively), so
__m2crypto.so should have been specifically looking for an OPENSSL_1.0.0
implementation of each dynamic symbol it uses. (And according to objdump,
it does that correctly...)

S



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



Processed: reassign

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

 reassign 638169 src:tulip 3.1.2-2.3
Bug #638169 [src:tulip] [src:tulip] FTBFS due to build dependency conflict
Ignoring request to reassign bug #638169 to the same package
Bug #638169 [src:tulip] [src:tulip] FTBFS due to build dependency conflict
Bug Marked as found in versions tulip/3.1.2-2.3; no longer marked as found in 
versions tulip/1.0~beta4-5.1.
 thanks
Stopping processing here.

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


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



Processed: Re: Processed (with 1 errors): merging bugs #635604 #637179

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

 reassign 637179 dnet-common
Bug #637179 [dnprogs] MAC address modified without user permission
Bug reassigned from package 'dnprogs' to 'dnet-common'.
 forcemerge 635604 637179
Bug#635604: dnet-common: package causes ethernet address to be set to 
aa:00:04:00:0a:04
Bug#637179: MAC address modified without user permission
Forcibly Merged 635604 637179.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635604
637179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637179
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#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Luca Capello
Hi there!

On Wed, 17 Aug 2011 11:59:19 +0200, Stefano Zacchiroli wrote:
 On Tue, Aug 16, 2011 at 09:54:14PM +0200, Johnny Morano wrote:
 Postfix is unable to receive mail and unable to send mail via SASL
 authentication, after installing the updates of today.  These are the
 error messages:

 I can reproduce this in Sid.

/me too.

 Reverting both libsasl2-2 and libsasl2-modules to version
 2.1.23.dfsg1-7 fixes the problem.

FWIW, reverting to 2.1.24~rc1.dfsg1+cvs2011-05-23-4 is enough.

BTW, if you use Cyrus SASL authentication in Postfix, you can not
 actually revert libsasl2-2 and libsasl2-modules only, but you need
 to revert sasl2-bin as well because of its versioned dependency.

 I'm setting severity as serious, as it breaks pretty heavily mail
 delivery for SASL-based postfix configuration. I'm also marking the bug
 as affecting postfix, as many people will probably look for some issue
 there.

Thank you, indeed I did not find it during a first look, maybe the title
should be changed to reflect the IMHO most common error?  In my case:

  C61E120DDD 2071 Wed Aug 17 10:45:55  l...@pca.it
  (SASL authentication failed; cannot authenticate to server \
   home.pca.it[83.211.85.135]: no mechanism available)
 debian-public...@lists.debian.org

Two notes, maybe they could be useful:

1) the upgrade from -4 to -5 created an /etc/sasldb2 file, is it really
   useful?  And why not in /etc/sasl2/ instead, already used by
   libvirt-bin?

2) the remote SMTP server uses Postfix_2.7.1-1+squeeze1, but SASL
   authentication is provided by Dovecot_1:1.2.15-7.gismo.gnus8959~1
   (see #632844).

Thx, bye,
Gismo / Luca

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

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

Versions of packages sasl2-bin depends on:
ii  db-util 5.1.4Berkeley Database Utilities
ii  debconf 1.5.41   Debian configuration management sy
ii  libc6   2.13-16  Embedded GNU C Library: Shared lib
ii  libcome 1.42~WIP-2011-07-02-1common error description library
ii  libdb5. 5.1.25-11Berkeley v5.1 Database Libraries [
ii  libgssa 1.9.1+dfsg-2 MIT Kerberos runtime libraries - k
ii  libk5cr 1.9.1+dfsg-2 MIT Kerberos runtime libraries - C
ii  libkrb5 1.9.1+dfsg-2 MIT Kerberos runtime libraries
ii  libldap 2.4.25-3 OpenLDAP libraries
ii  libpam0 1.1.3-2  Pluggable Authentication Modules l
ii  libsasl 2.1.24~rc1.dfsg1+cvs2011-05-23-5 Cyrus SASL - authentication abstra
ii  libssl1 1.0.0d-3 SSL shared libraries
ii  lsb-bas 3.2-27   Linux Standard Base 3.2 init scrip

sasl2-bin recommends no packages.

sasl2-bin suggests no packages.

-- Configuration Files:
/etc/default/saslauthd changed:
START=yes
DESC=SASL Authentication Daemon
NAME=saslauthd
MECHANISMS=pam
MECH_OPTIONS=
THREADS=5
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd


-- debconf information:
  cyrus-sasl2/upgrade-sasldb2-failed:
  cyrus-sasl2/backup-sasldb2: /var/backups/sasldb2.bak
  cyrus-sasl2/upgrade-sasldb2-backup-failed:
  cyrus-sasl2/purge-sasldb2: false


pgpp9ghUclCWt.pgp
Description: PGP signature


Bug#638068: [bisected] initramfs-tools generates unbootable initrd.img on IA-64 platform (Itanium)

2011-08-17 Thread maximilian attems
On Wed, Aug 17, 2011 at 12:18:38AM +0200, Émeric Maschino wrote:
 Package: initramfs-tools
 Version: 0.99
 Severity: grave
 
 As stated in this thread
 http://lists.debian.org/debian-ia64/2011/08/msg1.html, Debian
 Wheezy Testing cannot be booted at all on IA-64 (current
 linux-image-3.0.0-1-mckinley in Testing depends on initramfs-tools
 0.99, so initramfs-tools cannot be downgraded to previously working
 0.98.8). Hence severity set to grave. Last message displayed on
 console is:
 
 [   17.146492] Freeing unused kernel memory: 1024kB freed
 Loading, please wait...
 
 And then, nothing.
 
 Regression has been bisected to commit
 8f8299d9ba017d2a5af853a52be37ee50c89fac2 (mkinitramfs: copy over on
 build instead of using symlink tree) from maximilian attems,
 2011-02-21 (initramfs-tools v0.99 development cycle).
 
 Comparison of last good and first bad generated initrd.img ramdisks show that:
 - good one has bin/busybox and bin/sh, bin/sh being a soft link on
 bin/busybox and size of bin/busybox matching size of system
 /bin/busybox (1320720 bytes)
 - bad one has no bin/busybox, only bin/sh (executable, not a link) but
 size (199144 bytes) doesn't match size of system /bin/busybox (1320720
 bytes). Indeed, analyzing hook-functions and hooks/busybox source
 code, it's my understanding that bin/sh should be a copy of system
 /bin/busybox and thus should have the same size, right? I don't know
 where this 199144 bytes executable comes from.

does initramfs-tools boot with BUSYBOX=no in initramfs.conf?

according to your aboves statement it might not as the shared klibc
dash and not the static dash might end up in the initramfs?
see ls /usr/lib/klibc/bin
 
 Applying patch proposed in bug #628374 (initramfs-tools: Recent
 changes to hooks break busybox in initrd) to revert changes on busybox
 hook doesn't help.
 
 Simply reverting commit 8f8299d9ba017d2a5af853a52be37ee50c89fac2 from
 initramfs-tools v0.99 source code doesn't help either as resulting
 initramfs-tools binaries generate initrd.img failing to boot system
 with kernel panic, probably because of
 post-8f8299d9ba017d2a5af853a52be37ee50c89fac2 commits.
 
 The problem is still present in current initramfs-tools git repository.

are you sure?
there are easy test build around that fixes the busybox breakage:

dpkg -l initramfs-tools | grep ^ii
ii  initramfs-tool 0.100~16.gbp8d generic modular initramfs generator

relevant apt source line is:
deb http://jenkins.grml.org/debian initramfs-tools main

please test that one, thank you.

-- 
maks





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



Processed: Patch

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

 tags 625413 + patch
Bug #625413 [trousers] trousers: ftbfs with gcc-4.6 -Werror
Added tag(s) patch.
 thanks
Stopping processing here.

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

2011-08-17 Thread Thorsten Alteholz

tags 625413 + patch
thanks

After this patch the package compiles with gcc4.6 again. I tried to be as 
less invasive as possible and kept all variables.


  ThorstenAuthor: Thorsten Alteholz deb...@alteholz.de
Description: Make it compilable with gcc4.6

Index: trousers-0.3.5/src/tcs/rpc/tcstp/rpc_evlog.c
===
--- trousers-0.3.5.orig/src/tcs/rpc/tcstp/rpc_evlog.c	2011-08-16 19:35:38.0 +0200
+++ trousers-0.3.5/src/tcs/rpc/tcstp/rpc_evlog.c	2011-08-16 19:56:46.0 +0200
@@ -26,7 +26,6 @@
 #include tcs_utils.h
 #include rpc_tcstp_tcs.h
 
-
 TSS_RESULT
 tcs_wrap_GetPcrEvent(struct tcsd_thread_data *data)
 {
@@ -83,6 +82,8 @@
 
 	data-comm.hdr.u.result = result;
 
+	if (totalSize==0){ }; /* calm gcc46 */
+
 	return TSS_SUCCESS;
 }
 
Index: trousers-0.3.5/src/tspi/obj_tpm.c
===
--- trousers-0.3.5.orig/src/tspi/obj_tpm.c	2011-08-16 19:00:07.0 +0200
+++ trousers-0.3.5/src/tspi/obj_tpm.c	2011-08-16 19:01:34.0 +0200
@@ -463,6 +463,8 @@
 	struct obj_list *list = tpm_list;
 	struct tr_tpm_obj *tpm;
 
+	if (prev==NULL){ }; /* calm gcc46 */
+
 	pthread_mutex_lock(list-lock);
 
 	for (obj = list-head; obj; prev = obj, obj = obj-next) {
Index: trousers-0.3.5/src/tspi/obj_encdata.c
===
--- trousers-0.3.5.orig/src/tspi/obj_encdata.c	2011-08-16 19:09:41.0 +0200
+++ trousers-0.3.5/src/tspi/obj_encdata.c	2011-08-16 19:10:08.0 +0200
@@ -431,6 +431,8 @@
 	struct obj_list *list = encdata_list;
 	struct tr_encdata_obj *encdata;
 
+	if (prev==NULL){ }; /* calm gcc46 */
+
 	pthread_mutex_lock(list-lock);
 
 	for (obj = list-head; obj; prev = obj, obj = obj-next) {
Index: trousers-0.3.5/src/tspi/obj_rsakey.c
===
--- trousers-0.3.5.orig/src/tspi/obj_rsakey.c	2011-08-16 19:15:14.0 +0200
+++ trousers-0.3.5/src/tspi/obj_rsakey.c	2011-08-16 19:18:22.0 +0200
@@ -1726,6 +1726,8 @@
 	struct tr_rsakey_obj *rsakey;
 	TSS_RESULT result;
 
+	if (prev==NULL){ }; /* calm gcc46 */
+
 	MUTEX_LOCK(list-lock);
 
 	for (obj = list-head; obj; prev = obj, obj = obj-next) {
@@ -1899,6 +1901,8 @@
 	struct obj_list *list = rsakey_list;
 	struct tr_rsakey_obj *rsakey;
 
+	if (prev==NULL){ }; /* calm gcc46 */
+
 	MUTEX_LOCK(list-lock);
 
 	for (obj = list-head; obj; prev = obj, obj = obj-next) {
Index: trousers-0.3.5/src/tspi/obj_nv.c
===
--- trousers-0.3.5.orig/src/tspi/obj_nv.c	2011-08-16 19:21:02.0 +0200
+++ trousers-0.3.5/src/tspi/obj_nv.c	2011-08-16 19:26:22.0 +0200
@@ -470,6 +470,8 @@
 	offset = offset + sizeof(UINT16) + pcrread_sizeOfSelect + sizeof(TPM_LOCALITY_SELECTION);
 	memcpy(*data, nv_data_public + offset, sizeof(TPM_COMPOSITE_HASH));
 
+	if (pcrwrite_sizeOfSelect==0){ }; /* calm gcc46 */
+
 	return result;
 }
 
Index: trousers-0.3.5/src/tspi/obj_delfamily.c
===
--- trousers-0.3.5.orig/src/tspi/obj_delfamily.c	2011-08-16 19:28:52.0 +0200
+++ trousers-0.3.5/src/tspi/obj_delfamily.c	2011-08-16 19:29:13.0 +0200
@@ -90,6 +90,8 @@
 	struct obj_list *list = delfamily_list;
 	struct tr_delfamily_obj *delfamily;
 
+	if (prev==NULL){ }; /* calm gcc46 */
+
 	pthread_mutex_lock(list-lock);
 
 	*hFamily = NULL_HDELFAMILY;
Index: trousers-0.3.5/src/tspi/obj_migdata.c
===
--- trousers-0.3.5.orig/src/tspi/obj_migdata.c	2011-08-16 19:31:38.0 +0200
+++ trousers-0.3.5/src/tspi/obj_migdata.c	2011-08-16 19:32:17.0 +0200
@@ -363,6 +363,8 @@
 	BYTE *tmpMsaList;
 	TSS_RESULT result = TSS_SUCCESS;
 
+	if (result==TSS_SUCCESS){ }; /* calm gcc46 */
+
 	if ((obj = obj_list_get_obj(migdata_list, hMigData)) == NULL)
 		return TSPERR(TSS_E_INVALID_HANDLE);
 
@@ -482,6 +484,8 @@
 	UINT64 offset;
 	TSS_RESULT result = TSS_SUCCESS;
 
+	if (result==TSS_SUCCESS){ }; /* calm gcc46 */
+
 	if ((obj = obj_list_get_obj(migdata_list, hMigData)) == NULL)
 		return TSPERR(TSS_E_INVALID_HANDLE);
 


Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Sven Joachim
[ CC'ing postfix maintainer for his opinion. ]

On 2011-08-17 13:53 +0200, Luca Capello wrote:

 On Wed, 17 Aug 2011 11:59:19 +0200, Stefano Zacchiroli wrote:
 On Tue, Aug 16, 2011 at 09:54:14PM +0200, Johnny Morano wrote:
 Postfix is unable to receive mail and unable to send mail via SASL
 authentication, after installing the updates of today.  These are the
 error messages:

 I can reproduce this in Sid.

 /me too.

 Reverting both libsasl2-2 and libsasl2-modules to version
 2.1.23.dfsg1-7 fixes the problem.

 FWIW, reverting to 2.1.24~rc1.dfsg1+cvs2011-05-23-4 is enough.

 BTW, if you use Cyrus SASL authentication in Postfix, you can not
  actually revert libsasl2-2 and libsasl2-modules only, but you need
  to revert sasl2-bin as well because of its versioned dependency.

 I'm setting severity as serious, as it breaks pretty heavily mail
 delivery for SASL-based postfix configuration. I'm also marking the bug
 as affecting postfix, as many people will probably look for some issue
 there.

 Thank you, indeed I did not find it during a first look, maybe the title
 should be changed to reflect the IMHO most common error?  In my case:

   C61E120DDD 2071 Wed Aug 17 10:45:55  l...@pca.it
   (SASL authentication failed; cannot authenticate to server \
home.pca.it[83.211.85.135]: no mechanism available)
  debian-public...@lists.debian.org


Here is what I got:

,
| Aug 17 14:16:59 turtle postfix/smtp[28566]: warning: SASL authentication 
failure: No worthy mechs found
| Aug 17 14:16:59 turtle postfix/smtp[28566]: 4BD0A3F4F6: SASL authentication 
failed; cannot authenticate to server mail.gmx.net[213.165.64.20]: no mechanism 
available
`

Postfix's SASL_README has this interesting information:

,
| SASL authentication failure: No worthy mechs found
| 
| Note
| 
| This same error message will also be logged when the libplain.so or
| liblogin.so modules are not installed in the /usr/lib/sasl2 directory.
`

And /usr/lib/sasl2 is hardcoded in postfix, see
src/xsasl/xsasl_cyrus_log.c:

int xsasl_getpath(void * context, char ** path)
{
#if SASL_VERSION_MAJOR = 2
*path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl2, (char *) 0);
#else
*path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl, (char *) 0);
#endif
return SASL_OK;
}

So this bug has been triggered by the switch to multiarch paths in
cyrus-sasl2, and postfix is to blame for hardcoding /usr/lib/sasl2.

Cheers,
   Sven



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



Bug#634641: marked as done (waili: Please Build-Depends on libjpeg-dev, not libjpeg62-dev)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 13:17:56 +
with message-id e1qtg0k-0006tg...@franck.debian.org
and subject line Bug#634641: fixed in waili 19990723-20
has caused the Debian Bug report #634641,
regarding waili: Please Build-Depends on libjpeg-dev, not libjpeg62-dev
to be marked as done.

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

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


-- 
634641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: waili
Version: 19990723-19
Severity: important

Hello Andrea,

We are transitionning from libjpeg62 to libjpeg8.
As mentionned on debian-devel-announce[1], please update waili to
Build-Depends on libjpeg-dev instead of libjpeg62-dev.

The following Build-Depends was found:

waili   :Build-Depends: libjpeg62-dev 

[1] http://lists.debian.org/debian-devel-announce/2010/02/msg6.html

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


---End Message---
---BeginMessage---
Source: waili
Source-Version: 19990723-20

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

libwaili-dev_19990723-20_i386.deb
  to main/w/waili/libwaili-dev_19990723-20_i386.deb
libwaili1c2_19990723-20_i386.deb
  to main/w/waili/libwaili1c2_19990723-20_i386.deb
waili_19990723-20.diff.gz
  to main/w/waili/waili_19990723-20.diff.gz
waili_19990723-20.dsc
  to main/w/waili/waili_19990723-20.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 634...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A Mennucc1 mennu...@debian.org (supplier of updated waili 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: Wed, 17 Aug 2011 14:43:43 +0200
Source: waili
Binary: libwaili-dev libwaili1c2
Architecture: source i386
Version: 19990723-20
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 mennu...@debian.org
Changed-By: A Mennucc1 mennu...@debian.org
Description: 
 libwaili-dev - WAILI is a wavelet transform library (develop. files)
 libwaili1c2 - WAILI is a wavelet transform library
Closes: 633281 634641
Changes: 
 waili (19990723-20) unstable; urgency=low
 .
   * Bug fix: Please Build-Depends on libjpeg-dev, not libjpeg62-dev,
 thanks to Bill Allombert (Closes: #634641).
   * Bug fix: Getting rid of unneeded *.la / emptying dependency_libs,
 thanks to codeh...@debian.org/a; (Closes: #633281).
   * Clean up lintian warnings:
  - debhelper-but-no-misc-depends
  - debian-rules-missing-recommended-target
  - out-of-date-standards-version
Checksums-Sha1: 
 d8e473d1ee681bbf127b3436cf23f93dde2491d4 1065 waili_19990723-20.dsc
 db9a338e8785e95aac5f6aa7f599297ea62ff8bd 136292 waili_19990723-20.diff.gz
 adb1f4eea16f56e182e591e30ece2623842d4854 336616 
libwaili-dev_19990723-20_i386.deb
 a24bd31d9e5247ab35e8d2554482a216ad3cf625 83250 libwaili1c2_19990723-20_i386.deb
Checksums-Sha256: 
 bf8e164c759c263996b92e7ade5b8574f92a5046b86dbb8bfa17b7e9505e833c 1065 
waili_19990723-20.dsc
 0c3936a142e5890a956186db451dd44b350b301ea6bce6fcfbfcf2a84974817f 136292 
waili_19990723-20.diff.gz
 6f5d3c197f9b597d6730cb81a3c5e3530c375dbffb1d78d5b339989fccdd1cf4 336616 
libwaili-dev_19990723-20_i386.deb
 e0c08bc2130433ef71de194e74739fbb530057e727493a1dd40e58cf1f2cd7fd 83250 
libwaili1c2_19990723-20_i386.deb
Files: 
 a661761295ed17d2a07d9e9da5edff60 1065 devel optional waili_19990723-20.dsc
 0ff4c5ead5f0dcaf2886dc2f706cfa55 136292 devel optional 
waili_19990723-20.diff.gz
 81c4e7269fb628eeaf4f1ce22f7f40fc 336616 libdevel optional 
libwaili-dev_19990723-20_i386.deb
 9cb90ec8eafaa5097c079a327e935397 83250 libs optional 
libwaili1c2_19990723-20_i386.deb

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

iEYEARECAAYFAk5LvGEACgkQ9B/tjjP8QKTFggCgnANZQ80y1eaOW/Clt4WatxNt
DAEAn2gSFPzPz8dee9rJLyHCZWRea72W
=vJk2
-END PGP SIGNATURE-


---End Message---


Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Ondřej Surý
Ccing vorlon, since he is the MultiArch guy :)

On Wed, Aug 17, 2011 at 15:05, Sven Joachim svenj...@gmx.de wrote:
 And /usr/lib/sasl2 is hardcoded in postfix, see
 src/xsasl/xsasl_cyrus_log.c:

 int xsasl_getpath(void * context, char ** path)
 {
 #if SASL_VERSION_MAJOR = 2
    *path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl2, (char *) 
 0);
 #else
    *path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl, (char *) 0);
 #endif
    return SASL_OK;
 }

 So this bug has been triggered by the switch to multiarch paths in
 cyrus-sasl2, and postfix is to blame for hardcoding /usr/lib/sasl2.

I guess the Ubuntu already have a patch for that

I could remove the MultiArch patch as a quick remedy and wait for
postfix to catch up. Opinions?

O.
-- 
Ondřej Surý ond...@sury.org



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



Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Ondřej Surý
postfix (2.8.3-1ubuntu3) oneiric; urgency=low

  * src/xsasl/xsasl_cyrus_{client,server}.c: don't set a sasl callback for
the path, only do so for the config path; we shouldn't override the
already-correct module path built into cyrus-sasl2 itself,
especially now that said path may change due to multiarch.

 -- Steve Langasek steve.langa...@ubuntu.com  Mon, 15 Aug 2011 20:10:53 -0700


On Wed, Aug 17, 2011 at 15:34, Ondřej Surý ond...@sury.org wrote:
 Ccing vorlon, since he is the MultiArch guy :)

 On Wed, Aug 17, 2011 at 15:05, Sven Joachim svenj...@gmx.de wrote:
 And /usr/lib/sasl2 is hardcoded in postfix, see
 src/xsasl/xsasl_cyrus_log.c:

 int xsasl_getpath(void * context, char ** path)
 {
 #if SASL_VERSION_MAJOR = 2
    *path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl2, (char *) 
 0);
 #else
    *path = concatenate(var_config_dir, /, sasl:/usr/lib/sasl, (char *) 
 0);
 #endif
    return SASL_OK;
 }

 So this bug has been triggered by the switch to multiarch paths in
 cyrus-sasl2, and postfix is to blame for hardcoding /usr/lib/sasl2.

 I guess the Ubuntu already have a patch for that

 I could remove the MultiArch patch as a quick remedy and wait for
 postfix to catch up. Opinions?

 O.
 --
 Ondřej Surý ond...@sury.org




-- 
Ondřej Surý ond...@sury.org



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



Bug#637189: marked as done (libspice-server-dev does not list dependencies referenced in pkg-config files)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 13:47:42 +
with message-id e1qtgt8-0002wy...@franck.debian.org
and subject line Bug#637189: fixed in spice 0.8.2-2
has caused the Debian Bug report #637189,
regarding libspice-server-dev does not list dependencies referenced in 
pkg-config files
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.)


-- 
637189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637189
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libspice-server-dev
Version: 0.8.2-1
Severity: grave

In pkg-config file of libspice-server-dev, pixman-1 (= 0.17.7) is 
specified as required, yet it is not marked as such in the
libspice-server-dev package control file.  This means that
installed libspice-server-dev package is unusable because
it itn't possible to build packages against it, since
pkg-config complains:

 $ pkg-config --cflags spice-server
 Package pixman-1 was not found in the pkg-config search path.
 Perhaps you should add the directory containing `pixman-1.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'pixman-1', required by 'spice', not found

As far as I can see, adding libpixman-1-dev dependency should fix that.

There are other dependencies too, like alsa openssl xrandr etc,
but I haven't checked these.


---End Message---
---BeginMessage---
Source: spice
Source-Version: 0.8.2-2

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

libspice-server-dev_0.8.2-2_i386.deb
  to main/s/spice/libspice-server-dev_0.8.2-2_i386.deb
libspice-server1_0.8.2-2_i386.deb
  to main/s/spice/libspice-server1_0.8.2-2_i386.deb
spice-client_0.8.2-2_i386.deb
  to main/s/spice/spice-client_0.8.2-2_i386.deb
spice_0.8.2-2.debian.tar.gz
  to main/s/spice/spice_0.8.2-2.debian.tar.gz
spice_0.8.2-2.dsc
  to main/s/spice/spice_0.8.2-2.dsc



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

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

Debian distribution maintenance software
pp.
Liang Guo bluestonech...@gmail.com (supplier of updated spice 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: Tue, 16 Aug 2011 10:36:31 +0800
Source: spice
Binary: spice-client libspice-server1 libspice-server-dev
Architecture: source i386
Version: 0.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Liang Guo bluestonech...@gmail.com
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 libspice-server-dev - Header files and development documentation for 
spice-server
 libspice-server1 - Implements the server side of the SPICE protocol
 spice-client - Implements the client side of the SPICE protocol
Closes: 637189
Changes: 
 spice (0.8.2-2) unstable; urgency=low
 .
   [ Michael Tokarev ]
   * move libraries used internally by libspice-server from Requires
 to Requires.private in pkg-config file
 .
   [ Liang Guo ]
   * Add libpixman-1-dev and libssl-dev to libspice-server-dev
 Depends (Closes: #637189)
   * Remove alsa, xrandr, xfixes, x11, xext and xrender
 from spice-server.pc Requires
   * Fix typo in debian/spicec.1
Checksums-Sha1: 
 8478ea5c4e41ea8132f83425a141039887c26432 1785 spice_0.8.2-2.dsc
 76598a9912c6d4ad35fe36219e1f1fb226beccc8 15746 spice_0.8.2-2.debian.tar.gz
 fedf08f613ef2f8365f5b0a067bfaa15c2312c78 712106 spice-client_0.8.2-2_i386.deb
 df718b818b710fa030cb132a86a319e87163ef45 339722 
libspice-server1_0.8.2-2_i386.deb
 2312fcf7bceb5480ebc74f761b17ec1f82cc9a32 388442 
libspice-server-dev_0.8.2-2_i386.deb
Checksums-Sha256: 
 16bc525b7c63f458003398dc0f61e7df0e9777623a32000839165ed840bc9b08 1785 
spice_0.8.2-2.dsc
 b0aa523816c93cf30806bceaa3b2705e5f28bb89d2b5ca687f9ba69a2a13a302 15746 
spice_0.8.2-2.debian.tar.gz
 1c0b512c2b578c7d0ab1462e233883056d106e0a239834b93bbfc9d8cae98f64 712106 
spice-client_0.8.2-2_i386.deb
 4c7aa0207a8fd84fadb3a3305d86f4a068be2eca0b2e0166eb70a16315abf7f4 339722 
libspice-server1_0.8.2-2_i386.deb
 8368222cb4748b80d84f02d9db1612184b346fef471f61b652c91fe56294ca05 388442 
libspice-server-dev_0.8.2-2_i386.deb
Files: 
 1a0f92e05dc839cbbf5f8c746e0411b2 1785 misc optional spice_0.8.2-2.dsc
 84e4a07e6e8bf88b7aed20d5c2e2b62c 15746 misc optional 
spice_0.8.2-2.debian.tar.gz
 

Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Luca Capello
Hi there!

On Wed, 17 Aug 2011 15:34:23 +0200, Ondřej Surý wrote:
 On Wed, Aug 17, 2011 at 15:05, Sven Joachim svenj...@gmx.de wrote:
 So this bug has been triggered by the switch to multiarch paths in
 cyrus-sasl2, and postfix is to blame for hardcoding /usr/lib/sasl2.

 I guess the Ubuntu already have a patch for that

 I could remove the MultiArch patch as a quick remedy and wait for
 postfix to catch up. Opinions?

The correct solution would be for libsasl2-2 to add:

  Breaks: postfix ( $VERSION_INTRODUCING_MULTIARCH)

If you want to react ASAP, you can start with 2.8.3-1, the postfix
version in sid and then upgrading it later coordinating with the postfix
maintainers.

Thx, bye,
Gismo / Luca


pgpKzjJyboxrO.pgp
Description: PGP signature


Bug#630897: marked as done (ace: DDS4 spec doesn't allow modification or commercial distribution)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 13:55:17 +
with message-id e1qtgat-0003nd...@franck.debian.org
and subject line Bug#630897: fixed in ace 5.7.7+dfsg-1
has caused the Debian Bug report #630897,
regarding ace: DDS4 spec doesn't allow modification or commercial distribution
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.)


-- 
630897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ace
Version: 5.7.7-4
Severity: serious
Justification: Policy 2.1.1, 2.1.3, 2.1.6, 2.1.7
User: gnewsense-...@nongnu.org
Usertags: gnewsense libreplanet

In ACE+TAO+CIAO-src-5.7.7.tar.bz2 there is document ACE_wrappers/TAO/CIAO/
connectors/dds4ccm/docs/ptc_09-10-26 DDS4CCM v1-0 WCB.pdf, which has the
following license notice.

Subject to all of the terms and conditions below, the owners of the copyright
in this specification hereby grant you a fully-paid up, non-exclusive,
nontransferable, perpetual, worldwide license (without the right to sublicense),
to use this specification to create and distribute software and special purpose
specifications that are based upon this specification, and to use, copy, and
distribute this specification as provided under the Copyright Act; provided
that: (1) both the copyright notice identified above and this permission notice
appear on any copies of this specification; (2) the use of the specifications
is for informational purposes and will not be copied or posted on any network
computer or broadcast in any media and will not be otherwise resold or
transferred for commercial purposes; and (3) no modifications are made to this
specification. This limited permission automatically terminates without notice
if you breach any of these terms or conditions. Upon termination, you will
destroy immediately any copies of the specifications in your possession or
control.

This violates DFSG in several ways:
- No right to modify.
- Distribution restrictions (medium and commercial).
- For informational purposes only suggests no commercial use allowed.
- Nontransferable, without the right to sublicense means that anyone receiving
  the document from someone who is not the copyright holder doesn't get the
  same rights.

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

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


---End Message---
---BeginMessage---
Source: ace
Source-Version: 5.7.7+dfsg-1

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

ace-gperf_5.7.7+dfsg-1_i386.deb
  to main/a/ace/ace-gperf_5.7.7+dfsg-1_i386.deb
ace-netsvcs_5.7.7+dfsg-1_i386.deb
  to main/a/ace/ace-netsvcs_5.7.7+dfsg-1_i386.deb
ace_5.7.7+dfsg-1.diff.gz
  to main/a/ace/ace_5.7.7+dfsg-1.diff.gz
ace_5.7.7+dfsg-1.dsc
  to main/a/ace/ace_5.7.7+dfsg-1.dsc
ace_5.7.7+dfsg.orig.tar.gz
  to main/a/ace/ace_5.7.7+dfsg.orig.tar.gz
gperf-ace_5.7.7+dfsg-1_all.deb
  to main/a/ace/gperf-ace_5.7.7+dfsg-1_all.deb
libace-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-5.7.7_5.7.7+dfsg-1_i386.deb
libace-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-dev_5.7.7+dfsg-1_i386.deb
libace-doc_5.7.7+dfsg-1_all.deb
  to main/a/ace/libace-doc_5.7.7+dfsg-1_all.deb
libace-flreactor-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-flreactor-5.7.7_5.7.7+dfsg-1_i386.deb
libace-flreactor-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-flreactor-dev_5.7.7+dfsg-1_i386.deb
libace-foxreactor-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-foxreactor-5.7.7_5.7.7+dfsg-1_i386.deb
libace-foxreactor-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-foxreactor-dev_5.7.7+dfsg-1_i386.deb
libace-htbp-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-htbp-5.7.7_5.7.7+dfsg-1_i386.deb
libace-htbp-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-htbp-dev_5.7.7+dfsg-1_i386.deb
libace-qtreactor-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-qtreactor-5.7.7_5.7.7+dfsg-1_i386.deb
libace-qtreactor-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-qtreactor-dev_5.7.7+dfsg-1_i386.deb
libace-rmcast-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-rmcast-5.7.7_5.7.7+dfsg-1_i386.deb
libace-rmcast-dev_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-rmcast-dev_5.7.7+dfsg-1_i386.deb
libace-ssl-5.7.7_5.7.7+dfsg-1_i386.deb
  to main/a/ace/libace-ssl-5.7.7_5.7.7+dfsg-1_i386.deb
libace-ssl-dev_5.7.7+dfsg-1_i386.deb
  to 

Bug#636147: /etc/editorrc ?

2011-08-17 Thread Thorsten Glaser
Dixi quod…

Josip Rodin dixit:

You can prepare a patch, sure, but while you're at it, do first test the
situation where 'editorrc' is a slave to 'editor' so that you can be sure

Yup, tested that. Took me quite a few turns, too.
The joe patch is attached, if you want me to upload this,
just tell me so.

You never got back to me on this… any comments?
Should I upload this or do you prefer to do it,
or do you disagree with the patches?

(If we upload, we must do it coordinated, to
get the Breaks in both packages right.)

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



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



Processed: limit source to sofa-framework, tagging 638170

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

 #sofa-framework (1.0~beta4-6) UNRELEASED; urgency=low
 #
 #  * Updated build-dependency on libqwt-dev (Closes: #638170)
 #
 limit source sofa-framework
Limiting to bugs with field 'source' containing at least one of 'sofa-framework'
Limit currently set to 'source':'sofa-framework'

 tags 638170 + pending
Bug #638170 [sofa-framework] [sofa-framework] FTBFS due to missing build 
dependency
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638170
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#618087: marked as done (aimage: FTBFS: gui.cpp:285:48: error: 'class aftimer' has no member named 'timer_text')

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 15:21:15 +
with message-id e1qthvf-0002ga...@franck.debian.org
and subject line Bug#637818: Removed package(s) from unstable
has caused the Debian Bug report #618087,
regarding aimage: FTBFS: gui.cpp:285:48: error: 'class aftimer' has no member 
named 'timer_text'
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.)


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

Hi,

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

Relevant part:
 g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include   -g -O2 -c -o gui.o 
 gui.cpp
 gui.cpp: In function 'void my_refresh(imager*, affcallback_info*)':
 gui.cpp:285:48: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:286:86: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:317:62: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:359:19: error: 'class aftimer' has no member named 'timer_text'
 gui.cpp:363:45: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:376:51: error: cannot pass objects of non-trivially-copyable type 
 'struct std::string' through '...'
 gui.cpp:409:35: error: 'class aftimer' has no member named 'timer_text'
 make[3]: *** [gui.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/aimage_3.2.4-1_lsid64.buildlog

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

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 3.2.4-1+rm

Dear submitter,

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

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

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

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

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

---End Message---


Bug#628621: marked as done (openjdk-6 6b23~pre2-2 ftbfs on mips)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 17:30:40 +0200
with message-id 4e4bdea0.10...@ubuntu.com
and subject line worked around build failure on mips
has caused the Debian Bug report #628621,
regarding openjdk-6 6b23~pre2-2 ftbfs on mips
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.)


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

Package: openjdk-6
Version: 6b23~pre2-2
Severity: serious

trying to run the java binary built in stage1

see 
https://buildd.debian.org/status/fetch.php?pkg=openjdk-6arch=mipsver=6b23~pre2-2stamp=1306733845


mkdir -p stamps
touch stamps/bootstrap-directory.stamp
mkdir -p bootstrap
rm -f 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0
ln -sf 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/icedtea 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0; 
\
	if ! 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0/bin/java 
-version ; \

 then \
   echo 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0/bin/java 
\

   cannot be found or is corrupted. ; \
   exit 1; \
fi
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:270), pid=21008, tid=725976240
#  fatal error: caught unhandled signal 10
#
# JRE version: 6.0_22-b22
# Java VM: OpenJDK Zero VM (20.0-b11 interpreted mode linux-mips )
# Derivative: IcedTea6 1.11pre
# Distribution: Debian GNU/Linux unstable (sid), package 6b23~pre2-2
# An error report file with more information is saved as:
# 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/hs_err_pid21008.log

#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
/bin/bash: line 6: 21008 Aborted 
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0/bin/java 
-version
/build/buildd-openjdk-6_6b23~pre2-2-mips-BpxlQU/openjdk-6-6b23~pre2/build/bootstrap/jdk1.6.0/bin/java 
cannot be found or is corrupted.

make[1]: *** [stamps/bootstrap-directory-symlink.stamp] Error 1


---End Message---
---BeginMessage---
Version: 6b23~pre7-1

worked around build failure on mips

---End Message---


Bug#637818: marked as done (RM: aimage -- RoQA; NPOASR, dead upstream)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 15:21:12 +
with message-id e1qthvc-0002gs...@franck.debian.org
and subject line Bug#637818: Removed package(s) from unstable
has caused the Debian Bug report #637818,
regarding RM: aimage -- RoQA; NPOASR, dead upstream
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.)


-- 
637818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aimage
Version: 3.2.4-1
Severity: serious
Tags: patch
Justification: FTBFS
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In addition to bug #618087, which is still present, aimage now also fails to
build because of a wrong autoconf check for libssl: the autoconf check
examines libssl for an 'ssl3_new' symbol, despite the fact that it never
*uses* this symbol at runtime.  

The attached patch corrects the autoconf check to only look for symbols that
are actually needed, and removes a wrong reference to a non-existent 'm4'
directory, allowing autoreconf to run successfully.

Since bug #618087 is still outstanding, I intend to remove the broken/FTBFS
aimage binary from the upcoming Ubuntu release.  It can be re-included if a
fixed package is made available in Debian in time.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
only in patch2:
unchanged:
--- aimage-3.2.4.orig/configure.ac
+++ aimage-3.2.4/configure.ac
@@ -13,8 +13,6 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 
-AC_CONFIG_MACRO_DIR([m4])
-
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_CONFIG_FILES([aimage.spec])
 AM_CONFIG_HEADER([config.h])
@@ -56,7 +54,7 @@
 AC_CHECK_HEADERS([openssl/md5.h openssl/sha.h openssl/aes.h openssl/rsa.h 
openssl/rand.h]) 
 AC_CHECK_LIB([crypto],[MD5_Update],,AC_MSG_ERROR([OpenSSL required for 
AFFLIB]))
 # Optional libraries
-AC_CHECK_LIB([ssl],[ssl3_new],,AC_MSG_ERROR([OpenSSL library 'libssl-dev' not 
installed; cannot continue.]))
+AC_CHECK_LIB([ssl],[OpenSSL_add_all_digests],,AC_MSG_ERROR([OpenSSL library 
'libssl-dev' not installed; cannot continue.]))
 AC_CHECK_LIB([readline],[readline],, AC_MSG_RESULT([readline not installed]))
 AC_CHECK_LIB([ncurses],[initscr],, AC_MSG_RESULT([ncurses not installed]))
 AC_CHECK_FUNCS([MD5])
only in patch2:
unchanged:
--- aimage-3.2.4.orig/Makefile.am
+++ aimage-3.2.4/Makefile.am
@@ -1,7 +1,5 @@
 SUBDIRS = src
 
-ACLOCAL_AMFLAGS = -I m4
-
 RELEASE_USER = simsong@
 RELEASE_HOST = www.afflib.org
 RELEASE_DIR  = afflib.org/
---End Message---
---BeginMessage---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

aimage |3.2.4-1 | source, amd64, armel, i386, ia64, mips, mipsel, 
powerpc, s390, sparc

--- Reason ---
RoQA; NPOASR, dead upstream
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 637...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/637818

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

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

---End 

Bug#638143: marked as done (xul-ext-scrapbook: Incompatible with recent Iceweasel versions.)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 15:32:52 +
with message-id e1qti6u-0004oa...@franck.debian.org
and subject line Bug#638143: fixed in scrapbook 1.4.7-1
has caused the Debian Bug report #638143,
regarding xul-ext-scrapbook: Incompatible with recent Iceweasel versions.
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.)


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

Please update this package to a more recent upstream version. The
current version is incompatible with Iceweasel 5 and later.


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

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

xul-ext-scrapbook depends on no packages.

Versions of packages xul-ext-scrapbook recommends:
ii  iceweasel 6.0-1  Web browser based on Firefox

xul-ext-scrapbook suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: scrapbook
Source-Version: 1.4.7-1

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

iceweasel-scrapbook_1.4.7-1_all.deb
  to main/s/scrapbook/iceweasel-scrapbook_1.4.7-1_all.deb
scrapbook_1.4.7-1.debian.tar.gz
  to main/s/scrapbook/scrapbook_1.4.7-1.debian.tar.gz
scrapbook_1.4.7-1.dsc
  to main/s/scrapbook/scrapbook_1.4.7-1.dsc
scrapbook_1.4.7.orig.tar.gz
  to main/s/scrapbook/scrapbook_1.4.7.orig.tar.gz
xul-ext-scrapbook_1.4.7-1_all.deb
  to main/s/scrapbook/xul-ext-scrapbook_1.4.7-1_all.deb



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

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

Debian distribution maintenance software
pp.
Fabrizio Regalli fab...@fabreg.it (supplier of updated scrapbook package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 17 Aug 2011 10:06:00 +0200
Source: scrapbook
Binary: xul-ext-scrapbook iceweasel-scrapbook
Architecture: source all
Version: 1.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 iceweasel-scrapbook - transitional dummy package
 xul-ext-scrapbook - Iceweasel/Firefox extension to save and manage Web pages
Closes: 638143
Changes: 
 scrapbook (1.4.7-1) unstable; urgency=low
 .
   * New upstream version
   * Switch to 3.0 quilt format
   * Added 01-bumpmaxver.diff patch for compatibility with
 iceweasel 5 (Closes: #638143)
   * Added myself to Uploaders
   * Fixed conflicts-with-version lintian warning message.
Checksums-Sha1: 
 985c9030fae1857ed17895f8dcb4de2e84f20dae 2013 scrapbook_1.4.7-1.dsc
 7b618e9bf28eebbd8a845ed216e709d6bc03f4ad 216119 scrapbook_1.4.7.orig.tar.gz
 ac57d519d889ae406359227b9a724216a7619926 3144 scrapbook_1.4.7-1.debian.tar.gz
 26994a42d46ec30725e456e6770786b47ba25b8b 215780 
xul-ext-scrapbook_1.4.7-1_all.deb
 934246b66598402eb0478edbd5df8e8462ab3f92 3116 
iceweasel-scrapbook_1.4.7-1_all.deb
Checksums-Sha256: 
 40c53dbb3d01e28cc9f32d0e8650d3eddf299e40a41b6d95ba194893d9b62860 2013 
scrapbook_1.4.7-1.dsc
 f1287e9de251c238a2e509807cec3459dd91f3ceb63f3a2037d40961489ab9ab 216119 
scrapbook_1.4.7.orig.tar.gz
 3e4e1895765b83b01bd892c2e2c555039c9dc2b46a2e12e4a8c22559bcdae37b 3144 
scrapbook_1.4.7-1.debian.tar.gz
 30f38d5abf09218abddbe01b637553f2089bd59132664fdd5c613fca1f9aa610 215780 
xul-ext-scrapbook_1.4.7-1_all.deb
 3fe36373656baa2db70313b34134fa2579c9b1b98b474e2f9ab91a05bebfc224 3116 
iceweasel-scrapbook_1.4.7-1_all.deb
Files: 
 119ad26b144890a863081aa538a279e9 2013 web optional scrapbook_1.4.7-1.dsc
 1cf2b8bf7f1494866c6bf7edb2cb885c 216119 web optional 
scrapbook_1.4.7.orig.tar.gz
 04ef3f77316421ceafc03d415aec00fe 3144 web optional 
scrapbook_1.4.7-1.debian.tar.gz
 92f0203e87a8d87a1bd7f849786f0923 215780 web optional 
xul-ext-scrapbook_1.4.7-1_all.deb

Bug#638198: CVE-2011-2910: Missing return checks

2011-08-17 Thread Moritz Muehlenhoff
Package: ax25-tools
Severity: grave
Tags: security

Please see http://seclists.org/oss-sec/2011/q3/300

This is CVE-2011-2910. This doesn't warrant a DSA, but could be fixed
in a point update.

Cheers,
Moritz



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



Bug#636117: Segmentation fault when starting

2011-08-17 Thread Philip Rinn
Hi Klaus,

I need more information from you. Please try the debug build and report the 
output
here. I can't reproduce this on different amd64 machines so I'll tag it
unreproducible and close it if there is no response within seven days. (You can
always reopen it if you get the information later.)

Thanks,
Philip





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



Bug#553888: wcalc: diff for NMU version 2.4-1.1

2011-08-17 Thread Tim Retout
tags 553888 + patch
thanks

Dear maintainer,

I've prepared an NMU for wcalc (versioned as 2.4-1.1) and uploaded
it to DELAYED/0. The diff is attached to this message.

Regards.
diff -u wcalc-2.4/debian/changelog wcalc-2.4/debian/changelog
--- wcalc-2.4/debian/changelog
+++ wcalc-2.4/debian/changelog
@@ -1,3 +1,11 @@
+wcalc (2.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Depend on libreadline-dev rather than
+libreadline5-dev. (Closes: #553888)
+
+ -- Tim Retout dioc...@debian.org  Wed, 17 Aug 2011 17:40:46 +0100
+
 wcalc (2.4-1) unstable; urgency=low
 
   * New upstream release. (Closes: #511500, #514618)
diff -u wcalc-2.4/debian/control wcalc-2.4/debian/control
--- wcalc-2.4/debian/control
+++ wcalc-2.4/debian/control
@@ -9,7 +9,7 @@
  flex, 
  libmpfr-dev, 
  libgmp3-dev, 
- libreadline5-dev
+ libreadline-dev
 Standards-Version: 3.7.3
 
 Package: wcalc



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



Processed: wcalc: diff for NMU version 2.4-1.1

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

 tags 553888 + patch
Bug #553888 [wcalc] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
553888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553888
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#553888: marked as done (replacing libreadline5-dev build dependency with libreadline-dev)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 17:03:25 +
with message-id e1qtjwx-00071j...@franck.debian.org
and subject line Bug#553888: fixed in wcalc 2.4-1.1
has caused the Debian Bug report #553888,
regarding replacing libreadline5-dev build dependency with libreadline-dev
to be marked as done.

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

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


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

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

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


---End Message---
---BeginMessage---
Source: wcalc
Source-Version: 2.4-1.1

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

wcalc_2.4-1.1.diff.gz
  to main/w/wcalc/wcalc_2.4-1.1.diff.gz
wcalc_2.4-1.1.dsc
  to main/w/wcalc/wcalc_2.4-1.1.dsc
wcalc_2.4-1.1_amd64.deb
  to main/w/wcalc/wcalc_2.4-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Tim Retout dioc...@debian.org (supplier of updated wcalc 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: Wed, 17 Aug 2011 17:40:46 +0100
Source: wcalc
Binary: wcalc
Architecture: source amd64
Version: 2.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Daniele Sempione scr...@oziosi.org
Changed-By: Tim Retout dioc...@debian.org
Description: 
 wcalc  - A flexible command-line scientific calculator
Closes: 553888
Changes: 
 wcalc (2.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Build-Depend on libreadline-dev rather than
 libreadline5-dev. (Closes: #553888)
Checksums-Sha1: 
 f90830bcc60d211679c4611dccb957f302868c59 1039 wcalc_2.4-1.1.dsc
 62d1695c877447ad54b366e5de19b4ed1f3aaf2a 3233 wcalc_2.4-1.1.diff.gz
 58c06823d2664c9b531b56bbfc6b9efabd023bc7 136250 wcalc_2.4-1.1_amd64.deb
Checksums-Sha256: 
 cce708e99f6f7098513673e8c7572eefcdb33b0d1fc7237110bd6cfbc58a053c 1039 
wcalc_2.4-1.1.dsc
 fe94d447be72b44e240a898d47eac5f7faa544273c826bbedfc09921516b0a10 3233 
wcalc_2.4-1.1.diff.gz
 f2d6586010addd99e8e3a5609310ee43d0e03c5bc0c515c1a63f09b461a6291b 136250 
wcalc_2.4-1.1_amd64.deb
Files: 
 22611d853408f7c82831d2f1df04ec89 1039 math optional wcalc_2.4-1.1.dsc
 3f2433f6e3cd908181a0f535d507c599 3233 math optional wcalc_2.4-1.1.diff.gz
 4d5710062136dcd4653d832c69d87247 136250 math optional wcalc_2.4-1.1_amd64.deb

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

iEYEARECAAYFAk5L8LEACgkQOHNNd4eQFFLHmgCeMsV772VyXP7Vaupg94MH4A/f
7rAAn1evDenE+yZxCLIwlDBtFRr9OrYI
=7YCr
-END PGP SIGNATURE-


---End Message---


Bug#638045: warning: xsasl_cyrus_server_get_mechanism_list: no mechanism available

2011-08-17 Thread Steve Langasek
On Wed, Aug 17, 2011 at 03:44:56PM +0200, Ondřej Surý wrote:
 postfix (2.8.3-1ubuntu3) oneiric; urgency=low

   * src/xsasl/xsasl_cyrus_{client,server}.c: don't set a sasl callback for
 the path, only do so for the config path; we shouldn't override the
 already-correct module path built into cyrus-sasl2 itself,
 especially now that said path may change due to multiarch.

  -- Steve Langasek steve.langa...@ubuntu.com  Mon, 15 Aug 2011 20:10:53 
 -0700

I did communicate this to LaMont on IRC as I was preparing the fix, but I
honestly wasn't expecting cyrus-sasl2 to get changed quite so quickly (the
median time for multiarch patches getting applied is much longer than 5
hours :), so I didn't express any urgency for getting that patch into
Debian.  Sorry about that.

LaMont, can this multiarch fix be included in the next postfix upload?  That
would at least let the cyrus-sasl2 maintainers set the Breaks: so that
people don't break their mailservers unwittingly.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#553877: zssh: diff for NMU version 1.5c.debian.1-3.1

2011-08-17 Thread Tim Retout
tags 553877 + patch
thanks

Dear maintainer,

I've prepared an NMU for zssh (versioned as 1.5c.debian.1-3.1), and
uploaded it to DELAYED/0. The diff is attached to this message.

Regards.
diff -u zssh-1.5c.debian.1/debian/control zssh-1.5c.debian.1/debian/control
--- zssh-1.5c.debian.1/debian/control
+++ zssh-1.5c.debian.1/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Ben Wong b...@wongs.net
-Build-Depends: cdbs, debhelper (= 5), autotools-dev, libncurses5-dev, 
libreadline5-dev, autoconf
+Build-Depends: cdbs, debhelper (= 5), autotools-dev, libncurses5-dev, 
libreadline-dev, autoconf
 Standards-Version: 3.7.2
 
 Package: zssh
diff -u zssh-1.5c.debian.1/debian/changelog zssh-1.5c.debian.1/debian/changelog
--- zssh-1.5c.debian.1/debian/changelog
+++ zssh-1.5c.debian.1/debian/changelog
@@ -1,3 +1,11 @@
+zssh (1.5c.debian.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Depend on libreadline-dev instead of
+libreadline5-dev. (Closes: #553877)
+
+ -- Tim Retout dioc...@debian.org  Wed, 17 Aug 2011 18:09:27 +0100
+
 zssh (1.5c.debian.1-3) unstable; urgency=low
  
   * New maintainer: as agreed with bartm



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



Processed: zssh: diff for NMU version 1.5c.debian.1-3.1

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

 tags 553877 + patch
Bug #553877 [zssh] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
553877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553877
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#624928: Backport or new upstream version?

2011-08-17 Thread Philipp Kern
Hi,

On Thu, May 12, 2011 at 08:43:58PM +0300, Yavor Doganov wrote:
 Matt Kraai wrote:
  I'll try to put together a patch and, if you'd like, perform an NMU.
 Please don't bother, it is trivial and done, sorry for not telling you
 that in the first place and tagging the bug accordingly.

Can you please fix that in unstable in the meantime?

Kind regards
Philipp Kern



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



Processed: block 634052 with 638170

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

 block 634052 with 638170
Bug #634052 [release.debian.org] transition: glew
Was not blocked by any bugs.
Added blocking bug(s) of 634052: 638170
 thanks
Stopping processing here.

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

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

 block 634052 with 638169
Bug #634052 [release.debian.org] transition: glew
Was blocked by: 638170
Added blocking bug(s) of 634052: 638169
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
634052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634052
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#553877: marked as done (replacing libreadline5-dev build dependency with libreadline-dev)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 17:34:16 +
with message-id e1qtk0o-00026b...@franck.debian.org
and subject line Bug#553877: fixed in zssh 1.5c.debian.1-3.1
has caused the Debian Bug report #553877,
regarding replacing libreadline5-dev build dependency with libreadline-dev
to be marked as done.

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

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


-- 
553877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553877
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zssh
Version: 1.5c.debian.1-3
Severity: important
User: d...@debian.org
Usertags: readline6

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

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


---End Message---
---BeginMessage---
Source: zssh
Source-Version: 1.5c.debian.1-3.1

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

zssh_1.5c.debian.1-3.1.diff.gz
  to main/z/zssh/zssh_1.5c.debian.1-3.1.diff.gz
zssh_1.5c.debian.1-3.1.dsc
  to main/z/zssh/zssh_1.5c.debian.1-3.1.dsc
zssh_1.5c.debian.1-3.1_amd64.deb
  to main/z/zssh/zssh_1.5c.debian.1-3.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Tim Retout dioc...@debian.org (supplier of updated zssh 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: Wed, 17 Aug 2011 18:09:27 +0100
Source: zssh
Binary: zssh
Architecture: source amd64
Version: 1.5c.debian.1-3.1
Distribution: unstable
Urgency: low
Maintainer: Ben Wong b...@wongs.net
Changed-By: Tim Retout dioc...@debian.org
Description: 
 zssh   - interactive file transfers over ssh
Closes: 553877
Changes: 
 zssh (1.5c.debian.1-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Build-Depend on libreadline-dev instead of
 libreadline5-dev. (Closes: #553877)
Checksums-Sha1: 
 7fcae8cec692fb2b051a05f3a5be25318288254e 1035 zssh_1.5c.debian.1-3.1.dsc
 d20001ebfbaf8d5f02484da7bb8235705dfdabb9 4412 zssh_1.5c.debian.1-3.1.diff.gz
 66cfd55daecaf9cda04e5b537ce2d19143213efe 24014 zssh_1.5c.debian.1-3.1_amd64.deb
Checksums-Sha256: 
 b5b2584023ae53bbca2c95e2d4cb6f17435dc3d488d61709d4ef153d0b18e851 1035 
zssh_1.5c.debian.1-3.1.dsc
 e7c620c230c073a806ce1905eec99f20d9b5673fd180c38eb3f7f9af2f778e0f 4412 
zssh_1.5c.debian.1-3.1.diff.gz
 b653cfdac95b03559658ad6393b7b67c6e95eeb9bfcaf0079609f5022855db10 24014 
zssh_1.5c.debian.1-3.1_amd64.deb
Files: 
 8e42121aff13629dffec6a0904efef73 1035 net optional zssh_1.5c.debian.1-3.1.dsc
 5c7b5dc22b4c3a358a419d7dddef3430 4412 net optional 
zssh_1.5c.debian.1-3.1.diff.gz
 0a02e4b8d51d9c05f90fb343c0c249d4 24014 net optional 
zssh_1.5c.debian.1-3.1_amd64.deb

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

iEYEARECAAYFAk5L9rcACgkQOHNNd4eQFFJq1gCgrjSnBXD0+tcFYesDrRcyPC4i
CjwAoMbWnhASlbDuOZ1V5ddX5SkvHDt/
=KI4y
-END PGP SIGNATURE-


---End Message---


Bug#634277: marked as done (mplayer: Please Build-Depends on libjpeg-dev, not libjpeg62-dev)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 17:33:41 +
with message-id e1qtjzp-00023f...@franck.debian.org
and subject line Bug#634277: fixed in mplayer 2:1.0~rc4.dfsg1+svn33713-1
has caused the Debian Bug report #634277,
regarding mplayer: Please Build-Depends on libjpeg-dev, not libjpeg62-dev
to be marked as done.

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

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


-- 
634277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: mplayer
Version: 2:1.0~rc4.dfsg1-2
Severity: important

Hello Debian multimedia packages maintainers,

We are transitionning from libjpeg62 to libjpeg8.
As mentionned on debian-devel-announce[1], please update mplayer to
Build-Depends on libjpeg-dev instead of libjpeg62-dev.

The following Build-Depends was found:

mplayer :Build-Depends: libjpeg62-dev 

[1] http://lists.debian.org/debian-devel-announce/2010/02/msg6.html

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


---End Message---
---BeginMessage---
Source: mplayer
Source-Version: 2:1.0~rc4.dfsg1+svn33713-1

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

mencoder_1.0~rc4.dfsg1+svn33713-1_amd64.deb
  to main/m/mplayer/mencoder_1.0~rc4.dfsg1+svn33713-1_amd64.deb
mplayer-dbg_1.0~rc4.dfsg1+svn33713-1_amd64.deb
  to main/m/mplayer/mplayer-dbg_1.0~rc4.dfsg1+svn33713-1_amd64.deb
mplayer-doc_1.0~rc4.dfsg1+svn33713-1_all.deb
  to main/m/mplayer/mplayer-doc_1.0~rc4.dfsg1+svn33713-1_all.deb
mplayer_1.0~rc4.dfsg1+svn33713-1.debian.tar.gz
  to main/m/mplayer/mplayer_1.0~rc4.dfsg1+svn33713-1.debian.tar.gz
mplayer_1.0~rc4.dfsg1+svn33713-1.dsc
  to main/m/mplayer/mplayer_1.0~rc4.dfsg1+svn33713-1.dsc
mplayer_1.0~rc4.dfsg1+svn33713-1_amd64.deb
  to main/m/mplayer/mplayer_1.0~rc4.dfsg1+svn33713-1_amd64.deb
mplayer_1.0~rc4.dfsg1+svn33713.orig.tar.gz
  to main/m/mplayer/mplayer_1.0~rc4.dfsg1+svn33713.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Reinhard Tartler siret...@tauware.de (supplier of updated mplayer package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Jun 2011 09:05:54 +0200
Source: mplayer
Binary: mencoder mplayer mplayer-dbg mplayer-doc
Architecture: source amd64 all
Version: 2:1.0~rc4.dfsg1+svn33713-1
Distribution: experimental
Urgency: low
Maintainer: siretart siret...@tauware.de
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 mencoder   - MPlayer's Movie Encoder
 mplayer- movie player for Unix-like systems
 mplayer-dbg - debugging symbols for MPlayer
 mplayer-doc - documentation for MPlayer
Closes: 577761 591525 594093 595452 598431 617826 623304 634277 634773
Changes: 
 mplayer (2:1.0~rc4.dfsg1+svn33713-1) experimental; urgency=low
 .
   * New upstream snapshot
 - update 23mplayer-debug-printf.patch
 - fixes miscompilation with gcc 4.6, Closes: #623304
 - improved internal mkv demuxer, Closes: #595452
 - Fixed segfault due to missing sanitation on playlist files,
   Closes: #591525
 - Fixed byteorder on 16-bit displays, Closes: #594093
 - tighten build depends on libav
 - --enable-largefile switch has been dropped
 - add build dependency on yasm
   * Fix build dependency on libjpeg-dev, Closes: #634277
   * rewrite debian/copyright in DEP5 format
   * fix clean target
   * don't remove snapshot_version file
   * enable XVID, MP3 and X264 encoders
   * simply architecture specific dependencies, Closes: #634773
   * make buildlogs verbose
   * unbreak building mplayer-doc package
   * don't fail debian package build if not all shlibdeps information could be 
retrieved
   * update configure flags for static libav* libraries
   * fix spelling in mplayer-dbg description, Closes: #617826
   * enable blueray support, Closes: #577761
 .
   [ Robert Millan ]
   * Select oss as default audio output module on kFreeBSD, Closes: #598431
Checksums-Sha1: 
 a0dbc2bd7b34d610b01da3e66becb667217aa1f5 2633 
mplayer_1.0~rc4.dfsg1+svn33713-1.dsc
 32769bdc775dae546115e73d04bfc6afb6a89418 12513670 

Bug#553808: maloc: diff for NMU version 0.2-2.2

2011-08-17 Thread Tim Retout
tags 553808 + patch
tags 553808 + pending
thanks

Dear maintainer,

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

Regards.
diff -u maloc-0.2/debian/control maloc-0.2/debian/control
--- maloc-0.2/debian/control
+++ maloc-0.2/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Michael Banck mba...@debian.org
 Build-Depends: debhelper ( 4.1.0), cdbs, doxygen
-Build-Conflicts: libreadline5-dev
+Build-Conflicts: libreadline6-dev
 Standards-Version: 3.7.3
 
 Package: libmaloc1
diff -u maloc-0.2/debian/changelog maloc-0.2/debian/changelog
--- maloc-0.2/debian/changelog
+++ maloc-0.2/debian/changelog
@@ -1,3 +1,11 @@
+maloc (0.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Conflict against libreadline6-dev instead of
+libreadline5-dev. (Closes: #553808)
+
+ -- Tim Retout dioc...@debian.org  Wed, 17 Aug 2011 18:40:39 +0100
+
 maloc (0.2-2.1) unstable; urgency=low
 
   * Non-maintainer upload.



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



Processed: maloc: diff for NMU version 0.2-2.2

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

 tags 553808 + patch
Bug #553808 [maloc] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) patch.
 tags 553808 + pending
Bug #553808 [maloc] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) pending.
 thanks
Stopping processing here.

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

2011-08-17 Thread Peter S Galbraith
Same issue here...
-- 
Peter S. Galbraith, Debian Developer  p...@debian.org
 http://people.debian.org/~psg
GPG key 4096/70D4A979 6309 28AE 8EB3 AB57 22F3  03BC 17DC 3CC4 70D4 A979



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



Bug#636166: exiftran seg fault

2011-08-17 Thread Peter S Galbraith
Reverting to 2.07-7 fixed it.

-- 
Peter S. Galbraith, Debian Developer  p...@debian.org
 http://people.debian.org/~psg
GPG key 4096/70D4A979 6309 28AE 8EB3 AB57 22F3  03BC 17DC 3CC4 70D4 A979



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

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

 severity 638209 serious
Bug #638209 [libqscintilla2-5] libqscintilla2-5: libscintilla 2.4.5 breaks abi, 
no soversion bump
Severity set to 'serious' from 'important'


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
638209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638209
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#638214: Fails to build from source: libqwt5-qt4-dev no longer exists

2011-08-17 Thread Moritz Muehlenhoff
Package: elmer
Severity: serious

Hi,
It's currently impossible to build elmerfem from source:

dpkg-buildpackage: source package elmerfem
dpkg-buildpackage: source version 6.1.0.svn.5272.dfsg-1
dpkg-buildpackage: source changed by Adam C. Powell, IV hazel...@debian.org
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build elmerfem-6.1.0.svn.5272.dfsg
dpkg-checkbuilddeps: Unmet build dependencies: libqwt5-qt4-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)

libqwt5-qt4-dev no longer exists in the archive, switching to libqwt-dev
isn't sufficient, I received the following error:

  export ELMERGUI_HOME=/usr/share/ElmerGUI; \
  qmake; \
  make)
Project MESSAGE: EG_QWT has been defined, but qwt.h was not found
Project MESSAGE: Check QWT_INCLUDEPATH or undefine EG_QWT in ElmerGUI.pri
Project ERROR: Detected inconsistent configuration. Unable to continue.
make: *** [stamp-build] Fehler 2

Cheers,
Moritz

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

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



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



Processed: Re: iptables-persistent: init script too zealous ?

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

 retitle 637796 firewall rules not loaded at all
Bug #637796 [iptables-persistent] iptables-persistent: init script too zealous ?
Changed Bug title to 'firewall rules not loaded at all' from 
'iptables-persistent: init script too zealous ?'
 severity 637796 critical
Bug #637796 [iptables-persistent] firewall rules not loaded at all
Severity set to 'critical' from 'wishlist'

 tag 637796 + security
Bug #637796 [iptables-persistent] firewall rules not loaded at all
Added tag(s) security.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
637796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637796
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#625355: guile: Fix FTBFS on hurd-i386

2011-08-17 Thread Svante Signell
Package: guile
Version: 1.8.8+1-6
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently guile does not compile on hurd-i386. The problem is the
-Werror in configure.in for gcc-4.6. The attached patch fixes
this issue and does also solve the general case in bug #625355.

Thanks,
Svante


--- guile-1.8-1.8.8+1/configure.in	2011-08-17 18:18:38.0 +
+++ guile-1.8-1.8.8+1.modified/configure.in	2011-08-17 16:22:39.0 +
@@ -99,8 +99,17 @@
 # User options (after above tests that may set default CFLAGS etc.)
 #
 #
-
-GUILE_ERROR_ON_WARNING=yes
+if test $GCC = yes; then
+  GCC_VERSION=`$CC -dumpversion`
+  case $GCC_VERSION in
+4.4.*)
+GUILE_ERROR_ON_WARNING=yes
+;;
+4.6.*)
+GUILE_ERROR_ON_WARNING=no
+;;
+  esac
+fi
 
 AC_ARG_ENABLE(error-on-warning,
   [  --enable-error-on-warningtreat compile warnings as errors],


Bug#633775: marked as done (libbotan-1.8.2 breaks packages that depend on version 1.8.2)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 19:02:12 +
with message-id e1qtlnu-0004js...@franck.debian.org
and subject line Bug#633775: fixed in botan1.8 1.8.13-2
has caused the Debian Bug report #633775,
regarding libbotan-1.8.2 breaks packages that depend on version 1.8.2
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.)


-- 
633775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libbotan-1.8.2
Version: 1.8.13-1
Severity: normal


libbotan-1.8.2 breaks packages that depend on older versions of this package.
This package used to deliver /usr/lib/libbotan-1.8.2.so, but was (recently?)
changed to deliver /usr/lib/libbotan-1.8.13.so, which breaks any other
package having a program linked with /usr/lib/libbotan-1.8.2.so, such as
the package monotone.

I suspect this is a packaging error, that this package should really have
been named libbotan-1.8.13.


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

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

Versions of packages libbotan-1.8.2 depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-3GCC support library
ii  libgmp102:5.0.1+dfsg-7   Multiprecision arithmetic library
ii  libssl1.0.0 1.0.0d-3 SSL shared libraries
ii  libstdc++6  4.6.1-3  GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libbotan-1.8.2 recommends no packages.

libbotan-1.8.2 suggests no packages.

-- debconf-show failed


---End Message---
---BeginMessage---
Source: botan1.8
Source-Version: 1.8.13-2

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

botan1.8-dbg_1.8.13-2_amd64.deb
  to main/b/botan1.8/botan1.8-dbg_1.8.13-2_amd64.deb
botan1.8_1.8.13-2.debian.tar.gz
  to main/b/botan1.8/botan1.8_1.8.13-2.debian.tar.gz
botan1.8_1.8.13-2.dsc
  to main/b/botan1.8/botan1.8_1.8.13-2.dsc
libbotan-1.8.13_1.8.13-2_amd64.deb
  to main/b/botan1.8/libbotan-1.8.13_1.8.13-2_amd64.deb
libbotan1.8-dev_1.8.13-2_amd64.deb
  to main/b/botan1.8/libbotan1.8-dev_1.8.13-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 633...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý ond...@debian.org (supplier of updated botan1.8 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: Tue, 16 Aug 2011 17:12:01 +0200
Source: botan1.8
Binary: botan1.8-dbg libbotan-1.8.13 libbotan1.8-dev
Architecture: source amd64
Version: 1.8.13-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 botan1.8-dbg - multiplatform crypto library (debug)
 libbotan-1.8.13 - multiplatform crypto library
 libbotan1.8-dev - multiplatform crypto library (development)
Closes: 633775
Changes: 
 botan1.8 (1.8.13-2) unstable; urgency=low
 .
   * Shared library was renamed to libbotan-1.8.13.so (Closes: #633775)
Checksums-Sha1: 
 96d68a3a9fcec34aadce2130e9b2f2e541d82365 1266 botan1.8_1.8.13-2.dsc
 107046b8f2aa6d2c918fa32f624d1d0b71d5e1ff 7845 botan1.8_1.8.13-2.debian.tar.gz
 24b48e47b416ad823528adb06cc1fcd52b368563 123812 botan1.8-dbg_1.8.13-2_amd64.deb
 5ecf846ffe703160ab44e32179ee5a17658566b0 1096478 
libbotan-1.8.13_1.8.13-2_amd64.deb
 dda841135432ccbc97a705f98c1cc7b6698d83aa 3199302 
libbotan1.8-dev_1.8.13-2_amd64.deb
Checksums-Sha256: 
 e0d98d5204caab4cad63bd4e401d183a4ebb9581c430185c44d9104b0ee4a61c 1266 
botan1.8_1.8.13-2.dsc
 0427cd4974982cc2d4272ee3d6af9ba1c8f689aca280d0f4bb786f6e1092f224 7845 
botan1.8_1.8.13-2.debian.tar.gz
 54e905eb6615611bc59dae8b4e92917d4e1d407be66c412f246d7e553cd1a0da 123812 
botan1.8-dbg_1.8.13-2_amd64.deb
 5002849bceda578ddd5f9685d48688795747f0b74d5fc0d98a6e369ff770f754 1096478 

Bug#638022: marked as done (_ZN6libdap10AISConnectC1ERKSs is dropped without soname bump, breaking ABI)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 19:03:36 +
with message-id e1qtloq-00057s...@franck.debian.org
and subject line Bug#638022: fixed in libdap 3.11.1-1
has caused the Debian Bug report #638022,
regarding _ZN6libdap10AISConnectC1ERKSs is dropped without soname bump, 
breaking ABI
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.)


-- 
638022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdap10
Version: 3.10.2-2
Severity: grave

libdap 3.10.2 dropped libdap::AISConnect without soname bump, see
http://mailman.opendap.org/pipermail/support/2010-July/002372.html
The soname is apparently bumped since then in their SVN. The change breaks at
least libgdal1-1.7.0 and so everything linked against libgdal1.7.0.so.1.



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

Kernel: Linux 3.0.0-wrar+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdap10 depends on:
ii  libc6   2.13-16  Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.7-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.6.1-6GCC support library
ii  libstdc++6  4.6.1-6  GNU Standard C++ Library v3
ii  libuuid12.19.1-5 Universally Unique ID library
ii  libxml2 2.7.8.dfsg-4 GNOME XML library

libdap10 recommends no packages.

libdap10 suggests no packages.


---End Message---
---BeginMessage---
Source: libdap
Source-Version: 3.11.1-1

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

libdap-bin_3.11.1-1_i386.deb
  to main/libd/libdap/libdap-bin_3.11.1-1_i386.deb
libdap-dev_3.11.1-1_i386.deb
  to main/libd/libdap/libdap-dev_3.11.1-1_i386.deb
libdap-doc_3.11.1-1_all.deb
  to main/libd/libdap/libdap-doc_3.11.1-1_all.deb
libdap11_3.11.1-1_i386.deb
  to main/libd/libdap/libdap11_3.11.1-1_i386.deb
libdap_3.11.1-1.debian.tar.gz
  to main/libd/libdap/libdap_3.11.1-1.debian.tar.gz
libdap_3.11.1-1.dsc
  to main/libd/libdap/libdap_3.11.1-1.dsc
libdap_3.11.1.orig.tar.gz
  to main/libd/libdap/libdap_3.11.1.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Alastair McKinstry mckins...@debian.org (supplier of updated libdap 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: Tue, 16 Aug 2011 23:00:06 +0100
Source: libdap
Binary: libdap11 libdap-bin libdap-dev libdap-doc
Architecture: source i386 all
Version: 3.11.1-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libdap-bin - Binaries for the  libdap Data Access Protocol library
 libdap-dev - Development files (headers and static libraries) for libdap
 libdap-doc - Documentation for the libdap Data Access Protocol library
 libdap11   - Open-source Project for a Network Data Access Protocol library
Closes: 638022
Changes: 
 libdap (3.11.1-1) unstable; urgency=low
 .
   * New upstream release.
   * SONAME bump as libdap::AISConnect symbol dropped. Closes: #638022.
Checksums-Sha1: 
 849c03669fb06082125e1a014e8dc75ef2a88ddc 1864 libdap_3.11.1-1.dsc
 c6c3a803f9d878a3f72f3b6089b3666c69db7a30 1442506 libdap_3.11.1.orig.tar.gz
 65d53870c9ad69c8f2e0643c46df66ea1dd719b5 6208 libdap_3.11.1-1.debian.tar.gz
 89f0ac6569c82dc48e874c8adc9c5233faaa66fb 544470 libdap11_3.11.1-1_i386.deb
 342c7b16967849aa7855c89727fec8dad111efe1 89260 libdap-bin_3.11.1-1_i386.deb
 bed30b7a0933f2ca2abed02db3a727ea56bd0063 740548 libdap-dev_3.11.1-1_i386.deb
 17b4116668e7ccd32d8a40f5b59be85ad47f7ea7 51883488 libdap-doc_3.11.1-1_all.deb
Checksums-Sha256: 
 4c59a374ec94313daa61896ee4daadcb0e53db112bbde1a123d88b54b1c5e04a 1864 
libdap_3.11.1-1.dsc
 ff734e0c6a3e1558f81073e0a894d935b81431e42e1a054d80e2840a3fec3bd7 1442506 
libdap_3.11.1.orig.tar.gz
 

Bug#637397: marked as done (paraview and python-vtk: error when trying to install together)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 19:05:26 +
with message-id e1qtlqc-00061w...@franck.debian.org
and subject line Bug#637397: fixed in paraview 3.10.1-2
has caused the Debian Bug report #637397,
regarding paraview and python-vtk: error when trying to install together
to be marked as done.

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

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


-- 
637397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: paraview
Version: 3.8.1-3
Severity: important



...the loop:
Press return to continue.

(Reading database ... 646559 files and directories currently installed.)
Preparing to replace paraview 3.8.1-3 (using .../paraview_3.10.1-1_amd64.deb) 
...
Unpacking replacement paraview ...
dpkg: error processing /var/cache/apt/archives/paraview_3.10.1-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/bin/vtkWrapPython', which is also in package 
python-vtk 5.6.1-6+b1
configured to not write apport reports
  dpkg-deb: error: subprocess paste was 
killed by signal (Broken pipe)

Press return to continue.



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

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

Versions of packages paraview depends on:
ii  libavcodec52  4:0.6.2-5  Libav codec library
ii  libavformat52 4:0.6.2-5  Libav file format library
ii  libavutil50   4:0.6.2-5  Libav utility library
ii  libc6 2.13-16Embedded GNU C Library: Shared lib
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libfreetype6  2.4.6-1FreeType 2 font engine, shared lib
ii  libgcc1   1:4.6.1-6  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.11~0-2   free implementation of the OpenGL 
ii  libglu1-mesa [libglu1]7.11~0-2   Mesa OpenGL utility library (GLU)
ii  libhdf5-openmpi-1.8.4 [li 1.8.4-patch1-3 Hierarchical Data Format 5 (HDF5) 
ii  libice6   2:1.0.7-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b1-2  Independent JPEG Group's JPEG runt
ii  libmysqlclient16  5.1.58-1   MySQL database client library
ii  libopenmpi1.3 1.4.3-2.1  high performance message passing l
ii  libpng12-01.2.46-3   PNG library - runtime
ii  libpq59.1~beta3-1PostgreSQL C client library
ii  libpython2.6  2.6.7-4Shared Python runtime library (ver
ii  libqt4-help   4:4.7.3-7  Qt 4 help module
ii  libqt4-network4:4.7.3-7  Qt 4 network module
ii  libqt4-sql4:4.7.3-7  Qt 4 SQL module
ii  libqt4-webkit 4:4.7.3-7  transitional package for Qt 4 WebK
ii  libqt4-xml4:4.7.3-7  Qt 4 XML module
ii  libqt4-xmlpatterns4:4.7.3-7  Qt 4 XML patterns module
ii  libqtcore44:4.7.3-7  Qt 4 core module
ii  libqtgui4 4:4.7.3-7  Qt 4 GUI module
ii  libsm62:1.2.0-2  X11 Session Management library
ii  libstdc++64.6.1-6GNU Standard C++ Library v3
ii  libswscale0   4:0.6.2-5  Libav video scaling library
ii  libtiff4  3.9.5-1Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxext6  2:1.3.0-3  X11 miscellaneous extension librar
ii  libxml2   2.7.8.dfsg-4   GNOME XML library
ii  libxt61:1.1.1-2  X11 toolkit intrinsics library
ii  python2.6.7-2interactive high-level object-orie
ii  python-support1.0.14 automated rebuilding support for P
ii  qt4-dev-tools 4:4.7.3-7  Qt 4 development tools
ii  tcl8.4 [tclsh]8.4.19-4   Tcl (the Tool Command Language) v8
ii  tcl8.5 [tclsh]8.5.10-1   Tcl (the Tool Command Language) v8
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

Versions of packages paraview recommends:
ii  mpi-default-bin   1.0Standard MPI runtime programs
ii  qt4-dev-tools 4:4.7.3-7  Qt 4 development tools

Versions of packages paraview suggests:
pn  h5utils   none

Bug#637609: marked as done (Undeclared conflict with python-vtk)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 19:05:26 +
with message-id e1qtlqc-00061w...@franck.debian.org
and subject line Bug#637397: fixed in paraview 3.10.1-2
has caused the Debian Bug report #637397,
regarding Undeclared conflict with python-vtk
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.)


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

Cannot install together with python-vtk:

Unpacking replacement paraview ...
dpkg: error processing /var/cache/apt/archives/paraview_3.10.1-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/bin/vtkWrapPython', which is also in package 
python-vtk 5.6.1-6+b1


---End Message---
---BeginMessage---
Source: paraview
Source-Version: 3.10.1-2

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

paraview-dev_3.10.1-2_all.deb
  to main/p/paraview/paraview-dev_3.10.1-2_all.deb
paraview-doc_3.10.1-2_all.deb
  to main/p/paraview/paraview-doc_3.10.1-2_all.deb
paraview-python_3.10.1-2_all.deb
  to main/p/paraview/paraview-python_3.10.1-2_all.deb
paraview_3.10.1-2.debian.tar.gz
  to main/p/paraview/paraview_3.10.1-2.debian.tar.gz
paraview_3.10.1-2.dsc
  to main/p/paraview/paraview_3.10.1-2.dsc
paraview_3.10.1-2_i386.deb
  to main/p/paraview/paraview_3.10.1-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Anton Gladky gladky.an...@gmail.com (supplier of updated paraview package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Aug 2011 15:49:29 +0200
Source: paraview
Binary: paraview paraview-dev paraview-doc paraview-python
Architecture: source i386 all
Version: 3.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 paraview   - Parallel Visualization Application
 paraview-dev - Parallel Visualization Application. Development header files
 paraview-doc - Parallel Visualization Application. Comprehensive documentation
 paraview-python - Parallel Visualization Application. Python-support
Closes: 637397
Changes: 
 paraview (3.10.1-2) unstable; urgency=low
 .
   * [27f6ded] Split paraview into paraview and paraview-python.
   (Closes: #637397)
   * [ea0f0df] Add paraview-python in Recommends section of paraview.
   * [19d9bc5] Fix FTBFS on KFreeBSD, changing -std=c99 parameter on -std=gnu99.
   * [25e3fe9] Fix BD-problem on hurd-i386, deleting libhdf5-mpi-dev from BD.
   * [f9c008d] Make paraview-python and paraview-doc architecture independent.
Checksums-Sha1: 
 deddb0a83859d00ee90d649f5a34e5b3fc3d3d8e 1942 paraview_3.10.1-2.dsc
 4b69e3470f05ead840f83028a557023657ff672b 22795 paraview_3.10.1-2.debian.tar.gz
 1fc04bffe6c9662dd75abb7be792a34496856607 43385842 paraview_3.10.1-2_i386.deb
 c9d429a90ed64f277ce1a3e2437e59c2a74b59fd 5027070 paraview-dev_3.10.1-2_all.deb
 3a765411df45d624030dd02dca12353beaf44cdd 11268500 paraview-doc_3.10.1-2_all.deb
 1fb97ae77b4f5781478cfa359b31716f2293a566 75116 paraview-python_3.10.1-2_all.deb
Checksums-Sha256: 
 e20729b24e7c08a1e08d6fa3069254532e3149ecd66ee89cd6c7270920ff91f6 1942 
paraview_3.10.1-2.dsc
 df617fcfe7e610face3d236a5c1bcbeaf35e145ece2341ca97c8bb30a1bee842 22795 
paraview_3.10.1-2.debian.tar.gz
 b27bd8b4f6ce8334e7718d88a1bae75d4629be478aaa9d6622a2344c701207f3 43385842 
paraview_3.10.1-2_i386.deb
 501f2762fcb6372ae27597a3cd790ff30259dd8730b5a2d9c5287c4a390fcd5b 5027070 
paraview-dev_3.10.1-2_all.deb
 b3f3fc74b1eb8d00724c1eabf4fdefa04aec5af67a022975650bddd94514d6a8 11268500 
paraview-doc_3.10.1-2_all.deb
 2c4505626a64a93b549681199eb04b517885a4aea895539c1a0224119d1d7466 75116 
paraview-python_3.10.1-2_all.deb
Files: 
 f0489345e2cf60e02f9dc54f226ad8f0 1942 science extra paraview_3.10.1-2.dsc
 34791b83260a70af6561de1d8602721e 22795 science extra 
paraview_3.10.1-2.debian.tar.gz
 e44185001b5eb5a4ab4bf4744404b22d 43385842 science extra 
paraview_3.10.1-2_i386.deb
 

Bug#638219: bzr-builddeb: FTBFS: IOError: [Errno 20] Not a directory

2011-08-17 Thread Jakub Wilk

Source: bzr-builddeb
Version: 2.7.7
Severity: serious
Justification: fails to build from source

bzr-builddeb FTBFS in unstable:
| 
| Text attachment: traceback
| 
| Traceback (most recent call last):
|   File /usr/lib/python2.7/dist-packages/testtools/runtest.py, line 169, in 
_run_user
| return fn(*args, **kwargs)
|   File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 540, in 
_run_test_method
| return self._get_test_method()()
|   File 
/build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/tests/test_repack_tarball.py, 
line 133, in test_repack_tarball_with_target_dir_not_dir
| self.new_tarball, target_dir=target_dir)
|   File /usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py, line 
1486, in assertRaises
| callableObj(*args, **kwargs)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 266, in repack_tarball
| _repack_directory(target_transport, new_name, source_name)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 191, in _repack_directory
| target_f = target_transport.open_write_stream(new_name)
|   File /usr/lib/python2.7/dist-packages/bzrlib/transport/local.py, line 
331, in open_write_stream
| handle = osutils.open_file(abspath, 'wb')
| IOError: [Errno 20] Not a directory: 
u'/tmp/testbzr-2lQUSO.tmp/bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(dir)/work/tarballs/package_0.2.orig.tar.gz'
| 
|
| 
bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(.tar.gz)ERROR
7ms
| Text attachment: log
| 
|
| 
| Text attachment: traceback-1
| 
| Traceback (most recent call last):
|   File /usr/lib/python2.7/dist-packages/testtools/runtest.py, line 169, in 
_run_user
| return fn(*args, **kwargs)
|   File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 540, in 
_run_test_method
| return self._get_test_method()()
|   File 
/build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/tests/test_repack_tarball.py, 
line 133, in test_repack_tarball_with_target_dir_not_dir
| self.new_tarball, target_dir=target_dir)
|   File /usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py, line 
1486, in assertRaises
| callableObj(*args, **kwargs)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 268, in repack_tarball
| _repack_other(target_transport, new_name, source_name)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 209, in _repack_other
| target_f = target_transport.open_write_stream(new_name)
|   File /usr/lib/python2.7/dist-packages/bzrlib/transport/local.py, line 
331, in open_write_stream
| handle = osutils.open_file(abspath, 'wb')
| IOError: [Errno 20] Not a directory: 
u'/tmp/testbzr-2lQUSO.tmp/bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(.tar.gz)/work/tarballs/package_0.2.orig.tar.gz'
| 
|
| 
bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(.tar.bz2)ERROR
7ms
| Text attachment: log
| 
|
| 
| Text attachment: traceback-2
| 
| Traceback (most recent call last):
|   File /usr/lib/python2.7/dist-packages/testtools/runtest.py, line 169, in 
_run_user
| return fn(*args, **kwargs)
|   File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 540, in 
_run_test_method
| return self._get_test_method()()
|   File 
/build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/tests/test_repack_tarball.py, 
line 133, in test_repack_tarball_with_target_dir_not_dir
| self.new_tarball, target_dir=target_dir)
|   File /usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py, line 
1486, in assertRaises
| callableObj(*args, **kwargs)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 268, in repack_tarball
| _repack_other(target_transport, new_name, source_name)
|   File /build/bzr-builddeb-l5szVk/bzr-builddeb-2.7.7/repack_tarball.py, 
line 209, in _repack_other
| target_f = target_transport.open_write_stream(new_name)
|   File /usr/lib/python2.7/dist-packages/bzrlib/transport/local.py, line 
331, in open_write_stream
| handle = osutils.open_file(abspath, 'wb')
| IOError: [Errno 20] Not a directory: 
u'/tmp/testbzr-2lQUSO.tmp/bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(.tar.bz2)/work/tarballs/package_0.2.orig.tar.gz'
| 
|
| 
bzrlib.plugins.builddeb.tests.test_repack_tarball.TestRepackTarball.test_repack_tarball_with_target_dir_not_dir(.tar.xz)ERROR
   35ms
| Text attachment: log
| 
|
| 
| Text attachment: traceback-3
| 
| Traceback (most recent call last):
|   File 

Bug#630129: libwx-perl: Error: Unable to initialize gtk, is DISPLAY set properly?

2011-08-17 Thread Clint Adams
On Tue, Aug 16, 2011 at 04:12:38PM +0200, Aurelien Jarno wrote:
 reassign 630129 fakeroot
 retitle 630129 fakeroot doesn't simulate access() properly
 affects 630129 xvfb
 thanks

Okay, I'll revert the access() change.



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



Processed: reassign 638215 to guile-1.8, forcibly merging 625355 638215

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

 reassign 638215 guile-1.8 guile-1.8/1.8.8+1-6
Bug #638215 [guile] guile: Fix FTBFS on hurd-i386
Warning: Unknown package 'guile'
Bug reassigned from package 'guile' to 'guile-1.8'.
Bug No longer marked as found in versions 1.8.8+1-6.
Bug #638215 [guile-1.8] guile: Fix FTBFS on hurd-i386
Bug Marked as found in versions guile-1.8/1.8.8+1-6.
 forcemerge 625355 638215
Bug#625355: guile-1.8: ftbfs with gcc-4.6 -Werror
Bug#638215: guile: Fix FTBFS on hurd-i386
Forcibly Merged 625355 638215.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625355
638215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638215
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#636895: marked as done (zmakebas: yada modifies build-dependencies when rebuilding)

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 19:34:15 +
with message-id e1qtlsv-0002jg...@franck.debian.org
and subject line Bug#636895: fixed in zmakebas 1.2-1.1
has caused the Debian Bug report #636895,
regarding zmakebas: yada modifies build-dependencies when rebuilding
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.)


-- 
636895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: zmakebas
Version: 1.2-1
Severity: serious
User: dioc...@debian.org
Usertags: remove-yada

yada modifies build-dependencies in the clean target of debian/rules,
which is against the release team's RC policy for wheezy:
http://bugs.debian.org/334164
http://release.debian.org/wheezy/rc_policy.txt

This therefore affects zmakebas too.

yada has been orphaned, and looks likely to be removed from Debian in
the near future: http://bugs.debian.org/636735

The easiest solution to this would be to move to an alternative
packaging helper tool, like debhelper.

Kind regards,

-- Tim Retout dioc...@debian.org 


---End Message---
---BeginMessage---
Source: zmakebas
Source-Version: 1.2-1.1

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

zmakebas_1.2-1.1.diff.gz
  to main/z/zmakebas/zmakebas_1.2-1.1.diff.gz
zmakebas_1.2-1.1.dsc
  to main/z/zmakebas/zmakebas_1.2-1.1.dsc
zmakebas_1.2-1.1_amd64.deb
  to main/z/zmakebas/zmakebas_1.2-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Tim Retout dioc...@debian.org (supplier of updated zmakebas 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: Mon, 15 Aug 2011 19:43:50 +0100
Source: zmakebas
Binary: zmakebas
Architecture: source amd64
Version: 1.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Krystian Wlosek tyg...@waw.pdi.net
Changed-By: Tim Retout dioc...@debian.org
Description: 
 zmakebas   - convert text files into ZX Spectrum Basic programs
Closes: 636746 636895
Changes: 
 zmakebas (1.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace yada with debhelper. (Closes: #636895)
 + Copy debian/copyright from binary package.
 + debian/control: Update Build-Depends.  Add ${misc:Depends} and
   ${shlibs:Depends} to Depends.
 + Add debian/zmakebas.{install,manpages,docs,examples}. Examples
   will now be in 'examples' subdirectory rather than 'example'.
 + debian/rules: Replace.
   * Remove Piotr from Uploaders. (Closes: #636746)
Checksums-Sha1: 
 ccd4d291496dc72ef25ab36835b548b546ffa4f3 944 zmakebas_1.2-1.1.dsc
 7c116b88bc3cfed24f048b9eb3b42017cb59e405 1134 zmakebas_1.2-1.1.diff.gz
 972c4ca4125c765ececcc4fa2c9dbfee3e6185aa 16788 zmakebas_1.2-1.1_amd64.deb
Checksums-Sha256: 
 f715a2a5d746b304bc817f46bbc80500fe46c5b644a788fe61ada1a58d3b33d4 944 
zmakebas_1.2-1.1.dsc
 ca55a5c2b307740add8acd8d81b8b42aa3a7b23a743feacd8fbc411dcebc10b9 1134 
zmakebas_1.2-1.1.diff.gz
 f496bf8c67bd8faaf769e2d0c98dc1752894f602b4c2faacd2a1d8b8542dbc8b 16788 
zmakebas_1.2-1.1_amd64.deb
Files: 
 f10b438ef02b4b330aeae80856edf2a2 944 otherosfs extra zmakebas_1.2-1.1.dsc
 ffc71693a841a4c7e99de82d953648fe 1134 otherosfs extra zmakebas_1.2-1.1.diff.gz
 56506d28a52bc3ea009fe0f163be362a 16788 otherosfs extra 
zmakebas_1.2-1.1_amd64.deb

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

iEYEARECAAYFAk5Jb5YACgkQOHNNd4eQFFIHgwCZAcyyqsDtdtf7vhMW0h8OzSsw
KEEAoJsS3tKxW29m3ZbOJ+F9eRkPdHKp
=Bhc3
-END PGP SIGNATURE-


---End Message---


Processed: abook: diff for NMU version 0.5.6-7.1

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

 tags 553712 + patch
Bug #553712 [abook] replacing libreadline5-dev build dependency with 
libreadline-dev
Bug #553719 [abook] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) patch.
Added tag(s) patch.
 tags 553712 + pending
Bug #553712 [abook] replacing libreadline5-dev build dependency with 
libreadline-dev
Bug #553719 [abook] replacing libreadline5-dev build dependency with 
libreadline-dev
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
553712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553712
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#553712: abook: diff for NMU version 0.5.6-7.1

2011-08-17 Thread Tim Retout
tags 553712 + patch
tags 553712 + pending
thanks

Dear maintainer,

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

Regards.
diff -u abook-0.5.6/debian/changelog abook-0.5.6/debian/changelog
--- abook-0.5.6/debian/changelog
+++ abook-0.5.6/debian/changelog
@@ -1,3 +1,11 @@
+abook (0.5.6-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Build-Depend on libreadline6-dev instead of
+libreadline5-dev. (Closes: #553712)
+
+ -- Tim Retout dioc...@debian.org  Wed, 17 Aug 2011 20:02:16 +0100
+
 abook (0.5.6-7) unstable; urgency=low
 
   * Build-Depend on autotools-dev, copy config.{guess,sub} before configure
diff -u abook-0.5.6/debian/control abook-0.5.6/debian/control
--- abook-0.5.6/debian/control
+++ abook-0.5.6/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gerfried Fuchs rho...@debian.at
 Standards-Version: 3.8.0
-Build-Depends: libncursesw5-dev, libreadline5-dev | libreadline-dev,
+Build-Depends: libncursesw5-dev, libreadline6-dev | libreadline-dev,
   po-debconf, quilt (= 0.40), autotools-dev
 Homepage: http://abook.sourceforge.net/
 



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



Bug#638222: Fails to build on kfreebsd-amd64, kfreebsd-i386 and mips, all java related

2011-08-17 Thread Reinhard Tartler
Package: libbluray
Version: 1:0.0~git20110717.3477b65-2
Severity: serious
Justification: fails to build from source

Please have a look at the build failures of
https://buildd.debian.org/status/package.php?p=libbluray

I've uploaded a new version of mplayer which has its build dependencies
uninstallable because of this issue, so a quick fix would be very
appreciated.

AFAIR, the java support is optional, so maybe we can disable the java
parts on these three architectures, until some porter finds out what is
going wrong here?

Cheers,



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

Kernel: Linux 3.0.1-030001-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#636117: Segmentation fault when starting

2011-08-17 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Philip,

Am Mi den 17. Aug 2011 um 17:43 schrieb Philip Rinn:
 I need more information from you. Please try the debug build and report the 
 output
 here. I can't reproduce this on different amd64 machines so I'll tag it
 unreproducible and close it if there is no response within seven days. (You 
 can
 always reopen it if you get the information later.)

Sorry not answering the last mail. I am very busy at the moment.

Will provide you with the needed informations in any case but it will
take some time for me.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen kl...@ethgen.de
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOTBLzAAoJEK8RO3RE9oVxgIIL/1qrUEQe2y5lgTy4o5AtcPbT
ONmgEU9p7WRjp5UusE7bXYSRXcNMQtcbkRq7sT7jPDPEgs0wGiGGoVyeqEfIHWdR
eJbA5lyopzzjuHjITCbBDpW1OcVNoSQWj3hE6t2BDQGh/rNvKH6mFoQkiX7uvzRE
/3HYgbtN3DNdX+y8hnnD6vHe0KyRvA7rXm5ygCV4ubazexJsec7M521KvpNOGGHZ
gPdo+JvUsfsV9zJ+jJTjnrPLAJ+Qx6FyC5ECLrHD45+RDzZBscV/XQvwRSltDfBQ
h49EIB48mG8oVQUhelL64ql3/H/kwgvtn2pPoYsNFwJf1miGgrc1c99rgE3uAcf2
PZzuxDSfQX23dVWZTj16Ee+qnVKGZj6ng2CM6Q5NmP5HCe7qOKrsGDQk/hUf/86n
OTtvAVGPZeLBXruxY9XyUnHzhlL2D1UsRqnp1jRb3wKTIrxwCFVhprYhMrSXDjOG
4EsWcekvMVRW/Xmiu6uLmrkSOziB4JhZZo6OWUqwHA==
=XqEX
-END PGP SIGNATURE-



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



Bug#633971: Patch for most instances

2011-08-17 Thread Regid Ichira
untested code!
Mostly deal with usleep, but there are a few places where sleep is
replaced with nanosleep.

Index: b/clients/upssched.c
===
--- a/clients/upssched.c2011-05-31 13:36:47.0 +0300
+++ b/clients/upssched.c2011-08-17 00:40:17.0 +0300
@@ -652,7 +652,7 @@ static int check_parent(const char *cmd,
unlink(lockfn);
 
/* give the other one a chance to start it, then try again */
-   usleep(25);
+   struct timespec delay = {0, 250e6}; nanosleep(delay, NULL);
}
 
upslog_with_errno(LOG_ERR, Failed to connect to parent and failed to 
create parent);
@@ -705,7 +705,7 @@ static void sendcmd(const char *cmd, con
if (pipefd == PARENT_STARTED) {
 
/* loop back and try to connect now */
-   usleep(25);
+   struct timespec delay = {0, 250e6}; nanosleep(delay, 
NULL);
continue;
}
 
Index: b/clients/upsmon.c
===
--- a/clients/upsmon.c  2011-05-31 13:36:47.0 +0300
+++ b/clients/upsmon.c  2011-08-17 00:40:17.0 +0300
@@ -610,7 +610,7 @@ static void slavesync(void)
return;
}
 
-   usleep(25);
+   struct timespec delay = {0, 250e6}; nanosleep(delay, NULL);
}
 }
 
Index: b/docs/new-drivers.txt
===
--- a/docs/new-drivers.txt  2011-05-31 13:36:47.0 +0300
+++ b/docs/new-drivers.txt  2011-08-17 00:40:17.0 +0300
@@ -632,9 +632,9 @@ depends on how fast your system is.
 
 You should check your driver with `strace` or its equivalent on your
 system.  If the driver is calling read() multiple times, consider adding
-a call to usleep before going into the ser_read_* call.  That will give
-it a chance to accumulate so you get the whole thing with one call to
-read without looping back for more.
+a call to nanosleep before going into the ser_read_* call.  That will
+give it a chance to accumulate so you get the whole thing with one call
+to read without looping back for more.
 
 This is not a request to save CPU time, even though it may do that.  The
 important part here is making the strace/ktrace output easier to read.
Index: b/drivers/safenet.c
===
--- a/drivers/safenet.c 2011-05-31 13:36:49.0 +0300
+++ b/drivers/safenet.c 2011-08-17 00:40:17.0 +0300
@@ -299,7 +299,7 @@ void upsdrv_initinfo(void)
 
dstate_setinfo(driver.version.internal, %s, DRIVER_VERSION);

-   usleep(10);
+   struct timespec delay = {0, 100e6}; nanosleep(delay, NULL);
 
/*
 * Very crude hardware detection. If an UPS is attached, it will set DSR
Index: b/drivers/powerpanel.c
===
--- a/drivers/powerpanel.c  2011-05-31 13:36:49.0 +0300
+++ b/drivers/powerpanel.c  2011-08-17 00:40:17.0 +0300
@@ -165,7 +165,7 @@ void upsdrv_initups(void)
}
 
ser_set_dtr(upsfd, 1);
-   usleep(1);
+   struct timespec delay = {0, 10e6}; nanosleep(delay, NULL);
 
if (subdriver[mode]-initups()  0) {
upslogx(LOG_INFO, CyberPower UPS with %s protocol on 
%s detected, subdriver[mode]-version, device_path);
@@ -173,7 +173,7 @@ void upsdrv_initups(void)
}
 
ser_set_dtr(upsfd, 0);
-   usleep(1);
+   nanosleep(delay, NULL);
}
 
fatalx(EXIT_FAILURE, CyberPower UPS not found on %s, device_path);
Index: b/drivers/bestups.c
===
--- a/drivers/bestups.c 2011-05-31 13:36:49.0 +0300
+++ b/drivers/bestups.c 2011-08-17 00:40:17.0 +0300
@@ -252,7 +252,7 @@ static void ups_sync(void)
if ((ret  0)  (buf[0] == '('))
return;
 
-   usleep(25);
+   struct timespec delay = {0, 250e6}; nanosleep(delay, NULL);
}
 
fatalx(EXIT_FAILURE, Unable to detect a Best/SOLA or Phoenix protocol 
UPS);
@@ -333,7 +333,7 @@ void upsdrv_updateinfo(void)
}
 
/* these things need a long time to respond completely */
-   usleep(20);
+   struct timespec delay = {0, 200e6}; nanosleep(delay, NULL);
 
ret = ser_get_line(upsfd, buf, sizeof(buf), ENDCHAR, , 
SER_WAIT_SEC, SER_WAIT_USEC);
Index: b/drivers/microdowell.c
===
--- a/drivers/microdowell.c 2011-08-17 00:40:17.0 +0300
+++ b/drivers/microdowell.c 2011-08-17 00:40:17.0 

Bug#630129: libwx-perl: Error: Unable to initialize gtk, is DISPLAY set properly?

2011-08-17 Thread Jonathan Nieder
Hi,

Clint Adams wrote:
 On Tue, Aug 16, 2011 at 04:12:38PM +0200, Aurelien Jarno wrote:

 reassign 630129 fakeroot
 retitle 630129 fakeroot doesn't simulate access() properly
 affects 630129 xvfb
 thanks

 Okay, I'll revert the access() change.

Thanks, I agree with that choice.

Incidentally, why is libwx-perl running its test suite in the
binary target instead of build?

 $ debian/rules build
 make: `build' is up to date.

Ah.

diff --git i/debian/changelog w/debian/changelog
index 2bc4df9f..17fe3889 100644
--- i/debian/changelog
+++ w/debian/changelog
@@ -1,3 +1,9 @@
+libwx-perl (1:0.98-1.1) local; urgency=low
+
+  * mark debian/rules build target phony
+
+ -- Jonathan Nieder jrnie...@gmail.com  Wed, 17 Aug 2011 14:57:13 -0500
+
 libwx-perl (1:0.98-1) unstable; urgency=low
 
   * New upstream release
diff --git i/debian/rules w/debian/rules
index fe13d5b9..602454e0 100755
--- i/debian/rules
+++ w/debian/rules
@@ -3,6 +3,10 @@
 %:
dh $@
 
+.PHONY: build
+build:
+   dh $@
+
 PACKAGE=$(shell dh_listpackages)
 TMP =$(CURDIR)/debian/$(PACKAGE)
 
-- 



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



Bug#637904: __m2crypto.so: undefined symbol: SSLv2_method

2011-08-17 Thread Julien Cristau
On Wed, Aug 17, 2011 at 11:46:49 +0100, Simon McVittie wrote:

 On Wed, 17 Aug 2011 at 06:46:02 +0900, Charles Plessy wrote:
  I tested python-m2crypto version 0.21.1-1 on my local system, which is a
  mixture of Squeeze, Wheezy and Sid where libssl1.0.0 and libssl0.9.8 are
  installed.
 [...]
  Have I misunderstood how dynamic libraries are used, or is it indeed a bug 
  that a
  package depending on libssl1.0.0 seems to be using libssl0.9.8 when
  they are co-installed ?
 
 Based on objdump, it shouldn't have worked for you: 0.21.1-1 and 0.21.1-2 both
 have a NEEDED entry for libssl.so.1.0.0 and no NEEDED entry for
 libssl.so.0.9.8, and each of libssl.so.1.0.0 and libssl.so.0.9.8 has the
 appropriate thing as its SONAME, so __m2crypto.so should have picked up
 libssl.so.1.0.0 and nothing else.
 
 The only reason I can think of why it might have worked for you is if some
 other library in the same process was still linked against libssl.so.0.9.8,
 and the missing symbol was picked up from there? Versioned symbols are
 meant to prevent that, though, and both libssl0.9.8 and libssl1.0.0 have
 versioned symbols (OPENSSL_0.9.8 and OPENSSL_1.0.0 respectively), so
 __m2crypto.so should have been specifically looking for an OPENSSL_1.0.0
 implementation of each dynamic symbol it uses. (And according to objdump,
 it does that correctly...)
 
It wouldn't be looking for a OPENSSL_1.0.0 version of a symbol that's
not in libssl1.0.0, though.

Cheers,
Julien



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



Bug#633971: Patch for most instances

2011-08-17 Thread Guillem Jover
Hi!

On Wed, 2011-08-17 at 12:47:56 -0700, Regid Ichira wrote:
 untested code!
 Mostly deal with usleep, but there are a few places where sleep is
 replaced with nanosleep.

This already closed bug report, was about bochs, I think you mixed up
the report number?

regards,
guillem



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



Bug#625197: Bug #625197: twinkle: FTBFS

2011-08-17 Thread Tim Retout
Hi Lucas,

I can't reproduce the twinkle FTBFS in an amd64 cowbuilder - was this
a temporary issue?

Kind regards,

-- 
Tim Retout dioc...@debian.org



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



Bug#638068: [bisected] initramfs-tools generates unbootable initrd.img on IA-64 platform (Itanium)

2011-08-17 Thread Émeric Maschino
Hi,

 does initramfs-tools boot with BUSYBOX=no in initramfs.conf?

Well, I don't know! Indeed, with BUSYBOX=no in initramfs.conf,
initrd.img generation fails:
root@longspeak:/# dpkg-reconfigure linux-image-3.0.0-1-mckinley
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.0.0-1-mckinley /bo
ot/vmlinuz-3.0.0-1-mckinley
update-initramfs: Generating /boot/initrd.img-3.0.0-1-mckinley
mv: cannot stat `/tmp/mkinitramfs_Z30F2f/bin/sh.shared': No such file or directo
ry
E: /usr/share/initramfs-tools/hooks/klibc failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.0.0-1-mckinley with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.0.0
-1-mckinley.postinst line 774.

This is with initramfs-tools 0.99, as currently shipped in Testing.
The same error occurs with source code currently in git.

 according to your aboves statement it might not as the shared klibc
 dash and not the static dash might end up in the initramfs?
 see ls /usr/lib/klibc/bin

OK, here's where the 199144 bytes bin/sh exec comes from (size matches
/usr/lib/klibc/bin/sh exec). Thanks for pointing this out. More on
this later...

 Applying patch proposed in bug #628374 (initramfs-tools: Recent
 changes to hooks break busybox in initrd) to revert changes on busybox
 hook doesn't help.

 Simply reverting commit 8f8299d9ba017d2a5af853a52be37ee50c89fac2 from
 initramfs-tools v0.99 source code doesn't help either as resulting
 initramfs-tools binaries generate initrd.img failing to boot system
 with kernel panic, probably because of
 post-8f8299d9ba017d2a5af853a52be37ee50c89fac2 commits.

 The problem is still present in current initramfs-tools git repository.

 are you sure?

Well, yes, I'm sure that the generated initramfs is unbootable. That
being said, I've bisected the first bad commit. It's also possible
that following commits fixed this issue, but other ones make it appear
again, maybe with a different root cause.

 relevant apt source line is:
 deb     http://jenkins.grml.org/debian initramfs-tools main

 please test that one, thank you.

Still unbootable initramfs with this one.
And initrd.img creation fails with the same error than with 0.99 and
git with BUSYBOX=no in initramfs.conf.

However, with BUSYBOX=yes, initrd.img can be generated successfully.
If I look at its content, ls -l bin/ gives:
-rwxr-xr-x 1 root root 199144 Aug 17 22:05 busybox
lrwxrwxrwx 1 root root  7 Aug 17 22:05 sh - busybox

Is it expected that bin/busybox in initramfs is in fact a copy of
/usr/lib/klibc/bin/sh and not /bin/busybox? Indeed, ls -l on my system
gives:
-rwxr-xr-x 1 root root 1320720 Jul 25 16:17 /bin/busybox
-rwxr-xr-x 1 root root 199144 Jul 27 17:32 /usr/lib/klibc/bin/sh

Hope this helps,

 Émeric



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



Bug#498917: uswsusp: hibernate de-formats swap partition

2011-08-17 Thread Heretik
 Hi,

 this bug is too old and I cannot reproduce it. Please, somebody
 continues with the problem using the version 1.0 (unstable)?
 Can we close the bug?

Hi, I filed this bug but I don't use uswsusp anymore so I cannot reproduce
it. I guessed you can close this bug.

-- 
Heretik




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



Bug#638030: libgtk2.0-bin: /usr/share/icons/gnome/icon-theme.cache violates FHS chapter 4

2011-08-17 Thread Carsten Hey
* Josselin Mouette [2011-08-17 02:10 +0200]:
 Le mardi 16 août 2011 à 20:22 +0200, Axel Beckert a écrit :
  /usr/share/icons/gnome/icon-theme.cache is not part of any package, but
  according to gtk-update-icon-cache(1), it is a cache file generated by
  gtk-update-icon-cache.
 
  This behaviour violates the File Hierachy Standard, chapter 4: [...]
  /usr is [...], read-only data. That means that /usr [...] must not be
  written to. Any information that is host-specific or varies with time is
  stored elsewhere. [...]
 
  gtk-update-icon-cache should use /var/cache for such caches.

 This cache is only ever written upon dpkg invocation, through a trigger.
 It is not host-specific, and does not vary with time - unless you count
 upgrading packages as “varying with time”, which would make all files
 under /usr fall under this rule.

 This file is under control of gnome-icon-theme, which is in charge of
 setting the trigger and cleaning up on package removal.

gnome-icon-theme-extras also uses /usr/share/icons/gnome/

 Again, there is no policy violation here.

Is the content of this cache file architecture dependent or at least
depending on the endianness?

Carsten



--
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 638068 is important

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

 # seems longstanding ia64 troubles
 severity 638068 important
Bug #638068 [initramfs-tools] [bisected] initramfs-tools generates unbootable 
initrd.img on IA-64 platform (Itanium)
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

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

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

 affects 638045 postfix
Bug #638045 [libsasl2-2] warning: xsasl_cyrus_server_get_mechanism_list: no 
mechanism available
Added indication that 638045 affects postfix
 thanks
Stopping processing here.

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


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



Processed: Re: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chem

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

 forcemerge 638236 624318
Bug#638236: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chem
Bug#624318: Subject: liblapack.so.3gf: undefined symbol: ATL_dGetNB
Bug#576972: libatlas3gf-base: octave does not work with this version
Bug#598638: lapack: update-alternatives breaks application linking
Forcibly Merged 576972 598638 624318 638236.

 # declared dependencies are incomplete
 severity 624318 serious
Bug #624318 [libatlas3gf-base] Subject: liblapack.so.3gf: undefined symbol: 
ATL_dGetNB
Bug #576972 [libatlas3gf-base] libatlas3gf-base: octave does not work with this 
version
Bug #598638 [libatlas3gf-base] lapack: update-alternatives breaks application 
linking
Bug #638236 [libatlas3gf-base] /usr/lib/liblapack.so.3gf: undefined symbol: 
ATL_chem
Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
624318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624318
598638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598638
638236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638236
576972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576972
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#638236: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chem

2011-08-17 Thread Sylvestre Ledru
forcemerge 638236 598638
 Jonathan Nieder wrote:
 
  | $ ls -l /etc/alternatives/libblas.so.3gf
  | /usr/lib/openblas-base/libopenblas.so.0
 
 Ah, so apparently this was the problem --- atlas relies on libblas.so.3gf
 defining some private functions.
 
 How about this patch?  
Sorry but no. It is not the right solution.

See here for the full description of the issue:
http://lists.debian.org/debian-dpkg/2011/02/msg00069.html
and the source of the issue:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521813

Update blas to use the one provided by atlas and it should fix your
problem.

I am considering a potential improvement which might fix the issue.

Sorry about that,
Sylvestre





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



Bug#633971: Patch for most instances were sent to the wrong bug #

2011-08-17 Thread Regid Ichira
  You are right.  I am sorry for the nuisance.  Thank you for pointing that out.

--- On Wed, 8/17/11, Guillem Jover guil...@debian.org wrote:

 From: Guillem Jover guil...@debian.org
 Subject: Re: Bug#633971: Patch for most instances
 To: Regid Ichira regi...@yahoo.com, 633...@bugs.debian.org
 Date: Wednesday, August 17, 2011, 8:12 PM
 Hi!
 
 On Wed, 2011-08-17 at 12:47:56 -0700, Regid Ichira wrote:
  untested code!
  Mostly deal with usleep, but there are a few places
 where sleep is
  replaced with nanosleep.
 
 This already closed bug report, was about bochs, I think
 you mixed up
 the report number?
 
 regards,
 guillem
 



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



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

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 23:03:56 +
with message-id e1qtp9q-0005hr...@franck.debian.org
and subject line Bug#553726: fixed in aptsh 0.0.7+nmu2
has caused the Debian Bug report #553726,
regarding replacing libreadline5-dev build dependency with libreadline-dev
to be marked as done.

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

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


-- 
553726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aptsh
Version: 0.0.7+nmu1
Severity: important
User: d...@debian.org
Usertags: readline6

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

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


---End Message---
---BeginMessage---
Source: aptsh
Source-Version: 0.0.7+nmu2

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

aptsh_0.0.7+nmu2.dsc
  to main/a/aptsh/aptsh_0.0.7+nmu2.dsc
aptsh_0.0.7+nmu2.tar.gz
  to main/a/aptsh/aptsh_0.0.7+nmu2.tar.gz
aptsh_0.0.7+nmu2_amd64.deb
  to main/a/aptsh/aptsh_0.0.7+nmu2_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout dioc...@debian.org (supplier of updated aptsh 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: Wed, 17 Aug 2011 21:04:59 +0100
Source: aptsh
Binary: aptsh
Architecture: source amd64
Version: 0.0.7+nmu2
Distribution: unstable
Urgency: low
Maintainer: Marcin Wrochniak wrochn...@gmail.com
Changed-By: Tim Retout dioc...@debian.org
Description: 
 aptsh  - apt interactive shell
Closes: 553726 628245
Changes: 
 aptsh (0.0.7+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Build-Depend on libreadline-gplv2-dev instead of
 libreadline5-dev. (Closes: #553726)
   * src/Makefile.am, src/Makefile.in: Apply patch from Ubuntu to
 remove unknown -avoid-version from LDFLAGS. (Closes: #628245)
Checksums-Sha1: 
 bc1f2f6d1c57b623dff60cb74a13b0c62c0033f9 770 aptsh_0.0.7+nmu2.dsc
 32e1f81ec490c3db5d9c5e5ffba31e89348c182c 142481 aptsh_0.0.7+nmu2.tar.gz
 90c4167ea5bd85502a68045cacbbe1f162a1f5e6 61074 aptsh_0.0.7+nmu2_amd64.deb
Checksums-Sha256: 
 170a598b878da1d3cfa687d09dad3841b48d83995a130678f50b9184ea99b7af 770 
aptsh_0.0.7+nmu2.dsc
 9a844e9f8fb342303bee62dc51dfd19abc84ff213a481e657e2305378dd3b05a 142481 
aptsh_0.0.7+nmu2.tar.gz
 b1656584ea053adcd622bec437f62a2a44498a33ab8849dde48e845841687f2e 61074 
aptsh_0.0.7+nmu2_amd64.deb
Files: 
 51cb3978a31eb0258219db61ffe81f90 770 admin optional aptsh_0.0.7+nmu2.dsc
 139ce1d1d9836cbad85ab00227fc9ab9 142481 admin optional aptsh_0.0.7+nmu2.tar.gz
 7c1870f856a5e9b0afefa85d6d008aaf 61074 admin optional 
aptsh_0.0.7+nmu2_amd64.deb

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

iEYEARECAAYFAk5MIVoACgkQOHNNd4eQFFKQNgCgo4O5XL0pJi/aGBCJ2hcKVHYK
w1MAn3jX88PRHJao/QC1t6Ej72BdpWgf
=rWo5
-END PGP SIGNATURE-


---End Message---


Bug#628245: marked as done (aptsh: FTBFS: g++: error: unrecognized option '-avoid-version')

2011-08-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Aug 2011 23:03:56 +
with message-id e1qtp9q-0005hu...@franck.debian.org
and subject line Bug#628245: fixed in aptsh 0.0.7+nmu2
has caused the Debian Bug report #628245,
regarding aptsh: FTBFS: g++: error: unrecognized option '-avoid-version'
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.)


-- 
628245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: aptsh
Version: 0.0.7+nmu1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110528 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[3]: Entering directory 
 `/build/user-aptsh_0.0.7+nmu1-amd64-5G7v5F/aptsh-0.0.7+nmu1/src'
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-column.o -MD 
 -MP -MF .deps/aptsh-column.Tpo -c -o aptsh-column.o `test -f 'column.cc' || 
 echo './'`column.cc; \
   then mv -f .deps/aptsh-column.Tpo .deps/aptsh-column.Po; else rm -f 
 .deps/aptsh-column.Tpo; exit 1; fi
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-read_index.o 
 -MD -MP -MF .deps/aptsh-read_index.Tpo -c -o aptsh-read_index.o `test -f 
 'read_index.cc' || echo './'`read_index.cc; \
   then mv -f .deps/aptsh-read_index.Tpo .deps/aptsh-read_index.Po; 
 else rm -f .deps/aptsh-read_index.Tpo; exit 1; fi
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-string_utils.o 
 -MD -MP -MF .deps/aptsh-string_utils.Tpo -c -o aptsh-string_utils.o `test 
 -f 'string_utils.cc' || echo './'`string_utils.cc; \
   then mv -f .deps/aptsh-string_utils.Tpo 
 .deps/aptsh-string_utils.Po; else rm -f .deps/aptsh-string_utils.Tpo; 
 exit 1; fi
 string_utils.cc: In function 'char* word_at_point(char*, int)':
 string_utils.cc:83:10: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall-Wall -g -O2 -MT 
 aptsh-config_parse.o -MD -MP -MF .deps/aptsh-config_parse.Tpo -c -o 
 aptsh-config_parse.o `test -f 'config_parse.c' || echo './'`config_parse.c; \
   then mv -f .deps/aptsh-config_parse.Tpo 
 .deps/aptsh-config_parse.Po; else rm -f .deps/aptsh-config_parse.Tpo; 
 exit 1; fi
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-command.o -MD 
 -MP -MF .deps/aptsh-command.Tpo -c -o aptsh-command.o `test -f 'command.cc' 
 || echo './'`command.cc; \
   then mv -f .deps/aptsh-command.Tpo .deps/aptsh-command.Po; else rm 
 -f .deps/aptsh-command.Tpo; exit 1; fi
 In file included from command.cc:37:0:
 command.h:86:2: warning: 'typedef' was ignored in this declaration [enabled 
 by default]
 command.cc: In member function 'virtual int cmd_orphans::execute(char*)':
 command.cc:241:13: warning: variable 'i' set but not used 
 [-Wunused-but-set-variable]
 command.cc: In member function 'virtual int cmd_orphans_all::execute(char*)':
 command.cc:294:13: warning: variable 'i' set but not used 
 [-Wunused-but-set-variable]
 command.cc: In member function 'virtual int cmd_toupgrade::execute(char*)':
 command.cc:350:21: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 command.cc:351:31: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 command.cc:352:31: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 command.cc:353:17: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 command.cc:354:17: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 command.cc:355:17: warning: deprecated conversion from string constant to 
 'char*' [-Wwrite-strings]
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-command_queue.o 
 -MD -MP -MF .deps/aptsh-command_queue.Tpo -c -o aptsh-command_queue.o `test 
 -f 'command_queue.cc' || echo './'`command_queue.cc; \
   then mv -f .deps/aptsh-command_queue.Tpo 
 .deps/aptsh-command_queue.Po; else rm -f .deps/aptsh-command_queue.Tpo; 
 exit 1; fi
 In file included from command_queue.cc:14:0:
 command.h:86:2: warning: 'typedef' was ignored in this declaration [enabled 
 by default]
 if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Wall-g -O2 -MT aptsh-completions.o 
 -MD -MP -MF .deps/aptsh-completions.Tpo -c -o aptsh-completions.o `test -f 
 'completions.cc' || echo './'`completions.cc; \
   then mv -f .deps/aptsh-completions.Tpo .deps/aptsh-completions.Po; 
 else rm -f .deps/aptsh-completions.Tpo; exit 1; fi
 In file included from 

Bug#638236: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chem

2011-08-17 Thread Jonathan Nieder
Sylvestre Ledru wrote:

 It is not the right solution.

While I agree, it fixes (or works around and declares, if you prefer)
a serious bug, today.  So if other plans fall through, I would still
encourage you to consider it.

[...]
 I am considering a potential improvement which might fix the issue.

Thanks!  That's very good to hear.

Cheers,
Jonathan



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



Bug#638252: chrony refuses to start on kernel 3.x

2011-08-17 Thread Olivier
Package: chrony
Version: 1.24-3+b1
Severity: grave
Tags: upstream
Justification: renders package unusable

Chrony seems to check wether it knows the kernel it's running on, and does not
like sir Stallman's taste for kernel's major version increment.

The error message I find in the logs is :

Linux kernel major=3 minor=0 patch=0
Fatal error : Kernel's major version not supported yet, sorry

Greetings and respect from CH



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

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

Versions of packages chrony depends on:
ii  dpkg  1.16.0.3   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libncurses5   5.9-1  shared libraries for terminal hand
ii  libreadline5  5.2-8  GNU readline and history libraries
ii  timelimit 1.8-1  simple utility to limit a process'
ii  ucf   3.0025+nmu2Update Configuration File: preserv

Versions of packages chrony recommends:
ii  udev  172-1  /dev/ and hotplug management daemo

chrony suggests no packages.

-- no debconf information



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



Bug#625355: guile: Fix FTBFS on hurd-i386

2011-08-17 Thread Jonathan Nieder
Hi,

Svante Signell wrote:

 --- guile-1.8-1.8.8+1/configure.in2011-08-17 18:18:38.0 +
 +++ guile-1.8-1.8.8+1.modified/configure.in   2011-08-17 16:22:39.0 
 +
 @@ -99,8 +99,17 @@
[...]
 -GUILE_ERROR_ON_WARNING=yes
 +if test $GCC = yes; then
 +  GCC_VERSION=`$CC -dumpversion`
 +  case $GCC_VERSION in
 +4.4.*)
 +GUILE_ERROR_ON_WARNING=yes
 +;;
 +4.6.*)
 +GUILE_ERROR_ON_WARNING=no
 +;;
 +  esac
 +fi

Thanks.  But the above makes it less obvious what will happens when
someone tries to build with gcc 4.5 or 4.7.  I suspect it would be
simpler to pass --disable-error-on-warning to configure as Ludo
suggested, like this:

 debian/changelog |8 
 debian/rules |1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 787d3795..b8736bce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+guile-1.8 (1.8.8+1-6.1) local; urgency=low
+
+  * Build without -Werror.  Inducing build failures that can delay
+transitions when the toolchain changes is just not worth it.
+(closes: #625355)
+
+ -- Jonathan Nieder jrnie...@gmail.com  Wed, 17 Aug 2011 18:45:41 -0500
+
 guile-1.8 (1.8.8+1-6) unstable; urgency=low
 
   * Add Replaces: guile-1.8-dev to guile-1.8-libs to accommodate .so
diff --git a/debian/rules b/debian/rules
index 32180e9d..516ddac9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,7 @@ configure_args = \
   --host=$(DEB_HOST_GNU_TYPE) \
   --build=$(DEB_BUILD_GNU_TYPE) \
   --with-threads=no \
+  --disable-error-on-warning \
   --prefix=/usr
 
 define checkdir
-- 
1.7.6




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



Bug#638071: FTBFS: recursive make loop

2011-08-17 Thread Jonathan Nieder
Thorsten Glaser wrote:

 I’ll take care of the one for unstable.

Thanks, both.  Just for the record, the prompt bug report was nice.
Do that more often. :)

 (the changelog change is a bit annoying but no real bother),

Good catch.  Fixed by 89ec4fb (debian/changelog.upstream.sh: use
‘rev-list | diff-tree’ so we don’t have to protect against [log]
decorate, abbrevCommit configuration, 2011-08-17).



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



Bug#624928: Backport or new upstream version?

2011-08-17 Thread Matt Kraai
Hi,

On Wed, Aug 17, 2011 at 07:21:06PM +0200, Philipp Kern wrote:
 On Thu, May 12, 2011 at 08:43:58PM +0300, Yavor Doganov wrote:
  Matt Kraai wrote:
   I'll try to put together a patch and, if you'd like, perform an NMU.
  Please don't bother, it is trivial and done, sorry for not telling you
  that in the first place and tagging the bug accordingly.
 
 Can you please fix that in unstable in the meantime?

I believe this is tied up with the gnustep transition, bug 629477, but
I don't understand what the state of that bug is.

-- 
Matt Kraai
https://ftbfs.org/kraai



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



Bug#637609: closed by Anton Gladky gladky.an...@gmail.com (Bug#637397: fixed in paraview 3.10.1-2)

2011-08-17 Thread Steve M. Robbins
On Wed, Aug 17, 2011 at 07:09:09PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the python-vtk,paraview package:
 
 #637397: Undeclared conflict with python-vtk

* [27f6ded] Split paraview into paraview and paraview-python.
(Closes: #637397)

How does splitting the package fix the undeclared conflict?

Thanks,
-Steve



signature.asc
Description: Digital signature


Bug#631646: closed by Steve M. Robbins

2011-08-17 Thread Steve M. Robbins
On Tue, Aug 02, 2011 at 12:45:13PM +0200, Sam Geeraerts wrote:
 Will the file be updated with that information to avoid confusion
 with its use in other packages and distributions?

I will add a note in the copyright file to clarify matters.

 When was the code relicensed?

Not sure.

Regards,
-Steve


signature.asc
Description: Digital signature


Bug#625423: sitecopy: ftbfs with gcc-4.6 -Werror

2011-08-17 Thread jidanni
Maybe this only affects AMD? Or 64 bit or something... that way my
future is safe? P.S., my mom can't even cut and paste, and I'm not much
better. So I don't think I can help out.






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



Bug#638209: Options

2011-08-17 Thread Scott Kitterman
There's a new version of qscintilla2 that I hadn't packaged yet (waiting for 
the python-dbus transition to finish) that properly bumps the soname/version to 
6.1.0.  I'll rebuild the packages that build-depend on libqscintilla2-dev.  It 
looks like the relevant pacakges are:

monkeystudio ovito juffed serna-free salome tora universalindentgui smokeqt

Except salome doesn't look buildable at the moment, so I'll skip that one.

Since upstream has already moved to 6.1.0, we could just bump the soversion 
locally and wait on the transition to the new version.

We could just binNMU the above packages now and call that good enough.

I don't think reverting the qscintilla2 update is a good way to go, but since 
this will cause a transition, I'll get advice from the release team before 
proceeding.



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



Bug#626076: Firefox crashes, error message: libfile.so: undefined symbol: gnome_vfs_unescape_string

2011-08-17 Thread Leonardo Marín
Iceweasel (5.0-6) and Firefox Nightly have the same problem, in wheezy/sid.

Download and installed from sid:
iceweasel_6.0-1
xulrunner-6.0_6.0-1
libmozjs6d_6.0-1

Now iceweasel works fine... ?
Leonardo.

-- 
L.J.Marín
Linux Debian User


signature.asc
Description: Digital signature


Bug#637993: Uninstallable: Please depend on libnautilus-extension1a instead of libnautilus-extension1

2011-08-17 Thread Changwoo Ryu
2011-08-16 (화), 14:19 +0200, Amaya Rodrigo Sastre:
 Package: nautilus-filename-repairer
 Version: 0.0.6-1+gnome3+3+b1
 Severity: serious

You are actually trying to upgrade to version 0.1.1-1 in unstable, from
0.0.6-1+gnome3+3+b1 in experimental. So this is quite a normal behavior.

This source package is prepared to produce GNOME3 binary packages by
rebuild. A binNMU in experimental will fix this.

 Hi there,
 
 ~-root@ioapt-get install nautilus-filename-repairer
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  nautilus-filename-repairer : Depends: libnautilus-extension1 (= 2.30)
  but it is not going to be installed
  E: Broken packages

-- 
Changwoo Ryu cw...@debian.org


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


  1   2   >