Processed: your mail

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

> tags 614787 +pending
Bug #614787 [dajaxice] dajaxice crashes with django patched for the flaw in 
CSRF handling
Added tag(s) pending.
>
End of message, stopping processing here.

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

2011-03-01 Thread Alexander Kurtz
Hi,

Am Samstag, den 12.02.2011, 21:00 +0100 schrieb Albin Tonnerre:
> tags 536376 + pending
> thanks

Any news on this? Some way I can help?

Best regards

Alexander Kurtz


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


Bug#616052: opendchub: Daemon resets config file to defaults, allowing remote admin with a default password by default

2011-03-01 Thread Jeremy Salwen
Package: opendchub
Version: 0.8.2-2
Severity: grave
Tags: security
Justification: user security hole

opendchub will overwrite the /etc/opendchub/config file every time it is
restarted.  The defaults include a default administrative password (which is
always the same), and also (perhaps more critically) enables remote
administration by default.  No indication is given that this has happened, and
it might appear to a user that their changed password or server settings have
been taken into effect.

To test this, it is very simple.

modify /etc/opendchub/config

$sudo nano /etc/opendchub/config

modify the admin password, or some other option

restart the daemon

$sudo invoke-rc.d opendchub restart

which outputs

Stopping DC++ server: opendchub.
Starting DC++ server: opendchub.

Then, look at the configuration file again:

$sudo nano /etc/opendchub/config

all of your customizations to the file are overwritten.

I might report this as a normal bug, but it seems to be a security
vulnerability, as essentially the hub is controllable by anyone in the same
network as the machine, even if the user has specified otherwise, and they are
given no indication that their settings have been ignored.



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

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

Versions of packages opendchub depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.
ii  libperl5.10   5.10.1-17  shared Perl library

opendchub recommends no packages.

opendchub suggests no packages.

-- Configuration Files:
/etc/opendchub/config [Errno 13] Permission denied: u'/etc/opendchub/config'
/etc/opendchub/motd [Errno 13] Permission denied: u'/etc/opendchub/motd'

-- no debconf information



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



Bug#598954: marked as done (binutils: FTBFS on armel: 'BFD_RELOC_ARM_HVC' undeclared)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 03:23:18 +0100
with message-id <4d6daa16.5030...@debian.org>
and subject line Re: Bug#598954: binutils: FTBFS on armel: 'BFD_RELOC_ARM_HVC' 
undeclared
has caused the Debian Bug report #598954,
regarding binutils: FTBFS on armel: 'BFD_RELOC_ARM_HVC' undeclared
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.)


-- 
598954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: binutils
Version: 2.20.51.20100925-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: eabi

Hi,

your package no longer builds on armel:
| gcc -DHAVE_CONFIG_H -I. -I../../gas  -I. -I../../gas -I../bfd 
-I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd 
-DLOCALEDIR="\"/usr/share/locale\""  -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wshadow -g -O2 -marm -MT tc-arm.o -MD -MP -MF 
.deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo 
'../../gas/'`config/tc-arm.c
| ../../gas/config/tc-arm.c: In function 'do_hvc':
| ../../gas/config/tc-arm.c:8152: error: 'BFD_RELOC_ARM_HVC' undeclared (first 
use in this function)
| ../../gas/config/tc-arm.c:8152: error: (Each undeclared identifier is 
reported only once
| ../../gas/config/tc-arm.c:8152: error: for each function it appears in.)
| ../../gas/config/tc-arm.c: In function 'md_apply_fix':
| ../../gas/config/tc-arm.c:20497: error: 'BFD_RELOC_ARM_HVC' undeclared (first 
use in this function)
| make[5]: *** [tc-arm.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=binutils&suite=experimental

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Version: 2.20.51.20101028-1

On 03.10.2010 14:50, Cyril Brulebois wrote:
> Source: binutils
> Version: 2.20.51.20100925-1
> Severity: serious
> Justification: FTBFS
> User: debian-...@lists.debian.org
> Usertags: eabi
> 
> Hi,
> 
> your package no longer builds on armel:
> | gcc -DHAVE_CONFIG_H -I. -I../../gas  -I. -I../../gas -I../bfd 
> -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd 
> -DLOCALEDIR="\"/usr/share/locale\""  -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -Wshadow -g -O2 -marm -MT tc-arm.o -MD -MP -MF 
> .deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo 
> '../../gas/'`config/tc-arm.c
> | ../../gas/config/tc-arm.c: In function 'do_hvc':
> | ../../gas/config/tc-arm.c:8152: error: 'BFD_RELOC_ARM_HVC' undeclared 
> (first use in this function)
> | ../../gas/config/tc-arm.c:8152: error: (Each undeclared identifier is 
> reported only once
> | ../../gas/config/tc-arm.c:8152: error: for each function it appears in.)
> | ../../gas/config/tc-arm.c: In function 'md_apply_fix':
> | ../../gas/config/tc-arm.c:20497: error: 'BFD_RELOC_ARM_HVC' undeclared 
> (first use in this function)
> | make[5]: *** [tc-arm.o] Error 1
> 
> Full build logs:
>   https://buildd.debian.org/status/package.php?p=binutils&suite=experimental
> 
> Mraw,
> KiBi.
> 
> 


--- End Message ---


Bug#598954: binutils: FTBFS on armel: 'BFD_RELOC_ARM_HVC' undeclared

