Bug#579950: Localization support for iceowl-extension request

2010-05-04 Thread Guido Günther
Hi Paul,
On Sun, May 02, 2010 at 08:13:12PM +0200, Paul van der Vlis wrote:
 Guido Günther schreef:
  reassign 579950 iceowl-l10n
  
  Hi Paul,
 
 Hi Guido,
 
  On Sun, May 02, 2010 at 04:16:25PM +0200, Paul van der Vlis wrote:
  Please add localization support for iceowl-extension. iceowl-l10n is only 
  for
  iceowl and not for iceowl-extention.  Please see this bug too:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436297  It would be nice 
  if it
  would be clear what's the better way:   1. Change iceowl-l10n so that it 
  can
  also support iceowl-extention (I think this is not possible)   2. Add
  localization to iceowl-extension directly (maybe the most easy solution).  
  3.
  Make seperate localization packages for iceowl-extension.  I would like to 
  help
  with it.
  It worked for enigmail - why shouldn't it work for iceowl-extension? 
 
 Because iceowl-l10n is in the first place for iceowl, what needs the
 localisation-files on another location then iceowl-extension.
 
 But you are right, it could be done in a new (big) set of binaries from
 the iceowl-l10n source package.
Yes. I recommend using git-import-dsc to import the current iceowl-l10n
package and work on from there. 
 
  u
  See the install.rdf in that package on how the locale gets registered.
 
 OK, thanks for the info.
 
  The first step would be to update the iceowl-l10n package which is
  currently unmaintained so help on this would certainly be appreciated.
 
 I will give it a try.
Great!
 
 With regards,
 Paul van der Vlis.
 
 BTW: Enigmail is broken in unstable and the locales where removed from
 unstable in 2007.
Yept. But for enigmail itself anything is in place to upload a working
version. Might help to ping the maintainer again.
 -- Guido



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



Bug#580037: libpam-ccreds: Should not cache the root password

2010-05-04 Thread Guido Günther
Hi Petter,
On Mon, May 03, 2010 at 06:45:44PM +0200, Petter Reinholdtsen wrote:
 Indenpendent of how the pam setup should be, I believe it would be
 useful to be able to restrict the range of uids handled by ccreds. :)
 
 [Guido Günther]
  That's a matter of your pam configuration. libpam-ccreds shouldn't
  act on pam_unix at all but only on pam_ldap/Kerberos. If your
  configuration does this differently it's broken.
 
 This is the configuration at the moment, generated by pam-auth-update:
 
 r...@pxe-test2-pre:~# grep -v '#' /etc/pam.d/common-auth
 auth[success=4 default=ignore]  pam_unix.so nullok_secure
 auth[success=3 default=ignore]  pam_ldap.so use_first_pass
 auth[success=2 default=ignore]  pam_ccreds.so action=validate 
 use_first_pass
 auth[default=ignore]pam_ccreds.so action=update
 authrequisite   pam_deny.so
 authrequiredpam_permit.so
 authoptionalpam_ccreds.so action=store
 r...@pxe-test2-pre:~# 
 
 What do you mean is wrong with this configuration?  What would the
 correct configuraiton look like?
You're falling through to pam_ldap if auth fails. See the pam.conf
example in the libpam-ccreds package on howto prevent this. You only
proceed for unknown_user not for other auth failures.
Cheers,
 -- Guido



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



Bug#580188: pid file attacks can be used to kill arbitrary processes

2010-05-04 Thread Joey Hess
Package: clamav
Version: 0.63.0-2
Severity: normal
Tags: security

The pid files for clamav and freshclam are writable by user clamav.
It that user is compromised, it can replace the pid file contents
with an arbitrary pid, such as 1. Then both init scripts will proceed
to the process.

start-stop-daemon avoids this kind of security flaw by checking
/proc/pid/exe (when run with -exec), or at least the process name (when
run with -name). Neither init script uses it. The lsb init script
pidofproc does not do those checks on Debian at least.

Besides the potential security hole, killing a process that
is stored in a pid file without checking that the pid file is accurate
is asking for trouble. Things go wrong, and pid files, stale.

-- 
see shy jo



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



Bug#579732: icedove can not send mails to Exchange Server

2010-05-04 Thread Joachim Schmidt

Hi Christoph,

output of Error Console:
Fehler: [Exception... update.locale file doesn't exist in either the 
XCurProcD or GreD directories  nsresult: 0x80520012 
(NS_ERROR_FILE_NOT_FOUND)  location: JS frame :: 
file:///usr/lib/icedove/components/nsUpdateService.js :: getLocale :: 
line 549  data: no]

Quelldatei: file:///usr/lib/icedove/components/nsUpdateService.js
Zeile: 549

Joachim
1079379968[7fc336110040]: SMTP Connecting to: owa.euv-frankfurt-o.de


Bug#580173: xulrunner-1.9.2: libmozjs3d dependency not tight enough

2010-05-04 Thread Mike Hommey
On Mon, May 03, 2010 at 10:34:23PM -0400, Will Dyson wrote:
 Package: xulrunner-1.9.2
 Version: 1.9.2.4~build2-1
 Severity: normal
 Tags: experimental
 
 xulrunner-1.9.2.4~build2-1 declares a dependency against libmozjs3d =
 1.9.2.2. However, it crashes with 1.9.2.3-2 installed. 1.9.2.4~build2-1
 is required not to crash.
 
 Perhaps this is not a big deal, since only upgraders from previous
 experimental versions will be affected. But in general, I believe
 xulrunner should require an exact version match with libmozjs.

There is a double problem here. I agree xulrunner should depend on the
exact version of libmozjs at least, but an older libmozjs shouldn't
break a newer xulrunner with no ABI change, because that means there
could also be trouble for others packages using libmozjs, so the root
cause still needs to be known accurately.

Cheers

Mike



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



Bug#580179: Can't mount USB hard drive with pmount-hal, but can with pmount

2010-05-04 Thread Vincent Fourmond
severity 580179 important
thanks

On Tue, May 4, 2010 at 6:25 AM, Paul E Condon pecon...@mesanetworks.net wrote:
 This happens on both of my USB external hard drives.
 Both are 500GB and contain two partitions with ext3.
 All partitions have partition labels.
 For example:

 cmpq:~# pmount /dev/sda1 wdp5

 works with no errors,but

 cmpq:~# pmount-hal /dev/sda1
 Error: libhal_ctx_init: (null): (null)

[...]

  OK... It's been ages since I haven't given pmount a little love, it
seems I can't wait too much longer...

  Thanks for the report, I hope I'll be able to come up with a newer
version of pmount soon enough.

  Cheers,

  Vincent



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



Bug#580167: ajaxterm: README.Debian -- Apache ajaxterm example (Invalid command 'ProxyVia')

2010-05-04 Thread Julien Valroff
On Tue, 04 May 2010 03:18:01 +0300, Jari Aalto jari.aa...@cante.net
wrote:
 Package: ajaxterm
 Version: 0.10-6
 Severity: normal
 
 
 Using the ajaxterm example from README.Debian reasults:
 
 $ /etc/init.d/apache2 reload
 Syntax error on line 11 of /etc/apache2/sites-enabled/ajaxterm:
 Invalid command 'ProxyVia', perhaps misspelled or defined by a
module
 not included in the server configuration
 Action 'configtest' failed.
 The Apache error log may have more information.
  failed!

Have you enabled mod_proxy ?

a2enmod proxy_http  /etc/init.d/apache reload

Cheers,
Julien



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



Bug#580189: libdbm-deep-perl: FTBFS with Perl 5.12.0: lc warning breaks tests

2010-05-04 Thread Niko Tyni
Package: libdbm-deep-perl
Version: 1.0022-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.12-transition
Tags: patch

This package fails to build with perl_5.12.0-1 from experimental:

  t/01_basic.t  ok
  Use of uninitialized value $_ in lc at 
/build/niko-libdbm-deep-perl_1.0022-1-i386-4RBZoH/libdbm-deep-perl-
  1.0022/blib/lib/DBM/Deep/Storage/DBI.pm line 60.
  # Tests were run but no plan was declared and done_testing() was not seen.
  t/02_hash.t . 
  Dubious, test returned 255 (wstat 65280, 0xff00)
  All 50 subtests passed 
  [...]
  
Apparently Test::More gives up because of the warning. The attached
rather hackish patch fixes the immediate problem.
-- 
Niko Tyni   nt...@debian.org
From 982bff2c101a90c56d5314138b868eb8b56a6050 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Tue, 4 May 2010 09:22:24 +0300
Subject: [PATCH] Fix a test failure with Perl 5.12.0

Perl 5.12.0 introduces new uninitialized warnings for the lc* and uc*
functions, breaking the test suite.
---
 lib/DBM/Deep/Storage/DBI.pm |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/DBM/Deep/Storage/DBI.pm b/lib/DBM/Deep/Storage/DBI.pm
index 8b6c403..3ce8813 100644
--- a/lib/DBM/Deep/Storage/DBI.pm
+++ b/lib/DBM/Deep/Storage/DBI.pm
@@ -57,7 +57,9 @@ sub open {
 ) or die $DBI::error;
 
 # Should we use the same method as done in new() if passed a $dbh?
+{ no warnings 'uninitialized';
 (undef, $self-{driver}) = map lc, DBI-parse_dsn( $self-{dbi}{dsn} );
+}
 
 return 1;
 }
-- 
1.7.1



Bug#578736: This is actually a security concern

2010-05-04 Thread Josselin Mouette
Le mardi 04 mai 2010 à 07:38 +0200, Soeren Sonnenburg a écrit : 
 Package: gdm3
 Version: 2.30.2-1
 Severity: grave
 
 a user logging out would not expect his session to be auto-logged in
 again / a background crash hands over the users session

Would you give a better rationale before playing BTS ping-pong?

-- 
 .''`.  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#580113: [mplayer] No audio output to pulse

2010-05-04 Thread Adam
I am having the same problem since the upgrade to 2:1.0~rc3+svn20100502
(see output[2] of mplayer). Output of `reportbug --template mplayer`
included[1].

--Adam


[1] $ reportbug --template mplayer
[...]
Package: mplayer
Version: 2:1.0~rc3+svn20100502-1
Severity: wishlist



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

Kernel: Linux 2.6.32-3-powerpc
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 mplayer depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libartsc0   1.5.9-3+b1   aRts sound system C support librar
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libaudio2   1.9.2-3  Network Audio System - shared libr
ii  libavcodec524:0.5.1-3ffmpeg codec library
ii  libavformat52   4:0.5.1-3ffmpeg file format library
ii  libavutil49 4:0.5.1-3ffmpeg utility library
ii  libc6   2.10.2-7 Embedded GNU C Library: Shared lib
ii  libcaca00.99.beta17-1colour ASCII art library
ii  libcdparanoia0  3.10.2+debian-9  audio extraction tool for sampling
ii  libdirectfb-1.2-9   1.2.10.0-3   direct frame buffer graphics - sha
ii  libdvdread4 4.1.3-9  library for reading DVDs
ii  libenca01.13-1   Extremely Naive Charset Analyser -
ii  libesd0 0.2.41-7 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-1GCC support library
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libgl1-mesa-glx [libgl1 7.7.1-1  A free implementation of the OpenG
ii  libjack01.9.5~dfsg-4 JACK Audio Connection Kit (librari
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  liblircclient0  0.8.3-5  infra-red remote control support -
ii  liblzo2-2   2.03-2   data compression library
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii  libopenal1  1:1.11.753-1 Software implementation of the Ope
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libpostproc51   4:0.5.1-3ffmpeg video postprocessing librar
ii  libpulse0   0.9.21-1.2   PulseAudio client libraries
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libsmbclient2:3.4.7~dfsg-2   shared library for communication w
ii  libspeex1   1.2~rc1-1The Speex codec runtime library
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libswscale0 4:0.5.1-3ffmpeg video scaling library
ii  libtheora0  1.1.1+dfsg.1-3   The Theora Video Compression Codec
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxv1  2:1.0.5-1X11 Video extension library
ii  libxvmc12:1.0.5-1X11 Video extension library
ii  libxxf86dga12:1.1.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  fontconfig2.8.0-2.1  generic font configuration library
pn  mplayer-doc   none (no description available)
pn  netselect | fping none (no description available)
ii  ttf-freefont  20090104-6 Freefont Serif, Sans and Mono True

-- debconf information:
  mplayer/voutput: autodetect
  mplayer/rtc: false
  mplayer/ttfont: Sans
  mplayer/cfgnote:
  mplayer/replace-existing-files-bail:
  mplayer/replace-existing-files: false
  mplayer/no-ttfont:
  mplayer/install_codecs:
  mplayer/dvd_device: /dev/cdrom

[...]

[2] $  mplayer -msglevel ao=9 -ao pulse recording-tatort.ts

Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
Cannot connect to server socket err = No such file or directory
Cannot connect to 

Bug#578736: This is actually a security concern

2010-05-04 Thread Soeren Sonnenburg
On Tue, 2010-05-04 at 08:40 +0200, Josselin Mouette wrote:
 Le mardi 04 mai 2010 à 07:38 +0200, Soeren Sonnenburg a écrit : 
  Package: gdm3
  Version: 2.30.2-1
  Severity: grave
  
  a user logging out would not expect his session to be auto-logged in
  again / a background crash hands over the users session
 
 Would you give a better rationale before playing BTS ping-pong?

So you would expect that if you *log out* and turn away from your
computer that you are suddenly logged in again?

If so, you've won the bts ping pong (you started btw).

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962


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


Bug#576591: mplayer - gmplayer fails by default

2010-05-04 Thread Reinhard Tartler
On Tue, May 04, 2010 at 01:44:16 (CEST), Andres Mejia wrote:

 On Tuesday 06 April 2010 01:17:32 Reinhard Tartler wrote:
 On Tue, Apr 06, 2010 at 00:50:17 (CEST), Bastian Blank wrote:
  On Tue, Apr 06, 2010 at 12:08:46AM +0200, Reinhard Tartler wrote:
  why do you consider this grave? It only affects gmplayer, which is
  deprecated upstream.
 
  The package still depends on mplayer-skin, which is only used in
  gmplayer. So it is considered a central part in the Debian package.
 
 I cannot follow this reasoning; this upstream maintenance status has
 nothing to do with this dependency. Dropping gmplayer would allow us to
 remove mplayer-skin from debian.
 

 This bug is not relevant anymore since gmplayer is no longer provided
 in current mplayer packages. Should this bug be closed?

I think we should at least try to get mplayer-gui into debian. There is
no technical nor legal reason that would hinder this. For this reason I
think we should lower the severity, but keep gmplayer bugs.

OTOH, I wouldn't mind to not include mplayer-gui anymore, but AFAIUI,
there were team members that miss mplayer-gui. 
-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#576592: mplayer - Tries to use OSS first

2010-05-04 Thread Reinhard Tartler
On Tue, May 04, 2010 at 01:59:05 (CEST), Andres Mejia wrote:

 On Monday 05 April 2010 17:19:38 Bastian Blank wrote:
 Package: mplayer
 Version: 1.0~rc3+svn20090405-1+b1
 Severity: grave
 
 mplayer tries to use OSS first. With gmplayer this even produces an
 warning dialog box. Using OSS is bad because the default implementation
 (the kernel OSS emulation for ALSA) does not support multiplexing and
 therefor disallows any other access to the sound device.
 
 Bastian
 

 Ok. I do see this to be an issue on systems with ALSA or Pulseaudio, but why
 the severity grave? This to me seems to merit severity of important.

this fallback mechanism doesn't work in gmplayer, only in mplayer. see the 
upstream bug.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#578420: libgeronimo-activation-1.1-spec-java: long description no sentence

2010-05-04 Thread Gerfried Fuchs
Hi!

* Steffen Möller steffen_moel...@gmx.de [2010-04-27 14:48:23 CEST]:
 On 04/19/2010 08:09 PM, Gerfried Fuchs wrote:
  Package: libgeronimo-activation-1.1-spec-java
 
   It would be nice if the long description of your packages could consist
  of full sentences[1]. The long description is just a copy of the short
  description with the bracket terms added, which doesn't give more
  insight.

 I admit to have thought the same when the package was crafted, but there
 were so many of them and one is always torn between functionality and
 beauty. Debian shall have both, of course. So this needs to be and will
 be fixed.

 :)

 Do you happen to have some interest in the package? If so, we would
 certainly love to have you on board. And should you have an immediate
 insight on how to describe the package better, please let it hear,
 you'll be heard :)

 Too much java, to be honest. ;)  It just appeared on my list of new
packages in testing where I do my little kind of QA work with respect to
the package descriptions when I read them looking for something
interesting.

 Btw, did the bottle of Kuestennebel ever reach you?

 Unfortunately not - I guess it's better that we arrange the handover
personally.

 Enjoy!
Rhonda



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



Bug#575031: KDE popups for ltspfs devices

2010-05-04 Thread Petter Reinholdtsen
[Vagrant Cascadian]
 well, svuorela has hacked together soemthing that, while not the
 best vision long-term, might prove useful enough to display
 something a KDE user when a device shows up, rather than expecting
 them to intuitively know when devices are plugged in or
 removed. last know packaging to be found here:
 
   http://alioth.debian.org/~pusling-guest/vaduz_0.2.dsc

I got these test instructions from Sune on IRC:

  what to test is: build the package, install it on a kde4.3 or 4.4
  environment (on the server), log into a client in kde, run the vaduz
  binary. plug in a usb stick. see if you get a notification. if no,
  then stop. if yes, click on 'open file manager'. close file
  manager. open kwrite. go to open file. see that the device is
  available in the 'places' on the left. unplug device. see it device
  disappear from 'places'.
  try add device again, see it in places
  log out.
  remove device.
  check if device still is in 'places'.

I've also try-tested without LTSP by creating /home/$user/foo, and got
a popup but selecting the file manager button did not work.

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#579997: [git-buildpackage/master] Requests for non fast-forward updates should exit with a non-zero result

2010-05-04 Thread Guido Günther
tag 579997 pending
thanks

Date:   Tue May 4 08:58:57 2010 +0200
Author: Guido Günther a...@sigxcpu.org
Commit ID: a2dd58d8a72f05f7cbe2e041fd1a75242ec107d8
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=a2dd58d8a72f05f7cbe2e041fd1a75242ec107d8
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=a2dd58d8a72f05f7cbe2e041fd1a75242ec107d8

Requests for non fast-forward updates should exit with a non-zero result

Closes: #579997
  



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



Bug#579947: kdevelop: Please upgrade KDevelop to the stable 4 version

2010-05-04 Thread Jeremy Lainé



Now KDevelop 4 is released [0], could you please upload it to sid, that would
be really great for all the KDE users :)

   


I will be uploading it as soon as kdevplatform 1.0.0 goes in (uploaded 
this morning).


Cheers,
Jeremy



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



Bug#580037: libpam-ccreds: Should not cache the root password

2010-05-04 Thread Petter Reinholdtsen
[Guido Günther]
 You're falling through to pam_ldap if auth fails. See the pam.conf
 example in the libpam-ccreds package on howto prevent this. You only
 proceed for unknown_user not for other auth failures.

I do not know pam configuration well enough to understand what you
mean, and I am unable to understand how this translates to changes to
the pam-auth-update configration.  Can you provide updated entries
explaining what you mean?

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#580190: ncurses: needs private autoconf version to generate configure

2010-05-04 Thread Sven Joachim
Source: ncurses
Version: 5.7+20100313-2

It is not possible to regenerate the configure script with a Debian
packaged version of autoconf, since upstream relies on private patched
autoconf versions¹.  If we ever need to patch configure.in, we're
screwed:

,
| % autoconf  ./configure
| configure:6301: error: possibly undefined macro: AC_DIVERT_HELP
|   If this token and others are legitimate, please use m4_pattern_allow.
|   See the Autoconf documentation.
`


