Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Rene Engelhard
tag 603538 + moreinfo
severity 603538 serious
thanks

Hi,

On Mon, Nov 15, 2010 at 08:52:27AM +0100, Eric Valette wrote:
 Package: openoffice.org-core
 Version: 1:3.2.1-8
 Severity: grave
 Justification: renders package unusable

Wrong. It's an install failure, so it's serious per definition (still RC, so..)
grave is for *runtime* problems.

 Paramétrage de openoffice.org-core (1:3.2.1-8) ...
 file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
 register component 
 'file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so' in 
 registry '/var/lib/openoffice/basis3.2/program/services.rdb' failed!
 error (CannotRegisterImplementationException): loading component library 
 failed: file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
 dpkg : erreur de traitement de openoffice.org-core (--configure) :
  le sous-processus script post-installation installé a retourné une erreur 
 de sortie d'état 1
 dpkg : des problèmes de dépendances empêchent la configuration de 
 python-uno :

Does fine here. You are upgrading, I assume? Did you have -filter-binfilter 
installed
befaore *correctly*? Seems it is registered in 
/usr/lib/openoffice/basis3.2/registered-components
although not being there?

And the obvious notice: In -8 nothing in that place changed.

 ii  ttf-opensymbol 2:2.3.9+LibO3.3.0~beta2-2 OpenSymbol TrueType font
 ii  ure1.7.0+LibO3.3.0~beta2-2   LibreOffice UNO runtime 
 environmen

Eh, you have LibreOffice packages from experimental installed here. Note that
OOo and LibO are *not* supposed to work at the same system as the packages are
designed. No idea whether that's the cause here, but you have at least the 
integral
ure package from LibreOffice and not OpenOffice.org...
 
Clean that up, please. (Yes, the OOo-LibO upgrade needs to be finished, and 
downgrades
are not supported)

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: Re: Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 603538 + moreinfo
Bug #603538 [openoffice.org-core] openoffice.org-core 3.2.1-8 does not install
Added tag(s) moreinfo.
 severity 603538 serious
Bug #603538 [openoffice.org-core] openoffice.org-core 3.2.1-8 does not install
Severity set to 'serious' from 'grave'

 thanks
Stopping processing here.

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

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 573979 serious
Bug #573979 [gpointing-device-settings] gpointing-device-settings: Segfaults 
when started
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
573979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573979
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#603542: /usr/bin/tmux: tmux crashes on attach-session

2010-11-15 Thread Kenyon Ralph
Package: tmux
Version: 1.3-1
Severity: grave
File: /usr/bin/tmux
Justification: causes non-serious data loss

When doing 'tmux attach-session -d' from a terminal window that is
smaller than the window where the tmux session was running before, the
tmux server crashes, causing everything running under that server to
die.

This bug also affects Ubuntu, which is where I originally experienced
it: https://bugs.edge.launchpad.net/ubuntu/+source/tmux/+bug/671066

This does not happen with tmux built from CVS HEAD without Debian
patches.

So apparently this is due to one or more Debian-specific patches. Here
are some comments on that from the tmux developer on IRC:

35 NicM i said this was a bad move at the time, because you
don't want to kill the entire server just because you can't fix the
terminal when a client exits
000139 NicM in HEAD this patch won't do this though, because we make
the tty blocking again before calling tty_raw()
000143 NicM but its still a bad move
000214 NicM really we should leave it nonblocking and retry on
EAGAIN, but who cares tbh, worst case the user has to type reset
000346 NicM and typically the reason write() would fail is because
the terminal has actually gone (ie ssh network disconnect or eg xterm
was closed)
000447 NicM we are quite careful not to fatal in the tty shutdown
path because ssh particularly can leave us with an invalid fd
000518 NicM actually in HEAD we set it blocking again AFTER calling
tty_raw() so it'd still be an issue with the patch
000551 NicM this is because there is some retarded gcc option that
complains when write() returns are ignored

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages tmux depends on:
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libncurses5  5.7+20100313-4  shared libraries for terminal hand

tmux recommends no packages.

tmux suggests no packages.

-- no debconf information



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



Bug#573979: marked as done (gpointing-device-settings: Segfaults when started)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 08:33:11 +
with message-id e1phuux-000587...@franck.debian.org
and subject line Bug#573979: fixed in gpointing-device-settings 1.5.1-3
has caused the Debian Bug report #573979,
regarding gpointing-device-settings: Segfaults when started
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.)


-- 
573979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gpointing-device-settings
Version: 1.5.1-1
Severity: important


Yesterday I did a safe-upgrade which upgraded to kernel version 
2.6.32-trunk-686, 
xserver-xorg:1:7.5+3, and xfce4 4.6.1.3, and this package. 

Now gpointing-device-settings segfaults at startup, although it works once in a 
while when run as root.

Configuring my touchpad still works with xinput but its a pain.
  

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

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

Versions of packages gpointing-device-settings depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.20-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.84-1 simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgpds0  1.5.1-1library for configuration of point
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libxi62:1.3-3X11 Input extension library

gpointing-device-settings recommends no packages.

gpointing-device-settings suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gpointing-device-settings
Source-Version: 1.5.1-3

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

gpointing-device-settings_1.5.1-3.debian.tar.gz
  to 
main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-3.debian.tar.gz
gpointing-device-settings_1.5.1-3.dsc
  to main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-3.dsc
gpointing-device-settings_1.5.1-3_amd64.deb
  to 
main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-3_amd64.deb
gsynaptics_1.5.1-3_amd64.deb
  to main/g/gpointing-device-settings/gsynaptics_1.5.1-3_amd64.deb
libgpds-dbg_1.5.1-3_amd64.deb
  to main/g/gpointing-device-settings/libgpds-dbg_1.5.1-3_amd64.deb
libgpds-dev_1.5.1-3_amd64.deb
  to main/g/gpointing-device-settings/libgpds-dev_1.5.1-3_amd64.deb
