Bug#596594: links with libdrm unnecessarily (on GNU/kFreeBSD)

2010-09-18 Thread Robert Millan
Hi

2010/9/17, Cyril Brulebois k...@debian.org:
 +Build-Conflicts: libdrm-dev [hurd-i386 kfreebsd-i386 kfreebsd-amd64]

 surely a conflict is overkill here.

 (See debian/patches/001_ubuntu_bail_when_kms_active.patch)

What do you mean?  The patched configure checks for libdrm
and links with it when it is present.  You actually have to remove
libdrm-dev in order to build a correct xserver-xorg-video-vesa.

-- 
Robert Millan



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



Bug#597223: udev: The First partition....

2010-09-18 Thread Marco d'Itri
reassign 597223 debian-installer
thanks

On Sep 18, Tyler Tricker lemon...@ikillclowns.com wrote:

 I found the problem, this should be moved to the debian-installer.
 I installed debian from a flash drive and the installer put the following 
 into fstab.
 
 /dev/sdb1 /media/cdrom0 udf,iso9660,user,noauto 0 0 - its where I installed 
 it from.. but it's not a cdrom
 /dev/scd0 /media/cdrom1 udf,iso9660,user,noauto 0 0

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#596824: Poor performance traced to database queries performing full table scans

2010-09-18 Thread Julien BLACHE
Peter Carmichael carmich...@fastmail.co.uk wrote:

Hi,

 Just appending some off-line correspondence to this bug report...

Kai and I have been investigating some possible solutions, so something
should happen at some point. There's also a link with other features
that need to be added, so there's definitely something on the way.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#597251: nmu: libppl-swi_0.10.2-8

2010-09-18 Thread Luca Falavigna
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