¹ http://invisible-island.net/autoconf/



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



Bug#580191: tkcvs: New upstream version available

2010-05-04 Thread Salvatore Bonaccorso
Package: tkcvs
Severity: wishlist

Hi Tim

Thank you for maintaining tkcvs! A new upstream version 8.2.1 is
available upstream [1], would it be possible to package it?

 [1] http://www.twobarleycorns.net/tkcvs/CHANGELOG

Bests
Salvatore

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

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



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



Bug#575150: Work around does not work

2010-05-04 Thread Martin Bagge / brother

I can confirm that the error is still well alive.

The proposed workaround from Mark McNabb (to create the lxde directory 
in ~/.config) does not solve the original problem, it is intended for 
the comment about mouse button settings.
The referenced launchpad bug #563530 is also connected to that question, 
this is a separate issue.


As people have confirmed that using the packages from Sid solves the 
original issue I really think RM should consider to lift the ban to make 
the transition happen.


--
brother



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



Bug#580043: xserver-xorg-core: Xorg -configure crashes (Segmentation fault)

2010-05-04 Thread Vincent Lefevre
On 2010-05-03 19:00:46 +0200, Julien Cristau wrote:
 On Mon, May  3, 2010 at 15:20:08 +0200, Vincent Lefevre wrote:
 
  On 2010-05-03 13:47:37 +0200, Julien Cristau wrote:
   Please get a backtrace from gdb (with debugging symbols for Xorg and
   the vmware driver).
  
  How can I do it?
  
 ssh.
 http://wiki.debian.org/XStrikeForce/XserverDebugging#Obtainingabacktracewithgdb

Thanks. Here's the backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x744d0a20 in ?? () from /usr/lib/xorg/modules/drivers/vmware_drv.so
(gdb) bt
#0  0x744d0a20 in ?? ()
   from /usr/lib/xorg/modules/drivers/vmware_drv.so
#1  0x00516aee in doLoadModule (module=0x814b40 vmware, 
path=value optimized out, subdirlist=value optimized out, 
patternlist=value optimized out, options=value optimized out, 
modreq=value optimized out, errmaj=0x7fffca1c, 
errmin=0x7fffca18, flags=value optimized out)
at ../../../../hw/xfree86/loader/loadmod.c:1007
#2  0x00465a56 in xf86LoadModules (list=0x802890, optlist=0x0)
at ../../../../hw/xfree86/common/xf86Init.c:1744
#3  0x0046cc54 in DoConfigure ()
at ../../../../hw/xfree86/common/xf86Configure.c:652
#4  0x004676c7 in InitOutput (pScreenInfo=0x7d8ba0, 
argc=value optimized out, argv=value optimized out)
at ../../../../hw/xfree86/common/xf86Init.c:610
#5  0x00425a75 in main (argc=2, argv=0x7fffdd48, 
envp=value optimized out) at ../../dix/main.c:203

Unfortunately, according to apt-cache search, there's no package
for the debugging symbols in vmware_drv.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#579017: autodetection fails when booting with 64-bit kernel on 32-bit userland

2010-05-04 Thread Stanislav Maslovski
On Mon, May 03, 2010 at 08:16:50PM +0200, Julien Cristau wrote:
 reassign 579017 linux-2.6 2.6.32-9
 kthxbye
 
 On Sat, Apr 24, 2010 at 15:27:11 +0400, Stanislav Maslovski wrote:
 
  Package: xserver-xorg-input-synaptics
  Version: 1.2.2-2
  Severity: normal
  
  Without giving the explicit options (commented out in my xorg.conf
  below) the touchpad gets configured in a mouse-emulation mode (no
  scrolling, etc.) when I boot with a 64-bit kernel on a 32-bit
  userland.
  
 This sounds like a kernel bug.  Can you attach the contents of
 /proc/bus/input/devices for both the 32bit and the 64bit kernel?
 I seem to remember a similar report a while back, but can't find it
 now...

I have just updated to the last versions of the kernels and udev, and
the bug is still there. The devices file from the 64bit kernel lists
that strange thing Macintosh mouse button emulation on
/devices/virtual/input/input0, which I do not have physically (my
laptop is a DELL Vostro 1400) The requested files are attached.

-- 
Stanislav


devices-2.6.32-5-686.gz
Description: Binary data


devices-2.6.32-5-amd64.gz
Description: Binary data


Bug#580192: -publicity instruction for Debian Developers

2010-05-04 Thread Alexander Reichle-Schmehl

Package: lists.debian.org

Hi!


On 03.05.2010 19:56, Stefano Zacchiroli wrote:

[ Mails send to debian-devel-announce, which are more general and could 
be turned into general announcements on -news or -announce ]



Does this make any sense or should rather be dropped and never be seen
again? As a random DD, the above information would be useful to me,
maybe it would be for other too ...


In general it's a good idea and long outstanding point on my over long 
todo list ;)


However, during the publicity BoF at DC9, there was also the proposal 
(IIRC by sledge), to introduce a kind of delayed moderation to 
debian-devel-announce.  It seems we never opened a bug report for that, 
so I do so now:


The idea was the following:

If a DD sends a mail to debian-devel-annou...@lists.debian.org, it is at 
first held back for a certain time.  The press team is notified, and may 
ask the author of that mail, to drop it and instead coordinate with the 
press team a proper release (mail to -announce or -news from the press 
people; his mail to -devel-announce).


Of couse such a mail can be thawn by the press team, so it is send at 
once to the -devel-announce mailing list.  The mail is also send there 
automatically, if the press team doesn't react within a specific timeframe.



Back than, we already talked to Don, who saw no real obstacles; it just 
needs someone to do it.  He also proposed to allow the sender of such a 
mail to override the freeze of his mail, in case it is of urgent 
importance (e.g. the DSAs telling us that something is broken).  Press 
team didn't had any problems with that proposal.



I think that's all that was discussed back then, and (as we didn't 
tracked the problem till now) the current state, but at least now it's 
documented :)



Dear listmasters, could explain what's needed to introduce such a 
change?  Anything we can help?



Best regards,
  Alexander



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



Bug#580173: xulrunner-1.9.2: libmozjs3d dependency not tight enough

2010-05-04 Thread Mike Hommey
On Tue, May 04, 2010 at 08:12:54AM +0200, Mike Hommey wrote:
 On Mon, May 03, 2010 at 10:34:23PM -0400, Will Dyson wrote:
  Package: xulrunner-1.9.2
  Version: 1.9.2.4~build2-1
  Severity: normal
  Tags: experimental
  
  xulrunner-1.9.2.4~build2-1 declares a dependency against libmozjs3d =
  1.9.2.2. However, it crashes with 1.9.2.3-2 installed. 1.9.2.4~build2-1
  is required not to crash.
  
  Perhaps this is not a big deal, since only upgraders from previous
  experimental versions will be affected. But in general, I believe
  xulrunner should require an exact version match with libmozjs.
 
 There is a double problem here. I agree xulrunner should depend on the
 exact version of libmozjs at least, but an older libmozjs shouldn't
 break a newer xulrunner with no ABI change, because that means there
 could also be trouble for others packages using libmozjs, so the root
 cause still needs to be known accurately.

The cause is js_LeaveTrace and js_CanLeaveTrace, which are static
functions defined in jscntxt.h, and that read data from a struct
which structure (slightly) changed in 1.9.2.4. Since they are static
functions defined in a header, they end up in the binary linking against
libmozjs instead of libmozjs, therefore the compatibility problem.

Fortunately, no other software in debian use these functions (the same
change is going to affect 1.9.1.10 when it is released), so we are
somehow safe.

This unfortunately also means that a newer libmozjs3d will break an
older xulrunner-1.9.2.

Mike



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



Bug#580193: libao-dev: mpg321 crashes after upgrading to libao4

2010-05-04 Thread Nanakos Chrysostomos
Package: libao-dev
Version: 1.0.0-4
Severity: grave
Tags: sid
Justification: renders package unusable

#v+
gre...@belanna:~$ gdb /usr/bin/mpg321
GNU gdb (GDB) 7.1-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/mpg321...(no debugging symbols found)...done.
(gdb) run data/sound/cds/tracy_chapman-
tracy_chapman/01_talkin\'_bout_a_revolution.mp3
Starting program: /usr/bin/mpg321
data/sound/cds/tracy_chapman-tracy_chapman/01_talkin\'_bout_a_revolution.mp3
[Thread debugging using libthread_db enabled]
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3.
Version 0.2.11 (2009/06/16). Written and copyrights by Joe Drew,
now maintained by Nanakos Chrysostomos and others.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title  : Talkin' Bout a Revolution   Artist: Tracy Chapman
Album  : Tracy Chapman   Year  :
Comment: Genre :

Directory: data/sound/cds/tracy_chapman-tracy_chapman/
Playing MPEG stream from 01_talkin'_bout_a_revolution.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo

Program received signal SIGSEGV, Segmentation fault.
0xb7eafa23 in strlen () from /lib/i686/cmov/libc.so.6
(gdb) bt full
#0  0xb7eafa23 in strlen () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#1  0xb7f897a1 in ?? () from /usr/lib/libao.so.4
No symbol table info available.
#2  0xb7f89e4b in ?? () from /usr/lib/libao.so.4
No symbol table info available.
#3  0x0804f12d in ?? ()
No symbol table info available.
#4  0x0804c61f in ?? ()
No symbol table info available.
#5  0xb7f94409 in ?? () from /usr/lib/libmad.so.0
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)
#v-



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

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

Versions of packages libao-dev depends on:
ii  libao41.0.0-4Cross Platform Audio Output Librar
ii  libc6-dev 2.10.2-6   Embedded GNU C Library: Developmen

libao-dev recommends no packages.

libao-dev 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#580194: hugin: Can't un-set image fuser/blender commandline options once set

2010-05-04 Thread Devin Carraway
Package: hugin
Version: 2009.4.0+dfsg-2
Severity: normal

The hugin UI's Stitcher tab allows one to set arbitrary commandline options
to the image fuser and blender apps.  However, once set to a non-empty string,
the setting can't then be cleared -- reopening the options dialog and deleting
the string has no effect; reopening the dialog will show the previous setting.


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

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

Versions of packages hugin depends on:
ii  enblend  3.2+dfsg-3  image blending tool
ii  enfuse   3.2+dfsg-3  image exposure blending tool
ii  hugin-tools  2009.4.0+dfsg-2 CLI tools for Hugin
ii  libboost-thread1.40.01.40.0-6+b1 portable C++ multi-threading
ii  libc62.10.2-7Embedded GNU C Library: Shared lib
ii  libexiv2-6   0.19-1  EXIF/IPTC metadata manipulation li
ii  libgcc1  1:4.4.4-1   GCC support library
ii  libgl1-mesa-glx [libgl1] 7.7.1-1 A free implementation of the OpenG
ii  libglew1.5   1.5.3-1 The OpenGL Extension Wrangler - ru
ii  libglu1-mesa [libglu1]   7.7.1-1 The OpenGL utility library (GLU)
ii  libimage-exiftool-perl   7.89-1  Library and program to read and wr
ii  libpano13-1  2.9.14-2panorama tools library
ii  libstdc++6   4.4.4-1 The GNU Standard C++ Library v3
ii  libtiff4 3.9.2-3+b1  Tag Image File Format (TIFF) libra
ii  libwxbase2.8-0   2.8.10.1-3  wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.10.1-3  wxWidgets Cross-platform C++ GUI t
ii  make 3.81-8  An utility for Directing compilati

hugin recommends no packages.

hugin 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#577626: flashplugin-nonfree: iceweasel freeze when closing tab with flash in it

2010-05-04 Thread Alberto Luaces
Hi, I had the same problem when running the same version in squeeze. It
started to work fine again (no freezes when closing the plugin tab)
after

* removing ~/.adobe/
* uninstalling flash.
* installing and then uninstalling gnash.
* installing flash again.

Sorry that I can't tell which of these steps triggered anything, but
maybe is of any use to you.

--
Alberto



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



Bug#580195: [uncrustify] Segfault on incorrect input

2010-05-04 Thread Rutger ter Borg
Package: uncrustify
Version: 0.56-1
Severity: normal

