Bug#635118: Should we use sced3 from upstream git?

2011-10-26 Thread Michael Biebl
Hi,

Am 17.10.2011 00:51, schrieb Felipe Sateler:
 Dan, I'm CCing you to try to get your attention.
 
 On Fri, Oct 7, 2011 at 18:59, Michael Biebl bi...@debian.org wrote:
 Can we fetch sced3 from upstream's git repository?

 Please do. I'd really like to finish the gedit transition anytime soon.
 
 Dan, can we just drop the sced3 script into the current debian
 packaging or do we need to wait for the next upstream release?
 Otherwise, I'm just going to disable the gedit plugin package for the
 time being.

Any news on the upload?

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



signature.asc
Description: OpenPGP digital signature


Bug#646658: qpid-python: FTBFS: cp: cannot stat `debian/tmp/usr/lib/python2.6/dist-packages': No such file or directory

2011-10-26 Thread Cajus Pollmeier
Hi,

interresting. I did the build with sbuild, too. But it seems it's just because 
of the 2.6 - 2.7 python migration. Will clean the install file - which isn't 
needed anyway and re-upload.

Thanks,
Cajus

Am 26.10.2011 um 02:28 schrieb Mònica Ramírez Arceda:

 Source: qpid-python
 Version: 0.12-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20111022 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
 creating 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/transforms.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/__init__.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/parsers.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/dom.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 caching 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/qpid/specs/amqp-0-10-qpid-errata.xml
  to amqp-0-10-qpid-errata.pcl
 running install_scripts
 creating /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin
 copying build/scripts-2.7/qpid-python-test - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin
 changing mode of 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin/qpid-python-test
  to 775
 running install_egg_info
 Writing 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/qpid_python-0.12.egg-info
   dh_install -O--sourcedirectory=python
 cp: cannot stat `debian/tmp/usr/lib/python2.6/dist-packages': No such file 
 or directory
 dh_install: cp -a debian/tmp/usr/lib/python2.6/dist-packages 
 debian/python-qpid//usr/lib/python2.6/ returned exit code 1
 make: *** [binary] Error 2
 
 The full build log is available from:
   
 http://people.debian.org/~lucas/logs/2011/10/22/qpid-python_0.12-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.
 
 




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



Bug#646441: marked as done (Applet does not work with python2.6 (due to lack of cmp_to_key function))

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 06:32:14 +
with message-id e1rix26-dz...@franck.debian.org
and subject line Bug#646441: fixed in monajat 2.6.2-2
has caused the Debian Bug report #646441,
regarding Applet does not work with python2.6 (due to lack of cmp_to_key 
function)
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.)


-- 
646441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: monajat-applet
Version: 2.6.1-3
Severity: grave
Justification: renders package unusable

monajat on Debian is configured to use python2.6. The funtools package on
python2.6 doesn't contain the cmp_to_key function so the app crashes like so.

noufal@sanitarium% monajat-applet
Traceback (most recent call last):
  File /usr/bin/monajat-applet, line 6, in module
from monajat.applet import applet_main
  File /usr/lib/python2.6/dist-packages/monajat/applet.py, line 16, in
module
from functools  import cmp_to_key
ImportError: cannot import name cmp_to_key


If I manually try running with python2.7, I get this

noufal@sanitarium% python2.7 $(which monajat-applet)
{'v': u'1'}
3.0 0
Traceback (most recent call last):
  File /usr/bin/monajat-applet, line 7, in module
applet_main()
  File /usr/lib/python2.7/dist-packages/monajat/applet.py, line 638, in
applet_main
a=applet()
  File /usr/lib/python2.7/dist-packages/monajat/applet.py, line 254, in
__init__
locale.setlocale(locale.LC_MESSAGES, l)
  File /usr/lib/python2.7/locale.py, line 540, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting


So, while there is a Debian issue (wrong version of Python used), the upstream
seems to be broken as well.



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

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

Versions of packages monajat-applet depends on:
ii  python   2.6.7-3 interactive high-level object-orie
ii  python-eggtrayicon   2.25.3-10.1 Python module to display icons in 
ii  python-gtk2  2.24.0-2Python bindings for the GTK+ widge
ii  python-monajat   2.6.1-3 Islamic supplications backend
ii  python-notify0.1.1-3 Python bindings for libnotify
ii  python2.62.6.7-3 An interactive high-level object-o
ii  python2.72.7.2-5 An interactive high-level object-o

Versions of packages monajat-applet recommends:
ii  islamic-menus 1.0.4-1Islamic menu categories for applic
ii  python-dbus   0.84.0-2   simple interprocess messaging syst

monajat-applet suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: monajat
Source-Version: 2.6.2-2

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

monajat-applet_2.6.2-2_all.deb
  to main/m/monajat/monajat-applet_2.6.2-2_all.deb
monajat-data_2.6.2-2_all.deb
  to main/m/monajat/monajat-data_2.6.2-2_all.deb
monajat-mod_2.6.2-2_all.deb
  to main/m/monajat/monajat-mod_2.6.2-2_all.deb
monajat-screenlet_2.6.2-2_all.deb
  to main/m/monajat/monajat-screenlet_2.6.2-2_all.deb
monajat_2.6.2-2.debian.tar.gz
  to main/m/monajat/monajat_2.6.2-2.debian.tar.gz
monajat_2.6.2-2.dsc
  to main/m/monajat/monajat_2.6.2-2.dsc
monajat_2.6.2-2_all.deb
  to main/m/monajat/monajat_2.6.2-2_all.deb
python-monajat_2.6.2-2_all.deb
  to main/m/monajat/python-monajat_2.6.2-2_all.deb



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

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

Debian distribution maintenance software
pp.
أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org (supplier of updated 
monajat 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, 26 Oct 2011 08:14:11 +0200
Source: monajat
Binary: python-monajat monajat-data monajat-applet monajat monajat-mod 
monajat-screenlet
Architecture: source all
Version: 2.6.2-2
Distribution: unstable

Bug#646483: marked as done (Applet fails at setlocale)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 06:32:14 +
with message-id e1rix26-e5...@franck.debian.org
and subject line Bug#646483: fixed in monajat 2.6.2-2
has caused the Debian Bug report #646483,
regarding Applet fails at setlocale
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.)


-- 
646483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: monajat-applet
Version: 2.6.1-3
Severity: grave
Justification: renders package unusable

monajat on Debian is configured to use python2.6. The funtools package on
python2.6 doesn't contain the cmp_to_key function so the app crashes like so.

noufal@sanitarium% monajat-applet
Traceback (most recent call last):
  File /usr/bin/monajat-applet, line 6, in module
from monajat.applet import applet_main
  File /usr/lib/python2.6/dist-packages/monajat/applet.py, line 16, in
module
from functools  import cmp_to_key
ImportError: cannot import name cmp_to_key


If I manually try running with python2.7, I get this

noufal@sanitarium% python2.7 $(which monajat-applet)
{'v': u'1'}
3.0 0
Traceback (most recent call last):
  File /usr/bin/monajat-applet, line 7, in module
applet_main()
  File /usr/lib/python2.7/dist-packages/monajat/applet.py, line 638, in
applet_main
a=applet()
  File /usr/lib/python2.7/dist-packages/monajat/applet.py, line 254, in
__init__
locale.setlocale(locale.LC_MESSAGES, l)
  File /usr/lib/python2.7/locale.py, line 540, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting


So, while there is a Debian issue (wrong version of Python used), the upstream
seems to be broken as well.



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

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

Versions of packages monajat-applet depends on:
ii  python   2.6.7-3 interactive high-level object-orie
ii  python-eggtrayicon   2.25.3-10.1 Python module to display icons in 
ii  python-gtk2  2.24.0-2Python bindings for the GTK+ widge
ii  python-monajat   2.6.1-3 Islamic supplications backend
ii  python-notify0.1.1-3 Python bindings for libnotify
ii  python2.62.6.7-3 An interactive high-level object-o
ii  python2.72.7.2-5 An interactive high-level object-o

Versions of packages monajat-applet recommends:
ii  islamic-menus 1.0.4-1Islamic menu categories for applic
ii  python-dbus   0.84.0-2   simple interprocess messaging syst

monajat-applet suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: monajat
Source-Version: 2.6.2-2

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

monajat-applet_2.6.2-2_all.deb
  to main/m/monajat/monajat-applet_2.6.2-2_all.deb
monajat-data_2.6.2-2_all.deb
  to main/m/monajat/monajat-data_2.6.2-2_all.deb
monajat-mod_2.6.2-2_all.deb
  to main/m/monajat/monajat-mod_2.6.2-2_all.deb
monajat-screenlet_2.6.2-2_all.deb
  to main/m/monajat/monajat-screenlet_2.6.2-2_all.deb
monajat_2.6.2-2.debian.tar.gz
  to main/m/monajat/monajat_2.6.2-2.debian.tar.gz
monajat_2.6.2-2.dsc
  to main/m/monajat/monajat_2.6.2-2.dsc
monajat_2.6.2-2_all.deb
  to main/m/monajat/monajat_2.6.2-2_all.deb
python-monajat_2.6.2-2_all.deb
  to main/m/monajat/python-monajat_2.6.2-2_all.deb



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

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

Debian distribution maintenance software
pp.
أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org (supplier of updated 
monajat 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, 26 Oct 2011 08:14:11 +0200
Source: monajat
Binary: python-monajat monajat-data monajat-applet monajat monajat-mod 
monajat-screenlet
Architecture: source all
Version: 2.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Islamic 

Bug#645577: needs porting to the new libgnome-media-profiles interface

2011-10-26 Thread franam
Hi Michael,
thank you for the report,
I'm would like to port gnomeradio to GTK3, but in this moment I don't know
if I can (not sure about my spare time to dedicate to it).

Let me take a look to the code, to have a right idea of the work, next
week I take a decision.

Ciao,
francesco

 Source: gnomeradio
 Version: 1.8-1.1
 Severity: serious

 Hi,

 this package currently depends on libgnome-media0.

 In GNOME 3, the libgnome-media library was replaced by
 libgnome-media-profiles, and the libgnome-media-dev and libgnome-media0
 packages are no longer available.

 As libgnome-media-profiles is based on GTK 3 and mixing both GTK 3 and
 GTK 2 in the same process is not allowed, updating to
 libgnome-media-profiles also means you need to port your application to
 GTK 3 / GNOME 3 libraries.

From the look at the upstream Git repository [1], such porting hasn't
 happened yet.
 If you don't plan to port the application yourself, the package needs to
 be removed.
 In this case, please re-assign this bug to ftp.debian.org.

 Cheers,
 Michael

 [1] http://git.gnome.org/browse/gnomeradio/log/


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

 Kernel: Linux 2.6.38-11-generic (SMP w/1 CPU core)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash





-- 
 .''`. Francesco Namuri france...@namuri.it
: :' : http://namuri.it/
`. `'  key ID = 3B30EB44
  `-fingerprint = 20FC 1C89 F7B8 F724 08FD B4B1 8E27 6437 3B30 EB44






--
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: block 637809 with 646299

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

 unblock 637809 by 646299
Bug #637809 [release.debian.org] transition: perl 5.14
Was blocked by: 646297 637602 628507 638894 628499 640347 643038 646299 646286 
636132 640346 646295 636762 638367 629255 636651 642146 628505 639677 628503 
634531 636656 628501 634141 628500
Removed blocking bug(s) of 637809: 646299
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
637809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637809
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#645577: needs porting to the new libgnome-media-profiles interface

2011-10-26 Thread Michael Biebl
Am 26.10.2011 08:42, schrieb fra...@hal.hierax.net:
 Hi Michael,
 thank you for the report,
 I'm would like to port gnomeradio to GTK3, but in this moment I don't know
 if I can (not sure about my spare time to dedicate to it).
 
 Let me take a look to the code, to have a right idea of the work, next
 week I take a decision.
 

Apparently Fedora has already done the porting to GTK 3 and
libgnome-media-profiles 3. So if you want to keep the package, it might
be as simple cherry-picking the patches from [1].

Would be great if you can take a look as soon as possible as we want to
progress with the GNOME 3 transition, so if we didn't have to wait for
another week, that would be great.

Michael


[1]
http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/gnomeradio-1.8-15.fc16.src.rpm

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



signature.asc
Description: OpenPGP digital signature


Bug#645577: needs porting to the new libgnome-media-profiles interface

2011-10-26 Thread franam

 Am 26.10.2011 08:42, schrieb fra...@hal.hierax.net:
 Hi Michael,
 thank you for the report,
 I'm would like to port gnomeradio to GTK3, but in this moment I don't
 know
 if I can (not sure about my spare time to dedicate to it).

 Let me take a look to the code, to have a right idea of the work, next
 week I take a decision.


 Apparently Fedora has already done the porting to GTK 3 and
 libgnome-media-profiles 3. So if you want to keep the package, it might
 be as simple cherry-picking the patches from [1].

This is a great news, I take a look today after the work.

 Would be great if you can take a look as soon as possible as we want to
 progress with the GNOME 3 transition, so if we didn't have to wait for
 another week, that would be great.

sure, not a problem, if it's to apply the patches I can do it this week end.

thank you very much for pointing me to fedora package.

francesco

 Michael


 [1]
 http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/gnomeradio-1.8-15.fc16.src.rpm

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




-- 
 .''`. Francesco Namuri france...@namuri.it
: :' : http://namuri.it/
`. `'  key ID = 3B30EB44
  `-fingerprint = 20FC 1C89 F7B8 F724 08FD B4B1 8E27 6437 3B30 EB44






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



Bug#646634: FTBFS: make[1]: *** [override_dh_auto_test] Error 1

2011-10-26 Thread Raphael Hertzog
tag 646634 + moreinfo unreproducible
thanks

On Tue, 25 Oct 2011, Marcelo Jorge Vieira wrote:
 Django failed to build from source,
 attached you will find the log file.
[...]
 make[1]: *** [override_dh_auto_test] Error 1
 make[1]: Leaving directory `/root/python-django-1.3.1'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

The relevant error is this one:
==
FAIL: test_broken_unicode (regressiontests.model_regress.tests.ModelTests)
--
Traceback (most recent call last):
  File 
/root/python-django-1.3.1/tests/regressiontests/model_regress/tests.py, line 
146, in
test_broken_unicode
self.assertEqual(repr(b), BrokenUnicodeMethod: [Bad Unicode data])
AssertionError: 'BrokenUnicodeMethod: N\xc3\xa1zov: Jerry' != 
'BrokenUnicodeMethod: [Bad
Unicode data]'

--
Ran 3609 tests in 636.191s

FAILED (failures=1, skipped=53, expected failures=3)

So it looks like that somehow, the code is now accepting the __unicode__ method
that is returning a byte string with non-ascii data. No idea why.

What version of python were you using for your rebuild?
In what environment did you do your rebuild?
Was a locale set in the environment?
Do you still reproduce it if you build without being root?

I can't reproduce this error when doing a normal build in sid...

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/go/ulule-rh/



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



Bug#646675: out of nowhere?

2011-10-26 Thread Holger Levsen
Hi Ingo,

I use roundcube with suhosin, but not 0.6 yet. What do you mean by out of 
nowhere?


cheers,
Holger



-- 
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#646634: FTBFS: make[1]: *** [override_dh_auto_test] Error 1

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

 tag 646634 + moreinfo unreproducible
Bug #646634 [src:python-django] FTBFS: make[1]: *** [override_dh_auto_test] 
Error 1
Added tag(s) unreproducible and moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646634
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#646658: marked as done (qpid-python: FTBFS: cp: cannot stat `debian/tmp/usr/lib/python2.6/dist-packages': No such file or directory)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 07:17:33 +
with message-id e1rixjx-0004zu...@franck.debian.org
and subject line Bug#646658: fixed in qpid-python 0.12-2
has caused the Debian Bug report #646658,
regarding qpid-python: FTBFS: cp: cannot stat 
`debian/tmp/usr/lib/python2.6/dist-packages': 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.)


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

Hi,

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

Relevant part:
 creating 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/transforms.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/__init__.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/parsers.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 copying build/lib.linux-x86_64-2.7/mllib/dom.py - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/mllib
 caching 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/qpid/specs/amqp-0-10-qpid-errata.xml
  to amqp-0-10-qpid-errata.pcl
 running install_scripts
 creating /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin
 copying build/scripts-2.7/qpid-python-test - 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin
 changing mode of 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/bin/qpid-python-test
  to 775
 running install_egg_info
 Writing 
 /build/qpid-python-CH9xSC/qpid-python-0.12/debian/tmp/usr/lib/python2.7/dist-packages/qpid_python-0.12.egg-info
dh_install -O--sourcedirectory=python
 cp: cannot stat `debian/tmp/usr/lib/python2.6/dist-packages': No such file or 
 directory
 dh_install: cp -a debian/tmp/usr/lib/python2.6/dist-packages 
 debian/python-qpid//usr/lib/python2.6/ returned exit code 1
 make: *** [binary] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/qpid-python_0.12-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.


---End Message---
---BeginMessage---
Source: qpid-python
Source-Version: 0.12-2

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

python-qpid_0.12-2_all.deb
  to main/q/qpid-python/python-qpid_0.12-2_all.deb
qpid-python_0.12-2.debian.tar.gz
  to main/q/qpid-python/qpid-python_0.12-2.debian.tar.gz
qpid-python_0.12-2.dsc
  to main/q/qpid-python/qpid-python_0.12-2.dsc
qpid-specs_0.12-2_all.deb
  to main/q/qpid-python/qpid-specs_0.12-2_all.deb



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

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