I erroneously removed libppl-swi_0.10.2-8 from hppa instead of mips
(see #596501), so I ask a binNMU on hppa to restore removed binary.

nmu libppl-swi_0.10.2-8 . hppa . -m Rebuild for erroneous removal


signature.asc
Description: PGP signature


Bug#587993: confirm

2010-09-18 Thread Oto Magaldadze
Confirm on Linux debian 2.6.32-5-686 i686 GNU/Linux




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



Bug#353536: subclasses, classes which define classes

2010-09-18 Thread Michael Tautschnig
Hi all,

 * Michael Tautschnig m...@debian.org [Sat Apr 03, 2010 at 11:34:20AM +0200]:
On Tue, 30 Mar 2010 21:52:27 +0100, Holger Levsen 
hol...@layer-acht.org said:
 
How? (Seriously, how would you do this?)
 
   I, myself will not use subclasses.
 
definitly be easily possible in FAI, thus either be part of the
featureset or be documented well. 
 
   Have a look at #498412, there's a sample implementation from Ingo, so
   it's already documented. You may want to add this information to the
   FAI wiki.
 
  I'm using some kind of subclasses for a long time now and it was really 
  easy to
  implement using a single script in class/ that evaluates an extra file
  class/$class if class/$class exists.
 
  I'm not sure how feature-complete the FAI Guide intends to be, but maybe it
  could be as simple as to add references to this bug report and #468352 to
  Section 11 (Various Hints)?
 
 ACK. Adding this to the official documentation (maybe in a
 summarized version so users don't have to digg through the whole
 bugreport) would be worth the effort IMO.
 
 Could anyone with knowledge regarding this issue please volunteer to
 come up with a few lines of documentation?
 

I was initially considering to simply post my scripts and setup here, which I'll
do nevertheless. But if we really want a proper solution, Ingo's solution looks
really nice and pretty feature-complete. I'll therefore include that into the
experimental branch at least; I will, however, not add it to subroutines or the
like, but instead the user shall be calling fai-deps from within some script in
$FAI/class/ at will. It's finally included in 4.0~beta2+experimental8.

The very simple solution I'm using is as follows, and is part of my
$FAI/class/02more.sh:

base_class=`grep ^$HOSTNAME  $FAI/class/CLASSES | awk '{ print $2 }'`
for class in $classes $base_class ; do
  [ $class = $HOSTNAME ]  continue
  [ -f $FAI/class/$class ]  cat $FAI/class/$class
done

if [ $base_class = $HOSTNAME ] ; then
  exit 0
fi
echo $base_class

and a $FAI/class/CLASSES file that has entries like these:

gnat DNS 
bull bull
cola SHELL_SERVER
calf MAILRELAY
wasp XEN0

I guess such a snippet could easily be included in the documentation, but for
complex dependencies there is no way around Ingo's solution.

Best,
Michael



pgp8Ylz6jmN0I.pgp
Description: PGP signature


Bug#597252: unblock: librack-ruby/1.1.0-4

2010-09-18 Thread Lucas Nussbaum
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package librack-ruby

Fixes #583553. Other changes are cosmetic.

unblock librack-ruby/1.1.0-4

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

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



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



Bug#597253: mrtgutils: mrtg-sensors not present in amd64 package

2010-09-18 Thread Alan Dennis
Package: mrtgutils
Version: 0.7
Severity: important


The fix to bug 88627 only builds mrtg-sensors on i386 because, at the time, 
libsensors-dev was only available on i386.

libsensors-dev is now available on amd64. mrtg-sensors builds fine from source 
on amd64 and appears to run correctly 
(I have only tested superficially, not exhaustively). I think mrtg-sensors 
ought to be included in the amd64 package.

(libsensors-dev may also be available in other architectures too now?)

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

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

Versions of packages mrtgutils depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries

Versions of packages mrtgutils recommends:
ii  libsensors3   1:2.10.7-1 library to read temperature/voltag

Versions of packages mrtgutils suggests:
ii  lm-sensors  1:3.0.2-1+b2 utilities to read temperature/volt
ii  mrtg2.16.2-3 multi router traffic grapher

-- no debconf information



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



Bug#595445: gdm3: Does not hibernate via the GUI

2010-09-18 Thread Josselin Mouette
reassign 595445 gnome-power-manager 2.30.1-1
thanks

Le vendredi 17 septembre 2010 à 22:08 -0400, Deniz Akcal a écrit :
 Sorry for the late reply. I don't check this email too often.
 Suspending graphically (I don't know how to suspend via the terminal -
 if you know, I'd appreciate it if you can tell me how Smile) does work
 but when I try to resume, it seems to hang (but I can move the
 cursor). Also, pm-hibernate (as root) does work perfectly and so does
 hibernate (which is personally what I used as a workaround whenever I
 needed to hibernate).

What is the output of upower -d in a terminal?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#597156: live usb image created is unbootable with kernel panic

2010-09-18 Thread Praveen A
2010/9/17 Daniel Baumann dan...@debian.org:
 image works both in qemu and with real hardware, so must be a local issue.

 please make sure you did write the image correctly to the stick, with
 something like 'dd if=binary.img of=/dev/sdb' whereas /dev/sdb relates
 to the device of your usb stick, not a partition.

My USB stick was of 1GB and image size is 1.1GB. Sorry about filing it
as bug. It is working in qemu.

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.



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



Bug#597254: mrtgutils: Should mrtg-sensors be a separate package?

2010-09-18 Thread Alan Dennis
Package: mrtgutils
Version: 0.7
Severity: serious
Justification: Policy 3.5


mrtg-sensors depends on libsensors3, yet this is only listed as a recommended 
dependancy.

I can see the argument for not making libsensors3 a required dependancy of 
mrtgutils
(because it pulls in a lot of stuff that probably wont be required for many 
mrtg users).

However, mrtg-sensors is utterly broken without it. Shouldn't mrtg-sensors be 
broken out into
a separate package with proper dependancies, maybe recommended or suggested by 
mrtgutils?

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

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

Versions of packages mrtgutils depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries

Versions of packages mrtgutils recommends:
ii  libsensors3   1:2.10.7-1 library to read temperature/voltag

Versions of packages mrtgutils suggests:
ii  lm-sensors  1:3.0.2-1+b2 utilities to read temperature/volt
ii  mrtg2.16.2-3 multi router traffic grapher

-- no debconf information



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



Bug#597016: Xorg crashes when starting sm and typing

2010-09-18 Thread Joachim Breitner
Hi Kibi,

Am Samstag, den 18.09.2010, 00:04 +0200 schrieb Cyril Brulebois:
 Joachim Breitner nome...@debian.org (16/09/2010):
  since recently (can’t pin-point it), I can crash my X server when I
  run sm (from the package of the same name) and start to type a
  letter.
  
  It does not crash if I press Esc (to clear the screen message
  display), or when I start sm with another text from the command
  line.
 
 https://bugs.freedesktop.org/show_bug.cgi?id=29430 upstream; fix is in
 the shadow branch, which might be considered in the near future for
 Debian.

nice. I thought that’d be a painfully long round of debugging rounds...
and you already spotted it yourself. Thanks.

Greetings,
Joachim


-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#596713: cdbs: Please document how to override use of dh_gencontrol

2010-09-18 Thread Jonas Smedegaard

Hi again, Andres,

On Fri, Sep 17, 2010 at 08:04:47PM -0400, Andres Mejia wrote:

On Monday 13 September 2010 13:32:11 Jonas Smedegaard wrote:

Hi Andres,

On Mon, Sep 13, 2010 at 12:44:51PM -0400, Andres Mejia wrote:
chromium-browser at one point required manually adding some extra 
dependencies in Depends field, so there was a need to override part 
of debhelper.mk that ran dh_gencontrol. It was documented however 
that in order to do this, the target 'binary-makedeb-IMPL/%' had to 
be overridden.


Please provide some form of documentation that explains the above 
use case. I'm sure there are similar use cases too, such as 
overridding dh_shlibdeps.


Thanks for reporting this!

Documentation for CDBS certainly is lacking behind :-(

Could you point to the specific phrase in the documentation that is 
wrong?


Sorry. Meant to say it was *not* documented ... In other words, it 
was not documented however that in order to do this, the target 
'binary-makedeb-IMPL/%' had to be overridden.


Ah, ok.  Thanks for clarifying.


Depending on what exactly you wanted to do, I believe the proper 
approach is to set DEB_DH_SHLIBDEPS_ARGS.


dpkg-shlibdeps won't help in the case where a library is dlopened, thus 
making it necessary to manually add the dependencies in for a package.


Are you shure you don't mean dh_shlibdeps above?  I believe (but have 
not played with it) that you can spoon-feed dependencies as options to 
dpkg-shlibdeps, and thus to dh_shlibdeps as well.


Could you provide an example of the approach you believe necessary?


Kind 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#592939: Correct kernel installed with actual squeeze installer

2010-09-18 Thread Bernhard Wörner
The correct kernel-image (-686 image) is installed with the actual
squeeze installer.
This bug report can be closed.

Thank you.

Regards
Bernhard




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



Bug#597255: emacs23: in Message Mode, FCC: OUTMAIL gets lost when OUTMAIL is open in RMAIL

2010-09-18 Thread Jeroen Nijhof
Package: emacs23
Version: 23.2+1-4
Severity: normal

File Carbon Copy (e.g. from (setq mail-archive-file-name ~/OUTMAIL))
goes wrong when the file is open in RMAIL: the new message sort of
gets saved to the in-memory copy of OUTMAIL, but never to the disk.

I suspect what happens is a bad interaction with the Rmail buffer
swapping: the message: the message gets appended to the 'rmail-buffer'
(that you see), and not to the 'rmail-view-buffer' (i.e. the whole
file, that gets saved to disc).

I was wondering whether to set the severity to 'grave', since this
involves data loss! So far I managed to recover the lost messages by
appending the '*sent mail to...* buffers to the OUTMAIL file, but
that won't always work..

To reproduce:

* M-x compose-mail, send a message with FCC: OUTMAIL
* C-u M-x rmail , open OUTMAIL
* M-x compose-mail, send another message with FCC: OUTMAIL

Now this second message will _not_ be appended to the OUTMAIL file.
Instead, if you switch to the OUTMAIL buffer, it will be appended
to the message currently open
(including an initial
   From nobody Sat Sep 18 08:18:15 2010
 mbox header line).
But as soon as you got to another message, that information is lost!!

(In Mail Mode FCC did not have this problem, but instead it lost the
Since compose-mail started to use Message Mode, -- Debian bug
540237. Also annoying, but not nearly as much message loss)

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

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.2+1-4 The GNU Emacs editor's shared, arc
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-5 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libm17n-0   1.6.1-1  a multilingual text processing lib
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libotf0 0.9.11-1 A Library for handling OpenType Fo
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-3  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
ii  emacs23-common-non-dfsg   23.2+1-1   GNU Emacs shared, architecture ind

-- no debconf information



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



Bug#597256: totd: [INTL:ja] please add Japanese po-debconf template translation (ja.po)

2010-09-18 Thread Hideki Yamane
Package: totd
Version: 1.4-4.3
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear totd package maintainer,

 Here's Japanese po-debconf template translation (ja.po) file that 
 reviewed by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane



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

iQIcBAEBCgAGBQJMlHJeAAoJEF0yjQgqqrFAgZAQAJfRSR8wXnNxG/2yiq1F2kZX
bmokcaSc88hIKSQ/2KbqGe1z/0EpWN88ZBj09A7qM80c3iJvwQw/Mu5SgC7RkIkg
ao4Hqxd76b6UH9B86ApAnBz755/ZskoBxPkBi+YVCq1e7o7/9OwAQTJgV9WU2O2W
rnbl62v3cTHVQXLWVi+knquEAavoeM2DCqnu+JIW8CssOIuZpWH7YOUH3kTPO1Sr
nJINxIarqA1X1NNVuE7J5LT8FeOnEXna3L5eQ9W763e9xca0Z2PH4EGN3JjHp5Kl
p0rLSsEevJd+IDvamYtpGsNI2RFeEggr/hyrWiwvau3z1wF6KYZIbMeotPICSoOy
BB4Y/0CjiJxK8D4CA1D2+KRZZEW4Ewtgymwq8yAy2HW9BJXC2WDgkzWmCYmqSYhg
Myky2JHaaMTs+ry0OLMYpsp5bTIhDGs/WgmFijFsVXTFXQw0k7vSK0uJRNmO7Pyw
L3vQpgTj609FJt4C/u5fZgxv5ZpBr4TInRsaZEVtvHwIK31WvlWJYRtSsQCnZAMp
Vqch2R8vbealDfO438vkAWAY8ksi+rR5w4Cdck4aHqPSblY80dOjxPBIWXu5tRdU
37Pv8uJCxy5CUSI48qylIFq5lQ5xevy32aC/SLrpzibxAlN42rHRmxhlbFBkRC4+
GZAhkFrR7IamnOWclBZ4
=iUFr
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: totd 1.4-4.3\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-01 12:37+0100\n
PO-Revision-Date: 2009-11-11 14:32+0900\n
Last-Translator: Hideki Yamane (Debian-JP) henr...@debian.or.jp\n
Language-Team: Japanese debian-japan...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Support IPv6?
msgstr IPv6 をサポートしますか?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
totd can be used both with IPv4 and IPv6. Please choose whether you want to 
support IPv6.
msgstr 
totd は IPv4 と IPv6 の双方で使えます。IPv6 をサポートするかどうかを選んでください。


Bug#596232: scanadf sets SIGCHLD to SIG_IGN

2010-09-18 Thread Julien BLACHE
Jakub Wilk jw...@debian.org wrote:

Hi,

 scanadf sets SIGCHLD to SIG_IGN just before calling fork() and

Actually, this is no longer true in HEAD since december 2005. Now it
just needs a release :)

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#597257: reportbug packagename --list-bugs

2010-09-18 Thread yellowprotoss
Package: reportbug
Version: 4.12.6
Severity: wishlist

Hi,

Being a wish, for bash-scripting, I found out that a command : 
 reportbug packagename --list-bugs   list.txt
for listing the reported bugs would be useful. 

I could also help for further scripting and purpose. This extra feature is 
simple and is not to heavy to be added. 

Thank you for coding a lot for us!!

Best regards

-- Package-specific info:
** Environment settings:
INTERFACE=text

** /home/sameklu/.reportbugrc:
reportbug_version 4.12.6
mode novice
ui text
realname yellowprotoss
email yellowprot...@gmail.com

-- 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 reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.6.5-11   interactive high-level object-orie
ii  python-reportbug  4.12.6 Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utilsnone  (no description available)
pn  debsums  none  (no description available)
pn  dlocate  none  (no description available)
pn  emacs22-bin-common | none  (no description available)
ii  file 5.04-5  Determines file type using magic
ii  gnupg1.4.10-4GNU privacy guard - a free PGP rep
ii  python-gtk2  2.17.0-3+b1 Python bindings for the GTK+ widge
pn  python-gtkspell  none  (no description available)
pn  python-urwid none  (no description available)
pn  python-vte   none  (no description available)
ii  sendmail-bin [mail-t 8.14.3-9.2  powerful, efficient, and scalable 
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- no debconf information



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



Bug#597120: [PATCH] Avoid dumping unparseable data

2010-09-18 Thread John Wright
Add an input validation method that is called by the default __setitem__,
and add some validation at output time for multivalued fields (since
their input is a mutable list which makes it unsuitable for validation
at intput time).

Closes: #597120
---
 debian/changelog |6 ++
 lib/debian/deb822.py |   45 ++---
 tests/test_deb822.py |   28 
 3 files changed, 76 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0292524..492b5df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-debian (0.1.19) UNRELEASED; urgency=low
+
+  * Avoid dumping unparseable data. (Closes: #597120)
+
+ -- John Wright j...@debian.org  Sat, 18 Sep 2010 00:47:04 -0600
+
 python-debian (0.1.18) unstable; urgency=low
 
   * Support installation together with older versions of python-apt.
diff --git a/lib/debian/deb822.py b/lib/debian/deb822.py
index a0cad69..fc87124 100644
--- a/lib/debian/deb822.py
+++ b/lib/debian/deb822.py
@@ -406,8 +406,9 @@ class Deb822(Deb822Dict):
 value = self.get_as_string(key)
 if not value or value[0] == '\n':
 # Avoid trailing whitespace after Field: if it's on its own
-# line or the value is empty
-# XXX Uh, really print value if value == '\n'?
+# line or the value is empty.  We don't have to worry about the
+# case where value == '\n', since we ensure that is not the
+# case in __setitem__.
 entry = '%s:%s\n' % (key, value)
 else:
 entry = '%s: %s\n' % (key, value)
@@ -588,6 +589,31 @@ class Deb822(Deb822Dict):
 
 return self.gpg_info
 
+def validate_input(self, key, value):
+Raise ValueError if value is not a valid value for key
+
+Subclasses that do interesting things for different keys may wish to
+override this method.
+
+
+# The value cannot end in a newline (if it did, dumping the object
+# would result in multiple stanzas)
+if value.endswith('\n'):
+raise ValueError(value must not end in '\\n')
+
+# Make sure there are no blank lines (actually, the first one is
+# allowed to be blank, but no others), and each subsequent line starts
+# with whitespace
+for line in value.splitlines()[1:]:
+if not line:
+raise ValueError(value must not have blank lines)
+if not line[0].isspace():
+raise ValueError(each line must start with whitespace)
+
+def __setitem__(self, key, value):
+self.validate_input(key, value)
+Deb822Dict.__setitem__(self, key, value)
+
 ###
 
 # XXX check what happens if input contains more that one signature
@@ -892,6 +918,16 @@ class _multivalued(Deb822):
 for line in filter(None, contents.splitlines()):
 updater_method(Deb822Dict(zip(fields, line.split(
 
+def validate_input(self, key, value):
+if key.lower() in self._multivalued_fields:
+# It's difficult to write a validator for multivalued fields, and
+# basically futile, since we allow mutable lists.  In any case,
+# with sanity checking in get_as_string, we shouldn't ever output
+# unparseable data.
+pass
+else:
+Deb822.validate_input(self, key, value)
+
 def get_as_string(self, key):
 keyl = key.lower()
 if keyl in self._multivalued_fields:
@@ -909,13 +945,16 @@ class _multivalued(Deb822):
 field_lengths = {}
 for item in array:
 for x in order:
-raw_value = str(item[x])
+raw_value = unicode(item[x])
 try:
 length = field_lengths[keyl][x]
 except KeyError:
 value = raw_value
 else:
 value = (length - len(raw_value)) *   + raw_value
+if \n in value:
+raise ValueError('\\n' not allowed in component of 
+ multivalued field %s % key)
 fd.write( %s % value)
 fd.write(\n)
 return fd.getvalue().rstrip(\n)
diff --git a/tests/test_deb822.py b/tests/test_deb822.py
index 891f4cd..64fd77a 100755
--- a/tests/test_deb822.py
+++ b/tests/test_deb822.py
@@ -726,6 +726,34 @@ Description: python modules to work with Debian-related 
data formats
 self.assertEqual(p2['uploaders'],
  u'Frank Küster fr...@debian.org')
 
+@staticmethod
+def _dictset(d, key, value):
+d[key] = value
+
+def test_field_value_ends_in_newline(self):
+Field values are not allowed to end with newlines
+
+d = deb822.Deb822()
+

Bug#597249: [PATCH] Allow ':' as the first character of a value

2010-09-18 Thread John Wright
The regular expression that matched keys was too loose, so things like

  Foo: : bar

would get parsed as

  {'Foo:': 'bar'}

instead of the correct value (which is also returned by both apt_pkg and
the email package),

  {'Foo': ': bar'}

Closes: #597249
---
 debian/changelog |1 +
 lib/debian/deb822.py |8 +---
 tests/test_deb822.py |8 
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 492b5df..4010029 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-debian (0.1.19) UNRELEASED; urgency=low
 
   * Avoid dumping unparseable data. (Closes: #597120)
+  * Allow ':' as the first character of a value. (Closes: #597249)
 
  -- John Wright j...@debian.org  Sat, 18 Sep 2010 00:47:04 -0600
 
diff --git a/lib/debian/deb822.py b/lib/debian/deb822.py
index fc87124..47c921d 100644
--- a/lib/debian/deb822.py
+++ b/lib/debian/deb822.py
@@ -317,9 +317,11 @@ class Deb822(Deb822Dict):
 ###
 
 def _internal_parser(self, sequence, fields=None):
-single = re.compile(^(?Pkey\S+)\s*:\s*(?Pdata\S.*?)\s*$)
-multi = re.compile(^(?Pkey\S+)\s*:\s*$)
-multidata = re.compile(^\s(?Pdata.+?)\s*$)
+# The key is non-whitespace, non-colon characters before any colon.
+key_part = r^(?Pkey[^: \t\n\r\f\v]+)\s*:\s*
+single = re.compile(key_part + r(?Pdata\S.*?)\s*$)
+multi = re.compile(key_part + r$)
+multidata = re.compile(r^\s(?Pdata.+?)\s*$)
 
 wanted_field = lambda f: fields is None or f in fields
 
diff --git a/tests/test_deb822.py b/tests/test_deb822.py
index 64fd77a..b03b13f 100755
--- a/tests/test_deb822.py
+++ b/tests/test_deb822.py
@@ -753,6 +753,14 @@ Description: python modules to work with Debian-related 
data formats
 d['Files'] = [{'md5sum': 'deadbeef', 'size': '9605', 'name': 'bad\n'}]
 self.assertRaises(ValueError, d.get_as_string, 'files')
 
+def test_bug597249_colon_as_first_value_character(self):
+Colon should be allowed as the first value character. See #597249.
+
+
+data = 'Foo: : bar'
+parsed = {'Foo': ': bar'}
+self.assertWellParsed(deb822.Deb822(data), parsed)
+
 
 class TestPkgRelations(unittest.TestCase):
 
-- 
1.7.1




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



Bug#595423: unblock: live-build/2.0~a28-1

2010-09-18 Thread Daniel Baumann
retitle 595423 unblock: live-build/2.0~a29-1
thanks

live-build (2.0~a29-1) unstable; urgency=low

  * Updating auto/scripts handling.
  * Adding somewhat prettier header in /etc/apt/sources.list.
  * Fixing lb_binary_syslinux to add quiet for the default live entries.
  * Correcting typo in lb_config when cleaning up auto/config.
  * Adding support for inclusion of the debian-backports repository.
  * Correcting freudian typo when reading in config files.
  * Correcting to narrow pattern for counting kernel images (Closes:
#581252).
  * Updating kernel images number when installing them into live media.
  * Also populating config tree automatically when calling other top-
level commands apart from lb_build.
  * Allowing also symlinks in chroot_local-packages (Closes: #593186).
  * Correcting typo in binary sources.list creating.

 -- Daniel Baumann dan...@debian.org  Thu, 16 Sep 2010 21:13:58 +0200

-- 
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-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595424: unblock: live-manual/2.0~a5-1

2010-09-18 Thread Daniel Baumann
retitle 595424 unblock: live-manual/2.0~a6-1
thanks

live-manual (1:2.0~a6-1) unstable; urgency=low

  * Updating regex for package markups.
  * Updating about_manual for squeeze.
  * Updating other_installation for squeeze.
  * Moving reviewed other_installation to user section.
  * Replacing forgotten reference to live-helper with live-build in
about_project.
  * Updating other_basics for squeeze.
  * Moving reviewed other_basics to user section.
  * Regenerating po files.
  * Removing old French partial translation, based on etch contents.
  * Updating other_overview for squeeze.
  * Moving reviewed other_overview to user section.
  * Adding mandatory spaces for include lines, otherwise sisu skips
them.
  * Updating autobuild related things to sisu pathes.
  * Skipping pdf files in autobuild for the moment, sisu has troubles on
lenny, see http://lists.sisudoc.org/pipermail/sisu/2010-
September/45.html.
  * Using same languages in autobuild as in build.
  * Also copying sisu dotfiles into language specific build directories.
  * Updating other_customization-packages for squeeze.
  * Moving reviewed other_customization-packages to user section.
  * Removing undistributable Debian logo (Closes: #597237).
  * Correcting typo in path of install target in makefile.
  * Regenerating po files.

 -- Daniel Baumann dan...@debian.org  Fri, 17 Sep 2010 23:45:30 +0200

-- 
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-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597252: unblock: librack-ruby/1.1.0-4

2010-09-18 Thread Adam D. Barratt
On Sat, 2010-09-18 at 08:44 +0200, Lucas Nussbaum wrote:
 Please unblock package librack-ruby
 
 Fixes #583553. Other changes are cosmetic.

This appears to have been rejected by dak due to the .orig.tar.gz
mentioned in the .dsc not matching the copy already in the archive;
please let us know once it's been re-uploaded and accepted.

Regards,

Adam



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



Bug#597258: iodine: The Debian init script fails if IODINED_PASSWORD contains spaces

2010-09-18 Thread v.nix.is
Package: iodine
Version: 0.6.0~rc1-1
Severity: important

iodine/iodined support spaces in passwords, e.g.:

iodine -P a very long password with spaces

But the Debian init.d/iodined script doesn't, because you do:

DAEMON_ARGS=-u iodine -t $CHROOTDIR -P $IODINED_PASSWORD $IODINED_ARGS

Which just intepolates $IODINED_PASSWORD into the argument list,
unlike $IODINED_ARGS you need to quote it.

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

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

Versions of packages iodine depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  makedev 2.3.1-89 creates device files in /dev
ii  udev160-1/dev/ and hotplug management daemo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

iodine recommends no packages.

Versions of packages iodine suggests:
ii  dnsutils   1:9.7.1.dfsg.P2-2 Clients provided with BIND
pn  fping  none(no description available)
ii  gawk   1:3.1.7.dfsg-5GNU awk, a pattern scanning and pr
pn  ipcalc none(no description available)
ii  iproute20100519-3networking and traffic control too

-- Configuration Files:
/etc/init.d/iodined changed [not included]

-- debconf information excluded



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



Bug#597259: screenruler: does not show anything on the screen

2010-09-18 Thread Leandro sullo sgorbio
Package: screenruler
Version: 0.891+bzr25-1
Severity: important

The program starts normally either via the menu either via command line but it
does not show anything on the screen



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
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 screenruler depends on:
ii  libcairo-ruby 1.8.1-1Cairo bindings for the Ruby langua
ii  libgconf2-ruby0.19.3-2   GConf 2 bindings for the Ruby lang
ii  libglade2-ruby0.19.3-2   Libglade 2 bindings for the Ruby l
ii  libgtk2-ruby  0.19.3-2   GTK+ bindings for the Ruby languag
ii  ruby  4.5An interpreter of object-oriented 

screenruler recommends no packages.

screenruler suggests no packages.

-- no debconf information



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



Bug#597251: nmu: libppl-swi_0.10.2-8

2010-09-18 Thread Adam D. Barratt
On Sat, 2010-09-18 at 08:47 +0200, Luca Falavigna wrote:
 I erroneously removed libppl-swi_0.10.2-8 from hppa instead of mips
 (see #596501), so I ask a binNMU on hppa to restore removed binary.
 
 nmu libppl-swi_0.10.2-8 . hppa . -m Rebuild for erroneous removal

That should be ppl, i.e. the source package.

Before I schedule a 22-hour build to get one binary package back :) I'm
assuming dak can't easily be persuaded to re-introduce the old version
of the package? (I'm guessing not given the time since removal, but it's
always worth asking...)

Regards,

Adam



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



Bug#597260: easymp3gain-gtk: Scrolling in main window causes access violation popup

2010-09-18 Thread SevenMachines
Package: easymp3gain-gtk
Version: 0.5.0-4
Severity: important

If you,
* Add a folder of songs
* Scroll down in the main window
* Then 'access violation' popup window appears

TApplication.HandleException Access violation
  Stack trace:
  $B715A716
  $0822EFEB
  $081C12B2
  $0814D363
  $081DC508
  $080E4CD1
  $080E4B29
  $081D34DA
  $080D8952
  $081419C7
  $0813493B
  $0813ED74
  $0813EE4D
  $B7311E24
  $B710C142
  $B712262D
  $B7123A83
ETCHED IN

See also,
https://bugs.edge.launchpad.net/ubuntu/+source/easymp3gain/+bug/641849

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

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

Versions of packages easymp3gain-gtk depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  mp3gain  1.5.1-4 Lossless mp3 normalizer with stati

Versions of packages easymp3gain-gtk recommends:
ii  vorbisgain0.36-3.1   add Replay Gain volume tags to Ogg

easymp3gain-gtk suggests no packages.
Program received signal SIGSEGV, Segmentation fault.
0xb7a45716 in IA__gdk_drawable_get_size (drawable=0x22, width=0xbfffeb94, 
height=0xbfffeb90)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gdk/gdkdraw.c:161
161 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gdk/gdkdraw.c: No 
such file or directory.
in 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gdk/gdkdraw.c
(gdb) backtrace full
#0  0xb7a45716 in IA__gdk_drawable_get_size (drawable=0x22, width=0xbfffeb94, 
height=0xbfffeb90)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gdk/gdkdraw.c:161
__t = value optimized out
__r = value optimized out
__PRETTY_FUNCTION__ = IA__gdk_drawable_get_size
#1  0x0822efeb in ?? ()
No symbol table info available.
#2  0x081c12b2 in ?? ()
No symbol table info available.
#3  0x0814d363 in ?? ()
No symbol table info available.
#4  0x081dc508 in ?? ()
No symbol table info available.
#5  0x080e4cd1 in ?? ()
No symbol table info available.
#6  0x080e4b29 in ?? ()
No symbol table info available.
#7  0x081d34da in ?? ()
No symbol table info available.
#8  0x080d8952 in ?? ()
No symbol table info available.
---Type return to continue, or q return to quit---
#9  0x081419c7 in ?? ()
No symbol table info available.
#10 0x0813493b in ?? ()
No symbol table info available.
#11 0x0813ed74 in ?? ()
No symbol table info available.
#12 0x0813ee4d in ?? ()
No symbol table info available.
#13 0xb7bfce24 in _gtk_marshal_BOOLEAN__BOXED (closure=0x8441468, 
return_value=0xb71bf070, n_param_values=2, param_values=0x27, 
invocation_hint=0xbfffef1c, marshal_data=0x813eda0)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
data1 = 0xbfffeb94
data2 = value optimized out
v_return = value optimized out
__PRETTY_FUNCTION__ = _gtk_marshal_BOOLEAN__BOXED
#14 0xb79f7142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#15 0xb7a0d62d in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#16 0xb7a0ea83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
---Type return to continue, or q return to quit---
#17 0xb7a0f086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#18 0xb7d290f6 in gtk_widget_event_internal (widget=value optimized out, 
event=0x8510d58)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gtk/gtkwidget.c:4943
signal_num = value optimized out
return_val = 0
#19 0xb7bf547d in IA__gtk_propagate_event (widget=0x8442020, event=0x8510d58)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gtk/gtkmain.c:2442
tmp = 0xb795bfe6
handled_event = value optimized out
__PRETTY_FUNCTION__ = IA__gtk_propagate_event
#20 0xb7bf6807 in IA__gtk_main_do_event (event=0x8510d58)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-i386-jmql5R/gtk+2.0-2.20.1/gtk/gtkmain.c:1647
event_widget = 0x8442020
grab_widget = value optimized out
window_group = 0x8485b00
rewritten_event = 0x0
tmp_list = value optimized out
__PRETTY_FUNCTION__ = IA__gtk_main_do_event
---Type return to continue, or q return to 

Bug#597261: unblock: qdbm/1.8.77-3.1

2010-09-18 Thread Lucas Nussbaum
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package qdbm

Fixes #592775

unblock qdbm/1.8.77-3.1

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

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



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



Bug#597262: bip: FTBFS on armel: error: redefinition of 'struct user'

2010-09-18 Thread Philipp Kern
Package: bip
Version: 0.8.6-1
Severity: serious

╔══╗
║ bip 0.8.6-1 (armel)12 Sep 2010 17:20 ║
╚══╝
[...]
#   source='src/log.c' object='src/log.o' libtool=no 
gcc -DHAVE_CONFIG_H -I. -I./src -O2 -g -W -Wall -fPIE -c -o src/log.o 
src/log.c
In file included from src/log.c:18:
src/irc.h:61: error: redefinition of 'struct user'
src/log.c: In function 'log_build_filename':
src/log.c:154: error: 'struct user' has no member named 'name'
src/log.c: In function 'log_add_file':
src/log.c:312: error: 'struct user' has no member named 'backlog'
src/log.c: In function 'log_find_file':
src/log.c:371: error: 'struct user' has no member named 'connections'
src/log.c:419: error: 'struct user' has no member named 'backlog'
src/log.c: In function 'log_client_none_connected':
src/log.c:738: error: 'struct user' has no member named 'always_backlog'
src/log.c: In function 'log_advance_backlogs':
src/log.c:758: error: 'struct user' has no member named 'backlog'
src/log.c:758: error: 'struct user' has no member named 'backlog_lines'
src/log.c:761: error: 'struct user' has no member named 'backlog_lines'
src/log.c: In function 'log_beautify':
src/log.c:861: error: 'struct user' has no member named 'bl_msg_only'
src/log.c:937: error: 'struct user' has no member named 'backlog_no_timestamp'
src/log.c: In function 'log_backread':
src/log.c:1062: error: 'struct user' has no member named 'always_backlog'
src/log.c: In function '_log_write':
src/log.c:1135: error: 'struct user' has no member named 'backlog_lines'
src/log.c:1154: error: 'struct user' has no member named 'always_backlog'
src/log.c: At top level:
src/log.c:1198: error: conflicting types for 'log_new'
src/log.h:65: note: previous declaration of 'log_new' was here
src/log.c: In function 'log_new':
src/log.c:1203: warning: assignment from incompatible pointer type
make[2]: *** [src/log.o] Error 1
make[2]: Leaving directory `/build/buildd-bip_0.8.6-1-armel-dkl2oB/bip-0.8.6'
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
make[1]: Leaving directory `/build/buildd-bip_0.8.6-1-armel-dkl2oB/bip-0.8.6'

Build finished at 20100912-1724
FAILED [dpkg-buildpackage died]

Full log: 
https://buildd.debian.org/fetch.cgi?pkg=bipver=0.8.6-1arch=armelstamp=1284312281file=log



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



Bug#592398: Interested in Radio Browser plugin

2010-09-18 Thread Guilhem Bonnefille
Hi all rhythmbox packagers and contributors,

I've just discovered Radio Browser plugin. It seems quite fine for my
needs. Now, I whish to ensure that it will regularly evolve with my
Debian system.

Is there a way to give an help on packaging this plugin for Debian?

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/



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



Bug#592775: qdbm: diff for NMU version 1.8.77-3.1

2010-09-18 Thread Lucas Nussbaum
tags 592775 + patch
tags 592775 + pending
thanks

Dear maintainer,

I've prepared an NMU for qdbm (versioned as 1.8.77-3.1) and
uploaded it to unstable.

Regards.

Lucas
diff -Nru qdbm-1.8.77/debian/changelog qdbm-1.8.77/debian/changelog
--- qdbm-1.8.77/debian/changelog	2010-07-22 14:19:18.0 +0200
+++ qdbm-1.8.77/debian/changelog	2010-09-18 09:52:48.0 +0200
@@ -1,3 +1,14 @@
+qdbm (1.8.77-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS:
++ Apply patch from Julien Cristau to replace STR2CSTR with StringValuePtr.
++ Hack: avoid modifying $0 (frozen variable in 1.9.2)
++ Add -I. to work around removal of relative requires in 1.9.2.
+Closes: #592775
+
+ -- Lucas Nussbaum lu...@lucas-nussbaum.net  Sat, 18 Sep 2010 08:48:49 +0200
+
 qdbm (1.8.77-3) unstable; urgency=low
 
   * Fix FTBTS again. (Closes: #589275)
diff -Nru qdbm-1.8.77/debian/patches/debian-changes-1.8.77-3.1 qdbm-1.8.77/debian/patches/debian-changes-1.8.77-3.1
--- qdbm-1.8.77/debian/patches/debian-changes-1.8.77-3.1	1970-01-01 01:00:00.0 +0100
+++ qdbm-1.8.77/debian/patches/debian-changes-1.8.77-3.1	2010-09-18 09:54:16.0 +0200
@@ -0,0 +1,321 @@
+Description: Upstream changes introduced in version 1.8.77-3.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ qdbm (1.8.77-3.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Fix FTBFS:
+ + Apply patch from Julien Cristau to replace STR2CSTR with StringValuePtr.
+ + Hack: avoid modifying $0 (frozen variable in 1.9.2)
+ + Add -I. to work around removal of relative requires in 1.9.2.
+ Closes: #592775
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Lucas Nussbaum lu...@lucas-nussbaum.net
+Bug-Debian: http://bugs.debian.org/592775
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: http://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- qdbm-1.8.77.orig/ruby/Makefile.in
 qdbm-1.8.77/ruby/Makefile.in
+@@ -84,27 +84,27 @@ check :
+ 	sync ; sync
+ 	cd depot  rm -rf casket
+ 	cd depot  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbdptest write casket 1 1000
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbdptest write casket 1 1000
+ 	cd depot  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbdptest read casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbdptest read casket
+ 	cd depot  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbdptest misc casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbdptest misc casket
+ 	cd depot  rm -rf casket
+ 	cd curia  rm -rf casket
+ 	cd curia  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbcrtest write casket 1 1000 10
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbcrtest write casket 1 1000 10
+ 	cd curia  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbcrtest read casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbcrtest read casket
+ 	cd curia  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbcrtest misc casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbcrtest misc casket
+ 	cd curia  rm -rf casket
+ 	cd villa  rm -rf casket
+ 	cd villa  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbvltest write casket 1
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbvltest write casket 1
+ 	cd villa  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbvltest read casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbvltest read casket
+ 	cd villa  \
+-	  $(RUNENV) $(RUBY) -w -Ilib rbvltest misc casket
++	  $(RUNENV) $(RUBY) -w -Ilib -I. rbvltest misc casket
+ 	cd villa  rm -rf casket
+ 	@printf '\n'
+ 	@printf '#\n'
+--- qdbm-1.8.77.orig/ruby/depot/mod_depot.c
 qdbm-1.8.77/ruby/depot/mod_depot.c
+@@ -237,7 +237,7 @@ static VALUE rbdpopen(VALUE vself, VALUE
+   const char *name;
+   int index, omode, bnum;
+   if((index = getnewindex()) == -1) myerror(DP_EMISC);
+-  name = STR2CSTR(vname);
++  name = StringValuePtr(vname);
+   FIXNUM_P(vomode);
+   omode = FIX2INT(vomode);
+   FIXNUM_P(vbnum);
+@@ -278,9 +278,9 @@ static VALUE rbdpput(VALUE vself, VALUE
+   int index, ksiz, vsiz, dmode;
+   FIXNUM_P(vindex);
+   if((index = FIX2INT(vindex)) == -1) myerror(DP_EMISC);
+-  kbuf = STR2CSTR(vkey);
++  kbuf = StringValuePtr(vkey);
+   ksiz = RSTRING_LEN(vkey);
+-  vbuf = STR2CSTR(vval);
++  vbuf = StringValuePtr(vval);
+   vsiz = RSTRING_LEN(vval);
+   FIXNUM_P(vdmode);
+   dmode = FIX2INT(vdmode);
+@@ -299,7 +299,7 @@ static VALUE rbdpout(VALUE vself, VALUE
+   int index, ksiz;
+   FIXNUM_P(vindex);
+   if((index = FIX2INT(vindex)) == -1) 

Bug#593024: tokyocabinet-ruby: FTBFS: no such file to load -- rubygems (LoadError)

2010-09-18 Thread Lucas Nussbaum
On 18/08/10 at 21:06 +0200, Laurent Arnoud wrote:
 On Tue, Aug 17, 2010 at 11:05:42PM +0200, Lucas Nussbaum wrote:
  On 17/08/10 at 20:48 +0200, Laurent Arnoud wrote:
   On Sun, Aug 15, 2010 at 09:57:39AM +0200, Lucas Nussbaum wrote:
During a rebuild of all packages in sid, your package failed to build on
amd64.
   Hello,
  
   Thanks for the report.
  
   I have pushed the fix to:
   git://git.debian.org/collab-maint/tokyocabinet-ruby.git
 
  Please upload, as it's an RC bug.
 
 Sorry for that.
 
 Uploaded to mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/t/tokyocabinet-ruby
 - dget 
 http://mentors.debian.net/debian/pool/main/t/tokyocabinet-ruby/tokyocabinet-ruby_1.30-2.dsc

Hi,

Comparing the version in the pkg-ruby-extras SVN repo with the one on
mentors, I get some strange differences, as if the orig tarball was
different.

Could you clarify whether that is expected?

In particular:
--- tokyocabinet-ruby-1.30/tokyocabinet.gemspec 2010-07-19 08:12:06.0 
+0200
+++ tokyocabinet-ruby-1.30/tokyocabinet.gemspec 2010-04-09 23:52:50.0 
+0200
@@ -3,9 +3,9 @@
 spec = Gem::Specification.new do |s|
   s.name = tokyocabinet
   s.version = 1.30
-  s.author FAL Labs
-  s.email = i...@fallabs.com
-  s.homepage = http://fallabs.com/tokyocabinet/;
+  s.author Mikio Hirabayashi
+  s.email = hira...@gmail.com
+  s.homepage = http://1978th.net/tokyocabinet/;
   s.summary = Tokyo Cabinet: a modern implementation of DBM.
   s.description = Tokyo Cabinet is a library of routines for managing a 
database.  The database is a simple data file containing records, each is a 
pair of a key and a value.  Every key and value is serial bytes with variable 
length.  Both binary data and character string can be used as a key and a 
value.  There is neither concept of data tables nor data types.  Records are 
organized in hash table, B+ tree, or fixed-length array.
   s.files = [ tokyocabinet.c, extconf.rb ]

- Lucas



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



Bug#593085: libdataobjects-ruby1.9.1: load error with ruby 1.9.2

2010-09-18 Thread Lucas Nussbaum
On 27/08/10 at 16:07 +0530, Deepak Tripathi wrote:
 
 Hi,
 
 I have fix this issue and its available in pkg-ruby-extra's svn. once
 libaddressable-ruby (dependencies) will get uploaded,I will upload this to 
 archive.

libaddressable-ruby is currently waiting in NEW. It needs to be accepted
before we can move forward.

- Lucas



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



Bug#597006: [Bug-AUCTeX] [Sanjoy Mahajan san...@olin.edu] Bug#597006: auctex: runs ConTeXt with incorrect --engine switch

2010-09-18 Thread Ralf Angeli
* Davide G. M. Salvetti (2010-09-17) writes:

 the following bug has been reported with the Debian bug tracking
 system.  I believe it should be evaluated upstream.

It's fixed in CVS now.

-- 
Ralf



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



Bug#591862: maxima 'serious' bug fix missed freeze

2010-09-18 Thread Adam D. Barratt
On Fri, 2010-09-17 at 18:24 -0500, Kumar Appaiah wrote:
 On Tue, Sep 14, 2010 at 11:45:40AM -0500, Kumar Appaiah wrote:
  Yes. You should upload to the same place, and instead of using
  unstable as the target distribution, use testing or
  testing-proposed-updates. Naturally, since you will be basing your
  package on the version currently in testing, you should set a version
  number higher than that, but just about high enough. For example,
  5.21.1-2+squeeze1 ot 5.21.1-2squeeze1 should be appropriate.
[...]
 Camm has done this[1]. Could you please consider this upload for
 squeeze?

The upload appears to have introduced several other changes which aren't
documented in the changelog and don't appear related to fixing the bug;
the changelog just says Backport fixes to 591862 and related items:

- a change to source format 3.0 (quilt); presumably to allow Kumar's
patches to be added, but still not great for a tpu during freeze
- (xmaxima) Depends change to use tk8.{5,4} instead of tk8.{4,3}; not so
bad
- (maxima) Dropping of gv and maxima-emacs from Recommends to Suggests
- (maxima-emacs) Addition of maxima-doc to Depends, mime-support,
postscript-viewer, pdf-viewer to Recomemnds
- A build system change which results in debian/maxout.gnuplot,
debian/tests.lisp.patch, doc/info/extract_categories.sh.debdiff,
doc/info/include-maxima.texi, doc/man/ru/maxima.1 and tests/rtest14.ERR
disappearing from the source package; it's possible some or all of them
were never intended to be shipped, but it's not easy to tell.

Regards,

Adam



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



Bug#597263: gourmet: Exception when opening database

2010-09-18 Thread Javier Kohen
Package: gourmet
Version: 0.15.6-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After some recent upgrade Gourmet broke for me, as it's usually the case after 
new versions of this software are released. See the exception below. When I 
changed the code in recipeManager to use keys() instead of items() the program 
opened, and I was able to browse the database, though I still get some 
non-fatal exceptions.

DEBUG:   /usr/share/gourmet/gourmet/backends/db.py: 1755 
recipeManager.__init__()
DEBUG:   /usr/share/gourmet/gourmet/backends/db.py: 175 Initializing DB 
connection
DEBUG:   /usr/share/gourmet/gourmet/backends/db.py: 206 Done initializing DB 
connection
DEBUG: initialize_connection + setup_tables TOOK 0.027636051178 SECONDS
DEBUG:   /usr/share/gourmet/gourmet/backends/db.py: 1755 
recipeManager.__init__()
Traceback (most recent call last):
  File /usr/bin/gourmet, line 35, in module
gourmet.GourmetRecipeManager.startGUI()
  File /usr/share/gourmet/gourmet/GourmetRecipeManager.py, line 715, in 
startGUI
r=RecGui(splash_label=splash.label)
  File /usr/share/gourmet/gourmet/GourmetRecipeManager.py, line 918, in 
__init__
GourmetApplication.__init__(self, splash_label=splash_label)
  File /usr/share/gourmet/gourmet/GourmetRecipeManager.py, line 116, in 
__init__
self.setup_shopping()
  File /usr/share/gourmet/gourmet/GourmetRecipeManager.py, line 228, in 
setup_shopping
self.sl = shopgui.ShopGui()
  File /usr/share/gourmet/gourmet/shopgui.py, line 633, in __init__
self.data,self.pantry=self.grabIngsFromRecs([])
  File /usr/share/gourmet/gourmet/shopgui.py, line 542, in grabIngsFromRecs
return self.organize_list(self.lst)
  File /usr/share/gourmet/gourmet/shopgui.py, line 545, in organize_list
self.sh = recipeManager.DatabaseShopper(lst, self.rd)
  File /usr/share/gourmet/gourmet/recipeManager.py, line 25, in __init__
shopping.Shopper.__init__(self,lst)
  File /usr/share/gourmet/gourmet/shopping.py, line 23, in __init__
self.init_pantry()
  File /usr/share/gourmet/gourmet/recipeManager.py, line 55, in init_pantry
if len(self.pantry.items())==0:
  File /usr/share/gourmet/gourmet/backends/db.py, line 2013, in items
val = getattr(i,self.vp)
TypeError: an integer is required


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

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

Versions of packages gourmet depends on:
ii  python   2.6.6-1 interactive high-level object-orie
ii  python-central   0.6.16+nmu1 register and build utility for Pyt
ii  python-glade22.17.0-4GTK+ bindings: Glade support
ii  python-gtk2  2.17.0-4Python bindings for the GTK+ widge
ii  python-imaging   1.1.7-2 Python Imaging Library
ii  python-poppler   0.12.1-1+b1 Poppler Python bindings
ii  python-reportlab 2.4-2   ReportLab library to create PDF do
ii  python-sqlalchemy0.6.3-1 SQL toolkit and Object Relational 

Versions of packages gourmet recommends:
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gtkspell   2.25.3-5   Python bindings for the GtkSpell l

gourmet suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkyUf1UACgkQ823633cP2P8VawCgjGIEEDzN39IssqcY3sveDap4
CPsAn09N2seG27gcpaMwKTsEDsjflpCt
=nJxS
-END PGP SIGNATURE-



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



Bug#592714: creoleparser: How about this patch?

2010-09-18 Thread Fabrice Coutadeur
Package: creoleparser
Version: 0.7.2-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

Hi,

I thinks this patch is cleaner, as it just move the test after the 
installation, to have a predictable fix path. Is it ok?

Thanks,
Fabrice

*** /tmp/tmpyIeasc


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

Kernel: Linux 2.6.32-25-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
diff -u creoleparser-0.7.2/debian/rules creoleparser-0.7.2/debian/rules
--- creoleparser-0.7.2/debian/rules
+++ creoleparser-0.7.2/debian/rules
@@ -5,6 +5,7 @@
 
 PKGNAME:=python-creoleparser
 PYVERS:=$(shell pyversions -r)
+PYVERSONLY:=$(shell pyversions -rv)
 
 include /usr/share/dpatch/dpatch.make
 -include /usr/share/python/python.mk
@@ -18,13 +19,6 @@
 	$$py setup.py build; \
 	done
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e ;\
-	for py in $(PYVERS); do  \
-	PYTHONPATH=$(CURDIR)/build/lib $$py $(CURDIR)/build/lib/creoleparser/__init__.py; \
-	done
-endif
-
 	touch $@
 
 clean: clean-patched unpatch
@@ -49,6 +43,13 @@
 	for py in $(PYVERS); do  \
 	$$py setup.py install --root=debian/$(PKGNAME) $(py_setup_install_args); \
 	done
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e ;\
+	for py in $(PYVERSONLY); do  \
+	PYTHONPATH=$(CURDIR)/debian/$(PKGNAME)/usr/lib/python$$py/$(call py_sitename_sh, $$py) python$$py $(CURDIR)/debian/$(PKGNAME)/usr/lib/python$$py/$(call py_sitename_sh, $$py)/creoleparser/__init__.py; \
+	done
+endif
+
 
 	dh_installdocs -A
 	touch install-stamp


Bug#597264: aisleriot/freecell: red cards sometimes turn blue

2010-09-18 Thread Richard Hector
Package: gnome-games
Version: 1:2.30.2-1
Severity: normal

Usually in the first few moves of the game, some of the red cards (diamonds
or hearts) will turn blue. More may turn blue later. This can be temporarily
fixed by changing the card style. It may  happen again, but happens less often
as the session continues; after several games it generally doesn't happen at
all.

The background can also change colour, and there are sometimes other graphical
glitches, particularly after switching to a 'bitmap' style.

I haven't seen similar issues with other programs, but this is a new machine,
so I haven't got a huge amount of history with it.

I have a Radeon HD 4670, using the radeon driver, if that's relevant.

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

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

Versions of packages gnome-games depends on:
ii  gnome-games-data1:2.30.2-1   data files for the GNOME games
ii  gnuchess5.07-7   Plays a game of chess, either agai
ii  guile-1.8-libs  1.8.7+1-3Main Guile libraries
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-5 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libclutter-1.0-01.2.12-3 Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.4-1 Open GL based interactive canvas l
ii  libgcc1 1:4.4.4-8GCC support library
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  mesa-utils  7.7.1-4  Miscellaneous Mesa GL utilities
ii  python  2.6.5-13 interactive high-level object-orie
ii  python-bugbuddy 2.30.0-1 Python module for bug-buddy
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii  python-gtkglext11.1.0-5  GtkGLext python bindings
ii  python-opengl   3.0.1~b2-1   Python bindings to OpenGL
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-games recommends:
ii  gnome-games-extra-data2.30.0-1   games for the GNOME desktop (extra
ii  gvfs  1.6.3-1userspace virtual filesystem - ser

Versions of packages gnome-games suggests:
pn  gnome-hearts  none (no description available)

-- no debconf information



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



Bug#597113: assertion failed: comm_epoll.cc:139: fd = 0

2010-09-18 Thread Amos Jeffries

Fixed upstream in 3.1.7 packages.
http://bugs.squid-cache.org/show_bug.cgi?id=3021



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



Bug#595200: Parts of the firefox/iceweasel window are completely black

2010-09-18 Thread Alberto Quattrini Li
Hi!

even to me happened this issue, but I solved it with the fix reported
by Andreas (i.e. aticonfig, etc.)
I have debian testing with fglrx-10.7 and iceweasel-3.5.12 (kernel
2.6.32-5-amd64).

Alberto



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



Bug#592398: Interested in Radio Browser plugin

2010-09-18 Thread Josselin Mouette
Le samedi 18 septembre 2010 à 10:51 +0200, Guilhem Bonnefille a écrit : 
 Hi all rhythmbox packagers and contributors,
 
 I've just discovered Radio Browser plugin. It seems quite fine for my
 needs. Now, I whish to ensure that it will regularly evolve with my
 Debian system.
 
 Is there a way to give an help on packaging this plugin for Debian?

I encourage anyone interested in having the 3rd party plugins available
to package all of them in a new rhythmbox-plugins-more package.

If you’re interested, I can probably get your package sponsored, and
give you commit access eventually.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#568752: kdm: Garbage show on second screen of extended desktop

2010-09-18 Thread Alberto Quattrini Li
Hi!

even to me happened this issue. Actually on my laptop, on the first screen.
If you have an ATI graphic card, maybe you can try to fix it by
- login as root to a console
- aticonfig --set-pcs-str=DDX,ForceXAA,TRUE
- restart the X server
For me it worked. Actually it is a solution for black boxes issue on
iceweasel 
(http://forums.opensuse.org/english/get-help-here/hardware/445975-fglrx-10-6-black-boxes.html),
but it solved also the garbage issue.
I have debian testing with fglrx-10.7 and kdm 4.4.3 (kernel 2.6.32-5-amd64).

However on my other laptop, with an NVIDIA graphic card, it still
happens (i.e. garbage before and after the login by kdm), and I don't
know how to fix it. The other system is a debian unstable with kdm
4.4.5-3 and nvidia-glx-195.36.31-3 (kernel 2.6.35-trunk-amd64).

Alberto



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



Bug#597251: nmu: libppl-swi_0.10.2-8

2010-09-18 Thread Luca Falavigna
Il giorno Sat, 18 Sep 2010 09:36:57 +0100
Adam D. Barratt a...@adam-barratt.org.uk ha scritto:

 That should be ppl, i.e. the source package.

Ups, sorry.

 Before I schedule a 22-hour build to get one binary package back :) I'm
 assuming dak can't easily be persuaded to re-introduce the old version
 of the package? (I'm guessing not given the time since removal, but it's
 always worth asking...)

I'll check if it can be done The Fast Way :)

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


signature.asc
Description: PGP signature


Bug#440027: seems to be fixed

2010-09-18 Thread Tomasz Kaźmierczak
The bug is fixed since 0.70~pre1, which is already in testing for some time.



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



Bug#597265: libfluidsynth-dev is not installable with Jack2 installed.

2010-09-18 Thread Martin Krüger
Package: libfluidsynth-dev
Version: 1.1.1-4
Severity: normal

libfluidsynth-dev should be also installable when using Jack2, so it should 
depend on either libjack-jackd2-dev or libjack-dev.



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

Kernel: Linux 2.6.35.4-bigmem-0.1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#541208: squid3: LFS support warning in logs

2010-09-18 Thread Amos Jeffries

This has been tracked down upstream to a mistake in the LFS upgrader.

This message is informative at most on first display. It is meaningless 
after the first reload and will be resolved in future upstream releases 
of Squid.




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



Bug#597266: mutt: Unable to add StartSSL smime certificate using smime_keys

2010-09-18 Thread Remco Rijnders
Package: mutt
Version: 1.5.20-9
Severity: normal
Tags: upstream

I'm trying to add my S/MIME certificate obtained from StartSSL 
(http://www.startssl.com/ ) for 
use with mutt. Please see a transcript below:

re...@silvertown:~$ smime_keys add_p12 sfree.p12

NOTE: This will ask you for two passphrases:
   1. The passphrase you used for exporting
   2. The passphrase you wish to secure your private key with.

Enter Import Password:
MAC verified OK
Enter PEM pass phrase:
Verifying - Enter PEM pass phrase:
Couldn't identify root certificate!
No root and no intermediate certificates. Can't continue. at 
/usr/bin/smime_keys line 708.


Information on root certs:

From muttrc:
# S/Mime
source /etc/Muttrc.d/smime.rc
set smime_ca_location= ~/.smime/ca-bundle.crt
set smime_certificates=~/.smime/certificates
set smime_keys=~/.smime/keys

re...@silvertown:~$ ls -l .smime
totaal 8
lrwxrwxrwx 1 remmy remmy   14 sep 11 15:05 ca-bundle.crt - /etc/ssl/certs
drwxr-xr-x 2 remmy remmy 4096 sep 17 19:52 certificates
drwxr-xr-x 2 remmy remmy 4096 sep 13 19:01 keys


This happens with both my free as well as my paid certificate from StartSSL, as 
well as with an 
old Thawte certificate I have laying around. I don't want to rule out this is 
user error, but I 
don't see where I'm going wrong and asking on the mutt-users list also did not 
result in any 
response.

-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.34-rc2 (x86_64)
ncurses: ncurses 5.7.20100313 (compiled with 5.7)
libidn: 1.15 (compiled with 1.18)
hcache backend: tokyocabinet 1.4.37
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

misc/am-maintainer-mode
misc/hg.pmdef.debugtime
debian-specific/build_doc_adjustments.diff
features/ifdef
features/xtitles
features/trash-folder
features/purge-message
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/533209-mutt_perror.patch
upstream/533459-unmailboxes.patch
upstream/533439-mbox-time.patch
upstream/531430-imapuser.patch
upstream/534543-imap-port.patch
upstream/538128-mh-folder-access.patch
upstream/537818-emptycharset.patch
upstream/535096-pop-port.patch
upstream/542910-search-segfault.patch
upstream/533370-pgp-inline.patch
upstream/533520-signature-highlight.patch
upstream/393926-internal-viewer.patch
upstream/543467-thread-segfault.patch
upstream/544180-italian-yesorno.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/544794-smtp-batch.patch
upstream/537694-segv-imap-headers.patch
upstream/548577-gpgme-1.2.patch
upstream/548494-swedish-intl.patch
upstream/553321-ansi-escape-segfault.patch
upstream/553238-german-intl.patch
upstream/557395-muttrc-crypto.patch
upstream/545316-header-color.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/547739-manual-typos.patch
upstream/311296-rand-mktemp.patch
upstream/573823-imap_internal_date
upstream/542344-dont_fold_From_
upstream/path_max
misc/hyphen-as-minus.patch
misc/smime_keys-manpage.patch
mutt.org
mutt-patched/sidebar
mutt-patched/sidebar-dotted
mutt-patched/sidebar-sorted

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

Kernel: Linux 2.6.34-rc2 (SMP w/3 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 

Bug#597267: python-btsutils: Please update bts.query's allowed keys

2010-09-18 Thread Alexander Reichle-Schmehl
Package: python-btsutils
Version: 0.3-1
Severity: important


Hi!


According to http://wiki.debian.org/DebbugsSoapInterface there are quite
some keys one can use to query the bts, however bts.query only supports a
tiny subset of each.  Please update it, so that one can at least query for
bugs with status:open.

Best regards,
  Alexander

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

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de...@euro)
Shell: /bin/sh linked to /bin/bash



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



Bug#597268: nmu: libppl-swi_0.10.2-8

2010-09-18 Thread Luca Falavigna
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

I erroneously removed libppl-swi_0.10.2-8 from hppa instead of mips
(see #596501), so I ask a binNMU on hppa to restore removed binary.

nmu libppl-swi_0.10.2-8 . hppa . -m Rebuild for erroneous removal

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)



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



Bug#593815: squid3: bugs.debian.org inaccessible when IPv6 is enabled but not routed

2010-09-18 Thread Amos Jeffries

Strange. It's cycling before completing all IPs.
Does this upstream patch related to IP counts help?

http://www.squid-cache.org/Versions/v3/3.HEAD/changesets/squid-3-10841.patch



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



Bug#597269: License information inaccurate

2010-09-18 Thread Martin Bagge / brother

package: supybot
severity: minor
version: 0.83.4.1
tags: upstream

According to the README file the license is a 2 clause BSD (Read LICENSE. 
It's a 2-clause BSD license) but the LICENSE file is clearly a 3-clause 
BSD.

This has been reported upstream.

Also:
The README file references LICENSE but the information is in 
copyright.


--
/brother
http://martin.bagge.nu
Bruce Schneier has found SHA-512 preimages of all these facts.



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



Bug#588943: Need more info?

2010-09-18 Thread Guillaume Mazoyer
Hi Niels,

Thank you for reviewing the patch that I proposed.
Here is another one I created considering your advices.

I just created a patch for the Debian directory.

-- 
Guillaume Mazoyer - http://www.respawner.fr/
diff -urN debian/changelog java-gnome-4.0.16/debian/changelog
--- debian/changelog	2010-04-11 21:36:04.0 +0200
+++ java-gnome-4.0.16/debian/changelog	2010-09-18 11:56:21.919887814 +0200
@@ -1,3 +1,17 @@
+java-gnome (4.0.16-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control
+- Update GTK+ depedency to libgtk2.0-dev (= 2.18).
+- Add libglib2.0-dev (= 2.22) build dependency.
+- Make sure the installed JNI package is always compatible with the package
+  which provides the JAR.
+- libjava-gnome-java does not need to depends on a JRE.
+  * debian/copyright
+- Update copyright to 2010.
+
+ -- Guillaume Mazoyer respawne...@gmail.com  Sat, 18 Sep 2010 11:50:55 +0200
+
 java-gnome (4.0.15-1) unstable; urgency=low
 
   * Team upload
diff -urN debian/control java-gnome-4.0.16/debian/control
--- debian/control	2010-04-11 21:36:04.0 +0200
+++ java-gnome-4.0.16/debian/control	2010-09-18 11:50:48.592876317 +0200
@@ -1,9 +1,9 @@
 Source: java-gnome
 Priority: optional
 Maintainer: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Manu Mahajan m...@codepencil.com, Onkar Shinde onkarshi...@ubuntu.com
-Build-Depends: debhelper (= 5), cdbs, default-jdk, junit, libgtk2.0-dev (= 2.16), libpango1.0-dev (= 1.22), libgtksourceview2.0-dev (= 2.6.1), libnotify-dev (= 0.4.5), libgtkspell-dev (= 2.0.13), libunique-dev (= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme
-Standards-Version: 3.8.4
+Uploaders: Manu Mahajan m...@codepencil.com, Onkar Shinde onkarshi...@ubuntu.com, Guillaume Mazoyer respawne...@gmail.com
+Build-Depends: debhelper (= 5), cdbs, default-jdk, junit, libglib2.0-dev (= 2.22), libgtk2.0-dev (= 2.18), libpango1.0-dev (= 1.22), libgtksourceview2.0-dev (= 2.6.1), libnotify-dev (= 0.4.5), libgtkspell-dev (= 2.0.13), libunique-dev (= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme
+Standards-Version: 3.9.0
 Section: java
 Homepage: http://java-gnome.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome
@@ -12,7 +12,7 @@
 
 Package: libjava-gnome-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre | java5-runtime, libjava-gnome-jni
+Depends: ${misc:Depends}, libjava-gnome-jni (= ${source:Version})
 Description: The java-gnome language bindings project
  These are the Java bindings for GTK+ and GNOME! Featuring a robust 
  engineering design, completely generated internals, a lovingly crafted 
diff -urN debian/copyright java-gnome-4.0.16/debian/copyright
--- debian/copyright	2009-12-28 11:21:15.0 +0100
+++ java-gnome-4.0.16/debian/copyright	2010-06-20 11:24:25.134032116 +0200
@@ -5,7 +5,7 @@
 
 Files: *
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 1997-1998 Andrew Cowie
 1998-2005 The java-gnome Team
 2007 Vreixo Formoso Lopes
@@ -16,13 +16,13 @@
 
 Files: src/generator/*
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 2007 Vreixo Formoso Lopes
 License: GPL-2+
 
 Files: tests/*
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 1997-1998 Andrew Cowie
 License: GPL-2+
 


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#594713: https doesn't work if IPv6 is disabled

2010-09-18 Thread Amos Jeffries

This has been fixed upstream in the 3.1.7 release.
http://bugs.squid-cache.org/show_bug.cgi?id=3011



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



Bug#597270: License information inaccurate

2010-09-18 Thread Martin Bagge / brother

package: supybot
severity: 0.83.4.1
tags: upstream

According to the README file the license is a 2 clause BSD (Read LICENSE. 
It's a 2-clause BSD license) but the LICENSE file is clearly a 3-clause 
BSD.

This has been reported upstream.

Also:
The README file references LICENSE but the information is in 
copyright.


--
/brother
http://martin.bagge.nu
An autographed picture of Bruce Schneier is all you need to securely wipe any 
hard-drive.



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



Bug#597271: Please add quiet and debug output modes

2010-09-18 Thread Joachim Breitner
Package: lintex
Version: 1.07-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

another usability suggestion: Please add --quiet and --debug modes. At
the moment, lintex lists all files that it does _not_ remove (and why)
as well as the files it does remove.

I think a more sensible approach would be to only list the actions done
by default. If files are not deleted for some reason, the user could
enable the more detailled view with a -d/--debug flag (or -v/--verbose,
if you want). On the other hand, the user might not want to see
anything, e.g. in scripts. Then a -q/--quiet flag surpressing all but
errors would be useful.

Thanks,
Joachim


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

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

Versions of packages lintex depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

lintex recommends no packages.

Versions of packages lintex suggests:
ii  texlive-base  2009-10TeX Live: Essential programs and f

- -- no debconf information

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

iEYEARECAAYFAkyUljQACgkQ9ijrk0dDIGxq1QCgpFeDmOiMlL55g5JpjrBrOEgg
LHYAoNSlATUaPjWmMcY+zPLtgr3xKskA
=x1tY
-END PGP SIGNATURE-



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



Bug#597272: /usr/bin/notify-send: center of the screen argument in help file

2010-09-18 Thread Yellowprotoss
Package: libnotify-bin
Version: 0.5.0-2
Severity: wishlist
File: /usr/bin/notify-send

Dear sir, 

Most users use notify-send on top right or either bottom right;

into --help it says:

 notify-send --help
Usage:
  notify-send [OPTION...] SUMMARY [BODY] - create a notification

Help Options:
  -?, --helpShow help options

Application Options:
  -u, --urgency=LEVEL   Specifies the urgency level (low, normal, 
critical).
  -t, --expire-time=TIMESpecifies the timeout in milliseconds at 
which to expire the notification.
  -i, --icon=ICON[,ICON...] Specifies an icon filename or stock icon to 
display.
  -c, --category=TYPE[,TYPE...] Specifies the notification category.
  -h, --hint=TYPE:NAME:VALUESpecifies basic extra data to pass. Valid 
types are int, double, string and byte.
  -v, --version Version of the package.



It would be great to find soemting for the possition:
-argument : -position   either center of the screen, and other 
possibilites

For script, that would help to sometimes place it in center of screen or stick 
to the default one selected into notification configuration gtk window

Notify-send is cool

All the best !


-- 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 libnotify-bin depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libnotify1 [libnotify1-gtk2.1 0.5.0-2sends desktop notifications to a n

libnotify-bin recommends no packages.

libnotify-bin suggests no packages.

-- no debconf information



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



Bug#588943: hard interdependency

2010-09-18 Thread Andrew Cowie
The interdependency between libjava-gnome-java and libjava-gnome-jni is
hard; so a = in the versions isn't a good idea [from upstream's
perspective]

(I understand why there is a -java vs -jni split in your packages, but
the linkage between the two is private. You can't upgrade one without
upgrading the other. There are no API/ABI stable public symbols in the
-jni package).

AfC
Sydney
Maintainer, java-gnome



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


Bug#597266: Acknowledgement (mutt: Unable to add StartSSL smime certificate using smime_keys)

2010-09-18 Thread Remco Rijnders
Having investigated and experimented further, I've been able to solve this
problem. I've requested a new certificate for an alternate email address
from StartSSL and saved it to and exported it from firefox (iceweasel).

Trying to add this new certificate with smime_keys worked out of the box!

It seems that the .p12 files I had generated from Apple's keychain
application were missing the root and/or intermediate certificates from
the bundle. This also explains why I had this problem with all
certificates I tried to load.

With this new knowledge, I was also able to create and validly add my old
keys for signing and decrypting to mutt.

That said, given that I was able to manually get my keys working, I think
perhaps smime_keys is being too harsh on refusing to load files without a
root certificate chain? Both thunderbird and firefox accept these
certificates without complaint.


signature.asc
Description: Digital signature


Bug#597273: gfxboot: please add hurd-i386 to the architecture list

2010-09-18 Thread Pino Toscano
Package: gfxboot
Version: 4.2.2-1
Severity: wishlist
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

just tested gfxboot (either the version in unstable and the version in
experimental), and both compile fine on GNU/Hurd.
Can you please add hurd-i386 to the architecture list of gfxboot?
Given it seems to have no constraints on the OS, I did a patch using wildcard
archs to allow any i186 and amd64 OS to build gfxboot.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@
 Vcs-Git: git://git.debian-maintainers.org/git/syslinux/gfxboot.git
 
 Package: gfxboot
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: any-amd64 any-i386
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: gfxboot-themes
 Description: tool to test and create graphical boot logos (runtime)
@@ -22,7 +22,7 @@
  This package contains the runtime utility.
 
 Package: gfxboot-dev
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: any-amd64 any-i386
 Depends:
  ${misc:Depends}, ${shlibs:Depends}, gfxboot (= ${binary:Version}), cpio,
  libfribidi0, libhtml-parser-perl


Bug#596071: [Python-modules-team] Bug#596071: python-pygraphviz: weird behaviour when naming file to read 'graph.dot'

2010-09-18 Thread Sandro Tosi
forwarded 596071 https://networkx.lanl.gov/trac/ticket/428
thanks

Hello Alexander,
thanks for your report.

On Wed, Sep 8, 2010 at 15:57, Alexander Heinlein
alexander.heinl...@web.de wrote:
 Package: python-pygraphviz
 Version: 1.0-1
 Severity: normal

 Hi,

 When loading a graph from a file and using 'graph.dot' as the filename, the
 program acts very weird and always reports:
  Warning:  syntax error in line 1 near '.'
 Although there is no syntax error. Renaming the file from 'graph.dot' so
 something other like g.dot doesn't issue the error and loads the file
 correctly.

 example file:
 graph s {
  a -- b
 }

 example script:
 #!/usr/bin/python
 import pygraphviz
 g = pygraphviz.AGraph(graph.dot)
 print sorted(g.edges())

Indeed I can replicate the problem, hence I've just forwarded the bug upstream.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#588943: hard interdependency

2010-09-18 Thread Guillaume Mazoyer
 The interdependency between libjava-gnome-java and libjava-gnome-jni is
 hard; so a = in the versions isn't a good idea [from upstream's
 perspective]
Yes, that is right. In my first patch I used = 4.0.16.
Then, I should use = ${source:Version} instead of =
${source:Version}.

-- 
Guillaume Mazoyer - http://www.respawner.fr/
diff -urN debian/changelog java-gnome-4.0.16/debian/changelog
--- debian/changelog	2010-04-11 21:36:04.0 +0200
+++ java-gnome-4.0.16/debian/changelog	2010-09-18 11:56:21.919887814 +0200
@@ -1,3 +1,17 @@
+java-gnome (4.0.16-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control
+- Update GTK+ depedency to libgtk2.0-dev (= 2.18).
+- Add libglib2.0-dev (= 2.22) build dependency.
+- Make sure the installed JNI package is always compatible with the package
+  which provides the JAR.
+- libjava-gnome-java does not need to depends on a JRE.
+  * debian/copyright
+- Update copyright to 2010.
+
+ -- Guillaume Mazoyer respawne...@gmail.com  Sat, 18 Sep 2010 11:50:55 +0200
+
 java-gnome (4.0.15-1) unstable; urgency=low
 
   * Team upload
diff -urN debian/control java-gnome-4.0.16/debian/control
--- debian/control	2010-04-11 21:36:04.0 +0200
+++ java-gnome-4.0.16/debian/control	2010-09-18 12:55:37.900909003 +0200
@@ -1,9 +1,9 @@
 Source: java-gnome
 Priority: optional
 Maintainer: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Manu Mahajan m...@codepencil.com, Onkar Shinde onkarshi...@ubuntu.com
-Build-Depends: debhelper (= 5), cdbs, default-jdk, junit, libgtk2.0-dev (= 2.16), libpango1.0-dev (= 1.22), libgtksourceview2.0-dev (= 2.6.1), libnotify-dev (= 0.4.5), libgtkspell-dev (= 2.0.13), libunique-dev (= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme
-Standards-Version: 3.8.4
+Uploaders: Manu Mahajan m...@codepencil.com, Onkar Shinde onkarshi...@ubuntu.com, Guillaume Mazoyer respawne...@gmail.com
+Build-Depends: debhelper (= 5), cdbs, default-jdk, junit, libglib2.0-dev (= 2.22), libgtk2.0-dev (= 2.18), libpango1.0-dev (= 1.22), libgtksourceview2.0-dev (= 2.6.1), libnotify-dev (= 0.4.5), libgtkspell-dev (= 2.0.13), libunique-dev (= 1.0.8), libglade2-dev, xvfb, xfonts-base, metacity, hicolor-icon-theme
+Standards-Version: 3.9.0
 Section: java
 Homepage: http://java-gnome.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome
@@ -12,7 +12,7 @@
 
 Package: libjava-gnome-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre | java5-runtime, libjava-gnome-jni
+Depends: ${misc:Depends}, libjava-gnome-jni (= ${source:Version})
 Description: The java-gnome language bindings project
  These are the Java bindings for GTK+ and GNOME! Featuring a robust 
  engineering design, completely generated internals, a lovingly crafted 
diff -urN debian/copyright java-gnome-4.0.16/debian/copyright
--- debian/copyright	2009-12-28 11:21:15.0 +0100
+++ java-gnome-4.0.16/debian/copyright	2010-06-20 11:24:25.134032116 +0200
@@ -5,7 +5,7 @@
 
 Files: *
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 1997-1998 Andrew Cowie
 1998-2005 The java-gnome Team
 2007 Vreixo Formoso Lopes
@@ -16,13 +16,13 @@
 
 Files: src/generator/*
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 2007 Vreixo Formoso Lopes
 License: GPL-2+
 
 Files: tests/*
 Copyright:
-2004-2009 Operational Dynamics Consulting Pty Ltd.
+2004-2010 Operational Dynamics Consulting Pty Ltd.
 1997-1998 Andrew Cowie
 License: GPL-2+
 


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#597274: interfaces: man page for interfaces does not list bridge-utils-interfaces under See Also

2010-09-18 Thread david b
Package: ifupdown
Version: 0.6.8+nmu1
Severity: normal
File: interfaces

The interfaces man page for interfaces does not list bridge-utils-interfaces 
under See Also.
However, imho it *really* should :)


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

Kernel: Linux 2.6.35.4 (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

Versions of packages ifupdown depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  net-tools   1.60-22  The NET-3 networking toolkit

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  dhcp3-client  3.1.1-6+lenny4 DHCP client
ii  iproute   20080725-2 networking and traffic control too
pn  ppp   none (no description available)

-- no debconf information



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



Bug#597261: unblock: qdbm/1.8.77-3.1

2010-09-18 Thread Mehdi Dogguy
On 09/18/2010 09:59 AM, Lucas Nussbaum wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package qdbm
 
 Fixes #592775
 
 unblock qdbm/1.8.77-3.1
 

It appears that qdbm/1.8.77-3.1 is not uploaded yet (or got a reject).
Please let us know once it has been accepted.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#576568: adding setting -Djava.net.preferIPv4Stack=true makes plugin in browsers work again

2010-09-18 Thread Richard van den Berg
Package: sun-java6-bin
Version: 6.21-1
Severity: normal

I did add
deployment.javaws.jre.0.args=-Djava.net.preferIPv4Stack\=true
to
/etc/java-6-sun/management/management.properties
in trying to make this setting system wide, but no succes. I copied the line
from ~/.java/deployment/deployment.properties

Adding -Djava.net.preferIPv4Stack=true made the Java plugin work in Iceweasel.

Regards,
Richard van den Berg



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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=nl_NL, LC_CTYPE=nl_NL (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages sun-java6-bin depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  sun-java6-jre 6.21-1 Sun Java(TM) Runtime Environment (
ii  unixodbc  2.2.11-21  ODBC tools libraries

Versions of packages sun-java6-bin recommends:
ii  libasound21.0.23-1   shared library for ALSA applicatio
ii  libnss-mdns   0.10-3.1   NSS module for Multicast DNS name 
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxext6  2:1.1.1-3  X11 miscellaneous extension librar
ii  libxi62:1.3-4X11 Input extension library
ii  libxtst6  2:1.1.0-3  X11 Testing -- Record extension li

Versions of packages sun-java6-bin suggests:
pn  binfmt-supportnone (no description available)

-- Configuration Files:
/etc/java-6-sun/management/management.properties changed [not included]

-- debconf information:
* shared/accepted-sun-dlj-v1-1: true
  shared/error-sun-dlj-v1-1:
* shared/present-sun-dlj-v1-1:



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



Bug#597237: live-manual: includes non-free files

2010-09-18 Thread Francesco Poli
On Fri, 17 Sep 2010 23:26:52 +0200 Daniel Baumann wrote:

 On 09/17/2010 10:54 PM, Francesco Poli (t1000) wrote:
  This is the Debian Open Use Logo with the word Debian, which
  fails to comply with the DFSG and cannot therefore be included
  in a package shipped in main.
 
 this is so ridiculous (and yes, i've read the cited bugs and threads)..

If you mean that having a non-free logo for a Free OS is ridiculous, I
somewhat agree with you.
And I've been repeating it since 2004:
http://lists.debian.org/debian-legal/2004/07/msg00208.html

 
 instead of filling bugs about that, we should rather fix the problem and
 (re)license our own stuff in a way that it's actually freely usable.

Well, I've tried hard for quite some time to get this issue solved once
and for all.
I've raised the issue on debian-legal several times, I got in touch
with various DPLs, year after year, I talked with other people about
it...

The only step forward I witnessed was the re-licensing of the Debian
Open Use Logo without Debian:
http://lists.debian.org/debian-legal/2008/11/msg00048.html

It seems that the Debian Open Use Logo with Debian was not
re-licensed in a DFSG-free manner because SPI's legal counsel raised
some concerns that such a move could weaken the enforceability of
trademark rights over the word Debian:
http://lists.debian.org/debian-legal/2008/11/msg00063.html

So it seems that the Debian Open Use Logo with Debian will stay
non-free, unless we manage to persuade the decision-makers at SPI that
DFSG-freeness is more important than trademark rights...   :-(

The two Debian Official Use Logos were not touched, either.

 
 anyhow.. removed both the logo and the stylesheet in git and storing
 them statically on live.debian.net instead.

I must say I am quite puzzled.

If I understand correctly, the following commit claims to fix the bug I
reported:
http://live.debian.net/gitweb?p=live-manual.git;a=commitdiff;h=30f57268ba82463e46f9627a687c6c0603918677
However, it does not delete (or even touch) the two troublesome files
(html/image.png and html/stylesheet.css)...
And it does not update the debian/copyright file, either.

Could you please clarify?



-- 
 http://www.inventati.org/frx/progs/scripts/pdebuild-hooks.html
 Need some pdebuild hook scripts?
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpqjwAhLXYp1.pgp
Description: PGP signature


Bug#597275: ITP: collection4 -- web-based front-end for collectd

2010-09-18 Thread Sebastian Harl
Package: wnpp
Severity: wishlist
Owner: Sebastian Harl tok...@debian.org

* Package name: collection4
  Version : 4.0.0
  Upstream Author : Florian Forster f...@octo.it
* URL : http://octo.it/c4/
* Licenses: LGPL, GPL, BSDish
  Programming Lang: C, JavaScript
  Description : web-based front-end for collectd

collection4 (C4 for short) is a web-based graphing front-end for
collectd, the statistics collection and monitoring daemon. It allows to
graph and display the performance data collected by the daemon.

It is designed to efficiently handle large setups (more than 5 data
sets) as well. Also, it strives to allow a flexible customization of the
generated graphs through configuration of the front-end.


For now, the package will be targeted at experimental, since, despite
the version number, this is an initial release that is to be considered
alpha and still in heavy development.

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#597276: qla2xxx_eh_abort(5) - kernel NULL pointer dereference

2010-09-18 Thread Josip Rodin
Package: linux-2.6
Version: 2.6.32-21~bpo50+1

Hi,

Got this in dmesg on a server:

Sep 18 02:46:52 birdun kernel: [387093.744649] qla2xxx_eh_abort(5): aborting sp 
8801b58013c0 from RISC. pid=46881441.
Sep 18 02:46:56 birdun kernel: [387093.836909] BUG: unable to handle kernel 
NULL pointer dereference at 0040
Sep 18 02:46:56 birdun kernel: [387093.924511] IP: [812f8ea1] 
_spin_lock_irqsave+0x1a/0x34
Sep 18 02:46:56 birdun kernel: [387093.996511] PGD 22d846067 PUD 22d678067 PMD 0
Sep 18 02:46:56 birdun kernel: [387094.048511] Oops: 0002 [#1] SMP
Sep 18 02:46:56 birdun kernel: [387094.086651] last sysfs file: 
/sys/devices/pci:00/:00:04.0/:13:00.0/host4/rport-4:0-3/target4:0:3/fc_transport/target4:0:3/node_name
Sep 18 02:46:56 birdun kernel: [387094.236007] CPU 4
Sep 18 02:46:56 birdun kernel: [387094.260007] Modules linked in: ipmi_devintf 
nf_conntrack_ipv6 ip6t_LOG ip6table_filter ip6_tables xt_tcpudp 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT ipt_LOG 
iptable_filter ip_tables x_tables bonding xfs exportfs dm_round_robin 
dm_multipath scsi_dh loop snd_pcsp snd_pcm snd_timer psmouse ipmi_si rng_core 
snd soundcore i5000_edac serio_raw hpilo ipmi_msghandler snd_page_alloc 
edac_core evdev container i5k_amb button processor shpchp pci_hotplug ext3 jbd 
mbcache dm_mirror dm_region_hash dm_log dm_snapshot dm_mod st ch osst sd_mod 
crc_t10dif sg sr_mod cdrom ata_piix ata_generic qla2xxx scsi_transport_fc 
libata scsi_tgt cciss usbhid hid bnx2 ehci_hcd uhci_hcd floppy usbcore nls_base 
scsi_mod thermal fan thermal_sys
Sep 18 02:46:56 birdun kernel: [387095.008511] Pid: 763, comm: scsi_eh_5 Not 
tainted 2.6.32-bpo.5-amd64 #1 ProLiant DL360 G5
Sep 18 02:46:56 birdun kernel: [387095.104511] RIP: 0010:[812f8ea1]  
[812f8ea1] _spin_lock_irqsave+0x1a/0x34
Sep 18 02:46:56 birdun kernel: [387095.204007] RSP: 0018:88022b1c5d70  
EFLAGS: 00010082
Sep 18 02:46:56 birdun kernel: [387095.264511] RAX: 0282 RBX: 
0040 RCX: 381d
Sep 18 02:46:56 birdun kernel: [387095.348511] RDX: 0001 RSI: 
0282 RDI: 0040
Sep 18 02:46:56 birdun kernel: [387095.432258] RBP: 8801b58013c0 R08: 
000a26c8 R09: 000a
Sep 18 02:46:56 birdun kernel: [387095.512512] R10:  R11: 
81673868 R12: 0001
Sep 18 02:46:56 birdun kernel: [387095.596512] R13: 88014066e100 R14: 
8801b5801e80 R15: 
Sep 18 02:46:56 birdun kernel: [387095.684513] FS:  () 
GS:880008d0() knlGS:
Sep 18 02:46:56 birdun kernel: [387095.780002] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Sep 18 02:46:56 birdun kernel: [387095.844512] CR2: 0040 CR3: 
00022d42b000 CR4: 06e0
Sep 18 02:46:56 birdun kernel: [387095.928512] DR0:  DR1: 
 DR2: 
Sep 18 02:46:56 birdun kernel: [387096.012511] DR3:  DR6: 
0ff0 DR7: 0400
Sep 18 02:46:56 birdun kernel: [387096.096005] Process scsi_eh_5 (pid: 763, 
threadinfo 88022b1c4000, task 88022ba39c40)
Sep 18 02:46:56 birdun kernel: [387096.192511] Stack:
Sep 18 02:46:56 birdun kernel: [387096.216511]  381d 
a014cb8b  0286
Sep 18 02:46:56 birdun kernel: [387096.300959] 0 ff10 
8801b58013c0 2002 0286
Sep 18 02:46:56 birdun kernel: [387096.390206] 0 88022df0a900 
88022b1c 88022b881840 a01407e4
Sep 18 02:46:56 birdun kernel: [387096.480511] Call Trace:
Sep 18 02:46:56 birdun kernel: [387096.508511]  [a014cb8b] ? 
qla24xx_abort_command+0x3f/0x1db [qla2xxx]
Sep 18 02:46:56 birdun kernel: [387096.592513]  [a01407e4] ? 
qla2xxx_eh_abort+0xf2/0x250 [qla2xxx]
Sep 18 02:46:56 birdun kernel: [387096.672511]  [a001ccde] ? 
scsi_error_handler+0x302/0x5b5 [scsi_mod]
Sep 18 02:46:56 birdun kernel: [387096.756512]  [a001c9dc] ? 
scsi_error_handler+0x0/0x5b5 [scsi_mod]
Sep 18 02:46:56 birdun kernel: [387096.836513]  [81063601] ? 
kthread+0x79/0x81
Sep 18 02:46:56 birdun kernel: [387096.896512]  [81011baa] ? 
child_rip+0xa/0x20
Sep 18 02:46:56 birdun kernel: [387096.956511]  [81063588] ? 
kthread+0x0/0x81
Sep 18 02:46:56 birdun kernel: [387097.012512]  [81011ba0] ? 
child_rip+0x0/0x20
Sep 18 02:46:56 birdun kernel: [387097.072511] Code: 31 d2 89 d0 c3 f0 83 2f 01 
79 05 e8 ca ae e9 ff c3 48 83 ec 08 9c 58 0f 1f 44 00 00 48 89 c6 fa 66 0f 1f 
44 00 00 ba 00 00 01 00 f0 0f c1 17 0f b7 ca c1 ea 10 39 d1 74 07 f3 90 0f b7 
0f eb f5
Sep 18 02:46:56 birdun kernel: [387097.292511] RIP  [812f8ea1] 
_spin_lock_irqsave+0x1a/0x34
Sep 18 02:46:56 birdun kernel: [387097.364514]  RSP 88022b1c5d70
Sep 18 02:46:56 birdun kernel: [387097.404511] CR2: 0040
Sep 18 02:46:56 birdun kernel: 

Bug#595903: apt-setup: Fail to set up DVD as APT source during installation

2010-09-18 Thread Petter Reinholdtsen
I ran another test, and edited the 40cdrom script to use in-target
when calling apt-cdrom add.  This made the CD source show up in
sources.list, but installing grub-pc still failed.  Not quite sure why.

I implemented this change:

Index: 40cdrom
===
--- 40cdrom (revision 64667)
+++ 40cdrom (working copy)
@@ -72,7 +74,7 @@
 tmp=$($chroot $ROOT tempfile)
 
 # apt-cdrom can be interactive, avoid that
-if $logoutput $chroot $ROOT apt-cdrom add \
+if in-target apt-cdrom add \
-o Dir::Etc::SourceList=$tmp \
/dev/null; then
cat $ROOT$tmp  $file


Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#595292: progress report

2010-09-18 Thread Paul Gevers
Upstream is now using udisks to mount the cd-rom in his version 5.0.

Because he wants to use madplay options -s, -t, and -o, he is currently
building his own madplay, which of course is unacceptable for Debian. I
am discussing the possibilities with him.



signature.asc
Description: OpenPGP digital signature


Bug#597277: Typo in package description

2010-09-18 Thread Erik Esterer
Package: freedroid
Version: 1.0.2+cvs040112-2
Severity: minor
Tags: patch

Hello.

I found a small typo while translating the package description via DDTSS. A 
patch is included.

Thanks, Erik


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- control 2010-09-05 07:21:33.0 +0200
+++ control.new 2010-09-18 14:02:05.0 +0200
@@ -15,4 +15,4 @@
  indefinite time, and even your own device has a limited lifetime.
  .
  Note that this package is different from the freedroidrpg game,
- developped by the same team, and also available in Debian.
+ developed by the same team, and also available in Debian.


Bug#595365: Intent to 0-day NMU FAI 3.4.1 to fix #595365

2010-09-18 Thread Mehdi Dogguy
On  0, Michael Prokop m...@grml.org wrote:
 
 Back from vacation - I've just commited the fix to svn's trunk, got
 the feedback by the Debian-Live team that this check is a good
 choice and uploaded 3.4.2 to Debian unstable so fai can migrate to
 testing.
 
 Thanks to Luk for noticing WRT migration and Julien for volunteering
 for NMU, highly appreciated. Thanks guys!
 

I unblocked 3.4.2.

Regards,

-- 
Mehdi Dogguy



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



Bug#597278: acl2: FTBFS (powerpc): ls: cannot access tiny.cert: No such file or directory

2010-09-18 Thread Philipp Kern
: Tail-recursive call of LOAD-MEMORY was replaced by iteration.
| ;; Note: Tail-recursive call of PROGRAM-LOADED was replaced by iteration.
| ;; Note: Tail-recursive call of REMAINDER-PROG-RESULT was replaced by 
 iteration.
| ;; Note: Tail-recursive call of MOD-LOOP-REPEAT-INDUCT was replaced by 
 iteration.
| ;; Note: Tail-recursive call of SUB1-ADD1-CDR was replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::LOAD-MEMORY was replaced 
 by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::LOAD-MEMORY-BLOCK was 
 replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::COPY-TO-TINY-STATE-MEM 
 was replaced by iteration.[SGC for 16 SYMBOL pages..(41709 
 writable)..(T=8).GC finished]
| 
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::TINY was replaced by 
 iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::LOAD-MEMORY-BLOCK was 
 replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::LOAD-MEMORY was replaced 
 by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::PROGRAM-LOADED was 
 replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::REMAINDER-PROG-RESULT was 
 replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::MOD-LOOP-REPEAT-INDUCT 
 was replaced by iteration.
| ;; Note: Tail-recursive call of ACL2_*1*_ACL2::SUB1-ADD1-CDR was 
 replaced by iteration.
| End of Pass 2.  
| OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
| Finished compiling 
 /build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic/tiny-fib/tiny.o.
| Loading 
 /build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic/tiny-fib/tiny.o
| 
| Error: The assertion tp~tp on line 181 of sfaslelf.c in function 
 relocate failed
| Fast links are on: do (si::use-fast-links nil) for debugging
| Error signalled by LOAD-COMPILED.
| Backtrace: funcall  system:top-level  eval  lp  certify-book-fn  
 compile-certified-file  load-compiled  load  
 system:universal-error-handler  system::break-level-for-acl2  let*  UNLESS
| ACL2 !
| Exiting the ACL2 read-eval-print loop.  To re-enter, execute (LP).
| 
| ACL2
 
 **CERTIFICATION FAILED** for 
 /build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic/tiny-fib/tiny.lisp
 make[5]: *** [tiny.cert] Error 1
 make[5]: Leaving directory 
 `/build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic/tiny-fib'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory 
 `/build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic/tiny-fib'
 make[3]: *** [top] Error 1
 make[3]: Leaving directory 
 `/build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books/symbolic'
 make[2]: *** [symbolic] Error 2
 make[2]: Leaving directory 
 `/build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books'
 Command exited with non-zero status 2
 9577.27user 497.96system 2:48:27elapsed 99%CPU (0avgtext+0avgdata 
 0maxresident)k
 1104inputs+922608outputs (0major+54693346minor)pagefaults 0swaps
 make: *** [debian/test.log] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 make[1]: *** [all] Error 2
 make[1]: Leaving directory 
 `/build/buildd-acl2_4.1-1-powerpc-PFTGT1/acl2-4.1/books'
 
 Build finished at 20100918-0201
 FAILED [dpkg-buildpackage died]
 
 Purging 
 /var/lib/schroot/mount/sid-powerpc-sbuild-699cced5-c852-43dd-80ce-58440e6b809c/build/buildd-acl2_4.1-1-powerpc-PFTGT1
 Not removing build depends: cloned chroot in use
 
 Finished at 20100918-0201
 Build needed 03:29:23, 521324k disc space


signature.asc
Description: Digital signature


Bug#597279: lyx: FTBFS on hurd-i386 due to PATH_MAX usage

2010-09-18 Thread Samuel Thibault
Package: lyx
Severity: normal
Version: 1.6.7
Tags: patch
User: debian-h...@list.debian.org
User-tags: hurd

Hello,

lyx currently FTBFS on hurd-i386 because of inconditional usage of the
optional PATH_MAX macro. The attached patch fixes that by taking
advantage of glibc's extension to realpath (accepting NULL and allocate
on the fly).  Could you please apply it?

Thanks,
Samuel

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

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

Versions of packages lyx depends on:
pn  libaiksaurus-1.2-0c2 none  (no description available)
ii  libaspell15  0.60.6-4GNU Aspell spell-checker runtime l
pn  libboost-regex1.34.1 none  (no description available)
pn  libboost-signals1.34 none  (no description available)
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.5.0-6   GCC support library
ii  libqtcore4   4:4.6.3-1+b1Qt 4 core module
ii  libqtgui44:4.6.3-1+b1Qt 4 GUI module
ii  libstdc++6   4.5.0-6 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-3   X11 client-side library
pn  lyx-common   none  (no description available)
ii  mime-support 3.48-1  MIME files 'mime.types'  'mailcap
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages lyx recommends:
ii  acroread [pdf-viewer]   9.1.1-0.0Adobe Acrobat Reader: Portable Doc
pn  dvipng  none   (no description available)
ii  evince-gtk [pdf-viewer] 2.30.3-1 Document (postscript, pdf) viewer 
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
ii  gv [pdf-viewer] 1:3.7.1-1PostScript and PDF viewer for X
ii  imagemagick 8:6.6.0.4-2.2image manipulation programs
ii  kghostview [pdf-viewer] 4:3.5.9-3+lenny2 PostScript viewer for KDE
ii  kpdf [pdf-viewer]   4:3.5.9-3+lenny2 PDF viewer for KDE
ii  latex-xft-fonts 1.6.7-1  TrueType versions of some TeX font
ii  okular [pdf-viewer] 4:4.4.5-1document viewer for KDE
ii  poppler-utils   0.12.4-1.1   PDF utilitites (based on libpopple
ii  preview-latex-style 11.85-1  extraction of elements from LaTeX 
ii  psutils 1.17-27  A collection of PostScript documen
ii  texlive-fonts-recommend 2009-10  TeX Live: Recommended fonts
ii  texlive-latex-extra 2009-9   TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommend 2009-10  TeX Live: LaTeX recommended packag
ii  xpdf [pdf-viewer]   3.02-11  Portable Document Format (PDF) rea

Versions of packages lyx suggests:
pn  chktex   none  (no description available)
ii  chromium-browser [ww 6.0.472.53~r57914-3 Chromium browser
ii  cups-bsd [lpr]   1.4.4-3 Common UNIX Printing System(tm) - 
ii  cups-client  1.4.4-3 Common UNIX Printing System(tm) - 
pn  dvipost  none  (no description available)
ii  edbrowse [www-browse 3.4.1-1+b1  A /bin/ed-alike webbrowser written
ii  elinks [www-browser] 0.12~pre5-2 advanced text-mode WWW browser
ii  galeon [www-browser] 2.0.7-2.1+b1GNOME web browser for advanced use
pn  gnuhtml2latexnone  (no description available)
ii  groff1.20.1-10   GNU troff text-formatting system
ii  hevea1.10-12 translates from LaTeX to HTML, inf
ii  iceape-browser [www- 2.0.7-1 Iceape Navigator (Internet browser
ii  iceweasel [www-brows 3.5.12-2Web browser based on Firefox
ii  konqueror [www-brows 4:4.4.5-1   advanced file manager, web browser
ii  latex2html   2008-debian1-5  LaTeX to HTML translator
pn  latex2rtfnone  (no description available)
pn  libtiff-toolsnone  (no description available)
ii  links [www-browser]  2.3~pre1-1  Web browser running in text mode
ii  links2 [www-browser] 2.3pre1-1   Web browser running in both graphi
ii  linuxdoc-tools   0.9.66  convert LinuxDoc SGML source into 
ii  lynx-cur [www-browse 2.8.8dev.5-1Text-mode WWW Browser with NLS sup
ii  menu 2.1.43  generates programs menu for all me
pn  nowebnone  (no description available)
ii  rcs  5.7-25  The GNU Revision Control System
pn  sgmltools-lite   none  (no 

Bug#571589: (no subject)

2010-09-18 Thread sfrazt
hm, last message is from february but the problem is still there (up to
date debian sid).
Google says that there was a similar (same?) problem in 2007 and solved
it, i think.



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



Bug#592768: clisp: SIGSEGV during install

2010-09-18 Thread Bálint Réczey
Hi,

Could the problem be that in the buggy cases the fas files had not
been rebuilt for the new clisp version?
It seems that clisp segfaults when loading
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas

macg4:/home/rbalint# apt-get install clisp
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
 cl-asdf common-lisp-controller libffcall1 libsigsegv0 realpath
Suggested packages:
 gdb clisp-doc clisp-dev slime
Recommended packages:
 sbcl lisp-compiler
The following NEW packages will be installed:
 cl-asdf clisp common-lisp-controller libffcall1 libsigsegv0 realpath
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,371kB of archives.
After this operation, 14.0MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.hu.debian.org/debian/ squeeze/main libffcall1 powerpc
1.10+cvs20100619-2 [13.3kB]
Get:2 http://ftp.hu.debian.org/debian/ squeeze/main libsigsegv0
powerpc 2.5-3 [23.2kB]
Get:3 http://ftp.hu.debian.org/debian/ squeeze/main cl-asdf all
2:2.004-1 [503kB]
Get:4 http://ftp.hu.debian.org/debian/ squeeze/main realpath powerpc
1.15 [16.5kB]
Get:5 http://ftp.hu.debian.org/debian/ squeeze/main
common-lisp-controller all 7.4 [34.5kB]
Get:6 http://ftp.hu.debian.org/debian/ squeeze/main clisp powerpc
1:2.48-3 [4,781kB]
Fetched 5,371kB in 1min 25s (63.1kB/s)
Preconfiguring packages ...
Selecting previously deselected package libffcall1.
(Reading database ... 143130 files and directories currently installed.)
Unpacking libffcall1 (from .../libffcall1_1.10+cvs20100619-2_powerpc.deb) ...
Selecting previously deselected package libsigsegv0.
Unpacking libsigsegv0 (from .../libsigsegv0_2.5-3_powerpc.deb) ...
Selecting previously deselected package cl-asdf.
Unpacking cl-asdf (from .../cl-asdf_2%3a2.004-1_all.deb) ...
Selecting previously deselected package realpath.
Unpacking realpath (from .../realpath_1.15_powerpc.deb) ...
Selecting previously deselected package common-lisp-controller.
Unpacking common-lisp-controller (from
.../common-lisp-controller_7.4_all.deb) ...
Adding system user `cl-builder' (UID 111) ...
Adding new group `cl-builder' (GID 120) ...
Adding new user `cl-builder' (UID 111) with group `cl-builder' ...
Not creating home directory `/usr/share/common-lisp/'.
Selecting previously deselected package clisp.
Unpacking clisp (from .../clisp_1%3a2.48-3_powerpc.deb) ...
Processing triggers for install-info ...
Processing triggers for man-db ...
Setting up libffcall1 (1.10+cvs20100619-2) ...
Setting up libsigsegv0 (2.5-3) ...
Setting up realpath (1.15) ...
Setting up common-lisp-controller (7.4) ...
Reinstalling for clisp
Recompiling Common Lisp Controller for clisp
Installing clc...
;; Loading file /usr/lib/clisp-2.48/install-clc.lisp ...
;;  Loading file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
...
;;  Loaded file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
;;  Loading file /var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas ...
WARNING: DEFGENERIC: redefining function SYSTEM-SOURCE-FILE in
/var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas,
was defined in top-level
;;  Loaded file /var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas ...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas
...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas
;; Loaded file /usr/lib/clisp-2.48/install-clc.lisp
;; Wrote the memory image into /usr/lib/clisp-2.48/full/lispinit.mem
(3,375,308 bytes)
Bytes permanently allocated:108,736
Bytes currently in use:   3,259,760
Bytes available until next GC:  812,225
created /usr/lib/clisp-2.48/full/lispinit.mem as expected.
-rw-r--r-- 1 root root 3375308 Sep 13 22:47
/usr/lib/clisp-2.48/full/lispinit.mem

Done rebuilding
Setting up cl-asdf (2:2.004-1) ...
Reinstalling for clisp
Recompiling Common Lisp Controller for clisp
Installing clc...
;; Loading file /usr/lib/clisp-2.48/install-clc.lisp ...
;;  Loading file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
...
;;  Loaded file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
...
;;  Loaded file

Bug#597280: text installer is not working on sid live image built from live build web interface

2010-09-18 Thread Praveen A
Package: live-build-cgi
Version: 2.0~a24-1
Severity: normal

Build configuration is
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=build.debian-live.txt;att=1;bug=597156

Error message is,

Your installation CD-ROM couldn't be mounted. This probably means that
the CD-ROM was not in the drive. If so you can insert it and try
again.

Try again to mount the CD-ROM?

Yes No

It is a USB HDD image and it should not be looking for CD-ROM, but the
USB disk. So text installer is not usable.

I think it is a problem with debian installer, because it may not be
expecting a USB disk.

Thanks
Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.



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



Bug#597281: kdevelop project wizards do not support source control using git

2010-09-18 Thread Martin Read
Package: kdevelop
Version: 4:4.0.1-1
Severity: wishlist

The kdevelop C++ project templates do not support the use of git (or,
apparently, any other DVCS) for source control; the only supported options
are Subversion and CVS.

-- 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/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdevelop depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  kdevelop-data   4:4.0.1-1data files for the KDevelop IDE
ii  kdevplatform1-libs  1.0.1-1  shared libraries for the KDevelop 
ii  lcov1.8-2Summarise Code coverage informatio
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libktexteditor4 4:4.4.5-1the KTextEditor interfaces for the
ii  libprocessui4a  4:4.4.5-3library for ksysguard process user
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-help 4:4.6.3-1+b1 Qt 4 help module
ii  libqt4-network  4:4.6.3-1+b1 Qt 4 network module
ii  libqt4-script   4:4.6.3-1+b1 Qt 4 script module
ii  libqt4-webkit   4:4.6.3-1+b1 Qt 4 WebKit module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libsublime1 1.0.1-1  an user interface library
ii  libthreadweaver44:4.4.5-1the ThreadWeaver Library for the K

Versions of packages kdevelop recommends:
ii  gdb 7.0.1-2+b1   The GNU Debugger
ii  valgrind1:3.6.0~svn11254 A memory debugger and profiler

Versions of packages kdevelop suggests:
pn  cmake none (no description available)
pn  kdevelop-l10n none (no description available)

-- no debconf information



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



Bug#597221: (no subject)

2010-09-18 Thread Thomas Lange
What do you expect instead?

For me this is a not easy to solve situation. Both actions can be
interpreted as the desired, but software can't decide this on the
information you've specified.
An additional problem is, that install_packages does not take the
order of classes into account, which worked so far for everybody.
-- 
regards Thomas



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



Bug#405482: Google 11th Anniversary Promotion***You have W O N!!***

2010-09-18 Thread ©2010 Google Giveaway Team


Your E-mail has W o n £850,000 UK Pounds in our on-going 11th Anniversary
Online Promo!!

YOUR DETAILS:
L u c k y # : 12-12-23-35-40-41(12)
T i c k e t # : 00869575733664
C G P N : 7-22-71-00-66-12

FOR MORE DETAILS CONTACT CLAIM/PROCESSING OFFICER:
==
MR.GRAHAMS BENFIELD,
Emails : promocoodin121@ gmail.com
   : officialclaims.procesing@ msn.com
==
Congratulations!!
(c)2010 Google Online Coordinator/Announcer.



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



Bug#597221: (no subject)

2010-09-18 Thread Michael Tautschnig
 What do you expect instead?
 
 For me this is a not easy to solve situation. Both actions can be
 interpreted as the desired, but software can't decide this on the
 information you've specified.
 An additional problem is, that install_packages does not take the
 order of classes into account, which worked so far for everybody.

Well, and what if the same class listed the package both as remove and install?
I completely agree with Thomas that it should not be install_packages' task to
be cleverer than the user. What could be nice to have, however, is a warning.
Thomas, would that be feasible? I quickly looked over the code yesterday, but
got a bit lost, didn't really know where to start...

Best,
Michael



pgp1sHni90ILJ.pgp
Description: PGP signature


Bug#568883: (no subject)

2010-09-18 Thread Thomas Lange
Since FAI 3.4.x work perfectly with lenny and squeeze it seems to be
an Ubuntu specific bug. Since FAI now also works in Ubuntu (maveric) it
seems to be a hardy only bug. Therefore we should close this bug.
-- 
regards Thomas



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



Bug#597221: (no subject)

2010-09-18 Thread Michael Tautschnig
 What do you expect instead?
 
 For me this is a not easy to solve situation. Both actions can be
 interpreted as the desired, but software can't decide this on the
 information you've specified.
 An additional problem is, that install_packages does not take the
 order of classes into account, which worked so far for everybody.

Well, and what if the same class listed the package both as remove and install?
I completely agree with Thomas that it should not be install_packages' task to
be cleverer than the user. What could be nice to have, however, is a warning.
Thomas, would that be feasible? I quickly looked over the code yesterday, but
got a bit lost, didn't really know where to start...

Best,
Michael

(resending, fixed -submitter address)



pgpTbojKJk3as.pgp
Description: PGP signature


Bug#597282: installation-reports: debian lenny net-installer finds no debian-506-i386-netinst.iso on /dev/hda

2010-09-18 Thread Torsten Berger
Package: installation-reports
Severity: important



*** reportbug.txt
if I booting the debian lenny net-installer from a compact flash card drive
(No USB Card-Reader!) finds the installer not the debian-506-i386-netinst.iso.
The flash drive is /dev/hda. (Primary Master on IDE bus)
The Installer is located on /dev/hda1.
Drive /dev/hda2 should be the installation target for Debian system and
is formatted with an ext3 fs.

/dev/hdc is a 40 GB HDD with several Partitons and not relevant.


First Step:

Partitiontable of /dev/hda is:

===
Disk /dev/hda: 4110 MB, 4110188544 bytes
128 heads, 63 sectors/track, 995 cylinders
Units = cylinders of 8064 * 512 = 4128768 bytes
Disk identifier: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 125  503968+  83  Linux
/dev/hda2 126 995 3507840   83  Linux
===

Second step:

mkfs -t ext3 /dev/hda1
mount /dev/hda1 /mnt
cd /mnt
wget 
http://ftp2.de.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/vmlinuz
wget 
http://ftp2.de.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/initrd.gz
wget 
http://cdimage.debian.org/debian-cd/5.0.6/i386/iso-cd/debian-506-i386-netinst.iso


Third Step:

Create an extlinux.conf in /mnt:

==
default vmlinuz
append initrd=initrd.gz
==

4rd Step:

Make the CF Card bootable:

extlinux -i .
cd ..
umount /mnt
dd if=/usr/lib/syslinux/mbr.bin of=/dev/hda


5th Step:

reboot. The CF card boots perfectly. I can choose the language and so on.
But the installer finds no .iso Image on /dev/hda1!
Why ignored the installer /dev/hda???

The installer gziped logfiles are attached.

Thanks and bye

Torsten.



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

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



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



Bug#597221: (no subject)

2010-09-18 Thread Thomas Lange
 On Sat, 18 Sep 2010 14:31:59 +0200, Michael Tautschnig m...@debian.org 
 said:

 be cleverer than the user. What could be nice to have, however,
 is a warning. 
IMO it's not worth the work. Since install_packages is very stupid
about the packages lists it collects and the just append to the
install or remove command, I guess it's more work to implement it. And
it makes install_packages much more complicated, what I do not like to
do.

-- 
regards Thomas



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



Bug#597283: ITP: lib3to2 -- 3to2 tool and module for backporting Python 3 code

2010-09-18 Thread Per W.
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: lib3to2
Version: 1.0~20100824
Upstream Author: Joseph Amenta joe DOT amenta AT gmail DOT com
URL: http://bitbucket.org/amentajo/lib3to2/
License: Apache
Description: tool and python-module for backporting Python 3 code

lib3to2 is already stable and the author plans to release 1.0 in near
future.
The generic code runs under python2.7 and python3.1!
The Debian package is lintian-clean but the debian/rules file needs a
review.

Currently the source-package (lib3to2) generates two binary packages:

python-3to2 for Python 2.7+
 This package is empty until you install python2.7 from experimental and
 add it to the supported versions in /usr/share/python/debian_defaults
manually.

python3-3to2 for Python 3.1+
 Also it seems to run fine with python3.2 from experimental

The current state can be seen on:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=lib3to2
https://launchpad.net/~phobie/+archive/ppa/+packages
http://debian.zaubberer.net/debian/pool/sid/main/lib3to2/



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



Bug#561737: udisks: Udisks-daemon prevents mounting of floppy disks

2010-09-18 Thread Petra Ruebe-Pugliese
Package: udisks
Version: 1.0.1+git20100614-1+b1
Severity: normal


-- 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/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udisks depends on:
ii  dbus  1.2.24-3   simple interprocess messaging syst
ii  libatasmart4  0.17+git20100219-2 ATA S.M.A.R.T. reading and parsing
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2 simple interprocess messaging syst
ii  libdevmapper1.02.12:1.02.48-3The Linux Kernel Device Mapper use
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgudev-1.0-0160-1  GObject-based wrapper library for 
ii  libparted0debian1 2.3-2  The GNU Parted disk partitioning s
ii  libpolkit-backend-1-0 0.96-2 PolicyKit backend API
ii  libpolkit-gobject-1-0 0.96-2 PolicyKit Authorization API
ii  libsgutils2-2 1.29-1 utilities for devices using the SC
ii  libudev0  160-1  libudev shared library
ii  udev  160-1  /dev/ and hotplug management daemo

Versions of packages udisks recommends:
ii  dosfstools3.0.9-1utilities for making and checking 
pn  hdparmnone (no description available)
ii  mtools4.0.12-1   Tools for manipulating MSDOS files
pn  ntfs-3g   none (no description available)
pn  ntfsprogs none (no description available)
pn  policykit-1   none (no description available)

Versions of packages udisks suggests:
pn  cryptsetupnone (no description available)
pn  mdadm none (no description available)
pn  reiserfsprogs none (no description available)
pn  xfsprogs  none (no description available)

-- no debconf information


Hello,

I wanted to file this as a separate bug report, as it has
nothing to do with nautilus or any other surface, but I gather
you do not want to open various threads on essentially the same
problem.

In fact I described the symptoms floppy users have been
suffering from lately in a detailed bug report, #59271,
directed to the developers of the mount package.

Now this problem has come to be discussed in a recent thread in
debian-user-ger...@lists.debian.org under the Subject Mounten
von Disketten.  Explanations given in this thread by other
users made me realise that the fault is apparently not with the
mount program, but with udisks-daemon.

In fact mount works properly as long as udisks-daemon is not
running and vice versa:

,-[ /bin/bash ]
| ~  ps ax | grep udisks
|  2247 ?Sl 0:00 /usr/lib/udisks/udisks-daemon
|  2248 ?D  0:00 udisks-daemon: polling /dev/sdb /dev/sdc /dev/sr0
|  2278 pts/3S+ 0:00 grep udisks
| ~  df -h
| FilesystemSize  Used Avail Use% Mounted on
| /dev/sda1  27G   19G  6.8G  74% /
| tmpfs 252M 0  252M   0% /lib/init/rw
| udev  247M  252K  247M   1% /dev
| tmpfs 252M 0  252M   0% /dev/shm
| ~  mount /floppy #  floppy drive makes noises
| ~  echo $?
| 0
|  # But nothing has happened:
| ~  df -h
| FilesystemSize  Used Avail Use% Mounted on
| /dev/sda1  27G   19G  6.8G  74% /
| tmpfs 252M 0  252M   0% /lib/init/rw
| udev  247M  252K  247M   1% /dev
| tmpfs 252M 0  252M   0% /dev/shm
| ~  umount /floppy
| umount: /floppy is not mounted (according to mtab)
| ~ 
|  Other terminal, as root:  -
| netty:~# kill 2247
| netty:~# ps ax | grep udisks
|  2306 pts/0S+ 0:00 grep udisks
| netty:~#
|  Back to first terminal:  --
| ~  mount /floppy
| ~  df -h
| FilesystemSize  Used Avail Use% Mounted on
| /dev/sda1  27G   19G  6.8G  74% /
| tmpfs 252M 0  252M   0% /lib/init/rw
| udev  247M  252K  247M   1% /dev
| tmpfs 252M 0  252M   0% /dev/shm
| /dev/sdc  1.4M  865K  559K  61% /floppy
| ~ 
`--

One participant in the discussion mentioned above proposed that
the problem might be due to the way floppy drives answer when
asked by udisks whether a medium is inserted or not.  As far
as I understand he said floppy drives cannot detect if a floppy
is inserted or not; however another participant 

Bug#597282: installation-reports: debian lenny net-installer finds no debian-506-i386-netinst.iso on /dev/hda

2010-09-18 Thread Christian PERRIER
tags 597282 moreinfo
thanks

Quoting Torsten Berger (tober...@freenet.de):
 Package: installation-reports
 Severity: important
 
 
 
 *** reportbug.txt
 if I booting the debian lenny net-installer from a compact flash card drive
 (No USB Card-Reader!) finds the installer not the debian-506-i386-netinst.iso.
 The flash drive is /dev/hda. (Primary Master on IDE bus)
 The Installer is located on /dev/hda1.
 Drive /dev/hda2 should be the installation target for Debian system and
 is formatted with an ext3 fs.
 
 /dev/hdc is a 40 GB HDD with several Partitons and not relevant.


Can you try the exact same thing with development images?

Go to http://www.debian.org/devel/debian-installer

Go to daily builds

Choose the netboot  images for your architecture and get the kernel
and initrd

Add to this a businesscard image

and boot this up, the same way you did with the lenny installer.

Could you please report if you have the same problem or not?




signature.asc
Description: Digital signature


Bug#570117: fai-client: fai-setup using software raid1 as boot/root

2010-09-18 Thread Michael Tautschnig
[...] (Grub and new mdadm metadata format poses problems)

 
 AFAICT this issue won't affect squeeze itself anymore since grub in
 squeeze supports the 1.x metadata format. But: if someone deploys
 etch or lenny with squeeze or a newer Debian suite (where the 1.x
 format is the default) it won't work in the given situation.
 
 I therefore suggest to document this issue. Do you (especially
 Michael and Thomas) agree with me?
 

Well, basically I agree that something should be done about it. The problem with
documentation is that it needs to be documented at a place where a user would
actually also find it. As only options I'd see debian/NEWS or the setup-storage
man page. I would clearly have preferred to implement some warning in
setup-storage, but that seems a pretty inappropriate place to do it: Such code
must go and see which versions of mdadm and grub are installed and issue a
proper warning, if necessary. A proper place could be inside the scripts, but
adding it to the simple example seems pretty pointless: People doing lenny
installs with squeeze are not all too likely to be first-time FAI users.

From my point of view, three options require further discussion:
- document it in debian/NEWS
- document it in setup-storage.8
- leave the bug as is and as the documentation of choice (I'm actually slightly
  favouring this one)

Best,
Michael



pgpPPqRP4mWDD.pgp
Description: PGP signature


Bug#597284: systemd: Systemd v10

2010-09-18 Thread Alessandro Ghedini
Package: systemd
Version: 8-2
Severity: wishlist
Tags: experimental

Hi,
Systemd version 10 has been release on September, 13th [0]. 
Please consider packaging.

thanks

http://lists.freedesktop.org/archives/systemd-devel/2010-September/000338.html

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

Kernel: Linux 2.6.36-rc4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.
ii  libdbus-1-3   1.4.0-1simple interprocess messaging syst
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libudev0  161-1  libudev shared library
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra

Versions of packages systemd recommends:
pn  libpam-systemdnone (no description available)

Versions of packages systemd suggests:
pn  systemd-gui   none (no description available)

-- no debconf information



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



Bug#475709: closed by Gabriele Giacone 1o5g4...@gmail.com (old and probably solved bugs)

2010-09-18 Thread Kurt Roeckx
 Old and probably solved bugs. Closing.
 If issues persist, reopen or file a new one.

Why do you close bugs without first asking if they still exists?
I can confirm that this is fixed with 0.8.8-2.


Kurt




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



Bug#592719: mount /floppy problem apparently caused by udisks-daemon

2010-09-18 Thread Petra Ruebe-Pugliese
Hello,

a discussion in debian-user-ger...@lists.debian.org made me
realize that the behaviour described in my preceding mail
occurs reproducibly if and only if udisks-daemon is running.

I submitted a report to this effect as a follow-up to bug report
#561737 concerning udisks.

It would probably be reasonable to merge #592719 and #561737.

 Kind regards
Petra



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



Bug#574624: Bug #574624: The stop target should be fixed as well.

2010-09-18 Thread Chris Butler
reopen 574624
thanks

I've just installed dibbler-client, and I initally told it not to start up
on boot (in debconf). Later, changing my mind, I decide to dpkg-reconfigure
dibbler-client to switch the setting. However, this failed when trying to
stop the service, because the service was not running.

Stopping DHCPv6 client: invoke-rc.d: initscript dibbler-client, action
stop failed.

The -1.2 upload of dibbler only fixed the init script's restart case to
not fail when the service is not running. According to policy, the stop
case should also return successfully when the service is not running.

The fix is the same as the one applied to the restart case, replacing 
; true with || true. Patch attached.

-- 
Chris Butler chr...@debian.org
  GnuPG Key ID: 4096R/49E3ACD3
--- debian/dibbler-client.init.orig	2010-09-17 21:17:56.618170512 +0100
+++ debian/dibbler-client.init	2010-09-17 21:18:19.798169522 +0100
@@ -45,7 +45,7 @@
 	;;
   stop)
 	echo -n Stopping $DESC: 
-	($DAEMON stop 21  /dev/null; true)
+	($DAEMON stop 21  /dev/null || true)
 	echo $NAME.
 	;;
   status)


Bug#597285: libpam-fprint: does not fully work with XDM

2010-09-18 Thread Luca Capello
Package: libpam-fprint
Version: 20080330+git-5
Severity: important

Hi there!

Here the situation, which, together with #469059, renders libpam-fprint
simply useless for me.  The title of this bug is self-explicative, in
the sense that libpam-fprint works with XDM, but in a weird way.

First, there is no prompt at all, which means that as soon as you type
your username and press ENTER, nothing is shown, not either a greyed-out
'Password' field.

Second, because of the first problem, the user does not know how to
proceed.  The trick is simply to swipe your finger, very carefully, and
hope that everything is OK.  If it is so, then the user is logged in,
while if it is not, again, given that there is no prompt nor error
messages, the user is simply lost.  Pressing ENTER does not do anything
and swiping false fingers (i.e. fingers which the user knows there are
no fingerprint associated with) does not solve the situation: the
'Password' prompt is never shown.

BTW, this is with xdm_1:1.1.10-3.

Thx, bye,
Gismo / Luca

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

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

Versions of packages libpam-fprint depends on:
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libfprint0 20100820git-1 async fingerprint library of fprin
ii  libpam-runtime 1.1.1-6   Runtime support for the PAM librar
ii  libpam0g   1.1.1-6   Pluggable Authentication Modules l

libpam-fprint recommends no packages.

libpam-fprint suggests no packages.

-- no debconf information


pgpVr8ttA5ar8.pgp
Description: PGP signature


Bug#597286: pgadmin: cannot change ownership of db object on a schema other than public

2010-09-18 Thread Luca Arzeni
Package: pgadmin3
Version: 1.8.4-3
Severity: normal
File: pgadmin

I log-in into a DB server as supaeruser (postgres, I mean).
I open a database, and point an object THAT IS NOT ON PUBLIC SCHEMA (for 
example a table my_table on the schema my_schema).
I right-click on it and try to change owner (let's say that the original owner 
was my_owner and I try to set to other_owner).

If my_schema is not on search_path of postgres user, pgadmin complains that 
my_table doesn't exists.

I guess that, when working with objects out of search path, pgadmin shoud 
prefix them with schema name, that is, it should not issue the command:

ALTER TABLE my_table OWNER TO other_owner; (it fails because my_table is out of 
search path)

but

ALTER TABLE my_schema.my_table OWNER TO other_owner; (it works, since it was 
specified table full path)

Note that the first command works fine if issued from a sql window, because (I 
guess) it changes search_path before opening the session.

Quick hack: alter search path of postgres user setting it to my_schema, then 
logout and login again. Now the command works. Remember to set back the search 
path of postgres user before quitting.

Regards, Luca Arzeni

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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgadmin3 depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libpq5  8.3.11-0lenny1   PostgreSQL C client library
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3
ii  libwxbase2.8-0  2.8.7.1-1.1+lenny1   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0   2.8.7.1-1.1+lenny1   wxWidgets Cross-platform C++ GUI t
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  pgadmin3-data   1.8.4-3  graphical administration tool for 

Versions of packages pgadmin3 recommends:
ii  pgagent   1.8.4-3job scheduler for PostgreSQL
ii  postgresql-client-8.3 [po 8.3.11-0lenny1 front-end programs for PostgreSQL 

pgadmin3 suggests no packages.

-- no debconf information



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



Bug#514654: debian-cd: [squeeze] include kbd on first CD rather than console-tools

2010-09-18 Thread Christian PERRIER
Quoting Steve McIntyre (st...@einval.com):

 Any feedback on this please? I'm hoping to get a new debian-cd
 uploaded this weekend with a lot of other fixes, and it would be nice
 to clear this up too.


I think you can go ahead. D-I now installs kbd, as written (in
kbd-chooser's post-base-installer hook). Unless a bad dependency chain
brings console-tools again, it should not be on default installed
system.




signature.asc
Description: Digital signature


Bug#597088: debian-installer: Failed to create a file system with kfreebsd-amd64

2010-09-18 Thread Christian PERRIER
Quoting Nelson A. de Oliveira (nao...@debian.org):

  Probably look in console 4 to see whether something is
  displayed. Alternatively, swith to console2, open a shell there and
  look into /var/log/syslog
 
 There was a lot of this on the other console:

Hmmm, that could indeed be the problem, yes.

partman recently had changes related to partition alignment. You were
using the up-to-date version (144) along with libparted-udeb 0.23-2

Colin, any idea about this problem?


 Also, the full syslog is already attached on the bug report.


Yes, sorry for not noticing in your initial bug report. Thanks.




signature.asc
Description: Digital signature


Bug#597239: user-setup: Should add user to sudo group instead of modifying sudoers

2010-09-18 Thread Christian PERRIER
tags 597239 patch
thanks

Quoting Josselin Mouette (j...@debian.org):
 Package: user-setup
 Severity: normal
 Tags: d-i
 
 Hi,
 
 since version 1.7.2-2, sudo ships with a configuration making all users 
 belonging to the sudo group administrators.
 It is enough to add the user to this group instead of adding him 
 manually to the sudoers file.
 
 It will also allow such users to benefit from PolicyKit exceptions in a 
 similar way to sudo , so this is an important change to get in squeeze.


Agreed.

Here's a proposed patch. Maybe a little bit overdesigned as I
tentatively check the version of the sudo package that's installed on
the system before adding the created user to the sudo group, falling
back to old behaviour if sudo has a lower version.

This is untested. I'm not 100% sure that my test is correct, so
comments welcomed.


Index: user-setup-apply
===
--- user-setup-apply(révision 64763)
+++ user-setup-apply(copie de travail)
@@ -157,7 +157,13 @@
apt-install sudo 2/dev/null || $log $chroot $ROOT 
apt-get -q -y install sudo || true
fi
if [ -e $ROOT/etc/sudoers ]; then
-   echo $USER ALL=(ALL) ALL  $ROOT/etc/sudoers
+   # Test if sudo  1.7.2-2 is installed, with
+   # all users from group sudo being admins
+   if $log $chroot dpkg --compare-versions `dpkg-query -W 
-f='${Version}' sudo 2/dev/null` ge '1.7.2-2'; then
+   $log $chroot $ROOT adduser $USER sudo 
/dev/null 21 || true
+   else
+   echo $USER ALL=(ALL) ALL  $ROOT/etc/sudoers
+   fi
else
# sudo failed to install, system won't be usable
exit 1


signature.asc
Description: Digital signature


Bug#597287: regression: kvm does not work with nohup

2010-09-18 Thread Stefan Fritsch
Package: qemu-kvm
Version: 0.12.5+dfsg-3
Severity: important


If kvm is started with nohup in the background, it still dies when the shell
from which it was started is closed. This is a regression from Lenny. It would
be very nice if you could fix this in squeeze.

The problem is that it registers the terminating signal handler for SIGHUP
even if SIGHUP has been set to ignore by nohup.



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



Bug#408634: mrxvt terminfo file

2010-09-18 Thread Sven Joachim
Hi,

some time ago you requested¹ the addition of an mrxvt terminfo entry to
ncurses-term.  This has been done upstream on 2007-10-20, and on
2010-02-06 the description was updated and an mrxvt-256color entry
added.  I think the bug can be closed, could you please check with
ncurses-term 5.7+20100313-2 (in squeeze) or 5.7+20100313-3 (in sid) ?

Regards,
Sven


¹ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408634



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



Bug#597288: Grammar error in /usr/share/doc/ptunnel/README.gz

2010-09-18 Thread v.nix.is
Package: ptunnel
Version: 0.71-2
Severity: minor
Tags: upstream

This:

Contact details
---
You can the author, Daniel Stoedle, here:

Should say You can contact the author [...].

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

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

Versions of packages ptunnel depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libpcap0.81.1.1-2system interface for user-level pa
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

ptunnel recommends no packages.

ptunnel suggests no packages.

-- no debconf information



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



  1   2   3   4   >