2011-03-01 Thread Matthias Klose
On 03.10.2010 14:50, Cyril Brulebois wrote:
> Source: binutils
> Version: 2.20.51.20100925-1
> Severity: serious
> Justification: FTBFS
> User: debian-...@lists.debian.org
> Usertags: eabi
> 
> Hi,
> 
> your package no longer builds on armel:
> | gcc -DHAVE_CONFIG_H -I. -I../../gas  -I. -I../../gas -I../bfd 
> -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd 
> -DLOCALEDIR="\"/usr/share/locale\""  -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -Wshadow -g -O2 -marm -MT tc-arm.o -MD -MP -MF 
> .deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo 
> '../../gas/'`config/tc-arm.c
> | ../../gas/config/tc-arm.c: In function 'do_hvc':
> | ../../gas/config/tc-arm.c:8152: error: 'BFD_RELOC_ARM_HVC' undeclared 
> (first use in this function)
> | ../../gas/config/tc-arm.c:8152: error: (Each undeclared identifier is 
> reported only once
> | ../../gas/config/tc-arm.c:8152: error: for each function it appears in.)
> | ../../gas/config/tc-arm.c: In function 'md_apply_fix':
> | ../../gas/config/tc-arm.c:20497: error: 'BFD_RELOC_ARM_HVC' undeclared 
> (first use in this function)
> | make[5]: *** [tc-arm.o] Error 1
> 
> Full build logs:
>   https://buildd.debian.org/status/package.php?p=binutils&suite=experimental
> 
> Mraw,
> KiBi.
> 
> 




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



Processed: cannot reproduce: tilde expansion tests failing

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

> tag 615963 unreproducible
Bug #615963 [src:libvendorlib-perl] libvendorlib-perl: tilde expansion tests 
failing
Added tag(s) unreproducible.
> severity 615963 important
Bug #615963 [src:libvendorlib-perl] libvendorlib-perl: tilde expansion tests 
failing
Severity set to 'important' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615963
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#615963: cannot reproduce: tilde expansion tests failing

2011-03-01 Thread Jonathan Yu
nly upload - not including any source code
 dpkg-source --after-build libvendorlib-perl-0.10
dpkg-buildpackage: binary only upload (no source included)

Build finished at 20110301-2122

libvendorlib-perl_0.10-1_i386.changes:
Format: 1.8
Date: Tue, 15 Feb 2011 23:15:29 +
Source: libvendorlib-perl
Binary: libvendorlib-perl
Architecture: all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Nicholas Bamber 
Description:
 libvendorlib-perl - pragma to enforce only core and vendor libraries are used
Changes:
 libvendorlib-perl (0.10-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 c668e44139a55fd42b7275409035dce037bce3b2 7290 libvendorlib-perl_0.10-1_all.deb
Checksums-Sha256:
 52d0f6d076987a68221f34fa3a3f8323714983a17c3dde02e4a933f84e380ffa 7290
libvendorlib-perl_0.10-1_all.deb
Files:
 8405268fe56564280bafc4d88db88897 7290 perl optional
libvendorlib-perl_0.10-1_all.deb

+--+
¦ Package contents ¦
+--+


libvendorlib-perl_0.10-1_all.deb


 new debian package, version 2.0.
 size 7290 bytes: control archive= 860 bytes.
 855 bytes,20 lines  control
 374 bytes, 5 lines  md5sums
 Package: libvendorlib-perl
 Version: 0.10-1
 Architecture: all
 Maintainer: Debian Perl Group 
 Installed-Size: 56
 Depends: perl
 Section: perl
 Priority: optional
 Homepage: http://search.cpan.org/dist/vendorlib/
 Description: pragma to enforce only core and vendor libraries are used
  In a system distribution such as Debian, it may be advisable for Perl programs
  to ignore the user's CPAN-installed modules and only use the
  distribution-provided modules to avoid possible breakage with newer and
  unpackaged versions of modules.
  .
  To that end, this pragma will replace your @INC with only the core and vendor
  @INC paths, ignoring site_perl and $ENV{PERL5LIB} entirely.
  .
  It is recommended that you put 'use vendorlib;' as the first statement in your
  program, before even 'use strict;' and 'use warnings;'.

drwxr-xr-x root/root 0 2011-03-01 21:22 ./
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/share/
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/share/perl5/
-rw-r--r-- root/root  3438 2011-01-16 21:36 ./usr/share/perl5/vendorlib.pm
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-03-01 21:22
./usr/share/doc/libvendorlib-perl/
-rw-r--r-- root/root   426 2011-01-16 21:36
./usr/share/doc/libvendorlib-perl/changelog.gz
-rw-r--r-- root/root  1257 2011-01-07 13:04
./usr/share/doc/libvendorlib-perl/copyright
-rw-r--r-- root/root   211 2011-02-15 18:13
./usr/share/doc/libvendorlib-perl/changelog.Debian.gz
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/share/man/
drwxr-xr-x root/root 0 2011-03-01 21:22 ./usr/share/man/man3/
-rw-r--r-- root/root  2812 2011-03-01 21:22
./usr/share/man/man3/vendorlib.3pm.gz


+--+
¦ Finished ¦
+--+

Built successfully


+--+
¦ Post Build   ¦
+--+

Purging 
/var/lib/schroot/mount/sid-4bbe2c8d-49cf-4f3f-900a-9f84086fcc34/sid/build/jon-libvendorlib-perl_0.10-1-i386-Gnb5KW
Not cleaning session: cloned chroot in use

+--+
¦ Summary  ¦
+--+

Architecture: i386
Build-Space: 380
Build-Time: 14
Distribution: unstable
Install-Time: 73
Job: /tmp/tmp.xnTx3NkSRz/libvendorlib-perl_0.10-1.dsc
Package: libvendorlib-perl
Package-Time: 176
Source-Version: 0.10-1
Space: 380
Status: successful
Version: 0.10-1

Finished at 20110301-2122
Build needed 00:02:56, 380k disc space
Checking *.changes file with lintian...
Dropping into shell for package inspection...
aven'jon(/tmp/tmp.xnTx3NkSRz)>



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



Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Pascal Giard
On Tue, Mar 1, 2011 at 11:16 PM, Rene Engelhard  wrote:
> tag 616011 + unreproducible
> thanks
>
> Hi,
>
> On Tue, Mar 01, 2011 at 09:25:58PM +, Pascal Giard wrote:
>> Also note that for raising that error, you don't need to connect to
>> any mediawiki server.
>> Simply selecting "Send/To MediaWiki..." will raise the error.
>
> Mmh, OK.
>
> Then it's unreproducible here. When I create a new doc and do
> "Send/To MediaWiki..." I get a dialog box.

It's also unreproducible on my laptop. Hmmm...

> Uptodaate sid? Version mismatch?

Up to date: yes, as of today.
Version mismatch... I highly doubt it, I no longer have any
experimental package installed on that box.

> And:
>
>> ii  openjdk-6-jre [java5-runtim 6b18-1.8.5-1 OpenJDK Java runtime, using 
>> Hotspo
>> ii  sun-java6-jre [java5-runtim 6.24-1       Sun Java(TM) Runtime 
>> Environment (
>
> Just out of curiosity: what of those is set in the options? There already have
> been reports of brokeness with 23 (in an other area) and 24..
>
> I "of course" tried with OpenJDK

I've tried both. I use update-alternatives to switch between the two.

Now I wonder where something fails on my desktop at work.
It must be something minor.

Although my issue is not fixed on my desktop at work, I'd be very
grateful if you could help tracking down the issue.

As the filter is not in the list, the first thing that comes to my
mind is: how does the XML filter get updated?
As soon as I get back to work (on Thursday), I'll try the obvious i.e.
reinstall the package and make sure libreoffice is restarted.
(I doubt the latter is the issue as the command appeared in the menu
(Send/To MediaWiki...) and in the Extension Manager but since I don't
understand the mechanism involved...)

Thanks,

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca)



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



Bug#616032: tclcl-dev: Previously removed header files are used by other packages

2011-03-01 Thread YunQiang Su
you means external moduals of ns2 ?

Just for the ns2, it can be build without iohandler.h.


-- 
YunQiang Su


Bug#616035: [libgnutls26] Breaks OpenLDAP with message: TLS: peer cert untrusted or revoked (0x402)

2011-03-01 Thread Vedran Furač
Package: libgnutls26
Version: 2.10.4-2
Severity: grave

After the upgrade to version 2.10.4 pam authentication against OpenLDAP
fails with the following error message:

TLS: peer cert untrusted or revoked (0x402)
TLS: can't connect: (unknown error code).

Had to downgrade to 2.8.6 to be able to log in again.

Thanks,
Vedran


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.37-1-amd64

Debian Release: wheezy/sid


--- Package information. ---
Depends(Version) | Installed
-+-=
libc6   (>= 2.3) | 2.11.2-11
libgcrypt11   (>= 1.4.2) | 1.4.6-5
libtasn1-3(>= 1.6-0) | 2.9-2
zlib1g  (>= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests(Version) | Installed
=-+-===
gnutls-bin|




-- 
http://vedranf.net | a8e7a7783ca0d460fee090cc584adc12
<>

Bug#616032: tclcl-dev: Previously removed header files are used by other packages

2011-03-01 Thread Jevin Sweval
Package: tclcl-dev
Version: 1.20~RC2-2
Severity: grave
Justification: renders package unusable

Debian bugs  #584194 and  #584195 removed some header files that were causing
filename collisions. The removed header files were stated to be "unused" but in
fact are used by some programs. ns2 (the network simulator) uses at least
iohandler.h from tclcl-dev and cannot be built without it. Please add these
header files back to the package.



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

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

-- no debconf information



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



Bug#616000: marked as done (python-redis: Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 00:48:13 +
with message-id 
and subject line Bug#616000: fixed in python-redis 2.2.1-2
has caused the Debian Bug report #616000,
regarding python-redis: Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be 
installed
to be marked as done.

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

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


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Trying to install python-redis in unstable results in:
The following packages have unmet dependencies:
 python-redis : Depends: python (< 2.6) but 2.6.6-3+squeeze5 is to be
 installed

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

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

Versions of packages python-redis depends on:
ii  python-support1.0.12 automated rebuilding support for P

python-redis recommends no packages.

python-redis suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAk1tKlIACgkQeJ3z1zFMUGYn2QCfe0w2Mn1FgoWEXMXrn6ahdEkN
PKQAnjohlZMXrY6Rz6X7TiJsWjen28HB
=bGWr
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: python-redis
Source-Version: 2.2.1-2

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

python-redis_2.2.1-2.debian.tar.gz
  to main/p/python-redis/python-redis_2.2.1-2.debian.tar.gz
python-redis_2.2.1-2.dsc
  to main/p/python-redis/python-redis_2.2.1-2.dsc
python-redis_2.2.1-2_all.deb
  to main/p/python-redis/python-redis_2.2.1-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 616...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated python-redis 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, 02 Mar 2011 00:36:24 +
Source: python-redis
Binary: python-redis
Architecture: source all
Version: 2.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb 
Changed-By: Chris Lamb 
Description: 
 python-redis - Persistent key-value database with network interface (Python 
libr
Closes: 616000
Changes: 
 python-redis (2.2.1-2) unstable; urgency=low
 .
   * Rebuild in sane environment to prevent uninstallability on sid.
 (Closes: #616000)
Checksums-Sha1: 
 f499ed08753bc91728b08e13781a5f0614b89f43 1195 python-redis_2.2.1-2.dsc
 301fdf29473eacdfa2b4e7bd5bdc59996157e26f 2331 
python-redis_2.2.1-2.debian.tar.gz
 d71ccf4eead4f951e09bc397f0eacfd9ec8d0247 17870 python-redis_2.2.1-2_all.deb
Checksums-Sha256: 
 815dee2cc9a826695689dbed8263b0378c4d10f251411de7cdcbb8ddca299b75 1195 
python-redis_2.2.1-2.dsc
 e460d7f46cfa7d91912a0c96b62b8384e0bccf728bf96094de59e60ce99392bb 2331 
python-redis_2.2.1-2.debian.tar.gz
 cbbe554542f9bc2adece674773b298cc40e5e6686aebfe5bcb5bb194a79aec59 17870 
python-redis_2.2.1-2_all.deb
Files: 
 603b14025cb15549a4672e06e9312f42 1195 python optional python-redis_2.2.1-2.dsc
 e16d5dc8a789d3afbc29c400b698842e 2331 python optional 
python-redis_2.2.1-2.debian.tar.gz
 59950f4addbc2eeb24c5ab6718445007 17870 python optional 
python-redis_2.2.1-2_all.deb

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

iEYEARECAAYFAk1tkRQACgkQ5/8uW2NPmiBoAQCePUj4EV/XKEGRwsOZ78V50Giw
hToAoJDAG3unFQBQTyYJROp5F6Hj3X6f
=Boig
-END PGP SIGNATURE-


--- End Message ---


Bug#615911: marked as done (gstreamer0.10: FTBFS: build-dep on experimental libgirepository1.0-dev)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 00:47:28 +
with message-id 
and subject line Bug#615911: fixed in gstreamer0.10 0.10.32-4
has caused the Debian Bug report #615911,
regarding gstreamer0.10: FTBFS: build-dep on experimental libgirepository1.0-dev
to be marked as done.

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

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


-- 
615911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gstreamer0.10
Version: 0.10.32-3
Severity: serious
Justification: fails to build from source

Builds of gstreamer0.10 in pure unstable environments fail because it
build-depends on libgirepository1.0-dev (>= 0.9.12-4~), which is only
available in experimental.  (unstable merely has 0.6.14-1 or binNMUs
thereof.)

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

Kernel: Linux 2.6.37-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


--- End Message ---
--- Begin Message ---
Source: gstreamer0.10
Source-Version: 0.10.32-4

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

gir1.0-gstreamer-0.10_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/gir1.0-gstreamer-0.10_0.10.32-4_amd64.deb
gstreamer-tools_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/gstreamer-tools_0.10.32-4_amd64.deb
gstreamer0.10-doc_0.10.32-4_all.deb
  to main/g/gstreamer0.10/gstreamer0.10-doc_0.10.32-4_all.deb
gstreamer0.10-tools_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/gstreamer0.10-tools_0.10.32-4_amd64.deb
gstreamer0.10_0.10.32-4.debian.tar.gz
  to main/g/gstreamer0.10/gstreamer0.10_0.10.32-4.debian.tar.gz
gstreamer0.10_0.10.32-4.dsc
  to main/g/gstreamer0.10/gstreamer0.10_0.10.32-4.dsc
libgstreamer0.10-0-dbg_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/libgstreamer0.10-0-dbg_0.10.32-4_amd64.deb
libgstreamer0.10-0_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/libgstreamer0.10-0_0.10.32-4_amd64.deb
libgstreamer0.10-dev_0.10.32-4_amd64.deb
  to main/g/gstreamer0.10/libgstreamer0.10-dev_0.10.32-4_amd64.deb



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

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

Debian distribution maintenance software
pp.
Sjoerd Simons  (supplier of updated gstreamer0.10 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, 02 Mar 2011 00:18:29 +
Source: gstreamer0.10
Binary: libgstreamer0.10-0 libgstreamer0.10-0-dbg libgstreamer0.10-dev 
gstreamer0.10-doc gstreamer0.10-tools gstreamer-tools gir1.0-gstreamer-0.10
Architecture: source all amd64
Version: 0.10.32-4
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 

Changed-By: Sjoerd Simons 
Description: 
 gir1.0-gstreamer-0.10 - Description: GObject introspection data for the 
GStreamer library
 gstreamer-tools - Tools for use with GStreamer
 gstreamer0.10-doc - GStreamer core documentation and manuals
 gstreamer0.10-tools - Tools for use with GStreamer
 libgstreamer0.10-0 - Core GStreamer libraries and elements
 libgstreamer0.10-0-dbg - Core GStreamer libraries and elements
 libgstreamer0.10-dev - GStreamer core development files
Closes: 615911
Changes: 
 gstreamer0.10 (0.10.32-4) unstable; urgency=low
 .
   * debian/control.in: Remove Conflict on gst-plugins-bad, the registry
 itself works around it.
   * debian/control.in: Move back to the old gobject-introspection stack as it
 hasn't migrated to unstable yet
   * Both of the above fixes FTBS on unstable (Closes: #615911)
Checksums-Sha1: 
 c8c22775f5591ac0a5ff97075e395e28a9419f0c 2056 gstreamer0.10_0.10.32-4.dsc
 b4acdd6eb874f5a9d56be4b1f4f6c51dcd58b76d 41193 
gstreamer0.10_0.10.32-4.debian.tar.gz
 08255d28aa1dddc5fe8690ae2763a20ce25d8148 4037384 
gstreamer0.10-doc_0.10.32-4_all.deb
 b582d1d35015e426a19f915c4a85eb5901112ae0 1575122 
libgstreamer0.10-0_0.10.32-4_amd64.deb
 bfe1c72a0215a100951b56870889292300e4c5d7 2018748 
libgstreamer0.10-0-dbg_0.10.32-4_amd64.deb
 e71f7279b0169fb12dea53cba7781d8618ec80b4 1570654 
libgstreamer0.10-dev_0.10.32-4_amd64.deb
 9e89796f888

Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Rene Engelhard
Hi again,

On Wed, Mar 02, 2011 at 12:16:08AM +0100, Rene Engelhard wrote:
> > ii  openjdk-6-jre [java5-runtim 6b18-1.8.5-1 OpenJDK Java runtime, using 
> > Hotspo
> > ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime 
> > Environment (
> 
> Just out of curiosity: what of those is set in the options? There already have
> been reports of brokeness with 23 (in an other area) and 24..
> 
> I "of course" tried with OpenJDK

That said, works also for me with sun-java6-jre.

Grüße/Regards,

René



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



Processed: merging 612956 616008

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

> merge 612956 616008
Bug#612956: Unmatched dependencies for nvidia-glx, xserver-xorg-core too new
Bug#616008: nvidia-glx: The package is not installable because of broken 
dependencies
Bug#614230: nvidia-glx uninstallable: depends on non-existent xorg-video-abi-8.0
Bug#616009: nvidia-glx: The package is not installable because of broken 
dependencies
Merged 612956 614230 616008 616009.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612956
616009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616009
616008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616008
614230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614230
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#604322: Trying to remove kdelibs4c2a from regina-normal

2011-03-01 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Benjamin! I saw [0] and I tried to do a patch for proposing an NMU.
Saddly I couldn't get it to work (thus I am not tagging this bug with the 
patch keyword).

[0] 

The build fails after:


# All good!
touch configure-stamp

with exit status 2.

I am attaching the patch just in case is useful to you. Of course, if you can 
find the error and want me to continue with the NMU, I would gladly do it.

Please don't heasitate in telling me if I have some other errors/ommisions in 
the attached patch.

Kinds regrads, Lisandro.

-- 
20:16 < Gerardo_Cabero> che me tengo que ir volando .. sino me matan..
esto de tener novia es tan complicacdo como instalar paketes sin internet

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
diff --git a/debian/changelog b/debian/changelog
index dbf461e..fb1e5de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+regina-normal (4.6-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove all dependencies on kdelibs4c2a. This makes the KDE 3's UI and
+doc go away.
+
+ -- Lisandro Damián Nicanor Pérez Meyer   Tue, 01 Mar 2011 19:34:49 -0300
+
 regina-normal (4.6-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 8cfdc2d..6fb570d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: math
 Priority: extra
 Maintainer: Ben Burton 
 Homepage: http://regina.sourceforge.net/
-Build-Depends: automake1.9, debhelper (>= 5.0.0), doxygen, kdelibs4-dev (>= 4:3.5.1-3), libboost-python-dev (>= 1.34.1-10), libcppunit-dev (>= 1.10.2-4), libgmp3-dev (>= 4.1.4-10), libmpich1.0-dev (>= 1.2.7-1~), libpopt-dev, libxml2-dev, python-dev (>= 2.5.2-1~), python-support (>= 0.6), zlib1g-dev
+Build-Depends: automake1.9, debhelper (>= 5.0.0), doxygen, libboost-python-dev (>= 1.34.1-10), libcppunit-dev (>= 1.10.2-4), libgmp3-dev (>= 4.1.4-10), libmpich1.0-dev (>= 1.2.7-1~), libpopt-dev, libxml2-dev, python-dev (>= 2.5.2-1~), python-support (>= 0.6), zlib1g-dev
 Standards-Version: 3.8.1.0
 
 Package: regina-normal
 Architecture: any
 Section: math
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${python:Depends}
-Recommends: khelpcenter4, xpdf | okular
-Suggests: gap, graphviz, konqueror, regina-normal-doc, regina-normal-dev, regina-normal-mpi, snappea
+Recommends: xpdf | okular
+Suggests: gap, graphviz, regina-normal-doc, regina-normal-dev, regina-normal-mpi, snappea
 Description: 3-manifold topology software with normal surface support
  Regina is a suite of mathematical software for 3-manifold topologists.
  It focuses upon the study of 3-manifold triangulations and includes
@@ -21,8 +21,7 @@ Description: 3-manifold topology software with normal surface support
  census creation and normal surface enumeration.  It offers embedded
  Python scripting giving full access to the calculation engine.
  .
- This package includes the KDE user interface and the command-line
- Python interface, as well as the users' handbook.  For the Python
+ This package includes the command-line Python interface. For the Python
  reference (i.e., the API documentation for the Regina calculation
  engine), see the package regina-normal-doc.
  .
@@ -71,7 +70,6 @@ Description: MPI utilities for Regina, the 3-manifold topology software
 Package: regina-normal-doc
 Architecture: all
 Section: doc
-Recommends: konqueror
 Suggests: regina-normal, regina-normal-dev
 Description: API docs for Regina, the 3-manifold topology software
  Regina is a suite of mathematical software for 3-manifold topologists.
diff --git a/debian/regina-normal.README.Debian b/debian/regina-normal.README.Debian
index a1b76f5..c3498b0 100644
--- a/debian/regina-normal.README.Debian
+++ b/debian/regina-normal.README.Debian
@@ -1,18 +1,13 @@
 Regina for Debian
 -
 
-Two main binaries are provided with Regina:
+A main binary is provided with Regina:
 
-- /usr/bin/regina-kde, which starts the KDE user interface;
 - /usr/bin/regina-python, which starts a command-line Python session.
 
 Several other specialised binaries are also provided; see the users'
 handbook for details.
 
-The users' handbook is provided with this package and can be viewed in
-the KDE Help Centre, or by entering the URL 'help:/regina/' directly
-into konqueror.
-
 Sample topology data files and sample Python sessions are provided in
 the directory /usr/share/doc/regina-normal/examples/.
 
diff --git a/debian/regina-normal.install b/debian/regina-normal.install
index 54216fc..d80eb76 100644
--- a/debian/regina-normal.install
+++ b/debian/regina-normal.install
@@ -4,15 +4,11 @@ usr/bin/tricensus
 usr/bin/tricensus-manager
 usr/bin/trisetcmp
 usr/lib/libregina-engine-4.6.so
-usr/lib/libregina-kdecommon-4.6.so
-usr/lib/kde3/libreginapart.so
-usr/lib/kde3/libreginapart.la
 usr/lib/regina-normal/python/regina.so
 usr/lib/regina-normal/python/regina.la
 usr/sh

Processed: really fixed

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

> notfound 593356 0.6-1
Bug #593356 {Done: Eduard Bloch } [apt-cacher-ng] 
apt-cacher-ng: memory leak in Lenny backport of 0.5.1 with 
"MaxStandbyConThreads: 2" enabled
Ignoring request to alter found versions of bug #593356 to the same values 
previously set
> notfound 593356 0.5.14
Bug #593356 {Done: Eduard Bloch } [apt-cacher-ng] 
apt-cacher-ng: memory leak in Lenny backport of 0.5.1 with 
"MaxStandbyConThreads: 2" enabled
Ignoring request to alter found versions of bug #593356 to the same values 
previously set
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
593356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593356
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#615163: marked as done (python-qt4: Fails to install due to depedency on the unavailable sip-api-7.1)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 23:19:35 +
with message-id 
and subject line Bug#615163: fixed in python-qt4 4.8.3-1
has caused the Debian Bug report #615163,
regarding python-qt4: Fails to install due to depedency on the unavailable 
sip-api-7.1
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.)


-- 
615163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-qt4
Version: 4.7.3-1+b1
Severity: grave
Justification: renders package unusable

Hi,
would be nice if you could upload an updated python-qt4 to make it installable
again. According to the svn repo there were already some preparations made
in January.

TIA,
Sven

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

Kernel: Linux 2.6.37-1-686 (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 ---
--- Begin Message ---
Source: python-qt4
Source-Version: 4.8.3-1

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

pyqt4-dev-tools_4.8.3-1_amd64.deb
  to main/p/python-qt4/pyqt4-dev-tools_4.8.3-1_amd64.deb
python-qt4-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbg_4.8.3-1_amd64.deb
python-qt4-dbus-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbus-dbg_4.8.3-1_amd64.deb
python-qt4-dbus_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbus_4.8.3-1_amd64.deb
python-qt4-dev_4.8.3-1_all.deb
  to main/p/python-qt4/python-qt4-dev_4.8.3-1_all.deb
python-qt4-doc_4.8.3-1_all.deb
  to main/p/python-qt4/python-qt4-doc_4.8.3-1_all.deb
python-qt4-gl-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-gl-dbg_4.8.3-1_amd64.deb
python-qt4-gl_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-gl_4.8.3-1_amd64.deb
python-qt4-phonon-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-phonon-dbg_4.8.3-1_amd64.deb
python-qt4-phonon_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-phonon_4.8.3-1_amd64.deb
python-qt4-sql-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-sql-dbg_4.8.3-1_amd64.deb
python-qt4-sql_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-sql_4.8.3-1_amd64.deb
python-qt4_4.8.3-1.debian.tar.gz
  to main/p/python-qt4/python-qt4_4.8.3-1.debian.tar.gz
python-qt4_4.8.3-1.dsc
  to main/p/python-qt4/python-qt4_4.8.3-1.dsc
python-qt4_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4_4.8.3-1_amd64.deb
python-qt4_4.8.3.orig.tar.gz
  to main/p/python-qt4/python-qt4_4.8.3.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 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski  (supplier of updated python-qt4 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Mar 2011 22:22:33 +0100
Source: python-qt4
Binary: python-qt4 python-qt4-dbg python-qt4-phonon python-qt4-phonon-dbg 
python-qt4-dbus python-qt4-dbus-dbg python-qt4-gl python-qt4-gl-dbg 
python-qt4-sql python-qt4-sql-dbg python-qt4-dev python-qt4-doc pyqt4-dev-tools
Architecture: source amd64 all
Version: 4.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Piotr Ożarowski 
Description: 
 pyqt4-dev-tools - Development tools for PyQt4
 python-qt4 - Python bindings for Qt4
 python-qt4-dbg - Python bindings for Qt4 (debug extensions)
 python-qt4-dbus - DBus Support for PyQt4
 python-qt4-dbus-dbg - DBus Support for PyQt4 (debug extensions)
 python-qt4-dev - Development files for PyQt4
 python-qt4-doc - Documentation and examples for PyQt4
 python-qt4-gl - Python bindings for Qt4's OpenGL module
 python-qt4-gl-dbg - Python bindings for Qt4's OpenGL module (debug extension)
 python-qt4-phonon - Python bindings for Phonon
 python-qt4-phonon-dbg - Python bindings for Phonon (debug extensions)
 python-qt4-sql - Python bindings for PyQt4's SQL module
 python-qt4-sql-dbg - Python bindings for PyQt4's SQL module (debug extension)
Closes: 614974 615163
Changes: 
 python-qt4 (4.8.3-1) unstable; urgency=low
 .
   * Team upload.
 

Bug#614974: marked as done (python-qt4: FTBFS: python-qt4 missing files (usr/lib/python*/*-packages/PyQt4/QtAssistant.so), aborting)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 23:19:30 +
with message-id 
and subject line Bug#614974: fixed in python-qt4 4.8.3-1
has caused the Debian Bug report #614974,
regarding python-qt4: FTBFS: python-qt4 missing files 
(usr/lib/python*/*-packages/PyQt4/QtAssistant.so), aborting
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.)


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

Source: python-qt4
Version: 4.7.3-1
Severity: serious
Justification: fails to build from source

python-qt4 FTBFS in an up-to-date sid chroot with the following error:

| dh_install -a
| dh_install: python-qt4 missing files 
(usr/lib/python*/*-packages/PyQt4/QtAssistant.so), aborting
| make: *** [install-arch] Error 2

Running configure.py with the --verbose options reveals what is the culprit:

| g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 
-I/usr/X11R6/include -pipe -Os -w -D_REENTRANT cfgtest_QtAssistant.cpp -o 
cfgtest_QtAssistant -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtAssistantClient 
-lQtGui -lQtNetwork/usr/bin/ld: /tmp/ccF3ZBv6.o: undefined reference to symbol 
'QString::free(QString::Data*)'
| /usr/bin/ld: note: 'QString::free(QString::Data*)' is defined in DSO 
//usr/lib/libQtCore.so.4 so try adding it to the linker command line
| //usr/lib/libQtCore.so.4: could not read symbols: Invalid operation
| collect2: ld returned 1 exit status

--
Jakub Wilk


--- End Message ---
--- Begin Message ---
Source: python-qt4
Source-Version: 4.8.3-1

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

pyqt4-dev-tools_4.8.3-1_amd64.deb
  to main/p/python-qt4/pyqt4-dev-tools_4.8.3-1_amd64.deb
python-qt4-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbg_4.8.3-1_amd64.deb
python-qt4-dbus-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbus-dbg_4.8.3-1_amd64.deb
python-qt4-dbus_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-dbus_4.8.3-1_amd64.deb
python-qt4-dev_4.8.3-1_all.deb
  to main/p/python-qt4/python-qt4-dev_4.8.3-1_all.deb
python-qt4-doc_4.8.3-1_all.deb
  to main/p/python-qt4/python-qt4-doc_4.8.3-1_all.deb
python-qt4-gl-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-gl-dbg_4.8.3-1_amd64.deb
python-qt4-gl_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-gl_4.8.3-1_amd64.deb
python-qt4-phonon-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-phonon-dbg_4.8.3-1_amd64.deb
python-qt4-phonon_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-phonon_4.8.3-1_amd64.deb
python-qt4-sql-dbg_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-sql-dbg_4.8.3-1_amd64.deb
python-qt4-sql_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4-sql_4.8.3-1_amd64.deb
python-qt4_4.8.3-1.debian.tar.gz
  to main/p/python-qt4/python-qt4_4.8.3-1.debian.tar.gz
python-qt4_4.8.3-1.dsc
  to main/p/python-qt4/python-qt4_4.8.3-1.dsc
python-qt4_4.8.3-1_amd64.deb
  to main/p/python-qt4/python-qt4_4.8.3-1_amd64.deb
python-qt4_4.8.3.orig.tar.gz
  to main/p/python-qt4/python-qt4_4.8.3.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 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski  (supplier of updated python-qt4 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Mar 2011 22:22:33 +0100
Source: python-qt4
Binary: python-qt4 python-qt4-dbg python-qt4-phonon python-qt4-phonon-dbg 
python-qt4-dbus python-qt4-dbus-dbg python-qt4-gl python-qt4-gl-dbg 
python-qt4-sql python-qt4-sql-dbg python-qt4-dev python-qt4-doc pyqt4-dev-tools
Architecture: source amd64 all
Version: 4.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Piotr Ożarowski 
Description: 
 pyqt4-dev-tools - Development tools for PyQt4
 python-qt4 - Python bindings for Qt4
 python-qt4-dbg - Python bindings for Qt4 (debug extensions)
 python-qt4-dbus - DBus Support for PyQt4
 python-qt4-dbus-dbg - DBus Support for PyQt4 (debug extensions)
 python-qt4-dev - Development files for PyQt4
 python-qt4

Processed: Re: Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

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

> tag 616011 + unreproducible
Bug #616011 [libreoffice-wiki-publisher] libreoffice-wiki-publisher: Export 
filter cannot be found
Added tag(s) unreproducible.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616011
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#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Rene Engelhard
tag 616011 + unreproducible
thanks

Hi,

On Tue, Mar 01, 2011 at 09:25:58PM +, Pascal Giard wrote:
> Also note that for raising that error, you don't need to connect to
> any mediawiki server.
> Simply selecting "Send/To MediaWiki..." will raise the error.

Mmh, OK.

Then it's unreproducible here. When I create a new doc and do
"Send/To MediaWiki..." I get a dialog box.

> On a final note, this does sound as grave to me as I have the
> dependencies you mentioned and I'm unable to use this package...
> In any case, my objective is to get this to work, not to get into an
> argument ;-)

You should read what I write again. I said that it's only "serious" if
it was a dependency issue. Which you just said isn't.
(In any case the dependency is missing.)

> Any other idea is welcome...

Uptodaate sid? Version mismatch?

And:

> ii  openjdk-6-jre [java5-runtim 6b18-1.8.5-1 OpenJDK Java runtime, using 
> Hotspo
> ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime Environment 
> (

Just out of curiosity: what of those is set in the options? There already have
been reports of brokeness with 23 (in an other area) and 24..

I "of course" tried with OpenJDK

Grüße/Regards,

René



--
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#616010: xserver-xorg: dexconf fails to generate xorg.conf file

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

> severity 616010 normal
Bug #616010 [xserver-xorg] xserver-xorg: dexconf fails to generate xorg.conf 
file
Severity set to 'normal' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616010
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#616010: xserver-xorg: dexconf fails to generate xorg.conf file

2011-03-01 Thread Cyril Brulebois
severity 616010 normal
thanks

Hi!

a...@usp.br  (01/03/2011):
> Justification: renders package unusable

Not quite.

> The bug report concerns the script /usr/bin/dexconf that is provided
> by package xserver-xorg in Debian squeeze (in lenny it works fine).
> 
> The shell-script dexconf silently fails to create the file
> /etc/X11/xorg.conf in Debian squeeze. No error message is generated.
> 
> This is a "set -e" script. When I comment the "set -e" line, the
> xorg.conf if generated, but in an improper way, and the following
> error message is shown:
> 
> 10 xserver-xorg/config/device/bus_id doesn't exist

Thanks.

> This error message is generated by debconf, that is used by
> dexconf.
> 
> I try the command: dpkg-reconfigure -phigh xserver-xorg, but
> after this the dexconf failure persists.

What if you run without an xorg.conf?

KiBi.


signature.asc
Description: Digital signature


Bug#606192: system boot sometimes stuck with "waiting for /dev to be fully populated."

2011-03-01 Thread Maria Mckinley

On 3/1/11 10:44 AM, Maria Mckinley wrote:

I am having this problem after upgrading from Lenny to Squeeze. It is
stuck on this screen for a few minutes, and then goes into some strange
state where the screen is not getting a signal, but the machine appears
to be doing something, and I have to reset the power to get it to
reboot. I can boot into previous kernels still. Tried installing
firmware-linux-nonfree, but this did not help.

thanks,
maria


Some more info...

I was following the directions on how to upgrade described here:

http://www.debian.org/releases/squeeze/amd64/release-notes/ch-upgrading.en.html

I had upgraded the kernel and udev, and had rebooted when the problem 
occurred. I decided to boot into the Lenny kernel, and do apt-get 
dist-upgrade there to see if that would help. Unfortunately, it did not. 
I noticed that when I was booting into the earlier kernel, there was a 
message about mounting none on /dev/failed, and something about devtmpfs 
not available. This was early enough in the boot process, that I 
couldn't find anything about it in the logs, however, and I did not see 
these messages in the latest kernel that fails to boot.


thanks,
maria



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



Bug#616022: powerpc: bmac module is missing

2011-03-01 Thread Risto Suominen
Package: installation-reports
Severity: grave
Tags: d-i
Justification: renders package unusable

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
(01-Mar-2011 16:00)
Date: 01-Mar-2011 20:00

Machine: PowerMac G3 B&W


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

bmac module is missing.

video=ofonly was needed.



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



Bug#615851: simutrans won't start

2011-03-01 Thread Claudio Giordano
Il giorno mar, 01/03/2011 alle 11.42 +0100, Ansgar Burchardt ha
scritto: 
> reassign 615851 libsdl1.2debian-alsa 1.2.14-6.1
> thanks

After today's update of libc6, from libc6 2.13-0exp2 to 2.13-0exp3
simutrans starts normally and test program:

#include 
#include 

int main(void)
{
int ret = SDL_InitSubSystem(SDL_INIT_AUDIO);
if (ret == -1)
puts("SDL_InitSubSystem failed.");
puts("SDL_InitSubSystem(SDL_INIT_AUDIO) done.");
return 0;
}

works correctly.

$ ./sdl-test 
SDL_InitSubSystem(SDL_INIT_AUDIO) done.
$ 


Thanks to all.

Claudio.




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



Bug#615103: Converting /etc/lilo.conf to UUID scheme generates world-readable file

2011-03-01 Thread Moritz Mühlenhoff
On Tue, Mar 01, 2011 at 07:46:10PM +0100, Joachim Wiedorn wrote:
> Moritz Mühlenhoff  wrote on 2011-02-28 17:30:
> 
> > does this affect the version of lilo in oldstable or stable?
> 
> No it does not affect oldstable / stable. The problem was introduced with
> the new script lilo-uuid-diskid within lilo 23.1-1.

Thanks, I've updated the security tracker.

Cheers,
Moritz



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



Bug#616000: python-redis: Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed)

2011-03-01 Thread Jakub Wilk

severity 616000 grave
notfound 616000 2.0.0-1
found 616000 2.2.1-1
thanks

* Debian Bug Tracking System , 2011-03-01, 20:21:

Trying to install python-redis in unstable results in:
The following packages have unmet dependencies:
python-redis : Depends: python (< 2.6) but 2.6.6-3+squeeze5 is to be
installed


Fixed in 2.2.1 uploaded a few days ago or so.


Not really:

$ apt-cache show python-redis | grep -E 'Version|Depends'
Version: 2.2.1-1
Depends: python (<< 2.6), python (>= 2.4), python-support (>= 0.90.0)

--
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#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Pascal Giard
On Tue, Mar 1, 2011 at 9:08 PM, Rene Engelhard  wrote:
> tag 616011 + moreinfo
> thanks
>
> Hi,
>
> On Tue, Mar 01, 2011 at 07:58:49PM +, Pascal Giard wrote:
>> Trying to export a document to a MediaWiki server results in an error:
>> The MediaWiki export filter cannot be found. Choose 'Tools-XML Filter 
>> Settings'
>> to install the filter, or use the setup to install the component.
>>
>> Looking into Tools/Tools-XML Filter reveals that, indeed, there is no 
>> MediaWiki
>> export filter to be found.
>
> That's new to me, then again I don't have a mediawiki I can publish to
> anyways.
>
> OK, I can imagine two (or maybe both are the cause together) causes of this.
> I guess that there's just a dependency missing.
> 1. libreoffice-java-common (anyone needing Java stuff in OOo needs this 
> anyway)
> 2. libreoffce-filter-mobiledev (Mobile Devices Filters, shouldn't influence
>   Wiki PUblisher, more or it's optional anyway)
>
> I bet you don't have libreoffice-java-common installed. (Which would make
> this bug not "grave" but "serious" anymore for the missing dependency)

Hello Rene,
 thanks for the quick reply!

Unfortunately, both are installed...

FWIW, libreoffice-filter-binfilter is also installed.

Also note that for raising that error, you don't need to connect to
any mediawiki server.
Simply selecting "Send/To MediaWiki..." will raise the error.

And while the filter is indeed not shown in "Tools/XML Filter
Settings", the extension is correctly shown in the Extension Manager.
So it seems it's partially integrated...

On a final note, this does sound as grave to me as I have the
dependencies you mentioned and I'm unable to use this package...
In any case, my objective is to get this to work, not to get into an
argument ;-)

Any other idea is welcome...

Regards,

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca)



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



Processed: tags 605863 -experimental

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

> tags 605863 -experimental
Bug #605863 [rtorrent] rtorrent/experimental crashes when any rpc command is 
received
Removed tag(s) experimental.
> thanks
Stopping processing here.

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

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

> found 605863 0.8.7-4
Bug #605863 [rtorrent] rtorrent/experimental crashes when any rpc command is 
received
Bug Marked as found in versions rtorrent/0.8.7-4.
> thanks
Stopping processing here.

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


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



Processed: Re: Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

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

> tag 616011 + moreinfo
Bug #616011 [libreoffice-wiki-publisher] libreoffice-wiki-publisher: Export 
filter cannot be found
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616011
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#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Rene Engelhard
tag 616011 + moreinfo
thanks

Hi,

On Tue, Mar 01, 2011 at 07:58:49PM +, Pascal Giard wrote:
> Trying to export a document to a MediaWiki server results in an error:
> The MediaWiki export filter cannot be found. Choose 'Tools-XML Filter 
> Settings'
> to install the filter, or use the setup to install the component.
> 
> Looking into Tools/Tools-XML Filter reveals that, indeed, there is no 
> MediaWiki
> export filter to be found.

That's new to me, then again I don't have a mediawiki I can publish to
anyways.

OK, I can imagine two (or maybe both are the cause together) causes of this.
I guess that there's just a dependency missing.
1. libreoffice-java-common (anyone needing Java stuff in OOo needs this anyway)
2. libreoffce-filter-mobiledev (Mobile Devices Filters, shouldn't influence
   Wiki PUblisher, more or it's optional anyway)

I bet you don't have libreoffice-java-common installed. (Which would make
this bug not "grave" but "serious" anymore for the missing dependency)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Processed: severity of 612780 is important

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

> # FTBFS against packages in experimental is not RC
> severity 612780 important
Bug #612780 [libnet-ssleay-perl] libnet-ssleay-perl: FTBFS against openssl 
1.0.0c-2 from experimental
Severity set to 'important' from 'serious'

>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
612780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612780
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#616000: python-redis: Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed)

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

> severity 616000 grave
Bug #616000 {Done: Chris Lamb } [python-redis] python-redis: 
Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed
Severity set to 'grave' from 'important'

> notfound 616000 2.0.0-1
Bug #616000 {Done: Chris Lamb } [python-redis] python-redis: 
Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed
Bug No longer marked as found in versions python-redis/2.0.0-1.
> found 616000 2.2.1-1
Bug #616000 {Done: Chris Lamb } [python-redis] python-redis: 
Depends on python (< 2.6) but 2.6.6-3+squeeze5 is to be installed
Bug Marked as found in versions python-redis/2.2.1-1 and reopened.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616000
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#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-01 Thread Pascal Giard
Package: libreoffice-wiki-publisher
Version: 1.1.1+LibO3.3.1-1
Justification: renders package unusable
Severity: grave

Trying to export a document to a MediaWiki server results in an error:
The MediaWiki export filter cannot be found. Choose 'Tools-XML Filter Settings'
to install the filter, or use the setup to install the component.

Looking into Tools/Tools-XML Filter reveals that, indeed, there is no MediaWiki
export filter to be found.

Cheers,

-Pascal

-- Package-specific info:

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

Kernel: Linux 2.6.37-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_CA, LC_CTYPE=fr_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libreoffice-wiki-publisher depends on:
ii  default-jre [java5-runtime] 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre [java5-runtime] 4.4.5-9  Java runtime environment using GIJ
ii  gcj-jre [java5-runtime] 4:4.4.5-2Java runtime environment using GIJ
ii  libcommons-codec-java   1.4-2encoder and decoders such as Base6
ii  libcommons-httpclient-java  3.1-9A Java(TM) library for creating HT
ii  libcommons-lang-java2.4-4Extension of the java.lang package
ii  libcommons-logging-java 1.1.1-8  commmon wrapper interface for seve
ii  libreoffice-core1:3.3.1-1office productivity suite -- arch-
ii  openjdk-6-jre [java5-runtim 6b18-1.8.5-1 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime Environment (

Versions of packages libreoffice-wiki-publisher recommends:
ii  liblucene2-java  2.9.3+ds1-1 Full-text search engine library fo

Versions of packages libreoffice-wiki-publisher suggests:
pn  mediawiki  (no description available)

-- no debconf information

-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca)



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



Processed: merging 616008 616009

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

> merge 616008 616009
Bug#616008: nvidia-glx: The package is not installable because of broken 
dependencies
Bug#616009: nvidia-glx: The package is not installable because of broken 
dependencies
Merged 616008 616009.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616009
616008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616008
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#616010: xserver-xorg: dexconf fails to generate xorg.conf file

2011-03-01 Thread auil

Package: xserver-xorg
Version: 1:7.5+8
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

The bug report concerns the script /usr/bin/dexconf that is
provided by package xserver-xorg in Debian squeeze (in lenny
it works fine).

The shell-script dexconf silently fails to create the file
/etc/X11/xorg.conf in Debian squeeze. No error message is
generated.

This is a "set -e" script. When I comment the "set -e" line,
the xorg.conf if generated, but in an improper way, and
the following error message is shown:

10 xserver-xorg/config/device/bus_id doesn't exist

This error message is generated by debconf, that is used by
dexconf.

I try the command: dpkg-reconfigure -phigh xserver-xorg, but
after this the dexconf failure persists.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-01-01 02:03 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484 2009-06-08 09:35 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express  
Integrated Graphics Controller (rev 02)


/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1327 2011-02-21 18:25 /etc/X11/xorg.conf





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



Bug#616009: nvidia-glx: The package is not installable because of broken dependencies

2011-03-01 Thread Dario
Package: nvidia-glx
Severity: grave
Justification: renders package unusable

I get this error every time i attempt to install the package:

# apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-glx : Depends: xorg-video-abi-6.0 but it is not installable or
   xserver-xorg-core (< 2:1.7.7) but it is not going to be
installed
E: Broken packages



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

Kernel: Linux 2.6.37-2.slh.3-aptosid-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Processed: Re: Bug#615962: linux-image-2.6.37-1-amd64: can not boot after updating to a new kernel 2-6.37-1

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

> # fixed in libc 2.11.2-13 / 2.13-0exp3
> reassign 615962 libc-bin
Bug #615962 [linux-2.6] linux-image-2.6.37-1-amd64: can not boot after updating 
to a new kernel 2-6.37-1
Bug reassigned from package 'linux-2.6' to 'libc-bin'.
Bug No longer marked as found in versions 2.6.37-1.
> forcemerge 615806 615962
Bug#615806: eglibc: Broken ldd due to wrong path for ld.so
Bug#615962: linux-image-2.6.37-1-amd64: can not boot after updating to a new 
kernel 2-6.37-1
Bug#615839: Kernel panic - not syncing: No init found
Forcibly Merged 615806 615839 615962.

>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
615806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615806
615839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615839
615962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615962
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#616008: nvidia-glx: The package is not installable because of broken dependencies

2011-03-01 Thread Dario
Package: nvidia-glx
Severity: grave
Justification: renders package unusable



$ apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-glx : Depends: xorg-video-abi-6.0 but it is not installable or
   xserver-xorg-core (< 2:1.7.7) but it is not going to be 
installed
E: Broken packages


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

Kernel: Linux 2.6.37-2.slh.3-aptosid-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



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

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

> # Tue Mar  1 19:03:28 UTC 2011
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: libjogl2-java
> tags 614819 + pending
Bug #614819 [libjogl-java] RFP: jogl2: only jogl 1.x currently packaged. jogl 2 
improves support for OpenGL 3.1+
Added tag(s) pending.
> # Source package in NEW: mx
> tags 615534 + pending
Bug #615534 [src:mx] mx: upstream moved, new upstream release
Added tag(s) pending.
> # Source package in NEW: mx
> tags 615755 + pending
Bug #615755 [mx] mx: ftbfs with gold or ld --no-add-needed
Added tag(s) pending.
> # Source package in NEW: bitcoin
> tags 615619 + pending
Bug #615619 [bitcoin-cli] bitcoin-cli: Fails to build on Wheezy
Added tag(s) pending.
> # Source package in NEW: bitcoin
> tags 614025 + pending
Bug #614025 [bitcoin-cli] bitcoin-cli should be named bitcoind
Added tag(s) pending.
> # Source package in NEW: web2py
> tags 583384 + pending
Bug #583384 [wnpp] ITP: web2py -- enterprise web framework inspired by Ruby on 
Rails
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
583384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583384
615534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615534
615755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615755
615619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615619
614025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614025
614819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614819
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#606192: system boot sometimes stuck with "waiting for /dev to be fully populated."

2011-03-01 Thread Maria Mckinley
I am having this problem after upgrading from Lenny to Squeeze. It is 
stuck on this screen for a few minutes, and then goes into some strange 
state where the screen is not getting a signal, but the machine appears 
to be doing something, and I have to reset the power to get it to 
reboot. I can boot into previous kernels still. Tried installing 
firmware-linux-nonfree, but this did not help.


thanks,
maria



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



Bug#615103: Converting /etc/lilo.conf to UUID scheme generates world-readable file

2011-03-01 Thread Joachim Wiedorn
Moritz Mühlenhoff  wrote on 2011-02-28 17:30:

> does this affect the version of lilo in oldstable or stable?

No it does not affect oldstable / stable. The problem was introduced with
the new script lilo-uuid-diskid within lilo 23.1-1.


---
Have a nice day.

Joachim (Germany)



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



Bug#615995: CVE-2011-1018

2011-03-01 Thread Steve Beattie
Package: logwatch
Version: 7.3.6.cvs20090906-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /home/steve/tmp/tmpOr5E13
In Ubuntu, we've applied the attached patch to achieve the following:

  * SECURITY UPDATE: privileged code execution via badly named logfiles
- scripts/logwatch.pl: encapsulate logfiles in 's and ensure logfile
  names don't contain '.
- 
http://logwatch.svn.sourceforge.net/viewvc/logwatch?view=revision&revision=26
- CVE-2011-1018

We thought you might be interested in doing the same.


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

Kernel: Linux 2.6.35-27-server (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u logwatch-7.3.6.cvs20090906/scripts/logwatch.pl logwatch-7.3.6.cvs20090906/scripts/logwatch.pl
--- logwatch-7.3.6.cvs20090906/scripts/logwatch.pl
+++ logwatch-7.3.6.cvs20090906/scripts/logwatch.pl
@@ -738,6 +738,10 @@
my $DestFile =  $TempDir . $LogFile . "-archive";
my $Archive;
foreach $Archive (@{$LogFileData{$LogFile}{'archives'}}) {
+  if ($Archive =~ /'/) {
+ print "File $Archive has invalid embedded quotes.  File ignored.\n";
+	 next;
+  }
   my $CheckTime;
   # We need to find out what's the earliest log we need
   my @time_t = TimeBuild();
@@ -765,15 +769,15 @@
   my @FileStat = stat($Archive);
   if ($CheckTime <= ($FileStat[9])) {
  if (($Archive =~ m/gz$/) && (-f "$Archive") && (-s "$Archive")) {
-my $arguments = "$Archive >> $DestFile";
+my $arguments = "'${Archive}' >> $DestFile";
 system("$Config{'pathtozcat'} $arguments") == 0
or die "system '$Config{'pathtozcat'} $arguments' failed: $?" 
  } elsif (($Archive =~ m/bz2$/) && (-f "$Archive") && (-s "$Archive")) {
-my $arguments = "$Archive 2>/dev/null >> $DestFile";
+my $arguments = "'${Archive}' 2>/dev/null >> $DestFile";
 system("$Config{'pathtobzcat'} $arguments") == 0
or die "system '$Config{'pathtobzcat'} $arguments' failed: $?" 
  } elsif ((-f "$Archive") && (-s "$Archive")) {
-my $arguments = "$Archive  >> $DestFile";
+my $arguments = "'${Archive}'  >> $DestFile";
 system("$Config{'pathtocat'} $arguments") == 0
or die "system '$Config{'pathtocat'} $arguments' failed: $?" 
  } #End if/elsif existence
@@ -785,6 +789,10 @@
foreach my $ThisFile (@FileList) {
   #Existence check for files -mgt
   next unless (-f $ThisFile);
+  if ($ThisFile =~ /'/) {
+ print "File $ThisFile has invalid embedded quotes.  File ignored.\n";
+	 next;
+  }
   if (! -r $ThisFile) {
  print "File $ThisFile is not readable.  Check permissions.";
  if ($> != 0) {
@@ -794,7 +802,7 @@
  next;
   }
   #FIXME - We have a bug report for filenames with spaces, can be caught here needs test -mgt
-  $FileText .= ($ThisFile . " ");
+  $FileText .= ("'" . $ThisFile . "' ");
} #End foreach ThisFile
 
# remove the ENV entries set by previous service


Bug#615995: CVE-2011-1018

2011-03-01 Thread Moritz Muehlenhoff
Package: logwatch
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=680237
for references.

This is http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1018

Cheers,
Moritz

-- System Information:
Debian Release: 5.0.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.32-ucs35-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)



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



Processed: severity of 615926 is normal

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

> severity 615926 normal
Bug #615926 [busybox-udeb] busybox-udeb: missing shaXYZsum binaries
Severity set to 'normal' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615926
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#614484: marked as done (xpaint: FTBFS: graphic.c:174: error: variable 'ImgProcessInfo' has initializer but incomplete type)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 16:02:45 +
with message-id 
and subject line Bug#614484: fixed in xpaint 2.9.1.4-3
has caused the Debian Bug report #614484,
regarding xpaint: FTBFS: graphic.c:174: error: variable 'ImgProcessInfo' has 
initializer but incomplete type
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.)


-- 
614484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614484
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xpaint
Version: 2.9.1.4-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110221 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 -g -O2 -fno-strict-aliasing -I./xaw3dxft-Dlinux -D__amd64__ 
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  
>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
>   -DFUNCPROTO=15 
> -DNARROWPROTO-DERRORBEEP -DFEATURE_FRACTAL-DXAW3D -DXAW3DG 
> -DXAW3DXFT -I/usr/include/X11 -I/usr/include/freetype2   
> "-DEDITOR=\"x-terminal-emulator -e sensible-editor\""   
> "-DSHAREDIR=\"/usr/share/xpaint\""   
> "-DXAPPLOADDIR=\"/etc/X11/app-defaults\""   "-DXPAINT_VERSION=\"2.9.1\"" 
> "-DLPCCMD=\"/usr/sbin/lpc status\"" -DERRORBEEP -DFEATURE_FRACTAL-c -o 
> graphic.o graphic.c
> graphic.c:174: error: variable 'ImgProcessInfo' has initializer but 
> incomplete type
> graphic.c:176: warning: excess elements in struct initializer
> graphic.c:176: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:177: warning: excess elements in struct initializer
> graphic.c:177: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:178: warning: excess elements in struct initializer
> graphic.c:178: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:179: warning: excess elements in struct initializer
> graphic.c:179: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:180: warning: excess elements in struct initializer
> graphic.c:180: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:181: warning: excess elements in struct initializer
> graphic.c:181: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:182: warning: excess elements in struct initializer
> graphic.c:182: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:183: warning: excess elements in struct initializer
> graphic.c:183: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:184: warning: excess elements in struct initializer
> graphic.c:184: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:185: warning: excess elements in struct initializer
> graphic.c:185: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:186: warning: excess elements in struct initializer
> graphic.c:186: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:187: warning: excess elements in struct initializer
> graphic.c:187: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:188: warning: excess elements in struct initializer
> graphic.c:188: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:189: warning: excess elements in struct initializer
> graphic.c:189: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:190: warning: excess elements in struct initializer
> graphic.c:190: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:191: warning: excess elements in struct initializer
> graphic.c:191: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:192: warning: excess elements in struct initializer
> graphic.c:192: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:193: warning: excess elements in struct initializer
> graphic.c:193: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:194: warning: excess elements in struct initializer
> graphic.c:194: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:194: warning: excess elements in struct initializer
> graphic.c:194: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:194: warning: excess elements in struct initializer
> graphic.c:194: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:194: warning: excess elements in struct initializer
> graphic.c:194: warning: (near initialization for 'ImgProcessInfo')
> graphic.c:195: 

Bug#615987: CVE-2011-1022

2011-03-01 Thread Moritz Muehlenhoff
Package: libcgroup
Severity: grave
Tags: security

Hi,
please see the following links for references and a patch
http://www.openwall.com/lists/oss-security/2011/02/25/6
http://sourceforge.net/mailarchive/message.php?msg_id=27102603

This is CVE-2011-1022

Cheers,
Moritz



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



Bug#615985: installation-reports: PowerPC netinst image: Debootstrap Error

2011-03-01 Thread Antonio Ospite
Package: installation-reports
Severity: grave
Tags: d-i
Justification: renders package unusable

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
 (01-Mar-2011 10:23)
Date: 01-Mar-2011 14:00

Machine: Sony PS3


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[E]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

The Install Base System task fails with this message:
Debootstrap Error:
Invalid Release file: no entry for main/binary-powerpc/Packages

And in syslog I get:
Mar  1 14:35:35 main-menu[234]: INFO: Menu item 'bootstrap-base' selected
Mar  1 14:45:28 base-installer: error: exiting on error 
base-installer/debootstrap-failed
Mar  1 14:45:30 main-menu[234]: WARNING **: Configuring 'bootstrap-base' failed 
with error code 30
Mar  1 14:45:30 main-menu[234]: WARNING **: Menu item 'bootstrap-base' failed.

I added some debug output to /var/lib/dpkg/info/bootstrap-base.postinst
and the actual bootstrap command is:

log-output -t debootstrap run-debootstrap --components-main \
  --debian-installer --resolve-deps wheezy /target file:///cdrom/

As a workaround, if the file:///cdrom/ argument is removed the installation
completes fine, but I guess that is just because the installer is downloading
everything from the net, right?

Any idea of what is going on?

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
uname -a: Linux ps3 2.6.37-1-powerpc64 #1 SMP Tue Feb 15 22:31:08 UTC 2011 
ppc64 GNU/Linux
usb-list: 
usb-list: Bus 01 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: USB2.0 Hub [05e3:0607]
usb-list:Level 01 Parent 01 Port 01  Class 09(hub  ) Subclass 00 Protocol 02
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 02 Driver hub
usb-list: 
usb-list: Bus 01 Device 03: Wireless Keyboard/Mouse [099a:7202]
usb-list:Level 02 Parent 02 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:Interface 01: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 02 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: Bluetooth Transceiver [054c:0267]
usb-list:Level 01 Parent 01 Port 01  Class e0(wlcon) Subclass 01 Protocol 01
usb-list:Manufacturer: Sony
usb-list:Interface 00: Class e0(wlcon) Subclass 01 Protocol 01 Driver 
usb-list:Interface 01: Class e0(wlcon) Subclass 01 Protocol 01 Driver 
usb-list:Interface 02: Class e0(wlcon) Subclass 01 Protocol 01 Driver 
usb-list:Interface 03: Class fe(app. ) Subclass 01 Protocol 00 Driver 
usb-list: 
usb-list: Bus 03 Device 01: PS3 OHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: PS3 OHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module  Size  Used by
lsmod: dm_mod 94885  0 
lsmod: md_mod123870  0 
lsmod: xfs   819228  0 
lsmod: exportfs6527  1 xfs
lsmod: jfs   209372  0 
lsmod: ext4  400266  1 
lsmod: jbd2   89412  1 ext4
lsmod: crc16   2951  1 ext4
lsmod: ext3  159160  0 
lsmod: jbd63719  1 ext3
lsmod: btrfs 745830  0 
lsmod: zlib_deflate   23161  1 btrfs
lsmod: crc32c  4918  1 
lsmod: libcrc32c   3194  1 btrfs
lsmod: vfat   14467

Processed: tagging 601994

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

> # affects upgrades from lenny
> tags 601994 + squeeze
Bug #601994 {Done: Dominique Belhachemi } [libvtk5-qt4-dev] 
libvtk5-qt4-dev: file conflict when upgrading from lenny
Added tag(s) squeeze.
> thanks
Stopping processing here.

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

2011-03-01 Thread Nuutti Kotivuori
I had the same problem installing nvidia-glx.

I fixed it by using the "equivs" package to create a trivial dummy
package providing: xorg-video-abi-8.0

After that, installing nvidia-glx from experimental went smoothly.

However, I'm seeing terrible performance in Compiz, which I haven't been
able to explain...

-- Naked



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



Bug#615968: marked as done (slv2-doc: missing replaces/conflicts on libslv2-9)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 13:47:55 +
with message-id 
and subject line Bug#615968: fixed in slv2 0.6.6-9
has caused the Debian Bug report #615968,
regarding slv2-doc: missing replaces/conflicts on libslv2-9
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.)


-- 
615968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615968
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: slv2-doc
Version: 0.6.6-8
Severity: serious

When moving files between packages, you need to take care of the upgrade
path...

Cheers,
Julien


--- End Message ---
--- Begin Message ---
Source: slv2
Source-Version: 0.6.6-9

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

libslv2-9_0.6.6-9_amd64.deb
  to main/s/slv2/libslv2-9_0.6.6-9_amd64.deb
libslv2-dev_0.6.6-9_amd64.deb
  to main/s/slv2/libslv2-dev_0.6.6-9_amd64.deb
slv2-doc_0.6.6-9_all.deb
  to main/s/slv2/slv2-doc_0.6.6-9_all.deb
slv2-jack_0.6.6-9_amd64.deb
  to main/s/slv2/slv2-jack_0.6.6-9_amd64.deb
slv2_0.6.6-9.debian.tar.gz
  to main/s/slv2/slv2_0.6.6-9.debian.tar.gz
slv2_0.6.6-9.dsc
  to main/s/slv2/slv2_0.6.6-9.dsc



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

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

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated slv2 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, 01 Mar 2011 14:30:12 +0100
Source: slv2
Binary: libslv2-9 libslv2-dev slv2-jack slv2-doc
Architecture: source amd64 all
Version: 0.6.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 libslv2-9  - A library for simple use of LV2 plugins
 libslv2-dev - Development files (headers) for SLV2 library
 slv2-doc   - Documentation for SLV2
 slv2-jack  - Jack support for LV2 plugins
Closes: 615968
Changes: 
 slv2 (0.6.6-9) unstable; urgency=medium
 .
   * Set slv2-jack's Section to sound.
   * Fix upgrade path (Closes: #615968):
 - Add {Breaks,Replaces}: libslv2-9 (<< 0.6.6-8) to slv2-doc's stanza.
Checksums-Sha1: 
 a2c06ea43451297e9c37474ac86d66f3fb56b01e 1488 slv2_0.6.6-9.dsc
 e6a92aeade87382e79a03fcbcc97bc391c83cfac 19459 slv2_0.6.6-9.debian.tar.gz
 22deb1cedb34f82e209f70bb45a955b673930d3a 28488 libslv2-9_0.6.6-9_amd64.deb
 de139a928dc5e31a60456d685feaa4138ada1890 24304 libslv2-dev_0.6.6-9_amd64.deb
 2cc613d0f56461d325ca7f7c80dfb92183190c01 23858 slv2-jack_0.6.6-9_amd64.deb
 b4042c8851f8ff42d9ce9b81d84b6cb05fdc89f1 64982 slv2-doc_0.6.6-9_all.deb
Checksums-Sha256: 
 e1dbc538d5702da7a10f7c81be05936e10ff3da4fe2bc94f4de3741bea6a3dd4 1488 
slv2_0.6.6-9.dsc
 c77d417e355cfaa3033ba48dc153c11f96723553a22c4e68dcd8cbaa7a686fb7 19459 
slv2_0.6.6-9.debian.tar.gz
 088cc0b29729996003ef01781a77d8b955df3500bb39b16b3302f981e1437d50 28488 
libslv2-9_0.6.6-9_amd64.deb
 71b481c0c43b293c97d0378827a91b6494557684dfd6851addaf65d86ba7b6bc 24304 
libslv2-dev_0.6.6-9_amd64.deb
 944bb36e5dec61bc120bd4868973711169fb3014da1fceca3558d6a796352036 23858 
slv2-jack_0.6.6-9_amd64.deb
 9fd349e2cd7ac50c0cefa810feb873a04f891c43a0b87346653d03e2524b8f85 64982 
slv2-doc_0.6.6-9_all.deb
Files: 
 846eddef1a461617461e34f66b0258f0 1488 sound optional slv2_0.6.6-9.dsc
 2593271023db74afa7817cb7a93d061f 19459 sound optional 
slv2_0.6.6-9.debian.tar.gz
 5000e65a38c44458eb8357510fdd756d 28488 libs optional 
libslv2-9_0.6.6-9_amd64.deb
 65068e2dd88c49b72793d72feb1b229a 24304 libdevel optional 
libslv2-dev_0.6.6-9_amd64.deb
 9761b5ec45611e1ed265db53f1737c86 23858 sound optional 
slv2-jack_0.6.6-9_amd64.deb
 4c3d2c6691a19d3f7b3412fdde7cebc6 64982 doc optional slv2-doc_0.6.6-9_all.deb

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

iEYEARECAAYFAk1s9oIACgkQRdSMfNz8P9BYPwCfftoM00tt35mh/v2+sPWRxLru
TooAn2SnRHn1xvnx5mu0z8qokE5gOCTK
=D1LE
-END PGP SIGNATURE-


--- End Message ---


Bug#615263: syncevolution: FTBFS due to gcc-4.4 / linker changes

2011-03-01 Thread Patrick Ohly
On Di, 2011-03-01 at 13:06 +, David Bremner wrote:
> Thanks for the suggestion. I think I need to find an approach that does
> not use .la files.  Currently there is no libsmltk.la installed by the
> debian libsynthesis-dev package (debian policy 10.2 discourages .la
> files). I think this means the fix should go in syncevolution, rather
> than libsynthesis.  There are also pkgconfig .pc files in libsynthesis
> (at least the debian package), so guess that might be another thing to
> investigate.

You are right, the libsynthesis-sdk.pc file needs to list libsmltk as
library it depends upon. There's no libsmltk.pc at the moment. Creating
one and listing it under "Requires" might be the cleanest solution, but
perhaps adding -lsmltk to "Libs" in libsynthesis-sdk.pc is good enough?

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.





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



Processed: tagging 549057

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

> tags 549057 + pending
Bug #549057 [mail-notification] mail-notification: Still uses gmime2.2
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
549057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549057
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#615263: syncevolution: FTBFS due to gcc-4.4 / linker changes

2011-03-01 Thread David Bremner
On Mon, 28 Feb 2011 09:47:14 +0100, Patrick Ohly  wrote:
> 
> 
> Does it help to add
> 
> libsynthesissdk_la_LIBADD = libsmltk.la
> 
> to src/Makefile.am and src/Makefile.am.in (the latter is the file that
> is in the git repo, used by src/gen-makefile-am.sh as part of building
> the source .tar.gz)?

Hi Patrick;

Thanks for the suggestion. I think I need to find an approach that does
not use .la files.  Currently there is no libsmltk.la installed by the
debian libsynthesis-dev package (debian policy 10.2 discourages .la
files). I think this means the fix should go in syncevolution, rather
than libsynthesis.  There are also pkgconfig .pc files in libsynthesis
(at least the debian package), so guess that might be another thing to
investigate.

David







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



Processed: tagging 615968

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

> tags 615968 + pending
Bug #615968 [slv2-doc] slv2-doc: missing replaces/conflicts on libslv2-9
Added tag(s) pending.
> thanks
Stopping processing here.

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


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



Processed: block 614726 with 554061 614433 614447 555784 614457 556672

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

> block 614726 with 554061 614433 614447 555784 614457 556672
Bug #614726 [release.debian.org] FFmpeg 0.6 transition
Was blocked by: 614958 554310 614725 614467 614727 612482 614953 606717 554340 
614458 614996 614954 614952 614957 614446 614956
Added blocking bug(s) of 614726: 614433, 602349, 555784, 554061, 556672, 
614447, and 614457
> thanks
Stopping processing here.

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


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



Processed: severity of 602349 is serious, reassign 602349 to src:therion, tagging 602349 ..., tagging 556672 ...

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

> severity 602349 serious
Bug #602349 [therion] therion FTBFS with binutils-gold
Severity set to 'serious' from 'normal'

> reassign 602349 src:therion 5.3.3-1
Bug #602349 [therion] therion FTBFS with binutils-gold
Bug reassigned from package 'therion' to 'src:therion'.
Bug No longer marked as found in versions therion/5.3.3-1.
Bug #602349 [src:therion] therion FTBFS with binutils-gold
Bug Marked as found in versions therion/5.3.3-1.
> tags 602349 + sid wheezy
Bug #602349 [src:therion] therion FTBFS with binutils-gold
Added tag(s) sid and wheezy.
> severity 556672 serious
Bug #556672 [src:therion] FTBFS with binutils-gold
Severity set to 'serious' from 'important'

> tags 556672 + patch
Bug #556672 [src:therion] FTBFS with binutils-gold
Added tag(s) patch.
> merge 556672 602349
Bug#556672: FTBFS with binutils-gold
Bug#602349: therion FTBFS with binutils-gold
Merged 556672 602349.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602349
556672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556672
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#615968: slv2-doc: missing replaces/conflicts on libslv2-9

2011-03-01 Thread Alessio Treglia
On Tue, Mar 1, 2011 at 12:00 PM, Julien Cristau  wrote:
> Package: slv2-doc
> Version: 0.6.6-8
> Severity: serious
>
> When moving files between packages, you need to take care of the upgrade
> path...

Oh f**k, you're right.
Sorry, I'm going to fix it right now, thanks again.


-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#614376: pcscd: fails to work (with castles SCT card reader)

2011-03-01 Thread Pádraig Brady
I upgraded from 1.6.4 to 1.6.7 and...

pcscd logs end with: readerfactory.c:1301:RFWaitForReaderInit() Waiting init 
for reader: CASTLES EZ710PU 00 01
Clients are blocked like: futex(0x2c6260, FUTEX_WAIT_PRIVATE, 2, NULL...

Note this device presents 2 readers.
00 00 = smartcard, 00 01 = rfid

Some more logs...

hotplug_libhal.c:367:HPAddDevice() Adding USB device: 
usb_device_ca6_3050_noserial_if0
readerfactory.c:934:RFInitializeReader() Attempting startup of CASTLES EZ710PU 
00 00 using /usr/lib/pcsc/drivers/ez7usb.bundle/Contents/Linux/ez7usb.so
readerfactory.c:824:RFBindFunctions() Loading IFD Handler 3.0
readerfactory.c:965:RFInitializeReader() Open Port 0x20 Failed 
(USB:0CA6/3050:LIBHAL:/ORG/FREEDESKTOP/HAL/DEVICES/USB_DEVICE_CA6_3050_NOSERIAL_IF0)
readerfactory.c:275:RFAddReader() CASTLES EZ710PU init failed.
readerfactory.c:985:RFUnInitializeReader() Attempting shutdown of CASTLES 
EZ710PU 00 00.
readerfactory.c:861:RFUnloadReader() Unloading reader driver.
hotplug_libhal.c:464:HPAddDevice() trying libusb scheme with: 
usb:0ca6/3050:libusb:006:002
readerfactory.c:934:RFInitializeReader() Attempting startup of CASTLES EZ710PU 
00 00 using /usr/lib/pcsc/drivers/ez7usb.bundle/Contents/Linux/ez7usb.so
readerfactory.c:824:RFBindFunctions() Loading IFD Handler 3.0
readerfactory.c:290:RFAddReader() Using the pcscd polling thread
readerfactory.c:934:RFInitializeReader() Attempting startup of CASTLES EZ710PU 
00 01 using /usr/lib/pcsc/drivers/ez7usb.bundle/Contents/Linux/ez7usb.so
readerfactory.c:738:RFLoadReader() Reusing already loaded driver for 
/usr/lib/pcsc/drivers/ez7usb.bundle/Contents/Linux/ez7usb.so
readerfactory.c:824:RFBindFunctions() Loading IFD Handler 3.0
readerfactory.c:447:RFAddReader() Using the pcscd polling thread
hotplug_libhal.c:319:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
hotplug_libhal.c:319:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
hotplug_libhal.c:319:get_driver() Looking a driver for VID: 0x1D6B, PID: 0x0001
readerfactory.c:1301:RFWaitForReaderInit() Waiting init for reader: CASTLES 
EZ710PU 00 01





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



Processed: block 614726 with 614467

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

> block 614726 with 614467
Bug #614726 [release.debian.org] FFmpeg 0.6 transition
Was blocked by: 614958 606717 554340 614458 554310 614996 614725 614954 614727 
614952 612482 614953 614957 614446 614956
Added blocking bug(s) of 614726: 614467
> thanks
Stopping processing here.

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


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



Processed: block 614726 with 614458 606717

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

> block 614726 with 614458 606717
Bug #614726 [release.debian.org] FFmpeg 0.6 transition
Was blocked by: 614958 554340 614996 554310 614725 614954 614727 614952 612482 
614953 614446 614957 614956
Added blocking bug(s) of 614726: 606717 and 614458
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614726
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#615968: slv2-doc: missing replaces/conflicts on libslv2-9

2011-03-01 Thread Julien Cristau
Package: slv2-doc
Version: 0.6.6-8
Severity: serious

When moving files between packages, you need to take care of the upgrade
path...

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#615847: marked as done (libslv2-9: manpages need to be moved to libslv2-dev)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 11:47:10 +
with message-id 
and subject line Bug#615847: fixed in slv2 0.6.6-8
has caused the Debian Bug report #615847,
regarding libslv2-9: manpages need to be moved to libslv2-dev
to be marked as done.

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

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


-- 
615847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libslv2-9
Version: 0.6.6-5
Severity: serious

Hi,

shared library packages should never include non-SONAME-versioned files,
to allow co-installability of different ABIs.  Plus the documentation
for a library makes no sense in the runtime package anyway.

Cheers,
Julien

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'squeeze-updates'), (500, 
'proposed-updates'), (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), 
(101, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libslv2-9 depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libraptor11.4.21-2   Raptor RDF parser and serializer l
ii  librasqal20.9.20-1   Rasqal RDF query library
ii  librdf0   1.0.10-3   Redland Resource Description Frame

libslv2-9 recommends no packages.

Versions of packages libslv2-9 suggests:
pn  slv2-jack  (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: slv2
Source-Version: 0.6.6-8

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

libslv2-9_0.6.6-8_amd64.deb
  to main/s/slv2/libslv2-9_0.6.6-8_amd64.deb
libslv2-dev_0.6.6-8_amd64.deb
  to main/s/slv2/libslv2-dev_0.6.6-8_amd64.deb
slv2-doc_0.6.6-8_all.deb
  to main/s/slv2/slv2-doc_0.6.6-8_all.deb
slv2-jack_0.6.6-8_amd64.deb
  to main/s/slv2/slv2-jack_0.6.6-8_amd64.deb
slv2_0.6.6-8.debian.tar.gz
  to main/s/slv2/slv2_0.6.6-8.debian.tar.gz
slv2_0.6.6-8.dsc
  to main/s/slv2/slv2_0.6.6-8.dsc



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

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

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated slv2 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, 01 Mar 2011 12:34:24 +0100
Source: slv2
Binary: libslv2-9 libslv2-dev slv2-jack slv2-doc
Architecture: source amd64 all
Version: 0.6.6-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 libslv2-9  - A library for simple use of LV2 plugins
 libslv2-dev - Development files (headers) for SLV2 library
 slv2-doc   - Documentation for SLV2
 slv2-jack  - Jack support for LV2 plugins
Closes: 615847
Changes: 
 slv2 (0.6.6-8) unstable; urgency=medium
 .
   [ Reinhard Tartler ]
   * Make libslv2-dev architecture any:
 - On request of the RT, because having it arch:all make it instantaly
   uninstallable on all architecture that haven't built it yet. This
   greatly slows down the buildds and ongoing transitions.
 .
   [ Alessio Treglia ]
   * Move manpages from libslv2-9 to slv2-doc package (Closes: #615847);
 thanks to Julien Cristau for the report.
Checksums-Sha1: 
 86de778662189ee5e1c0b3475af03a9df64aa0e6 1488 slv2_0.6.6-8.dsc
 9ee230ad7effd3eddc253e311ec0c1010f9fb7e6 19427 slv2_0.6.6-8.debian.tar.gz
 aecf775f607ea5054fd4852f589dcf45d4ae005c 28386 libslv2-9_0.6.6-8_amd64.deb
 d621a39a184e67fc916c489913b84003d1098980 24202 libslv2-dev_0.6.6-8_amd64.deb
 13113634591f8ffe1a9ab776eab6b9f0dceca6eb 23768 slv2-jack_0.6.6-8_amd64.deb
 a84fe59fa1612b719f54b4898e828282436e9899 64822 slv2-doc_0.6.6-8_all.deb
Checksums-Sha256: 
 63e1ceabc939146c762bb686cfc1f1fe68a4caca1c7670c4681558ac1a453361 1488 
slv2_0.6.6-8.dsc
 626c4ed3ead5dc1d75e3fc6b99babf50af20f7c1d28509d54883690214b51c9c 19427 
slv2_0.6.6-8.debian.tar.gz
 70dd56ee2bd0bed8f22795ac2e7dac02d35479631b30660545b0159d30c1371c 28386 
libslv2-9_0.6.6-8_amd64.deb
 6499d1274

Processed: tagging 615847

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

> tags 615847 + pending
Bug #615847 [libslv2-9] libslv2-9: manpages need to be moved to libslv2-dev
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615847
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 615851 to libsdl1.2debian-alsa: crash in SDL_InitSubSystem(SDL_INIT_AUDIO), summary 615851 24

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

> retitle 615851 libsdl1.2debian-alsa: crash in 
> SDL_InitSubSystem(SDL_INIT_AUDIO)
Bug #615851 [libsdl1.2debian-alsa] simutrans won't start
Changed Bug title to 'libsdl1.2debian-alsa: crash in 
SDL_InitSubSystem(SDL_INIT_AUDIO)' from 'simutrans won't start'
> summary 615851 24
Bug #615851 [libsdl1.2debian-alsa] libsdl1.2debian-alsa: crash in 
SDL_InitSubSystem(SDL_INIT_AUDIO)
Summary recorded from message bug 615851 message 24
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615851
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#615963: libvendorlib-perl: tilde expansion tests failing

2011-03-01 Thread Salvatore Bonaccorso
Source: libvendorlib-perl
Version: 0.10-1
Severity: serious
Justification: FTBFS

Hi

libvendorlib-perl FTBFS during tests on tilde expansion tests:

>dh_auto_test
> make[1]: Entering directory 
> `/build/salvi-libvendorlib-perl_0.10-1-amd64-Ujbe2k/libvendorlib-perl-0.10'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01basic.t t/pod.t
> 
> #   Failed test 'bare tilde expansion'
> #   at t/01basic.t line 36.
> #  got: '/usr/share/perl5'
> # expected: '/home/salvi/'
> 
> #   Failed test 'tilde expansion with user name'
> #   at t/01basic.t line 59.
> #  got: '/usr/share/perl5'
> # expected: '/home/salvi/'
> # Looks like you failed 2 tests of 3.
> t/01basic.t ..
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/3 subtests
> t/pod.t .. ok
> 
> Test Summary Report
> ---
> t/01basic.t (Wstat: 512 Tests: 3 Failed: 2)
>   Failed tests:  2-3
>   Non-zero exit status: 2
> Files=2, Tests=4,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.11 cusr  0.00 
> csys =  0.14 CPU)
> Result: FAIL
> Failed 1/2 test programs. 2/4 subtests failed.
> make[1]: *** [test_dynamic] Error 255
> make[1]: Leaving directory 
> `/build/salvi-libvendorlib-perl_0.10-1-amd64-Ujbe2k/libvendorlib-perl-0.10'
> dh_auto_test: make -j1 test returned exit code 2
> make: *** [build] Error 29
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Bests
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
sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on elende

╔══╗
║ libvendorlib-perl 0.10-1 (amd64)   01 Mar 2011 12:11 ║
╚══════╝

Package: libvendorlib-perl
Version: 0.10-1
Architecture: amd64
Chroot Build Dir: 
/var/lib/schroot/mount/unstable-amd64-sbuild-314b1c7a-7da4-4e3e-81e6-1f596aeb1d2e/build/salvi-libvendorlib-perl_0.10-1-amd64-Ujbe2k
Start Time: 20110301-1211
Get:1 http://ftp.ch.debian.org sid InRelease [147 kB]
Get:2 http://ftp.ch.debian.org sid/main Sources/DiffIndex [2038 B]
Get:3 http://ftp.ch.debian.org sid/main amd64 Packages/DiffIndex [2038 B]
Get:4 http://ftp.ch.debian.org sid/main TranslationIndex [2232 B]
Get:5 http://ftp.ch.debian.org sid/main 2011-03-01-0820.23.pdiff [3734 B]
Get:6 http://ftp.ch.debian.org sid/main amd64 2011-03-01-0820.23.pdiff [1763 B]
Get:7 http://ftp.ch.debian.org sid/main 2011-03-01-0820.23.pdiff [3734 B]
Get:8 http://ftp.ch.debian.org sid/main amd64 2011-03-01-0820.23.pdiff [1763 B]
Fetched 159 kB in 1s (88.4 kB/s)
Reading package lists...

┌──┐
│ Fetch source files   │
└──┘


Local sources
─

libvendorlib-perl_0.10-1.dsc exists in .; copying to chroot

Check arch
──

** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 7.2.13)
Build-Depends-Indep: perl, libtest-pod-perl

┌──┐
│ Install build dependencies (internal resolver)   │
└──┘

Checking for already installed source dependencies...
debhelper: missing
Using default version 8.1.2
perl: already installed (5.10.1-17)
libtest-pod-perl: missing
Checking for source dependency conflicts...
Installing positive dependencies: debhelper libtest-pod-perl
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  bsdmainutils file gettext gettext-base groff-base html2text intltool-debian
  libcroco3 libglib2.0-0 libio-stringy-perl libmagic1 libpcre3 libpipeline1
  libunistring0 libxml2 man-db po-debconf
Suggested packages:
  wamerican wordlist whois vacation dh-make gettext-doc groff less www-browser
  libmail-box-perl
Recommended packages:
  curl wget lynx-cur autopoint libglib2.0-data shared-mime-info xml-core
  libmail-sendmail-perl
The following NEW packages will be installed:
  bsdmainutils debhelper file gettext gettext-base groff-base html2text
  intltool-debian libcroco3 libglib2.0-0 libio-stringy-perl libmagic1 libpcre3
  libpipeline1 libtest-pod-perl libunistring0 libxml2 man-db po-debconf
0 upgrad

Processed: Re: Bug#615851: simutrans won't start

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

> reassign 615851 libsdl1.2debian-alsa 1.2.14-6.1
Bug #615851 [simutrans] simutrans won't start
Bug reassigned from package 'simutrans' to 'libsdl1.2debian-alsa'.
Bug No longer marked as found in versions simutrans/110.0-3.
Bug #615851 [libsdl1.2debian-alsa] simutrans won't start
Bug Marked as found in versions libsdl1.2/1.2.14-6.1.
> thanks
Stopping processing here.

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

2011-03-01 Thread Ansgar Burchardt
reassign 615851 libsdl1.2debian-alsa 1.2.14-6.1
thanks

Claudio Giordano  writes:
>> > below backtrace:
>> > Program received signal SIGSEGV, Segmentation fault.
>> > do_lookup_x (new_hash=2488895455, old_hash=0x7fffb728, ref=0x0,
>> > result=, scope=, 
>> > i=0, flags=2, skip=0x0, undef_map=0x77fce000) at dl-lookup.c:99
>> > 99 dl-lookup.c: No such file or directory.
>> >in dl-lookup.c
>> > (gdb) bt
>> > #0  do_lookup_x (new_hash=2488895455, old_hash=0x7fffb728, ref=0x0,
>> > result=, 
>> > scope=, i=0, flags=2, skip=0x0,
>> > undef_map=0x77fce000) at dl-lookup.c:99
>> [...]
>> > #6  0x761bb07a in __dlsym (handle=,
>> > name=) at dlsym.c:71
>> > #7  0x75f0f283 in ?? () from /usr/lib/libasound.so.2
>> [...]
>> > #14 0x75f2b31a in ?? () from /usr/lib/libasound.so.2
>> > #15 0x77391602 in ?? () from /usr/lib/libSDL-1.2.so.0
>> > #16 0x77364f64 in SDL_AudioInit () from /usr/lib/libSDL-1.2.so.0
>> > #17 0x77363edd in SDL_InitSubSystem () from
>> > /usr/lib/libSDL-1.2.so.0
>> > #18 0x005cc2d4 in ?? ()
>> 
>> This looks more like a problem with SDL or ALSA.  Which backend are you
>> using (dpkg -l "libsdl1.2debian-*")?  Does this trivial program work:
[...]
> $ dpkg -l | grep libsdl
> ii  libsdl-gfx1.2-4   2.0.20-1.1
> ii  libsdl-image1.2   1.2.10-2+b2
> ii  libsdl-mixer1.2   1.2.8-6.3
> ii  libsdl-mixer1.2-dev   1.2.8-6.3
> ii  libsdl-net1.2 1.2.7-2
> ii  libsdl-sound1.2   1.0.3-3+b1
> ii  libsdl-ttf2.0-0   2.0.9-1
> ii  libsdl1.2-dev 1.2.14-6.1
> ii  libsdl1.2debian   1.2.14-6.1
> ii  libsdl1.2debian-alsa  1.2.14-6.1
>
> [CUT]
>> Building with "gcc -o sdl-test -lSDL sdl.test.c" should work once you
>> have installed libsdl1.2-dev.
> the sdl-test compiles without error, but:
>
> $ ./sdl-test 
> Segmentation fault

I'm reassigning this to the SDL package for now, but it might be
libasound2 that is at fault.

A short summary for the SDL maintainers:

simutrans crashes on Claudio's system in the
SDL_InitSubSystem(SDL_INIT_AUDIO) call.  So does a simple test program
that just calls this function and nothing else (it works on my system).

Note that several libraries (libc6, libgcc1, libstdc++6) on Claudio's
system come from experimental.  I don't know whether the crash only
occurs with those or not.

Regards,
Ansgar



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



Bug#615530: marked as done (uninstallable)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 10:32:23 +
with message-id 
and subject line Bug#615530: fixed in qgis 1.4.0+12730-6
has caused the Debian Bug report #615530,
regarding uninstallable
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.)


-- 
615530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615530
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qgis
Severity: grave
Version: 1.4.0+12730-5

The following packages have unmet dependencies:
  libqgis1.4.0: Depends: libgdal1-1.6.0 which is a virtual package.
  qgis: Depends: libgdal1-1.6.0 which is a virtual package.


--- End Message ---
--- Begin Message ---
Source: qgis
Source-Version: 1.4.0+12730-6

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

libqgis-dev_1.4.0+12730-6_i386.deb
  to main/q/qgis/libqgis-dev_1.4.0+12730-6_i386.deb
libqgis1.4.0_1.4.0+12730-6_i386.deb
  to main/q/qgis/libqgis1.4.0_1.4.0+12730-6_i386.deb
python-qgis-common_1.4.0+12730-6_all.deb
  to main/q/qgis/python-qgis-common_1.4.0+12730-6_all.deb
python-qgis_1.4.0+12730-6_i386.deb
  to main/q/qgis/python-qgis_1.4.0+12730-6_i386.deb
qgis-common_1.4.0+12730-6_all.deb
  to main/q/qgis/qgis-common_1.4.0+12730-6_all.deb
qgis-plugin-grass-common_1.4.0+12730-6_all.deb
  to main/q/qgis/qgis-plugin-grass-common_1.4.0+12730-6_all.deb
qgis-plugin-grass_1.4.0+12730-6_i386.deb
  to main/q/qgis/qgis-plugin-grass_1.4.0+12730-6_i386.deb
qgis_1.4.0+12730-6.diff.gz
  to main/q/qgis/qgis_1.4.0+12730-6.diff.gz
qgis_1.4.0+12730-6.dsc
  to main/q/qgis/qgis_1.4.0+12730-6.dsc
qgis_1.4.0+12730-6_i386.deb
  to main/q/qgis/qgis_1.4.0+12730-6_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 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated qgis 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Feb 2011 17:51:51 +0100
Source: qgis
Binary: qgis qgis-common libqgis1.4.0 libqgis-dev qgis-plugin-grass 
qgis-plugin-grass-common python-qgis python-qgis-common
Architecture: source i386 all
Version: 1.4.0+12730-6
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libqgis-dev - Quantum GIS - development files
 libqgis1.4.0 - Quantum GIS - shared libraries
 python-qgis - Python bindings to Quantum GIS
 python-qgis-common - Python bindings to Quantum GIS - architecture-independent 
files
 qgis   - Geographic Information System (GIS)
 qgis-common - Quantum GIS - architecture-independent data
 qgis-plugin-grass - GRASS plugin for Quantum GIS
 qgis-plugin-grass-common - GRASS plugin for Quantum GIS - 
architecture-independent data
Closes: 611089 615530
Changes: 
 qgis (1.4.0+12730-6) unstable; urgency=high
 .
   * Now also linking current Gdal.
 (closes: #615530)
   * Fixed build-dep on non-transitioning sip package.
 (closes: #611089, #615530)
Checksums-Sha1: 
 f2db85e33c3b6eb47a4cf5127dbad6fa525d79fe 1855 qgis_1.4.0+12730-6.dsc
 9f2ba015464db8e79c3e7a12416531b25a416986 16868 qgis_1.4.0+12730-6.diff.gz
 dbdc7a44569b76ad8991f6f7674d1a6e510985ad 3583336 qgis_1.4.0+12730-6_i386.deb
 ae4d5b702627833d2198fae02cb914434afff04d 4265578 
qgis-common_1.4.0+12730-6_all.deb
 575edbea903f99bf900fe50d4313d01328e6a653 1916456 
libqgis1.4.0_1.4.0+12730-6_i386.deb
 7d0af799aeedd9ac0b585aef4605ccafa749feb6 184930 
libqgis-dev_1.4.0+12730-6_i386.deb
 5a138357c4cd1d61416883e013024c98d2c281fa 1181840 
qgis-plugin-grass_1.4.0+12730-6_i386.deb
 223d69073a71ea7524884d1fe149064b8dfd01db 1085410 
qgis-plugin-grass-common_1.4.0+12730-6_all.deb
 7cbb011f962d9c06cfbf1a9ce863365be16afade 587898 
python-qgis_1.4.0+12730-6_i386.deb
 9eee209ccdeaacfb13b7770bad017e3ead035943 704462 
python-qgis-common_1.4.0+12730-6_all.deb
Checksums-Sha256: 
 687bfe754c4d1b39d4852b65a2af4a933e23d0e159e5dc6e597f764ce2cb31a9 1855 
qgis_1.4.0+12730-6.dsc
 9cdeef732daf6507e3537873d03b2a88af0fb85d3f32e666d6017db080e2edab 16868 
qgis_1.4.0+12730-6.diff.gz
 0da53de79665f5d140b40544273e80bedb3feda48d2c7514ee283454f2578d4d 3583336 
qgis_1.4.0+12730-6_i386.deb
 125d1519992976b064311ea65a152bb056

Bug#611089: marked as done (depends on transitonal sip4 packages)

2011-03-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Mar 2011 10:32:23 +
with message-id 
and subject line Bug#611089: fixed in qgis 1.4.0+12730-6
has caused the Debian Bug report #611089,
regarding depends on transitonal sip4 packages
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.)


-- 
611089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qgis
Version: 1.4.0+12730-4
Severity: important

I uploaded sip4 source package (previously: sip4-qt3) without transitional
packages (python-sip4, sip4, python-sip4-dev and python-sip4-dbg).
It's currently in NEW, but please update your build dependencies soon.
Sorry for late notice, it was deprecated a year ago and I thought every
package is already updated.

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

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


--- End Message ---
--- Begin Message ---
Source: qgis
Source-Version: 1.4.0+12730-6

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

libqgis-dev_1.4.0+12730-6_i386.deb
  to main/q/qgis/libqgis-dev_1.4.0+12730-6_i386.deb
libqgis1.4.0_1.4.0+12730-6_i386.deb
  to main/q/qgis/libqgis1.4.0_1.4.0+12730-6_i386.deb
python-qgis-common_1.4.0+12730-6_all.deb
  to main/q/qgis/python-qgis-common_1.4.0+12730-6_all.deb
python-qgis_1.4.0+12730-6_i386.deb
  to main/q/qgis/python-qgis_1.4.0+12730-6_i386.deb
qgis-common_1.4.0+12730-6_all.deb
  to main/q/qgis/qgis-common_1.4.0+12730-6_all.deb
qgis-plugin-grass-common_1.4.0+12730-6_all.deb
  to main/q/qgis/qgis-plugin-grass-common_1.4.0+12730-6_all.deb
qgis-plugin-grass_1.4.0+12730-6_i386.deb
  to main/q/qgis/qgis-plugin-grass_1.4.0+12730-6_i386.deb
qgis_1.4.0+12730-6.diff.gz
  to main/q/qgis/qgis_1.4.0+12730-6.diff.gz
qgis_1.4.0+12730-6.dsc
  to main/q/qgis/qgis_1.4.0+12730-6.dsc
qgis_1.4.0+12730-6_i386.deb
  to main/q/qgis/qgis_1.4.0+12730-6_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 611...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated qgis 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Feb 2011 17:51:51 +0100
Source: qgis
Binary: qgis qgis-common libqgis1.4.0 libqgis-dev qgis-plugin-grass 
qgis-plugin-grass-common python-qgis python-qgis-common
Architecture: source i386 all
Version: 1.4.0+12730-6
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libqgis-dev - Quantum GIS - development files
 libqgis1.4.0 - Quantum GIS - shared libraries
 python-qgis - Python bindings to Quantum GIS
 python-qgis-common - Python bindings to Quantum GIS - architecture-independent 
files
 qgis   - Geographic Information System (GIS)
 qgis-common - Quantum GIS - architecture-independent data
 qgis-plugin-grass - GRASS plugin for Quantum GIS
 qgis-plugin-grass-common - GRASS plugin for Quantum GIS - 
architecture-independent data
Closes: 611089 615530
Changes: 
 qgis (1.4.0+12730-6) unstable; urgency=high
 .
   * Now also linking current Gdal.
 (closes: #615530)
   * Fixed build-dep on non-transitioning sip package.
 (closes: #611089, #615530)
Checksums-Sha1: 
 f2db85e33c3b6eb47a4cf5127dbad6fa525d79fe 1855 qgis_1.4.0+12730-6.dsc
 9f2ba015464db8e79c3e7a12416531b25a416986 16868 qgis_1.4.0+12730-6.diff.gz
 dbdc7a44569b76ad8991f6f7674d1a6e510985ad 3583336 qgis_1.4.0+12730-6_i386.deb
 ae4d5b702627833d2198fae02cb914434afff04d 4265578 
qgis-common_1.4.0+12730-6_all.deb
 575edbea903f99bf900fe50d4313d01328e6a653 1916456 
libqgis1.4.0_1.4.0+12730-6_i386.deb
 7d0af799aeedd9ac0b585aef4605ccafa749feb6 184930 
libqgis-dev_1.4.0+12730-6_i386.deb
 5a138357c4cd1d61416883e013024c98d2c281fa 1181840 
qgis-plugin-grass_1.4.0+12730-6_i386.deb
 223d69073a71ea7524884d1fe149064b8dfd01db 1085410 
qgis-plugin-grass-common_1.4.0+12730-6_all.deb
 7cbb011f962d9c06cfbf1a9ce863365be16afade 587898 
python-qgis_1

Bug#608017: closed by doch...@gmail.com (Desmond O. Chang) (Bug#608017: fixed in stumpwm 1:20110213.git34362e5-1)

2011-03-01 Thread servilio
Hi Desmond,

On 1 March 2011 08:41, Desmond O. Chang  wrote:
[...]
> I got this problem too.  I think it's from upstream.  Please delete
> your caches in ~/.cache/common-lisp/sbcl.../stumpwm/ to fix it.

Just cleared the whole caches (CLISP and SBCL) and both are coming up
in a Xephyr server, I will try tomorrow in a real server and report
back.

Thanks,

Servilio



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



Bug#608017: closed by doch...@gmail.com (Desmond O. Chang) (Bug#608017: fixed in stumpwm 1:20110213.git34362e5-1)

2011-03-01 Thread Desmond O. Chang
On Tue, Mar 1, 2011 at 15:25, servilio  wrote:
> On 1 March 2011 02:56, Desmond O. Chang  wrote:
>> Hi servilio,
>>
>> On Mon, Feb 28, 2011 at 18:58, servilio  wrote:
>>>
>>> This is a problem in the clisp package, CLX works in 2.48, but not in
>>> 2.49 even with clisp-module-clx installed:
>>
>> How do you start stumpwm?  If you exec /usr/bin/stumpwm, it should
>> work.  If you load stumpwm in repl, you have to (require "clx") first.
>> The module name must be downcase "clx", neither "CLX" nor :clx.
>
> Yes, I use the package-provided script, and after upgrading to the
> latest version of stumpwm in the repo it works with CLISP, but now it
> doesn't with SBCL, the error that it ends with:
>
> ; file: /usr/share/common-lisp/source/stumpwm/stumpwm.lisp
> ; in: DEFUN STUMPWM::STUMPWM-INTERNAL
> ;     (STUMPWM::GROUP-STARTUP STUMPWM::G)
> ;
> ; caught STYLE-WARNING:
> ;   undefined function: STUMPWM::GROUP-STARTUP
> ;
> ; compilation unit finished
> ;   Undefined function:
> ;     STUMPWM::GROUP-STARTUP
> ;   caught 1 STYLE-WARNING condition
> ;   printed 1 note

I got this problem too.  I think it's from upstream.  Please delete
your caches in ~/.cache/common-lisp/sbcl.../stumpwm/ to fix it.



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



Bug#615654: ihu and a nmu

2011-03-01 Thread Miguel Colon
> Hi Miguel,
>
> thanks for your work!
>
> I'll check your package and I'll integrate your change in the official
> package in the next days.

Just as an Addendum:

Reinhard Tartler wrote:
> the library uses libgmpxx, not libgmp. I did the same mistake myself,
> and came to the conclusion that the test should be fixed to test a
> symbol that is actually in libgmpxx.

Might want to look into this.

Hope this helps.

Cheers,
Miguel



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



Bug#615654: ihu and a nmu

2011-03-01 Thread Andrea Capriotti
Il giorno mar, 01/03/2011 alle 03.13 +, Miguel Colon ha scritto:

> Please review it  and make suggestions/edits. If it looks fine please
> upload it. If it's bad just ignore it :) or inform me how can it be
> improved.

Hi Miguel,

thanks for your work!

I'll check your package and I'll integrate your change in the official
package in the next days.

Bye
-- 
Andrea Capriotti 





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