--- Please enter the report below this line. ---

The following one-liner (with incorrect code) will cause a segfault for 
uncrustify,

$ echo typedef; | uncrustify -c /usr/share/uncrustify/defaults.cfg -L CPP


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-3-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.nl.debian.org 
  500 stable  deb.opera.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6(= 2.2.5) | 2.10.2-7
libgcc1(= 1:4.1.1) | 1:4.4.4-1
libstdc++6   (= 4.1.1) | 4.4.4-1


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#580196: icedove: Attachments don't work on gmail accounts

2010-05-04 Thread Manuel Bilderbeek
Package: icedove
Version: 3.0.4-2
Severity: normal

Viewing mails with attachments for normal accounts works fine, but
unlike with Icedove 2.x attachments in GMail accounts do not. In other
words, this is a regression.

When viewing a mail with attachment on a GMail account, it simply shows
the UUencoded text. It is as if the attachment is included twice or
something. Here is an example e-mail:

-- START EMAIL ---

U heeft een nieuw voicemailbericht ontvangen van 31344673582.
U kunt het bericht beluisteren door tweemaal te klikken op de bijlage.

U kunt dit bericht ook beluisteren door te bellen met 1233 met uw vaste
telefoon of 020-8889990 vanaf een andere telefoon.

Vanuit het buitenland kunt u bellen via nummer +31 20 8889990.

Met vriendelijke groet,

Online


--Boundary_(ID_VZTVsCvwXdOVwDqrENfQfw)
Content-type: audio/wav; name=message.wav
Content-language: nl
Content-transfer-encoding: base64
Content-disposition: inline; filename=message.wav; voice=Voice-Message
Content-description: Mobeon voice message (10 second(s))
Content-Duration: 10

UklGRmY8AQBXQVZFZm10IBIGAAEAQB8AAEAfAAABAAgAAABkYXRhQDwBANXV1dXV1dXV1dXV
1dXV1VRUVFXV1dXV1VVUVNXV1dXV1VRVVdXU1dXV1dXV1VXV1dXV1VXV
VVTV1dXV1VXV1dVV1dXV1dXV1VXV1dXVVdXU1dXV1dXV1dXV1dXV1dVVVdXV1dVV1dVV
VdXU1VXV1VVV1dVVVdXU1VXUVVfV19VU1dVV1dXVVFXUVVXVVdXV1dRU1dTU
1VVV1NVV1dVV1VVUVFRV1dXV1dXV1dVUVNXV1dTU1dTVVdXVVVZX1dTUVVXV1dVUVdTU
VdXV1dVVVdXVVVXU1NXVVVTV1NXUVVXV1VVV1dVVVFVV1dXV1NTV1VVUVdXV
1dXV1dXV1dXV1dXUVdXV1NTVVVRVVVXV1dXV1dXV1dXVVdXV
1dXVVdXVVVXVVVXV1dXV1VVV1VVU1dXV1dTVVVRVVVXV1dTU1VVUVFRV1dVVVdXV1dVVVNXV
1dXV1dXV1VRU1dXV1NTVVVRV19VXVdVV1NTU1VRV1VRU1dTU1NdVUVTVVVXV1tTV1dVXV9RV
VFXV1NVV1FVWVdRVVdXU1NXUVVZX1NRV1dTU1dXVVVTV1VRUVdTX1NVUV1XVVVRV1dXU1NVXVFXV
VVXV1NfUVdVUVdXVVVXU1NXV1VdW1VVU1dTU1dXVVVRV1dXV1dTU1dXVVFXV1VRU1NTU1dVXVlXV
VVXV1NTV1VVXVNRVVFXV1NTU1VRUVdVUVNXX1NXVVFZU1VVV1dfU1dXVVFdV1VRV1NTV1dRVV1XV
VdXV1NTV1VVXVNVVVFXV1NTV1VVXVdVVVdXU1NTUVVdU1dVV1dfVVdXVV1bV1VRV1NXV1dVVV1XV
1NfV1dRUV9XVVFXU19TV1VRW1dRUVFXV1NTUVVdU1dTU1NXVVVdVVVRV1dfU1dVVV1TV
1VRV1NTV1VVXV9XVVVXV1NTU1VVXVdRVVdXU1NTUVdXU1dXUVVZX1VVV1NTV1dRVV1TU
1VRV19TU1NVVV1RUVNXU1NTV1VVXVNVVVNXV1dTV1VRX1VVU1dTX1NTVVFdV1VVUVdTV1NRVV1fV
1VRV1dTU1dVVV1XVVVXV1NRV1NVXVNTVVFXVDelivered-To: ankeman...@gmail.com
Received: by 10.86.33.2 with SMTP id g2cs68187fgg;
Wed, 28 Apr 2010 02:53:44 -0700 (PDT)
Received: from mr.google.com ([10.204.138.219])
by 10.204.138.219 with SMTP id b27mr5678398bku.139.1272448424092 
(num_hops = 1);
Wed, 28 Apr 2010 02:53:44 -0700 (PDT)
Received: by 10.204.138.219 with SMTP id b27mr4604284bku.139.1272448423951;
Wed, 28 Apr 2010 02:53:43 -0700 (PDT)
X-Forwarded-To: ankeman...@gmail.com
X-Forwarded-For: manuel.bilderb...@gmail.com ankeman...@gmail.com
Delivered-To: manuel.bilderb...@gmail.com
Received: by 10.204.70.10 with SMTP id b10cs186244bkj;
Wed, 28 Apr 2010 02:53:43 -0700 (PDT)
Received: by 10.204.127.90 with SMTP id f26mr1043196bks.78.1272448421434;
Wed, 28 Apr 2010 02:53:41 -0700 (PDT)
Received-SPF: softfail (google.com: best guess record for domain of 
transitioning moipm...@voicemail-smtp.euronet.nl does not designate 
129.192.125.38 as permitted sender) client-ip=129.192.125.38;
Received: by 10.188.26.21 with POP3 id 21mf2787892bwz.34;
Wed, 28 Apr 2010 02:53:41 -0700 (PDT)
X-Gmail-Fetch-Info: mbilderb...@wanadoo.nl 1 pop.wanadoo.nl 110 
mbilderb...@wanadoo.nl
Return-Path: moipm...@voicemail-smtp.euronet.nl
Received: from mx03.back.prod.mail.online.nl (LHLO mx03.online.nl)
 (10.160.210.163) by mailstore03.back.prod.mail.online.nl with LMTP; Wed, 28
 Apr 2010 10:53:54 +0200 (CEST)
Received: from localhost (filterin08.back.prod.mail.online.nl [10.160.210.228])
by mx03.online.nl (Postfix) with ESMTP id 93FDE7C014
for mbilderb...@orange.nl; Wed, 28 Apr 2010 10:53:54 +0200 (CEST)
Received: from mx03.online.nl ([10.160.210.163])
by localhost (filterin08.back.prod.mail.online.nl [10.160.210.247]) 
(amavisd-new, port 10024)
with ESMTP id A3raKjzTn1NM for mbilderb...@orange.nl;
Wed, 28 Apr 2010 10:53:54 +0200 (CEST)
Received: from mx03.online.nl (localhost [127.0.0.1])
by mx03.online.nl (Postfix) with ESMTP id 3E7737C00B
for mbilderb...@orange.nl; Wed, 28 Apr 2010 10:53:54 +0200 (CEST)
Received: from smtp02.moip.ims.orange.nl (vm.btmw.cds.hsroc.net 
[129.192.125.38])
by mx03.online.nl (Postfix) with ESMTP
for mbilderb...@orange.nl; Wed, 28 Apr 2010 10:53:54 +0200 (CEST)
Received: from smtp02.moip.ims.orange.nl (localhost [127.0.0.1])
by smtp02.moip.ims.orange.nl (Postfix) with ESMTP id C48E817FB
for mbilderb...@orange.nl; Wed, 28 Apr 2010 10:53:53 +0200 (CEST)
Received: from nlrysoms002.moip.ims.orange.nl 
(nlrysoms002-pri.moip.ims.orange.nl [192.168.193.75])
by smtp02.moip.ims.orange.nl (Postfix) with 

Bug#436266: (no subject)

2010-05-04 Thread Stefan Hornburg (Racke)

severity 436266 important
thanks

On 05/03/2010 11:04 PM, Olaf van der Spek wrote:

severity 436266 serious
thanks

This one leads to data loss...



I don't consider this a serious data loss. Volatile and discarded
data has to be purged at some point.

Of course, the default setting can still be debated.

Regards
Racke


--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




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



Bug#580197: [bts] followup command

2010-05-04 Thread David Paleino
Package: devscripts
Version: 2.10.64
Severity: wishlist

Hello,
it would be cool to have the followup command available in bts(1), as per 
zack's old blogpost:

  http://www.upsilon.cc/~zack/blog/posts/2008/01/bts_followup/

Thank you!
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


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


Bug#558647: python-occ-0.4 debian package

2010-05-04 Thread Oliver Borm
I've created a debian package of python-occ-0.4 for ubuntu 10.04 and
uploaded it to our ppa:

https://launchpad.net/~cae-team/+archive/ppa

Maybe it is also helpful for the debian project.




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



Bug#580192: -publicity instruction for Debian Developers

2010-05-04 Thread Alexander Reichle-Schmehl

retitle 580192 Please introduce 'delayed moderation' for -devel-announce
thanks

Hi!


I think that's all that was discussed back then, and (as we didn't
tracked the problem till now) the current state, but at least now it's
documented :)


Based on some questions I got via irc, I just looked through the archive.

8 messages where send to d-d-a in January.  Of these I guess I would 
have asked to delay the ones with the following subjects:

* Panamá MiniDebConf 2010 - March
* Thailand MiniDebCamp 2010 in March
* Invitation to the BSP in Tokyo/Japan,23 January 2010

13 messages where send to d-d-a in February.  Of these I guess I would 
have asked to delay the ones with the following subject:

* Spanish DebConf 9-11 Abril, Coruña and Debian Work Session
* Lenny based Debian Edu 5.0.4+edu0 available (aka Skolelinux)
* Bits from the release team: Release schedule; the RT needs YOU
* Registration now open for DebConf10

For the 13 messages in March we have the following:
* DebConf10: register by April 15 for sponsorship consideration
* Debconf 10: Call for Contributions!

For April (19 messages in total) we have:
* Welcome to our 2010 Debian Google Summer of Code students!
* DebConf10: Final Call for Contributions!
* Mini DebConf in Berlin, Germany, June 10th/11th
* Debian Project Leader Election 2010 Results
* Bits from the Release Team: Scheduling, transitions, how to help


So in total we had 53 messages, of which I think I would have asked 14 
times that the mail be delayed, while 39 would have (in theory) passed 
without much delay.


(Yes, this statistic is kind of biased, as a) I just looked at the 
subject to create this list; I guess some of them might turn out to be 
less interesting if I would also look into the body (but I'm lazy ;) and 
b) we in deed send announcements in parallel for some of them).  But I 
guess it's good enough to see what we are talking about.




Dear listmasters, could explain what's needed to introduce such a
change? Anything we can help?


Also got a someone needs to program it for Alexander Wirt ;)


Best regards,
  Alexander



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



Bug#580198: Segfault on opening an Org file

2010-05-04 Thread Julien Danjou
Package: emacs23
Version: 23.1+1-6
Severity: important

My emacs segfault badly when opening an Org file.
Note that it works fine with -Q option, so there's something it does not like 
in my configuration, I guess.

Here's the full backtrace.

Starting program: /usr/bin/emacs \~/Org/naquadah.org
[Thread debugging using libthread_db enabled]
warning: no loadable sections found in added symbol-file 
/usr/lib/debug/usr/lib/libX11.so.6.3.0
Warning: Lisp directory `/usr/local/share/emacs/23.1/site-lisp' does not exist.
Warning: Lisp directory `/usr/local/share/emacs/site-lisp' does not exist.
Xlib:  extension RANDR missing on display :0.0.