Debian distribution maintenance software
pp.
Cajus Pollmeier ca...@debian.org (supplier of updated qpid-python 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, 26 Oct 2011 09:04:30 +0200
Source: qpid-python
Binary: python-qpid qpid-specs
Architecture: source all
Version: 0.12-2
Distribution: unstable
Urgency: low
Maintainer: Cajus Pollmeier ca...@debian.org
Changed-By: Cajus Pollmeier ca...@debian.org
Description: 
 python-qpid - Python bindings for qpid/mlib
 qpid-specs - QPID spec information
Closes: 646658
Changes: 
 qpid-python (0.12-2) unstable; urgency=low
 .
   * Fixed build for different python versions. (Closes: #646658)
Checksums-Sha1: 
 a714cb0496fbc8e6a8998bed34f9c9d8621aba6d 1144 

Bug#646675: out of nowhere?

2011-10-26 Thread Ingo Jürgensmann

On 26.10.2011 09:01, Holger Levsen wrote:

I use roundcube with suhosin, but not 0.6 yet. What do you mean by 
out of

nowhere?


Ha! Just discovered: it's working again. BUT: when I used reportbug-ng 
this morning to report the bug, it started iceweasel - and I use 
iceweasel to sort my mails into folders. So when it started up it 
started filtering my mails and apparently filtered the mail in question 
out of the way.


So, my best guess is: when you receive an email with an URL in the 
subject, this bug will hit you as well.


--
Ciao...  //Fon: 0381-2744150
. Ingo \X/ http://blog.windfluechter.net

gpg pubkey: http://www.juergensmann.de/ij_public_key.



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



Bug#646675: out of nowhere?

2011-10-26 Thread Ingo Jürgensmann
On Wed, Oct 26, 2011 at 09:01:07AM +0200, Holger Levsen wrote:

 I use roundcube with suhosin, but not 0.6 yet. What do you mean by out of 
 nowhere?

Well, I was at work, enjoying a working roundcube and reading my mails and
then, as far as I remember, I reloaded the Inbox and it said Loading...
and Loading... and Loading... all the time. This sometime happens
because I'm behind a restrictive firewall and using a Apache mod-proxy
forward from my dedicated server to my home server via VPN and from now and
then the connection gets stalled. Usually I restart the involved apaches
then and it usually is working again. But not yesterday. 
Then I made a dist-upgrade on my home server, but no improvement. I then
looked into syslog and roundcube log and decided to postpone this issue when
I'm back home to exclude any mod-proxy issues. 
When home again the problem still persisted even when using my home server
locally. Dovecot imapd still works as tested with mail.app on OSX and
mutt+iceweasel on Debian. 

The out of nowhere relates to my memorization that RC actually did work,
but then suddenly stopped working without doing an upgrade first. But
reading the trac issue on RC it might be that I received a mail with an URL
in the Subject, which then caused RC to not work anymore: out of nowhere. 

-- 
Ciao...//  Fon: 0381-2744150 
  Ingo   \X/   http://blog.windfluechter.net
Please don't share this address with Facebook or Google!
gpg pubkey: http://www.juergensmann.de/ij_public_key.asc



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



Bug#646675: out of nowhere?

2011-10-26 Thread Holger Levsen
severity 646675 important
thanks

On Mittwoch, 26. Oktober 2011, Ingo Jürgensmann wrote:
 So, my best guess is: when you receive an email with an URL in the
 subject, this bug will hit you as well.




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



Bug#646660: [Pkg-xen-devel] Bug#646660: xen: FTBFS: Checking check_python: ./check_python: 10: ./check_python: python2.6: not found

2011-10-26 Thread Ian Campbell
Thanks Mònica.

On Wed, 2011-10-26 at 02:49 +0200, Mònica Ramírez Arceda wrote:
 Source: xen
 Version: 4.1.1-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20111022 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[5]: Entering directory 
  `/build/xen-njlTaX/xen-4.1.1/debian/build/build-utils_amd64/tools/check'
  PYTHON=python2.6 LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
  Xen CHECK-BUILD  Sat Oct 22 16:36:52 CEST 2011
  Checking check_crypto_lib: OK
  Checking check_curl: unused, OK
  Checking check_openssl_devel: OK
  Checking check_python: ./check_python: 10: ./check_python: python2.6: not 
  found
 

I presume this would be resolved by Jon Ludlam's recent patch (see
1319546249-11772-9-git-send-email-jonathan.lud...@eu.citrix.com on
pkg-xen-devel:


Ian.

---
 xen/debian/templates/control.source.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xen/debian/templates/control.source.in
b/xen/debian/templates/control.source.in
index 9511b86..a7db0ff 100644
--- a/xen/debian/templates/control.source.in
+++ b/xen/debian/templates/control.source.in
@@ -23,5 +23,5 @@ Build-Depends-Indep:
  texlive-font-utils,
  texlive-latex-recommended
 Standards-Version: 3.8.4
-XS-Python-Version: 2.6
+XS-Python-Version: 2.7
 
  
   *** check_python FAILED: need python version = 2.2
  Checking check_python_devel: 
   *** check_python_devel FAILED: can't find python2.6
  Checking check_uuid_devel: OK
  Checking check_x11_devel: 
   *** check_x11_devel FAILED: can't find X11 headers
  OK
  Checking check_xgettext: OK
  Checking check_xml2: unused, OK
  Checking check_zlib_devel: OK
  Checking check_zlib_lib: OK
  make[5]: *** [check-build] Error 1
 
 The full build log is available from:
http://people.debian.org/~lucas/logs/2011/10/22/xen_4.1.1-2_lsid64.buildlog
 
 A list of current common problems and possible solutions is available at 
 http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
 
 About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
 of the Grid'5000 platform, using a clean chroot.  Internet was not
 accessible from the build systems.
 
 
 
 
 ___
 Pkg-xen-devel mailing list
 pkg-xen-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xen-devel
 

-- 
Ian Campbell
Current Noise: Repulsion - Something Dead (Final Demo '91)

signal(i, SIG_DFL); /* crunch, crunch, crunch */
-- Larry Wall in doarg.c from the perl source code




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



Bug#646620: More info on the problem

2011-10-26 Thread Santiago Garcia Mantinan
First I want to tell you that yesterday I upgraded the system manually
without any problem, in fact, previously I had installed reportbug to send
the bugreport, you can see all this on apt history following.

 Do you have anything in the logs (e.g. /var/log/unattended-upgrades.log or
 /var/log/apt/history.log) from around this time that might give a clue why
 this happend?

/var/log/apt/history.log:
Start-Date: 2011-10-10  06:54:12
Upgrade: libkrb5-3:amd64 (1.8.3+dfsg-4squeeze1, 1.8.3+dfsg-4squeeze2), 
libk5crypto3:amd64 (1.8.3+dfsg-4squeeze1, 1.8.3+dfsg-4squeeze2), 
openssh-server:amd64 (5.5p1-6, 5.5p1-6+squeeze1), base-files:amd64 
(6.0squeeze2, 6.0squeeze3), linux-image-2.6.32-5-amd64:amd64 
(2.6.32-35squeeze2, 2.6.32-38), update-inetd:amd64 (4.38+nmu1, 
4.38+nmu1+squeeze1), libpcap0.8:amd64 (1.1.1-2, 1.1.1-2+squeeze1), 
aptitude:amd64 (0.6.3-3.2, 0.6.3-3.2+squeeze1), apache2-mpm-prefork:amd64 
(2.2.16-6+squeeze3, 2.2.16-6+squeeze4), grub-pc:amd64 (1.98+20100804-14, 
1.98+20100804-14+squeeze1), apache2-utils:amd64 (2.2.16-6+squeeze3, 
2.2.16-6+squeeze4), apache2:amd64 (2.2.16-6+squeeze3, 2.2.16-6+squeeze4), 
apache2.2-common:amd64 (2.2.16-6+squeeze3, 2.2.16-6+squeeze4), 
libkrb5support0:amd64 (1.8.3+dfsg-4squeeze1, 1.8.3+dfsg-4squeeze2), 
openssh-client:amd64 (5.5p1-6, 5.5p1-6+squeeze1), linux-base:amd64 
(2.6.32-35squeeze2, 2.6.32-38), apache2.2-bin:amd64 (2.2.16-6+squeeze3, 
2.2.16-6+squeeze4), firmware-bnx2:amd64 (0.28, 0.28+squeeze1), ssh:amd64 
(5.5p1-6, 5.5p1-6+squeeze1), tzdata:amd64 (2011d-0squeeze1, 2011k-0squeeze1), 
libssl0.9.8:amd64 (0.9.8o-4squeeze2, 0.9.8o-4squeeze3), openssl:amd64 
(0.9.8o-4squeeze2, 0.9.8o-4squeeze3), grub-common:amd64 (1.98+20100804-14, 
1.98+20100804-14+squeeze1), libgssapi-krb5-2:amd64 (1.8.3+dfsg-4squeeze1, 
1.8.3+dfsg-4squeeze2)
End-Date: 2011-10-10  06:55:38

Start-Date: 2011-10-25  21:01:53
Commandline: apt-get install reportbug
Install: python-reportbug:amd64 (4.12.6, automatic), reportbug:amd64 (4.12.6)
End-Date: 2011-10-25  21:01:57

Start-Date: 2011-10-25  21:13:37
Commandline: apt-get upgrade
Upgrade: libpam0g:amd64 (1.1.1-6.1, 1.1.1-6.1+squeeze1), libfreetype6:amd64 
(2.4.2-2.1+squeeze1, 2.4.2-2.1+squeeze2), libpam-modules:amd64 (1.1.1-6.1, 
1.1.1-6.1+squeeze1), libpam-runtime:amd64 (1.1.1-6.1, 1.1.1-6.1+squeeze1)
End-Date: 2011-10-25  21:13:50

This seems to show that the upgrade happening on the 10th ended the upgrades
correctly.

This is what /var/log/unattended-upgrades/unattended-upgrades.log shows from
previous day, problematic day and next day:

2011-10-09 06:46:14,445 INFO Initial blacklisted packages: 
2011-10-09 06:46:14,445 INFO Starting unattended upgrades script
2011-10-09 06:46:14,445 INFO Allowed origins are: [('Debian', 'stable'), 
('Debian', 'squeeze-security')]
2011-10-09 06:46:15,690 INFO No packages found that can be upgraded unattended
2011-10-10 06:53:53,709 INFO Initial blacklisted packages: 
2011-10-10 06:53:53,709 INFO Starting unattended upgrades script
2011-10-10 06:53:53,709 INFO Allowed origins are: [('Debian', 'stable'), 
('Debian', 'squeeze-security')]
2011-10-10 06:54:11,138 INFO Packages that are upgraded: apache2-mpm-prefork 
apache2-utils apache2.2-bin apache2.2-common aptitude base-files firmware-bnx2 
grub-common grub-pc libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 
libpcap0.8 libssl0.9.8 linux-base linux-image-2.6.32-5-amd64 openssh-client 
openssh-server openssl ssh tzdata update-inetd
2011-10-10 06:54:11,139 INFO Writing dpkg log to 
'/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-10_06:54:11.138913.log'
2011-10-10 06:55:38,157 INFO All upgrades installed
2011-10-11 06:51:55,205 INFO Initial blacklisted packages: 
2011-10-11 06:51:55,205 INFO Starting unattended upgrades script
2011-10-11 06:51:55,206 INFO Allowed origins are: [('Debian', 'stable'), 
('Debian', 'squeeze-security')]
2011-10-11 06:51:56,459 INFO No packages found that can be upgraded unattended

 Does this mean that since the 10th no other cron.daily runs for apt happend?

I thought this was the case, and that's why I set the Severity to Critical
but as you can see on the unattended-upgrades log on this machine
unattended-upgrades was run normally on the next day, so cron.daily was
running.

However I have connected to another machine (i386 based) also experimenting
this problem to see how it was behaving and found that indeed this was the
case, no cron.daily was run since the 9th, no logs rotated or any other
cron.daily jobs run.  On this machine I have already killed the stale
process and cron.daily is now running normaly, so I wont be able to provide
info of the running processes like on the amd64 based.  Here is the
/var/log/unattended-upgrades/unattended-upgrades.log part from the i386
machine that shows this:

2011-10-08 07:58:29,216 INFO No packages found that can be upgraded unattended
2011-10-09 07:36:53,499 INFO Initial blacklisted packages: 
2011-10-09 07:36:53,508 INFO Starting unattended upgrades script
2011-10-09 

Bug#646620: Same problem on another machine

2011-10-26 Thread Santiago Garcia Mantinan
Knowing that it was apache who was messing with all this problem I have
looked at some of the other apaches around and found another machine in the
very same state, however not all of my apaches were on this state.

I have stopped and then started apache on this newly discovered machine and
apt has ended like expected.

Regards...
-- 
Santiago García Mantiñán



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



Bug#646694: xen: depends on liblzma2 on amd64

2011-10-26 Thread Julien Cristau
Package: xen
Version: 4.1.1-2
Severity: serious

xen-utils-4.1 depends on liblzma2 on amd64, even though it has no
build-dependency on it.  Which means only binaries uploaded by the
maintainer get this dependency, along with a dependency on libgnutls26
and libbz2-1.0, as they're apparently not built in a minimal
environment.  Please either add the relevant packages to Build-Depends,
or fix the package to build predictably.

Setting as serious because liblzma2 is replaced by liblzma5, and #404538
means I'm not binNMUing.

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#646662: marked as done (profphd: FTBFS: /bin/sh: 1: rsync: not found)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 09:48:47 +
with message-id e1rj06j-0003pg...@franck.debian.org
and subject line Bug#646662: fixed in profphd 1.0.38-1
has caused the Debian Bug report #646662,
regarding profphd: FTBFS: /bin/sh: 1: rsync: not found
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.)


-- 
646662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: profphd
Version: 1.0.37-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111022 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[2]: Entering directory `/build/profphd-9M3RVj/profphd-1.0.37/src/prof'
 mkdir -p 
 /build/profphd-9M3RVj/profphd-1.0.37/debian/tmp//usr/share/profphd/prof  
 rsync -aC \
   --exclude /bin \
   --exclude /embl/para \
   --exclude /embl/mat \
   --exclude /embl/net \
   --exclude /exa/DMD_HUMAN.hssp.gz \
   --exclude /net \
   --exclude /Makefile \
   --exclude /prof.1 \
   --exclude Session.vim \
   --exclude '.*.swp' \
   ./. 
 /build/profphd-9M3RVj/profphd-1.0.37/debian/tmp//usr/share/profphd/prof/.
 /bin/sh: 1: rsync: not found
 make[2]: *** [install-perl] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/profphd_1.0.37-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.


---End Message---
---BeginMessage---
Source: profphd
Source-Version: 1.0.38-1

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

profphd_1.0.38-1.debian.tar.gz
  to main/p/profphd/profphd_1.0.38-1.debian.tar.gz
profphd_1.0.38-1.dsc
  to main/p/profphd/profphd_1.0.38-1.dsc
profphd_1.0.38-1_all.deb
  to main/p/profphd/profphd_1.0.38-1_all.deb
profphd_1.0.38.orig.tar.gz
  to main/p/profphd/profphd_1.0.38.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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated profphd 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, 26 Oct 2011 08:09:27 +0200
Source: profphd
Binary: profphd
Architecture: source all
Version: 1.0.38-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 profphd- secondary structure and solvent accessibility predictor
Closes: 646662
Changes: 
 profphd (1.0.38-1) unstable; urgency=low
 .
   [ Laszlo Kajan ]
   * New upstream release
 .
   [ Andreas Tille ]
   * debian/control: Added rsync to Build-Depends
 Closes: #646662
   * debian/watch: Stripped unneeded comments
   * debian/patches: Deleted empty dir
Checksums-Sha1: 
 76e9f4dabe2a8011bf9b631511b3f0c62bceea5a 1394 profphd_1.0.38-1.dsc
 2ef5ad76e9ba3ee9118503e1032e8f249af60cba 12822506 profphd_1.0.38.orig.tar.gz
 4bf36760616066e66c01d653cb549cda9b623cd8 5141 profphd_1.0.38-1.debian.tar.gz
 2e94df9a57bfb3d4910a5dc30d21da663adf4d68 6586322 profphd_1.0.38-1_all.deb
Checksums-Sha256: 
 e5d8b23e15f6712ba3f07c24333c6de12277eaf16389dc9da202b34ad66f6396 1394 
profphd_1.0.38-1.dsc
 956c1c7d9b73f80982b91ee6782f6fff0d6a10a179b76581398362be0a4d9f02 12822506 
profphd_1.0.38.orig.tar.gz
 b111cce579588d59ce186e1a61e032e02501126730a056ad09e6c4be6eac9dae 5141 
profphd_1.0.38-1.debian.tar.gz
 0ee041263d87a17a643bce916d07180bcb615089f76fdc65cc0477811f0fd9c9 6586322 
profphd_1.0.38-1_all.deb
Files: 
 0caa3d5808dc9f41f03e3482b4a50c2b 1394 science extra profphd_1.0.38-1.dsc
 37893a00cea29526bd85402bdb48fb0d 12822506 science extra 
profphd_1.0.38.orig.tar.gz
 

Processed: block 630201 with 646694

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

 block 630201 with 646694
Bug #630201 [release.debian.org] transition: liblzma 5
Was blocked by: 625115
Added blocking bug(s) of 630201: 646694
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
630201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630201
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#646695: FTBFS: You need to make a myconfig.h.

2011-10-26 Thread Laurent Fousse
Package: libquota-perl
Version: 1.6.6+dfsg-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hello,

Your package failed to build from source:

/usr/bin/perl /usr/share/perl/5.12/ExtUtils/xsubpp  -typemap 
/usr/share/perl/5.12/ExtUtils/typemap  Quota.xs  Quota.xsc  mv Quota.xsc 
Quota.c
You need to make a myconfig.h.  See the file INSTALL.
make[1]: *** [myconfig.h] Error 1

Full build log attached.

Laurent.


libquota-perl.log.xz
Description: Binary data


Bug#646699: btrfs: Installer offers BTRFS an optional filesystem

2011-10-26 Thread Maarten
Package: btrfs
Severity: critical
Justification: causes serious data loss

BTRFS shouldn't be offert as a option filesystem in the debian installer.
It is unsafe to use. Quallity is poor. No recovery possible on filesystem 
errors. (The btrfs driver will even crash on a filesystem error)
The provided tool btrfsck doesn't actually do anything.
There doesn't seem to be any progres on a working btrfsck.

Atleased users should be warned to not use it, unless they don't care about 
dataloss



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.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#642743: pyfribidi: FTBFS: ls: cannot access /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.7: No such file or directory

2011-10-26 Thread أحمد المحمودي
reassign 642743 python2.7
.

Hello,

  I've received help from Arnaud Fontaine on this issue. After running 
  the test through gdb on both Ubuntu  Debian, the following was found:

  The segfault occurs on Debian because on: 'PyUnicode_Check (logical)' 
  (line 60 in pyfribidi.c), 'logical' is NULL. 'logical' should be set 
  by PyArg_ParseTupleAndKeywords() call.

  On Debian, the PyArg_ParseTupleAndKeywords() call sets 'logical' in 
  this test to NULL, while on Ubuntu, it sets 'logical' properly.

  Hence, the problem seems to be in the Debian's python2.7 package.

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature


Processed: Re: Bug#646675: out of nowhere?

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

 tag 646675 + security
Bug #646675 [roundcube] [roundcube] RC doesn't load INBOX anymore - suhosin 
reports URL is not allowed
Ignoring request to alter tags of bug #646675 to the same tags previously set
 severity 646675 serious
Bug #646675 [roundcube] [roundcube] RC doesn't load INBOX anymore - suhosin 
reports URL is not allowed
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646675
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 5 errors): Re: Bug#642743: pyfribidi: FTBFS: ls: cannot access /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.7: No such file or directory

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

 reassign 642743 python2.7
Bug #642743 [src:pyfribidi] pyfribidi: FTBFS: ls: cannot access 
/build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.7: No such file or 
directory
Bug reassigned from package 'src:pyfribidi' to 'python2.7'.
Bug No longer marked as found in versions pyfribidi/0.10.0-3.
 .
Unknown command or malformed arguments to command.

 Hello,
Unknown command or malformed arguments to command.

   I've received help from Arnaud Fontaine on this issue. After running
Unknown command or malformed arguments to command.

   the test through gdb on both Ubuntu  Debian, the following was found:
Unknown command or malformed arguments to command.

   The segfault occurs on Debian because on: 'PyUnicode_Check (logical)'
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

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

2011-10-26 Thread Philipp Kern
tag 646675 + security
severity 646675 serious
thanks

Erhm,

On Wed, Oct 26, 2011 at 10:06:14AM +0200, Holger Levsen wrote:
 severity 646675 important
 thanks

am I the only one who has insanely loud alarm bells when reading his report,
the ticket and everything?

It includes a foreign site and we can be happy that suhosin blocks it.  (I'm
working from the information in the roundcube ticket[0].  I didn't investigate
it myself.)  But suhosin is not the default?

Kind regards
Philipp Kern

[0] http://trac.roundcube.net/ticket/1488086


signature.asc
Description: Digital signature


Bug#646675: out of nowhere?

2011-10-26 Thread Holger Levsen
Hi Philipp,

On Mittwoch, 26. Oktober 2011, Philipp Kern wrote:
 It includes a foreign site and we can be happy that suhosin blocks it. 
 (I'm working from the information in the roundcube ticket[0]. 
 
 [0] http://trac.roundcube.net/ticket/1488086

I missed the details in that ticket... thanks for correcting me!


cheers,
Holger



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



Processed: notfound 642572 in 2.9.4+ds1-4

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

 # Not a bug in lucene2, and the version seems to confuse the BTS
 notfound 642572 2.9.4+ds1-4
Bug #642572 {Done: Niels Thykier ni...@thykier.net} [liblucene2-java] 
liblucene2-java: cross dependencies prevent the installation of eclipse-cdt
Bug No longer marked as found in versions 2.9.4+ds1-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
642572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642572
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#646704: debian-installer: installer doesn't write /etc/crypttab for crypt+LVM

2011-10-26 Thread Eloi COUTANT
Package: debian-installer
Severity: grave
Justification: renders package unusable

I installed today a debian stable with debian-6.0.3-rescue-amd64.
I tried to use crypt+LVM, with / and /home in a Volume Group on a
crypted partition (/dev/sda6).

Hower the installation finishes well, boot on the fresh install is
impossible because initrd doesn't find this crypted Volume Group.

The problem is solved with the add of a line of this type
in /etc/crypttab :

crypted_volume  UUID=X--XXX-XX none luks

and a rebuild of initramfs. (I updated the kernel 2.6.32 - 3.0.0-1
too.)

It's strange that Debian installer doesn't handle this step of the
process, and make the installation unusable !

Maybe there is an error because I've put my /boot on a VG too, 
but the GRUB was fine with that and all works perfectly after the
operations.

Don't hesitate to tell me if you need more informations or some
command(s) result(s).

Bests regards,
Eloi COUTANT

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

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



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



Bug#635118: Should we use sced3 from upstream git?

2011-10-26 Thread Felipe Sateler
On Wed, Oct 26, 2011 at 03:02, Michael Biebl bi...@debian.org wrote:
 Hi,

 Am 17.10.2011 00:51, schrieb Felipe Sateler:
 Dan, I'm CCing you to try to get your attention.

 On Fri, Oct 7, 2011 at 18:59, Michael Biebl bi...@debian.org wrote:
 Can we fetch sced3 from upstream's git repository?

 Please do. I'd really like to finish the gedit transition anytime soon.

 Dan, can we just drop the sced3 script into the current debian
 packaging or do we need to wait for the next upstream release?
 Otherwise, I'm just going to disable the gedit plugin package for the
 time being.

 Any news on the upload?

Sorry for the delay, I'll do it tonight.

-- 

Saludos,
Felipe Sateler



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



Bug#646699: btrfs: Installer offers BTRFS an optional filesystem

2011-10-26 Thread Gergely Nagy
reassign 646699 debian-installer
thanks

Maarten mvros...@gmail.com writes:

 Package: btrfs
 Severity: critical
 Justification: causes serious data loss

 BTRFS shouldn't be offert as a option filesystem in the debian installer.
 It is unsafe to use. Quallity is poor. No recovery possible on filesystem 
 errors. (The btrfs driver will even crash on a filesystem error)
 The provided tool btrfsck doesn't actually do anything.
 There doesn't seem to be any progres on a working btrfsck.

 Atleased users should be warned to not use it, unless they don't care about 
 dataloss

There is no btrfs package in Debian, thus, this report did not reach any
developers. Furthermore, since it is the installer that is allegedly at
fault, it should be filed against the debian-installer package.

I went ahead and reassigned it there.

-- 
|8]




-- 
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#646699: btrfs: Installer offers BTRFS an optional filesystem

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

 reassign 646699 debian-installer
Bug #646699 [debian-installer] btrfs: Installer offers BTRFS an optional 
filesystem
Ignoring request to reassign bug #646699 to the same package
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646699
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#646634: FTBFS: make[1]: *** [override_dh_auto_test] Error 1

2011-10-26 Thread Marcelo Jorge Vieira
On Wed, 2011-10-26 at 09:00 +0200, Raphael Hertzog wrote:
 tag 646634 + moreinfo unreproducible
 thanks
 
 On Tue, 25 Oct 2011, Marcelo Jorge Vieira wrote:
  Django failed to build from source,
  attached you will find the log file.
 [...]
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory `/root/python-django-1.3.1'
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 The relevant error is this one:
 ==
 FAIL: test_broken_unicode (regressiontests.model_regress.tests.ModelTests)
 --
 Traceback (most recent call last):
   File 
 /root/python-django-1.3.1/tests/regressiontests/model_regress/tests.py, 
 line 146, in
 test_broken_unicode
 self.assertEqual(repr(b), BrokenUnicodeMethod: [Bad Unicode data])
 AssertionError: 'BrokenUnicodeMethod: N\xc3\xa1zov: Jerry' != 
 'BrokenUnicodeMethod: [Bad
 Unicode data]'
 
 --
 Ran 3609 tests in 636.191s
 
 FAILED (failures=1, skipped=53, expected failures=3)
 
 So it looks like that somehow, the code is now accepting the __unicode__ 
 method
 that is returning a byte string with non-ascii data. No idea why.
 
 What version of python were you using for your rebuild?

2.7.2-9


 In what environment did you do your rebuild?

I'm using unstable.

Linux speedhorse 3.0.0-2-amd64 #1 SMP Fri Oct 7 22:45:30 UTC 2011 x86_64
GNU/Linux


 Was a locale set in the environment?

LANG=en_US.utf8
LANGUAGE=
LC_CTYPE=en_US.utf8
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE=en_US.utf8
LC_MONETARY=en_US.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=en_US.utf8
LC_NAME=en_US.utf8
LC_ADDRESS=en_US.utf8
LC_TELEPHONE=en_US.utf8
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION=en_US.utf8
LC_ALL=



 Do you still reproduce it if you build without being root?

Yes, I did.


 I can't reproduce this error when doing a normal build in sid...

I found the bug. Please, add the follow lines
in /etc/python2.7/sitecustomize.py:

import sys
sys.setdefaultencoding('utf8')



Cheers,

-- 
Marcelo Jorge Vieira
xmpp:me...@jabber-br.org
http://metaldot.alucinados.com


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


Bug#646660: marked as done (xen: FTBFS: Checking check_python: ./check_python: 10: ./check_python: python2.6: not found)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 13:03:20 +
with message-id e1rj38a-0002kp...@franck.debian.org
and subject line Bug#646660: fixed in xen 4.1.1-3
has caused the Debian Bug report #646660,
regarding xen: FTBFS: Checking check_python: ./check_python: 10: 
./check_python: python2.6: not found
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.)


-- 
646660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xen
Version: 4.1.1-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111022 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[5]: Entering directory 
 `/build/xen-njlTaX/xen-4.1.1/debian/build/build-utils_amd64/tools/check'
 PYTHON=python2.6 LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
 Xen CHECK-BUILD  Sat Oct 22 16:36:52 CEST 2011
 Checking check_crypto_lib: OK
 Checking check_curl: unused, OK
 Checking check_openssl_devel: OK
 Checking check_python: ./check_python: 10: ./check_python: python2.6: not 
 found
 
  *** check_python FAILED: need python version = 2.2
 Checking check_python_devel: 
  *** check_python_devel FAILED: can't find python2.6
 Checking check_uuid_devel: OK
 Checking check_x11_devel: 
  *** check_x11_devel FAILED: can't find X11 headers
 OK
 Checking check_xgettext: OK
 Checking check_xml2: unused, OK
 Checking check_zlib_devel: OK
 Checking check_zlib_lib: OK
 make[5]: *** [check-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/10/22/xen_4.1.1-2_lsid64.buildlog

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

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



---End Message---
---BeginMessage---
Source: xen
Source-Version: 4.1.1-3

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

libxen-dev_4.1.1-3_amd64.deb
  to main/x/xen/libxen-dev_4.1.1-3_amd64.deb
libxenstore3.0_4.1.1-3_amd64.deb
  to main/x/xen/libxenstore3.0_4.1.1-3_amd64.deb
xen-docs-4.1_4.1.1-3_all.deb
  to main/x/xen/xen-docs-4.1_4.1.1-3_all.deb
xen-hypervisor-4.1-amd64_4.1.1-3_amd64.deb
  to main/x/xen/xen-hypervisor-4.1-amd64_4.1.1-3_amd64.deb
xen-utils-4.1_4.1.1-3_amd64.deb
  to main/x/xen/xen-utils-4.1_4.1.1-3_amd64.deb
xen_4.1.1-3.debian.tar.gz
  to main/x/xen/xen_4.1.1-3.debian.tar.gz
xen_4.1.1-3.dsc
  to main/x/xen/xen_4.1.1-3.dsc
xenstore-utils_4.1.1-3_amd64.deb
  to main/x/xen/xenstore-utils_4.1.1-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Bastian Blank wa...@debian.org (supplier of updated xen 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, 26 Oct 2011 14:42:33 +0200
Source: xen
Binary: xen-docs-4.1 libxenstore3.0 libxen-dev xenstore-utils xen-utils-4.1 
xen-hypervisor-4.1-amd64 xen-hypervisor-4.1-i386
Architecture: source all amd64
Version: 4.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 libxen-dev - Public headers and libs for Xen
 libxenstore3.0 - Xenstore communications library for Xen
 xen-docs-4.1 - Documentation for Xen
 xen-hypervisor-4.1-amd64 - Xen Hypervisor on AMD64
 xen-hypervisor-4.1-i386 - Xen Hypervisor on i386
 xen-utils-4.1 - XEN administrative tools
 xenstore-utils - Xenstore utilities for Xen
Closes: 590439 646660 646694
Changes: 
 xen (4.1.1-3) unstable; urgency=low
 .
   [ Julien Danjou ]
   * Remove Julien Danjou from the Uploaders field. (closes: #590439)
 .
   [ Bastian Blank ]
   * Use current version of python. (closes: #646660)
   * Build-depend against liblzma-dev, it is used if available.
 (closes: #646694)
   * Update Standards-Version to 3.9.2. No changes.
   * Don't use brace-expansion in 

Bug#646694: marked as done (xen: depends on liblzma2 on amd64)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 13:03:20 +
with message-id e1rj38a-0002ks...@franck.debian.org
and subject line Bug#646694: fixed in xen 4.1.1-3
has caused the Debian Bug report #646694,
regarding xen: depends on liblzma2 on amd64
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.)


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

xen-utils-4.1 depends on liblzma2 on amd64, even though it has no
build-dependency on it.  Which means only binaries uploaded by the
maintainer get this dependency, along with a dependency on libgnutls26
and libbz2-1.0, as they're apparently not built in a minimal
environment.  Please either add the relevant packages to Build-Depends,
or fix the package to build predictably.

Setting as serious because liblzma2 is replaced by liblzma5, and #404538
means I'm not binNMUing.

Cheers,
Julien


---End Message---
---BeginMessage---
Source: xen
Source-Version: 4.1.1-3

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

libxen-dev_4.1.1-3_amd64.deb
  to main/x/xen/libxen-dev_4.1.1-3_amd64.deb
libxenstore3.0_4.1.1-3_amd64.deb
  to main/x/xen/libxenstore3.0_4.1.1-3_amd64.deb
xen-docs-4.1_4.1.1-3_all.deb
  to main/x/xen/xen-docs-4.1_4.1.1-3_all.deb
xen-hypervisor-4.1-amd64_4.1.1-3_amd64.deb
  to main/x/xen/xen-hypervisor-4.1-amd64_4.1.1-3_amd64.deb
xen-utils-4.1_4.1.1-3_amd64.deb
  to main/x/xen/xen-utils-4.1_4.1.1-3_amd64.deb
xen_4.1.1-3.debian.tar.gz
  to main/x/xen/xen_4.1.1-3.debian.tar.gz
xen_4.1.1-3.dsc
  to main/x/xen/xen_4.1.1-3.dsc
xenstore-utils_4.1.1-3_amd64.deb
  to main/x/xen/xenstore-utils_4.1.1-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Bastian Blank wa...@debian.org (supplier of updated xen 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, 26 Oct 2011 14:42:33 +0200
Source: xen
Binary: xen-docs-4.1 libxenstore3.0 libxen-dev xenstore-utils xen-utils-4.1 
xen-hypervisor-4.1-amd64 xen-hypervisor-4.1-i386
Architecture: source all amd64
Version: 4.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 libxen-dev - Public headers and libs for Xen
 libxenstore3.0 - Xenstore communications library for Xen
 xen-docs-4.1 - Documentation for Xen
 xen-hypervisor-4.1-amd64 - Xen Hypervisor on AMD64
 xen-hypervisor-4.1-i386 - Xen Hypervisor on i386
 xen-utils-4.1 - XEN administrative tools
 xenstore-utils - Xenstore utilities for Xen
Closes: 590439 646660 646694
Changes: 
 xen (4.1.1-3) unstable; urgency=low
 .
   [ Julien Danjou ]
   * Remove Julien Danjou from the Uploaders field. (closes: #590439)
 .
   [ Bastian Blank ]
   * Use current version of python. (closes: #646660)
   * Build-depend against liblzma-dev, it is used if available.
 (closes: #646694)
   * Update Standards-Version to 3.9.2. No changes.
   * Don't use brace-expansion in debhelper install files.
Checksums-Sha1: 
 ef2c6841ae4b048e01cba6cf465bd4ee2cbb0ce2 1993 xen_4.1.1-3.dsc
 e774ca81e147af5cbfece13a77464571a4e290e1 49188 xen_4.1.1-3.debian.tar.gz
 20adc3228cf337f2e495f48f024192f91ef7ab31 1155172 xen-docs-4.1_4.1.1-3_all.deb
 ecf37402f78b00f2698003545cc6742435f8d08e 740296 
xen-hypervisor-4.1-amd64_4.1.1-3_amd64.deb
 bf0878cfce446aca839c57fcf1da8d998cddda16 285414 libxen-dev_4.1.1-3_amd64.deb
 8bfa49cc9812fb9fd65b6ac65659366e0ddb3722 26488 libxenstore3.0_4.1.1-3_amd64.deb
 321cc758beb4e675ba246fca548a6a1b454742dc 1725788 
xen-utils-4.1_4.1.1-3_amd64.deb
 5e04f06ad50fd11ed0e59b5f5cc5223dc57802db 23834 xenstore-utils_4.1.1-3_amd64.deb
Checksums-Sha256: 
 9975088679f984747831a03f3607f3562bcccedacb10307b928448d0f63aa35e 1993 
xen_4.1.1-3.dsc
 60db33a8e990e647b4032c3def3de7f60cf6528a41576dbe93f3db70949d7643 49188 
xen_4.1.1-3.debian.tar.gz
 ed46b30d12bf421a1d0bd520bb18dcbca17fbea2bd818944286c2c05c72dcf75 1155172 
xen-docs-4.1_4.1.1-3_all.deb
 

Bug#646634: FTBFS: make[1]: *** [override_dh_auto_test] Error 1

2011-10-26 Thread Raphael Hertzog
forwarded 646634 https://code.djangoproject.com/ticket/17116
severity 646634 normal
thanks

On Wed, 26 Oct 2011, Marcelo Jorge Vieira wrote:
 I found the bug. Please, add the follow lines
 in /etc/python2.7/sitecustomize.py:
 
 import sys
 sys.setdefaultencoding('utf8')

It's really not a good idea to change this on a system-wide basis. It's
likely to break various applications/libraries.

http://faassen.n--tree.net/blog/view/weblog/2005/08/02/0

Changing severity back to normal since it's your fault if it FTBFS.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/go/ulule-rh/



--
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#646634: FTBFS: make[1]: *** [override_dh_auto_test] Error 1

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

 forwarded 646634 https://code.djangoproject.com/ticket/17116
Bug #646634 [src:python-django] FTBFS: make[1]: *** [override_dh_auto_test] 
Error 1
Set Bug forwarded-to-address to 'https://code.djangoproject.com/ticket/17116'.
 severity 646634 normal
Bug #646634 [src:python-django] FTBFS: make[1]: *** [override_dh_auto_test] 
Error 1
Severity set to 'normal' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646634
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#635879: msva-perl: restarting kills awesome session

2011-10-26 Thread Antony Gelberg
Worst of all, the dialog defaults to Yes, so when it pops up a split
second after one types Enter in another window...  You get the
picture.

I uninstalled the package as it was so annoying, but really I feel
that the default should be No, at least until other underlying bugs
are fixed.



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



Bug#625433: marked as done (simulavr: ftbfs with gcc-4.6 -Werror)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 15:06:26 +
with message-id e1rj53i-00050a...@franck.debian.org
and subject line Bug#625433: fixed in simulavr 0.1.2.2-6.2
has caused the Debian Bug report #625433,
regarding simulavr: ftbfs with gcc-4.6 -Werror
to be marked as done.

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

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


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

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

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



---End Message---
---BeginMessage---
Source: simulavr
Source-Version: 0.1.2.2-6.2

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

simulavr_0.1.2.2-6.2.diff.gz
  to main/s/simulavr/simulavr_0.1.2.2-6.2.diff.gz
simulavr_0.1.2.2-6.2.dsc
  to main/s/simulavr/simulavr_0.1.2.2-6.2.dsc
simulavr_0.1.2.2-6.2_i386.deb
  to main/s/simulavr/simulavr_0.1.2.2-6.2_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated simulavr 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: Mon, 24 Oct 2011 16:18:29 +0200
Source: simulavr
Binary: simulavr
Architecture: source i386
Version: 0.1.2.2-6.2
Distribution: unstable
Urgency: low
Maintainer: Arthur Loiret arthur.loi...@gmail.com
Changed-By: gregor herrmann gre...@debian.org
Description: 
 simulavr   - Atmel AVR simulator
Closes: 572326 625433
Changes: 
 simulavr (0.1.2.2-6.2) unstable; urgency=low
 .
   * NMU.
   * Add patches from Ubuntu:
 .
   [ Ilya Barygin ]
   * src/{eeprom,flash,memory}.c: fix possible buffer overflow detected
 by FORTIFY_SOURCE, see http://savannah.nongnu.org/bugs/?29049
   * Add missing ${misc:Depends} to binary package dependencies.
   (Closes: #572326)
 .
   [ Daniel T Chen ]
   * src/disp-vcd/disp.c: Fix FTBFS from unused-but-set-variable error.
 (LP: #832944) (Closes: #625433)
Checksums-Sha1: 
 557f7c23cbacc4a461c6122d56c149fd490274cc 1776 simulavr_0.1.2.2-6.2.dsc
 9a63a253fb6b6e17ad10864370ef1bb55f610f1b 20159 simulavr_0.1.2.2-6.2.diff.gz
 bd600ecfefccf5fa065e612c6c91d6353b933ccd 116212 simulavr_0.1.2.2-6.2_i386.deb
Checksums-Sha256: 
 1435872f4cf85d2f659c9d88e391719b916b533027770ccf466b9d0468d9a805 1776 
simulavr_0.1.2.2-6.2.dsc
 f786a6801b66d8e55dc877a4df5f08691cedb5d1aeae72da4ede8b542580d334 20159 
simulavr_0.1.2.2-6.2.diff.gz
 fdf86d5722134a6ea850d843eb11b0be00cc2fab8df12dfe4406b721b7b0af12 116212 
simulavr_0.1.2.2-6.2_i386.deb
Files: 
 253e94e1bb000ef23e4b79fd6ad9b93b 1776 electronics optional 
simulavr_0.1.2.2-6.2.dsc
 9c1e16e167d6cba605e8dc2661ccc7ea 20159 electronics optional 
simulavr_0.1.2.2-6.2.diff.gz
 2ed1838b565764b28cdef4e79a277784 116212 electronics optional 
simulavr_0.1.2.2-6.2_i386.deb

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

iQIcBAEBCAAGBQJOpXTZAAoJELs6aAGGSaoGECkQAIhkFM265XW9E5tLjdgLyDrF
6wb3ya5iTaDfmku0JtvcJCKRnKjS/jE1sH+inmpIaJdTVzPldvepPaPVKsz/LOy4
gjSm9xtMsYflYn2MnmL8zoRUJxmO0EjzErxIB1y84lUL/7yfSlHvkvUWRsY+IkJb
PFrGaw998NTjPVKPZdqY9SBfO+ZYN8xnM7+X2b9cZDeHorH07KZsqR7ZSLEpH6gq
SqNMfr1ztraZilwuyZqNisZhPiFTA51V2HlQXaLRkK6JsLcxH4iUwONasXv1y+HH
KRXEwtAYTFyyfYrBDlaQVmzOHMV1+X4P9yUoS1EksxU5O55CHT/amSU8IDulpte/
WWU22kBmtY7G7vE+Ztc7W7cjLUNgZf/KN0++yh+8os9hW7aofuHffQl1SOHKmdp9
5MXBLJcI51MYHfwE+tm54OvetWmaC2pyhGkGqJwR06BKK+J8Hgo+4DqdI2JWHCnk
eXfwJS6ydQJLRwqfOLfUehgk8iAlyaxFYR29W3QGN0IBigy1F1FAA1SegeiSyAj8
AMRG/qyIn0igsxziIPWpGCXXRjVb0PlQfNjOx2R7m/s7sq6EVFWUfmlF1qcSCstQ

Bug#646199: marked as done (libstfl-dev: Needs to depend on libstfl0)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 15:18:05 +
with message-id e1rj5ez-00068m...@franck.debian.org
and subject line Bug#646199: fixed in stfl 0.22-1
has caused the Debian Bug report #646199,
regarding libstfl-dev: Needs to depend on libstfl0
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.)


-- 
646199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libstfl-dev
Version: 0.21-2
Severity: serious

The libstfl-dev package needs to depend on libstfl0 (= ${binary:Version})
for the /usr/lib/libstfl.so - libstfl.so.0 symlink.

I suppose this missing dependency is the reason why libstfl0 does not
have _any_ reverse dependencies, since it's only possible to link
statically against stfl unless you build-depend on libstfl0.


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

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


---End Message---
---BeginMessage---
Source: stfl
Source-Version: 0.22-1

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

libstfl-dev_0.22-1_amd64.deb
  to main/s/stfl/libstfl-dev_0.22-1_amd64.deb
libstfl-perl_0.22-1_amd64.deb
  to main/s/stfl/libstfl-perl_0.22-1_amd64.deb
libstfl-ruby1.8_0.22-1_amd64.deb
  to main/s/stfl/libstfl-ruby1.8_0.22-1_amd64.deb
libstfl-ruby1.9.1_0.22-1_amd64.deb
  to main/s/stfl/libstfl-ruby1.9.1_0.22-1_amd64.deb
libstfl-ruby_0.22-1_all.deb
  to main/s/stfl/libstfl-ruby_0.22-1_all.deb
libstfl-spl_0.22-1_amd64.deb
  to main/s/stfl/libstfl-spl_0.22-1_amd64.deb
libstfl0_0.22-1_amd64.deb
  to main/s/stfl/libstfl0_0.22-1_amd64.deb
python-stfl_0.22-1_amd64.deb
  to main/s/stfl/python-stfl_0.22-1_amd64.deb
stfl_0.22-1.debian.tar.gz
  to main/s/stfl/stfl_0.22-1.debian.tar.gz
stfl_0.22-1.dsc
  to main/s/stfl/stfl_0.22-1.dsc
stfl_0.22.orig.tar.gz
  to main/s/stfl/stfl_0.22.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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde n...@debian.org (supplier of updated stfl 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, 25 Oct 2011 16:01:40 +0200
Source: stfl
Binary: libstfl0 libstfl-dev libstfl-perl python-stfl libstfl-ruby1.8 
libstfl-ruby1.9.1 libstfl-ruby libstfl-spl
Architecture: source amd64 all
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde n...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 libstfl-dev - development files for libstfl
 libstfl-perl - Perl bindings for the structured terminal forms language/library
 libstfl-ruby - Ruby bindings for the structured terminal forms language/library
 libstfl-ruby1.8 - Ruby 1.8 bindings for the structured terminal forms 
language/libr
 libstfl-ruby1.9.1 - Ruby 1.9.1 bindings for the structured terminal forms 
language/li
 libstfl-spl - SPL bindings for the structured terminal forms language/library
 libstfl0   - structured terminal forms language/library
 python-stfl - python bindings for the structured terminal forms language/librar
Closes: 603276 603334 604770 617072 646199 646201
Changes: 
 stfl (0.22-1) unstable; urgency=low
 .
   * New upstream version:
 - Fix widget overflows if multi-column characters are entered
   (Closes: #603276).
 - Fix that richtext is not multi-column caracters aware
   (Closes: #603334).
 - Fix that stfl_modify takes long time if a form has many widgets
   (Closes: #604770).
   * libstfl-dev: add missing strict dependency on libstfl0 (Closes: #646199).
   * libstfl0: do not depend on libncursesw5-dev (Closes: #646201).
 - Thanks Sven Joachim for both, this should've been noticed way earlier.
   * Convert package to dh_python2 (Closes: #617072).
   * Bump standards version, no changes needed.
   * Add ${misc:Depends} to binary packages where it was missing.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Bump minor version in symbol files and link file.

Bug#628256: marked as done (boinc-app-milkyway: FTBFS: g++: error: unrecognized option '--export_dynamic')

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 15:17:13 +
with message-id e1rj5e9-0005iu...@franck.debian.org
and subject line Bug#628256: fixed in boinc-app-milkyway 0.18d-1.1
has caused the Debian Bug report #628256,
regarding boinc-app-milkyway: FTBFS: g++: error: unrecognized option 
'--export_dynamic'
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.)


-- 
628256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: boinc-app-milkyway
Version: 0.18d-1
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[1]: Entering directory 
 `/build/user-boinc-app-milkyway_0.18d-1-amd64-7vBKaX/boinc-app-milkyway-0.18d/bin'
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/boinc_astronomy.C -o ../astronomy/boinc_astronomy.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/atSurveyGeometry.c -o ../astronomy/atSurveyGeometry.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/numericalIntegration.c -o ../astronomy/numericalIntegration.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/parameters.c -o ../astronomy/parameters.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/probability.c -o ../astronomy/probability.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/stCoords.c -o ../astronomy/stCoords.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/stCnum.c -o ../astronomy/stCnum.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/stMath.c -o ../astronomy/stMath.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/stVector.c -o ../astronomy/stVector.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/star_points.c -o ../astronomy/star_points.o
 ../astronomy/star_points.c: In function 'void split_star_points(STAR_POINTS*, 
 int, int)':
 ../astronomy/star_points.c:118:9: warning: variable 'total_stars' set but not 
 used [-Wunused-but-set-variable]
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/evaluation_optimized.c -o ../astronomy/evaluation_optimized.o
 ../astronomy/evaluation_optimized.c: In function 'void 
 calculate_probabilities(double*, double*, double, double*, 
 ASTRONOMY_PARAMETERS*, double*, double*)':
 ../astronomy/evaluation_optimized.c:207:25: warning: suggest parentheses 
 around comparison in operand of '==' [-Wparentheses]
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../astronomy/evaluation_state.c -o ../astronomy/evaluation_state.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../searches/search_parameters.c -o ../searches/search_parameters.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c ../util/io_util.c -o ../util/io_util.o
 g++ -DGMLE_BOINC -DBOINC_APP_VERSION=0.18 -DBOINC_APP_NAME='milkyway' -g 
 -O2 -ftree-vectorize -funroll-loops -I/usr/include/BOINC -msse2  -Wall -x c++ 
 -c 

Bug#631916: I can confirm

2011-10-26 Thread Jan Scholten

I have the same problems.

I had calendarserver on lenny and upgraded to squeeze.
Afterwards the calendar server was no longer working. Turned out it had 
been deinstalled (at least it was not installed any longer)


aptitude update
aptitude upgrade
aptitude install calendarserver

and edited the accounts.xml and plist to reflect the old setup.

After starting calendar server i could access it with iphone and 
lighnting.

But after each aptitude run i get:



seth:/etc/caldavd# aptitude safe-upgrade
Die folgenden teilweise installierten Pakete werden konfiguriert:
  calendarserver
Es werden keine Pakete installiert, aktualisiert oder entfernt.
0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 
1 nicht aktualisiert.
Muss 0 B an Archiven herunterladen. Nach dem Entpacken werden 0 B 
zusätzlich belegt sein.

calendarserver (2.4.dfsg-6) wird eingerichtet ...
Der Benutzer »caldavd« ist bereits ein Mitglied der Gruppe »ssl-cert«.
Moving data from old DataRoot (/var/run/caldavd/) to new DataRoot 
(/var/lib/caldavd/) (See Debian Bug#611165 for more info)
Moving /var/run/caldavd/calendaruserproxy.sqlite ... Aborted as it does 
not exist.
Moving /var/run/caldavd/resourceinfo.sqlite ... Aborted as it does not 
exist.
Moving /var/run/caldavd/mailgatewaytokens.sqlite ... Aborted as it does 
not exist.

Moving /var/run/caldavd/tasks ... Aborted as it does not exist.
Moving caldavd directories of NSS users and groups as the directory 
names in calendarserver 2.x are based on UUID rather than 
username/groupname as in calendarserver 1.x (See Debian Bug#610124 for 
more info) ...


Traceback (most recent call last):
  File 
/usr/share/doc/calendarserver/scripts/upgrade-nss-data-directories.py, 
line 158, in module

main()
  File 
/usr/share/doc/calendarserver/scripts/upgrade-nss-data-directories.py, 
line 93, in main

configPlist = plistlib.readPlist(defaultConfigFile)
  File /usr/lib/python2.6/plistlib.py, line 78, in readPlist
rootObject = p.parse(pathOrFile)
  File /usr/lib/python2.6/plistlib.py, line 406, in parse
parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 
191, column 27

dpkg: Fehler beim Bearbeiten von calendarserver (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 
1 zurück

configured to not write apport reports
  Fehler traten auf beim Bearbeiten 
von:

 calendarserver
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
calendarserver (2.4.dfsg-6) wird eingerichtet ...
Der Benutzer »caldavd« ist bereits ein Mitglied der Gruppe »ssl-cert«.
Moving data from old DataRoot (/var/run/caldavd/) to new DataRoot 
(/var/lib/caldavd/) (See Debian Bug#611165 for more info)
Moving /var/run/caldavd/calendaruserproxy.sqlite ... Aborted as it does 
not exist.
Moving /var/run/caldavd/resourceinfo.sqlite ... Aborted as it does not 
exist.
Moving /var/run/caldavd/mailgatewaytokens.sqlite ... Aborted as it does 
not exist.

Moving /var/run/caldavd/tasks ... Aborted as it does not exist.
Moving caldavd directories of NSS users and groups as the directory 
names in calendarserver 2.x are based on UUID rather than 
username/groupname as in calendarserver 1.x (See Debian Bug#610124 for 
more info) ...


Traceback (most recent call last):
  File 
/usr/share/doc/calendarserver/scripts/upgrade-nss-data-directories.py, 
line 158, in module

main()
  File 
/usr/share/doc/calendarserver/scripts/upgrade-nss-data-directories.py, 
line 93, in main

configPlist = plistlib.readPlist(defaultConfigFile)
  File /usr/lib/python2.6/plistlib.py, line 78, in readPlist
rootObject = p.parse(pathOrFile)
  File /usr/lib/python2.6/plistlib.py, line 406, in parse
parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 
191, column 27

dpkg: Fehler beim Bearbeiten von calendarserver (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 
1 zurück

Fehler traten auf beim Bearbeiten von:
 calendarserver
#
Calendar keeps working, data seems to be under /var/spool/caldavd/
I am not eager to deinstall everything cause i fear to loose calendar 
data of 4 users..




--
Jan Scholten




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



Processed: block 635879 with 624500

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

 block 635879 with 624500
Bug #635879 [msva-perl] msva-perl: restarting kills awesome session
Was blocked by: 624500
Ignoring request to alter blocking bugs of bug #635879 to the same blocks 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635879
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#646729: wordpress: missing source for jquery.js

2011-10-26 Thread Jakub Wilk

Source: wordpress
Version: 3.2.1+dfsg-2
Severity: serious
Justification: Policy 2.1

wordpress includes minified version of jquery.js without the 
corresponding (uncompressed) source code.


--
Jakub Wilk



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



Bug#646237: Patch

2011-10-26 Thread Gustavo Noronha Silva
Hey,

Here's a patch for this issue! I noticed, though, that this
functionality (search the web) doesn't seem to be available, and the
function doesn't seem to be used anywhere, so might be a candidate for
removal, even? In any case, this replaces the code that uses private API
by supported, public API, and bumps the dependency in configure.ac.

Cheers,

-- 
Gustavo Noronha Silva k...@debian.org
Debian
Description: removes usage of a private API call by using supported DOM functions
 Rewrite the code to get selected text to use the DOM APIs.
Author: Gustavo Noronha Silva k...@debian.org

--- claws-mail-extra-plugins-3.7.10.orig/fancy-0.9.14/configure.ac
+++ claws-mail-extra-plugins-3.7.10/fancy-0.9.14/configure.ac
@@ -100,7 +100,7 @@ dnl Check for GTK+
 PKG_CHECK_MODULES(GTK, gtk+-2.0 = 2.6)
 
 dnl Check for WebKit
-PKG_CHECK_MODULES(WEBKIT, webkit-1.0, ,
+PKG_CHECK_MODULES(WEBKIT, webkit-1.0 = 1.4.3, ,
   AC_MSG_ERROR([Can't find GTK+ WebKit library.]))
 AC_SUBST(WEBKIT_LIBS)
 AC_SUBST(WEBKIT_CFLAGS)
--- claws-mail-extra-plugins-3.7.10.orig/fancy-0.9.14/src/fancy_viewer.c	2011-10-26 11:21:45.569118784 -0200
+++ claws-mail-extra-plugins-3.7.10/fancy-0.9.14/src/fancy_viewer.c	2011-10-26 11:33:09.700996789 -0200
@@ -83,8 +83,6 @@
 static void download_file_cb(GtkWidget *widget, FancyViewer *viewer);
 #endif
 
-/*FIXME substitute webkitwebsettings.cpp functions with their API when available */
-gchar* webkit_web_view_get_selected_text(WebKitWebView* webView);
 /*--*/
 static GtkWidget *fancy_get_widget(MimeViewer *_viewer)
 {
@@ -289,17 +287,40 @@
 
 }
 #endif
-static gchar *fancy_get_selection (MimeViewer *_viewer)
+static gchar *fancy_viewer_get_selection(FancyViewer *viewer)
 {
-	debug_print(fancy_get_selection\n);
-	FancyViewer *viewer = (FancyViewer *) _viewer;
-	gchar *sel = webkit_web_view_get_selected_text(viewer-view);
-	if (!viewer-view || strlen(sel) == 0) {
+	debug_print(fancy_viewer_get_selection\n);
+	if (!viewer-view) {
+		return NULL;
+	}
+
+	WebKitDOMDocument *doc = webkit_web_view_get_dom_document(viewer-view);
+	WebKitDOMDOMWindow *window = webkit_dom_document_get_default_view(doc);
+	WebKitDOMDOMSelection *selection = webkit_dom_dom_window_get_selection(window);
+	if (!selection) {
+		return NULL;
+	}
+
+	WebKitDOMRange *range = webkit_dom_dom_selection_get_range_at(selection, 0, NULL);
+	if (!range) {
+		return NULL;
+	}
+
+	gchar *sel = webkit_dom_range_get_text(range);
+	if (strlen(sel) == 0) {
 		g_free(sel);
 		return NULL;
 	}
-	return sel; 
+	return sel;
 }
+
+static gchar *fancy_get_selection(MimeViewer *_viewer)
+{
+	debug_print(fancy_get_selection\n);
+	FancyViewer *viewer = (FancyViewer *) _viewer;
+	return fancy_viewer_get_selection(viewer);
+}
+
 static void fancy_clear_viewer(MimeViewer *_viewer)
 {
 	FancyViewer *viewer = (FancyViewer *) _viewer;
@@ -686,7 +707,7 @@
 	debug_print(Clicked on Search on Web\n);
 	if (webkit_web_view_has_selection(viewer-view)) {
 		gchar *search;
-		gchar *tmp = webkit_web_view_get_selected_text(viewer-view);
+		gchar *tmp = fancy_viewer_get_selection(viewer);
 		search = g_strconcat(GOOGLE_SEARCH, tmp, NULL);
 		webkit_web_view_open(viewer-view, search);
 		g_free(search);
@@ -933,20 +954,7 @@
 	}
 	return FALSE;
 }
-#if !WEBKIT_CHECK_VERSION (1,1,12)
-static gboolean release_button_cb (WebKitWebView *view, GdkEvent *ev, 
-   gpointer data)
-{
-	/* Make the copy/paste works as usual  */
-	if (webkit_web_view_can_copy_clipboard(view)) {
-		GtkClipboard *wv_clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY);
-		const gchar *sel_text;
-		sel_text = (const gchar*)webkit_web_view_get_selected_text(view);
-		gtk_clipboard_set_text(wv_clipboard, sel_text, -1);
-	}
-	return FALSE;
-}
-#endif
+
 static void zoom_100_cb(GtkWidget *widget, GdkEvent *ev, FancyViewer *viewer)
 {
 	gtk_widget_grab_focus(widget);
@@ -1091,16 +1099,10 @@
 	 G_CALLBACK(load_progress_cb), viewer);
 	g_signal_connect(G_OBJECT(viewer-view), navigation-requested,
 	 G_CALLBACK(navigation_requested_cb), viewer);
-#if WEBKIT_CHECK_VERSION (1,1,14)
 	g_signal_connect(G_OBJECT(viewer-view), resource-request-starting,
 			G_CALLBACK(resource_request_starting_cb), viewer);
-#endif
 	g_signal_connect(G_OBJECT(viewer-view), populate-popup,
 	 G_CALLBACK(populate_popup_cb), viewer);
-#if !WEBKIT_CHECK_VERSION (1,1,12)
-	g_signal_connect(G_OBJECT(viewer-view), button-release-event,
-	 G_CALLBACK(release_button_cb), viewer);
-#endif
 	g_signal_connect(G_OBJECT(viewer-ev_zoom_100), button-press-event,
 	 G_CALLBACK(zoom_100_cb), (gpointer*)viewer);
 	g_signal_connect(G_OBJECT(viewer-ev_zoom_in), button-press-event,


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


Bug#646729: wordpress: missing source for jquery.js

2011-10-26 Thread Raphael Hertzog
severity 646729 normal
thanks

On Wed, 26 Oct 2011, Jakub Wilk wrote:
 wordpress includes minified version of jquery.js without the
 corresponding (uncompressed) source code.

This would be a license violation if JQuery were under the GPL
since it's obviously not the preferred form of modification.

But it's licensed under much more liberal licenses and it's ok
to ship only a minified file considering that it is its own source.

Furthermore there are many tools that can reindent the javascript
resulting in something much more readable.

That said I agree that it's sub-optimal and given that upstream ship
many .dev.js along the corresponding minified files, I'll keep the 
bug open to remember to bring it up with upstream.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/go/ulule-rh/



--
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#646729: wordpress: missing source for jquery.js

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

 severity 646729 normal
Bug #646729 [src:wordpress] wordpress: missing source for jquery.js
Severity set to 'normal' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646729
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: source code is required in main

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

 severity 646729 serious
Bug #646729 [src:wordpress] wordpress: missing source for jquery.js
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

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

2011-10-26 Thread Vincent Bernat
tags 646675 + patch
thanks

OoO Peu avant le début de l'après-midi du mercredi 26 octobre 2011, vers
13:07, Philipp Kern pk...@debian.org disait :

 severity 646675 important
 thanks

 am I the only one who has insanely loud alarm bells when reading his report,
 the ticket and everything?

 It includes a foreign site and we can be happy that suhosin blocks it.  (I'm
 working from the information in the roundcube ticket[0].  I didn't investigate
 it myself.)  But suhosin is not the default?

Yes, the problem seems pretty severe.  I am unable to reproduce it, even
with the conditions  listed in the ticket [0]. The  ticket is not marked
as  fixed  but  the patch  has  been  applied  [1].  0.6 does  not  seem
vulnerable, only 0.5.4 and older.

Ingo, you reported the bug against 0.6. Is it really the version that is
affected by the problem? It seems already patched.

[0]: http://trac.roundcube.net/ticket/1488086
[1]: http://trac.roundcube.net/changeset/5222
-- 
Vincent Bernat ☯ http://vincent.bernat.im

die_if_kernel(Penguin instruction from Penguin mode??!?!, regs);
2.2.16 /usr/src/linux/arch/sparc/kernel/traps.c


pgpzbaAy1VU8a.pgp
Description: PGP signature


Processed: Re: Bug#646675: out of nowhere?

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

 tags 646675 + patch
Bug #646675 [roundcube] [roundcube] RC doesn't load INBOX anymore - suhosin 
reports URL is not allowed
Added tag(s) patch.
 thanks
Stopping processing here.

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


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



Processed: tagging 646615

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

 tags 646615 + pending
Bug #646615 [arista] must depend on gnome-icon-theme
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646615
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#566135: marked as done (zope-replacesupport: Depends only on unavailable zope versions)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 17:47:55 +
with message-id e1rj7zz-0005xr...@franck.debian.org
and subject line Bug#566135: fixed in zope-replacesupport 1.0.3-6
has caused the Debian Bug report #566135,
regarding zope-replacesupport: Depends only on unavailable zope 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.)


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

Package: zope-replacesupport
Version: 1.0.3-4
Severity: serious

Hi,

zope-replacesupport depends on one of  zope2.9 | zope2.10. However, as 
zope2.10 has been removed, the package is now
uninstallable in unstable as none of the listed zope versions are in the 
archive.


Regards,

Adam 




---End Message---
---BeginMessage---
Source: zope-replacesupport
Source-Version: 1.0.3-6

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

zope-replacesupport_1.0.3-6.debian.tar.gz
  to main/z/zope-replacesupport/zope-replacesupport_1.0.3-6.debian.tar.gz
zope-replacesupport_1.0.3-6.dsc
  to main/z/zope-replacesupport/zope-replacesupport_1.0.3-6.dsc
zope-replacesupport_1.0.3-6_all.deb
  to main/z/zope-replacesupport/zope-replacesupport_1.0.3-6_all.deb



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

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

Debian distribution maintenance software
pp.
Jonas Meurer m...@debian.org (supplier of updated zope-replacesupport 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, 26 Oct 2011 19:32:17 +0200
Source: zope-replacesupport
Binary: zope-replacesupport
Architecture: source all
Version: 1.0.3-6
Distribution: unstable
Urgency: low
Maintainer: Debian Zope team pkg-zope-develop...@lists.alioth.debian.org
Changed-By: Jonas Meurer m...@debian.org
Description: 
 zope-replacesupport - Add search and replace functionality to TTW Zope objects
Closes: 566135
Changes: 
 zope-replacesupport (1.0.3-6) unstable; urgency=low
 .
   * add debian/patches/replacesupport_zope2.12.patch, fixing ReplaceSupport
 for Zope2.12. (closes: #566135)
   * migrate to source format 3.0 (quilt)
   * bump standards-version to 3.9.2
   * change section from web to zope
   * add Homepage, Vcs-Browser and Vcs-Svn fields to debian/control
   * migrate copyright file to DEP5 syntax
Checksums-Sha1: 
 d57248677d2f67645f9d8d42e8253e9bfd5ed970 2069 zope-replacesupport_1.0.3-6.dsc
 78519f7905ff9cddf7267a407ff83dd3af98c4af  
zope-replacesupport_1.0.3-6.debian.tar.gz
 9fcbcc6881bdf655b59ae92716c6b28a0b157861 22802 
zope-replacesupport_1.0.3-6_all.deb
Checksums-Sha256: 
 90563b52b0dcd64dc7c80d4c05186d563302aefbde352ae672d4e25e5c9cc549 2069 
zope-replacesupport_1.0.3-6.dsc
 3833f3ac185ffd725b128223fac99f529bf6cd769d153005a5a93e16d2aadbd9  
zope-replacesupport_1.0.3-6.debian.tar.gz
 5cbda7c5fe48616eac538185a41a4ef0529d89f6dcad8d6b228afc66584dc7d4 22802 
zope-replacesupport_1.0.3-6_all.deb
Files: 
 62a17b6aec7ef16135f8a7db9d412e3b 2069 zope extra 
zope-replacesupport_1.0.3-6.dsc
 e4eb5b1719ee9a91992d7f79a8125779  zope extra 
zope-replacesupport_1.0.3-6.debian.tar.gz
 6bb8ca7d33f1977d46fe9c296b234064 22802 zope extra 
zope-replacesupport_1.0.3-6_all.deb

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

iQIcBAEBAgAGBQJOqESKAAoJEFJi5/9JEEn+UWkP/AuKPnzGjF5WNBgN2lXXBOAR
Q7kxAomeQsHjlWJ9x0mSfEfzcs4Up5dOYuguEJJGTNWw4H7iiSQupQhucqtCXigF
UpWrx9y2WFyYQ/KGafBTqQlr7bDheFiylpjgeTQYOSEeklr7mQqTCe0F/Vxdp1PS
SmBjfIpgwsF85GsHhev+3yWl3Cv+4Tzi0Or6ssUdm6OWE79xvT04w8kQ+NMYiKH7
PCH7/ybhWWFLo96K0sETwlUYQtIpMYmhN73TMAzTyhn7afkq2CRmjRV//Odunekm
Dgzl6TU6WYMFIv7/fnsECbFtwOrSBPRAy3iggsHh8r1Utz5XghDOmHyYwOHihfA/
SdW5G5kxq/UtBO27KVV/zkenJc0KT58FIScCs1X6UaxaNeKxhZeLOyHjOoLCafwT
Ts53pIrrmzFaddupR2xC8AsMNVccHuYFUjXWtKYoI5l9f+l3zuYmkP39HRSMFL/n
/8nfeNLH00zzEqqe/Ts0M3ePx0B9o2ycEEMnNmi2ljncnkZzC/kENc9D1QOU7JLt
MjEK7RZlgj9troK1wbR7McVliPlFdtVbDgqBqdHhEUfCnm9ZpSnCZ0WeNFqUn0CW
1AvhVPdtROpi4sui6zze3rIryo2oOrbmYYLEawZssz8CRMZTPbLy5ITkz7IEHH81
WttC+izZrBR31/8upTKN
=xDQ9
-END PGP SIGNATURE-


---End Message---


Processed: Bug#646097: Do not start at all

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

 retitle 646097 Does not start at all
Bug #646097 [tkinfo] Do not start at all
Changed Bug title to 'Does not start at all' from 'Do not start at all'
 tags 646097 unreproducible help
Bug #646097 [tkinfo] Does not start at all
Added tag(s) unreproducible and help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646097
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: RM: webboard -- dead upstream; blocks GNOME3 transition

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

 reassign 638125 ftp.debian.org
Bug #638125 [webboard] webboard: needs porting to new libpanel-applet interface
Bug reassigned from package 'webboard' to 'ftp.debian.org'.
Bug No longer marked as found in versions webboard/0.3-3.
 retitle 638125 RM: webboard -- dead upstream; blocks GNOME3 transition
Bug #638125 [ftp.debian.org] webboard: needs porting to new libpanel-applet 
interface
Changed Bug title to 'RM: webboard -- dead upstream; blocks GNOME3 transition' 
from 'webboard: needs porting to new libpanel-applet interface'
 thanks
Stopping processing here.

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

2011-10-26 Thread Emmanuel Bouthenot
unblock 637809 by 646299
thanks

Hi Dominic,

On Sat, Oct 22, 2011 at 10:24:04PM +, Debian Bug Tracking System wrote:
[...]

  block 637809 with 646299
I wonder what make you think that this bug is related to perl transition
but actually the FTBFS is due to the wrong way to detect ncursesw
headers with cmake. It will be fixed with the upload of weechat 0.3.6
(which may occur very soon).

Regards,

M.

-- 
Emmanuel Bouthenot
  mail: kolter@{openics,debian}.orggpg: 4096R/0x929D42C3
  xmpp: kol...@im.openics.org  irc: kolter@{freenode,oftc}




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



Bug#646615: marked as done (must depend on gnome-icon-theme)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 18:02:10 +
with message-id e1rj7nm-j7...@franck.debian.org
and subject line Bug#646615: fixed in arista 0.9.7-2
has caused the Debian Bug report #646615,
regarding must depend on gnome-icon-theme
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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

If gnome-icon-theme is not installed, this error is reported when I try to 
create a conversion:
Traceback (most recent call last):
  File /usr/bin/arista-gtk, line 514, in on_add
self.add_dialog = AddDialog(self, selected_preset)
  File /usr/bin/arista-gtk, line 1063, in __init__
self.setup_source()
  File /usr/bin/arista-gtk, line 1138, in setup_source
model.set_value(iter, 0, theme.load_icon(icon, size, 0))
glib.GError: Icon 'gtk-cdrom' not present in theme

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
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 arista depends on:
ii  gstreamer0.10-ffmpeg0.10.12-3  
ii  gstreamer0.10-plugins-base  0.10.35-1  
ii  gstreamer0.10-plugins-good  0.10.30-1  
ii  python  2.7.2-9
ii  python-cairo1.8.8-1+b2 
ii  python-dbus 0.84.0-2   
ii  python-gconf2.28.1-3   
ii  python-gobject  2.28.6-5   
ii  python-gst0.10  0.10.21-2.1
ii  python-gtk2 2.24.0-2   
ii  python-gudev147.2-2+b2 
ii  python-simplejson   2.2.0-1
ii  python2.6   2.6.7-3
ii  python2.7   2.7.2-5

Versions of packages arista recommends:
ii  gnome-codec-install none   
ii  gstreamer0.10-plugins-bad   0.10.22-3
ii  gstreamer0.10-plugins-ugly  0.10.18-3

Versions of packages arista suggests:
pn  nautilus-arista  none 
pn  python-notify0.1.1-3
pn  python-webkitnone 

- -- no debconf information

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

iQIcBAEBCAAGBQJOpveKAAoJEAf8SJEEK6ZaqRsQAKysXwEBqsNJSbbjOSkVv8Kq
4BQv6dptgue61B4bDm99As8GUqlMcCVFADwCIwd1Ag0KKExGfR5sp0fd+ytkltvE
NhZZKb9b2iwlzRCLkPFpJ1Fqt7jEbhBWeNTu3zf1j6hTmdIbxdDAVdQ8WyUgisgC
/YWYPa9mMMY5nHM7RJMGN+JgFycCQNDIKwfB4Rbf+fq02UXC6TJeJfTSyymksbCN
lDp5PlKgYQ0pE2WJbsbksuD5pr1YsGYZD+XQJGvzsUYHMzvvPEXS2AR1WW7PlVxT
6rmBUznLvrz1rIH99tzet2fyQfYT25qyfl8xUmxC6hlavXfZ/Vr/NR+XqvJEbpav
WWyV+VHeUlG/nqj0+ze/Usis58MCkON8ytK5LURb9RSCjCj+ZUk3f96qrVt7/7gX
iJGYlMVd8XAPXw+YlHf1cP1HV5MNprDrv7hb34OgHVRgKmJTuvoXwW/LlqeTf9kL
nUK3UG0tFfGKsARAvI6K6WtL8fryO6GYru9QjXm3osIKGqwtL5+qJIXJL/EPwcDq
jewBpuM5JPFtPjI7C2jVXHbMVhIl+zrNnQz/d375oVsMiLAsgiUWb4ifxmuYKIvj
4cG1IbXIjdr/rkYNVqlFXoX2EBmWlZ0lAsrO73UM2nK7dBITcc1IkK5w15VrhqEa
kdvJA9SR392PsOE8aP8v
=OIV0
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: arista
Source-Version: 0.9.7-2

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

arista_0.9.7-2.debian.tar.gz
  to main/a/arista/arista_0.9.7-2.debian.tar.gz
arista_0.9.7-2.dsc
  to main/a/arista/arista_0.9.7-2.dsc
arista_0.9.7-2_all.deb
  to main/a/arista/arista_0.9.7-2_all.deb
nautilus-arista_0.9.7-2_all.deb
  to main/a/arista/nautilus-arista_0.9.7-2_all.deb



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

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

Debian distribution maintenance software
pp.
Alessio Treglia ales...@debian.org (supplier of updated arista 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, 26 Oct 2011 19:39:15 +0200
Source: arista
Binary: arista nautilus-arista
Architecture: source all
Version: 0.9.7-2
Distribution: unstable
Urgency: medium
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 arista - multimedia transcoder for the GNOME Desktop
 nautilus-arista - Arista 

Bug#642938: marked as done (yade: needs tight dependency on python)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 18:03:32 +
with message-id e1rj7p6-as...@franck.debian.org
and subject line Bug#642938: fixed in yade 0.70.0-1
has caused the Debian Bug report #642938,
regarding yade: needs tight dependency on python
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.)


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

Package: yade
Version: 0.60.3-2
Severity: serious
Justification: Debian Policy 3.5, Python Policy 3.3.1

Your package ships Python extensions modules in a private directory, so 
it needs a tight dependency on python (i.e. python (= 2.X), python ( 
2.{X+1})).


python-support would normally generate such dependency for you, but 
since they are linked with libpython2.X (they shouldn't be; see Python 
Policy 2.1 for details), it cannot distinguish them from other shared 
libraries simply embedding the Python interpreter.


--
Jakub Wilk


---End Message---
---BeginMessage---
Source: yade
Source-Version: 0.70.0-1

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

yade-dbg_0.70.0-1_amd64.deb
  to main/y/yade/yade-dbg_0.70.0-1_amd64.deb
yade-doc_0.70.0-1_all.deb
  to main/y/yade/yade-doc_0.70.0-1_all.deb
yade_0.70.0-1.debian.tar.gz
  to main/y/yade/yade_0.70.0-1.debian.tar.gz
yade_0.70.0-1.dsc
  to main/y/yade/yade_0.70.0-1.dsc
yade_0.70.0-1_amd64.deb
  to main/y/yade/yade_0.70.0-1_amd64.deb
yade_0.70.0.orig.tar.bz2
  to main/y/yade/yade_0.70.0.orig.tar.bz2



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 642...@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 yade 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, 26 Oct 2011 00:30:10 +0200
Source: yade
Binary: yade yade-dbg yade-doc
Architecture: source all amd64
Version: 0.70.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 yade   - Platform for discrete element modeling. Main optimized build
 yade-dbg   - Platform for discrete element modeling. Debug build
 yade-doc   - Platform for discrete element modeling. Documentation
Closes: 642938
Changes: 
 yade (0.70.0-1) unstable; urgency=low
 .
   * [989698e] Imported Upstream version 0.70.0
   * [0e11326] Replace underscore.js by the link on packaged version
   * [8c9464e] Add more tests to dh_auto_test (--check option).
   * [91e1e53] Add some more names to copyright-file.
   * [5a86e34] Provide a tight dependency for python-version.
 (Closes: #642938)
Checksums-Sha1: 
 b19928fa663ad8bcbfa3d1aad7efc2c20bd6d28b 2810 yade_0.70.0-1.dsc
 c7ed5200fde9ec498ad3e2e1bc090bb03c1cb461 3588878 yade_0.70.0.orig.tar.bz2
 a8e93440f2d4d74662fc44a00e44d8de8171e8d7 19020 yade_0.70.0-1.debian.tar.gz
 60c4bd6871dcea41930dcce0631f63bbcd72447b 6363058 yade-doc_0.70.0-1_all.deb
 683b930e386a0b3969f12518d025af859e419e22 12914048 yade_0.70.0-1_amd64.deb
 164d49d042410ae87c7ce8752b99c8d92f862bc3 205213442 yade-dbg_0.70.0-1_amd64.deb
Checksums-Sha256: 
 41e785f2e9000e17394da56512125ca427443761d6910f9471d44aa51f339d54 2810 
yade_0.70.0-1.dsc
 2fbc264724e51fd2c1f048013cc87b3fc786580fee1e7fd973a210fd899b03ad 3588878 
yade_0.70.0.orig.tar.bz2
 6e2b4de8a8e355ea2c02c0ff54f850111ee986076dd370a75df5757ed506360c 19020 
yade_0.70.0-1.debian.tar.gz
 d7cac270b22ac137a8b7776c8a2d05a4371cc0265ddd4432f84b4156a271cf05 6363058 
yade-doc_0.70.0-1_all.deb
 3377b6c19deaced40447764f99c153877b8e5325ee19fdbf1bff6fcdf62119f5 12914048 
yade_0.70.0-1_amd64.deb
 cb20d7d6278f99bc1ab68cdc8000181bae2d063244206c0dfdac3b33e591853c 205213442 
yade-dbg_0.70.0-1_amd64.deb
Files: 
 9bfc53fe4e920d56144e6464234bc485 2810 science extra yade_0.70.0-1.dsc
 87a69a4299cab9db4c1a2ee265840b5e 3588878 science extra yade_0.70.0.orig.tar.bz2
 fed0afe2c430684f8248e7298c1a5a29 19020 science extra 
yade_0.70.0-1.debian.tar.gz
 47a2031deaf6759ef385f825ca6e6ee1 6363058 doc extra yade-doc_0.70.0-1_all.deb
 1a8985ebfcfaf1dee06fdf60187fd377 12914048 science 

Bug#646675: out of nowhere?

2011-10-26 Thread Ingo Jürgensmann

On 26.10.2011 19:48, Vincent Bernat wrote:

Ingo, you reported the bug against 0.6. Is it really the version that 
is

affected by the problem? It seems already patched.


Well, yes, I wrote the bug report on the same machine where RC is 
running.


The message in question is most likely this one:

To: debian-de...@lists.debian.org, webmast...@gnu.org
Cc: Ivan Shmakov oneing...@gmail.com
Subject: http://www.gnu.org/s/hello/manual/automake/ ?
Message-ID: 86r521mn20.fsf...@gray.siamics.net

At least that's the same URL in the subject line suhosin is complaining 
about.


--
Ciao...  //Fon: 0381-2744150
. Ingo \X/ http://blog.windfluechter.net

gpg pubkey: http://www.juergensmann.de/ij_public_key.



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



Bug#646699: btrfs: Installer offers BTRFS an optional filesystem

2011-10-26 Thread Christian PERRIER
severity 646699 important
reassign 646699 partman-btrfs
retitle 646699 Please make partman-btrfs optional as BTRFS is too unstable
thanks

Quoting Gergely Nagy (alger...@balabit.hu):
 reassign 646699 debian-installer
 thanks
 
 Maarten mvros...@gmail.com writes:
 
  Package: btrfs
  Severity: critical
  Justification: causes serious data loss
 
  BTRFS shouldn't be offert as a option filesystem in the debian installer.
  It is unsafe to use. Quallity is poor. No recovery possible on filesystem 
  errors. (The btrfs driver will even crash on a filesystem error)
  The provided tool btrfsck doesn't actually do anything.
  There doesn't seem to be any progres on a working btrfsck.
 
  Atleased users should be warned to not use it, unless they don't care about 
  dataloss
 
 There is no btrfs package in Debian, thus, this report did not reach any
 developers. Furthermore, since it is the installer that is allegedly at
 fault, it should be filed against the debian-installer package.
 
 I went ahead and reassigned it there.


Well, if btrfs is in such a bad shape, then partman-btrfs should be
made optional so that only those people who really want it will have
it as an option.

I don't think that dropping the package entirely is the best
option. But making it less visible in D-I is probably good if I
believe in the above claims (I have no idea about this to be true or
not).




signature.asc
Description: Digital signature


Processed: Re: Bug#646699: btrfs: Installer offers BTRFS an optional filesystem

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

 severity 646699 important
Bug #646699 [debian-installer] btrfs: Installer offers BTRFS an optional 
filesystem
Severity set to 'important' from 'critical'

 reassign 646699 partman-btrfs
Bug #646699 [debian-installer] btrfs: Installer offers BTRFS an optional 
filesystem
Bug reassigned from package 'debian-installer' to 'partman-btrfs'.
 retitle 646699 Please make partman-btrfs optional as BTRFS is too unstable
Bug #646699 [partman-btrfs] btrfs: Installer offers BTRFS an optional filesystem
Changed Bug title to 'Please make partman-btrfs optional as BTRFS is too 
unstable' from 'btrfs: Installer offers BTRFS an optional filesystem'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646699
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: bug 644695 is forwarded to https://github.com/danielgtaylor/arista/issues/113

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

 forwarded 644695 https://github.com/danielgtaylor/arista/issues/113
Bug #644695 [nautilus-arista] nautilus-arista: Please transition to nautilus 3 
and GObject introspection
Set Bug forwarded-to-address to 
'https://github.com/danielgtaylor/arista/issues/113'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644695
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#638128: RM: mboxcheck-applet -- dead upstream; blocks GNOME3 transition

2011-10-26 Thread Michael Biebl
reassign 638128 ftp.debian.org
retitle 638128 RM: mboxcheck-applet -- dead upstream; blocks GNOME3 transition
thanks


Please remove mboxcheck-applet from the archive: it has not had any
relevant upstream activity since 2003, last Debian maintaner upload was
2006-09-17, has low popcon and is blocking the GNOME3 transition.

This bug has been open since 2011-08-17, but got no reply from the Debian 
maintainer so far, so we don't expect any porting efforts for GNOME 3 any 
time soon.

Regards,
Michael

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





signature.asc
Description: OpenPGP digital signature


Processed: RM: mboxcheck-applet -- dead upstream; blocks GNOME3 transition

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

 reassign 638128 ftp.debian.org
Bug #638128 [mboxcheck-applet] mboxcheck-applet: needs porting to new 
libpanel-applet interface
Bug reassigned from package 'mboxcheck-applet' to 'ftp.debian.org'.
Bug No longer marked as found in versions mboxcheck-applet/0.3-2.1.
 retitle 638128 RM: mboxcheck-applet -- dead upstream; blocks GNOME3 transition
Bug #638128 [ftp.debian.org] mboxcheck-applet: needs porting to new 
libpanel-applet interface
Changed Bug title to 'RM: mboxcheck-applet -- dead upstream; blocks GNOME3 
transition' from 'mboxcheck-applet: needs porting to new libpanel-applet 
interface'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638128
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#643667: marked as done (Broken symlinks on upgrade due to plain c_rehash call)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 18:32:15 +
with message-id e1rj8gt-0003d9...@franck.debian.org
and subject line Bug#643667: fixed in ca-certificates 20111025
has caused the Debian Bug report #643667,
regarding Broken symlinks on upgrade due to plain c_rehash call
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.)


-- 
643667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ca-certificates
Version: 20110502+nmu1
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

Hi

 See also:
 https://bugs.launchpad.net/ubuntu/oneiric/+source/ca-certificates/+bug/854927

 ca-certificates.postinst runs:
# Call c_rehash when upgrading from older versions to that we
# have both the old and new style of symlink
if [ ! -z $2 ]; then
  if dpkg --compare-versions $2 le 20090814+nmu3; then
c_rehash
  fi
fi

 but a plain c_rehash call is wrong because at this point there might be
 a /etc/ssl/certs/ca-certificates.crt file with all certificates that
 c_rehash picks up and links to.  Instead, this file should be removed,
 then c_rehash should be called after clearing all other symlinks, then
 ca-certificates.crt should be regenerated.  update-ca-certificates
 --fresh is meant to do that, but didn't move
 /etc/ssl/certs/ca-certificates.crt away.

 The attached patch moves /etc/ssl/certs/ca-certificates.crt away
 (credit to Steve Langasek for fixing this), and removes the c_rehash
 upgrade snippet in favor.

 NB: The patch needs to be updated with this bug number and the uploaded
 version (see XXXs in patch).

Cheers,
-- 
Loïc Minier
diff -Nru ca-certificates-20110502+nmu1/debian/changelog 
ca-certificates-20110502+nmu2/debian/changelog
--- ca-certificates-20110502+nmu1/debian/changelog  2011-08-31 
04:02:49.0 +0200
+++ ca-certificates-20110502+nmu2/debian/changelog  2011-09-28 
15:45:59.0 +0200
@@ -1,3 +1,18 @@
+ca-certificates (20110502+nmu2) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * sbin/update-ca-certificates: move the ca-certificates.crt bundle out of
+the way before calling c_rehash, so that symlinks don't accidentally get
+pointed here, breaking openssl certificate verification.  LP: #854927.
+
+  [ Loïc Minier ]
+  * Drop bogus c_rehash on upgrades, which caused issue when
+ca-certificates.crt was still in place; instead, call
+update-ca-certificates --fresh on upgrades to this version, and
+the usual update-ca-certificates otherwise; closes: #XXX.
+
+ -- Loïc Minier l...@debian.org  Wed, 28 Sep 2011 15:44:05 +0200
+
 ca-certificates (20110502+nmu1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -Nru ca-certificates-20110502+nmu1/debian/postinst 
ca-certificates-20110502+nmu2/debian/postinst
--- ca-certificates-20110502+nmu1/debian/postinst   2011-04-21 
19:37:20.0 +0200
+++ ca-certificates-20110502+nmu2/debian/postinst   2011-09-28 
15:42:28.0 +0200
@@ -137,13 +137,12 @@
-e 's/^[[:space:]]*1[[:space:]]*/!/' \
 /etc/ca-certificates.conf
fi
-   update-ca-certificates
-   # Call c_rehash when upgrading from older versions to that we
-   # have both the old and new style of symlink
-   if [ ! -z $2 ]; then
- if dpkg --compare-versions $2 le 20090814+nmu3; then
-   c_rehash
- fi
+   # fix bogus symlink to ca-certificates.crt on upgrades; see
+   # Debian #XXX; drop after wheezy
+   if dpkg --compare-versions $2 lt-nl 20110502+nmu2+XXX; then
+   update-ca-certificates --fresh
+   else
+   update-ca-certificates
fi
 ;;
 
diff -Nru ca-certificates-20110502+nmu1/sbin/update-ca-certificates 
ca-certificates-20110502+nmu2/sbin/update-ca-certificates
--- ca-certificates-20110502+nmu1/sbin/update-ca-certificates   2009-07-08 
23:23:12.0 +0200
+++ ca-certificates-20110502+nmu2/sbin/update-ca-certificates   2011-09-28 
15:43:57.0 +0200
@@ -127,8 +127,7 @@
   done
 fi
 
-chmod 0644 $TEMPBUNDLE
-mv -f $TEMPBUNDLE $CERTBUNDLE
+rm -f $CERTBUNDLE
 
 ADDED_CNT=$(wc -l  $ADDED)
 REMOVED_CNT=$(wc -l  $REMOVED)
@@ -144,6 +143,9 @@
   fi
 fi
 
+chmod 0644 $TEMPBUNDLE
+mv -f $TEMPBUNDLE $CERTBUNDLE
+
 echo $ADDED_CNT added, $REMOVED_CNT removed; done.
 
 HOOKSDIR=/etc/ca-certificates/update.d
---End Message---
---BeginMessage---
Source: ca-certificates
Source-Version: 20111025

We believe that the 

Bug#638089: RM: lunar-applet -- dead upstream; unmaintained

2011-10-26 Thread Michael Biebl
reassign 638125 ftp.debian.org
retitle 638125 RM: lunar-applet -- dead upstream; unmaintained
thanks

Please remove lunar-applet from the archive: it has not had any relevant
upstream activity since Feb. 2008, has low popcon, 4 open RC bugs and
has been uninstallable in sid/testing for a long time (removed from
testing for over 500 days). Last action from the Debian maintainer was
2010-05-16.

This bug has been open since 17 Aug, but got no reply from the Debian
maintainer so far, so we don't expect any porting efforts for GNOME 3
any time soon.

Regards,
Michael

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



signature.asc
Description: OpenPGP digital signature


Processed: RM: lunar-applet -- dead upstream; unmaintained

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

 reassign 638125 ftp.debian.org
Bug #638125 [ftp.debian.org] RM: webboard -- dead upstream; blocks GNOME3 
transition
Ignoring request to reassign bug #638125 to the same package
 retitle 638125 RM: lunar-applet -- dead upstream; unmaintained
Bug #638125 [ftp.debian.org] RM: webboard -- dead upstream; blocks GNOME3 
transition
Changed Bug title to 'RM: lunar-applet -- dead upstream; unmaintained' from 
'RM: webboard -- dead upstream; blocks GNOME3 transition'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638125
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: retitle 638125 to RM: webboard -- dead upstream

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

 retitle 638125 RM: webboard -- dead upstream
Bug #638125 [ftp.debian.org] RM: lunar-applet -- dead upstream; unmaintained
Changed Bug title to 'RM: webboard -- dead upstream' from 'RM: lunar-applet -- 
dead upstream; unmaintained'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638125
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: retitle 638125 to RM: webboard -- dead upstream; blocks GNOME3 transition

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

 retitle 638125 RM: webboard -- dead upstream; blocks GNOME3 transition
Bug #638125 [ftp.debian.org] RM: webboard -- dead upstream
Changed Bug title to 'RM: webboard -- dead upstream; blocks GNOME3 transition' 
from 'RM: webboard -- dead upstream'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638125
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: retitle 638089 to RM: lunar-applet -- dead upstream; unmaintained

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

 retitle 638089 RM: lunar-applet -- dead upstream; unmaintained
Bug #638089 [lunar-applet] lunar-applet: needs porting to new libpanel-applet 
interface
Changed Bug title to 'RM: lunar-applet -- dead upstream; unmaintained' from 
'lunar-applet: needs porting to new libpanel-applet interface'
 thanks
Stopping processing here.

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


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



Processed: reassign 638089 to ftp.debian.org

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

 reassign 638089 ftp.debian.org
Bug #638089 [lunar-applet] RM: lunar-applet -- dead upstream; unmaintained
Bug reassigned from package 'lunar-applet' to 'ftp.debian.org'.
Bug No longer marked as found in versions lunar-applet/2.0-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638089
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#638120: glipper: needs porting to new libpanel-applet interface

2011-10-26 Thread Michael Biebl
upstream is still active, and there have been recent releases [1].
Those new releases require libappindicator though.


[1] http://bazaar.launchpad.net/~glipper-drivers/glipper/trunk/files
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


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

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

 # Wed Oct 26 19:04:03 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: cairo-dock-plug-ins
 tags 634382 + pending
Bug #634382 [cairo-dock-plugins] cairo-dock-plugins: debian/control uses 
hardcoded list of non-Linux architectures
Added tag(s) pending.
 # Source package in NEW: cairo-dock-plug-ins
 tags 645492 + pending
Bug #645492 [src:cairo-dock-plugins] FTBFS on sid/amd64 (most probably due to 
multiarch)
Added tag(s) pending.
 # Source package in NEW: node-eio
 tags 646406 + pending
Bug #646406 [wnpp] ITP: node-eio -- libeio wrapper for NodeJS
Added tag(s) pending.
 # Source package in NEW: jabber-querybot
 tags 645266 + pending
Bug #645266 [wnpp] ITP: jabber-querybot -- Modular xmpp/jabber bot
Added tag(s) pending.
 # Source package in NEW: reqwest
 tags 646689 + pending
Bug #646689 [wnpp] ITP: reqwest -- javascript wrapper for asynchronous http 
requests
Added tag(s) pending.
 # Source package in NEW: slony1-2
 tags 639478 + pending
Bug #639478 [slony1-2] slony1-2: Please move from postgresql-8.4 to 
postgresql-9.1
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
639478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639478
645492: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645492
646689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646689
634382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634382
645266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645266
646406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646406
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#636802: marked as done (Lazarus FTBFS on armel, sparc and powerpc with link failures of lazbuild)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2011 19:04:47 +
with message-id e1rj8mn-xx...@franck.debian.org
and subject line Bug#636802: fixed in fpc 2.4.4-3
has caused the Debian Bug report #636802,
regarding Lazarus FTBFS on armel, sparc and powerpc with link failures of 
lazbuild
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.)


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

Package: lazarus
Version: 0.9.30-3
Severity: serious

/usr/bin/ppcppc -gl -dlclnogui -Fu../lcl/units/powerpc-linux 
-Fu../lcl/units/powerpc-linux/nogui 
-Fu../components/codetools/units/powerpc-linux 
-Fu../components/synedit/units/powerpc-linux 
-Fu../components/lazcontrols/lib/powerpc-linux -Fu../components/custom 
-Fu../components/mpaslex -Fu../ideintf/units/powerpc-linux -Fu../designer 
-Fu../debugger -Fu../debugger/frames -Fu../converter -Fu../packager 
-Fu../packager/frames -Fu../packager/units/powerpc-linux 
-Fu../units/powerpc-linux -Fuframes -Fu. -Fu/usr/share/fpcsrc/2.4.4/rtl 
-Fu/usr/share/fpcsrc/2.4.4/packages/regexpr -Fiinclude -Fiinclude/linux 
-Fi../images -FE.. -FU../units/powerpc-linux 
-Fl/usr/lib/powerpc-linux-gnu/gcc/powerpc-linux-gnu/4.6.1 -Flinclude 
-Fl/etc/ld.so.conf.d/*.conf -dpowerpc lazbuild.lpr
Free Pascal Compiler version 2.4.4-2 [2011/07/11] for powerpc
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Linux for PowerPC
Compiling lazbuild.lpr
Assembling lazbuild
Compiling resource ../units/powerpc-linux/lazbuild.or
Linking ../lazbuild
/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/lib/powerpc-linux-gnu/libc_nonshared.a(elf-init.oS): In function 
`__libc_csu_init':
(.text+0x54): undefined reference to `_init'
lazbuild.lpr(1278) Error: Error while linking
lazbuild.lpr(1278) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[3]: *** [lazbuild] Error 1

/usr/bin/ppcsparc -gl -dlclnogui -Fu../lcl/units/sparc-linux 
-Fu../lcl/units/sparc-linux/nogui -Fu../components/codetools/units/sparc-linux 
-Fu../components/synedit/units/sparc-linux 
-Fu../components/lazcontrols/lib/sparc-linux -Fu../components/custom 
-Fu../components/mpaslex -Fu../ideintf/units/sparc-linux -Fu../designer 
-Fu../debugger -Fu../debugger/frames -Fu../converter -Fu../packager 
-Fu../packager/frames -Fu../packager/units/sparc-linux -Fu../units/sparc-linux 
-Fuframes -Fu. -Fu/usr/share/fpcsrc/2.4.4/rtl 
-Fu/usr/share/fpcsrc/2.4.4/packages/regexpr -Fiinclude -Fiinclude/linux 
-Fi../images -FE.. -FU../units/sparc-linux 
-Fl/usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.6.1 -Flinclude 
-Fl/etc/ld.so.conf.d/*.conf -dsparc lazbuild.lpr
Free Pascal Compiler version 2.4.4-2 [2011/07/12] for sparc
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Linux for SPARC
Compiling lazbuild.lpr
Assembling lazbuild
Compiling resource ../units/sparc-linux/lazbuild.or
Linking ../lazbuild
/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/lib/fpc/2.4.4/units/sparc-linux/rtl/cprt0.o: In function `_start':
(.text+0x58): undefined reference to `_init'
/usr/lib/fpc/2.4.4/units/sparc-linux/rtl/cprt0.o: In function `_start':
(.text+0x5c): undefined reference to `_fini'
/usr/lib/fpc/2.4.4/units/sparc-linux/rtl/cprt0.o: In function `_start':
(.text+0x64): undefined reference to `_init'
/usr/lib/fpc/2.4.4/units/sparc-linux/rtl/cprt0.o: In function `_start':
(.text+0x68): undefined reference to `_fini'
lazbuild.lpr(1278) Error: Error while linking
lazbuild.lpr(1278) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[3]: *** [lazbuild] Error 1

/usr/bin/ppcarm -gl -dlclnogui -Fu../lcl/units/arm-linux 
-Fu../lcl/units/arm-linux/nogui -Fu../components/codetools/units/arm-linux 
-Fu../components/synedit/units/arm-linux 
-Fu../components/lazcontrols/lib/arm-linux -Fu../components/custom 
-Fu../components/mpaslex -Fu../ideintf/units/arm-linux -Fu../designer 
-Fu../debugger -Fu../debugger/frames -Fu../converter -Fu../packager 
-Fu../packager/frames -Fu../packager/units/arm-linux -Fu../units/arm-linux 
-Fuframes -Fu. -Fu/usr/share/fpcsrc/2.4.4/rtl 
-Fu/usr/share/fpcsrc/2.4.4/packages/regexpr -Fiinclude -Fiinclude/linux 
-Fi../images -FE.. -FU../units/arm-linux 
-Fl/usr/lib/arm-linux-gnueabi/gcc/arm-linux-gnueabi/4.6.1 -Flinclude 
-Fl/etc/ld.so.conf.d/*.conf -darm lazbuild.lpr
Free Pascal Compiler version 2.4.4-1 [2011/06/30] for arm
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Linux for ARMEL
Compiling lazbuild.lpr
Assembling lazbuild
Compiling 

Bug#645047: bison fails to upgrade, file conflict between libbison-dev and liby-dev

2011-10-26 Thread Willian Gustavo Veiga

I can confirm this issue on Debian Sid:

root@willian:/home/willian# aptitude install bison
The following NEW packages will be installed:
  libbison-dev{a}
The following partially installed packages will be configured:
  bison
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/289 kB of archives. After unpacking 325 kB will be used.
Do you want to continue? [Y/n/?] Y
(Reading database ... 128368 files and directories currently installed.)
Unpacking libbison-dev (from .../libbison-dev_1%3a2.5.dfsg-2_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libbison-dev_1%3a2.5.dfsg-2_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/liby.a', which is also 
in package liby-dev 1:2.5.dfsg-1

configured to not write apport reports
  dpkg-deb: error: subprocess paste 
was killed by signal (Broken pipe)

Errors were encountered while processing:
 /var/cache/apt/archives/libbison-dev_1%3a2.5.dfsg-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of bison:
 bison depends on libbison-dev (= 1:2.5.dfsg-2); however:
  Package libbison-dev is not installed.
dpkg: error processing bison (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bison

root@willian:/home/willian# uname -a
Linux willian 3.0.0-2-amd64 #1 SMP Fri Oct 7 20:48:45 UTC 2011 x86_64 
GNU/Linux


Thank you very much.



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



Bug#646754: Exploit in phpldapadmin lets attacker execute arbitrary code

2011-10-26 Thread John Bloom
Package: phpldapadmin
Version: 1.2.0.5-2
Severity: critical
Tags: security upstream
Justification: root security hole

All versions of phpldapadmin = 1.2.1.1 (all released versions as of
today) are vulnerable to a remote code execution bug. Arbitrary code can be
executed as the user running the web server that phpldapadmin is running
under (usually www-data). Details can be found here:
- exploit DB: http://www.exploit-db.com/exploits/18021/
- phpldapadmin bug tracker:
  
http://sourceforge.net/tracker/index.php?func=detailaid=3417184group_id=61828atid=498546
- example of exploit in the wild: http://dev.metasploit.com/redmine/issues/5820

Justification for critical status: I'm not sure if www-data would be
considered a privileged account, but I believe this exploit could be
used to stage a man-in-the-middle attack against anyone logging into
phpldapadmin as the LDAP administrator user.


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

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

Versions of packages phpldapadmin depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  lighttpd [httpd]1.4.28-2 A fast webserver with minimal memo
ii  php55.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-cgi5.3.3-7+squeeze3 server-side, HTML-embedded scripti
ii  php5-ldap   5.3.3-7+squeeze3 LDAP module for php5
ii  ucf 3.0025+nmu1  Update Configuration File: preserv

phpldapadmin recommends no packages.

phpldapadmin suggests no packages.

-- debconf information excluded



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



Bug#646756: libwx-perl-processstream-perl: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file libwx_gtk2u_adv-2.8.so.0

2011-10-26 Thread Salvatore Bonaccorso
Source: libwx-perl-processstream-perl
Version: 0.29-1
Severity: serious
Justification: FTBFS

libwx-perl-processstream-perl FTBFS:

debian/rules override_dh_auto_test
 make[1]: Entering directory 
 `/build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29'
 xvfb-run -a dh_auto_test
 make[2]: Entering directory 
 `/build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 
 #   Failed test 'use Wx::Perl::ProcessStream;'
 #   at t/00-load.t line 6.
 # Tried to use 'Wx::Perl::ProcessStream'.
 # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 
 not defined in file libwx_gtk2u_adv-2.8.so.0 with link time reference at 
 /usr/lib/perl/5.12/DynaLoader.pm line 192.
 #  at 
 /build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29/blib/lib/Wx/Perl/ProcessStream.pm
  line 455
 # Compilation failed in require at 
 /build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29/blib/lib/Wx/Perl/ProcessStream.pm
  line 455.
 # BEGIN failed--compilation aborted at 
 /build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29/blib/lib/Wx/Perl/ProcessStream.pm
  line 455.
 # Compilation failed in require at (eval 4) line 2.
 # BEGIN failed--compilation aborted at (eval 4) line 2.
 # Looks like you failed 1 test of 1.
 t/00-load.t  
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/1 subtests 
 Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 
 not defined in file libwx_gtk2u_adv-2.8.so.0 with link time reference at 
 /usr/lib/perl/5.12/DynaLoader.pm line 192.
  at t/01-events.t line 8
 Compilation failed in require at t/01-events.t line 8.
 BEGIN failed--compilation aborted at t/01-events.t line 8.
 # Looks like your test exited with 255 before it could output anything.
 t/01-events.t .. 
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 78/78 subtests 
 
 Test Summary Report
 ---
 t/00-load.t  (Wstat: 256 Tests: 1 Failed: 1)
   Failed test:  1
   Non-zero exit status: 1
 t/01-events.t (Wstat: 65280 Tests: 0 Failed: 0)
   Non-zero exit status: 255
   Parse errors: Bad plan.  You planned 78 tests but ran 0.
 Files=2, Tests=1,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.10 cusr  0.00 
 csys =  0.13 CPU)
 Result: FAIL
 Failed 2/2 test programs. 1/1 subtests failed.
 make[2]: *** [test_dynamic] Error 255
 make[2]: Leaving directory 
 `/build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29'
 dh_auto_test: make -j1 test returned exit code 2
 make[1]: *** [override_dh_auto_test] Error 29
 make[1]: Leaving directory 
 `/build/salvi-libwx-perl-processstream-perl_0.29-1-amd64-4bg5Hv/libwx-perl-processstream-perl-0.29'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

Regards
Salvatore

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

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


libwx-perl-processstream-perl_0.29-1_amd64.build.gz
Description: GNU Zip compressed data


Processed: found 644290 in 4.2.2-1, found 644290 in 4.2.3-1.1

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

 found 644290 4.2.2-1
Bug #644290 {Done: Christoph Berg m...@debian.org} [phppgadmin] phppgadmin 
multiple XSS (CVE-2011-3598)
Bug Marked as found in versions phppgadmin/4.2.2-1.
 found 644290 4.2.3-1.1
Bug #644290 {Done: Christoph Berg m...@debian.org} [phppgadmin] phppgadmin 
multiple XSS (CVE-2011-3598)
Bug Marked as found in versions phppgadmin/4.2.3-1.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644290
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#646097: Do not start at all

2011-10-26 Thread Axel Boldt
Juhapekka,

it seems the options database for Tkinfo contains the string

alt-*-r-normal-*-*-140-*-*-*-*-*-*, and your system
doesn't have a matching font.


My original version of Tkinfo does not contain that font 

string. Maybe it was added by some Debian package.

Could you check if your version of the tkinfo script contains
the string alt-*-r-normal-*-*-140-*-*-*-*-*-* anywhere?

If not, could you look through your X resources, whether 

there's an entry referring to this string somewhere? 

Unfortunately, the X resources can be in various places, 

see http://xwinman.org/resource.php for a list.

Axel





From: Juhapekka Tolvanen juht...@iki.fi
To: Debian Bug Tracking System sub...@bugs.debian.org
Sent: Friday, October 21, 2011 4:39 AM
Subject: Bug#646097: Do not start at all

Package: tkinfo
Version: 2.8-3.1
Severity: grave

juhtolv@juhtolv:/home/juhtolv % tkinfo                              
Error in startup script: expected integer but got 
alt-*-r-normal-*-*-140-*-*-*-*-*-*'
    (database entry for -font in widget .tki1.bar.file)
    invoked from within
menubutton $dd.file -text File -und 0 -menu $ddm
    (procedure tkiWinCreate line 50)
    invoked from within
tkiWinCreate
    (procedure _tkiWinResolveWinName line 4)
    invoked from within
_tkiWinResolveWinName $w
    (procedure tkiWinShow line 3)
    invoked from within
tkiWinShow $nodeSpec $fileSpec $w
    (procedure tkiInfoWindow line 80)
    invoked from within
tkiInfoWindow
    (eval body line 1)
    invoked from within
eval tkiInfoWindow $argv
    (procedure tkiBoot line 16)
    invoked from within
tkiBoot
    (file /usr/bin/tkinfo line 5174)
[1]    1319 exit 1     tkinfo



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

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

Versions of packages tkinfo depends on:
ii  install-info  4.13a.dfsg.1-8
ii  tk8.4 [wish]  8.4.19-4      
ii  tk8.5 [wish]  8.5.10-1      

tkinfo recommends no packages.

Versions of packages tkinfo suggests:
ii  tkman  2.2-4

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Quidquid Latine dictum sit altum videtur.







Bug#630830: xorg: licenses / copyright statements missing from copyright file

2011-10-26 Thread Julien Cristau
On Sun, Jun 26, 2011 at 20:36:02 +0200, Cyril Brulebois wrote:

 Hi Mike,
 
 (adding to the report stuff that got discussed on IRC.)
 
 Mike O'Connor s...@vireo.org (17/06/2011):
  The debian/copyright for this package is confusing to me.  It seems to
  try to indicate that the copyright holder of this software changes
  depending on whether this is a debian or a ubuntu package?  Can this
  be clarified?
 
 Steve is working on it.
 
Was there any progress with this?  If not I think I'll just merge the
two sections and call it a day.

Not quite sure why people thought it'd be a good idea to have GPL code
in an X11 package of all things, but that's neither here nor there...

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#646675: out of nowhere?

2011-10-26 Thread Vincent Bernat
OoO Pendant le journal télévisé du mercredi 26 octobre 2011, vers 20:12,
Ingo Jürgensmann i...@2011.bluespice.org disait :

 Ingo, you reported the bug against 0.6. Is it really the version that
 is affected by the problem? It seems already patched.

 Well, yes, I wrote the bug report on the same machine where RC is
 running.

 The message in question is most likely this one:

 To: debian-de...@lists.debian.org, webmast...@gnu.org
 Cc: Ivan Shmakov oneing...@gmail.com
 Subject: http://www.gnu.org/s/hello/manual/automake/ ?
 Message-ID: 86r521mn20.fsf...@gray.siamics.net

 At least that's the same URL in the subject line suhosin is
 complaining about.

Now that  the message is in  another folder, you don't  have the problem
any more, even if you visit  this folder? Does the problem comes back if
you move the message to inbox?
-- 
Vincent Bernat ☯ http://vincent.bernat.im

Don't just echo the code with comments - make every comment count.
- The Elements of Programming Style (Kernighan  Plauger)


pgpVVFB4zQJcC.pgp
Description: PGP signature


Bug#646675: out of nowhere?

2011-10-26 Thread Ingo Jürgensmann
Am 26.10.2011 um 22:40 schrieb Vincent Bernat:

 Now that  the message is in  another folder, you don't  have the problem
 any more, even if you visit  this folder? Does the problem comes back if
 you move the message to inbox?

When I access my Debian-Devel folder the problem occurs in that folder. When I 
move it back to Inbox it happens there again... so, it's reproducible over 
here... 

-- 
Ciao...//  Fon: 0381-2744150
  Ingo   \X/   http://blog.windfluechter.net


gpg pubkey:  http://www.juergensmann.de/ij_public_key.asc




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



Bug#646669: roaraudio: FTBFS: cp: cannot stat `debian/tmp/usr/lib/libroaryiff.so': No such file or directory

2011-10-26 Thread Philipp Schafft
reflum,

On Wed, 2011-10-26 at 02:30 +0200, Mònica Ramírez Arceda wrote:
 Source: roaraudio
 Version: 0.4~rc0-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20111022 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

 
 The full build log is available from:

 http://people.debian.org/~lucas/logs/2011/10/22/roaraudio_0.4~rc0-1_lsid64.buildlog

I'm currently offlion while writing this.

I guess this is because of the recent probem with bison overwriting YIFF
in the archive.

-- 
Philipp.
 (Rah of PH2)


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


Processed: block 646646 with 646762, block 646650 with 646762, block 646651 with 646762 ...

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

 block 646646 with 646762
Bug #646646 [src:kephra] kephra: FTBFS: Failed 2/5 test programs. 4/89 subtests 
failed.
Was not blocked by any bugs.
Added blocking bug(s) of 646646: 646762
 block 646650 with 646762
Bug #646650 [src:libpadre-plugin-css-perl] libpadre-plugin-css-perl: FTBFS: 
Failed 1/4 test programs. 1/3 subtests failed.
Was not blocked by any bugs.
Added blocking bug(s) of 646650: 646762
 block 646651 with 646762
Bug #646651 [src:libpadre-plugin-html-perl] libpadre-plugin-html-perl: FTBFS: 
Failed 1/4 test programs. 1/2 subtests failed.
Was not blocked by any bugs.
Added blocking bug(s) of 646651: 646762
 block 646756 with 646762
Bug #646756 [src:libwx-perl-processstream-perl] libwx-perl-processstream-perl: 
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file 
libwx_gtk2u_adv-2.8.so.0
Was not blocked by any bugs.
Added blocking bug(s) of 646756: 646762
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646756
646646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646646
646650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646650
646651: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646651
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#646765: vdr_1.7.21-1~ctvdr2_i386.deb crashed/restarting with dummydevice

2011-10-26 Thread David Rütti

Package: vdr
Version: 1.7.21-1~ctvdr2
Severity: grave
Justification: renders package unusable


Hello

After upgrading from vdr 1.7.21-1~ctvdr1 to vdr 1.7.21-1~ctvdr2 the program 
seems crashing when dummydevice plugin is loaded. As a consequence vdr restarts 
endlessly.

dummydevice plugin information:

Package: vdr-plugin-dummydevice   
Version: 1.0.2-16
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org

/var/log/user.log

Oct 26 23:24:48 iris vdr: [31564] initializing plugin: osdteletext (0.9.1): 
Displays teletext on the OSD
Oct 26 23:24:48 iris vdr: [31564] initializing plugin: dummydevice (1.0.2): 
Output device that does nothing
Oct 26 23:24:48 iris runvdr: restarting VDR
Oct 26 23:25:06 iris vdr: [31715] VDR version 1.7.21 started
Oct 26 23:25:06 iris vdr: [31715] switched to user 'vdr'
Oct 26 23:25:06 iris vdr: [31715] codeset is 'ISO-8859-1' - known
Oct 26 23:25:06 iris vdr: [31715] found 28 locales in /usr/share/locale
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-vdrrip.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-control.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-streamdev-server.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-epgsearch.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-conflictcheckonly.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-osdteletext.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-dummydevice.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-quickepgsearch.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading plugin: 
/usr/lib/vdr/plugins/libvdr-epgsearchonly.so.1.7.21
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/setup.conf
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
CutTimePatchEnabled = 0
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
HardLinkCutter = 0
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
MaxRecordingSize = 100
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
MenuCmdPosition = 0
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
ShowProgressBar = 0
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: ShowRecDate 
= 1
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: 
ShowRecLength = 0
Oct 26 23:25:06 iris vdr: [31715] ERROR: unknown config parameter: ShowRecTime 
= 1
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/sources.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/diseqc.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/channels.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/timers.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/commands.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/reccmds.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/svdrphosts.conf
Oct 26 23:25:06 iris vdr: [31715] loading /var/lib/vdr/keymacros.conf
Oct 26 23:25:06 iris vdr: [31715] reading EPG data from /var/cache/vdr/epg.data
Oct 26 23:25:06 iris vdr: [31717] video directory scanner thread started 
(pid=31715, tid=31717)
Oct 26 23:25:06 iris vdr: [31717] video directory scanner thread ended 
(pid=31715, tid=31717)
Oct 26 23:25:06 iris vdr: [31716] video directory scanner thread started 
(pid=31715, tid=31716)
Oct 26 23:25:06 iris vdr: [31716] video directory scanner thread ended 
(pid=31715, tid=31716)
Oct 26 23:25:06 iris vdr: [31715] registered source parameters for 'A - ATSC'
Oct 26 23:25:06 iris vdr: [31715] registered source parameters for 'C - DVB-C'
Oct 26 23:25:06 iris vdr: [31715] registered source parameters for 'S - DVB-S'
Oct 26 23:25:06 iris vdr: [31715] registered source parameters for 'T - DVB-T'
Oct 26 23:25:06 iris vdr: [31715] probing /dev/dvb/adapter0/frontend0
Oct 26 23:25:06 iris vdr: [31715] creating cDvbDevice
Oct 26 23:25:06 iris vdr: [31715] new device number 1
Oct 26 23:25:06 iris vdr: [31715] frontend 0/0 provides DVB-S2 with QPSK 
(STB0899 Multistandard)
Oct 26 23:25:06 iris vdr: [31715] probing /dev/dvb/adapter1/frontend0
Oct 26 23:25:06 iris vdr: [31715] creating cDvbDevice
Oct 26 23:25:06 iris vdr: [31715] new device number 2
Oct 26 23:25:06 iris vdr: [31715] cTimeMs: using monotonic clock (resolution is 
1 ns)
Oct 26 23:25:06 iris vdr: [31721] section handler thread started (pid=31715, 
tid=31721)
Oct 26 23:25:06 iris vdr: [31723] CI adapter on device 1 thread started 
(pid=31715, tid=31723)
Oct 26 23:25:06 iris vdr: [31720] tuner on frontend 0/0 thread started 
(pid=31715, tid=31720)
Oct 26 23:25:06 iris vdr: [31715] frontend 1/0 provides DVB-S with QPSK (ST 
STV0299 DVB-S)
Oct 26 23:25:06 iris vdr: [31715] found 2 DVB devices
Oct 26 23:25:06 iris vdr: [31715] initializing 

Bug#646675: out of nowhere?

2011-10-26 Thread Vincent Bernat
reassign 646675 src:php5
retitle 646675 CVE-2011-3379: is_a() will trigger autoload in PHP 5.3.8
tags 646675 + patch
thanks

OoO  En cette  soirée bien  amorcée du  mercredi 26  octobre  2011, vers
22:55, Ingo Jürgensmann i...@2011.bluespice.org disait :

 Now that  the message is in  another folder, you don't  have the problem
 any more, even if you visit  this folder? Does the problem comes back if
 you move the message to inbox?

 When I access my Debian-Devel folder the problem occurs in that
 folder. When I move it back to Inbox it happens there again... so,
 it's reproducible over here...

The  problem has  been fixed  in  roundcube 0.6.  It was  related to  an
incorrect use of is_a() function. Since PHP 5.3.8, is_a() function would
trigger autoload when the first argument is a string. Roundcube prior to
0.6 is affected but 0.6 is not. However, you hit the bug because MDB2 is
affected by it too (we don't use the shipped copy).

More info about this change in this bug report:
 https://bugs.php.net/bug.php?id=55475

It has been assigned CVE ID 2011-3379 and it has been decided by the PHP
project to revert the change:
 http://svn.php.net/viewvc/?view=revisionamp;revision=317183

This fix has not been applied to Debian package yet.

There are two possible outcomes :
 1. Patch a lot of PHP stuff to handle this new behaviour of is_a() (and
the old behaviour too) by testing if the first argument is an object
first. This means that this bug should be cloned for MDB2.
 2. Consider this bug as a PHP  bug and apply the mentioned patch to PHP
5.3.8 in Debian.

I think that the most reasonable outcome is the second one since the fix
has been commited  to land in PHP 5.3.9. Therefore,  I reassign this bug
to src:php5. Tell me if you disagree.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

Write and test a big program in small pieces.
- The Elements of Programming Style (Kernighan  Plauger)


pgpXHwbmTenPU.pgp
Description: PGP signature


Processed: Re: Bug#646675: out of nowhere?

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

 reassign 646675 src:php5
Bug #646675 [roundcube] [roundcube] RC doesn't load INBOX anymore - suhosin 
reports URL is not allowed
Bug reassigned from package 'roundcube' to 'src:php5'.
Bug No longer marked as found in versions roundcube/0.6+dfsg-1.
 retitle 646675 CVE-2011-3379: is_a() will trigger autoload in PHP 5.3.8
Bug #646675 [src:php5] [roundcube] RC doesn't load INBOX anymore - suhosin 
reports URL is not allowed
Changed Bug title to 'CVE-2011-3379: is_a() will trigger autoload in PHP 5.3.8' 
from '[roundcube] RC doesn't load INBOX anymore - suhosin reports URL is not 
allowed'
 tags 646675 + patch
Bug #646675 [src:php5] CVE-2011-3379: is_a() will trigger autoload in PHP 5.3.8
Ignoring request to alter tags of bug #646675 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646675
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#643360: marked as done (cairo-dock: FTBFS: cairo-dock-log.c:78:3: error: format not a string literal and no format arguments [-Werror=format-security])

2011-10-26 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 07:07:39 +0900
with message-id 
CABMQnV+U_srsrW2bk0G=2=6qchw0wjpk5sxvfek7k4j1nab...@mail.gmail.com
and subject line Re: cairo-dock: FTBFS: cairo-dock-log.c:78:3: error: format 
not a string literal and no format arguments [-Werror=format-security]
has caused the Debian Bug report #643360,
regarding cairo-dock: FTBFS: cairo-dock-log.c:78:3: error: format not a string 
literal and no format arguments [-Werror=format-security]
to be marked as done.

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

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


-- 
643360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: cairo-dock
Version: 2.3.0~3-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs hardening-format-security hardening
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 [ 70%] Building C object src/gldit/CMakeFiles/gldi.dir/cairo-dock-log.c.o
 cd 
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/obj-x86_64-linux-gnu/src/gldit 
  /usr/bin/cc  -Dgldi_EXPORTS -DGL_GLEXT_PROTOTYPES=\1\ 
 -DCAIRO_DOCK_DEFAULT_ICON_NAME=\default-icon.svg\ 
 -DCAIRO_DOCK_ICON=\cairo-dock.svg\ 
 -DCAIRO_DOCK_LOGO=\cairo-dock-logo.png\ 
 -DCAIRO_DOCK_DATA_DIR=\cairo-dock\ -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
 -Werror=format-security -Wall -fPIC -I/usr/include/gtk-2.0 
 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 
 -I/usr/include/librsvg-2.0 -I/usr/include/dbus-1.0 
 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/cairo 
 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
 -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include 
 -I/build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit 
 -I/build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/icon-factory 
 -I/build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/implementations
 -std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized 
 -Werror-implicit-function-declaration -o 
 CMakeFiles/gldi.dir/cairo-dock-log.c.o   -c 
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c: In 
 function '_cd_log_level_to_string':
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:49:3: 
 warning: enumeration value 'G_LOG_FLAG_RECURSION' not handled in switch 
 [-Wswitch]
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:49:3: 
 warning: enumeration value 'G_LOG_FLAG_FATAL' not handled in switch [-Wswitch]
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:49:3: 
 warning: enumeration value 'G_LOG_LEVEL_MASK' not handled in switch [-Wswitch]
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c: In 
 function 'cd_log_location':
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:78:3: 
 error: format not a string literal and no format arguments 
 [-Werror=format-security]
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c: In 
 function 'cairo_dock_log_handler':
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:85:49: 
 warning: unused parameter 'log_domain' [-Wunused-parameter]
 /build/cairo-dock-6nTsSw/cairo-dock-2.3.0~3/src/gldit/cairo-dock-log.c:88:45: 
 warning: unused parameter 'user_data' [-Wunused-parameter]
 cc1: some warnings being treated as errors
 
 make[3]: *** [src/gldit/CMakeFiles/gldi.dir/cairo-dock-log.c.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/cairo-dock_2.3.0~3-1_lsid64.buildlog

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

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

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

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


---End Message---
---BeginMessage---
Source: cairo-dock
Version: 2.4.0~2-1

This bug was fixed in 2.4.0~2-1.
I close this.

Thanks,
  Nobuhiro

-- 
Nobuhiro Iwamatsu

Bug#646754: Exploit in phpldapadmin lets attacker execute arbitrary code

2011-10-26 Thread Jonathan Wiltshire
On Wed, Oct 26, 2011 at 12:24:26PM -0700, John Bloom wrote:
 All versions of phpldapadmin = 1.2.1.1 (all released versions as of
 today) are vulnerable to a remote code execution bug. Arbitrary code can be
 executed as the user running the web server that phpldapadmin is running
 under (usually www-data). Details can be found here:

This is CVE-2011-4075


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


Bug#646769: phpldapadmin: cross-site scripting vulnerability

2011-10-26 Thread Jonathan Wiltshire
Package: phpldapadmin
Severity: serious
Justification: security vulnerability
Tags: security

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

CVE-2011-4074[0]:
| Input appended to the URL in cmd.php (when cmd is set to _debug)
| is not properly sanitised before being returned to the user. This can be
| exploited to execute arbitrary HTML and script code in a user's browser
| session in context of an affected site.

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

For further information see:

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

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



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



Bug#646498: marked as done (smbnetfs: FTBFS: smb_conn.c:368:6: error: format not a string literal and no format arguments [-Werror=format-security])

2011-10-26 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 02:48:52 +
with message-id e1rjg1u-00027c...@franck.debian.org
and subject line Bug#646498: fixed in smbnetfs 0.5.3a-1
has caused the Debian Bug report #646498,
regarding smbnetfs: FTBFS: smb_conn.c:368:6: error: format not a string literal 
and no format arguments [-Werror=format-security]
to be marked as done.

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

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


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

Hi,

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

Relevant part:
 gcc -DHAVE_CONFIG_H -I. -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
 -Wall -Wall -W -D_REENTRANT -D_GNU_SOURCE -DFUSE_USE_VERSION=26 
 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse   -I/usr/include/gnome-keyring-1 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c smb_conn.c
 smb_conn.c: In function 'smb_conn_process_query_lowlevel_va':
 smb_conn.c:368:6: error: format not a string literal and no format arguments 
 [-Werror=format-security]
 cc1: some warnings being treated as errors
 
 make[3]: *** [smb_conn.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/smbnetfs_0.5.3-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.


---End Message---
---BeginMessage---
Source: smbnetfs
Source-Version: 0.5.3a-1

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

smbnetfs_0.5.3a-1.debian.tar.gz
  to main/s/smbnetfs/smbnetfs_0.5.3a-1.debian.tar.gz
smbnetfs_0.5.3a-1.dsc
  to main/s/smbnetfs/smbnetfs_0.5.3a-1.dsc
smbnetfs_0.5.3a-1_amd64.deb
  to main/s/smbnetfs/smbnetfs_0.5.3a-1_amd64.deb
smbnetfs_0.5.3a.orig.tar.gz
  to main/s/smbnetfs/smbnetfs_0.5.3a.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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mikhail Kshevetskiy mikhail.kshevets...@gmail.com (supplier of updated 
smbnetfs package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Oct 2011 01:24:03 +0400
Source: smbnetfs
Binary: smbnetfs
Architecture: source amd64
Version: 0.5.3a-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Kshevetskiy mikhail.kshevets...@gmail.com
Changed-By: Mikhail Kshevetskiy mikhail.kshevets...@gmail.com
Description: 
 smbnetfs   - User-space filesystem for SMB/NMB (Windows) network servers and s
Closes: 634377 646498
Changes: 
 smbnetfs (0.5.3a-1) unstable; urgency=low
 .
   * New upstream release
   * Fixes FTBFS (Closes: #646498)
   * d/control: Recommends: fuse [linux-any] (Closes: #634377)
Checksums-Sha1: 
 45f54769dc49b6d79357b8619b573aa165e1b211 1994 smbnetfs_0.5.3a-1.dsc
 dbbd2ebfaea228ae73aed622b0ac4692b5820c16 234470 smbnetfs_0.5.3a.orig.tar.gz
 bc81a45002963df91c782e2fa656087ac93700f1 5818 smbnetfs_0.5.3a-1.debian.tar.gz
 a3576bd482dcdbff985eae96dd3380a1d59caf7a 71044 smbnetfs_0.5.3a-1_amd64.deb
Checksums-Sha256: 
 169212f4fd0d8ef6d08c0441dd290a5fd1d5c8a46a404510d902b208c882da1f 1994 
smbnetfs_0.5.3a-1.dsc
 39ea15f3efc98a325185690c09950ef1b357bcf846b331b658b997e624bc1e5e 234470 
smbnetfs_0.5.3a.orig.tar.gz
 8afbec7b3c802bc879ccb6082f94248b3fde730241e6c328ec610eade2f27f3e 5818 
smbnetfs_0.5.3a-1.debian.tar.gz
 4305f6b3022846229b367a61b138a49cf273a7b6d771d876055796abd7244d7d 71044 
smbnetfs_0.5.3a-1_amd64.deb
Files: 
 7d0561a0a4c98e166125c059f89ed58c 1994 net optional smbnetfs_0.5.3a-1.dsc
 bfd83b5291f4b2bdd2ff59a854c7fa97 234470 net optional 
smbnetfs_0.5.3a.orig.tar.gz
 db5067a63cd64298d7825d1520f44e36 5818 net optional 
smbnetfs_0.5.3a-1.debian.tar.gz
 

Bug#646169: FTBFS: cp: cannot stat `debian/tmp/usr/bin/icegridregistry': No such file or directory

2011-10-26 Thread Daniel T Chen
Package: zeroc-ice
Version: 3.4.2-4
Followup-For: Bug #646169
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

In Debian sid, the attached patch can be applied to achieve the following:

  * make-rules.patch: Don't attempt to link against libncurses. Fixes
FTBFS. (Closes: #646169)
  * debian/control: Because zeroc-ice is distributed under GPLv2, we
must use libreadline-gplv2-dev and not libreadline-dev.


Thanks for considering the patch.


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

Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru zeroc-ice-3.4.2/debian/control zeroc-ice-3.4.2/debian/control
--- zeroc-ice-3.4.2/debian/control	2011-06-27 15:31:52.0 -0400
+++ zeroc-ice-3.4.2/debian/control	2011-10-26 22:55:03.0 -0400
@@ -5,7 +5,7 @@
 Uploaders: Cleto Martín cleto.mar...@gmail.com
 Build-Depends: cdbs (= 0.4.43), debhelper (= 5.0.37.2), quilt,
  patchutils (= 0.2.25), libdb5.1++-dev | libdb++-dev, libmcpp-dev (=
- 2.7.1), libreadline-dev, libexpat1-dev, libssl-dev, libbz2-dev,
+ 2.7.1), libreadline-gplv2-dev, libexpat1-dev, libssl-dev, libbz2-dev,
  zlib1g-dev | libz-dev, python-all-dev (= 2.3.5-11), python-support
  (= 0.3), php5-dev, ruby1.8-dev, ruby1.8, libqt4-dev
 Build-Depends-Indep: cli-common-dev (= 0.4.4),
diff -Nru zeroc-ice-3.4.2/debian/patches/make-rules.patch zeroc-ice-3.4.2/debian/patches/make-rules.patch
--- zeroc-ice-3.4.2/debian/patches/make-rules.patch	1969-12-31 19:00:00.0 -0500
+++ zeroc-ice-3.4.2/debian/patches/make-rules.patch	2011-10-26 17:41:30.0 -0400
@@ -0,0 +1,13 @@
+Index: zeroc-ice-3.4.2/cpp/config/Make.rules
+===
+--- zeroc-ice-3.4.2.orig/cpp/config/Make.rules	2011-10-26 17:21:57.0 -0400
 zeroc-ice-3.4.2/cpp/config/Make.rules	2011-10-26 17:22:04.0 -0400
+@@ -210,7 +210,7 @@
+ ifeq ($(PLATFORM_HAS_READLINE),yes)
+ ifeq ($(USE_READLINE),yes)
+ READLINE_FLAGS  = -DHAVE_READLINE $(if $(READLINE_HOME),-I$(READLINE_HOME)/include)
+-READLINE_LIBS   = $(if $(READLINE_HOME),-L$(READLINE_HOME)/$(libsubdir)) -lreadline -lncurses
++READLINE_LIBS   = $(if $(READLINE_HOME),-L$(READLINE_HOME)/$(libsubdir)) -lreadline
+ endif
+ endif
+ 
diff -Nru zeroc-ice-3.4.2/debian/patches/series zeroc-ice-3.4.2/debian/patches/series
--- zeroc-ice-3.4.2/debian/patches/series	2011-06-27 15:31:52.0 -0400
+++ zeroc-ice-3.4.2/debian/patches/series	2011-10-26 17:08:17.0 -0400
@@ -11,3 +11,4 @@
 archs.patch
 libdb5.1.patch
 ptrdiff_t-gcc-4.6.patch
+make-rules.patch


Processed: your mail

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

 tags 646169 + patch
Bug #646169 [zeroc-ice] zeroc-ice: FTBFS: cp: cannot stat 
`debian/tmp/usr/bin/icegridregistry': No such file or directory
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
646169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646169
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#643497: marked as done (clojure-maven-plugin: FTBFS: Error building POM.)

2011-10-26 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 04:32:11 +
with message-id e1rjhdt-00067j...@franck.debian.org
and subject line Bug#643497: fixed in clojure-maven-plugin 1.3.3-3
has caused the Debian Bug report #643497,
regarding clojure-maven-plugin: FTBFS: Error building POM.
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.)


-- 
643497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: clojure-maven-plugin
Version: 1.3.3-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs java-maven
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Error building POM (may not be this project's POM).
 
 
 Project ID: org.apache.maven.plugins:maven-plugin-plugin
 
 Reason: POM 'org.apache.maven.plugins:maven-plugin-plugin' not found in 
 repository: System is offline.
 
   org.apache.maven.plugins:maven-plugin-plugin:pom:2.8
 
 
  for project org.apache.maven.plugins:maven-plugin-plugin
 
 
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Sat Sep 24 00:30:18 CEST 2011
 [INFO] Final Memory: 5M/724M
 [INFO] 
 
 make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/clojure-maven-plugin_1.3.3-2_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Source: clojure-maven-plugin
Source-Version: 1.3.3-3

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

clojure-maven-plugin_1.3.3-3.debian.tar.gz
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.debian.tar.gz
clojure-maven-plugin_1.3.3-3.dsc
  to main/c/clojure-maven-plugin/clojure-maven-plugin_1.3.3-3.dsc
libclojure-maven-plugin-java_1.3.3-3_all.deb
  to main/c/clojure-maven-plugin/libclojure-maven-plugin-java_1.3.3-3_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 643...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated clojure-maven-plugin 
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, 22 Oct 2011 14:25:17 -0430
Source: clojure-maven-plugin
Binary: libclojure-maven-plugin-java
Architecture: source all
Version: 1.3.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libclojure-maven-plugin-java - Clojure plugin for Maven
Closes: 643497
Changes: 
 clojure-maven-plugin (1.3.3-3) unstable; urgency=low
 .
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643497).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Remove unneccesary patch.
   * Remove unneccesary Build-Depends on quilt.
   * Switch to source format 3.0 (quilt).
Checksums-Sha1: 
 15b587a5575c5d80ba4fc975ed530b7dcee77a63 2338 clojure-maven-plugin_1.3.3-3.dsc
 618b97f4ff932d997597f33f13cf2a9df7f17eca 6685 
clojure-maven-plugin_1.3.3-3.debian.tar.gz
 cb7f7137872341bc7d5a84cf80c2e17036e70dc4 36532 
libclojure-maven-plugin-java_1.3.3-3_all.deb
Checksums-Sha256: 
 8dca16a1b5a31d39b0a644589d0c3d9f2e7fa7628c2f0bca016117eaaebd3331 2338 
clojure-maven-plugin_1.3.3-3.dsc
 

Bug#644679:

2011-10-26 Thread Travis Reitter
I think the reason this requires Python  2.7 is that its
debian/pyversions only contains 2.6, because this package was last
updated before 2.7 was released.

A re-fresh on this package would be greatly appreciated!




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



Bug#631838: Reproducible dependency bug

2011-10-26 Thread Jukka Jalkanen
It's reproducible on Debian Wheezy (Oct 27th).. Probably KDE users
suffer from this while gnome users don't notice it. Manually
installing gnome-icon-theme package makes blueman work. How about
adding dependency to that package?



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