libgpds0_1.5.1-3_amd64.deb
  to main/g/gpointing-device-settings/libgpds0_1.5.1-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Michal Čihař ni...@debian.org (supplier of updated gpointing-device-settings 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Nov 2010 08:53:42 +0100
Source: gpointing-device-settings
Binary: gpointing-device-settings libgpds0 libgpds-dev libgpds-dbg gsynaptics
Architecture: source amd64
Version: 1.5.1-3
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 gpointing-device-settings - configuration tool for pointing devices
 gsynaptics - configuration tool for 

Bug#566396: Please, don't remove this package

2010-11-15 Thread Camaleón
Hello,

Please, don't remove this package.

Iceowl-extension users will be forced to get Mozilla upstream Lightning 
addon to get a fully localized calendar extension and so messing Debian 
packages with Mozilla ones.

What is it needed? :-?

Lightning seems to be working fine with Iceweasel and is fully 
translated.

Greetings,

-- 
Camaleón 



-- 
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#603511: proftpd: cve-2010-4221 remote code execution vulnerability

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 603511 1.3.1-17lenny4
Bug #603511 {Done: Julien Cristau jcris...@debian.org} [proftpd-dfsg] 
proftpd: cve-2010-4221 remote code execution vulnerability
There is no source info for the package 'proftpd-dfsg' at version 
'1.3.1-17lenny4' with architecture ''
Unable to make a source version for version '1.3.1-17lenny4'
Bug No longer marked as found in versions 1.3.1-17lenny4.
 found 603511 1.3.3a-4
Bug #603511 {Done: Julien Cristau jcris...@debian.org} [proftpd-dfsg] 
proftpd: cve-2010-4221 remote code execution vulnerability
There is no source info for the package 'proftpd-dfsg' at version '1.3.3a-4' 
with architecture ''
Unable to make a source version for version '1.3.3a-4'
Bug Marked as found in versions 1.3.3a-4 and reopened.
 fixed 603511 1.3.3a-5
Bug #603511 [proftpd-dfsg] proftpd: cve-2010-4221 remote code execution 
vulnerability
There is no source info for the package 'proftpd-dfsg' at version '1.3.3a-5' 
with architecture ''
Unable to make a source version for version '1.3.3a-5'
Bug Marked as fixed in versions 1.3.3a-5.
 close 603511 1.3.3a-5
Bug#603511: proftpd: cve-2010-4221 remote code execution vulnerability
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1.3.3a-5, send any further explanations to 
Michael Gilbert michael.s.gilb...@gmail.com

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603511
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#601568: Please unblock bwa/0.5.8c-1

2010-11-15 Thread Andreas Tille
Hi,

bug #601568 (Bug in scoring matrix incurs errors in indel calling.) in
bwa/0.5.8a-1 is serios according to upstream and fixed in bwa/0.5.8c-1
which is just in unstable.  The package itself is of some importance for
the Debian Med team because it concerns new generation sequencing a
quite chalanging field in genetic research.  It would be great if you
could unblock bwa/0.5.8c-1 to have the fixed version in Squeeze.

Kind regards and thanks for your work on a great Debian release

Andreas.

-- 
http://fam-tille.de



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



Bug#603511: proftpd: cve-2010-4221 remote code execution vulnerability

2010-11-15 Thread Francesco P. Lovergine
notfound 603511 1.3.1-17lenny4
found 603511 1.3.3a-4
fixed 603511 1.3.3a-5
close 603511 1.3.3a-5
thanks

Would you please read the changelog before submitting unuseful bugs?
Thanks.

On Sun, Nov 14, 2010 at 03:46:09PM -0500, Michael Gilbert wrote:
 Package: proftpd-dfsg
 Version: 1.3.1-17lenny4
 Severity: grave
 Tags: security , patch
 
 Hi,
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for proftpd-dfsg.
 
 CVE-2010-4221[0]:
 | Multiple stack-based buffer overflows in the pr_netio_telnet_gets
 | function in netio.c in ProFTPD before 1.3.3c allow remote attackers to
 | execute arbitrary code via vectors involving a TELNET IAC escape
 | character to a (1) FTP or (2) FTPS server.
 
 Patch available:
 http://bugs.proftpd.org/show_bug.cgi?id=3521
 
 If you fix the vulnerability please also make sure to include the
 CVE id in your changelog entry.
 
 For further information see:
 
 [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4221
 http://security-tracker.debian.org/tracker/CVE-2010-4221
 

-- 
Francesco P. Lovergine



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



Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Eric Valette

On 11/15/2010 09:08 AM, Rene Engelhard wrote:


Wrong. It's an install failure, so it's serious per definition (still RC, so..)
grave is for *runtime* problems.


Fine with me.


Paramétrage de openoffice.org-core (1:3.2.1-8) ...
file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
register component 
'file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so' in 
registry '/var/lib/openoffice/basis3.2/program/services.rdb' failed!
error (CannotRegisterImplementationException): loading component library 
failed: file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
dpkg : erreur de traitement de openoffice.org-core (--configure) :
  le sous-processus script post-installation installé a retourné une erreur 
de sortie d'état 1
dpkg : des problèmes de dépendances empêchent la configuration de 
python-uno :




Does fine here. You are upgrading, I assume? Did you have -filter-binfilter 
installed


Yes I'm upgrading and yes I have -filter-binfilter installed and yes the 
bug is there.



befaore *correctly*? Seems it is registered in 
/usr/lib/openoffice/basis3.2/registered-components
although not being there?


Yes it was coorrectly installed.


And the obvious notice: In -8 nothing in that place changed.


ii  ttf-opensymbol 2:2.3.9+LibO3.3.0~beta2-2 OpenSymbol TrueType font
ii  ure1.7.0+LibO3.3.0~beta2-2   LibreOffice UNO runtime environmen


I remembered that and downgraded. No change. Same problem. As a side 
note it should not be installable if its uniquely for libreoffice...


Note that I'm now at work and cannot test further. Waht I can say is 
that I upgraded another machine with no problem.






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



Processed: your mail

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 598100 serious
Bug #598100 [live-build] update packages list for squeeze
Severity set to 'serious' from 'normal'

 severity 598101 serious
Bug #598101 [live-build] update syslinux theme for squeeze
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598101
598100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598100
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#603552: update theme for squeeze

2010-11-15 Thread Daniel Baumann
Package: syslinux-themes-debian
Severity: serious

please update theme for squeeze.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#603551: update theme for squeeze

2010-11-15 Thread Daniel Baumann
Package: plymouth
Severity: serious

please update theme for squeeze.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#603554: update isolinux theme for squeeze

2010-11-15 Thread Daniel Baumann
Package: debian-cd
Severity: serious

please update isolinux theme for squeeze (space fun).

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Processed: your mail

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 598101 by 603554
Bug #598101 [live-build] update syslinux theme for squeeze
Was not blocked by any bugs.
Added blocking bug(s) of 598101: 603554
 block 603551 by 603554
Bug #603551 [plymouth] update theme for squeeze
Was not blocked by any bugs.
Added blocking bug(s) of 603551: 603554
 block 603552 by 603554
Bug #603552 [syslinux-themes-debian] update theme for squeeze
Was not blocked by any bugs.
Added blocking bug(s) of 603552: 603554
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603552
603551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603551
598101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598101
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#603286: plymouth: The Debian open logo with Debian is not compliant to the Debian policy

2010-11-15 Thread Daniel Baumann
initially, i wanted to just apply the fix (which then was delayed
because of:

  2010-11-12 15:56:51  OdyX dba: you want to check if the uuencoded
  swirl I sent you has really no white background. I checked, but I
  might have f** up.

however...)

now that i though about it, and we'll need updates for space fun anyway,
i will just get rid of the debian logo/word in plymouth entirely, and
put stuff into plymouth-themes-debian.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#602738: Support for piuparts

2010-11-15 Thread Raphael Bossek
severity 602738 minor
tags 602738 wontfix

Thank you for this bug report. I'm a little bit confused with the
severity. I can not find a Debian Policy exception where the Debconf
question/answer stage can not end in an endless loop. Only if such a
restriction exists within the Debian Policy the severity serious
should be set.

You can not install bugzilla without a valid configuration. At least
MySQL have to run and you need to know the admin account. I got tons
of error reports where people did not answer the Debconf question as
requested. The user can break the question/answer loop at any time but
know that the setup fail.

I put in consideration to detect piuparts and disable the setup of
bugzilla. The idea behind piuparts is only to check the low-level
installation/de-installation but not if bugzilla is working. I've
changed the severity to minor because it's only a issue with piuparts
but not for real life situations.

Greetings,
Raphael



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



Processed (with 5 errors): Support for piuparts

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 602738 minor
Bug #602738 [bugzilla3] bugzilla3: fails to install, loops endlessly
Severity set to 'minor' from 'serious'

 tags 602738 wontfix
Bug #602738 [bugzilla3] bugzilla3: fails to install, loops endlessly
Added tag(s) wontfix.
 Thank you for this bug report. I'm a little bit confused with the
Unknown command or malformed arguments to command.

 severity. I can not find a Debian Policy exception where the Debconf
Unknown command or malformed arguments to command.

 question/answer stage can not end in an endless loop. Only if such a
Unknown command or malformed arguments to command.

 restriction exists within the Debian Policy the severity serious
Unknown command or malformed arguments to command.

 should be set.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
602738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602738
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#598135: Forwarding articles to moderators is broken / FTBFS

2010-11-15 Thread Marco d'Itri
On Nov 14, Steve M. Robbins st...@sumost.ca wrote:

 Marco: are you actively working on these issues?  If not, I can prepare an 
 NMU.
I fear that it's too late now to get in squeeze everything I wanted,
my plan was to make a backport and hope for the next point release.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#599953: Looks like we should drop libverilog-perl for squeeze

2010-11-15 Thread Enrico Zini
On Sat, Nov 13, 2010 at 10:16:36PM +0100, gregor herrmann wrote:

 In general I'm all for starting to remove fringe packages from testing
 (thanks for your initiative!) but unless I'm mistaken in this case it
 doesn't seem to be necessary.

Yes, sorry, my fault. I've updated the comment on
http://bts.turmzimmer.net/details.php accordingly.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#600374: Remove from testing?

2010-11-15 Thread Enrico Zini
Hello,

after a quick chat on IRC: squeeze won't be useful in openmoko systems
without at least some bits from sid and experimental.

Therefore it does not make sense to put effort in fixing this in time
for squeeze, and we can just remove mokomaze from testing and give
upstream all the time they need to work on it.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Rene Engelhard
reassign 603538 ure
retitle 603538 OOo binfilter registration failure with LibreOffice 3.3 ure
tag 603538 - moreinfo
tag 603538 + confirmed
tag 603538 + wontfix
severity 603538 important
severity 603549 important
merge 603538 603549
thanks

On Mon, Nov 15, 2010 at 09:08:01AM +0100, Rene Engelhard wrote:
 Does fine here. You are upgrading, I assume? Did you have -filter-binfilter 
 installed

There we go. 

- on amd64 with clean chroot 3.2.1-7 install + binfilter + dist-upgrade.
  Registration works.

- on amd64 with a clean 3.2.1-8 install + binfilter in a chroot
  Registration works.

Setting up openoffice.org-filter-binfilter (1:3.2.1-8) ...
file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
register component 
'file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so' in 
registry '/var/lib/openoffice/basis3.2/program/services.rdb' successful!

  ii  ttf-opensymbol 2:2.3.9+LibO3.3.0~beta2-2 OpenSymbol TrueType font
  ii  ure1.7.0+LibO3.3.0~beta2-2   LibreOffice UNO runtime 
  environmen
 
 Eh, you have LibreOffice packages from experimental installed here. Note that
 OOo and LibO are *not* supposed to work at the same system as the packages are
 designed. No idea whether that's the cause here, but you have at least the 
 integral
 ure package from LibreOffice and not OpenOffice.org...

- Tried with a unclean chroot which has ttf-opensymbol and URE from
  LibeOffice installed

Setting up openoffice.org-core (1:3.2.1-8) ...
file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so
register component 
'file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so' in 
registry '/var/lib/openoffice/basis3.2/program/services.rdb' failed!
error (CannotRegisterImplementationException): loading component library 
failed: file:///usr/lib/openoffice/basis3.2/program/libbf_migratefilterlx.so

Yes, that fails.

Looks like LibreOffice need conflicts/breaks, though, but that has to
be handled in LibO, not in OOo, though I wonder why it breaks)

See also #603549 which was filed in the meanwhile.

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



Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Rene Engelhard
Hi,

On Mon, Nov 15, 2010 at 10:02:17AM +0100, Eric Valette wrote:
 And the obvious notice: In -8 nothing in that place changed.
 
 ii  ttf-opensymbol 2:2.3.9+LibO3.3.0~beta2-2 OpenSymbol TrueType font
 ii  ure1.7.0+LibO3.3.0~beta2-2   LibreOffice UNO runtime 
 environmen
 
 I remembered that and downgraded. No change. Same problem. As a side

Also the other ones (e.g. uno-libs3)?
Anyway, does make a difference here. See my other reply.

 note it should not be installable if its uniquely for libreoffice...

It's not unquely for LibreOffice. It's a newer version of it.
and ure is the UNO runtime environment, used by both OOo and LibO
(a base library that everything uses - compare it like glibc for Linux)

Besides that, no, it's not my or the OOo packages' fault if you didn't keep 
your sid clean after installing LibreOffice. (but probably a bug in
LibreOffice/the LibreOffice packages)

 Note that I'm now at work and cannot test further. Waht I can say is
 that I upgraded another machine with no problem.

Which probably was clean and didn't have the ure from experimental.

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: Re: Bug#603538: openoffice.org-core 3.2.1-8 does not install

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 603538 ure
Bug #603538 [openoffice.org-core] openoffice.org-core 3.2.1-8 does not install
Bug reassigned from package 'openoffice.org-core' to 'ure'.
Bug No longer marked as found in versions openoffice.org/1:3.2.1-8.
 retitle 603538 OOo binfilter registration failure with LibreOffice 3.3 ure
Bug #603538 [ure] openoffice.org-core 3.2.1-8 does not install
Changed Bug title to 'OOo binfilter registration failure with LibreOffice 3.3 
ure' from 'openoffice.org-core 3.2.1-8 does not install'
 tag 603538 - moreinfo
Bug #603538 [ure] OOo binfilter registration failure with LibreOffice 3.3 ure
Removed tag(s) moreinfo.
 tag 603538 + confirmed
Bug #603538 [ure] OOo binfilter registration failure with LibreOffice 3.3 ure
Added tag(s) confirmed.
 tag 603538 + wontfix
Bug #603538 [ure] OOo binfilter registration failure with LibreOffice 3.3 ure
Added tag(s) wontfix.
 severity 603538 important
Bug #603538 [ure] OOo binfilter registration failure with LibreOffice 3.3 ure
Severity set to 'important' from 'serious'

 severity 603549 important
Bug #603549 [ure] ure 1.7.0+LibO3.3.0~beta2-2 breaks openoffice 1:3.2.1-7
Severity set to 'important' from 'minor'

 merge 603538 603549
Bug#603538: OOo binfilter registration failure with LibreOffice 3.3 ure
Bug#603549: ure 1.7.0+LibO3.3.0~beta2-2 breaks openoffice 1:3.2.1-7
Merged 603538 603549.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603549
603538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603538
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#583738: Bug#575798: Bug#584942: by the way

2010-11-15 Thread Holger Levsen
Hi,

On Montag, 15. November 2010, Jonas Smedegaard wrote:
 Still present where? With which version of ghostscript did you test?

 Please try the newest packaging as requested here:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=78;att=0;bug=583738

I can only see ghostscript 9.0 packages there, and I fear^wthink the release 
team wont accept those for squeeze - whats your plan to fix printing in 
squeeze?


cheers,
Holger


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


Processed: Bug#587668: Proposed fix: images without the non-free logo

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 587668 patch
Bug #587668 [desktop-base] The Debian open logo with Debian is not compliant 
to the Debian policy
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587668
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#587668: Proposed fix: images without the non-free logo

2010-11-15 Thread Tanguy Ortolo
tag 587668 patch
thanks

 This package includes a modified version of the Debian open logo with
 Debian which the license is not compliant to the Debian policy.

 The files concerned are:

   /usr/share/apps/kdm/themes/moreblue-orbit/background.png
   /usr/share/apps/kdm/themes/moreblue-orbit/background.svg
   /usr/share/apps/ksplash/Themes/moreblue-orbit-default/Preview.png
   /usr/share/apps/ksplash/Themes/moreblue-orbit-default/splash_top.png

Well, as changing the logo license seems not to be an option, the only
remaining ones are:
* to ignore this RC bug, shipping non-free or license-violating files
  with Debian, these files being Debian official desktop themes;
* to fix this bug, stripping the problematic part of these files.

I suggest that we apply the second option. I made stripped versions of
these images, available at 
http://vanvogt.ortolo.eu/~tanguy/tmp/debian/bugs/587668/.

Regards,

-- 
 ,--.
: /` )   Tanguy Ortolo
| `-'Debian maintainer
 \_


signature.asc
Description: Digital signature


Bug#587668: Proposed fix: images without the non-free logo

2010-11-15 Thread Yves-Alexis Perez
On lun., 2010-11-15 at 12:38 +0100, Tanguy Ortolo wrote:
 I suggest that we apply the second option. I made stripped versions of
 these images, available at
 http://vanvogt.ortolo.eu/~tanguy/tmp/debian/bugs/587668/. 

Thanks, though I already committed “fixed” images for those 4 ones in
the desktop-base svn (they look pretty weird, but eh). The bug report
lacks a complete list of affected images though, and I have to admit I
really don't have time nor motivation to do an extensive search.

Cheers,
-- 
Yves-Alexis


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


Bug#587668: Proposed fix: images without the non-free logo

2010-11-15 Thread Tanguy Ortolo
Le lundi 15 novembre 2010, Yves-Alexis Perez a écrit :
 Thanks, though I already committed “fixed” images for those 4 ones in
 the desktop-base svn (they look pretty weird, but eh). The bug report
 lacks a complete list of affected images though, and I have to admit I
 really don't have time nor motivation to do an extensive search.

Okay, I shall do that and prepare stripped versions of each problematic
image I find. Time to get rid of this bug.

-- 
 ,--.
: /` )   Tanguy Ortolo
| `-'Debian maintainer
 \_


signature.asc
Description: Digital signature


Bug#587668: No patch

2010-11-15 Thread Tanguy Ortolo
tag 587668 - patch
thanks

The “patch” has already been applied, but there are more problematic
images. Working on it.

-- 
 ,--.
: /` )   Tanguy Ortolo
| `-'Debian maintainer
 \_


signature.asc
Description: Digital signature


Processed: No patch

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 587668 - patch
Bug #587668 [desktop-base] The Debian open logo with Debian is not compliant 
to the Debian policy
Removed tag(s) patch.
 thanks
Stopping processing here.

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

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 570899 - sid
Bug #570899 [src:gxemul] gxemul: FTBFS on kfreebsd-i386: 1 TESTS FAILED!
Removed tag(s) sid.
 tags 592678 - sid
Bug #592678 [src:gxemul] gxemul: FTBFS on mips*: ../include/cpu.h:441: error: 
expected unqualified-id before numeric constant
Removed tag(s) sid.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592678
570899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570899
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#591194: marked as done (missing source code for two .swf files)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 12:17:51 +
with message-id e1phy0n-00057k...@franck.debian.org
and subject line Bug#591194: fixed in tdiary 2.2.1+dfsg1-1
has caused the Debian Bug report #591194,
regarding missing source code for two .swf files
to be marked as done.

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

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


-- 
591194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: tdiary
Version: 2.2.1-1.1
Severity: serious

Hi,

tdiary ships multiple .swf files that are not built from source (which 
apparently doesn't ship either.)

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


---End Message---
---BeginMessage---
Source: tdiary
Source-Version: 2.2.1+dfsg1-1

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

tdiary-contrib_2.2.1+dfsg1-1_all.deb
  to main/t/tdiary/tdiary-contrib_2.2.1+dfsg1-1_all.deb
tdiary-mode_2.2.1+dfsg1-1_all.deb
  to main/t/tdiary/tdiary-mode_2.2.1+dfsg1-1_all.deb
tdiary-plugin_2.2.1+dfsg1-1_all.deb
  to main/t/tdiary/tdiary-plugin_2.2.1+dfsg1-1_all.deb
tdiary-theme_2.2.1+dfsg1-1_all.deb
  to main/t/tdiary/tdiary-theme_2.2.1+dfsg1-1_all.deb
tdiary_2.2.1+dfsg1-1.diff.gz
  to main/t/tdiary/tdiary_2.2.1+dfsg1-1.diff.gz
tdiary_2.2.1+dfsg1-1.dsc
  to main/t/tdiary/tdiary_2.2.1+dfsg1-1.dsc
tdiary_2.2.1+dfsg1-1_all.deb
  to main/t/tdiary/tdiary_2.2.1+dfsg1-1_all.deb
tdiary_2.2.1+dfsg1.orig.tar.gz
  to main/t/tdiary/tdiary_2.2.1+dfsg1.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 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daigo Moriwaki da...@debian.org (supplier of updated tdiary package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Nov 2010 12:39:26 +0900
Source: tdiary
Binary: tdiary tdiary-theme tdiary-plugin tdiary-mode tdiary-contrib
Architecture: source all
Version: 2.2.1+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 tdiary - a communication-friendly weblog system
 tdiary-contrib - Plugins of tDiary to add functionalities
 tdiary-mode - tDiary editing mode for Emacsen
 tdiary-plugin - Plugins of tDiary to add functionalities
 tdiary-theme - Themes of tDiary to change the design
Closes: 591194
Changes: 
 tdiary (2.2.1+dfsg1-1) unstable; urgency=low
 .
   * Repackage without sourceless plugins: tdiarygraph and tdiarytimes.
 Removing them is agreement with the upstream author. (Closes: #591194)
 Thanks to HIGUCHI Daisuke (VDR dai) for the patch.
Checksums-Sha1: 
 c822d554357373bdf95fe25448739eccb36d7627 1097 tdiary_2.2.1+dfsg1-1.dsc
 40c610b2b9119421aa82f3ceeb686f3462e7 4158043 tdiary_2.2.1+dfsg1.orig.tar.gz
 955ca9a59c148c6efe471bf321002b9533ad8854 32131 tdiary_2.2.1+dfsg1-1.diff.gz
 c82dc50e8bf3a76af3aef2965b247f9606ae84ae 195966 tdiary_2.2.1+dfsg1-1_all.deb
 d99a521e02cbcec88b920750d48ae857120a4778 3680612 
tdiary-theme_2.2.1+dfsg1-1_all.deb
 941aeae1165ca58c558452e10b64542be58daff6 267342 
tdiary-plugin_2.2.1+dfsg1-1_all.deb
 ab43a1b0045ae283ab0482c8d4aea26218204303 36634 
tdiary-mode_2.2.1+dfsg1-1_all.deb
 9bdf5acbda65e5ae6ee8fecf485e7f2a5f91b2b6 159910 
tdiary-contrib_2.2.1+dfsg1-1_all.deb
Checksums-Sha256: 
 03463e430546f73ad895ebc01d022e7f0106309a9e053a6bc4ff2faf24a75fab 1097 
tdiary_2.2.1+dfsg1-1.dsc
 958953a3a9a2c3c8c3db4ab5ead864ac9572564bd1518892dd0abe639b4d19e7 4158043 
tdiary_2.2.1+dfsg1.orig.tar.gz
 57db31b01994202e568dc457a70cb9857f12b0f75e104187d1985fd22da6febc 32131 
tdiary_2.2.1+dfsg1-1.diff.gz
 bc213144fedcbceb9bf91a35394b0d4d10f9024f8b6e08f6f5b39a3300a77512 195966 
tdiary_2.2.1+dfsg1-1_all.deb
 3a4e0287e2e6b5a8a2126c0846de0fbb6f9b1d725c6bfc5d88c6993b36103b73 3680612 
tdiary-theme_2.2.1+dfsg1-1_all.deb
 e66cc419a6fc9be6e899c67047a149a5c5cde7992dc8c9df4ba9b27778b81b9b 267342 
tdiary-plugin_2.2.1+dfsg1-1_all.deb
 f689f235fc5bfb7c8b13f41173719859859cc10b9d246366477c815e3b12e7e5 36634 
tdiary-mode_2.2.1+dfsg1-1_all.deb
 20668ee24f61a83a1632b2f08af08ab7135140971f55feceb03c72eb61d74ece 159910 
tdiary-contrib_2.2.1+dfsg1-1_all.deb

Bug#591194: Please unblock package tdiary

2010-11-15 Thread Daigo Moriwaki
Subject: unblock: tdiary/None
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: freeze-exception
Severity: normal

Please unblock package tdiary.

tdiary_2.2.1+dfsg1-1 has fixed a RC Bug#591194: tdiary: does not build .swf
files from source. It requires a source-full upload without any functional
changes.

tdiary (2.2.1+dfsg1-1) unstable; urgency=low

  * Repackage without sourceless plugins: tdiarygraph and tdiarytimes.
Removing them is agreement with the upstream author. (Closes: #591194)
Thanks to HIGUCHI Daisuke (VDR dai) for the patch.

 -- Daigo Moriwaki da...@debian.org  Mon, 15 Nov 2010 12:39:26 +0900

unblock tdiary/None

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (90, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash

-- 
Daigo Moriwaki
daigo at debian dot org



-- 
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 603545 is serious

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 603545 serious
Bug #603545 [tcsh] globbing: e.g. zz* expands to z zz
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603545
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#603545: globbing: e.g. zz* expands to z zz

2010-11-15 Thread Lucas Nussbaum
found 603545 6.17.02-3
thanks

On 15/11/10 at 03:39 -0500, Andrew Seniuk wrote:
 Package: tcsh
 Version: 6.17.02
 
 Hello, this is my first real bug report ever.  I'm sorry if I make
 a mess of it.  I tried to use reportbug, but it crashed when I
 submitted my report.
 
 The tcsh bug:  If there are two files, such as z and zz, in
 the current directory, then zz* expands to both files.
 
 This can cause unexpected data loss when for instance copying or
 moving files.  It could also destabilise the system if the system
 ran tcsh scripts.  Possibly there could be security vulnerabilities.
 
 The version I am using to produce the bug is 6.17.02 (from sid).
 I compiled version 6.17.00 of tcsh from source obtained through
 www.tcsh.org and the bug is not there manifest.  (zz* expands to
 only zz.)

I confirm the problem on squeeze, too.

 I was expecting the tcsh.org version number to be higher?  I suppose
 I didn't find the development repo, but the bug exists on the
 Debian 6.17.02 version in any case.

6.17.02 was a development release. At the time, it sounded like a good
idea to package it in Debian, because it was fixing several Debian bugs,
and was supposed to be followed by a final release soon. But the final
release didn't happen, and apparently, some interesting bugs like this
one crept in.

I won't work on this bug (tcsh is orphaned, and I'm too busy currently).
When someone attacks it, I'd recommend also looking at the other
Debian+Ubuntu bug reports for tcsh: I think I remember seeing other
nasty bugs affecting that version. Also, the git repository is a good
start to see what changed between 6.17.00 and 6.17.02.


- Lucas



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



Processed: Re: Bug#603545: globbing: e.g. zz* expands to z zz

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 603545 6.17.02-3
Bug #603545 [tcsh] globbing: e.g. zz* expands to z zz
Bug Marked as found in versions tcsh/6.17.02-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603545
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#603566: dictionaries-common: FTBFS in UTF-8 systems

2010-11-15 Thread Agustin Martin
Package: dictionaries-common
Version: 1.5.15
Severity: serious
Tags: patch pending

Justification: FTBFS is always serious.

Filing as an explicit bug report for easier tracking by release team. 

The problem:

debian/rules contains a single byte 8bit char in a sed expression. There are
no problems when building in single-byte environments, but when building in
UTF-8 envs, that causes package fail to build from source with error

sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
make[1]: *** [install] Error 1
make[1]: Leaving directory
...
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Attached patch will be used in new package, to be uploaded as soon as bug is
assigned a number.

-- 
Agustin
diff --git a/Makefile.in b/Makefile.in
index 49cdf12..6a93f8f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,7 +180,7 @@ install: all
 	  b=`basename $$i` ; \
 	  ( cd $(bin_dir) ; \
 pod2man --release=$(release) --section=1 --date=$(date) \
-  --center=   $$b ) | sed s/ê/[^e]/  $(man1_dir)/$$b.1 ; \
+  --center=   $$b ) | sed s/E\ecirc\/[^e]/  $(man1_dir)/$$b.1 ; \
 	done
 	( cd scripts/Debian ; \
   pod2man --release=$(release) --section=3pm --date=$(date) \
diff --git a/scripts/system/ispell-wrapper b/scripts/system/ispell-wrapper
index 4592e18..9a7edb4 100755
--- a/scripts/system/ispell-wrapper
+++ b/scripts/system/ispell-wrapper
@@ -200,8 +200,8 @@ Let us say that the following dictionaries are installed in the system
 
 castellano (Spanish TeX mode)
 castellano8 (Spanish 8 bit)
-português (European Portuguese)
-português brasileiro (Brazilian Portuguese)
+portuguEecircs (European Portuguese)
+portuguEecircs brasileiro (Brazilian Portuguese)
 
 Choosing the regexp (either in the --language option or in the
 environment variable ISPELLDEFAULT) to be span will yield an error,


Bug#603566: marked as done (dictionaries-common: FTBFS in UTF-8 systems)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 13:32:07 +
with message-id e1phzaf-0004yc...@franck.debian.org
and subject line Bug#603566: fixed in dictionaries-common 1.5.16
has caused the Debian Bug report #603566,
regarding dictionaries-common: FTBFS in UTF-8 systems
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.)


-- 
603566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dictionaries-common
Version: 1.5.15
Severity: serious
Tags: patch pending

Justification: FTBFS is always serious.

Filing as an explicit bug report for easier tracking by release team. 

The problem:

debian/rules contains a single byte 8bit char in a sed expression. There are
no problems when building in single-byte environments, but when building in
UTF-8 envs, that causes package fail to build from source with error

sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
sed: -e expression #1, char 11: unterminated `s' command
make[1]: *** [install] Error 1
make[1]: Leaving directory
...
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Attached patch will be used in new package, to be uploaded as soon as bug is
assigned a number.

-- 
Agustin
diff --git a/Makefile.in b/Makefile.in
index 49cdf12..6a93f8f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,7 +180,7 @@ install: all
 	  b=`basename $$i` ; \
 	  ( cd $(bin_dir) ; \
 pod2man --release=$(release) --section=1 --date=$(date) \
-  --center=   $$b ) | sed s/ê/[^e]/  $(man1_dir)/$$b.1 ; \
+  --center=   $$b ) | sed s/E\ecirc\/[^e]/  $(man1_dir)/$$b.1 ; \
 	done
 	( cd scripts/Debian ; \
   pod2man --release=$(release) --section=3pm --date=$(date) \
diff --git a/scripts/system/ispell-wrapper b/scripts/system/ispell-wrapper
index 4592e18..9a7edb4 100755
--- a/scripts/system/ispell-wrapper
+++ b/scripts/system/ispell-wrapper
@@ -200,8 +200,8 @@ Let us say that the following dictionaries are installed in the system
 
 castellano (Spanish TeX mode)
 castellano8 (Spanish 8 bit)
-português (European Portuguese)
-português brasileiro (Brazilian Portuguese)
+portuguEecircs (European Portuguese)
+portuguEecircs brasileiro (Brazilian Portuguese)
 
 Choosing the regexp (either in the --language option or in the
 environment variable ISPELLDEFAULT) to be span will yield an error,
---End Message---
---BeginMessage---
Source: dictionaries-common
Source-Version: 1.5.16

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

dictionaries-common-dev_1.5.16_all.deb
  to main/d/dictionaries-common/dictionaries-common-dev_1.5.16_all.deb
dictionaries-common_1.5.16.dsc
  to main/d/dictionaries-common/dictionaries-common_1.5.16.dsc
dictionaries-common_1.5.16.tar.gz
  to main/d/dictionaries-common/dictionaries-common_1.5.16.tar.gz
dictionaries-common_1.5.16_all.deb
  to main/d/dictionaries-common/dictionaries-common_1.5.16_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 603...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Agustin Martin Domingo agmar...@debian.org (supplier of updated 
dictionaries-common package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Nov 2010 14:16:32 +0100
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.5.16
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Closes: 603566
Changes: 
 dictionaries-common (1.5.16) unstable; 

Bug#583738: Bug#575798: Bug#584942: by the way

2010-11-15 Thread Jonas Smedegaard

On Mon, Nov 15, 2010 at 11:34:42AM +0100, Holger Levsen wrote:

On Montag, 15. November 2010, Jonas Smedegaard wrote:

Still present where? With which version of ghostscript did you test?

Please try the newest packaging as requested here: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=78;att=0;bug=583738


I can only see ghostscript 9.0 packages there, and I fear^wthink the 
release team wont accept those for squeeze - whats your plan to fix 
printing in squeeze?


Please see here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=44;att=0;bug=584653

and here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=59;att=0;bug=584653

Both are recent entries of one of the three merged bugreports you are 
replying to - would be nicer if you read before asking, but thanks for 
the question anyway.



Regards,

- Jonas

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

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


signature.asc
Description: Digital signature


Bug#602362: libjsr166y-java: FTBFS in sid with type parameters ... cannot be determined error

2010-11-15 Thread Miguel Landaeta
Hi again Damien,

Could you please review the last two commits at
http://git.debian.org/?p=pkg-java/libjsr166y-java.git?

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



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



Bug#583738: Bug#575798: Bug#584942: by the way

2010-11-15 Thread Holger Levsen
Hi,

On Montag, 15. November 2010, Jonas Smedegaard wrote:
 Please see here:
[...]
 Both are recent entries of one of the three merged bugreports you are
 replying to - would be nicer if you read before asking, but thanks for
 the question anyway.

Thanks for assuming I havent read those URLs you refered too. I actually did. 
And thats why I send that mail. 

Thanks for confirming that appearantly there are no plans to fix ghostscript 
8.x in squeeze. That was what I was asking for, sorry if I wasnt clear.


cheers,
Holger


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


Bug#602362: libjsr166y-java: FTBFS in sid with type parameters ... cannot be determined error

2010-11-15 Thread Damien Raude-Morvan
Hi Miguel,

On Mon, 15 Nov 2010 10:26:53 -0430, Miguel Landaeta mig...@miguel.cc
wrote:
 Could you please review the last two commits at
 http://git.debian.org/?p=pkg-java/libjsr166y-java.git?

Seems fine regarding source changes.

However, I have two comments :
- Have you managed to test this change with libgpars-groovy-java ?
  I have no test case at hand to check for correct behavior...
- Maybe we should also set urgency=medium as it fix an RC bug (FTBFS) ?

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



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



Bug#584942: Bug#583738: Bug#575798: Bug#584942: by the way

2010-11-15 Thread Jonas Smedegaard

On Mon, Nov 15, 2010 at 03:59:06PM +0100, Holger Levsen wrote:

On Montag, 15. November 2010, Jonas Smedegaard wrote:

Please see here:

[...]
Both are recent entries of one of the three merged bugreports you are 
replying to - would be nicer if you read before asking, but thanks 
for the question anyway.


Thanks for assuming I havent read those URLs you refered too. I 
actually did.

And thats why I send that mail.

Thanks for confirming that appearantly there are no plans to fix 
ghostscript 8.x in squeeze. That was what I was asking for, sorry if I 
wasnt clear.


Awesome.  You are clever. And helpful!


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#603594: epiphany-browser: doesn't perform any ssl certificate checking (in the squeeze version)

2010-11-15 Thread david b
Package: epiphany-browser
Severity: grave
Tags: security
Justification: user security hole

epiphany-browser as found in squeeze does not check remote ssl certificate 
validity for https connections.
Here is a test url: (WHICH SHOULD FAIL) 

https://i.broke.the.internet.and.all.i.got.was.this.t-shirt.phreedom.org/

But it won't! (in squeeze).



-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (900, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

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



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



Processed: cloning 601754, reassign 601754 to postgresql-client-8.3, reassign -1 to postgresql-client-8.4 ...

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 601754 -1 -2
Bug#601754: Psql binary license incompatibility
Bug 601754 cloned as bugs 603598-603599.

 reassign 601754 postgresql-client-8.3 8.3.12-0lenny1
Bug #601754 [postgresql-client] Psql binary license incompatibility
Bug reassigned from package 'postgresql-client' to 'postgresql-client-8.3'.
Bug No longer marked as found in versions postgresql-8.4/8.4.5-0squeeze1, 
postgresql-8.3/8.3.12-0lenny1, and postgresql-9.0/9.0.1-1.
Bug #601754 [postgresql-client-8.3] Psql binary license incompatibility
Bug Marked as found in versions postgresql-8.3/8.3.12-0lenny1.
 reassign -1 postgresql-client-8.4 8.4.5-0squeeze1
Bug #603598 [postgresql-client] Psql binary license incompatibility
Bug reassigned from package 'postgresql-client' to 'postgresql-client-8.4'.
Bug No longer marked as found in versions postgresql-8.4/8.4.5-0squeeze1, 
postgresql-8.3/8.3.12-0lenny1, and postgresql-9.0/9.0.1-1.
Bug #603598 [postgresql-client-8.4] Psql binary license incompatibility
Bug Marked as found in versions postgresql-8.4/8.4.5-0squeeze1.
 reassign -2 postgresql-client-9.0 9.0.1-1
Bug #603599 [postgresql-client] Psql binary license incompatibility
Bug reassigned from package 'postgresql-client' to 'postgresql-client-9.0'.
Bug No longer marked as found in versions postgresql-8.4/8.4.5-0squeeze1, 
postgresql-8.3/8.3.12-0lenny1, and postgresql-9.0/9.0.1-1.
Bug #603599 [postgresql-client-9.0] Psql binary license incompatibility
Bug Marked as found in versions postgresql-9.0/9.0.1-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603599
603598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603598
601754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601754
-2: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-2
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
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#603594: doesn't perform any ssl certificate checking (in the squeeze version)

2010-11-15 Thread Daniel Kahn Gillmor
Package: epiphany-browser
Severity: normal

I'm currently visiting 
https://i.broke.the.internet.and.all.i.got.was.this.t-shirt.phreedom.org/ with 
epiphany-browser (version 2.30.6-1), and i see a broken 
lock in the right-hand side of the address bar, and in the lower-left corner of 
the status bar.

hovering over the status bar broken-lock icon shows me a tooltip that says:

Security Level: Broken

We can argue about whether it's appropriate to go ahead and render the page 
anyway, but it does not seem to be the case that the browser is not performing 
*any* 
ssl certificate checking.

--dkg

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

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

Versions of packages epiphany-browser depends on:
ii  dbus-x111.2.24-3 simple interprocess messaging syst
ii  epiphany-browser-data   2.30.6-1 Data files for the GNOME web brows
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  iso-codes   3.22-1   ISO language, territory, currency,
ii  libavahi-client30.6.27-2 Avahi client library
ii  libavahi-common30.6.27-2 Avahi common library
ii  libavahi-gobject0   0.6.27-2 Avahi GObject library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libgirepository1.0-00.6.14-1+b1  Library for handling GObject intro
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk2 0.5.0-2  sends desktop notifications to a n
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.8-1 Network Security Service libraries
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libseed02.30.0-1+b1  GObject JavaScript bindings for th
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup-gnome2.4-1  2.30.2-1 an HTTP library implementation in 
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libwebkit-1.0-2 1.2.5-2  Web content engine library for Gtk
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20090814+nmu2   Common CA certificates
ii  evince   2.30.3-1Document (postscript, pdf) viewer
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages epiphany-browser suggests:
ii  epiphany-extensions   2.30.2-1   Extensions for Epiphany web browse

-- no debconf information



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



Processed: severity of 603594 is normal, tagging 603594, tagging 603594

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 603594 normal
Bug #603594 [epiphany-browser] epiphany-browser: doesn't perform any ssl 
certificate checking (in the squeeze version)
Severity set to 'normal' from 'grave'

 tags 603594 + moreinfo
Bug #603594 [epiphany-browser] epiphany-browser: doesn't perform any ssl 
certificate checking (in the squeeze version)
Added tag(s) moreinfo.
 tags 603594 - security
Bug #603594 [epiphany-browser] epiphany-browser: doesn't perform any ssl 
certificate checking (in the squeeze version)
Removed tag(s) security.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603594
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#603602: python-gamera-dev: python2.X/gamera - python2.Y/gamera symlinks

2010-11-15 Thread Jakub Wilk

Package: python-gamera-dev
Version: 3.2.6-2
Severity: serious

python-gamera-dev ships /usr/include/python2.X/gamera - 
/usr/include/python2.Y/gamera symlinks (where 2.X is a non-default 
Python version, 2.Y is the default Python version). This is wrong, 
because dpkg cannot replace directories with symlinks to directories or 
vice-versa.


E.g. after direct upgrade from 3.2.3-1 (with 2.4 - 2.5 symlink) to 
3.2.6-2 (with 2.5 - 2.6 symlink), you'll end up with empty 
/usr/include/python2.5/gamera directory.


--
Jakub Wilk



--
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#603407: gearman-server: Server hangs when job is submitted

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 603407 + moreinfo
Bug #603407 [gearman-server] gearman-server: Server hangs when job is submitted
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603407
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#603407: gearman-server: Server hangs when job is submitted

2010-11-15 Thread gregor herrmann
tag 603407 + moreinfo
thanks

On Sat, 13 Nov 2010 19:24:21 +, Stanisław Pitucha wrote:

 After installing, I tried to submit a simple job via python's gearman
 interface. 
 
 Error: Can't locate object method CMD_ via package
 Gearman::Server::Client at /usr/share/perl5/Gearman/Server/Client.pm
 line 407.

Do you happen to have the python code lying around or can you provide
a minimal test case so that we can try to reproduce the error?

Oh, BTW; in your tests with the newer version of gearman-server, have
you also updated libgearman-client-perl? It has also 1.09 in lenny
and 1.11 in squeeze and sid. If not could you maybe give it a try?

(Gearman/Server/Client.pm gets the CMD_* stuff from Gearman/Util.pm
which is in libgearman-client-perl, and there were some bug fixes
between 0.09 and 1.11.)

Thanks in advance!
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: The Dubliners: The band played Waltzing Matilda


signature.asc
Description: Digital signature


Bug#603551: update theme for squeeze

2010-11-15 Thread Julien Cristau
On Mon, Nov 15, 2010 at 10:16:46 +0100, Daniel Baumann wrote:

 Severity: serious
 
why?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598309: Security unblock requests (ust/0.7-2.1)

2010-11-15 Thread Moritz Muehlenhoff
On Wed, Nov 03, 2010 at 01:06:24AM +0200, Jari Aalto wrote:
 The following message is a courtesy copy of an article
 that has been posted to gmane.linux.debian.devel.release as well.
 
  Julien Cristau jcris...@debian.org writes:
 | Newsgroups: gmane.linux.debian.devel.release
 | Subject: Re: Security unblock requests
 | Date: Sat, 23 Oct 2010 15:13:20 +0200
 | Message-ID: 20101023131320.gs3...@radis.liafa.jussieu.fr
 |
  On Sat, Oct 23, 2010 at 14:37:20 +0200, Moritz Muehlenhoff wrote:
 
  More unblock requests:
  ust/0.7-2.1 - CVE-2010-3386
 
   52 files changed, 3116 insertions(+), 1232 deletions(-)
 
 Need more information. Local check:
 
 $ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | 
 lsdiff
 ust-0.7/debian/changelog
 ust-0.7/debian/patches/CVE-2010-3386--bug598309.diff
 ust-0.7/debian/patches/series
 
 $ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | 
 filterdiff -x '*changelog' | wc -l
 50

What is the status? This is still unfixed in Squeeze.

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#600655: scummvm: FTBFS on kfreebsd-*: undefined reference to alsa stuff

2010-11-15 Thread Moritz Muehlenhoff
tags 600655 - patch
thanks

 kfbsd does not support alsa, so I have patched (see attachment)
 debian/rules to use --disable-alsa, if the build os is kfreebsd.
 
 I have didn't tested, if there are other FTBFS, but for this bug it
 should do it's job.

This is only a workaround; 1.1.1 (which is in testing) correctly
detected the lack of ALSA support in the configure script, while
1.2 fails to do so.

This only affects sid. I'll look into it some time after Squeeze
release.

Cheers,
Moritz



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



Processed: Re: scummvm: FTBFS on kfreebsd-*: undefined reference to alsa stuff

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 600655 - patch
Bug #600655 [src:scummvm] scummvm: FTBFS on kfreebsd-*: undefined reference to 
alsa stuff
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600655
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: cscope: notification of NMU version 15.7a-3.2

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 582964 + pending
Bug #582964 [cscope] emacs-install should be moved from cscope to cscope-el too
Bug #603081 [cscope] cscope-el: fails to install
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582964
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#582964: cscope: notification of NMU version 15.7a-3.2

2010-11-15 Thread tony mancill
tags 582964 + pending
thanks

Dear maintainer,

As communicated via private email, I've sponsored an NMU for cscope 
(versioned as 15.7a-3.2) and uploaded it to DELAYED/5. Please feel free 
to tell me if I should delay it longer or remove it from the queue.

Regards,
tony mancill

(nmudiff omitted as it already exists in the BTS for this bug)



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



Bug#593465: squirrelmail failing to search

2010-11-15 Thread jessib


The previous change made it so that we would break out of the loop, and 
not further process $read, if $read starts with '+'. This is presumably 
because you want to break out of the loop so somebody with a password 
containing a UTF8 character can login. However, when the code is 
processing a search request, $read also begins with '+', but you don't 
want to break out of the loop. In the case of a UTF8 character in a 
password, $read also contains the text 'ready for additional input'. This 
code change makes it so you only break out of the loop if $read contains 
'ready for additional input', as it will when processing a password with a 
UTF8 character.


The package is available here:
http://people.debian.org/~micah


diff -c imap_general.php_backup imap_general.php
*** imap_general.php_backup 2010-11-07 18:49:04.0 -0800
--- imap_general.php2010-11-07 21:12:00.0 -0800
***
*** 215,222 
--- 215,224 
  {
case '+':
{
+   if (strpos($read, 'ready for additional input')) {
$response = 'OK';
break 2;
+   }
}
default:
  $read = sqimap_fgets($imap_stream);




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



Bug#602362: libjsr166y-java: FTBFS in sid with type parameters ... cannot be determined error

2010-11-15 Thread Miguel Landaeta
On Mon, Nov 15, 2010 at 10:56 AM, Damien Raude-Morvan
draz...@debian.org wrote:
 However, I have two comments :
 - Have you managed to test this change with libgpars-groovy-java ?
  I have no test case at hand to check for correct behavior...
 - Maybe we should also set urgency=medium as it fix an RC bug (FTBFS) ?

I did a very ad-hoc testing for this. My test with libgpars-groovy-java
was just rebuild it using the version including this change and later
use those two libraries with Grails development framework.

Almost all the test cases for the Forkjoin framework are for versions
posterior to the refactoring, but I found a example[1] compatible with
20080107 version. It seems to work (it is not a unit test, just a demo).

Regarding the urgency, if you decide it to upload it, sure we can set the
correct level.

Cheers,

1. 
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/jsr166y/FilterDemo.java?revision=1.2

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



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



Bug#603602: python-gamera-dev: python2.X/gamera - python2.Y/gamera symlinks

2010-11-15 Thread Jakub Wilk

found 603602 3.2.6-1
tags 603602 + help
thanks

* Jakub Wilk jw...@debian.org, 2010-11-15, 17:28:
after direct upgrade from 3.2.3-1 (with 2.4 - 2.5 symlink) to 3.2.6-2 
(with 2.5 - 2.6 symlink), you'll end up with empty 
/usr/include/python2.5/gamera directory.


Rebuilding 3.2.6-1 will produce binary package causing upgrade issues as 
well, so I'm marking the squeeze version as affected.


--
Jakub Wilk



--
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#603602: python-gamera-dev: python2.X/gamera - python2.Y/gamera symlinks

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 603602 3.2.6-1
Bug #603602 [python-gamera-dev] python-gamera-dev: python2.X/gamera - 
python2.Y/gamera symlinks
Bug Marked as found in versions gamera/3.2.6-1.
 tags 603602 + help
Bug #603602 [python-gamera-dev] python-gamera-dev: python2.X/gamera - 
python2.Y/gamera symlinks
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603602
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#597962: Seems to have resolved itself

2010-11-15 Thread Christine Spang
On Sun, Nov 14, 2010 at 11:23:42AM -0500, Mike Paul wrote:
 I was going to take a shot at debugging this today, since it's on the RC
 bug list for squeeze, but it seems to have resolved itself at some
 point, at least in unstable.  QL starts without errors, and it's playing
 music right now.
 
 The last time I tried it was weeks ago, so unfortunately I don't know
 which of the many package updates between then and now was responsible
 for the change.  I also don't have a system running squeeze, so I can't
 test whether it works there.  But it's working for me in sid.

Thanks for taking a look at this, Mike! Were you able to
reproduce this bug before?

Ian, can you still reproduce this bug?

I'm hesitant to close this bug without hearing from Ian, but
perhaps downgrading it would be appropriate since I have yet
to encounter someone else who is able to reproduce, which
suggests that it only appears (appeared?) in very limited
circumstances.

Christine



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



Bug#603607: kumofs: fails to install

2010-11-15 Thread Holger Levsen
Package: kumofs
Version: 0.4.12-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

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

  Unpacking kumofs (from .../kumofs_0.4.12-3_amd64.deb) ...
  Setting up kumofs (0.4.12-3) ...
  chown: cannot access `/var/run/kumofs': No such file or directory
  dpkg: error processing kumofs (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   kumofs
  E: Sub-process /usr/bin/dpkg returned an error code (1)

I assume you just do a mkdir /var/run/kumofs instead of 
a mkdir -p /var/run/kumofs. Please also note that /var/run might no exist 
on boot neither.


cheers,
Holger
Start: 2010-11-14 22:47:39 UTC

Package: kumofs
Priority: extra
Section: misc
Installed-Size: 1460
Maintainer: Taku YASUI t...@debian.org
Architecture: amd64
Version: 0.4.12-3
Depends: libc6 (= 2.3.2), libgcc1 (= 1:4.1.1), libmsgpack3 (= 0.5.1), libmsgpackc2 (= 0.5.1), libssl0.9.8 (= 0.9.8m-1), libstdc++6 (= 4.4.0), libtokyocabinet8 (= 1.4.14), zlib1g (= 1:1.1.4), debconf (= 0.5) | debconf-2.0, ruby, libmsgpack-ruby1.8, adduser
Filename: pool/main/k/kumofs/kumofs_0.4.12-3_amd64.deb
Size: 550662
MD5sum: 207726a6605c4a66ad690f5be867d196
SHA1: e85b1ccc35ae80c973f3cf031551337845f6355d
SHA256: 429beb250be3cf0207cfef3dd8e89b2ebc653284d92bed1354918b24013220c4
Description: simple and fast distributed key-value store
 Kumofs is a simple and fast distributed key-value store which can use
 a memcached client library to get, set, delete, or compare-and-swap
 values. Tokyo Cabinet serves as a high-performance back-end.
 .
 Main features of kumofs:
  * data is partitioned and replicated over multiple servers;
  * performance on single node systems is comparable with memcached;
  * read and write performance improve when servers are added;
  * servers can be added, restarted, or removed on the fly with no
configuration change;
  * automatic rebalancing is supported via a consistency control
algorithm;
  * it provides a safe Compare-And-Swap operation;
  * the memcached protocol is supported.
 .
 Kumofs is used at Nico Nico Douga, the most popular video sharing
 service in Japan.
Homepage: http://kumofs.sourceforge.net/

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ kumofs
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201011142118 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ kumofs
0m0.0s INFO: Running on: Linux piatti 2.6.32.25-dsa-amd64 #1 SMP Fri Oct 29 08:43:30 UTC 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpasJzUQ
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpasJzUQ
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpasJzUQ', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpasJzUQ', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpasJzUQ', 'apt-get', 'update']
0m4.6s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835 B]
  Ign http://piatti.debian.org/debian/ sid/contrib Translation-en
  Ign http://piatti.debian.org/debian/ sid/main Translation-en
  Ign http://piatti.debian.org/debian/ sid/non-free Translation-en
  Get:2 http://piatti.debian.org sid Release [104 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Get:3 http://piatti.debian.org sid/main amd64 Packages [9083 kB]
  Get:4 http://piatti.debian.org sid/contrib amd64 Packages [72.0 kB]
  Get:5 http://piatti.debian.org sid/non-free amd64 Packages [146 kB]
  Fetched 9405 kB in 1s (6694 kB/s)
  Reading package lists...
0m4.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpasJzUQ', 'apt-get', 'update']
0m4.6s DEBUG: Starting command: ['chroot', 

Processed: reopening 603235, severity of 603235 is serious

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 603235
Bug #603235 {Done: Piotr Pokora piotrek.pok...@gmail.com} [midgard2-core] 
midgard2-core: FTBFS: problematic build dependencies
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 severity 603235 serious
Bug #603235 [midgard2-core] midgard2-core: FTBFS: problematic build dependencies
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

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

2010-11-15 Thread Daniel Baumann
On 11/15/2010 07:42 PM, Julien Cristau wrote:
 Severity: serious

 why?

because we should not release without it?

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#587668: marked as done (The Debian open logo with Debian is not compliant to the Debian policy)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 19:33:53 +
with message-id e1pi4ol-0001lq...@franck.debian.org
and subject line Bug#587668: fixed in desktop-base 6.0.0
has caused the Debian Bug report #587668,
regarding The Debian open logo with Debian is not compliant to the Debian 
policy
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.)


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

Package: desktop-base
Version: 5.0.3
Severity: serious
Distribution: stable
Section: main


Hello,

This package includes a modified version of the Debian open logo with
Debian which the license is not compliant to the Debian policy.

The license of the Debian open logo with Debian says:

  This logo or a modified version may be used by anyone to refer to the
  Debian project, but does not indicate endorsement by the project.

  see http://www.debian.org/logos/index.en.html


whereas the Debian policy §2.1 (aka DFSG) says:


  Derived Works

The license must allow modifications and derived works, and must
  allow them to be distributed under the same terms as the license of
  the original software.

  which is not allowed if the derivative work doesn't refer to Debian


  No Discrimination Against Fields of Endeavor

The license must not restrict anyone from making use of the program
  in a specific field of endeavor. For example, it may not restrict the
  program from being used in a business, or from being used for genetic
  research.

  the license above restricts the way anyone would use the logo with
  Debian


  License Must Not Be Specific to Debian

   The rights attached to the program must not depend on the program's
  being part of a Debian system. If the program is extracted from Debian
  and used or distributed without Debian but otherwise within the terms
  of the program's license, all parties to whom the program is
  redistributed must have the same rights as those that are granted in
  conjunction with the Debian system.

  see http://www.debian.org/doc/debian-policy/ch-archive.html


The files concerned are:

  /usr/share/apps/kdm/themes/moreblue-orbit/background.png
  /usr/share/apps/kdm/themes/moreblue-orbit/background.svg
  /usr/share/apps/ksplash/Themes/moreblue-orbit-default/Preview.png
  /usr/share/apps/ksplash/Themes/moreblue-orbit-default/splash_top.png


Regards

Pompee William


---End Message---
---BeginMessage---
Source: desktop-base
Source-Version: 6.0.0

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

desktop-base_6.0.0.dsc
  to main/d/desktop-base/desktop-base_6.0.0.dsc
desktop-base_6.0.0.tar.gz
  to main/d/desktop-base/desktop-base_6.0.0.tar.gz
desktop-base_6.0.0_all.deb
  to main/d/desktop-base/desktop-base_6.0.0_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 587...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez cor...@debian.org (supplier of updated desktop-base package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Nov 2010 19:58:48 +0100
Source: desktop-base
Binary: desktop-base
Architecture: source all
Version: 6.0.0
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco stra...@debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 desktop-base - common files for the Debian Desktop
Closes: 548244 587668
Changes: 
 desktop-base (6.0.0) unstable; urgency=low
 .
   * The “Welcome Noémie” upload, adding Squeeze artwork.
   * debian/control:
 - update kde suggest to kde-standards.  closes: #548244
 - update standards version to 3.9.1.
   * backgrounds:
 - add SpaceFun wallpaper
   * slashy:
 - add SpaceFun theme.
 - drop completely Moreblue Orbit theme.
   * kdm-theme:
 - add SpaceFun theme.
 - configure SpaceFun as the default theme.
   * debian/postinst:
 - add SpaceFun alternative at maximum level (default Squeeze theme).
 - rename grub alternative to add png extension so grub can find it.
 - run sync before updating grub to be sure the grub background has been
   

Bug#595276: marked as done (libapache2-mod-fcgid: Spawns a new PHP interpreter for each request)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 19:35:03 +
with message-id e1pi4pt-0001ey...@franck.debian.org
and subject line Bug#595276: fixed in libapache2-mod-fcgid 1:2.3.6-1
has caused the Debian Bug report #595276,
regarding libapache2-mod-fcgid: Spawns a new PHP interpreter for each request
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.)


-- 
595276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libapache2-mod-fcgid
Version: 1:2.3.5-2
Severity: grave
Justification: renders package unusable

I am currently happily using mod_fcgid on a system running lenny
(version 2.2). When testing version 2.3.5 of the module I found that it
seems to spawn new FastCGI servers a lot, and ignores any limits that I
have configured.

First, the packages I'm testing with:

ii  apache2-mpm-worker   2.2.9-10+lenny8  Apache HTTP Server - high speed 
threaded model
ii  libapache2-mod-fcgid 1:2.3.5-2an alternative module compat with 
mod_fastcgi
ii  php5-cgi 5.2.6.dfsg.1-1+lenny server-side, HTML-embedded 
scripting language (CGI binar

In my main Apache configuration, I have the following directive:

DefaultMaxClassProcessCount 5

In the .htaccess file for my test site, I have:

AddHandler fcgid-script .php
FCGIWrapper /srv/www/test.example/cgi-bin/php5 .php

The wrapper script is quite simple; it only exists to work around mod_suexec's 
uid/gid match
checks:

#!/bin/sh
set -e
exec /usr/lib/cgi-bin/php5

So, having set this up, I run 'ab -c 15 -n 500
http://test.example.com/test.php'. This results in hundreds of PHP
processes being spawned...

$ pstree -u $(/var/run/apache2.pid)
apache2─┬─apache2(www-data)
├─apache2(www-data)───335*[php5(www-test)]
└─2*[apache2(www-data)───26*[{apache2}]]

... and these log messages:

[Thu Sep 02 16:47:47 2010] [error] (24)Too many open files: mod_fcgid: couldn't 
set child process attributes: /var/lib/apache2/fcgid/sock/13843.335
[Thu Sep 02 16:47:47 2010] [warn] (24)Too many open files: mod_fcgid: spawn 
process /srv/www/test.example/public_html/test.php error

With version 1:2.2-1 of the module, mod_fcgid correctly stops spawning
at 5 processes. Even if I remove the DefaultMaxProcessCount directive,
the same stress test only causes 11 php5 processes to be spawned.

I have tried to debug this but don't have the complete answer. mod_fcgid
calls the apply_free_procnode function to look for an existing spawned
process to handle a request. This search always seems to fail,
because the share_grp_id seems to change for every request. Hence,
apply_free_procnode returns NULL and a new process is spawned for each
request.

This also explains why the maximum process count is not obeyed:
the is_spawn_allowed function does a similar search, the mismatch for
which causes it to assume that there are no existing processes that will
handle the request, so it always returns 1.

Unfortunately I don't really know what the share_grp_id number is, or
why it changes for each request. :(


---End Message---
---BeginMessage---
Source: libapache2-mod-fcgid
Source-Version: 1:2.3.6-1

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

libapache2-mod-fcgid-dbg_2.3.6-1_amd64.deb
  to main/liba/libapache2-mod-fcgid/libapache2-mod-fcgid-dbg_2.3.6-1_amd64.deb
libapache2-mod-fcgid_2.3.6-1.diff.gz
  to main/liba/libapache2-mod-fcgid/libapache2-mod-fcgid_2.3.6-1.diff.gz
libapache2-mod-fcgid_2.3.6-1.dsc
  to main/liba/libapache2-mod-fcgid/libapache2-mod-fcgid_2.3.6-1.dsc
libapache2-mod-fcgid_2.3.6-1_amd64.deb
  to main/liba/libapache2-mod-fcgid/libapache2-mod-fcgid_2.3.6-1_amd64.deb
libapache2-mod-fcgid_2.3.6.orig.tar.gz
  to main/liba/libapache2-mod-fcgid/libapache2-mod-fcgid_2.3.6.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tatsuki Sugiura s...@nemui.org (supplier of updated libapache2-mod-fcgid 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 11 Nov 2010 02:48:54 

Bug#602362: libjsr166y-java: FTBFS in sid with type parameters ... cannot be determined error

2010-11-15 Thread Miguel Landaeta
On Mon, Nov 15, 2010 at 3:00 PM, Damien Raude-Morvan draz...@debian.org wrote:
 Uploaded to unstable.

 Could you please request unblock of this upload with release team ?
 [reportbug release.debian.org]

Sure, I'll request it.
Thanks for uploading this.
Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



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



Bug#602362: marked as done (libjsr166y-java: FTBFS in sid with type parameters ... cannot be determined error)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 19:47:48 +
with message-id e1pi51o-0004va...@franck.debian.org
and subject line Bug#602362: fixed in libjsr166y-java 0.1.20080107-2
has caused the Debian Bug report #602362,
regarding libjsr166y-java: FTBFS in sid with type parameters ... cannot be 
determined error
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.)


-- 
602362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602362
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libjsr166y-java
Version: 0.1.20080107-1
Severity: serious
Justification: fails to build from source

Hi,

Your package FTBFS in a sid chroot with the following messages:
...
src/main/java/jsr166y/forkjoin/ParallelArray.java:1657: type parameters of 
Tjsr166y.forkjoin.Ops.PredicateT cannot be determined; no unique maximal 
instance exists for type variable T with upper bounds S,T
 Ops.andPredicate(this.selector, selector));
 ^
src/main/java/jsr166y/forkjoin/ParallelArray.java:1663: type parameters of 
Tjsr166y.forkjoin.Ops.PredicateT cannot be determined; no unique maximal 
instance exists for type variable T with upper bounds S,T
 Ops.orPredicate(this.selector, selector));
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
12 warnings
make[1]: *** [override_jh_build] Error 123

Thanks,
Fabrice

-- 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-23-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: libjsr166y-java
Source-Version: 0.1.20080107-2

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

libjsr166y-java_0.1.20080107-2.debian.tar.gz
  to main/libj/libjsr166y-java/libjsr166y-java_0.1.20080107-2.debian.tar.gz
libjsr166y-java_0.1.20080107-2.dsc
  to main/libj/libjsr166y-java/libjsr166y-java_0.1.20080107-2.dsc
libjsr166y-java_0.1.20080107-2_all.deb
  to main/libj/libjsr166y-java/libjsr166y-java_0.1.20080107-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 602...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated libjsr166y-java package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Nov 2010 20:12:31 +0100
Source: libjsr166y-java
Binary: libjsr166y-java
Architecture: source all
Version: 0.1.20080107-2
Distribution: sid
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libjsr166y-java - Parallel computation framework for Java
Closes: 602362
Changes: 
 libjsr166y-java (0.1.20080107-2) unstable; urgency=medium
 .
   [ Miguel Landaeta ]
   * Fix FTBFS due to type parameters. (Closes: #602362).
   * Bump Standards-Version to 3.9.1. No changes were required.
 .
   [ Damien Raude-Morvan ]
   * Set urgency=medium as this fix an RC bug.
Checksums-Sha1: 
 9137212d18e2e46eb3aa233ad140043e05c8ce0f 1390 
libjsr166y-java_0.1.20080107-2.dsc
 f67bd01807fc6282f2a820559aab4d0c344bfe97 3329 
libjsr166y-java_0.1.20080107-2.debian.tar.gz
 4458c7697cd37436ec3fec8ed152a6913392cc3b 424878 
libjsr166y-java_0.1.20080107-2_all.deb
Checksums-Sha256: 
 d310769ab4389d0a59956cf99901d4bd98be20d1c19855f9c69aff1847acf26d 1390 
libjsr166y-java_0.1.20080107-2.dsc
 da4b85084e0703f9bfc2fc955b3e4984cfc6f5c6bfcfe8801f24f1005dba61b8 3329 
libjsr166y-java_0.1.20080107-2.debian.tar.gz
 7a9ed0bddea30888383d30f478eda775f2cf090364336dc03fe933d15667941f 424878 
libjsr166y-java_0.1.20080107-2_all.deb
Files: 
 ab5695e54b20281e2b23484f225dc61e 1390 java optional 
libjsr166y-java_0.1.20080107-2.dsc
 907479a72e59db93d43d7f40065e2e9e 3329 java optional 
libjsr166y-java_0.1.20080107-2.debian.tar.gz
 

Bug#603048: rails: Gives dangerous advice regarding log permissions

2010-11-15 Thread Adam Majer
Hello!

On Wed, Nov 10, 2010 at 10:49:05AM -0600, Gunnar Wolf wrote:
 Package: rails
 Version: 2.3.5-1.1
 Severity: serious
 Tags: security patch
 Justification: 4
 
 When spawning a process on a Rails by any user that is not the logfile
 owner, the following IMHO dangerous advice is given:
 
 Rails Error: Unable to access log file. Please ensure that
 /home/webapps/servicio.iiec/log/production.log exists and is chmod
 0666. The log level has been raised to WARN and the output
 directed to STDERR until the problem is fixed.
 
 Asking the administrator to make the log files mode 0666 would make
 them vulnerable to modification or erasure by any system user. Even
 given that many of Rails' users are not Unix-savvy, this should
 clearly be rephrased.


Good catch. That is some failed recommendation. Although this is not
really a security bug - it's a documentation bug. Normally the
recommendation should be that the logfile is chown to the user of the
running rails application (eg. webserver) and still be 0644 or 0640 or
even 0600.

My inclination would be to only have,

 Rails Error: Unable to write to log file
 /home/webapps/servicio.iiec/log/production.log. Please ensure that
 /home/webapps/servicio.iiec/log/ exists and is
 accessible to the rails application.

 The log level has been raised to WARN and the output
 directed to STDERR until the problem is fixed.

Then it is up to the administrator to know what this means. A
recommendation of 0644 permissions could be added here too.


Do you happen to have access to git.debian.org? If you do, can you
apply your patch? The procedure is basically,

   git checkout v2.3-stable
   ... apply patch ...
   git commit -a
   git push

A longer way would be,

   git checkout v2.3-stable
   ... apply patch ...
   git status   # lists all changed files
   git add file changed by patch
   ...
   git commit
   git push

v2.3-stable is the branch for Rails 2.3.x.

push will move the commit to the server. commit -a commits the changes
in all changed files. I'll then try to get this patch included in
upstream's repository.

- Adam


-- 
Adam Majer
ad...@zombino.com



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



Processed: salome-examples: fails to install, lots of python compilation errors

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 Severity 602217 serious
Bug #602217 [salome-examples] salome-examples won't install
Severity set to 'serious' from 'important'

 user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was hol...@layer-acht.org).
 usertag 602217 + piuparts piuparts.d.o
Bug#602217: salome-examples won't install
There were no usertags set.
Usertags are now: piuparts.d.o piuparts.
 thanks
Stopping processing here.

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

2010-11-15 Thread Julien Cristau
On Mon, Nov 15, 2010 at 20:25:58 +0100, Daniel Baumann wrote:

 On 11/15/2010 07:42 PM, Julien Cristau wrote:
  Severity: serious
 
  why?
 
 because we should not release without it?
 
serious is can't release without it, not should not.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#603551: update theme for squeeze

2010-11-15 Thread Daniel Baumann
On 11/15/2010 08:59 PM, Julien Cristau wrote:
 serious is can't release without it, not should not.

then i correct my last sentence with s/should/can/.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#594940: Includes binary-only and obfuscated C code

2010-11-15 Thread Aurelien Jarno
On Sat, Nov 13, 2010 at 08:13:36PM +0100, Petr Salinger wrote:
 what would the effect on the
 kfreebsd-* kernel be of removing all of the files which were originally
 mentioned in Ben's mails in this bug report, and is that an option which
 has been considered by the porters?

 From my (non-DD) POV, the most problematic are network drivers

 sys/dev/txp/3c990img.h
 - binary is packaged in firmware-linux-nonfree as 
 /lib/firmware/3com/typhoon.bin

 sys/dev/fxp/rcvbundl.h
 - binaries are packaged in firmware-linux-nonfree as /lib/firmware/e100/*

 For our port is very important to release. It would be better to release  
 even without any of these drivers compared to not release at all ...

 fwiw, if the current firmware-loading mechanism could be extended to
 support using the firmware-* packages, the SRMs would be prepared to
 look at introducing the updated mechanism - and any necessary new
 firmware packages - as part of a Squeeze point release, if desired /
 required.

 Could be the plan:

 1) drop all files from Ben's mail, repackage .orig.tgz, disable drivers
 2) upload into sid and ask for propagation into squeeze
 3) start extending firmware-loading mechanism
 4a) upload into sid and ask for propagation into squeeze
 4b) upload into stable-proposed-updates

 Whether 4a or 4b depends on our timing.

 I have to note, that this is my personal planing,
 not planing of whole porter group, but I expect they would agree.


This looks like the way to go. I am sorry I don't have a lot of time to
spend on that, but I can do the upload once everything is ready.

About the firmware loader mechanism, another alternative is to package
all removed (but distributable) firmwares that are currently already
built as .ko in a separate source package, and build
firmware-kfreebsd-nonfree from it. But I agree it would be even better
to be able to load firmware in the same format as the linux kernel.

Cheers,
Aurelien

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#603615: wesnoth-1.9-core: fails to install

2010-11-15 Thread Holger Levsen
Package: wesnoth-1.9-core
Version: 1:1.9.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

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

  Selecting previously deselected package wesnoth-1.9-core.
  (Reading database ... 19447 files and directories currently installed.)
  Unpacking wesnoth-1.9-core 
(from .../wesnoth-1.9-core_1%3a1.9.2-1_amd64.deb) ...
  Setting up wesnoth-1.9-core (1:1.9.2-1) ...
  dpkg: error processing wesnoth-1.9-core (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   wesnoth-1.9-core
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2010-11-14 22:49:19 UTC

Package: wesnoth-1.9-core
Priority: optional
Section: games
Installed-Size: 12156
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Architecture: amd64
Source: wesnoth-1.9
Version: 1:1.9.2-1
Depends: libboost-iostreams1.42.0 (= 1.42.0-1), libboost-regex1.42.0 (= 1.42.0-1), libboost-system1.42.0 (= 1.42.0-1), libboost-thread1.42.0 (= 1.42.0-1), libc6 (= 2.7), libcairo2 (= 1.2.4), libdbus-1-3 (= 1.0.2), libfontconfig1 (= 2.8.0), libfribidi0 (= 0.19.2), libgcc1 (= 1:4.1.1), libglib2.0-0 (= 2.12.0), libpango1.0-0 (= 1.22.0), libsdl-image1.2 (= 1.2.10), libsdl-mixer1.2 (= 1.2.6), libsdl-net1.2, libsdl-ttf2.0-0, libsdl1.2debian (= 1.2.10-1), libstdc++6 (= 4.4.0), libx11-6, zlib1g (= 1:1.1.4), wesnoth-1.9-data (= 1:1.9.2-1)
Suggests: wesnoth
Filename: pool/main/w/wesnoth-1.9/wesnoth-1.9-core_1.9.2-1_amd64.deb
Size: 4104264
MD5sum: 0490f468cebdfef5595cdd60f8f0d27f
SHA1: 72ed8916d324fc072cbbcb48e503498df6541abe
SHA256: fa96831617692f23b193fdd8f1152cd58ab62a9ee051cf158931a937be9d54aa
Description: fantasy turn-based strategy game (branch 1.9)
 This package contains the main program for wesnoth. It can be used to play
 multiplayer games.  If you want to play campaigns you will have to install
 them individually, but if you prefer to have all the official campaigns
 installed please be advised to install the wesnoth-1.9 package which depends
 on all of them.
 .
 Battle for control of villages, using variety of units which have advantages
 and disadvantages in different types of terrains and against different types
 of attacks.  Units gain experience and advance levels, and are carried over
 from one scenario to the next in a campaign.
Homepage: http://wesnoth.org/

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ wesnoth-1.9-core
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201011142118 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ wesnoth-1.9-core
0m0.0s INFO: Running on: Linux piatti 2.6.32.25-dsa-amd64 #1 SMP Fri Oct 29 08:43:30 UTC 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpfDp3z0
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpfDp3z0
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpfDp3z0', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpfDp3z0', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpfDp3z0', 'apt-get', 'update']
0m4.5s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835 B]
  Ign http://piatti.debian.org/debian/ sid/contrib Translation-en
  Ign http://piatti.debian.org/debian/ sid/main Translation-en
  Ign http://piatti.debian.org/debian/ sid/non-free Translation-en
  Get:2 http://piatti.debian.org sid Release [104 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Get:3 http://piatti.debian.org sid/main amd64 Packages [9083 kB]
  Get:4 http://piatti.debian.org sid/contrib amd64 Packages [72.0 kB]
  Get:5 http://piatti.debian.org sid/non-free amd64 Packages [146 kB]
  Fetched 9405 kB in 1s 

Processed: usertag piuparts

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was hol...@layer-acht.org).
 usertag 601859 + piuparts piuparts.d.o
Bug#601859: Can't install package, post-installation script returns -1
There were no usertags set.
Usertags are now: piuparts.d.o piuparts.
 severity 601859 serious
Bug #601859 [wesnoth-1.9-core] Can't install package, post-installation script 
returns -1
Severity set to 'serious' from 'grave'

 merge 601859 603615
Bug#601859: Can't install package, post-installation script returns -1
Bug#603615: wesnoth-1.9-core: fails to install
Merged 601859 603615.

 # sorry for the noise
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603615
601859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601859
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#603551: update theme for squeeze

2010-11-15 Thread Julien Cristau
On Mon, Nov 15, 2010 at 21:00:52 +0100, Daniel Baumann wrote:

 On 11/15/2010 08:59 PM, Julien Cristau wrote:
  serious is can't release without it, not should not.
 
 then i correct my last sentence with s/should/can/.
 
So I guess I'll repeat myself.  Why?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597962: Seems to have resolved itself

2010-11-15 Thread Ian Campbell
On Mon, 2010-11-15 at 14:13 -0500, Christine Spang wrote: 
 On Sun, Nov 14, 2010 at 11:23:42AM -0500, Mike Paul wrote:
  I was going to take a shot at debugging this today, since it's on the RC
  bug list for squeeze, but it seems to have resolved itself at some
  point, at least in unstable.  QL starts without errors, and it's playing
  music right now.
  
  The last time I tried it was weeks ago, so unfortunately I don't know
  which of the many package updates between then and now was responsible
  for the change.  I also don't have a system running squeeze, so I can't
  test whether it works there.  But it's working for me in sid.
 
 Thanks for taking a look at this, Mike! Were you able to
 reproduce this bug before?
 
 Ian, can you still reproduce this bug?

I'm afraid so.

I reverted my hacky patch and the issue reoccurred.

The system was pretty out of date so I did an aptitude upgrade, which
unfortunately didn't help (aptitude upgrade log appended anyway).

I didn't think it was worth logging out and back in again or anything
like that, but I can try if someone thinks it is worth a go.

 I'm hesitant to close this bug without hearing from Ian, but
 perhaps downgrading it would be appropriate since I have yet
 to encounter someone else who is able to reproduce, which
 suggests that it only appears (appeared?) in very limited
 circumstances.

I think this bug probably more correctly belongs to the gst python
bindings (or maybe the gobject bindings framework generally), since I
can't see how this can be expected to work correctly unless they
explicitly take action to integrate the gobject/gst reference counting
of the C objects with python's reference counting when adding objects to
queues (or whatever, I'm not that familiar with gst terminology). It can
be worked around in the python user of the bindings by keeping extra
python references to the objects in question, as my hacky patch does,
but that doesn't seem right to me.

I suspect the ability to reproduce the issue depends somewhat on the
pattern of other memory allocations going on etc since that will effect
how quickly the erroneously freed memory gets reused (if at all), which
might explain away the small number of people who are seeing this. I
tried (reasonably hard) to construct a smaller test case which exhibited
the problem but I was unable to do so.

Does python have a debugging facility which will explicitly poison
memory on free? Since this issue is in the C bindings perhaps it
wouldn't help much without explicit bindings support.

Perhaps a similar facility exists in gobject and would be more use here?
G_DEBUG=gc-friendly looks pretty close, does that help anyone else
reproduce? (it seem to need a debug version of glib)

Valgrind might also help, a bit of a long shot though.

Ian.

Aptitude 0.6.3: log report
Mon, Nov 15 2010 19:39:16 +

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 81 packages, and remove 9 packages.
28.6 MB of disk space will be freed
===
[REMOVE, NOT USED] libqt4-assistant
[REMOVE, NOT USED] libqt4-help
[REMOVE, NOT USED] libqt4-scripttools
[REMOVE, NOT USED] libqt4-test
[REMOVE, NOT USED] python-qt4
[REMOVE, NOT USED] python-qt4-dbus
[REMOVE, NOT USED] python-reportlab
[REMOVE, NOT USED] python-reportlab-accel
[REMOVE, NOT USED] python-sip
[HOLD] gthumb
[HOLD] gthumb-data
[HOLD] lvm2
[UPGRADE] acpid 1:2.0.6-1 - 1:2.0.6-2
[UPGRADE] base-files 5.9 - 5.10
[UPGRADE] bcc 0.16.17-3 - 0.16.17-3.1
[UPGRADE] bin86 0.16.17-3 - 0.16.17-3.1
[UPGRADE] bind9-doc 1:9.7.2.dfsg.P2-1 - 1:9.7.2.dfsg.P2-2
[UPGRADE] bind9-host 1:9.7.2.dfsg.P2-1 - 1:9.7.2.dfsg.P2-2
[UPGRADE] bsdmainutils 8.0.15 - 8.0.16
[UPGRADE] cdebconf 0.150 - 0.151
[UPGRADE] cpp-4.4 4.4.5-6 - 4.4.5-7
[UPGRADE] cups 1.4.4-6 - 1.4.4-7
[UPGRADE] cups-bsd 1.4.4-6 - 1.4.4-7
[UPGRADE] cups-client 1.4.4-6 - 1.4.4-7
[UPGRADE] cups-common 1.4.4-6 - 1.4.4-7
[UPGRADE] cups-ppdc 1.4.4-6 - 1.4.4-7
[UPGRADE] debian-cd 3.1.3 - 3.1.4
[UPGRADE] debianutils 3.4.1 - 3.4.2
[UPGRADE] debootstrap 1.0.25 - 1.0.26
[UPGRADE] dnsutils 1:9.7.2.dfsg.P2-1 - 1:9.7.2.dfsg.P2-2
[UPGRADE] eatmydata 15-3 - 15-4
[UPGRADE] elks-libc 0.16.17-3 - 0.16.17-3.1
[UPGRADE] evolution 2.30.3-3 - 2.30.3-4
[UPGRADE] evolution-common 2.30.3-3 - 2.30.3-4
[UPGRADE] evolution-plugins 2.30.3-3 - 2.30.3-4
[UPGRADE] foomatic-filters 4.0.5-5 - 4.0.5-6
[UPGRADE] g++-4.4 4.4.5-6 - 4.4.5-7
[UPGRADE] gcc-4.4 4.4.5-6 - 4.4.5-7
[UPGRADE] gcc-4.4-base 4.4.5-6 - 4.4.5-7
[UPGRADE] gdm 2.20.11-2 - 2.20.11-4
[UPGRADE] gnome-about 2.30.2-1 - 2.30.2-2
[UPGRADE] gnome-desktop-data 2.30.2-1 - 2.30.2-2
[UPGRADE] gnome-nettool 2.30.0-2 - 2.30.0-3
[UPGRADE] kernel-wedge 2.70 - 2.71
[UPGRADE] lib32gcc1 1:4.4.5-6 - 1:4.4.5-7
[UPGRADE] lib32stdc++6 4.4.5-6 - 4.4.5-7
[UPGRADE] libaudio-dev 1.9.2-3 - 1.9.2-4
[UPGRADE] libaudio2 1.9.2-3 - 1.9.2-4
[UPGRADE] libbind9-60 1:9.7.2.dfsg.P2-1 - 

Bug#602171: Patch is good

2010-11-15 Thread Giovanni Mascellani
Hi Gregor.

Your patch works fine for me. I think it's ready for upload.

Thanks, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Bug#602171: Patch is good

2010-11-15 Thread gregor herrmann
On Mon, 15 Nov 2010 21:27:20 +0100, Giovanni Mascellani wrote:

 Your patch works fine for me. I think it's ready for upload.

Thanks for checking!

I'll upload shortly.


Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Aimee Mann: Humpty Dumpty


signature.asc
Description: Digital signature


Bug#595834: Re: [pkg-mono-group] Bug#595834: moon: FTBFS in squeeze: ff3-dom.cpp:10:22: error: nsCOMPtr.h: No such file or directory

2010-11-15 Thread Marcos Marado
Jo Shields direct...@apebox.org wrote:
 I can't fix the bug without a major upstream version bump. I can't bump
 the version without some rather concerning behaviour from upstream
 (namely, the moon 2.0+ source package needs to bundle a local fork of
 mono and mono-basic source, something I've been told by ftpmaster not to
 even bother trying).

I've just talked with the ftpmaster on IRC regarding this issue. Here's what 
he has to say about it (I'm mbn, he's Ganneff):

mbn Ganneff... moon (package for moonlight) ftbfs on amd64 and that will not 
change until a new version is packaged, but the new version will need to
bundle mono. It would be cool to know if bundling mono with moon (as the other 
distros are doing) is acceptable or not, so the future of the moon
package can be decided (either upgraded, and start shipping a bundle, or 
dropped, and stop having silverlight on debian)
mbn Ganneff, more info at 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595834 and 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530251
Ganneff mono as in that language?
Ganneff no, thats not ok to bundle
mbn I thought so :-) Can you please take some time to state so in #530251, 
so steps can be made regarding it?
mbn (and thanks for your time)
Ganneff mbn: feel free to forward it there
mbn Ganneff I just hate having that issue pending... :-)
Ganneff mbn: actually the bug does list me saying exactly this already
mbn OK, will do, and thanks. Yes it does, but since it's not on your ink, 
there's also the is he sure? ;-)
Ganneff mbn: we are always sure that bundling stuff which is already in the 
archive is plain wrong.
Ganneff mbn: and if the stuff in the archive needs some patches to be useful 
the way to go is to patch it and MAYBE have it drop off one more binary 
package with the adjustements
Ganneff mbn: there, feel free to quote, the position didnt change :)
mbn I don't know enough on the issue (heck, I don't want to get near .net 
again in my life), but as far as I can see unbundling would be a bigger 
nightmare and we would end up with an unmaintainable package, so... maybe 
it's better to drop it off, but let's let the maintainer decide about 
that :-)

So, here it is. After this I think that there are no reasons to decide 
something regarding this issue: either to pick up back the effort of 
packaging moon without bundling mono, drop amd64 support or drop the whole 
package...

-- 
Marcos Marado



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



Bug#602171: gdesklets: diff for NMU version 0.36.1-4.1

2010-11-15 Thread gregor herrmann
tags 602171 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Die Schmetterlinge: Dachau-Lied
diff -u gdesklets-0.36.1/debian/changelog gdesklets-0.36.1/debian/changelog
--- gdesklets-0.36.1/debian/changelog
+++ gdesklets-0.36.1/debian/changelog
@@ -1,3 +1,13 @@
+gdesklets (0.36.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix won't start: repair debian/patches/01_python2.6.patch: at the moment
+it just creates a debian/patches/10_python2.6.patch file which never gets
+applied (closes: #602171). -- Thanks to Giovanni Mascellani for testing
+the fix.
+
+ -- gregor herrmann gre...@debian.org  Mon, 15 Nov 2010 21:38:19 +0100
+
 gdesklets (0.36.1-4) unstable; urgency=low
 
   * debian/patches/01_python2.6.patch:
diff -u gdesklets-0.36.1/debian/patches/01_python2.6.patch gdesklets-0.36.1/debian/patches/01_python2.6.patch
--- gdesklets-0.36.1/debian/patches/01_python2.6.patch
+++ gdesklets-0.36.1/debian/patches/01_python2.6.patch
@@ -1,23 +1,20 @@
+Description: Fix exception when running under python2.6. Patch from Ubuntu, commited upstream.
+Origin: https://bugs.launchpad.net/gdesklets/+bug/344079
+Forwarded: http://bazaar.launchpad.net/~gdesklets-core-team/gdesklets/0.3x/revision/118
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561645
 
 gdesklets-0.36.1.orig/debian/patches/10_python2.6.patch
-+++ gdesklets-0.36.1/debian/patches/10_python2.6.patch
-@@ -0,0 +1,18 @@
-+Description: Fix exception when running under python2.6. Patch from Ubuntu, commited upstream.
-+Origin: https://bugs.launchpad.net/gdesklets/+bug/344079
-+Forwarded: http://bazaar.launchpad.net/~gdesklets-core-team/gdesklets/0.3x/revision/118
-+diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1-2ubuntu1/utils/ErrorFormatter.py gdesklets-0.36.1-2ubuntu1.new/utils/ErrorFormatter.py
-+--- gdesklets-0.36.1-2ubuntu1/utils/ErrorFormatter.py	2009-03-25 11:53:35.0 -0400
- gdesklets-0.36.1-2ubuntu1.new/utils/ErrorFormatter.py	2009-05-12 13:38:39.0 -0400
-+@@ -113,9 +113,9 @@
-+ # give us an absolute path.
-+ #
-+ _old_imp = __import__
-+-def _new_imp(name, globs = {}, locls = {}, fromlist = []):
-++def _new_imp(*args, **kwargs):
-+ 
-+-module = _old_imp(name, globs, locls, fromlist)
-++module = _old_imp(*args, **kwargs)
-+ # builtin modules have no __file__ attribute, so we have to check for it
-+ if (module):
-+ if (hasattr(module, __file__)):
+diff -Nur -x '*.orig' -x '*~' gdesklets-0.36.1-2ubuntu1/utils/ErrorFormatter.py gdesklets-0.36.1-2ubuntu1.new/utils/ErrorFormatter.py
+--- gdesklets-0.36.1-2ubuntu1/utils/ErrorFormatter.py	2009-03-25 11:53:35.0 -0400
 gdesklets-0.36.1-2ubuntu1.new/utils/ErrorFormatter.py	2009-05-12 13:38:39.0 -0400
+@@ -113,9 +113,9 @@
+ # give us an absolute path.
+ #
+ _old_imp = __import__
+-def _new_imp(name, globs = {}, locls = {}, fromlist = []):
++def _new_imp(*args, **kwargs):
+ 
+-module = _old_imp(name, globs, locls, fromlist)
++module = _old_imp(*args, **kwargs)
+ # builtin modules have no __file__ attribute, so we have to check for it
+ if (module):
+ if (hasattr(module, __file__)):


signature.asc
Description: Digital signature


Processed: gdesklets: diff for NMU version 0.36.1-4.1

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 602171 + pending
Bug #602171 [gdesklets] gdesklets: won't start
Bug #597513 [gdesklets] gdesklets doesn't star ('Could not import tiling 
module!')
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602171
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#566836: marked as done (src:blender: FTBFS on GNU/kFreeBSD: needs porting.)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 20:46:23 +
with message-id 20101115204623.ga30...@reptile.pseudorandom.co.uk
and subject line blender FTBFS on kFreeBSD seems to have been fixed
has caused the Debian Bug report #566836,
regarding src:blender: FTBFS on GNU/kFreeBSD: needs porting.
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.)


-- 
566836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:blender
Version: 2.50~alpha~0~svn24834-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

my package FTBFS on GNU/kFreeBSD. It needs porting, as usual with new
upstream versions…

Full build logs:
  https://buildd.debian.org/status/package.php?suite=experimentalp=blender

Mraw,
KiBi.


---End Message---
---BeginMessage---
Version: 2.53-beta-svn30596-1

Gonéri Le Bouder applied a patch to fix this; according to
https://buildd.debian.org/status/package.php?p=blendersuite=experimental
it seems to have worked.

Regards,
S

---End Message---


Bug#602171: gdesklets: diff for NMU version 0.36.1-4.1

2010-11-15 Thread Emilio Pozuelo Monfort

On 15/11/10 20:47, gregor herrmann wrote:

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


Thanks. Feel free to upload it directly (instead of DELAYED) if you want.

Thanks,
Emilio



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



Bug#603222: marked as done (gjs: FTBFS: configure fails)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 21:32:17 +
with message-id e1pi6ev-00033f...@franck.debian.org
and subject line Bug#603222: fixed in gjs 0.7.6-2
has caused the Debian Bug report #603222,
regarding gjs: FTBFS: configure fails
to be marked as done.

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

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


-- 
603222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gjs
Version: 0.7.6-1
Severity: serious
Tags: experimental

Hello,

  Your packaga fails to build from source:

mkdir _build
cp -a * _build || true
cp: cannot copy a directory, `_build', into itself, `_build/_build'
cd _build  autoreconf -fi
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac: installing `./mkinstalldirs'
configure.ac:6: option `no-dist-gzip' not recognized
./Makefile-test.am:204: clean-local was already defined in condition TRUE, 
which implies condition ENABLE_COVERAGE_TRUE ...
./Makefile-test.am:156: ... `clean-local' previously defined here.
autoreconf: automake failed with exit status: 1


  Full logs linked from: 
https://buildd.debian.org/pkg.cgi?pkg=gjsmaint=dist=experimental

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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


---End Message---
---BeginMessage---
Source: gjs
Source-Version: 0.7.6-2

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

gjs_0.7.6-2.debian.tar.gz
  to main/g/gjs/gjs_0.7.6-2.debian.tar.gz
gjs_0.7.6-2.dsc
  to main/g/gjs/gjs_0.7.6-2.dsc
gjs_0.7.6-2_amd64.deb
  to main/g/gjs/gjs_0.7.6-2_amd64.deb
libgjs-dev_0.7.6-2_amd64.deb
  to main/g/gjs/libgjs-dev_0.7.6-2_amd64.deb
libgjs0b_0.7.6-2_amd64.deb
  to main/g/gjs/libgjs0b_0.7.6-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Gustavo Noronha Silva k...@debian.org (supplier of updated gjs package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Nov 2010 19:26:16 -0200
Source: gjs
Binary: gjs libgjs0b libgjs-dev
Architecture: source amd64
Version: 0.7.6-2
Distribution: experimental
Urgency: low
Maintainer: Gustavo Noronha Silva gustavo.noro...@collabora.co.uk
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gjs- Mozilla-based javascript bindings for the GNOME platform
 libgjs-dev - Mozilla-based javascript bindings for the GNOME platform
 libgjs0b   - Mozilla-based javascript bindings for the GNOME platform
Closes: 603222
Changes: 
 gjs (0.7.6-2) experimental; urgency=low
 .
   * debian/control:
   - build-depend on automake1.11 (Closes: #603222)
Checksums-Sha1: 
 19fd8ea114f3984f948ee041193f297f4a73 1704 gjs_0.7.6-2.dsc
 206fc05f27faa17c2cd1cf07f9e32162aaf6400c 6663 gjs_0.7.6-2.debian.tar.gz
 b9fb7ca6614ff9ff7c953dd31cc0099dce9011b0 11142 gjs_0.7.6-2_amd64.deb
 ca4ee31676f35b30b0a5e37bd06596560ab6f100 205170 libgjs0b_0.7.6-2_amd64.deb
 a1eeca591ead719178a0cbb1eecd76ba6be230b0 16896 libgjs-dev_0.7.6-2_amd64.deb
Checksums-Sha256: 
 5204d97cdfee89b00890d1c368bccf1ea01a11fba82d55d01fb7b9b37c1b23c2 1704 
gjs_0.7.6-2.dsc
 74dac074a4338dbd21320eb633f5e126a01ec74a1cbbfab34053ede024a89c62 6663 
gjs_0.7.6-2.debian.tar.gz
 

Bug#599966: Bug#598135: Forwarding articles to moderators is broken / FTBFS

2010-11-15 Thread Julien ÉLIE

Hi Steve,


Julien: have there been any more patches upstream for the moderator
issue in addition to the two you pointed to?


The two mentioned patches completely solve the issue.




So, rather than get mixed up
in a libdb transition (if there is one), what do you think about uploading
a fix for #598135 targeted only for testing that drops back to libdb 4.8?


As a new upload is planned, I also suggest the following fixes:

 Bug fixes
   http://inn.eyrie.org/trac/changeset/9095  (confusion between CR and LF)
   http://inn.eyrie.org/trac/changeset/9097  (missing fields in overview)
   http://inn.eyrie.org/trac/changeset/9103  (Tcl scripts not working)
   http://inn.eyrie.org/trac/changeset/9112  (inncheck)
   http://inn.eyrie.org/trac/changeset/9142  (Perl warning in cnfsstat)

 Documentation fixes
   http://inn.eyrie.org/trac/changeset/9045  (remove inflow)
   http://inn.eyrie.org/trac/changeset/9047  (URL update)
   http://inn.eyrie.org/trac/changeset/9070  (libstorage)
   http://inn.eyrie.org/trac/changeset/9072  (nntpsend)
   http://inn.eyrie.org/trac/changeset/9098  (Perl and Python hooks)

   http://inn.eyrie.org/trac/changeset/9049  (link for Berkeley DB)
   http://inn.eyrie.org/trac/changeset/9107  (link for Berkeley DB - bis)

 Samples fix
   http://inn.eyrie.org/trac/changeset/9129  (alignment in inn.conf)

 Enhancement
   http://inn.eyrie.org/trac/changeset/9110  (related to #584234)



Feel free to take any patch you want.
(I only mention here the patches useful for Squeeze.  For instance, I have
a patch specific to Perl 5.12.1, so it is useless for Squeeze with Perl 5.10.x.)


Have a nice week,

--
Julien ÉLIE

« N'écoutant que son courage qui ne lui disait rien,
 il se garda d'intervenir. » (Jules Renard) 





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



Bug#602171: marked as done (gdesklets: won't start)

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 21:47:08 +
with message-id e1pi6ti-0007am...@franck.debian.org
and subject line Bug#602171: fixed in gdesklets 0.36.1-4.1
has caused the Debian Bug report #602171,
regarding gdesklets: won't start
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.)


-- 
602171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdesklets
Version: 0.36.1-4+b1
Severity: grave
Justification: renders package unusable

The program won't start same as #597513, same solution modify a line in
/usr/lib/gdesklets/utils/ErrorFormatter.py

follwing:
# 09/08/09:per article=http://forums.opensuse.org/applications/409465-fix-
gdesklets.html
#def _new_imp(name, globs = {}, locls = {}, fromlist = []):
def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):

It now works.

Cheers Carlo



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

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

Versions of packages gdesklets depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtop2-7 2.28.1-1  gtop system monitoring library (sh
ii  libpango1.0-0  1.28.3-1  Layout and rendering of internatio
ii  librsvg2-2 2.26.3-1  SAX-based renderer library for SVG
ii  python 2.6.6-3+squeeze1  interactive high-level object-orie
ii  python-gnome2  2.28.1-1  Python bindings for the GNOME desk
ii  python-gtk22.17.0-4  Python bindings for the GTK+ widge
ii  python-pyorbit 2.24.0-6  A Python language binding for the 
ii  python-support 1.0.10automated rebuilding support for P

Versions of packages gdesklets recommends:
pn  gdesklets-datanone (no description available)

gdesklets suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gdesklets
Source-Version: 0.36.1-4.1

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

gdesklets_0.36.1-4.1.diff.gz
  to main/g/gdesklets/gdesklets_0.36.1-4.1.diff.gz
gdesklets_0.36.1-4.1.dsc
  to main/g/gdesklets/gdesklets_0.36.1-4.1.dsc
gdesklets_0.36.1-4.1_i386.deb
  to main/g/gdesklets/gdesklets_0.36.1-4.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated gdesklets package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Nov 2010 21:38:19 +0100
Source: gdesklets
Binary: gdesklets
Architecture: source i386
Version: 0.36.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Clément Stenac zorg...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 gdesklets  - Architecture for desktop applets
Closes: 602171
Changes: 
 gdesklets (0.36.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix won't start: repair debian/patches/01_python2.6.patch: at the moment
 it just creates a debian/patches/10_python2.6.patch file which never gets
 applied (closes: #602171). -- Thanks to Giovanni Mascellani for testing
 the fix.
Checksums-Sha1: 
 2ee9a5c4720da3e3718bc76190f16b83b4b7d426 2188 gdesklets_0.36.1-4.1.dsc
 3317c705e405f23c14574b597f22149c92b7e782 8874 gdesklets_0.36.1-4.1.diff.gz
 

Bug#597513: marked as done (gdesklets doesn't star ('Could not import tiling module!'))

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 21:47:08 +
with message-id e1pi6ti-0007am...@franck.debian.org
and subject line Bug#602171: fixed in gdesklets 0.36.1-4.1
has caused the Debian Bug report #602171,
regarding gdesklets doesn't star ('Could not import tiling module!')
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.)


-- 
602171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdesklets
Version: 0.36.1-4+b1

Kernel: 2.6.32-5-686
libc6: 2.11.2-5
Distribution: Linux Mint Debian Edition (based on Debian testing)

When i'm trying to start gdesklets per typing 'gdesklets' into a
terminal, i get this error message:

 Could not import tiling module!

This Bug is already reported in Launchpad and this [1] fixed the bug for me.

[1]
https://bugs.launchpad.net/ubuntu/+source/gdesklets/+bug/569714/comments/4

-- 
Martin Dosch
Berndiel 5
D-63897 Miltenberg

Tel.: +49 (0) 9371 / 95 99 21
Mobil: +49 (0) 171 / 62 39 604

Diese Nachricht ist standardkonform mit OpenPGP digital signiert.
This message is digitally signed with standards-compliant OpenPGP.

http://www.openpgp.org | http://enigmail.mozdev.org
attachment: s24562.vcf

signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: gdesklets
Source-Version: 0.36.1-4.1

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

gdesklets_0.36.1-4.1.diff.gz
  to main/g/gdesklets/gdesklets_0.36.1-4.1.diff.gz
gdesklets_0.36.1-4.1.dsc
  to main/g/gdesklets/gdesklets_0.36.1-4.1.dsc
gdesklets_0.36.1-4.1_i386.deb
  to main/g/gdesklets/gdesklets_0.36.1-4.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated gdesklets package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Nov 2010 21:38:19 +0100
Source: gdesklets
Binary: gdesklets
Architecture: source i386
Version: 0.36.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Clément Stenac zorg...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 gdesklets  - Architecture for desktop applets
Closes: 602171
Changes: 
 gdesklets (0.36.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix won't start: repair debian/patches/01_python2.6.patch: at the moment
 it just creates a debian/patches/10_python2.6.patch file which never gets
 applied (closes: #602171). -- Thanks to Giovanni Mascellani for testing
 the fix.
Checksums-Sha1: 
 2ee9a5c4720da3e3718bc76190f16b83b4b7d426 2188 gdesklets_0.36.1-4.1.dsc
 3317c705e405f23c14574b597f22149c92b7e782 8874 gdesklets_0.36.1-4.1.diff.gz
 e3b7a0dfec69901c0c1ef69843bac90e03b86e98 2914660 gdesklets_0.36.1-4.1_i386.deb
Checksums-Sha256: 
 8a0ec0b25daa70c442f325e78c3c4fdc83200d8fbc5e955ef307afcfb12c8bae 2188 
gdesklets_0.36.1-4.1.dsc
 66d17d3634daf028ab2034fce0afce607d2b30c4653fe7e1e18afa7be9e35e1a 8874 
gdesklets_0.36.1-4.1.diff.gz
 77e62dc1a97b99d8bdbe4a0af66e75ef0e507d13ed79fad3610d2ad7cfe4de01 2914660 
gdesklets_0.36.1-4.1_i386.deb
Files: 
 f546c35329779b59a0172636a4309f57 2188 gnome optional gdesklets_0.36.1-4.1.dsc
 32bf5c651778a26482f1c602b6d418a7 8874 gnome optional 
gdesklets_0.36.1-4.1.diff.gz
 b9d69dc2e279b619dbda5f0979d1d7dd 2914660 gnome optional 
gdesklets_0.36.1-4.1_i386.deb

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

iQIcBAEBCAAGBQJM4ZwNAAoJELs6aAGGSaoG2Z4QAIBFECTo1Rq1xVHYaboemVNA
/IWsIReBX/UBt4ITfmEBhK4lYahxI6g86XQb11EcKJA8YckS2AiZbacHktA5ucI6
GOQ2rO9EY+/nwTLJzLV6EZJ7k06MAGHNeoVMQaosirUFHLE6gz0rkyGODDsmtoIx
kxr/TxSgjcZ9r8Cg5eRiHJvRxYOSGAEL3HUdmc5yt0Ij9LGuhVF7s+prac5BG93V
leFZbdAJlBjQ9E4LoOsQzuiRiJu9iZEx3Ac1fSVeRS6YR5tXd/8eNPL+U3SzAnfk
6lB0/odlETY3Sfidbh/iNjZH8PJ39bMibzfZKlnZD7v2rpIWaKmQi1o8yxJm+5Zw
JqLzKPkQQBMGAcc2GT5lEFVkPFfxnSLvV/Xj/ClCn5kDqNSgdE+HnvAGgZoDgDOK
Pu2DGBD/+H5aoAU9C9/0xvHdYD1iZpf7Wlw4+6DaMzZ7jzZIETZAFop/0HsOLRjm
76uzleA8tngULSObeAdmZPhGjRu11MUTydAPMYDh6zs6dsgg/FnugkZtDy5AcQjt
TBGa46QToWqPSUmqzbwWPZ/zKYtednVKYBNQS7LdMG0oClMUVG7ptkuzLXopyAuU

Bug#602171: gdesklets: diff for NMU version 0.36.1-4.1

2010-11-15 Thread gregor herrmann
On Mon, 15 Nov 2010 21:30:40 +, Emilio Pozuelo Monfort wrote:

 I've prepared an NMU for gdesklets (versioned as 0.36.1-4.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
 Thanks. Feel free to upload it directly (instead of DELAYED) if you want.

Thanks!
I've rescheduled it to DELAYED/0 -- and it's already ACCEPTED :)

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: [DKP]: Nebel, mein Nebel (UdSSR)


signature.asc
Description: Digital signature


Bug#598309: Security unblock requests (ust/0.7-2.1)

2010-11-15 Thread Jon Bernard
* Moritz Muehlenhoff j...@inutil.org wrote:
 On Wed, Nov 03, 2010 at 01:06:24AM +0200, Jari Aalto wrote:
  The following message is a courtesy copy of an article
  that has been posted to gmane.linux.debian.devel.release as well.
  
   Julien Cristau jcris...@debian.org writes:
  | Newsgroups: gmane.linux.debian.devel.release
  | Subject: Re: Security unblock requests
  | Date: Sat, 23 Oct 2010 15:13:20 +0200
  | Message-ID: 20101023131320.gs3...@radis.liafa.jussieu.fr
  |
   On Sat, Oct 23, 2010 at 14:37:20 +0200, Moritz Muehlenhoff wrote:
  
   More unblock requests:
   ust/0.7-2.1 - CVE-2010-3386
  
52 files changed, 3116 insertions(+), 1232 deletions(-)
  
  Need more information. Local check:
  
  $ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | 
  lsdiff
  ust-0.7/debian/changelog
  ust-0.7/debian/patches/CVE-2010-3386--bug598309.diff
  ust-0.7/debian/patches/series
  
  $ debdiff ../build-area/ust_0.7-2.dsc ../build-area/ust_0.7-2.1.dsc | 
  filterdiff -x '*changelog' | wc -l
  50
 
 What is the status? This is still unfixed in Squeeze.

Hi Moritz, sorry for the delay. I would prefer to backport the upstream
patch for this bug and create a security update for the version in
squeeze (version 0.5-1).

I belive this is the correct thing to do, but I have never dealt with
a security issue in one of my packages going into a release, so I'm
a bit nervous about what to do.

What is your suggestion on how to proceed?

-- 
Jon



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



Bug#602911: marked as done (openvswitch: FTBFS on all arches (unix socket path name too long))

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 22:32:13 +
with message-id e1pi7av-0004pn...@franck.debian.org
and subject line Bug#602891: fixed in openvswitch 1.1.0~pre2-4
has caused the Debian Bug report #602891,
regarding openvswitch: FTBFS on all arches (unix socket path name too long)
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.)


-- 
602891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openvswitch
Version: 1.1.0~pre2-2
Severity: serious
Tags: sid

Hello,

  Your package fails to build on many architectures:
 22: daemon  FAILED (daemon.at:11)
 23: daemon --monitorFAILED (daemon.at:31)
 24: daemon --detach FAILED (daemon.at:73)
 25: daemon --detach --monitor   FAILED (daemon.at:97)
 26: daemon --detach startup errors  ok
 27: daemon --detach --monitor startup errorsok
 28: daemon --detach closes standard fds FAILED (daemon.at:156)
 29: daemon --detach --monitor closes standard fds   FAILED (daemon.at:176)

daemon unit tests - Python

 30: daemon - Python ok
Terminated
make[2]: *** wait: No child processes.  Stop.
make[2]: *** Waiting for unfinished jobs
make[2]: *** wait: No child processes.  Stop.
make[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs
make[1]: *** wait: No child processes.  Stop.
make: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs
make: *** wait: No child processes.  Stop.

testsuite: WARNING: caught signal TERM, bailing out
make[4]: *** [check-local] Error 143
make[3]: *** [check-am] Terminated
 31: daemon --monitor - Python  Build killed with signal 
TERM after 600 minutes of inactivity


Full build log at: https://buildd.debian.org/pkg.cgi?pkg=openvswitch

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

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


---End Message---
---BeginMessage---
Source: openvswitch
Source-Version: 1.1.0~pre2-4

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

openvswitch-common_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-common_1.1.0~pre2-4_amd64.deb
openvswitch-controller_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-controller_1.1.0~pre2-4_amd64.deb
openvswitch-datapath-source_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-datapath-source_1.1.0~pre2-4_all.deb
openvswitch-dbg_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-dbg_1.1.0~pre2-4_amd64.deb
openvswitch-pki-server_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-pki-server_1.1.0~pre2-4_all.deb
openvswitch-pki_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-pki_1.1.0~pre2-4_all.deb
openvswitch-switch_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-switch_1.1.0~pre2-4_amd64.deb
openvswitch_1.1.0~pre2-4.debian.tar.gz
  to main/o/openvswitch/openvswitch_1.1.0~pre2-4.debian.tar.gz
openvswitch_1.1.0~pre2-4.dsc
  to main/o/openvswitch/openvswitch_1.1.0~pre2-4.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 602...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Horman ho...@debian.org (supplier of updated openvswitch package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Nov 2010 06:46:17 +0900
Source: openvswitch
Binary: openvswitch-datapath-source openvswitch-common openvswitch-switch 
openvswitch-pki openvswitch-pki-server openvswitch-controller openvswitch-dbg
Architecture: source amd64 all
Version: 1.1.0~pre2-4
Distribution: unstable
Urgency: low
Maintainer: Open vSwitch developers d...@openvswitch.org
Changed-By: Simon Horman ho...@debian.org
Description: 
 openvswitch-common - Open vSwitch common 

Bug#602891: marked as done (openvswitch: FTBFS on all arches (unix socket path name too long))

2010-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Nov 2010 22:32:13 +
with message-id e1pi7av-0004pn...@franck.debian.org
and subject line Bug#602891: fixed in openvswitch 1.1.0~pre2-4
has caused the Debian Bug report #602891,
regarding openvswitch: FTBFS on all arches (unix socket path name too long)
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.)


-- 
602891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:openvswitch
Version: 1.1.0~pre2-2
Severity: serious

Your package FTBFS on all architectures [0]. Here is a snippet from
i386[1]:

|struct alignment checker unit tests
|
| 19: check struct tail padding   ok
| 20: check struct internal alignment ok
| 21: check struct declared size  ok
|
|daemon unit tests - C
|
| 22: daemon  FAILED (daemon.at:11)
| 23: daemon --monitorFAILED (daemon.at:31)
| 24: daemon --detach FAILED (daemon.at:73)
| 25: daemon --detach --monitor   FAILED (daemon.at:97)
| 26: daemon --detach startup errors  FAILED (daemon.at:137)
| 27: daemon --detach --monitor startup errorsFAILED (daemon.at:146)
| 28: daemon --detach closes standard fds FAILED (daemon.at:156)
| 29: daemon --detach --monitor closes standard fds   FAILED (daemon.at:176)
|
|daemon unit tests - Python
|
| 30: daemon - Python ok
|E: Caught signal 'Terminated': terminating immediately
|make[2]: *** wait: No child processes.  Stop.
|make[2]: *** Waiting for unfinished jobs
|make[2]: *** wait: No child processes.  Stop.
|make[1]: *** [check] Error 2
|make: *** [build-arch-stamp] Terminated
|Terminated
|
|testsuite: WARNING: caught signal TERM, bailing out
|make[4]: *** [check-local] Error 143
|make[3]: *** [check-am] Terminated
| 31: daemon --monitor - Python  Build killed with signal 
TERM after 150 minutes of inactivity


[0] https://buildd.debian.org/status/package.php?p=openvswitch
[1] 
https://buildd.debian.org/fetch.cgi?pkg=openvswitcharch=i386ver=1.1.0~pre2-2stamp=1289239711file=logas=raw

Sebastian


---End Message---
---BeginMessage---
Source: openvswitch
Source-Version: 1.1.0~pre2-4

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

openvswitch-common_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-common_1.1.0~pre2-4_amd64.deb
openvswitch-controller_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-controller_1.1.0~pre2-4_amd64.deb
openvswitch-datapath-source_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-datapath-source_1.1.0~pre2-4_all.deb
openvswitch-dbg_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-dbg_1.1.0~pre2-4_amd64.deb
openvswitch-pki-server_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-pki-server_1.1.0~pre2-4_all.deb
openvswitch-pki_1.1.0~pre2-4_all.deb
  to main/o/openvswitch/openvswitch-pki_1.1.0~pre2-4_all.deb
openvswitch-switch_1.1.0~pre2-4_amd64.deb
  to main/o/openvswitch/openvswitch-switch_1.1.0~pre2-4_amd64.deb
openvswitch_1.1.0~pre2-4.debian.tar.gz
  to main/o/openvswitch/openvswitch_1.1.0~pre2-4.debian.tar.gz
openvswitch_1.1.0~pre2-4.dsc
  to main/o/openvswitch/openvswitch_1.1.0~pre2-4.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 602...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Horman ho...@debian.org (supplier of updated openvswitch package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Nov 2010 06:46:17 +0900
Source: openvswitch
Binary: openvswitch-datapath-source openvswitch-common openvswitch-switch 
openvswitch-pki openvswitch-pki-server openvswitch-controller openvswitch-dbg
Architecture: source amd64 all
Version: 1.1.0~pre2-4
Distribution: unstable
Urgency: low
Maintainer: Open vSwitch developers d...@openvswitch.org
Changed-By: Simon Horman ho...@debian.org
Description: 
 openvswitch-common - Open vSwitch common components
 openvswitch-controller - Open vSwitch 

Bug#603319: dmraid-activate (silently) fails to active RAID1 array

2010-11-15 Thread Modestas Vainius
tags 603319 pending
thanks

Hello,

On sekmadienis 14 Lapkritis 2010 16:03:56 Modestas Vainius wrote:
 I wrote an awk based program which extracts RAID subsets from the native
 log of the physical drive (dmraid -i -n /dev/sda). I will test it in the
 next few days and I will send a patch for dmraid-activate if it works.
 Special casing is obviously not optimal but changing behaviour of
 /sbin/dmraid at this point would be worse imho.

I have confirmed that my solution works. The proposed NMU diff is attached. As 
you see, it should not affect anything else but DDF1 RAID disks. Unless you 
tell me otherwise or fix this bug in maintainer upload, I will NMU the package 
in approx. 2 weeks. I will ping you once again after uploading to DELAYED/2.

-- 
Modestas Vainius mo...@debian.org
diff -u dmraid-1.0.0.rc16/debian/changelog dmraid-1.0.0.rc16/debian/changelog
--- dmraid-1.0.0.rc16/debian/changelog
+++ dmraid-1.0.0.rc16/debian/changelog
@@ -1,3 +1,13 @@
+dmraid (1.0.0.rc16-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Make dmraid-activate work with DDF1 arrays by special-casing their
+handling. (Closes: #603319) Similar to ISW case, there do not seem to be a
+way for getting raid subsets for the physical drive except parsing native
+log.
+
+ -- Modestas Vainius mo...@debian.org  Sun, 14 Nov 2010 15:44:01 +0200
+
 dmraid (1.0.0.rc16-3) unstable; urgency=low
 
   * [3bea125] debian/patches/20_fix_isw_sectors_calculation.patch: Fix
diff -u dmraid-1.0.0.rc16/debian/dmraid-activate dmraid-1.0.0.rc16/debian/dmraid-activate
--- dmraid-1.0.0.rc16/debian/dmraid-activate
+++ dmraid-1.0.0.rc16/debian/dmraid-activate
@@ -116,6 +116,58 @@
 	fi
 }
 
+ddf1_virtual_drive_guids()
+{
+	ddf1_awk_script=$(cat 'EOF'
+BEGIN {
+section = 
+disk_ref = 
+guid_i = 0
+}
+
+function section_begins(name)
+{
+section = name
+vd_guid = 
+drive_map = 0
+}
+
+{
+if (!/^0x/  / at /) {
+# Section begins
+section_begins(substr($0, 1, match($0, / at /)-1))
+} else if (section == Disk Data  /^0x020 reference:[ \t]*[0-9A-Fx]+/) {
+disk_ref = $3
+sub(/^0x/, , disk_ref)
+} else if (disk_ref) {
+if (section == Virtual Drive Config Record  /^0x008 guid:/) {
+vd_guid = substr($0, match($0,/\[[0-9a-f ]+\]$/)+1, RLENGTH-2)
+gsub(/ /, , vd_guid)
+# IF LSI, do timestamp substitution to get persistent name, see
+# 19_ddf1_lsi_persistent_name.patch
+if (vd_guid ~ /^4c5349/)
+vd_guid = substr(vd_guid, 1, 32) 47114711 substr(vd_guid, 41)
+} else if (drive_map) {
+# 0: 4BCBB980 @ 0
+if ($2 == disk_ref) {
+guids[guid_i] = vd_guid
+guid_i++
+}
+} else if (vd_guid) {
+drive_map = /^Drive map:/
+}
+}
+}
+END {
+# Print discovered virtual drive GUIDs which belong to this physical drive
+for (guid in guids)
+print guids[guid]
+}
+EOF
+)
+	dmraid -i -n $1 | awk $ddf1_awk_script
+}
+
 if grep -qs \nodmraid\ /proc/cmdline; then
 	log_warning dmraid disabled by boot option
 	exit 0
@@ -141,10 +193,10 @@
 	exit 0
 fi
 
-# We need a special case for isw arrays, since it is possible to have several
-# subsets of a RAID group, of varying RAID types.
 case $Raid_Name in
 	isw_*)
+		# We need a special case for isw arrays, since it is possible to have several
+		# subsets of a RAID group, of varying RAID types.
 		Isw_Group_Name=$Raid_Name
 		Isw_Subsets=$(dmraid -i -n /dev/$Node_Name | grep volume | sed 's/.*volume:  *\(.*\)$/\1/')
 
@@ -154,6 +206,17 @@
 		done
 		break
 		;;
+	.ddf1_disks)
+		# Dummy name for the main DDF1 group. Needs special handling to
+		# find RAID subsets for this physical drive
+		Ddf1_guids=`ddf1_virtual_drive_guids /dev/$Node_Name`
+
+		for ddf1_guid in $Ddf1_guids
+		do
+			activate_array ddf1_${ddf1_guid}
+		done
+		break
+		;;
 	*)
 		activate_array $Raid_Name
 		break


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


Processed: Re: dmraid-activate (silently) fails to active RAID1 array

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 603319 pending
Bug #603319 [dmraid] dmraid-activate does not handle DDF1-based disks properly
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603319
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#603427: ipplan: prompting due to modified conffiles which where not modified by the user

2010-11-15 Thread Jan Wagner
tags 603427 + pending patch
thanks

On Sunday, 14. November 2010, you wrote:
 Package: ipplan
 Version: 4.92a-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts piuparts.d.o
 
 Hi,
 
 during a test with piuparts I noticed your package failed the piuparts
 upgrade test because dpkg detected a conffile as being modified and then
 prompted the user for an action. As there is no user input, this fails.
 But this is not the real problem, the real problem is that this prompt
 shows up in the first place, as there was nobody modifying this conffile
 at all, the package has just been installed and upgraded...

I'm working on a fix. An untested diff is available at:

https://scm.uncompleted.org/projects/debian/repository/revisions/2239/diff.diff

With kind regards, Jan.
-- 
Never write mail to w...@spamfalle.info, you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--


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


Processed: Re: Bug#603427: ipplan: prompting due to modified conffiles which where not modified by the user

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 603427 + pending patch
Bug #603427 [ipplan] ipplan: prompting due to modified conffiles which where 
not modified by the user
Added tag(s) pending and patch.
 thanks
Stopping processing here.

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


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



Processed: tagging 603319

2010-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 603319 + patch
Bug #603319 [dmraid] dmraid-activate does not handle DDF1-based disks properly
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603319
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#603631: smbfs: smbmount renders system when logged on with unprivileged user. Even reboot is not possible

2010-11-15 Thread christianha
Package: smbfs
Version: 2:3.2.5-4lenny13
Severity: critical
Tags: security
Justification: breaks unrelated software

1.  sudo apt-get install smbfs
2.  sudo /usr/sbin/adduser nagios
3.  sudo /usr/sbin/usermod -a -G nagios nagios
4.  while true; do mkdir -p /tmp/mnt_10.0.0.2/test$  smbmount 
//10.0.0.2/test$ /tmp/mnt_10.0.0.2/test$ -o 
password=asdfasdf,uid=nagios,gid=nagios,ro  /dev/null done
5.  wait approximately 10 seconds
6.  Strg+C
7.  ps aux (You will see lots of processes called /sbin/mount.cifs.)
8.  you can.t reboot system

Solution is to install linux-image-amd64 (=2.6.32+25) from deb 
http://www.backports.org/debian lenny-backports main contrib non-free


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

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

Versions of packages smbfs depends on:
ii  libc6   2.7-18lenny6 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libkeyutils11.2-9Linux Key Management Utilities (li
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny2  OpenLDAP libraries
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libtalloc1  1.2.0~git20080616-1  hierarchical pool based memory all
ii  libwbclient02:3.2.5-4lenny13 client library for interfacing wit
ii  netbase 4.34 Basic TCP/IP networking system
ii  samba-common2:3.2.5-4lenny13 Samba common files used by both th

smbfs recommends no packages.

Versions of packages smbfs suggests:
pn  smbclient none (no description available)

-- no debconf information



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



Bug#603048: rails: Gives dangerous advice regarding log permissions

2010-11-15 Thread Gunnar Wolf
tags 603048 + pending
thanks

Adam Majer dijo [Mon, Nov 15, 2010 at 01:53:48PM -0600]:
  Asking the administrator to make the log files mode 0666 would make
  them vulnerable to modification or erasure by any system user. Even
  given that many of Rails' users are not Unix-savvy, this should
  clearly be rephrased.
 
 Good catch. That is some failed recommendation. Although this is not
 really a security bug - it's a documentation bug. Normally the
 recommendation should be that the logfile is chown to the user of the
 running rails application (eg. webserver) and still be 0644 or 0640 or
 even 0600.

I agree - but it is a terrible recommendation to make, surely
suggested by a non-unixy person!

 Do you happen to have access to git.debian.org? If you do, can you
 apply your patch? The procedure is basically,
 (...)

Done. Thanks!



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



  1   2   >