Program received signal SIGSEGV, Segmentation fault.
0x0043d2c3 in next_element_from_display_vector (it=0x7fffaa30) at 
xdisp.c:6223
(gdb) bt full
#0  0x0043d2c3 in next_element_from_display_vector (it=0x7fffaa30) 
at xdisp.c:6223
gc = 140733193388042
#1  0x0043b888 in get_next_display_element (it=0x7fffaa30) at 
xdisp.c:5676
success_p = 1
#2  0x004575bf in display_line (it=0x7fffaa30) at xdisp.c:16624
n_glyphs_before = 3
hpos_before = 3
x_before = 21
phys_ascent = 0
phys_descent = 0
x = 21
nglyphs = 1
descent = 0
i = 964
ascent = 0
row = 0x12aed60
overlay_arrow_string = 140737488333184
wrap_it = {window = 21793025, w = 0x7fffa2b0, f = 0x412eb0, method 
= 5077207, stop_charpos = 0, end_charpos = 0, s = 0x7fffa360 1\\\263, 
string_nchars = 21793025, region_beg_charpos = 0, region_end_charpos = 
18652064, redisplay_end_trigger_charpos = 0, multibyte_p = 1, header_line_p = 
0, string_from_display_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 1, dp = 
0x1513404, dpvec = 0x7fffa330, dpend = 0x4d79d8, dpvec_char_len = 18122856, 
dpvec_face_id = 0, saved_face_id = -23536, ctl_chars = {0, 140737488331616, 
21793025, 18652064, 140737488331792, 140737488332448, 140737488331616, 
18652064, 11753873, 81604355088, 0, 140737488331616, 140737488331840, 5079954, 
140737488331792, 140737488332448}, start = {pos = {charpos = 21793025, bytepos 
= 0}, overlay_string_index = 18652064, string_pos = {charpos = 0, bytepos = 
11754545}, dpvec_index = 0}, current = {pos = {charpos = 11799537, bytepos = 
0}, overlay_string_index = 11799537, string_pos = {charpos = 0, bytepos 
 = 11799537}, dpvec_index = 0}, n_overlay_strings = 11799537, overlay_strings = 
{11799537, 11799537, 11799537, 11799537, 21964675, 11799537, 11799537, 
11753873, 11997649, 11799537, 11799537, 140737488331808, 6608527, 11753873, 
11997649, 140737488331856}, string_overlays = {4271792, 140737488331856, 
6608527, 4294943808, 41440085, 140737488331904, 4271792, 140737488347024, 0, 
140737488331888, 5722317, 11997649, 28968712, 2946, 2947, 140737488331936}, 
string = 6598292, from_overlay = 22656708, stack = {{string = 4294967296, 
string_nchars = -23344, end_charpos = 32767, stop_charpos = 6599495, cmp_it = 
{stop_pos = 140737488332016, id = 22656708, ch = 0, lookback = 11753873, 
nglyphs = 0, nchars = 11997745, nbytes = 0, from = -23248, to = 32767, width = 
6616273}, face_id = -23264, u = {image = {object = 6608527, slice = {x = 
4294944072, y = 41440085, width = 0, height = 4271792}, image_id = -8304}, comp 
= {object = 6608527}, stretch = {object = 6608527}}, position = {charpos = 0, by
 tepos = 0}, current = {pos = {charpos = -23232, bytepos = 32767}, 
overlay_string_index = 30651394, string_pos = {charpos = 0, bytepos = 0}, 
dpvec_index = 0}, from_overlay = 4271792, area = 4294944784, method = 32767, 
multibyte_p = 0, string_from_display_prop_p = 1, display_ellipsis_p = 0, 
avoid_cursor_p = 1, line_wrap = TRUNCATE, voffset = -19454, space_width = 
41573653, font_height = 140737488332176}, {string = 6620220, string_nchars = 
-23152, end_charpos = 2955, stop_charpos = 22656708, cmp_it = {stop_pos = 
12125569, id = 23576, ch = 0, lookback = -22688, nglyphs = 32767, nchars = 
6621022, nbytes = 0, from = 0, to = 32767, width = 5722317}, face_id = 
30298354, u = {image = {object = 30700386, slice = {x = 140737488332688, y = 
6620915, width = 96, height = 6620220}, image_id = 30700386}, comp = {object = 
30700386}, stretch = {object = 30700386}}, position = {charpos = 22656708, 
bytepos = 0}, current = {pos = {charpos = 80, bytepos = 0}, 
overlay_string_index = 30651554, stri
 ng_pos = {charpos = 0, bytepos = 2942}, dpvec_index = 0}, from_overlay = 
28968712, area = 2941, method = GET_FROM_BUFFER, multibyte_p = 0, 
string_from_display_prop_p = 1, display_ellipsis_p = 1, avoid_cursor_p = 1, 
line_wrap = TRUNCATE, voffset = -22976, space_width = 22656704, font_height = 
22656708}, {string = 8589911768, string_nchars = -22928, end_charpos = 32767, 
stop_charpos = 6599495, cmp_it = {stop_pos = 11753873, id = 12125569, ch = 0, 
lookback = -22816, nglyphs = 32767, nchars = 6620613, nbytes = 0, from = 
-22864, to = 32767, width = 6608527}, face_id = 2942, u = 

Bug#578905: libnet-dbus-perl: FTBFS with perl 5.12.0-1: long doubles

2010-05-04 Thread Niko Tyni
tag 578905 patch
thanks

On Fri, Apr 23, 2010 at 04:17:17PM +0300, Niko Tyni wrote:
 Package: libnet-dbus-perl
 Version: 0.33.6-1
 Severity: important
 User: debian-p...@lists.debian.org
 Usertags: perl-5.12-transition, perl-long-double
 
 This package fails to build on amd64 with perl 5.12.0-1 from experimental:
 
  #   Failed test 'double'
  #   at t/15-message.t line 67.
  # Looks like you failed 1 test of 33.
  t/15-message.t .. 
  Dubious, test returned 1 (wstat 256, 0x100)
  Failed 1/33 subtests 
 
 As the package built fine in my earlier tests with 5.12.0~rc3-1, the failure
 is almost certainly due to 5.12.0-1 being configured with -Duselongdouble.

Proposed patch attached, this builds fine for me on both 5.10.1-12 and 5.12.0-1
on amd64.
-- 
Niko Tyni   nt...@debian.org
From 42ea359699fb47cbafd8a86c0d1e9281389b7df3 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Tue, 4 May 2010 11:14:17 +0300
Subject: [PATCH] Fix a test failure on perls built with -Duselongdouble

Replace the fragile floating point equality test with
an epsilon difference one.
---
 t/15-message.t |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/15-message.t b/t/15-message.t
index fc9a8fa..410e881 100644
--- a/t/15-message.t
+++ b/t/15-message.t
@@ -64,7 +64,7 @@ ok($iter-next(), next);
 
 ok($iter-get_string() eq Hello world, string);
 ok($iter-next(), next);
-ok($iter-get_double() == 1.424141, double);
+ok(abs($iter-get_double() - 1.424141)  5 * 10**-7, double);
 
 ok($iter-next(), next);
 is_deeply($iter-get_array(Net::DBus::Binding::Message::TYPE_STRING), [one, two, three], array);
-- 
1.7.1



Bug#580199: PHP 5: ldap_rename() does not work

2010-05-04 Thread NetLink IT Services

Package: php5-ldap
Version: 5.2.0+dfsg-8+etch16

When using the ldap_rename() function, the LDAP server returns following 
error text:


Operation affects multiple DSAs

The same function works fine on Debian Lenny with latest stable release 
of php5 packages.


ldap_rename($conn, $dn, $newrdn, NULL, TRUE);

Linux version 2.6.18-6-k7 (Debian 2.6.18.dfsg.1-26etch2 
(da...@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 
4.1.1-21)) #1 SMP Fri Feb 19 23:58:00 UTC 2010





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



Bug#580152: dpkg: trigger - W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such file or directory)

2010-05-04 Thread Raphael Hertzog
Hi,

On Mon, 03 May 2010, Jonathan Nieder wrote:
 Processing triggers for menu ...
 W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such 
  file or directory)
  
  Could this be caused by the fact that here the /etc/apt is a symlink and
  points to another location?
 
 To my untrained eye, this looks like a message from APT.  Any insights?

But it might an apt tool called from the menu trigger processing code.

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/



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



Bug#578376:

2010-05-04 Thread Mathieu Malaterre
Any update on the experimental package ? I'd like to test it.

Thanks
-- 
Mathieu



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



Bug#580200: mimedefang: [INTL:es] Spanish debconf template translation

2010-05-04 Thread Ricardo Fraile
Package: mimedefang
Version: 2.67-3
Severity: wishlist


Please find attached the Spanish debconf translation.


Thanks.


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

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# mimedefang po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the mimedefang package.
#
# Changes:
#   - Initial translation
#   Ricardo Fraile r...@esdebian.org, 2010
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: mimedefang 2.67-3\n
Report-Msgid-Bugs-To: mimedef...@packages.debian.org\n
POT-Creation-Date: 2008-03-11 14:58+0100\n
PO-Revision-Date: 2009-10-16 10:52+0200\n
Last-Translator: Ricardo Fraile r...@esdebian.org\n
Language-Team: Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit




#. Type: boolean
#. Description
#: ../templates:2001
msgid Should MIMEDefang use an embedded Perl interpreter? 
msgstr ¿Debe MIMEDefang usar un intérprete de perl embebido?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Choosing this option is generally safe and will significantly improve 
performance. However, some systems do not support it. See mimedefang-
multiplexor(8) for more details on using an embedded Perl interpreter
msgstr 
Eligiendo esta opción es generalmente seguro y mejora de manera significativa
el rendimiento. Sin embargo, algunos sistemas no permiten usarla. Por favor, 
mire mimedefang- 
multiplexor(8) para más detalles sobre el uso de un intérprete embebido de 
Perl


Bug#580198: Segfault on opening an Org file

2010-05-04 Thread era eriksson
On Tue, 04 May 2010 10:18 +0200, Julien Danjou a...@debian.org
wrote:
 My emacs segfault badly when opening an Org file.
 Note that it works fine with -Q option, so there's something it does not
 like in my configuration, I guess.

Could you attach your .emacs file, and/or isolate what in your
configuration it is that Emacs doesn't like?

Ubuntu has a vaguely similar bug which is related to linum.el and fonts:
https://bugs.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/207560

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#575150: Work around does not work

2010-05-04 Thread Adam D. Barratt
On Tue, May 4, 2010 08:01, Martin Bagge / brother wrote:
 As people have confirmed that using the packages from Sid solves the
 original issue I really think RM should consider to lift the ban to make
 the transition happen.

The transition in this case being lxde.

We'd love (well, I would, anyway) to be able to transition it.  However,
lxde is one of the core packages of a tasksel task and as such included in
a special fake package in the testing scripts to ensure that all such
packages remain installable in testing, hence the tasksel-meta-faux
referred to elsewhere in the bug report.

The reason that the packages are currently blocked from transitioning is
that the testing scripts believe that if they did transition then
something in the tasksel set would become uninstallable; we've not yet
managed to determine exactly where the issue is.

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#578589: [pkg-nvidia-devel] Bug#578589: nvidia-kernel-source: 195.36.15 for Linux x86/x86_64 released

2010-05-04 Thread Jordi Pujol
A Dilluns, 3 de maig de 2010 19:23:38, vàreu escriure:
 Things won't keep changing quite this fast, but at least at the moment you
 really want to work from Subversion because a lot is getting committed on
 a weekly basis.
 
well, I will try this,

 I'll do another upload as soon as I get a chance to sort out DKMS.
sorting out DKMS, to compile with DKMS or to not use it ?
look at my package, compiles the kernel module without any additional Makefile 
and DKMS is not needed,

Jordi Pujol

Live never ending Tale
GNU/Linux Live forever!
http://livenet.selfip.com



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



Bug#580201: gimp: Gimp crash using Wonderland (BlueCurve) GTK engine

2010-05-04 Thread Arjan Moraal
Package: gimp
Version: 2.6.8-3
Severity: normal

When using Gimp with the Wonderland GTK engine (deb gtk2-engines-wonderland),
it crashes everytime any tool is selected from the Toolbox.
This doesn't happen with other gtk engines, only with wonderland.

I'm not sure if this is a gimp or a gtk2-engines-wonderland issue, so please
forward to wonderland if you think it's their problem.

Steps to reproduce:
1. Start gimp
2. Click on first tool in Toolbox (Rectangle Select Tool)
3. Gimp crashes

*** glibc detected *** gimp: free(): invalid pointer: 0x09440c50 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb6c40824]
/lib/i686/cmov/libc.so.6[0xb6c420b3]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb6c450dd]
/lib/libglib-2.0.so.0(g_free+0x36)[0xb6d5fc16]
/usr/lib/gtk-2.0/2.10.0/engines/libbluecurve.so[0xb660cdf7]
/usr/lib/gtk-2.0/2.10.0/engines/libbluecurve.so[0xb660e115]
/usr/lib/libgtk-x11-2.0.so.0(gtk_paint_box+0xee)[0xb73cd91e]
/usr/lib/libgtk-x11-2.0.so.0[0xb74dd85b]
/usr/lib/libgtk-x11-2.0.so.0[0xb734bdd4]
/usr/lib/libgobject-2.0.so.0[0xb6df37a9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8)[0xb6df5068]
/usr/lib/libgobject-2.0.so.0[0xb6e0b246]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x5d3)[0xb6e0ca53]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb6e0d056]
/usr/lib/libgtk-x11-2.0.so.0[0xb7478026]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x1b3)[0xb72ba653]
/usr/lib/libgtk-x11-2.0.so.0[0xb72ba681]
/usr/lib/libgtk-x11-2.0.so.0[0xb7286acd]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0xa4)[0xb72bb1e4]
/usr/lib/libgtk-x11-2.0.so.0[0xb72bd397]
/usr/lib/libgtk-x11-2.0.so.0[0xb734bdd4]
/usr/lib/libgobject-2.0.so.0[0xb6df37a9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8)[0xb6df5068]
/usr/lib/libgobject-2.0.so.0[0xb6e0b246]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x5d3)[0xb6e0ca53]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb6e0d056]
/usr/lib/libgtk-x11-2.0.so.0[0xb7478026]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x1b3)[0xb72ba653]
/usr/lib/libgtk-x11-2.0.so.0[0xb72ba681]
/usr/lib/libgtk-x11-2.0.so.0[0xb7303a1b]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0xa4)[0xb72bb1e4]
/usr/lib/libgtk-x11-2.0.so.0[0xb72bd397]
/usr/lib/libgimpwidgets-2.0.so.0[0xb7651f58]
/usr/lib/libgtk-x11-2.0.so.0[0xb734bdd4]
/usr/lib/libgobject-2.0.so.0[0xb6df37a9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8)[0xb6df5068]
/usr/lib/libgobject-2.0.so.0[0xb6e0b246]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x5d3)[0xb6e0ca53]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb6e0d056]
/usr/lib/libgtk-x11-2.0.so.0[0xb7478026]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x1b3)[0xb72ba653]
/usr/lib/libgtk-x11-2.0.so.0[0xb72ba681]
/usr/lib/libgtk-x11-2.0.so.0[0xb7286a95]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0xa4)[0xb72bb1e4]
/usr/lib/libgtk-x11-2.0.so.0[0xb72bd397]
/usr/lib/libgtk-x11-2.0.so.0[0xb734bdd4]
/usr/lib/libgobject-2.0.so.0[0xb6df37a9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8)[0xb6df5068]
/usr/lib/libgobject-2.0.so.0[0xb6e0b246]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x5d3)[0xb6e0ca53]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb6e0d056]
/usr/lib/libgtk-x11-2.0.so.0[0xb7478026]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x1b3)[0xb72ba653]
/usr/lib/libgtk-x11-2.0.so.0[0xb72ba681]
/usr/lib/libgtk-x11-2.0.so.0[0xb7286a95]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0xa4)[0xb72bb1e4]
/usr/lib/libgtk-x11-2.0.so.0[0xb72bd397]
/usr/lib/libgtk-x11-2.0.so.0[0xb734bdd4]
/usr/lib/libgobject-2.0.so.0[0xb6df37a9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8)[0xb6df5068]
/usr/lib/libgobject-2.0.so.0[0xb6e0b246]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x5d3)[0xb6e0ca53]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb6e0d056]
=== Memory map: 
08048000-08459000 r-xp  03:01 212191 /usr/bin/gimp-2.6
08459000-0846d000 rw-p 00411000 03:01 212191 /usr/bin/gimp-2.6
0846d000-08498000 rw-p  00:00 0
08637000-09456000 rw-p  00:00 0  [heap]
b330-b3321000 rw-p  00:00 0
b3321000-b340 ---p  00:00 0
b34ad000-b34c9000 r-xp  03:01 1011971/lib/libgcc_s.so.1
b34c9000-b34ca000 rw-p 0001c000 03:01 1011971/lib/libgcc_s.so.1
b34ca000-b3562000 r--p  03:01 75216  /usr/share/fonts/truetype/ttf-
dejavu/DejaVuSans.ttf
b3562000-b35a8000 r--p  03:01 212238
/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf
b35a8000-b35bb000 rw-p  00:00 0
b35c8000-b35e4000 rw-p  00:00 0
b35e4000-b3617000 r--p  03:01 212237
/usr/share/fonts/truetype/msttcorefonts/Arial_Italic.ttf
b3617000-b3647000 r-xp  03:01 38300  /usr/lib/liblcms.so.1.0.18
b3647000-b3649000 rw-p 0002f000 03:01 38300  /usr/lib/liblcms.so.1.0.18
b3649000-b36af000 rw-p  00:00 0
b36af000-b36b5000 rw-p  00:00 0
b36b5000-b36ce000 rw-p  00:00 0

Bug#472477: ssh-add -D does not remove SSH key from, gnome-keyring-daemon memory

2010-05-04 Thread Stéphane Glondu

Any news on this bug? It is still relevant with gnome-keyring 2.30...

--
Stéphane



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



Bug#580202: Alert!: This client does not contain support for HTTPS URLs.

2010-05-04 Thread Vladimir Stavrinov
Package: lynx
Version: 2.8.8dev.3-2
Severity: normal


ssl support are dropped again without warning and changelog. Great!

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages lynx depends on:
ii  lynx-cur2.8.8dev.3-2 Text-mode WWW Browser with NLS sup

lynx recommends no packages.

lynx 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#580178: vidalia: [INTL:it] Italian translation

2010-05-04 Thread Dererk

tags 580178 pending
quit

On 04/05/10 00:52, Vincenzo Campanella wrote:

Package: vidalia
Version: 0.2.7-4
Severity: wishlist
Tags: l10n patch

Enclosed please find the Italian translation of the above package.

Best regards
vince
   

Thanks for your time and for caring about Vidalia!


Greetings,

Dererk

--
BOFH excuse #408:
Computers under water due to SYN flooding.




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



Bug#580203: duply: Missing gawk dependency

2010-05-04 Thread Mikhail Gusarov
Package: duply
Version: 1.5.2.2-1
Severity: important


duply version  1.5.2.3 needs gawk to work. Please either update package to
1.5.2.3 or add gawk dependency.

See the
https://sourceforge.net/tracker/?func=detailaid=2986269group_id=217745atid=1041147
for details

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

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

Versions of packages duply depends on:
ii  duplicity 0.6.08b-1  encrypted bandwidth-efficient back
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep

Versions of packages duply recommends:
pn  ncftp none (no description available)
ii  openssh-client [ssh-client]   1:5.5p1-2  secure shell (SSH) client, for sec

duply 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#580190: ncurses: needs private autoconf version to generate configure

2010-05-04 Thread Thomas Dickey

On Tue, 4 May 2010, Sven Joachim wrote:


Source: ncurses
Version: 5.7+20100313-2

It is not possible to regenerate the configure script with a Debian
packaged version of autoconf, since upstream relies on private patched
autoconf versions¹.  If we ever need to patch configure.in, we're
screwed:



¹ http://invisible-island.net/autoconf/


published, not private.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread Adam Borowski
On Mon, May 03, 2010 at 10:24:54PM -0500, Gunnar Wolf wrote:
 Without getting deeper in the licensing of Othman itself, would you
 consider the text of the Coran itself to be DFSG-free? I _think_ that
 any religious text can only be distributed verbatim, not modified in
 any way - That is completely legitimate, as it has been debated over
 and over regarding the IETF RFCs. 

The Koran is definitely out of copyright, and thus in the public domain. 
While altering the actual text may be pointless (and disrespectful for the
religion in question), it is still allowed, at least in a vast majority of
countries.  And taking excerpts or adding commentary is a damn popular thing
to do.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



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



Bug#580204: Evince does not display some fonts anymore

2010-05-04 Thread Giuseppe Sacco
Package: evince
Version: 2.30.1-2
Severity: important

Evince was not displaying fonts as used to do previous version.
The only error I can see on its stdout is:

giuse...@scarafaggio:~/Scrivania$ evince FormDesignerV2_1.52.pdf 
Error: could not create truetype face

some font thing failed

(repeated many many times)

Bye,
Giuseppe

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
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/bash

Versions of packages evince depends on:
ii  evince-common   2.30.1-2 Document (postscript, pdf) viewer
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.2.1-1   GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libevince2  2.30.1-2 Document (postscript, pdf) renderi
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
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  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-1 libraries for nautilus components
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  shared-mime-info0.71-1   FreeDesktop.org shared MIME databa
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.24-1   simple interprocess messaging syst
ii  gvfs  1.6.1-1userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus  2.30.1-1   file manager and graphical shell f
pn  poppler-data  none (no description available)
pn  unrar none (no description available)





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



Bug#575150: Work around does not work

2010-05-04 Thread Andrew Lee
Hi Martin,

Thanks for the mail.

Martin Bagge / brother wrote:
 As people have confirmed that using the packages from Sid solves the
 original issue I really think RM should consider to lift the ban to make
 the transition happen.

Yeah, use the packages from sid would solve this problem. That's why I
didn't make it as RC bug(but actually it breaks whole LXDE on squeeze at
the moment).

I have been concerned this on #-release. However the currently stage is
there are something still missing so that the hints for lxde package failed.

Best regards,

-Andrew



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



Bug#580167: ajaxterm: README.Debian -- Apache ajaxterm example (Invalid command 'ProxyVia')

2010-05-04 Thread Jari Aalto
tags 580167 + patch
thanks

Julien Valroff jul...@kirya.net writes:

 Have you enabled mod_proxy ?

 a2enmod proxy_http  /etc/init.d/apache reload

That did it.

May I suggest rewording the README.Debian as follows (for easier
copy/paste with mouse). This addresses most of the recent bugs.

ajaxterm for Debian
---

  * Ajaxterm only support utf8.

  * With the default settings, you have to install openssh-server and
allow password authentication. Open file /etc/ssh/sshd_config and
set:

PasswordAuthentication yes

As an alternative, you might choose to run ajaxterm as root. Change
the default daemon setting in file /etc/default/ajaxterm to:

AJAXTERM_UID=root

Ajaxterm will then fall back to use /bin/login.

  * Apache setup

By default Ajaxterm only listen at 127.0.0.1:8022. For remote
access, it is strongly recommended to use https SSL/TLS, and that is
simple to configure if you use the apache web server using
mod_proxy.

If apache2 is not already set up for for https SSL/TLS ensure
openssl is installed To a self signed certificate (apache.pem):

export RANDFILE=/dev/random \
openssl req -new -x509 -days 365 -nodes \
-out /etc/apache2/ssl/apache.pem \
-keyout /etc/apache2/ssl/apache.pem

With apache2, copy the site file:

cp /usr/share/doc/ajaxterm/contrib/ajaxterm \
   /etc/apache2/sited-available/

Edit it, enable site, enable apache features, and restart:

a2ensite ajaxterm

a2enmod ssl
a2enmod proxy_http

/etc/init.d/apache reload



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



Bug#580198: Segfault on opening an Org file

2010-05-04 Thread Julien Danjou
era eriksson e...@iki.fi writes:

 Could you attach your .emacs file, and/or isolate what in your
 configuration it is that Emacs doesn't like?

I isolated the problem in my config:

  (require 'color-theme)

is what makes it crashes. Even if I don't apply my color theme.
Obviously, starting emacs -Q, then doing (require 'color-theme), then
loading the file does not crash emacs, so there's a chance that
something else + color-theme make the crash happens.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpRAao5Zz6nk.pgp
Description: PGP signature


Bug#580205: RFP: AudioScience HPI driver for GNU/Linux -- AudioScience device drivers and firmwares

2010-05-04 Thread Alessio Treglia
Package: wnpp
Severity: wishlist

* Package name: AudioScience HPI driver for GNU/Linux
  Version : 4.02.10
  Upstream Author : AudioScience Inc. supp...@audioscience.com
* URL : http://audioscience.com/
* License : GPL
  Programming Lang: C, Python)
  Description : AudioScience device driver, firmware and utilities

This driver allows AudioScience cards to be controlled using the HPI API.



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



Bug#578601: wildcards in /etc/sudoers are not working after update

2010-05-04 Thread Christoph Berg
Re: Bdale Garbee 2010-04-21 87bpdcpprd@gag.com
  What does this mean for the lenny version of sudo?
 
 It certainly seems that there's a bug in the version in question.

We have the same problem in a customer installation.

rootALL=(ALL) ALL
hobbit  ALL=(ALL)  NOPASSWD: /usr/local/lib/bb-sudo/*
%admALL=(ALL) ALL

The problem was sudo -u postfix
/usr/local/lib/bb-sudo/postfix-queue-list as user hobbit.

I tried to debug it, and could track it down to that calling the
script with a tty present worked, while it didn't when called from a
daemon (say cron).

The same setup works flawlessly on most other lenny boxes. (The
sudoers file is not 100% identical, but as this monitoring check runs
on dozens of boxes, I am positive that there is a bug in sudo.)

On other boxes, the symptons are different, but adding a specific rule
for that script fixes it.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/



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



Bug#577603: [Pkg-acpi-devel] Bug#577603: acpi-support: acpi_fakekey doesn't work: dropping event due to full queue

2010-05-04 Thread koniu
The recent acpi* upgrades didn't fix it:

ii  acpi   1.5-1  displays information on ACPI devices
ii  acpi-fakekey   0.136-2tool to generate fake key events
ii  acpi-support   0.136-2scripts for handling many ACPI events
ii  acpi-support-b 0.136-2scripts for handling base ACPI events such a
ii  acpid  1:2.0.4-1  Advanced Configuration and Power Interface e
ii  acpitool   0.5.1-2command line ACPI client


kk



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



Bug#580206: lynx-cur: HTTPS URLs are no longer working

2010-05-04 Thread Mario Lang
Package: lynx-cur
Version: 2.8.8dev.3-2
Severity: important

I can not use HTTPS URLs anymore, which is very unfortunate:

---snip---
$ lynx -dump https://www.tugraz.at/

Alert!: This client does not contain support for HTTPS URLs.

lynx: Can't access startfile https://www.tugraz.at/
---snip---


Please re-enable https in lynx, its necessary if you are using
lynx on a daily basis, which I do.

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

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

Versions of packages lynx-cur depends on:
ii  debconf [debconf-2.0]   1.5.32   Debian configuration management sy
ii  libbsd0 0.2.0-1  utility functions from BSD systems
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgnutls26 2.8.6-1  the GNU TLS library - runtime libr
ii  libidn111.18-1   GNU Libidn library, implementation
ii  libncursesw55.7+20100313-2   shared libraries for terminal hand
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lynx-cur recommends:
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap

Versions of packages lynx-cur suggests:
pn  lynx-cur-wrapper  none (no description available)

-- Configuration Files:
/etc/lynx-cur/lynx.cfg changed:
.h1 Auxiliary Facilities
.h2 INCLUDE
.ex
.ex
.h2 STARTFILE
.ex
.h2 HELPFILE
.ex
HELPFILE:file://localhost/usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html.gz
.h2 DEFAULT_INDEX_FILE
DEFAULT_INDEX_FILE:http://lynx.isc.org/
.h1 Interaction
.h2 GOTOBUFFER
.h2 JUMP_PROMPT
.h1 Auxiliary Facilities
.h2 JUMPFILE
.ex
.h2 JUMPBUFFER
.h1 Internal Behavior
.h2 SAVE_SPACE
.h2 REUSE_TEMPFILES
.h2 LYNX_HOST_NAME
.h2 LOCALHOST_ALIAS
.ex 2
.h2 LOCAL_DOMAIN
.h1 Session support
.h2 AUTO_SESSION
.h2 SESSION_FILE
.h2 SESSION_LIMIT
.h1 Character sets
.h2 CHARACTER_SET
.nf
.fi
CHARACTER_SET:iso-8859-1
.h2 LOCALE_CHARSET
LOCALE_CHARSET:TRUE
.h2 ASSUME_CHARSET
.h2 ASSUMED_DOC_CHARSET_CHOICE
.h2 DISPLAY_CHARSET_CHOICE
.ex
.ex 4
.h2 ASSUME_LOCAL_CHARSET
.h2 PREPEND_CHARSET_TO_SOURCE
PREPEND_CHARSET_TO_SOURCE:FALSE
.h2 NCR_IN_BOOKMARKS
.h2 FORCE_8BIT_TOUPPER
.h2 OUTGOING_MAIL_CHARSET
.h2 ASSUME_UNREC_CHARSET
.h2 PREFERRED_LANGUAGE
PREFERRED_LANGUAGE:en
.h2 PREFERRED_CHARSET
.h2 CHARSETS_DIRECTORY
.h2 CHARSET_SWITCH_RULES
.h1 Interaction
.h2 URL_DOMAIN_PREFIXES
.h2 URL_DOMAIN_SUFFIXES
.h2 FORMS_OPTIONS
.h2 PARTIAL
.h2 PARTIAL_THRES
.h2 SHOW_KB_RATE
.h2 SHOW_KB_NAME
.h1 Timeouts
.h2 INFOSECS
.h2 MESSAGESECS
.h2 ALERTSECS
.h2 NO_PAUSE
.h2 DEBUGSECS
.h2 REPLAYSECS
.h1 Appearance
.h2 USE_SELECT_POPUPS
.h2 SHOW_CURSOR
SHOW_CURSOR:TRUE
.h2 UNDERLINE_LINKS
.h2 BOLD_HEADERS
.h2 BOLD_H1
.h2 BOLD_NAME_ANCHORS
.h1 Internal Behavior
.h2 DEFAULT_CACHE_SIZE
.h2 DEFAULT_VIRTUAL_MEMORY_SIZE
.h2 SOURCE_CACHE
.h2 SOURCE_CACHE_FOR_ABORTED
.h2 ALWAYS_RESUBMIT_POSTS
.h2 TRIM_INPUT_FIELDS
.h1 HTML Parsing
.h2 NO_ISMAP_IF_USEMAP
.h2 SEEK_FRAG_MAP_IN_CUR
.h2 SEEK_FRAG_AREA_IN_CUR
.h1 CGI scripts
.h2 LOCAL_EXECUTION_LINKS_ALWAYS_ON
.h2 LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE
LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
.h2 TRUSTED_EXEC
TRUSTED_EXEC:none
.h2 ALWAYS_TRUSTED_EXEC
ALWAYS_TRUSTED_EXEC:none
.h2 TRUSTED_LYNXCGI
TRUSTED_LYNXCGI:none
.h2 LYNXCGI_ENVIRONMENT
.h2 LYNXCGI_DOCUMENT_ROOT
.h1 Cookies
.h2 FORCE_SSL_COOKIES_SECURE
.h1 Internal Behavior
.h2 MAIL_SYSTEM_ERROR_LOGGING
.h2 CHECKMAIL
.h1 News-groups
.h2 NNTPSERVER
.h2 LIST_NEWS_NUMBERS
.h2 LIST_NEWS_DATES
.h2 NEWS_CHUNK_SIZE
.h2 NEWS_MAX_CHUNK
.h2 NEWS_POSTING
.h2 LYNX_SIG_FILE
.h1 Bibliographic Protocol (bibp scheme)
.h2 BIBP_GLOBAL_SERVER
.h2 BIBP_BIBHOST
.h1 Interaction
.h2 SCROLLBAR
.h2 SCROLLBAR_ARROW
.h2 USE_MOUSE
.h1 HTML Parsing
.h2 COLLAPSE_BR_TAGS
.h2 TAGSOUP
.h1 Cookies
.h2 SET_COOKIES
.h2 ACCEPT_ALL_COOKIES
ACCEPT_ALL_COOKIES:TRUE
.h2 COOKIE_ACCEPT_DOMAINS
.h2 COOKIE_REJECT_DOMAINS
.h2 COOKIE_LOOSE_INVALID_DOMAINS
.h2 COOKIE_STRICT_INVALID_DOMAINS
.h2 COOKIE_QUERY_INVALID_DOMAINS
.h2 MAX_COOKIES_DOMAIN
.h2 MAX_COOKIES_GLOBAL
.h2 MAX_COOKIES_BUFFER
.h2 PERSISTENT_COOKIES
PERSISTENT_COOKIES:FALSE
.h2 COOKIE_FILE
.h2 COOKIE_SAVE_FILE
.h1 Mail-related
.h2 SYSTEM_MAIL
.h2 SYSTEM_MAIL_FLAGS
.ex 2
.ex 2
.ex 2
.ex 2
.ex 2
.h2 MAIL_ADRS
.h2 USE_FIXED_RECORDS
.h1 Keyboard Input
.h2 VI_KEYS_ALWAYS_ON
.h2 EMACS_KEYS_ALWAYS_ON
.h2 DEFAULT_KEYPAD_MODE
.h2 NUMBER_LINKS_ON_LEFT
.h2 NUMBER_FIELDS_ON_LEFT
.h2 DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS
.h2 CASE_SENSITIVE_ALWAYS_ON
.h1 Auxiliary Facilities
.h2 DEFAULT_BOOKMARK_FILE
.h2 MULTI_BOOKMARK_SUPPORT
.h2 BLOCK_MULTI_BOOKMARKS
.h1 Interaction
.h2 

Bug#579952: xserver-xorg-video-nv: After resume colours all wrong (black - blue, gray - cyan...)

2010-05-04 Thread Muurimäki Perttu
Cyril Brulebois writes:
  Hi,
  
  Perttu Muurimäki perttu.muurim...@iki.fi (02/05/2010):
   After resume display colours are all wrong. Colors are bright blue
   and cyan instead of black, white and gray. Everything was fine
   before the latest xserver-xorg-video-nv update several weeks ago.
  

  you probably want to try -nouveau out, -nv isn't going to receive any
  more updates (at least upstream).

Hi,

I'm sorry to hear that though I fully understand the situation :|

  Since you're using testing, I shall
  point out you'll need the kernel from unstable (= 2.6.32-11, package
  name being 2.6.32-4-*).

Thanks for the tip. I've been waiting for the nouveau for quite a
while now but I've been reluctant to leave testing's safe harbour :|
Maybe it's time to take the plunge :)

  
  Mraw,
  KiBi.
  xapplication/pgp-signature [Click mouse-2 to save to a file]

-- 

Perttu Muurimäki
perttu.muurim...@iki.fi



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



Bug#580190: ncurses: needs private autoconf version to generate configure

2010-05-04 Thread Sven Joachim
retitle 580190 ncurses: needs unpackaged autoconf version to generate configure
thanks

On 2010-05-04 10:57 +0200, Thomas Dickey wrote:

 On Tue, 4 May 2010, Sven Joachim wrote:

 Source: ncurses
 Version: 5.7+20100313-2

 It is not possible to regenerate the configure script with a Debian
 packaged version of autoconf, since upstream relies on private patched
 autoconf versions¹.  If we ever need to patch configure.in, we're
 screwed:

 ¹ http://invisible-island.net/autoconf/

 published, not private.

Yes, sorry for the wrong terminology.  What I meant was patched and not
packaged (in Debian) autoconf version, thus not callable in
debian/rules.  Maybe somebody should package your autoconf version.

BTW, both autoconf-2.52-20081225 and autoconf-2.52-20100320 fail to
build in a UTF-8 locale.

Sven



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



Bug#580207: elmerfem: FTBFS on mips: EG_VTK has been defined, but QVTKWidget.h was not found

2010-05-04 Thread Julien Cristau
Package: elmerfem
Version: 5.5.0.svn.4388.dfsg-1
Severity: serious

elmerfem seems to FTBFS on mips.  See
https://buildd.debian.org/fetch.cgi?pkg=elmerfemver=5.5.0.svn.4388.dfsg-1arch=mipsstamp=1268728561file=log

Tail of the log:
BUILDING ELMER MODULE ElmerGUI

(cd ElmerGUI  ELMER_HOME=/usr ELMERGUI_HOME=/usr/share/ElmerGUI qmake  
ELMER_HOME=/usr ELMERGUI_HOME=/usr/share/ElmerGUI make)
Project MESSAGE: EG_VTK has been defined, but QVTKWidget.h was not found
Project MESSAGE: Check VTK_INCLUDEPATH or undefine EG_VTK in ElmerGUI.pri
Project ERROR: Detected inconsistent configuration. Unable to continue.
make: *** [stamp-build] Error 2

This is a blocker for the vtk transition.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#580183: pid file attack can be used to kill arbitrary processes

2010-05-04 Thread Lennart Poettering
On Tue, 04.05.10 01:30, Joey Hess (jo...@debian.org) wrote:

 Package: avahi-daemon
 Version: 0.6.25-3
 Severity: normal
 Tags; security
 
 /var/run/avahi-daemon/pid is writable by the avahi user. Suppose this
 user is compromised. If the pid is overwritten with a different process
 id, such as 1, /etc/init.d/avahi-daemon stop will go ahead and kill
 that.

Well, I am not too concerned with this issue tbh, given that this file
is both outside the chroot and we set RLIMIT_FSIZE to 0. Which basically
means that from inside Avahi you cannot write any file anyway, and
particularly not that one...

 start-stop-daemon avoids this kind of security flaw by checking
 /proc/pid/exe (when run with -exec), or at least the process name (when
 run with -name). avahi's init script uses avahi -k. which neglects such
 checking.

Well, both those checks can be easily fooled, they in fact do not
improve security.

 Besides the (admittedly unlikely since if you can shell avahi you
 probably have better things to do) security hole, killing a process that
 is stored in a pid file without checking that the pid file is accurate
 is asking for trouble.

PID files are simply broken. We probably shouldn't use them anyway, and
alway rely on the bus name instead.

Lennart

-- 
Lennart PoetteringRed Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/   GnuPG 0x1A015CC4



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



Bug#400610: change of tags / confirmed

2010-05-04 Thread Jari Aalto
tags 400610 + confirmed
thanks

Upstream is not interested in improving the returned error message to
the user.
https://sourceforge.net/tracker/?func=detailaid=2914742group_id=141519atid=749613



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



Bug#579952: xserver-xorg-video-nv: After resume colours all wrong (black - blue, gray - cyan...)

2010-05-04 Thread Cyril Brulebois
Muurimäki Perttu perttu.muurim...@elisanet.fi (04/05/2010):
 Thanks for the tip. I've been waiting for the nouveau for quite a
 while now but I've been reluctant to leave testing's safe harbour :|
 Maybe it's time to take the plunge :)

By the way, ABI is now at 5 (from 2.6.32-12), and build status looks
good so far (https://buildd.debian.org/status/package.php?p=linux-2.6)
so a new linux-2.6 package might land in testing in a few days. I
think they still have a few RC bugs to iron out, but hopefully nouveau
might migrate in a not too distant future.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#580209: sonata: Sonata segfault with custom gtk-im-module if GTK_IM_MODULE is not set

2010-05-04 Thread Kjö Hansi Glaz
Package: sonata
Version: 1.6.2.1-2
Severity: normal


When /desktop/gnome/interface/gtk-im-module is set to xim in gconf,
sonata segfaults until the environnement variable GTK_IM_MODULE is set:

sonata: segfault at 0 ip b76c3a23 sp bfc432dc error 4 in
libc-2.10.2.so[b765+141000]

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

Kernel: Linux 2.6.32-pentiumm-preempt (SMP w/1 CPU core; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sonata depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-mpd0.2.1-4Python MPD client library
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages sonata recommends:
ii  python-tagpy 0.94.7-1+b3 Python module for manipulating tag

Versions of packages sonata suggests:
pn  python-mmkeys 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#553314: Debian bug 553314

2010-05-04 Thread Debian_bug_report
Hello Ignace,


i saw your debug log of the event when you reproduced the bug. I found a way
to make alltray function properly. If i use $alltray
name_of_the_application it works fine. When i use alltray -d
name_of_the_application too works fine,  sending me this debug messages:

(alltray:19497): Gtk-WARNING **: Não foi possível localizar a ferramenta de
temas no module_path: murrine,
command without args: pcmanfm
basename: pcmanfm
command: pcmanfm
win-title_time: 0
win-notray: 0
HAVE MANAGER WINDOW
win-libsyp_window id: 27262979
execute program: pcmanfm
lib is here: /usr/lib
old preload: (null)
preload string: LD_PRELOAD=/usr/lib/liballtray.so.0.0.0
wait for window

(pcmanfm:19499): Gtk-WARNING **: Não foi possível localizar a ferramenta de
temas no module_path: murrine,
map notify
filter mapped window: 0x1800335 userwindow int: 25166645

window got through first filter
PID found: yes
PID match: no
process group id: 19492
process id match: no
PID found: no
found strings: res_class: Pcmanfm  res_name pcmanfm
res name down: pcmanfm
command down: pcmanfm
wm_class match: yes
found child window: 25166645
child have pid: 19499
hide
need to reparent
leader change
wait for withdrawn
property notify
property notify
property notify
property notify
property notify
wm state changed
withdrawn -- ok
child size loop
child size loop
get_window_icon with size request: 30x30
read_rgb_icon  -- ok
command_menu-len: 0
have manager window now creat_tray.
get_window_icon with size request: 24x24
read_rgb_icon  -- ok
update window title
net_wm_visible_name failed
title: user
win-title: user
icon_window_configure_event: 13x13
update_tray_icon: real plug size: 13x13
resize = TRUE
get_window_icon with size request: 13x13
read_rgb_icon  -- ok
icon window press event
show
first click
map notify
map notify
mapped
visibility notify state: 0
wm take focus !!!
visibility notify state: 1
wm take focus !!!
visibility notify state: 0
property notify
delete event!
hide

(alltray:19497): Gdk-WARNING **: gdk_window_set_user_time called on
non-toplevel

unmap notify
icon window press event
show
map notify
visibility notify state: 1
visibility notify state: 0
wm take focus !!!
property notify
delete event!
hide

(alltray:19497): Gdk-WARNING **: gdk_window_set_user_time called on
non-toplevel

unmap notify
icon window press event
show
map notify
visibility notify state: 1
visibility notify state: 0
wm take focus !!!
property notify
delete event!
hide

(alltray:19497): Gdk-WARNING **: gdk_window_set_user_time called on
non-toplevel

unmap notify
icon window press event
undock_call
destroy_all_and_exit
one under root function
current runner: 27262980
current runner: 16821797
get_window_position: window normal: 27262980, window our: 16821797

but, when i use the cross to docking an app, the bug (553314) occurs. When i
use $alltray  and click above of the window app with cross, alltray doesn't
function properly and show debug messages equal the debug message you sent
to Mike.

Cheers.


Bug#510334: Patch for the 2.4.0-9.1 NMU of libgcr410

2010-05-04 Thread Christian PERRIER

Dear maintainer of libgcr410,

On Tuesday, April 27, 2010 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, April 22, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: libgcr410
Version: 2.4.0-9.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Tue, 04 May 2010 07:39:15 +0200
Closes: 460703 510334
Changes: 
 libgcr410 (2.4.0-9.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drom DH_COMPAT from debian/rules and, while at it
 bump debhelper compatibility level to 7
 Closes: #460703
   * As a consequence, replace obsoleted dh_clean -k calls by dh_prep
   * Add ${misc:Depends} to package dependencies to properly handle
 dependencies triggerred by the use of debhelper
   * Explicitly point to GPL-2 document in debian/copyright
   * Unmark Choices for translation in debconf templates (they're
 non translatable)
   * Explicitly use 1.0 as source format
   * No longer hardcode command path in calls to update-reader.conf in
 postrm and postinst scripts
   * No longer ignore make errors in debian/rules
   * Fix pending l10n issues. Debconf translations:
 - Spanish (Francisco Javier Cuadrado).  Closes: #510334

-- 


diff -Nru libgcr410-2.4.0.old/debian/changelog libgcr410-2.4.0/debian/changelog
--- libgcr410-2.4.0.old/debian/changelog	2010-04-22 06:20:36.0 +0200
+++ libgcr410-2.4.0/debian/changelog	2010-05-04 10:44:34.0 +0200
@@ -1,3 +1,24 @@
+libgcr410 (2.4.0-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drom DH_COMPAT from debian/rules and, while at it
+bump debhelper compatibility level to 7
+Closes: #460703
+  * As a consequence, replace obsoleted dh_clean -k calls by dh_prep
+  * Add ${misc:Depends} to package dependencies to properly handle
+dependencies triggerred by the use of debhelper
+  * Explicitly point to GPL-2 document in debian/copyright
+  * Unmark Choices for translation in debconf templates (they're
+non translatable)
+  * Explicitly use 1.0 as source format
+  * No longer hardcode command path in calls to update-reader.conf in
+postrm and postinst scripts
+  * No longer ignore make errors in debian/rules
+  * Fix pending l10n issues. Debconf translations:
+- Spanish (Francisco Javier Cuadrado).  Closes: #510334
+
+ -- Christian Perrier bubu...@debian.org  Tue, 04 May 2010 07:39:15 +0200
+
 libgcr410 (2.4.0-9) unstable; urgency=low
 
   * Mushrooms rule the world ! (Closes: #420046)
diff -Nru libgcr410-2.4.0.old/debian/compat libgcr410-2.4.0/debian/compat
--- libgcr410-2.4.0.old/debian/compat	1970-01-01 01:00:00.0 +0100
+++ libgcr410-2.4.0/debian/compat	2010-04-22 18:59:13.0 +0200
@@ -0,0 +1 @@
+7
diff -Nru libgcr410-2.4.0.old/debian/control libgcr410-2.4.0/debian/control
--- libgcr410-2.4.0.old/debian/control	2010-04-22 06:20:36.0 +0200
+++ libgcr410-2.4.0/debian/control	2010-04-22 19:01:04.0 +0200
@@ -2,12 +2,12 @@
 Section: misc
 Priority: optional
 Maintainer: Peter De Schrijver (p2) p...@debian.org
-Build-Depends: debhelper (= 4.1.16), libpcsclite-dev ( 1.4.0), po-debconf
+Build-Depends: debhelper (= 7), libpcsclite-dev ( 1.4.0), po-debconf
 Standards-Version: 3.6.1
 
 Package: libgcr410
 Architecture: any
-Depends: ${shlibs:Depends}, debconf (= 1.2.0) | debconf-2.0, pcscd ( 1.2.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd ( 1.2.0)
 Provides: pcsc-ifd-handler
 Description: PC/SC driver for GemPlus GCR410 serial SmartCard interface
  The libgcr410 package contains a PC/SC driver for the GemPlus GCR410 serial 
diff -Nru libgcr410-2.4.0.old/debian/copyright libgcr410-2.4.0/debian/copyright
--- libgcr410-2.4.0.old/debian/copyright	2010-04-22 06:20:36.0 +0200
+++ libgcr410-2.4.0/debian/copyright	2010-04-22 19:01:22.0 +0200
@@ -13,5 +13,5 @@
 libgcr410 is distributed under the terms of the GNU General Public License.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
diff -Nru libgcr410-2.4.0.old/debian/libgcr410.postinst libgcr410-2.4.0/debian/libgcr410.postinst
--- libgcr410-2.4.0.old/debian/libgcr410.postinst	2010-04-22 06:20:36.0 +0200
+++ libgcr410-2.4.0/debian/libgcr410.postinst	2010-05-04 10:42:39.0 +0200
@@ -50,7 +50,7 @@
 
 # regenerate /etc/reader.conf if update-reader.conf is available
 		if [ -x /usr/sbin/update-reader.conf ] ; then
-/usr/sbin/update-reader.conf || true
+update-reader.conf || true
 fi 
 
 		if [ -e /dev/.devfsd ] ; then
diff -Nru libgcr410-2.4.0.old/debian/libgcr410.postrm 

Bug#513352: Patch for the 1.0.5-4.3 NMU of uif

2010-05-04 Thread Christian PERRIER

Dear maintainer of uif,

On Tuesday, April 27, 2010 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, April 22, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: uif
Version: 1.0.5-4.3
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Tue, 04 May 2010 07:35:54 +0200
Closes: 513352
Changes: 
 uif (1.0.5-4.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Bump debhelper compatibility to 7
   * As a consequence, replace obsoleted dh_clean -k calls by dh_prep
   * Explicitly use 1.0 as source format
   * Fix spelling error (informations) in README.Debian
   * Drop useless debian/templates.de file
   * Fix pending l10n issues. Debconf translations:
 - Spanish (Francisco Javier Cuadrado).  Closes: #513352

-- 


diff -Nru uif-1.0.5.old/debian/README.debian uif-1.0.5/debian/README.debian
--- uif-1.0.5.old/debian/README.debian	2010-04-22 06:20:38.0 +0200
+++ uif-1.0.5/debian/README.debian	2010-05-04 11:39:11.0 +0200
@@ -7,7 +7,7 @@
 confusing.
 
 There is some ldap support build in, to handle a big farm of diskles router
-configurations. Use uif(8) and informations provided in /usr/share/doc/uif
+configurations. Use uif(8) and information provided in /usr/share/doc/uif
 to configure the firewall fitting your needs.
 
 ---
diff -Nru uif-1.0.5.old/debian/changelog uif-1.0.5/debian/changelog
--- uif-1.0.5.old/debian/changelog	2010-04-22 06:20:38.0 +0200
+++ uif-1.0.5/debian/changelog	2010-05-04 11:40:45.0 +0200
@@ -1,3 +1,16 @@
+uif (1.0.5-4.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump debhelper compatibility to 7
+  * As a consequence, replace obsoleted dh_clean -k calls by dh_prep
+  * Explicitly use 1.0 as source format
+  * Fix spelling error (informations) in README.Debian
+  * Drop useless debian/templates.de file
+  * Fix pending l10n issues. Debconf translations:
+- Spanish (Francisco Javier Cuadrado).  Closes: #513352
+
+ -- Christian Perrier bubu...@debian.org  Tue, 04 May 2010 07:35:54 +0200
+
 uif (1.0.5-4.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru uif-1.0.5.old/debian/changelog.dch~ uif-1.0.5/debian/changelog.dch~
--- uif-1.0.5.old/debian/changelog.dch~	2010-04-22 06:20:38.0 +0200
+++ uif-1.0.5/debian/changelog.dch~	1970-01-01 01:00:00.0 +0100
@@ -1,144 +0,0 @@
-uif (1.05) unstable; urgency=low
-
-  * 
-
- -- root r...@jako.ping.de  Fri, 30 Jul 2004 21:16:51 +0200
-
-uif (1.0.4-10) unstable; urgency=low
-
-  * Added catalan debconf translation (Closes:#248756)
-
- -- Cajus Pollmeier ca...@debian.org  Fri, 14 May 2004 11:43:59 +0200
-
-uif (1.0.4-9) unstable; urgency=low
-
-  * Made init script return an error code if setting the rules failes
-  * Do not try to simplify a group of networks when definitions
-contain mac addresses
-
- -- Cajus Pollmeier ca...@debian.org  Fri, 23 Apr 2004 18:20:27 +0200
-
-uif (1.0.4-8) unstable; urgency=low
-
-  * Fixed regex in uif which had problems to parse new /etc/protocols
-
- -- Cajus Pollmeier ca...@debian.org  Thu, 19 Feb 2004 07:12:48 +0100
-
-uif (1.0.4-7) unstable; urgency=low
-
-  * Added conflicts to other firewalls (Closes: #223359)
-  * Updated contributed configuration
-
- -- Cajus Pollmeier ca...@debian.org  Sat, 13 Dec 2003 20:42:09 +0100
-
-uif (1.0.4-6) unstable; urgency=low
-
-  * Included french translation done by Michel Grentzinger
-(Closes: #200673)
-
- -- Cajus Pollmeier ca...@debian.org  Thu, 10 Jul 2003 07:30:12 +0200
-
-uif (1.0.4-5) unstable; urgency=low
-
-  * Converted debconf dialogs to support the new gettext aware
-translations. (Closes: #199834)
-  * Fixed two little translation bugs for the german i18n
-
- -- Cajus Pollmeier ca...@debian.org  Thu,  3 Jul 2003 20:18:27 +0200
-
-uif (1.0.4-4) unstable; urgency=low
-
-  * Fixed problem when specifying multiple portranges
-  * Added extra checks just in case the kernel has no module support
-  * Updated standards-version
-
- -- Cajus Pollmeier ca...@debian.org  Mon, 30 Dec 2002 14:16:52 +0100
-
-uif (1.0.4-3) unstable; urgency=low
-
-  * Initial Debian release (Closes: #170565) 
-
- -- Cajus Pollmeier ca...@debian.org  Mon, 25 Nov 2002 16:59:16 +0100
-
-uif (1.0.4-2) unstable; urgency=low
-
-  * removed debugging output
-
- -- Joerg Platte jpla...@jako.ping.de  Tue,  8 Oct 2002 08:34:00 +0200
-
-uif (1.0.4-1) unstable; urgency=low
-
-  * new upstream release fixes mark problems
-
- -- Joerg Platte jpla...@jako.ping.de  Wed, 14 Aug 2002 11:15:00 +0200
-
-uif (1.0.3-1) unstable; urgency=low
-
-  * new upstream release
-
- -- Cajus Pollmeier pollme...@gonicus.de  Thu, 18 Jul 2002 22:37:38 +0200
-
-uif (1.0.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Added mark support
-  * Added 

Bug#579989: [DebianGIS-dev] Bug#579989: Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-04 Thread Francesco P. Lovergine
 As far as I understand because GDAL only needs libproj for doing
 certain kind of conversions. So it does a dlopen() when it needs it,
 but uses libproj.so instead of libproj.so.0.
 
 I found the bug when using the GIS part of django with the
 OpenStreetMap widget, so that's a bit of a complex test case. But I've
 also found a bug report for Fedora and they patched it the same way,
 see
 http://cvs.fedoraproject.org/viewvc/rpms/gdal/F-13/gdal.spec?revision=1.74view=markup
 line 170. If you look at the source, ogr/ogrct.cpp is doing
 
 pfn_pj_init = (projPJ (*)(int, char**)) CPLGetSymbol( pszLibName,
pj_init );
 
 where pszLibName is set to libproj.so earlier in the code, and
 CPLGetSymbol is a platform independent wrapper defined in
 port/cplgetsymbol.cp that calls dlopen/dlsym. And that's clearly
 wrong, as it should always open libproj.so.0. And not just because
 libproj.so only exists in the libproj-dev package, but if libproj gets
 a SONAME bump because of an ABI change you would get a library with a
 different ABI if you dlopen just libproj.so.
 

Ok, thanks. Solved in the 1.7.2 branch on svn, due in a few for
experimental. The reason for skipping by default a usual shlib
linking is quite obscure to me, but that can be better managed
by configure. I suspect that is done to avoid depending strictly
on a specific SONAME, because proj4 API is frozen since ages, but
anyway that's not the way things are done on Debian.

-- 
Francesco P. Lovergine



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



Bug#580210: libc6: valgrind reports error in ld-2.10.2.so: use of uninitialised value

2010-05-04 Thread James Youngman
Package: libc6
Version: 2.10.2-6
Severity: normal


This bug is not a dupe of #456303, since it doesn't go away if we pass
--run-libc-freeres=no to Valgrind.

The problem is that parts of the dynamic linker code are executing
branch instructions which depend on the value of data (e.g. variables)
which have not been initialised.  That's precisely the kind of problem
that Valgrind detects.

We have a choice of (at least) two options:
1. Fix the bug in the dynamic linker
2. Shrug and configure valgrind to ignore the problem so that valgrind is 
   still useful for people's programs.

Clearly (1) is better but (2) is available for the case where we can't
fix the bug in the dynamic linker (or upstream refuses the patch,
etc.)

The shell script below demonstrates the problem.  It builds and runs a
C program that doesn't do anything.  The program is run under
valgrind, so you can see the reports of problems in the dynamic
linker.

#! /bin/sh

if ! tcd=$(mktemp -d)
then
exit 1
fi

(
cd $tcd
cat  donothing.c 'EOF'
int main(int argc, char *argv[])
{
  return 0;
}
EOF
cat donothing.c
cc -ggdb -Wall -o ./donothing donothing.c
valgrind --run-libc-freeres=no  ./donothing
rm -f donothing donothing.c
)
rmdir $tcd
### END 

If you remove the --run-libc-freeres=no option, you will _also_ get
symptoms of bug #456303, but that is a separate problem.





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

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

Versions of packages libc6 depends on:
ii  libc-bin  2.10.2-6   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.4.2-9  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  glibc-doc 2.10.2-6   Embedded GNU C Library: Documentat
ii  locales   2.10.2-6   Embedded GNU C Library: National L

-- debconf information:
  glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
  glibc/restart-services:



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



Bug#580043: xserver-xorg-core: Xorg -configure crashes (Segmentation fault)

2010-05-04 Thread Cyril Brulebois
tag 580043 confirmed
thanks

Vincent Lefevre vinc...@vinc17.net (04/05/2010):
 Unfortunately, according to apt-cache search, there's no package
 for the debugging symbols in vmware_drv.

JFTR, you can always rebuild non-common drivers with appropriate
DEB_BUILD_OPTIONS, that's quite quick.

Anyway, I reproduced this bug just by installing -vmware, I'll try and
look into it somewhen this week.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#575613: crystalcursors: Intent to NMu (build-depends-on-obsolete-package xbase-clients)

2010-05-04 Thread Jari Aalto

I've been fixing important and above bugs for release lately. Please let
me know if this bug is already been worked on or if it's okay to NMU the
package.

Jari



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



Bug#580113: [mplayer] No audio output to pulse

2010-05-04 Thread Alexander Hofbauer
 If you have reportbug installed, please post the output of
 'reportbug --template mplayer'.

Adam already sent that, but just in case you want to compare, here's
mine (reportbug-ng though).





--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.33.1

Debian Release: squeeze/sid
  500 unstableftp.de.debian.org 
  100 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libaa1   (= 1.4p5) | 1.4p5-38
libartsc0(= 1.5.9) | 1.5.9-3+b1
libasound2  ( 1.0.18) | 1.0.22-2
libaudio2   | 1.9.2-3
libavcodec52(= 4:0.5.1-1)  | 4:0.5.1-3
 OR libavcodec-extra-52  (= 4:0.5.1-1) | 
libavformat52   (= 4:0.5.1-1)  | 4:0.5.1-3
 OR libavformat-extra-52 (= 4:0.5.1-1) | 
libavutil49 (= 4:0.5.1-1)  | 4:0.5.1-3
 OR libavutil-extra-49   (= 4:0.5.1-1) | 
libc6  (= 2.7) | 2.10.2-7
libcaca0 (= 0.99.beta17-1) | 0.99.beta17-1
libcdparanoia0   (= 3.10.2+debian) | 3.10.2+debian-9
libdirectfb-1.2-9   | 1.2.10.0-3
libdvdread4 | 4.1.3-9
libenca0   (= 1.9) | 1.13-1
libesd0 (= 0.2.35) | 0.2.41-7
libfontconfig1   (= 2.8.0) | 2.8.0-2.1
libfreetype6 (= 2.2.1) | 2.3.11-1
libgcc1(= 1:4.1.1) | 1:4.4.4-1
libgif4  (= 4.1.4) | 4.1.6-9
libgl1-mesa-glx | 7.8.2-0.1
 OR libgl1  | 
libjack0   (= 0.118.0) | 1.9.5~dfsg-4
libjpeg62   | 6b-16.1
liblircclient0  | 0.8.3-5
liblzo2-2   | 2.03-2
libncurses5   (= 5.7+20100313) | 5.7+20100313-2
libogg0 (= 1.0rc3) | 1.2.0~dfsg-1
libopenal1  | 1:1.11.753-1
libpng12-0(= 1.2.13-4) | 1.2.43-1
libpostproc51   (= 4:0.5.1-1)  | 4:0.5.1-3
 OR libpostproc-extra-51 (= 4:0.5.1-1) | 
libpulse0   (= 0.9.21) | 0.9.21-1.3
libsdl1.2debian   (= 1.2.10-1) | 1.2.14-6
libsmbclient(= 3.0.24) | 2:3.4.7~dfsg-2
libspeex1  (= 1.2~beta3-1) | 1.2~rc1-1
libstdc++6   (= 4.1.1) | 4.4.4-1
libsvga1| 1:1.4.3-29
libswscale0 (= 4:0.5.1-1)  | 4:0.5.1-3
 OR libswscale-extra-0   (= 4:0.5.1-1) | 
libtheora0   (= 0.0.0.alpha7.dfsg) | 1.1.1+dfsg.1-3
libx11-6 (= 0) | 2:1.3.3-3
libxext6 (= 0) | 2:1.1.1-3
libxinerama1| 2:1.1-3
libxt6  | 1:1.0.7-1
libxv1  | 2:1.0.5-1
libxvmc1| 2:1.0.5-1
libxxf86dga1| 2:1.1.1-2
libxxf86vm1 | 1:1.1.0-2
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
mplayer-doc | 
ttf-freefont| 20090104-6
netselect   | 
 OR fping   | 
bzip2   | 1.0.5-4
fontconfig  | 2.8.0-2.1


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


Bug#580142: Can't connect to ax25spyd daemon

2010-05-04 Thread Sebastian Muszynski
Hi Alejandro,

thanks for your fix. I will correct the issue in the next release!

Regards, 

Sebastian 



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



Bug#580208: drm:radeon_fence_wait and drm:radeon_ib_schedule ERROR

2010-05-04 Thread Cyril Brulebois
Hi Alexander,

where do the messages you mentioned in Subject come from? Kernel logs?
Attaching a full dmesg may help.

Alexander Mader alexander.ma...@niles.de (04/05/2010):
 There was an udev update yesterday: [AKTUALISIERUNG] udev 151-3 -
 153-1, perhaps I try a rollback.

Did you upgrade to/install the 2.6.32-5-amd64 kernel at the same time?
If you could try with 2.6.32-4-amd64, that might help figuring out
whether that's a regression on the kernel side.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#566819: icedove: gconftool works around the problem

2010-05-04 Thread Giorgos Pallas
Package: icedove
Version: 3.0.4-2
Severity: normal


I just upgraded my squeeze box to icedove 3.0.4-2 and it imported my profile
from icedove 2.0.0.(xx-I dont remember). The links did not play and the
gconf solution of suggested at this thread works around the problem. Still,
I guess this is a bug...

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

Kernel: Linux 2.6.32-3-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 icedove depends on:
ii  debianutils 3.2.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2  generic font configuration library
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.0-3 The GTK+ graphical user interface 
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsqlite3-03.6.23.1-1   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  psmisc  22.11-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libgconf2-42.28.1-3  GNOME configuration database syste
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpopt0   1.15-1lib for parsing cmdline parameters
ii  myspell-en-us [myspell-dic 1:3.2.0-4 English_american dictionary for my

Versions of packages icedove suggests:
pn  ttf-lyx   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#575031: KDE popups for ltspfs devices

2010-05-04 Thread Petter Reinholdtsen
I've now tested with a test user and LTSP, and there was no popup.
Here is the output from this test.

t...@tjener:~$ vaduz
(14754) KDirWatchPrivate::KDirWatchPrivate: Can't use FAM (fam daemon not 
running?)   
(14754) KDirWatchPrivate::KDirWatchPrivate: Available methods:  (Stat, 
INotify)   
(14754) KDirWatchPrivate::addEntry: Added Dir /media/test NotExisting for  
[KDirWatch-1]
(14754) KDirWatchPrivate::addEntry: Added Dir /media for /media/test []
(14754) KDirWatchPrivate::addEntry: Added File 
/skole/tjener/home0/test/.local/share//user-places.xbel NotExisting for  
[KDirWatch-2]
(14754) KDirWatchPrivate::addEntry: Added Dir 
/skole/tjener/home0/test/.local/share for 
/skole/tjener/home0/test/.local/share//user-places.xbel []
(14754) KBookmarkManager::KBookmarkManager: starting KDirWatch for  
/skole/tjener/home0/test/.local/share//user-places.xbel
(14754) KSycocaPrivate::openDatabase: Trying to open ksycoca from  
/var/tmp/kdecache-test/ksycoca4
(14754) KDirListerCache::listDir: Listing directory: KUrl(trash:/)
(14754) KIO::Slave::createSlave: createSlave trash for KUrl(trash:/)
(14754) KIO::ConnectionServer::listenForRemote: Listening on  
local:/tmp/ksocket-test/vaduzT14754.slave-socket
(14754) KDirListerCache::listDir: Entry currently being listed: KUrl(trash:/) 
by (KDirLister(0x8b1d7a8) )
(14754) KDirListerCache::slotResult: finished listing KUrl(trash:/)


[progam is started and seemed ready to do its stuff[

[plugged in usb stick]

(14754) KDirWatchPrivate::removeEntry: Cancelled INotify (fd 10, 1) for /media
(14754) KDirWatchPrivate::addEntry: Added Dir /media for /media/test []
(14754) KDirWatch::setCreated: KDirWatch-1 emitting created /media/test
(14754) KDirWatchPrivate::removeEntry: Cancelled INotify (fd 10, 3) for /media


[now /media/test/usbdisk-sda1 is mounted and available for the test user]

[unplugged usb stick]

(14754) KDirWatchPrivate::inotifyEventReceived: --got deleteself signal for 
/media/test
(14754) KDirWatchPrivate::addEntry: Added Dir /media for /media/test []
(14754) KDirWatchPrivate::addEntry: Added already watched Entry /media (for 
/media/test )
(14754) KDirWatch::setDeleted: KDirWatch-1 emitting deleted /media/test

^C
t...@tjener:~$

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#575863: tagcoll2: Intent to NMU (build-depends-on-obsolete-package gs)

2010-05-04 Thread Jari Aalto

I've been fixing important and above bugs for release lately. Please let
me know if this bug is already been worked on or if it's okay to NMU the
package.

Jari



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



Bug#580068: Bug#580050: linux-image-2.6.32-3-amd64: kcryptd crashes under heavy I/O

2010-05-04 Thread Juha
On Mon, May 3, 2010 at 4:18 PM, Ben Hutchings b...@decadent.org.uk wrote:
 This might or might not be related.  I have split it off as bug #580068.

 Please use 'reportbug -N 580068' to add information about the network
 configuration for your computer.

After some more testing I noticed that the same problem occurs also
when transferring files over ssh (tested with rsync). So this is
definitely not a nfs problem.

What information about network settings would you like to see?

Juha



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



Bug#580190: ncurses: needs private autoconf version to generate configure

2010-05-04 Thread Thomas Dickey

On Tue, 4 May 2010, Sven Joachim wrote:


BTW, both autoconf-2.52-20081225 and autoconf-2.52-20100320 fail to
build in a UTF-8 locale.


I did notice that recently, as I was setting up a new machine (thanks for 
the reminder).


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#575865: tightvnc: Intent to NMU (tightvncserver - depends-on-obsolete-package xbase-clients xutils)

2010-05-04 Thread Jari Aalto
Hi Ola,

I've been fixing important and above bugs for release lately. Please let
me know if this bug is already been worked on or if it's okay to NMU the
package.

Jari



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



Bug#578589: [pkg-nvidia-devel] Bug#578589: nvidia-kernel-source: 195.36.15 for Linux x86/x86_64 released

2010-05-04 Thread Andreas Beckmann
Jordi Pujol wrote:
 Hello,
 
 I have done a remake of the source package, with some updates,
 
 the files to include are specified in the corresponding .install files,
 now creates the nvidia-xconfig and nvidia-settings packages,

In Debian, nvidia-xconfig and nvidia-settings are in separate source
packages (source was extracted from nvidia-graphics-drivers) because
they are free and you can't build free binary packages from a
non-free source package (nvidia-graphics-drivers).

 as their binaries also have been compiled by the make procedure,

 The package named modaliases is new for Debian, includes a listing of ids for 
 the supported models of graphics cards.

The modaliases addition looks the most interesting to me because the
Debian package does not yet have something like this. But I don't know
if Debian can make use of modaliases files, as this looks more like an
Ubuntu thing right now.

 the script debian/upstream upgrades the source package looking for the latest 
 available version in the Nvidia ftp site,

Jordi Pujol wrote:
 A Dilluns, 3 de maig de 2010 19:23:38, vàreu escriure:
 Things won't keep changing quite this fast, but at least at the
moment you
 really want to work from Subversion because a lot is getting committed on
 a weekly basis.

 well, I will try this,

 I'll do another upload as soon as I get a chance to sort out DKMS.
 sorting out DKMS, to compile with DKMS or to not use it ?

Russ meant adding DKMS build support (dkms is currently not
supported), and I hope he meant to do this on-top-of or in-addition-to
the current system, not to replace the current state.

 look at my package, compiles the kernel module without any additional
Makefile
 and DKMS is not needed,

Looks like you use the original NVIDIA build system - does this work
without having a NVIDIA card installed?

DKMS will probably make life easier for a lot of users because it takes
care of having the correct module for your current kernel. (But I
personally won't use this approach for servers.)

I didn't check other features of your overhauled package, the distance
from current svn (+ some more patches in the mailing list) is just too big.


Andreas



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



Bug#579021: gdb fails only when not linked to libpthreads

2010-05-04 Thread Craig Small
On Mon, May 03, 2010 at 08:33:10AM -0400, Daniel Jacobowitz wrote:
 Does libdbi load libpthread dynamically?
Indirectly it does.
libdbi uses database-specific backends.
So, for example, libdbd-mysql.so is dlopen()ed by libdbi and that mysql
specific library is dynamically linked to libpthread.

 - Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#575613: crystalcursors: Intent to NMu (build-depends-on-obsolete-package xbase-clients)

2010-05-04 Thread Bastian Venthur
Hi Jari,

just proceeed with your NMU, I've orphaned the apckage long time ago, so
you can also take it over if you want.


Cheers,

Bastian

Am 04.05.2010 12:33, schrieb Jari Aalto:
 
 I've been fixing important and above bugs for release lately. Please let
 me know if this bug is already been worked on or if it's okay to NMU the
 package.
 
 Jari
 
 

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#580211: libatomic-ops: avr32 port in libgc

2010-05-04 Thread Stefano Rivera
Package: libatomic-ops
Version: 7.2~alpha5+cvs20100204-1
Severity: normal

libatomic-ops doesn't contain support for avr32, but this support
appears to be available in libgc's convenience copy of libatomic-ops:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559345

Can these patches be obtained?

Should libatomic-ops be built out of libgc source now that it's
maintained in libgc upstream?



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



Bug#576843: Not fixed yet

2010-05-04 Thread Carsten Pfeiffer
This is on a testing box:

Richte open-vm-tools ein (2010.03.20-243334-4) ...
update-initramfs: deferring update (trigger activated)
insserv: warning: current stop runlevel(s) (0 1 6) of script `ntp' overwrites 
defaults (empty).
insserv: There is a loop between service umountnfs and open-vm-tools if 
stopped
insserv:  loop involving service open-vm-tools at depth 6
insserv:  loop involving service ifupdown at depth 5
insserv:  loop involving service umountfs at depth 8
insserv:  loop involving service umountnfs at depth 9
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: Fehler beim Bearbeiten von open-vm-tools (--configure):

Thanks,
Carsten
-- 
Carsten Pfeiffer



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



Bug#563313: that's not fair!

2010-05-04 Thread Γιώργος Πάλλας
I regularly follow testing's upgrades. So I was with 2.6.30, the sensors 
were working fine. I got 2.6.32-3 sensors broken. And I must wait until 
2.6.32-12 (!) to get it working again? Why doesn't a patch slip into 
2.6.32-3 ??

Am I missing something?

With real respect to your job,
Giorgos Pallas





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



Bug#485282: nscd: Change default cache setting to work better with roaming laptops

2010-05-04 Thread Petter Reinholdtsen
According to the glibc developer Ulrich Drepper, nscd should be able
to handle disconnected operations.

See URL: https://bugzilla.redhat.com/show_bug.cgi?id=145044  and 
URL: http://sources.redhat.com/bugzilla/show_bug.cgi?id=2132  for
background information.

An alternative solution is to get sssd into Debian, but its WNPP
request (#579593) is still not acted on.  Besides, I have problems
getting sssd to work, but suspect that is only because I do not yet
know how to configure it properly.

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#436266: (no subject)

2010-05-04 Thread Olaf van der Spek

On 4-5-2010 10:11, Stefan Hornburg (Racke) wrote:

On 05/03/2010 11:04 PM, Olaf van der Spek wrote:

severity 436266 serious
thanks

This one leads to data loss...



I don't consider this a serious data loss. Volatile and discarded


You may not, others may...


data has to be purged at some point.


Not really. Not everyone is space constrained.


Of course, the default setting can still be debated.


Can or will?
This bug has been open for years.

Olaf



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



Bug#567804: guidance-power-manager: Quits if no battery detected

2010-05-04 Thread Michael Meskes
tag 567804 upstream
severity 567804 wishlist
thanks

 With the removal of kpowersave, guidance-power-manager is the (assumed)
 replacement. However when you try to run guidance-power-manager on a computer
 without a battery the follow$ No battery found.
 This is not a laptop, quitting ...

What exactly are you missing that you cannot do with powerdevil, which I would
consider the real replacement?

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#577603: [Pkg-acpi-devel] Bug#577603: Bug#577603: acpi-support: acpi_fakekey doesn't work: dropping event due to full queue

2010-05-04 Thread Michael Meskes
On Tue, May 04, 2010 at 10:38:58AM +0100, koniu wrote:
 The recent acpi* upgrades didn't fix it:

Frankly I have no idea what's going wrong here, although I'm pretty sure it's
not acpi_fakekeyd's fault. Apparently the input device is just not read.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#580152: dpkg: trigger - W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such file or directory)

2010-05-04 Thread Bill Allombert
On Tue, May 04, 2010 at 10:23:06AM +0200, Raphael Hertzog wrote:
 Hi,
 
 On Mon, 03 May 2010, Jonathan Nieder wrote:
  Processing triggers for menu ...
  W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such 
   file or directory)
   
   Could this be caused by the fact that here the /etc/apt is a symlink and
   points to another location?
  
  To my untrained eye, this looks like a message from APT.  Any insights?
 
 But it might an apt tool called from the menu trigger processing code.

I checked all the menu-methods in Debian and none of them are calling
an apt tool, but you can try to run update-menus as root to see if that 
displays this warning.

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

Imagine a large red swirl here. 



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



Bug#579554: acpi-support: power.sh is not run if power adapter is unplugged while system is on standby

2010-05-04 Thread Michael Meskes
On Mon, May 03, 2010 at 10:22:24AM -0400, John Lindgren wrote:
 Since you agree that there is a problem, whether it lie in acpi-support
 or not, this bug should be assigned to the package where the problem
 lies -- maybe the kernel -- but not closed.  Maybe power management

You can open the bug against a different package, but I'm not sure against
which one. Yes, it would be nice if the kernel emits events about stuff
happening during standby, but this is something probably only kernel upstream
can give a meaningful answer on. Besides I still don't see why pm-utils
(replace with whatever standby solution you're using that doesn't in turn use
pm-utils) don't help you.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#580202: Alert!: This client does not contain support for HTTPS URLs.

2010-05-04 Thread Atsuhito Kohda
merge 580202 579501
thanks

Hi Vladimir,

On Tue, 04 May 2010 12:52:07 +0400, Vladimir Stavrinov wrote:

 ssl support are dropped again without warning and changelog. Great!

I didn't change any packaging but I got 2 or 3 same bug
reports.  I'm investigating what caused the problem.

Regards,2010-5-4(Tue)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#580212: python-examples: reindent.py doesn't work

2010-05-04 Thread Carlo Stemberger
Package: python-examples
Version: 2.5.4-9
Severity: important

Tested using the attached file.

Here the output:



$ /usr/share/doc/python2.5/examples/Tools/scripts/reindent.py -d -v COPYING 
checking COPYING ...
Traceback (most recent call last):
File /usr/share/doc/python2.5/examples/Tools/scripts/reindent.py, line 293, 
in module main()
File /usr/share/doc/python2.5/examples/Tools/scripts/reindent.py, line 83, in 
main check(arg)
File /usr/share/doc/python2.5/examples/Tools/scripts/reindent.py, line 108, 
in check if r.run():
File /usr/share/doc/python2.5/examples/Tools/scripts/reindent.py, line 166, 
in run tokenize.tokenize(self.getline, self.tokeneater)
File /usr/lib/python2.5/tokenize.py, line 153, in tokenize 
tokenize_loop(readline, tokeneater)
File /usr/lib/python2.5/tokenize.py, line 159, in tokenize_loop for 
token_info in generate_tokens(readline):
File /usr/lib/python2.5/tokenize.py, line 286, in generate_tokens 
(tokenize, lnum, pos, line))
File tokenize, line 4
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
^
IndentationError: unindent does not match any outer indentation level



Regards,
Carlo

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

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

Versions of packages python-examples depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python2.5-examples2.5.5-6Examples for the Python language (

python-examples recommends no packages.

python-examples suggests no packages.

-- no debconf information
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. 

Bug#578669: Arguments described in wrong order in docs

2010-05-04 Thread Laurent Fousse
Hello,

* Jeronimo Pellegrini [Wed, Apr 21, 2010 at 01:50:30PM -0300]:
 The info documentation for mpfi says that the arguments for
 mpfi_is_inside_d and similar ones are:
 
  -- Function: int mpfi_is_inside_d (mpfi_t OP1, double OP2)
  -- Function: int mpfi_is_inside_ui (mpfi_t OP1, unsigned long int OP2)
  -- Function: int mpfi_is_inside_si (mpfi_t OP1, long int OP2)
  -- Function: int mpfi_is_inside_z (mpfi_t OP1, mpz_t OP2)
  -- Function: int mpfi_is_inside_q (mpfi_t OP1, mpq_t OP2)
  -- Function: int mpfi_is_inside_fr (mpfi_t OP1, mpfr_t OP2)
 
 (This is at Interval Functions - Interval Comparison)
 
 But in lines 310-316 of mpfi.h I see:
 
 int   mpfi_is_inside_d  (const double, mpfi_srcptr);
 int   mpfi_is_inside_ui (const unsigned long, mpfi_srcptr);
 int   mpfi_is_inside_si (const long, mpfi_srcptr);
 int   mpfi_is_inside_z  (mpz_srcptr,mpfi_srcptr);
 int   mpfi_is_inside_q  (mpq_srcptr,mpfi_srcptr);
 int   mpfi_is_inside_fr (mpfr_srcptr,mpfi_srcptr);
 
 Perhaps the upstream authors changed the argument order but forgot
 to change the texinfo file?

Thank you for your report. I have forwarded the problem upstream.

Regards,

Laurent.



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



Bug#580213: emacs-goodies-el: color-theme: replace-in-string breaks other packages

2010-05-04 Thread intrigeri
Package: emacs-goodies-el
Version: 33.3
Severity: normal
Tags: patch

Hi,

the current sid's color-theme.el unconditionally replaces the
replace-in-string functions, which causes various problems for other
packages:

- http://gna.org/bugs/?9494
- http://gna.org/bugs/?8821
- http://thread.gmane.org/gmane.emacs.gnus.user/13706

I'm particularly annoyed by the last ones, which awfully breaks PGP
signature verification in Gnus.

This bug was fixed in upstream CVS [1] on 2007-09-10:

- color-theme.el: 
http://cvs.gna.org/cvsweb/color-theme/color-theme.el.diff?r1=1.17;r2=1.18;cvsroot=color-theme;f=h
- ChangeLog: 
http://cvs.gna.org/cvsweb/color-theme/ChangeLog.diff?r1=1.11;r2=1.12;cvsroot=color-theme;f=h

[1] http://gna.org/cvs/?group=color-theme

Please consider applying this patch to make emacs-goodies-el fit
for Squeeze.

Bye,

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

Kernel: Linux 2.6.32-3-amd64 (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/dash

Versions of packages emacs-goodies-el depends on:
ii  bash  4.1-3  The GNU Bourne Again SHell
ii  dpkg  1.15.7.1   Debian package management system
ii  emacs22 [emacsen] 22.3+1-1.2 The GNU Emacs editor

Versions of packages emacs-goodies-el recommends:
ii  dict   1.11.2+dfsg-2 dictionary client
ii  perl-doc   5.10.1-12 Perl documentation
ii  wget   1.12-2retrieves files from the web

emacs-goodies-el suggests no packages.

-- no debconf information

--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ 
https://gaffer.ptitcanardnoir.org/intrigeri/otr-fingerprint.asc
  | Who wants a world in which the guarantee that we shall not
  | die of starvation would entail the risk of dying of boredom ?



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



Bug#580080: [Pkg-acpi-devel] Bug#580080: acpi-support: suspend to ram results in black screen and need full restart to restore machine

2010-05-04 Thread Michael Meskes
reassign 580080 pm-utils
thanks

 Suspend to RAM doesn't work by default: but I got it to work with the Suse
 page using s2ram with some -f -a3 parameters, using a package which is not in
 squeeze but is part of Debian. I wonder what is the official default
 toolset for suspend to ram/disk in Debian so I can make it work with it?
 (There seem to be many script-sets/packages for power management, not
 mentioning the HAL saga and the intel driver regressions etc).

With the acpi-support scripts only calling pm-utils if no other power managers
are running I guess we better move this bug report there as I cannot see how
acpi-support can change anything here.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#580206: lynx-cur: HTTPS URLs are no longer working

2010-05-04 Thread Atsuhito Kohda
severity 580206 normal
merge 580206 579501
thanks

Hi Mario,

On Tue, 04 May 2010 11:12:17 +0200, Mario Lang wrote:

 I can not use HTTPS URLs anymore, which is very unfortunate:
 
 ---snip---
 $ lynx -dump https://www.tugraz.at/
 
 Alert!: This client does not contain support for HTTPS URLs.
 
 lynx: Can't access startfile https://www.tugraz.at/
 ---snip---
 
 
 Please re-enable https in lynx, its necessary if you are using
 lynx on a daily basis, which I do.

I didn't change any packaging but I got 2 or 3 same bug
reports.  I'm investigating what caused the problem.

Regards,2010-5-4(Tue)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#580202: Alert!: This client does not contain support for HTTPS URLs.

2010-05-04 Thread Atsuhito Kohda
reassign 580202 lynx-cur
merge 580202 579501
thanks

I failed to merge these because this bug was to lynx but 
not to lynx-cur.
2010-5-4(Tue)
-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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