Bug#427097: alpine: No default posting method

2007-11-16 Thread David Madore
On Fri, Jun 01, 2007 at 11:52:03PM +0200, Reuben Thomas wrote:
 There seems to be no default posting method (surely should be
 sendmail?): if I try sending mail with no smtp server or posting command
 set, which should just use the system default, presumably sendmail, I
 get the error: Error sending: no default posting command.

I agree: Debian should, for example, ship an /etc/pine.conf containing
something like

sendmail-path=/usr/lib/sendmail -oem -t -oi

I couldn't find any doc for this, but the closest I found, URL:
http://stuff.mit.edu/afs/sipb.mit.edu/project/alpine/alpine-0.99-virgin/doc/tech-notes/background.html
  claims that For UNIX Alpine, if neither smtp-server or
sendmail-path is set, the default sendmail program is invoked with the
-bs -odb -oem flags, and the message is sent using the SMTP
protocol.  Which would be reasonable, except that it seems to be
wrong: Alpine just stupidly complains that it doesnt know how to send
mail.

-- 
 David A. Madore
([EMAIL PROTECTED],
 http://www.madore.org/~david/ )



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451471: Wrong homepage in debian/control

2007-11-16 Thread L. Redrejo
El vie, 16-11-2007 a las 18:24 +1100, Trent W. Buck escribió:
 Package: recordmydesktop
 Severity: minor
 Tags: patch
 
 In the control file, there is a link to upstream's homepage on sf.net.
 This has changed:
 
 This site has moved to
 
 http://recordmydesktop.iovar.org
 
 
 Please update your bookmarks.
 If you do not get redirected in a few seconds,
 click here.
 
 Recommend changing control file accordingly.
 


Thanks for your info, I'll change it in the next upload.
Regards.



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#448002: libvformat1: Package name does not match soname

2007-11-16 Thread Cyril Brulebois
Matt Zimmerman [EMAIL PROTECTED] (15/11/2007):
 The run-time shared library needs to be placed in a package whose
 name changes whenever the shared object version changes.
 
 If you do not pay attention to this issue, then when the soname of
 this library changes, you will break upgrades for all of its users.

And? The soname version isn't present in the package name (rather soname
version+1). I don't see what the policy violation is. As you quoted, the
name as to change when the shared object version changes. And such a
change didn't seem to have happened. What's the actual breakage?

 So regardless of how severe you think this issue is with regard to the
 requirements of Debian policy, please do fix it.

The only issue I can see here is a cosmetic one, and gratuitously
renaming packages sounds a bad idea to me.

-- 
Cyril Brulebois


pgpirpRsYuGCT.pgp
Description: PGP signature


Bug#451474: zh firefox ASCII 4

2007-11-16 Thread jidanni
Package: fontconfig
Version: 2.5.0-1
Severity: minor

Uh oh, does the ASCII number 4 look real funny all over e.g.,

http://zh.wikipedia.org/w/index.php?title=%E6%96%B0%E8%87%BA%E5%B9%A3action=history

in firefox _with javascript first turned off in (ALT E N) preferences_
before loading to you?

Then use ALT V Y N to turn off stylesheets and it is OK.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#445881: Will fix it...

2007-11-16 Thread Mario Iseli
Hi Dann,

thank you for your patch, I was a little bit busy in the last few weeks and
neglected my packages. :-(
I will upload a fixed gdmap very soon, probably even today. Maybe I will also
wait for a reply on another bug first which was reopened.

Thanks,

-- 
  .''`. Mario Iseli [EMAIL PROTECTED]
 : :'  :Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2007-11-16 Thread Matthew Rosewarne
While it's not quite the same problem, simple-patchsys, dpatch, and 
patchsys-quilt all run before the custom clean:: rule defined in 
debian/rules.  This is causing me problems when trying to do additional 
cleaning of autotools leftovers.

Perhaps some thing like a clean-before-reverse-patches: rule would be the 
solution to both of these issues?


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


Bug#451482: cpufrequtils: Documenting ordering of init.d scripts in LSB header

2007-11-16 Thread Petter Reinholdtsen

Package: cpufrequtils
Version: 002-5
Tags: patch

When testing the dependency based boot sequencing in Sid, I noticed
that the two init.d scripts in cpufrequtils both ended up with the
same sequence number.  This seem wrong, as one of the scripts
(loadcpufreq) probably should run before the other (cpufrequtils).

To document this, and make sure the dependency based boot sequencing
fixes this order, I recommend making this change to the cpufrequtils
init.d script:

--- /etc/init.d/cpufrequtils.orig   2007-11-16 09:19:02.0 +
+++ /etc/init.d/cpufrequtils2007-11-16 09:18:23.0 +
@@ -1,7 +1,7 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:   cpufrequtils
-# Required-Start: $local_fs
+# Required-Start: $local_fs loadcpufreq
 # Required-Stop:
 # Default-Start:  2 3 4 5
 # Default-Stop:

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427097: alpine: No default posting method

2007-11-16 Thread Santiago Vila
  On Fri, 16 Nov 2007, Asheesh Laroia wrote:
  
   a build-depend on sendmail should do the job,
  
  That would be a bad solution, IMHO.
  
  AFAIK, sendmail does not provide any .h files against which alpine
  should compile, so if there is something in alpine build that you want
  to be different, it is almost sure that there will be a way to achieve
  it without a build-depends on sendmail.
 
 All it does is have the ./configure (or equivalent) check for the existence of
 a sendmail and enable this by default if there is one.  So I figured
 build-depending on it would be reasonable, but if you think using the
 ./configure option is better then I can do that.

You can hardcode the check and make it think sendmail is available,
even if it's not. It would be a hack, but not bigger than a
build-depends on sendmail. sendmail is a MTA, you should not really
need it on the build machine.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#444266: CVE-2007-4985, CVE-2007-4986, CVE-2007-4987, CVE-2007-4988 multiple vulnerabilities

2007-11-16 Thread Nico Golde
* Daniel Kobras [EMAIL PROTECTED] [2007-09-30 13:39]:
 On Sat, Sep 29, 2007 at 11:42:12PM +0200, Nico Golde wrote:
  just wanted to let you know that for imagemagick there are 
  patches on:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444267#17
  Maybe they help you as well.
 
 Thanks. I'm co-maintaining imagemagick as well so have already been
 aware of the patches. Mind though that they contain a few bugs and
 need some tweaking. Also, licensing between imagemagick and
 graphicsmagick is subtly different, which means that importing
 imagemagick code into graphicsmagick is not allowed (there's no problem
 in the other direction). It's problematic here as these upstream-derived
 patches contain not only small changes, but new API function.

What is the current status of this one?
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpKoH9RWQtuX.pgp
Description: PGP signature


Bug#406888: ITP: ttf-gfs-* -- Greek font family

2007-11-16 Thread Gürkan Sengün

Hello Nicolas

What is the status on these? I would like to have some of these fonts, do you 
plan
to upload them soon?

since the fonts are packaged as .zip files, could you create them in just one
debian source packages, creating many binary packages?

Do you know if there are font sources around, something like .sfd (fontforge)?

Yours,
Gürkan




Bug#451382: i18n is NOT so easy!

2007-11-16 Thread Dr. Markus Waldeck

Hi,

the problem is caused by the incompatible encoding of the ae-Umlaut!

I found an ugly possibility to print a unicode character from an non unicode 
encoded file:

diff _cut _cut.patched 
14c14
  complement  das Komplement der Menge der gew�lten Bytes, 
Zeichen oder Felder bilden
---
  complement  das Komplement der Menge der gew$(echo 
 \\u00e4)hlten Bytes, Zeichen oder Felder bilden

Thnaks!

Markus

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293709: The bug persists

2007-11-16 Thread Gonçalo Marrafa
On Thu, 15 Nov 2007 20:42:53 +0100
Josselin Mouette [EMAIL PROTECTED] wrote:

 I can reproduce it, it is quite funny: you can maximize and de-maximize
 a lot of times without trouble, but the problem arises when you later
 switch tab in gnome-terminal.
 
 Which is why I'm very tempted to say this is a bug in gnome-terminal; it
 must remember different sizes for the different tabs somehow.

No. Emacs also has the same behavior. As someone said, the bug probably
only affects windows that measure their size in characters.

Best regards.

-- 
Gonçalo Marrafa [EMAIL PROTECTED]


signature.asc
Description: PGP signature


Bug#444491: gnome-power-manager: policy timeout error due to weird check foreground result

2007-11-16 Thread Alban Browaeys
Sorry if you already received it . Seems I have issue with my yahoo smtp

Le jeudi 15 novembre 2007 à 22:08 -0800, Lars Louder a écrit :
 Alban,
 
 (I hope this email is going to the right place...)
 
 Did you ever find a resolution to debian bug#91? This is driving me
 crazy. Any help would be much appreciated.

I apt-get source gnome-power-manager , then cd
gnome-power-manager-2.20.0-0, edit rules/debian and replace in
DEB_CONFIGURE_EXTRA_FLAGS :
--enable-applets \
--enable-checkfg

by
--enable-applets 

then I do :
dch -n , add a comment to the changelog (this will automatically add
a .1 to the package we gonna build and:
dpkg-buildpackage -rfakeroot -b -uc -us

you should now have :
gnome-power-manager_2.20.0-1.1_i386.deb

dpkg -i gnome-power-manager_2.20.0-1.1_i386.deb

checkfg is an ubuntu thing that was told upstream to be debian. Thank
you ubuntu.


Greetings
Alban






Bug#451491: freeciv-data: COPYING file remains after package is uninstalled

2007-11-16 Thread Karl Goetz
Package: freeciv-data
Version: 2.1.0-2
Severity: normal


I have been rebuilding freeciv2.1 using the source available from [1].
When trying to uninstall the freeciv packages, dpkg complained about not
being able to remove some directories which were not empty. It turned
out the COPYING file was still left.

Perhaps FreeCiv should instead reference the licences in the common
licences package?

thanks,
Karl.


[1] http://people.debian.org/~jordi/debian/


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451355: ITP: libgfshare -- library and utilities for multi-way secret sharing

2007-11-16 Thread Soren Hansen
On Fri, Nov 16, 2007 at 10:31:06AM +, Simon McVittie wrote:
  I already packaged this in Ubuntu. Feel free to adopt it for Debian.
 Having looked at the Ubuntu packaging, I'm somewhat concerned about it
 - it seems you don't have the changes I made in upstream bzr to make
 gfsplit cryptographically safe.

No, I wasn't aware of such changes.

 The patch to gfcombine to support - as meaning standard output looks
 reasonable, but I'm not sure what it's doing in Ubuntu but not
 upstream... perhaps we could get that in 1.0.3. The patch is:

The patch should definitely have been sent upstream. My apologies. I
wrote it while on a train, and when I got near internet access again, I
had forgotten all about it. I suck.

 although I'd be inclined to change it to just use stdout instead of
 fdopening STDOUT_FILENO, 

Makes sense. I can't remember why I did it that way, tbh.

 and make the indentation consistent (the rest of the package
 consistently uses 2 spaces, the else clause in the patch has a tab).

Good catch.

-- 
Soren Hansen
Ubuntu Server Team
http://www.ubuntu.com/


signature.asc
Description: Digital signature


Bug#421703: Packaging in public Git repos on alioth

2007-11-16 Thread Michael Hanke
Unfortunately I was not able to work on this package recently. However,
I made the packaging available in a Git repository on Alioth:

http://git.debian.org/?p=pkg-exppsy/caret.git;a=summary

Cheers,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


signature.asc
Description: Digital signature


Bug#451288: [INTL:nl] Updated Dutch po-debconf translation

2007-11-16 Thread cobaco (aka Bart Cornelis)
On Friday 16 November 2007, Christian Perrier wrote:
 Quoting Julien Valroff ([EMAIL PROTECTED]):
  package rkhunter
  tags 451288 + pending
  thanks
 
  Le mercredi 14 novembre 2007 à 19:50 +0100, cobaco (aka Bart Cornelis)
  a
 
  écrit :
   Package: rkhunter
   Severity: wishlist
   Tags: patch l10n
  
   Please find attached the updated dutch po-debconf translation. Please
   add it to your next package revision, it should replace the current
   debian/po/nl.po in your package tree, TIA.
 
  Thank you for your work, it will be part of the next upload.
 
   Feel free to mail me if this file needs updating at some future date.
 
  I will try and get used to 'podebconf-report-po --call' ;)

 At least now, don't.

 I sent an Intent to Review the package's templates and that review
 will soon start. It is very likely to break templates so calling for
 translations now would be an unwise idea.

 That does not mean that you should not do this usually. Actually, you
 *should* have done that when you changed/added templates recently..:-)

 But, as this change triggerred a review of templates, such call should
 be done by /me when the reviewed templates will be ready.

 All this, indeed, should have been noticed by Bart as, in order to
 prevent confusion, I sent a mail to debian-i18n suggesting to suspend
 translation updates for that package, when I sent the Intetnt to
 Review.but he probably missed that.

My bad, forgot to check debian-i18n when I was looking through [1] to see 
which of my translations I needed to update :(

[1] http://www.debian.org/intl/l10n/po-debconf/nl
-- 
Cheers, cobaco (aka Bart Cornelis)


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


Bug#293316: Anything new with this package ?

2007-11-16 Thread Guillaume Pellerin

Hi Romain !

I discussed about this situation with Piem ([EMAIL PROTECTED]) yesterday evening. 
He proposes that I maintain the package and maybe you could be my sponsor ? What 
do you think about this since I've already packaged it ?

(see http://debian.parisson.org/ezstream_0.2.1-4_i386.deb)

I'd be so pleased that this program could be finally uploaded !

Cheers,
Guillaume


Romain Beauxis wrote:

Hi !


Anything new with this package ?

I would like to help packaging too..

So I propose a team maintenance in alioth..


Romain







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#448159: [Pkg-mediawiki-devel] Bug#448159: [INTL:nl] Dutch po-debconf translation

2007-11-16 Thread Romain Beauxis
Le Friday 26 October 2007 14:38:09 cobaco (aka Bart Cornelis), vous avez 
écrit :
 Please find attached the updated dutch po-debconf translation. Please add
 it to your next package revision, it should be inserted in your package
 build-tree as debian/po/nl.po, TIA.

 Feel free to mail me if this file needs updating at some future date.

Hi !

This package is marked for removal..

Please submit patches for mediawiki now..


Anyway, thanks for your contribution.


Romain




Bug#444491: gnome-power-manager: policy timeout error due to weird check foreground result

2007-11-16 Thread Alban Browaeys

Le jeudi 15 novembre 2007 à 22:08 -0800, Lars Louder a écrit :
 Alban,
 
 (I hope this email is going to the right place...)
 
 Did you ever find a resolution to debian bug#91? This is driving me
 crazy. Any help would be much appreciated.

I apt-get source gnome-power-manager , then cd
gnome-power-manager-2.20.0-0, edit rules/debian and replace in
DEB_CONFIGURE_EXTRA_FLAGS :
--enable-applets \
--enable-checkfg

by
--enable-applets 

then I do :
dch -n , add a comment to the changelog (this will automatically add
a .1 to the package we gonna build and:
dpkg-buildpackage -rfakeroot -b -uc -us

you should now have :
gnome-power-manager_2.20.0-1.1_i386.deb

dpkg -i gnome-power-manager_2.20.0-1.1_i386.deb

checkfg is an ubuntu thing that was told upstream to be debian. Thank
you ubuntu.


Greetings
Alban





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451484: Prompts for password twice when find-file symlink to encrypted file

2007-11-16 Thread Trent W. Buck
Package: easypg
Version: 0.0.15-1
Severity: normal

When I attempt to open a file foo.gpg, where foo.gpg is a symlink to
bar.gpg, I am prompted for a passphrase twice.  AFAICT it doesn't
matter what I type the first time.  I think the first prompt is
superfluous and should be avoided.

This happens even with -q.

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages easypg depends on:
ii  emacs [emacsen]  22.1+1-2.1  The GNU Emacs editor (metapackage)
ii  emacs21 [emacsen]21.4a+1-5.1 The GNU Emacs editor
ii  emacs22 [emacsen]22.1+1-2.1  The GNU Emacs editor
ii  gnupg1.4.6-2 GNU privacy guard - a free PGP rep

easypg recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#449541: pioneers DoS vulnerability

2007-11-16 Thread Bas Wijnen
Hi,

As I wrote before, there was a DoS vulnerability in Pioneers.  While
testing if it also occurred in stable, I found a second problem, which
is now also fixed.  The fix is uploaded to unstable, and should enter
testing in 2 days.  The attached patch fixes both problems in stable.
To use it:

cd /tmp
dget -x 
ftp://ftp.nl.debian.org/debian/pool/main/p/pioneers/pioneers_0.10.2-3.dsc
cd pioneers-0.10.2
patch -p2  /path/to/patch
dch -i
debuild

The problem is documented on
http://sourceforge.net/tracker/index.php?func=detailaid=1786686group_id=5095atid=105095
This patch is a combination of the following two patches:
http://sourceforge.net/tracker/index.php?func=detailaid=1791176group_id=5095atid=305095
http://sourceforge.net/tracker/index.php?func=detailaid=1833003group_id=5095atid=305095

If you need any more help, let me know.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Bug#413225: It is NON-FREE as of 2.7.10!!!

2007-11-16 Thread Rick Richardson

Note: HPLIP is free, open source software distributed under the MIT,
BSD, and GPL licenses. HP does not provide formal consumer or commercial
support for this software.

Unfortunately, this statement is incorrect as of 2.7.10.

hplip/hpijs since 2.7.10 is not open software anymore.

It downloads binary libraries and firmware automatically.








-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451466: audacious: segfaults with gtk-qt-engine

2007-11-16 Thread Adam Cécile (Le_Vert)

Hi,

This bug has been confirmed by upstream.
I'll tell you when a fixed package is ready.

Regards, Adam.


Nicholas Breen a écrit :

Package: audacious
Version: 1.4.0-1
Severity: normal

This is a somewhat tangled bug - it could possibly be assigned to any of
audacious, gtk-qt-engine, or gtk+2.0.  I'm starting with audacious,
since the bug appears to be new (or at least newly triggered) in
1.4.0-1.

Symptoms: Upon upgrading to 1.4.0-1, audacious segfaults immediately
upon startup.  1.3.2-5 (with plugins 1.3.5-3) continues to work.  There
appears to be some connection to gtk-qt-engine, as removing or renaming
~/.gtkrc-2.0-kde eliminates the segfaulting.  There's nothing unusual in
that file - removing it and recreating it fresh from gtk-qt-engine's
KDE control still triggers the bug.
  





Bug#451490: alpine: /usr/sbin/mlock

2007-11-16 Thread Marc Glisse
Package: alpine
Version: 0.+dfsg-1
Severity: normal

alpine thinks mlock is in /usr/sbin, whereas the debian package mlock
installs it in /usr/bin.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (10, 'unstable')
Architecture: i386 (i686)

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

Versions of packages alpine depends on:
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libncurses5 5.6+20071013-1   Shared libraries for terminal hand
ii  libpam0g0.99.7.1-5   Pluggable Authentication Modules l
ii  libssl0.9.8 0.9.8g-1 SSL shared libraries

alpine recommends no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451355: ITP: libgfshare -- library and utilities for multi-way secret sharing

2007-11-16 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

(Cc'ing the author)

On Thu, 15 Nov 2007 at 11:29:18 +0100, Soren Hansen wrote:
 I already packaged this in Ubuntu. Feel free to adopt it for Debian.

Having looked at the Ubuntu packaging, I'm somewhat concerned about it -
it seems you don't have the changes I made in upstream bzr to make
gfsplit cryptographically safe. In 1.0.2 it uses pseudo-random numbers from
rand() to do the splitting - I haven't proved whether any connection between
the random coefficients breaks the useful cryptographic properties of the
Shamir method, but I suspect it does, and my analysis of it
(doc/theory.tex in bzr) assumes that the random numbers used are uniform
and independent.

In upstream bzr I patched gfsplit to use /dev/urandom if it exists, and warn
if it doesn't; this is why I'm packaging a bzr snapshot rather than a
release. I've asked Daniel to make a 1.0.3 release, but presumably he's
been too busy recently.

The patch to gfcombine to support - as meaning standard output looks
reasonable, but I'm not sure what it's doing in Ubuntu but not
upstream... perhaps we could get that in 1.0.3. The patch is:

- --- libgfshare-1.0.2.orig/tools/gfcombine.c
+++ libgfshare-1.0.2/tools/gfcombine.c
@@ -88,9 +88,13 @@
   gfshare_ctx *G;
   unsigned int len1;
   
- -  outfile = fopen( outputfilename, wb );
+  if (strcmp(outputfilename, -) == 0)
+outfile = fdopen(STDOUT_FILENO, w);
+  else 
+   outfile = fopen( outputfilename, wb );
+
   if( outfile == NULL ) {
- -perror(outputfilename);
+perror((strcmp(outputfilename, -) == 0) ? standard out : 
outputfilename);
 return 1;
   }
   for( i = 0; i  filecount; ++i ) {

although I'd be inclined to change it to just use stdout instead of fdopening
STDOUT_FILENO, and make the indentation consistent (the rest of the package
consistently uses 2 spaces, the else clause in the patch has a tab).

Regards,
Simon
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net

iD8DBQFHPXFqWSc8zVUw7HYRAo3bAJ9LIJ+S7GUYs7feTpUgsJoI/ycVxQCeJ9oc
TguC+Rxp4KLY5Hn4ShgZCEE=
=Iqj7
-END PGP SIGNATURE-




Bug#47896: Greatest Software Title

2007-11-16 Thread Hester Hodge



Wow...it's real cheap!
90% off for all softwares
MS Office 2007, Windows Vista, Adobe and many more..
While stock last.

http://www.ussoftstore.com



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451374: CVE-2007-5770 unauthorized disclosure of information

2007-11-16 Thread Nico Golde
Hi,
* akira yamada [EMAIL PROTECTED] [2007-11-15 16:19]:
[...] 
  The code you quoted is in the ruby1.9 package but _not_ in the ruby1.8 
  package.
 
 ruby1.8 source package uses cdbs and dpatch.
 please apply patches.

Thank you, I somehow missed the patch. I thought I looked at 
it. Thanks, I marked this bug as fixed in that version.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgppRjYGKmY7c.pgp
Description: PGP signature


Bug#427097: alpine: No default posting method

2007-11-16 Thread Reuben Thomas

On Fri, 16 Nov 2007, David Madore wrote:


I couldn't find any doc for this, but the closest I found, URL:
http://stuff.mit.edu/afs/sipb.mit.edu/project/alpine/alpine-0.99-virgin/doc/tech-notes/background.html
 claims that For UNIX Alpine, if neither smtp-server or
sendmail-path is set, the default sendmail program is invoked with the
-bs -odb -oem flags, and the message is sent using the SMTP
protocol.  Which would be reasonable, except that it seems to be
wrong: Alpine just stupidly complains that it doesnt know how to send
mail.


I believe the documentation is correct, it's just that the Debian patch 
currently disables the default.


--
http://rrt.sc3d.org/ | taciturn, n.  a silent pot



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451483: frysk_0.0.1.2007.07.17-1(alpha/experimental): FTBFS: libunwind-alphaev56.h: file not found

2007-11-16 Thread Frank Lichtenheld
Package: frysk
Version: 0.0.1.2007.07.17-1
Severity: important

Hi,

your package failed to build from source.

| Automatic build of frysk_0.0.1.2007.07.17-1 on digitalis by sbuild/alpha 
98-farm
| Build started at 20071116-0850
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 6256kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main frysk 
0.0.1.2007.07.17-1 (dsc) [1110B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main frysk 
0.0.1.2007.07.17-1 (tar) [6239kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main frysk 
0.0.1.2007.07.17-1 (diff) [15.6kB]
| Fetched 6256kB in 2s (2421kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libgtk2.0-dev (= 2.7.0), libgtk-java-dev (= 2.7.0), 
libglade-java-dev (= 2.7.0), libglib-java-dev (= 0.2), libcairo-java-dev (= 
1.0), libvte-java-dev (= 0.11.11), libpango1.0-dev (= 1.10.0), libglade2-dev, 
debhelper (= 5), quilt (= 0.29-2), gcj, ecj, java-gcj-compat-dev (= 
1.0.65-6), pkg-config, sharutils, transfig, libxml2-utils, xmlto, binutils-dev, 
libaudit-dev, antlr (= 2.7.5), libjdom1-java (= 1.0), junit (= 3.8.1), 
gs-gpl | gs, autoconf, automake, libtool, autotools-dev
| Build-Conflicts: autoconf2.13, automake1.4
| Checking for already installed source dependencies...
[...]
| Checking correctness of source dependencies...
| Toolchain package versions: libc6.1-dev_2.6.1-6 gcc-4.2_4.2.2-3 
g++-4.2_4.2.2-3 binutils_2.18.1~cvs20071027-1 libstdc++6-4.2-dev_4.2.2-3 
libstdc++6_4.2.2-3
| --
| gpg: Signature made Fri Jul 20 19:15:08 2007 CEST using DSA key ID 38E68E0E
| gpg: Can't check signature: public key not found
| dpkg-source: extracting frysk in frysk-0.0.1.2007.07.17
| dpkg-source: unpacking frysk_0.0.1.2007.07.17.orig.tar.gz
| dpkg-source: applying /org/buildd/build/frysk_0.0.1.2007.07.17-1.diff.gz
| dpkg-buildpackage: source package frysk
| dpkg-buildpackage: source version 0.0.1.2007.07.17-1
| dpkg-buildpackage: host architecture alpha
|  /usr/bin/fakeroot debian/rules clean
| dh_testdir
| dh_testroot
| rm -f build-stamp configure-stamp jdom-stamp
| # Add here commands to clean up after the build process.
| rm -Rf build debian/jdom.jar
| test -f patch-stamp  QUILT_PATCHES=debian/patches quilt pop -a -v
| make: [clean] Error 1 (ignored)
| rm -Rf .pc patch-stamp
| # Make it possible to build with the freshly checked out CVS tree
| rm -Rf htdocs frysk-imports/antlr frysk-imports/junit 
frysk-gui/frysk/gui/helpdir/frysk_doc.xml
| dh_clean
| # Remove generated files
| find -type l -a \( -name install-sh -o -name missing -o -name depcomp \
|-o -name compile -o -name config.guess \
|-o -name config.sub -o -name install-sh \) | \
|  xargs -r rm
| find -name Makefile.gen -o -name files.list -o -name aclocal.m4 \
|  -o -name configure -o -name Makefile.in -o -name config.h.in | \
|  xargs -r rm
|  debian/rules build
| dh_testdir
| sh debian/jar-reducer.sh /usr/share/java/jdom1.jar 
/build/buildd/frysk-0.0.1.2007.07.17/debian/jdom.jar 
/build/buildd/frysk-0.0.1.2007.07.17/debian/jdom.files
| touch jdom-stamp
| dh_testdir
| QUILT_PATCHES=debian/patches quilt push -a -v
| Applying patch 01_dont_test_coverage.diff
| patching file frysk-imports/tests/Makefile.am
| 
| Applying patch 02_link_with_bfd.diff
| patching file frysk-core/Makefile.am
| Hunk #1 succeeded at 71 (offset -12 lines).
| patching file frysk-gtk/Makefile.am
| Hunk #1 succeeded at 64 (offset -3 lines).
| patching file frysk-gui/Makefile.am
| Hunk #1 succeeded at 79 (offset -7 lines).
| patching file frysk-imports/Makefile.am
| Hunk #1 succeeded at 89 (offset 4 lines).
| 
| Applying patch 04_set_rpath.diff
| patching file common/Makefile.gen.sh
| patching file frysk-core/common/Makefile.gen.sh
| patching file frysk-gtk/common/Makefile.gen.sh
| patching file frysk-gui/common/Makefile.gen.sh
| patching file frysk-imports/common/Makefile.gen.sh
| patching file frysk-sys/common/Makefile.gen.sh
| 
| Applying patch 05_opl_doc.diff
| patching file frysk-gui/frysk/gui/FryskHelpManager.java
| 
| Applying patch 06_dont_bootstrap_antlr.diff
| patching file frysk-imports/bootstrap.sh
| 
| Applying patch 07_junit.diff
| patching file frysk-imports/junit/Makefile.am
| 
| Now at patch 07_junit.diff
| # Prevent regeneration of libunwind documentation.
| find frysk-imports/libunwind/doc -name '*.man' | xargs touch
| touch patch-stamp
| dh_testdir
| # Add here commands to configure the package.
| mkdir -p build  \
| cd build  \
|   ../autogen.sh --prefix=/usr --disable-werror
| Updating files.list
| Creating Makefile.gen from directories frysk prog ...
| Makefile.gen.in arguments

Bug#444107: [debian-mysql] Bug#444107: Fwd: RE: unable to install mysql

2007-11-16 Thread Dererk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package mysql-server-5.0
tag 444107 - unreproducible
tag 444107 - moreinfo
tags 444107 + fixed pending
||thank you



Hi everyone!

I reproduced this and it's not a bug, or, unless, it's a undocumented
pre-requirement of mysql-server package.

This is caused because, by default on Debian mysql-server comes
binding mysql port at loopback device, which, if isn't up, fails silently.

I attach the output of a clean installation which reproduces what I
say here.


Greetings and many thanks,



Dererk

- --
[EMAIL PROTECTED]: ~$ grep -ir 'power in your hands' /proc/
/proc/version: Debian GNUine Perception

BOFH excuse #295: The Token fell out of the ring. Call us when you
find it..
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPcdbzqYvwbbBjiQRArPtAKCWTOUP+b4EAphq7wWRh0CbkaIKqACgg09m
oHiiIKVnU86TcClJmfAopNY=
=1Qgd
-END PGP SIGNATURE-

LennyBOX:~# apt-get update
Des:1 http://ftp.br.debian.org lenny Release.gpg [189B]
Ign http://ftp.br.debian.org lenny/main Translation-es
Ign http://ftp.br.debian.org lenny/contrib Translation-es
Obj http://ftp.br.debian.org lenny Release
Des:2 http://ftp.br.debian.org lenny/main Packages/DiffIndex [2038B]
Des:3 http://ftp.br.debian.org lenny/contrib Packages/DiffIndex [2023B]
Descargados 4062B en 0s (4902B/s)
Leyendo lista de paquetes... Hecho
LennyBOX:~# ifconfig 
eth0  Link encap:Ethernet  HWaddr 08:00:27:3C:3D:CA  
  inet addr:192.168.2.56  Bcast:192.168.2.255  Mask:255.255.255.0
  inet6 addr: fe80::a00:27ff:fe3c:3dca/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:16646 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8669 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:9381191 (8.9 MiB)  TX bytes:524541 (512.2 KiB)
  Interrupt:11 Base address:0xc020 

LennyBOX:~# apt-get install mysql-server 
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Se instalarán los siguientes paquetes extras:
  libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl 
libplrpc-perl mysql-client-5.0 
mysql-common mysql-server-5.0 perl perl-base
  perl-modules psmisc
Paquetes sugeridos:
  dbishell libcompress-zlib-perl tinyca libterm-readline-gnu-perl 
libterm-readline-perl-perl
Paquetes recomendados
  mailx perl-doc
Se instalarán los siguientes paquetes NUEVOS:
  libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl 
libplrpc-perl mysql-client-5.0 
mysql-common mysql-server mysql-server-5.0 perl
  perl-modules psmisc
Se actualizarán los siguientes paquetes:
  perl-base
1 actualizados, 12 se instalarán, 0 para eliminar y 3 no actualizados.
Necesito descargar 43,6MB de archivos.
Se utilizarán 132MB de espacio de disco adicional después de desempaquetar.
¿Desea continuar [S/n]? y
Des:1 http://ftp.br.debian.org lenny/main perl-base 5.8.8-12 [775kB]
Des:2 http://ftp.br.debian.org lenny/main mysql-common 5.0.45-1 [56,2kB]
Des:3 http://ftp.br.debian.org lenny/main perl-modules 5.8.8-12 [2300kB]
Des:4 http://ftp.br.debian.org lenny/main perl 5.8.8-12 [3389kB]
  
Des:5 http://ftp.br.debian.org lenny/main libnet-daemon-perl 0.38-1.1 [45,8kB]  
  
Des:6 http://ftp.br.debian.org lenny/main libplrpc-perl 0.2017-1.1 [34,9kB] 
  
Des:7 http://ftp.br.debian.org lenny/main libdbi-perl 1.601-1 [770kB]   
  
Des:8 http://ftp.br.debian.org lenny/main libmysqlclient15off 5.0.45-1 [1855kB] 
  
Des:9 http://ftp.br.debian.org lenny/main libdbd-mysql-perl 4.005-1 [134kB] 
  
Des:10 http://ftp.br.debian.org lenny/main mysql-client-5.0 5.0.45-1 [7440kB]   
  
Des:11 http://ftp.br.debian.org lenny/main psmisc 22.5-1 [84,5kB]   
  
Des:12 http://ftp.br.debian.org lenny/main mysql-server-5.0 5.0.45-1 [26,7MB]   
  
Des:13 http://ftp.br.debian.org lenny/main mysql-server 5.0.45-1 [49,4kB]   
  
Descargados 43,6MB en 2m28s (293kB/s)   
  
debconf: no se pudo inicializar la interfaz: Readline
debconf: (Can't locate 

Bug#451531: /sbin/start-stop-daemon: gives wrong warning if daemon does not delete pidfile before dying

2007-11-16 Thread Marc Haber
Package: dpkg
Version: 1.14.7
Severity: minor
File: /sbin/start-stop-daemon

Hi,

$ sudo /sbin/start-stop-daemon --stop --pidfile /var/run/ser2net.pid --retry 5 
--quiet --oknodo --verbose
Stopped process in pidfile /var/run/ser2net.pid' (pid 15061).
/sbin/start-stop-daemon: warning: failed to kill 15061: No such process

The daemon is, however, dead since the first kill attempt killed it
successfully. s-s-d did not look at the daemon, but at the pidfile.

This is a rather common cause of grief since /lib/lsb/init-function's
killproc uses --retry 5 if no Signal is explicitly given on the
command line.

I have also filed a bug against lsb-base (#451529) for this to be
addressed in killproc as well.

Greetings
Marc


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

Kernel: Linux 2.6.23.1-scyw00225 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils 5.97-5.4   The GNU core utilities
ii  libc6 2.6.1-6GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451288: [INTL:nl] Updated Dutch po-debconf translation

2007-11-16 Thread Julien Valroff

Le ven, 16 nov 2007, Christian Perrier [EMAIL PROTECTED] évrivait :


Quoting Julien Valroff ([EMAIL PROTECTED]):

package rkhunter
tags 451288 + pending
thanks

Le mercredi 14 novembre 2007 à 19:50 +0100, cobaco (aka Bart Cornelis) a
écrit :
 Package: rkhunter
 Severity: wishlist
 Tags: patch l10n

 Please find attached the updated dutch po-debconf translation. Please add
 it to your next package revision, it should replace the current
 debian/po/nl.po in your package tree, TIA.

Thank you for your work, it will be part of the next upload.

 Feel free to mail me if this file needs updating at some future date.

I will try and get used to 'podebconf-report-po --call' ;)



At least now, don't.

I sent an Intent to Review the package's templates and that review
will soon start. It is very likely to break templates so calling for
translations now would be an unwise idea.


That was clear for me. I meant I will get used to using this tool for  
the future ;-)


Cheers,
Julien






Bug#293316: Anything new with this package ?

2007-11-16 Thread Romain Beauxis
Le Friday 16 November 2007 11:27:51 Guillaume Pellerin, vous avez écrit :
 Hi Romain !

Hi !

 I discussed about this situation with Piem ([EMAIL PROTECTED]) yesterday
 evening. He proposes that I maintain the package and maybe you could be my
 sponsor ? What do you think about this since I've already packaged it ?
 (see http://debian.parisson.org/ezstream_0.2.1-4_i386.deb)

Well, given the time we've been waiting with this package, I really think it 
should be maintained with a team.

That would ease upload and bug fix, and please each candidate for maintenance.

Would you accept team maintenance ? 
And if not, why ?

I asked this because I feel that team maintenance is a more constructive way 
of working together than sponsoring...

I may sponsor, but I'd like to have your answer on this point before..

 I'd be so pleased that this program could be finally uploaded !

Yes, debian lacks that software...



Romain




Bug#442258: locales: locale.alias regression regarding et_EE

2007-11-16 Thread Meelis Roos
 I doubt this is a regression because estonian was already binded to
 et_EE.ISO-8859-1 in glibc 2.3.6. I guess it was actually a local change
 you made on your system.

Hmm, yes, it might be a change from many years ago.

 Anyway that will be fixed in next upload.

Thanks.

-- 
Meelis Roos ([EMAIL PROTECTED])



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#445612: several problem with gdm and gdmsetup

2007-11-16 Thread Josselin Mouette
Hi,

Le dimanche 07 octobre 2007 à 11:37 +0200, giggz a écrit :
 Since the upgrade of gdm today, I notice sevral problem on my SID :
 
 - when I change the theme under gdmsetup several times it apply the
 first theme I choose...I must close gdmsetup and run it again and
 change the theme again in order to have one which works.

Aren't you trying to set it in random mode? In this case you are
selecting several themes, not replacing the default one.

 - The background color is always the default blue...I have choosen
 black but it doesn't work...

This one is a known issue:
http://bugzilla.gnome.org/show_bug.cgi?id=488858

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#451405: sylpheed: Segmentation fault

2007-11-16 Thread Ricardo Mones
On Thu, Nov 15, 2007 at 07:25:41PM +0100, Anders Lagerås wrote:
 Package: sylpheed
 Version: 2.4.7-1
 Severity: grave
 Justification: renders package unusable
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Trying to start sylpheed results only in a segmentation fault being reported.

  Can you open a terminal, run sylpheed --debug (without quotes) and paste 
  the last lines of the output including the segmentation fault here?

  You can also run it under gdb, make it crash and post the backtrace.

  thanks in advance,
-- 
  Ricardo Mones 
  ~
  00:45  hammar cool.. have you used rssyl?  
  00:46 @Ticho um, yesSeen on #sylpheed



signature.asc
Description: Digital signature


Bug#443065: locales: Prompts to replace locale.alias on upgrade

2007-11-16 Thread Aurelien Jarno
reassign 443065 dpkg
thanks

On Tue, Sep 18, 2007 at 02:27:31PM +0100, Mark Brown wrote:
 Package: locales
 Version: 2.6.1-5
 Severity: wishlist
 
 When I upgrade locales I am being prompted to accept changes to
 locale.alias, a file which I have never to my knowledge edited.
 Reviewing the diff appears to support my recollection here.  I'm
 guessing that this is as a result of moving locales.alias into /etc
 - it would be much nicer if this change were handled non-interactively.
 

The prompt is not done by glibc but by dpkg, as it thinks the file has
been modified. Reassigning the bug.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#442158: libc6: *** glibc detected *** double free or corruption (!prev)

2007-11-16 Thread Aurelien Jarno
reassign 442158 mutt

On Thu, Sep 13, 2007 at 06:06:53PM +0200, Sven Luther wrote:
 Package: libc6
 Version: 2.3.6.ds1-13etch2
 Severity: normal
 
 
 Hi, ...
 
 I was using mutt on my Inbox in a vserver on a Apple dual G5 Xserve
 running etch.
 
 When closing to save, i got the following error :
 
   *** glibc detected *** double free or corruption (!prev)
 

This means mutt is trying to free a memory zone twice. Not a glibc bug,
reassigning.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#448628: gksu: sudo mode doesn't work with a non-C locale

2007-11-16 Thread Josselin Mouette
Hi,

Le samedi 10 novembre 2007 à 01:53 +0100, Josselin Mouette a écrit :
 I'm attaching a patch to replace the password nevertheless when the user
 explicitly asked for it. Please apply it to make gksudo usable again.

Do you have any news on this issue? It is making gksu entirely unusable
in sudo mode.

If you don't have time to update the package, do you have anything
against a NMU for this bug?

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#451494: I ran into this bug, see the message on http://www.mail-archive.com/[EMAIL PROTECTED]/msg36333

2007-11-16 Thread Hans van Zijst
I ran into this bug, see the message on http://www.mail-archive.com/[EMAIL 
PROTECTED]/msg36333.html 

Today I downgraded to 1.2.23-1 and now it works again.

Kind regards,

Hans





Bug#451428: nfs-kernel-server: rpc.mountd segfault on mount

2007-11-16 Thread Jonas Häggqvist
Package: nfs-kernel-server
Version: 1:1.0.10-6+etch.1
Severity: normal


rpc.mountd consistently segfaults for me when attempting to mount an
export. In the run below, I run mount on a remote machine to attempt
to mount it. After that, mountd segfaults.

This is on an NSLU2 with an i386 client.


# gdb /usr/sbin/rpc.mountd
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as arm-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.

(gdb) run -d all -F
Starting program: /usr/sbin/rpc.mountd -d all -F
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
mountd: MNT3(/home/rasher) called
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x400b2e4c in memcpy () from /lib/libc.so.6



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-ixp4xx
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)

Versions of packages nfs-kernel-server depends on:
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libgssap 0.10-4  A mechanism-switch gssapi library
ii  libkrb53 1.4.4-7etch4MIT Kerberos runtime libraries
ii  libnfsid 0.18-0  An nfs idmapping library
ii  librpcse 0.14-2etch3 allows secure rpc communication us
ii  libwrap0 7.6.dbs-13  Wietse Venema's TCP wrappers libra
ii  lsb-base 3.1-23.2etch1   Linux Standard Base 3.1 init scrip
ii  nfs-comm 1:1.0.10-6+etch.1   NFS support files common to client
ii  ucf  2.0020  Update Configuration File: preserv

nfs-kernel-server recommends no packages.

-- no debconf information

-- 
Jonas Häggqvist
rasher(at)rasher(dot)dk



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#358853: Patch I applied.

2007-11-16 Thread Raúl Sánchez Siles
  Hello:

  Find attached the patch I've used against to build the package.

  Thanks.
-- 
Raúl Sánchez Siles
Index: kompare/libdiff2/parserbase.cpp
===
--- kompare/libdiff2/parserbase.cpp	(révision 616444)
+++ kompare/libdiff2/parserbase.cpp	(copie de travail)
@@ -521,7 +521,9 @@
 
 	QChar first = line[0];
 
-	return ( first == context || first == added || first == removed );
+	return ((first == context)
+	 || ( (first == removed)  !m_unifiedDiffHeader1.exactMatch(line) )
+	 || ( (first == added)!m_unifiedDiffHeader2.exactMatch(line) )  );
 }
 
 bool ParserBase::parseUnifiedHunkBody()


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


Bug#451467: fvwm1: wrong link target for fvwm manpage

2007-11-16 Thread Uwe Storbeck
Package: fvwm1
Version: 1.24r-51.2
Severity: minor

fvwm1 provides a wrong link to the fvwm manpage for update-alternatives:

link target: /usr/share/man/man1/fvwm1.1x.gz
manpage: /usr/share/man/man1/fvwm1.1.gz

Regards,

Uwe

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (850, 'stable'), (750, 'testing'), (650, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fvwm1 depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  m4 1.4.8-2   a macro processing language

fvwm1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451438: mingw32: cannot find -lgcc_s

2007-11-16 Thread Mikael Magnusson

Ron wrote:
...

As I understand comments from Danny wrt the 4.2.1 release this isn't
the only problem with doing that still.

If people have the time/need for this, I'd welcome a concise report
on exactly what we'd need to do to the package to support it, and
how well it is presently expected to work.

People have been dabbling with this for quite some time, but details
still seem a bit thin on the ground, and what few there are still
seem to indicate there is unresolved trouble with it.  It does sound
like it might be viable sometime in the next few releases though.

If someone knows more than that, please tell ...

Cheers,
Ron




I think you should add a notice to README.Debian that mingw32 in lenny 
and sid is unsuitable for building projects which depends on exceptions 
to cross dll/exe boundaries. I use mingw32 to cross-compile minisip and 
I need to downgrade to mingw32 in etch which is working for me.


Mikael



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451513: log4cpp: FTBFS: updated timestamp cause failing autotools run

2007-11-16 Thread Philipp Kern
Package: log4cpp
Version: 1.0-2
Severity: serious

Dear maintainer of log4cpp,

your latest revision introduced a patch to configure{,.in}.  This
updates the timestamp of both files and, lacking maintainer mode,
causes the Autotools scripts to rerun automake and autoconf
which subsequently fails.  The package does not depend on those tools
and not all necessary m4 defines needed to reproduce the build system
are provided in the tarball.

Your package failed to auto-build on sparc because of this issue but
I could easily reproduce the issue on my machine by calling
`debian/rules apply-patches' and then running `./configure  make'.

[...]
config.status: creating include/config.h
config.status: executing depfiles commands
creating include/log4cpp/config.h - prefix LOG4CPP for include/config.h defines
dirname: extra operand `/boot'
Try `dirname --help' for more information.
/* automatically generated bcb5/ config/ debian/ doc/ include/ m4/ msvc6/ 
openvms/ patches/ src
/usr/bin/make -C . 
make[1]: Entering directory `/build/buildd/log4cpp-1.0'
cd .  /bin/sh /build/buildd/log4cpp-1.0/config/missing --run aclocal-1.10 
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of 
AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
 cd .  /bin/sh /build/buildd/log4cpp-1.0/config/missing --run automake-1.10 
--gnu 
Makefile.am:1: DOC does not appear in AM_CONDITIONAL
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory `/build/buildd/log4cpp-1.0'
make: *** [debian/stamp-makefile-build] Error 2
**
Build finished at 20071027-0440
FAILED [dpkg-buildpackage died]
Purging chroot-unstable/build/buildd/log4cpp-1.0

Kind regards,
Philipp Kern
Debian Developer



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451514: subversion: small German translation mistake

2007-11-16 Thread Peter Eisentraut
Package: subversion
Version: 1.4.4dfsg1-1
Severity: minor
Tags: patch

#: libsvn_client/commit_util.c:325
#, c-format
msgid Aborting commit: '%s' remains in conflict
msgstr Übertragung abgebrochen: »%s« beibt im Konflikt

should be bleibt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451391: unable to start with german translation

2007-11-16 Thread Francesco Namuri
Hi Marek,

Il giorno ven, 16/11/2007 alle 02.38 +0100, Marek Straka ha scritto:
 I have found the solution.
 
 LC_ALL=de_DE.utf8 homebank   does not work
 LANG=de_DE.UTF-8 homebank does not work
 
 correct command is
 LANGUAGE=de_DE.UTF-8 homebank
 
 also all other Programms are accepting this Language option - except of QT 
 programs. They need 
 'LC_ALL=...' or 'LANG=...'
 
 Could it be behaviour of my Desktop? I have XFCE
I don't think so...

 Otherwise you can close this Bug.
before of closing the bug I want to investigate why it's not working for
you...

I've tried all the methods: LC_ALL, LANG and LANGUAGE and I don't get
any warning or error on the console, all works well...

please can you post the output of:

$ locale --all-locales

$ locale

execute these commands on a fresh xfce console, without setting any
environment variable...

and then try to start homebank from the console using all methods,
LC_ALL, LANG and LANGUAGE and please post the console output.

these outputs can help me to understand the problem...

cheers,
francesco

-- 
Francesco Namuri
francesco(at)namuri(dot)it   http://namuri.it/
id gpg key: 21A4702A [EMAIL PROTECTED]


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#451508: libpam-modules: PAM adding faulty module: /lib/security/pam_unix.so

2007-11-16 Thread [EMAIL PROTECTED]
Package: libpam-modules
Version: 0.99.7.1-5
Severity: normal

I recently noticed in my syslog, many error messages I hadn't seen before :
Nov 16 14:15:01 ns1 CRON[9925]: PAM unable to dlopen(/lib/security/pam_unix.so)
Nov 16 14:15:01 ns1 CRON[9925]: PAM [dlerror: /lib/security/pam_unix.so: 
symbol pam_modutil_getlogin, version LIBPAM_MODUTIL_1.0 not defined in file 
libpam.so.0 with link time reference]
Nov 16 14:15:01 ns1 CRON[9925]: PAM adding faulty module: 
/lib/security/pam_unix.so
Nov 16 14:15:01 ns1 CRON[9925]: PAM unable to dlopen(/lib/security/pam_env.so)
Nov 16 14:15:01 ns1 CRON[9925]: PAM [dlerror: /lib/security/pam_env.so: symbol 
pam_syslog, version LIBPAM_EXTENSION_1.0 not defined in file libpam.so.0 with 
link time reference]
Nov 16 14:15:01 ns1 CRON[9925]: PAM adding faulty module: 
/lib/security/pam_env.so
Nov 16 14:15:01 ns1 CRON[9925]: PAM unable to 
dlopen(/lib/security/pam_limits.so)
Nov 16 14:15:01 ns1 CRON[9925]: PAM [dlerror: /lib/security/pam_limits.so: 
symbol pam_syslog, version LIBPAM_EXTENSION_1.0 not defined in file 
libpam.so.0 with link time reference]
Nov 16 14:15:01 ns1 CRON[9925]: PAM adding faulty module: 
/lib/security/pam_limits.so
Nov 16 14:15:01 ns1 CRON[9925]: Module is unknown

I doesn't seems to have much impact on my box, as all seems to run as usual...



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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpam-modules depends on:
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libdb4.6 4.6.19-1Berkeley v4.6 Database Libraries [
ii  libpam0g 0.99.7.1-5  Pluggable Authentication Modules l
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries

libpam-modules recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451267: dblatex: tries to compile incorrect document

2007-11-16 Thread Josselin Mouette
Le vendredi 16 novembre 2007 à 13:23 +0100, Andreas Hoenen a écrit :
 Sadly, I cannot reproduce your problem:
 
  
 
 [EMAIL PROTECTED]:~/dblatex/work/bug451267$ cat incorrect.xml
 ?xml version=1.0?
 !DOCTYPE article
   PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
   http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
 article lang=en
   titleNon validating docbook article/title
 
   itemizedlist
 paraExample paragraph/para
   /itemizedlist
 /article
 
 [EMAIL PROTECTED]:~/dblatex/work/bug451267$ dblatex incorrect.xml
 Build the listings...
 XSLT stylesheets DocBook -  LaTeX 2e (0.2.6-1)
 ===
 Build incorrect.pdf
 This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  %-line parsing enabled.
 entering extended mode
 pdflatex failed
 incorrect_tmp.tex:35: Something's wrong--perhaps a missing \item.
 incorrect_tmp.tex:35: leading text: \end{itemize}
 Error: pdflatex compilation failed

This is exactly the issue i'm talking about. This error message doesn't
give any hint about where the problem comes from.

 dblatex expects valid DocBook as its input.  However, it does no
 validation on its own (there are tools like xmllint for this), and it
 tries to transform the input even if the latter has errors: best effort
 principle.
 
 If dblatex succeeds, great.  If not, don't blame the tool.  One could
 consider this a case of shit in, shit out.

As a tool that handles XML which is a format that can easily be
validated, I'd expect it to at least give a warning when the XML input
isn't valid.

In this specific case, the compilation fails, and that's expected.
However I'd like to see something about the real reason, which is
malformed XML, not something about a missing \item.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#432817: acknowledged by developer (closing 425851)

2007-11-16 Thread Fabian Greffrath
You have closed #425851, which has been forcibly merged with my Report 
#432817. You have closed the former, because you consider it a bug in 
VMWare, and this led to the closure of my bug as well. However, I have 
not encountered this bug in a VMWare environment but on a real Computer!



Debian Bug Tracking System schrieb:

This is an automatic notification regarding your Bug report
#432817: Harddisc changed from /dev/hda to sda from 2.6.18,
which was filed against the linux-2.6 package.

It has been marked as closed by one of the developers, namely
Bastian Blank [EMAIL PROTECTED].

You should be hearing from them with a substantive response shortly,
in case you haven't already. If not, please contact them directly.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


  



--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451485: units: acres calculated with US survey foot not normal foot

2007-11-16 Thread Hamish
Package: units
Version: 1.85-3
Severity: normal

Hi,

I noticed something weird, acres are treating feet and survey feet backwards
as far as I can tell. According to my copy of Glover's Pocket Ref 2nd ed. it 
should be 640 acres in a sq mile exactly.


$ echo $LANG
C
$ units '1 acre' 'mile^2'
* 0.0015625063
/ 639.99744
$ units '1 usacre' 'mile^2'
* 0.0015625063
/ 639.99744
$ units '1 intacre' 'mile^2'
* 0.0015625
/ 640

/usr/share/misc/units.dat has:
# Localisation
#
!locale en_US

acreusacre
acrefootusacrefoot


but usacre is aliased to 10 surveychain^2 and usacrefoot to surveyfoot.

the default foot in the US is not the survey foot, so it is odd that
the default acre is set to use survey feet.


or it could be that I've been staring at this too long and I'm missing
the intention.

export LANG=en_US   # doesn't help  (I am in New Zealand)


??

thanks,
Hamish

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages units depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libncurses55.5-5 Shared libraries for terminal hand
ii  libreadline5   5.2-2 GNU readline and history libraries

units recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451502: hplip is NON-FREE as of 2.7.10

2007-11-16 Thread Rick Richardson
Package: hplip
Version: 2.7.10

Note: HPLIP is free, open source software distributed under the MIT,
BSD, and GPL licenses. HP does not provide formal consumer or commercial
support for this software.

Unfortunately, this statement is incorrect as of 2.7.10.

hplip/hpijs since 2.7.10 is not open software anymore.

It downloads binary libraries and firmware automatically






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367663: #367663 reopened?

2007-11-16 Thread Filip Van Raemdonck
Hi Mario,

On Nov 16, 2007 9:28 AM, Mario Iseli [EMAIL PROTECTED] wrote:

 is there a reason why you have reopened the bug? If yes, could you please
 provide some additional information?

Yes, gdmap 0.7.5-3 does not seem to have LFS again.

I CCed the bug message system to record this, but it seems that
message didn't get through somehow. Probably because it was processed
before the unarchival.


KR,

Filip



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#72140: [1]:

2007-11-16 Thread Wright

We offer the software for downloads only. It means that you do not receive a 
fancy package and a printed manual that actually aggregate the largest part of 
the retail price. And one more advantage of OEM Software is that you don't need 
to wait for delivery. You can download and install you software at once after 
paying for it.

http://bfebagn.oemcleversoft.com




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451507: timer-applet: double-clicking on a preset should start the timer

2007-11-16 Thread Francesco Potorti`
Package: timer-applet
Version: 1.3.1-1
Severity: wishlist

Once I open the timer-applet window, I see a list of presets.  To select
one, I must double-click it ant then press the Start timer button.

I think that double-clicking on one preset should suffice to start the
applet.  That would make it quicker to use.

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

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set 
to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages timer-applet depends on:
ii  gconf2 2.20.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.20.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.20.0-1  The Bonobo UI library
ii  libc6  2.6.1-1   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1+b2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.20.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.14.1-5  The GLib library of C routines
ii  libgnome-keyring0  0.8.1-2   GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.0-3GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.1-1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.18.3-2  library for GNOME Panel applets
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra

timer-applet recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#450836: installation-reports: Does not allow ethernet over firewire

2007-11-16 Thread Helge Kreutzmann
Hello Maximilian,
On Thu, Nov 15, 2007 at 01:24:32PM +0100, maximilian attems wrote:
 On Thu, Nov 15, 2007 at 12:53:31PM +0100, Frans Pop wrote:
  On Thursday 15 November 2007, Frans Pop wrote:
  It looks as if the new stack just does not have any Ethernet support (yet?).
  I also no longer have a firewire Ethernet device on my x86_64 system.
  
  This is confirmed on:
  http://wiki.linux1394.org/JujuMigration
  
  That same page lists several issues with the new stack when compared to the 
  old one and also has the following recommendation:
  ! ! Regarding Linux 2.6.22 and 2.6.23, the best advice to Linux
  ! distributors (kernel packagers) as well as to regular users is: Build only
  ! the old IEEE 1394 drivers.
  
  Please activate the old stack again.
 
 the new stack is very promising,
 we will reconsider later if no eth1394 shows up,
 for now that's just a minor regression.

Well, for *me* at least this is not minor, because it means I need to
rebuild the kernel before I can start installing, as I've currently
only have a spare firewire cable (which I frequently used with
various kernels already). 

At which state do you reconsider eth1394 support? Given that the
developer of this module is a DD I hope this happens soon.

 see discussions on d-kernel,
 nobody spoke up when the anncouncement about missing eth1394 was declared.

It would be kind if you could announce this a little more prominently
(e.g. on http://www.debian.org/devel/debian-installer/ ) as I do not
read d-kernel.

Thanks!

Greetings

Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#451208: installation-report: Successful install

2007-11-16 Thread Frans Pop
On Thursday 15 November 2007, Bill Wohler wrote:
   Please find hardware-summary attached. Note that free: stanza is
   incorrect--I actually have 2 GB of memory.
 
  It might, but Linux is definitely only seeing a bit less than 1 GB of
  that.  Does free report the full 2 GB on other OSes (Ubuntu Live CD,
  Windows?), and/or do you see the full 2 GB with memtest86+?

 Hi Jim, I just noticed that 1 GB was in the report. My system--once
 installed--has always reported 2 GB. The question is: why did only 1 GB
 appear in the report?

No idea. But it _does_ mean that the kernel only saw 1 GB during the 
installation. One possible cause may be that the installer uses a 486 
kernel while the installed system will probably have gotten a 686 kernel.

This is not an installer issue, but a kernel issue.
If you want to check this out further, you should start by carefully 
comparing the output of 'dmesg' on the installed system with the first part 
(the part that has the kernel boot messages) of the installation syslog 
file in /var/log/installer.

  If LC_ALL was set to C during installation, I think libpaper1 would
  have defaulted to A4 (because locale width and locale height
  return A4 size in that case)

 Hmmm, I recall entering my language and locale at the beginning of the
 installation. Perhaps the installer should have set LC_ALL to
 en_US.UTF-8, in which case libpaper1 would have defaulted to letter
 instead of A4. Maybe this *is* a bug in the installer?

No, if anything it is a bug in the individual packages that are involved.

IIRC the fact that the default value in /etc/papersize will not always match 
the locale (I think it's basically always letter by default) is a known 
issue. You can change it by running 'dpkg-reconfigure libpaper1'. See also
'man papersize'.

However, it may also be a problem with some individual package and not 
related to /etc/papersize.
Anyway, it's not an issue with the installation system itself.

Cheers,
FJP



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451500: xmp_2.5.0-pre2-1(experimental/powerpc/anakreon): configure error: Cannot create executables

2007-11-16 Thread Marc 'HE' Brockschmidt
Package: xmp
Version: 2.5.0-pre2-1
Severity: serious
Tags: experimental

Heya, building your package failed on my ppc buildd:

| Automatic build of xmp_2.5.0-pre2-1 on anakreon.ftwca.de by sbuild/powerpc 
98-farm
| Build started at 20071115-2340
| **

[...]

| make[1]: Entering directory `/build/buildd/xmp-2.5.0-pre2'
| Makefile:24: Makefile.rules: No such file or directory
| checking build system type... powerpc64-unknown-linux-gnu
| checking host system type... powerpc64-unknown-linux-gnu
| checking for gcc... gcc
| checking for C compiler default output file name... 
| configure: error: C compiler cannot create executables
| See `config.log' for more details.
| make[1]: *** [Makefile.rules] Error 77
| make[1]: Leaving directory `/build/buildd/xmp-2.5.0-pre2'
| make: *** [clean] Error 2
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
exit status 2
| **
| Build finished at 20071115-2340
| FAILED [dpkg-buildpackage died]
| Build needed 00:00:02, 3976k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=powerpcpkg=xmpver=2.5.0-pre2-1

Marc
-- 
BOFH #185:
system consumed all the paper for paging



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451438: mingw32: cannot find -lgcc_s

2007-11-16 Thread Ron
retitle 317146 Regression: mingw-4.2 requires shared lib{gcc,stdc++} for 
cross-dll exceptions
severity 317146 normal
thanks


Hi Mikael,

On Fri, Nov 16, 2007 at 11:33:00AM +0100, Mikael Magnusson wrote:
 I think you should add a notice to README.Debian that mingw32 in lenny and 
 sid is unsuitable for building projects which depends on exceptions to 
 cross dll/exe boundaries. I use mingw32 to cross-compile minisip and I need 
 to downgrade to mingw32 in etch which is working for me.

Oh.  I wasn't aware of an active regression here, but yes, that indeed
seems to be a known issue with 'upgrading' from 3.4 to current 4.x ...

I'm not sure what the current timeline looks like for a 4.3 release,
but it sounds like it hopes to resolve both this and Dwarf2 exception
handling, so that might be our cue to switch from the sjlj builds too.

I probably won't do a new upload just to add this note, but the race
will be on as to whether the next upload fixes it, or notes that it's
still an issue...

In the meantime, I've retitled this bug report, to hopefully catch
the attention of anyone else who gets bitten by this, in one of the
first places they might look when they do.

So far as I can see, the current most stable workaround is to go back
to the 3.4 toolchain if you need this.  Hopefully not too many people
will need both it and fixes from 4.2 -- if you do, a static build that
doesn't throw across dll boundaries is probably your best answer right
now ...

Cheers,
Ron





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451505: erlang_1:11.b.5dfsg-9(experimental/powerpc/anakreon): beam/erl_bif_info.c:1221: error: 'am_powerpc' undeclared

2007-11-16 Thread Marc 'HE' Brockschmidt
Package: erlang
Version: 1:11.b.5dfsg-9
Severity: serious
Tags: experimental

Heya,

Building erlang failed on my ppc buildd:

| Automatic build of erlang_1:11.b.5dfsg-9 on anakreon.ftwca.de by 
sbuild/powerpc 98-farm
| Build started at 20071115-2240
| **

[...]

| gcc  -g  -O2 
-I/build/buildd/erlang-11.b.5dfsg/erts/powerpc64-unknown-linux-gnu  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -D_GNU_SOURCE  -DUSE_THREADS 
-D_THREAD_SAFE -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS -DHYBRID 
-DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -DUSE_THREADS 
-D_THREAD_SAFE -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS  -Ibeam -Isys/unix 
-Isys/common -Ipowerpc64-unknown-linux-gnu/opt/hybrid 
-Ipowerpc64-unknown-linux-gnu -Izlib -Ihipe -I../include/internal 
-I../include/internal/powerpc64-unknown-linux-gnu -c beam/erl_bif_info.c -o 
obj/powerpc64-unknown-linux-gnu/opt/hybrid/erl_bif_info.o
| beam/erl_bif_info.c: In function 'do_make_one_lnk_element':
| beam/erl_bif_info.c:250: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
| beam/erl_bif_info.c: In function 'system_info_1':
| beam/erl_bif_info.c:1221: error: 'am_powerpc' undeclared (first use in this 
function)
| beam/erl_bif_info.c:1221: error: (Each undeclared identifier is reported only 
once
| beam/erl_bif_info.c:1221: error: for each function it appears in.)
| make[4]: *** [obj/powerpc64-unknown-linux-gnu/opt/hybrid/erl_bif_info.o] 
Error 1
| make[4]: Leaving directory `/build/buildd/erlang-11.b.5dfsg/erts/emulator'
| make[3]: *** [opt] Error 2
| make[3]: Leaving directory `/build/buildd/erlang-11.b.5dfsg/erts/emulator'
| make[2]: *** [hybrid] Error 2
| make[2]: Leaving directory `/build/buildd/erlang-11.b.5dfsg/erts'
| make[1]: *** [emulator] Error 2
| make[1]: Leaving directory `/build/buildd/erlang-11.b.5dfsg'
| make: *** [build-hipe-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20071115-2337
| FAILED [dpkg-buildpackage died]
| Build needed 00:55:36, 177508k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=powerpcpkg=erlangver=1:11.b.5dfsg-9

Marc
-- 
BOFH #196:
Me no internet, only janitor, me just wax floors.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426387: closed by Oliver Elphick [EMAIL PROTECTED] (Bug fixed by latest release)

2007-11-16 Thread Oliver Elphick

On Thu, 2007-11-15 at 18:58 +0100, Kurt Roeckx wrote:
 reopen 426387
 thanks
 
  From: Oliver Elphick [EMAIL PROTECTED]
  Date: Tue, 13 Nov 2007 07:21:12 +
  To: [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: Bug fixed by latest release
  X-Spam-Status: No, score=-3.9 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO 
  autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
  
  This bug appears to have been fixed by the latest release, 2.3-1
 
 I don't know why you think this was fixed, both 2.3-1 and 2.3-2
 still have the problem.

It doesn't go wrong for me.

-- 
Oliver Elphick  [EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
 
 You're nearly out of time!   http://www.lfix.co.uk/disappearance.html


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451504: fakeroot: FTBFS on kfreebsd-amd64

2007-11-16 Thread Aurelien Jarno
Package: fakeroot
Version: 1.8.4
Severity: important
Tags: patch

fakeroot fails to build on kfreebsd-amd64 as it tries to build the
32-bit version of fakeroot, without build-depending on gcc-multilib.

The small patch below fixes the problem.

--- debian//control.orig2007-11-16 13:39:57.0 +0100
+++ debian/control  2007-11-16 13:40:09.0 +0100
@@ -1,7 +1,7 @@
 Source: fakeroot
 Section: utils
 Priority: optional
-Build-Depends: sharutils, gcc-multilib [amd64 i386 powerpc s390 sparc], 
lib64c-dev [i386 powerpc s390 sparc], lib32c-dev [amd64 kfreebsd-amd64 ppc64]
+Build-Depends: sharutils, gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc s390 
sparc], lib64c-dev [i386 powerpc s390 sparc], lib32c-dev [amd64 kfreebsd-amd64 
ppc64]
 Maintainer: Clint Adams [EMAIL PROTECTED]
 Standards-Version: 3.7.2
 

-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 6.2-1-em64t-p4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fakeroot depends on:
ii  libc0.1   2.6.1-6GNU C Library: Shared libraries

fakeroot recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451475: awffull: Please package version 3.8.2

2007-11-16 Thread Alessandro Polverini
Package: awffull
Version: 3.8.1beta3-1
Severity: wishlist

New package welcome :)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#349332: Failure notice: November 77% OFF

2007-11-16 Thread EasyLink
FAILURE NOTICE  

Your request received at November 16, 05:22:30 PM GMT
from e-mail address [EMAIL PROTECTED]
to be faxed to 34934153700
with a subject of November 77% OFF
could not be delivered.

Reason for failure: Not a registered user

The originating address of your e-mail:

[EMAIL PROTECTED]

is not in our database or is not a registered address associated with
your account.  If you are a registered user, ensure that your e-mail
software originates your mail from one of your registered addresses.

For assistance, please contact EasyLink Customer Support:

For customers in the USA

E-mail:   [EMAIL PROTECTED]
Phone:1 800 624 5266

For customers in all other countries

Email:   [EMAIL PROTECTED]
Phone:44 207 551  or 1 937 264 7000

For user guides, FAQ's and downloads on this service, please visit: 
http://www.easylink.com/support/index.html

Thank you for using EasyLink.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427097: alpine: No default posting method

2007-11-16 Thread David Madore
On Fri, Nov 16, 2007 at 05:35:36PM +0900, Asheesh Laroia wrote:
 Have you checked on the current alpine?  I vaguely remember thinking 
 about fixing it.

I checked 0.9+dfsg-1 from unstable.

 If it still doesn't work, a build-depend on sendmail should do the job, 
 and I'll add that and upload a new package release.

You mean it uses sendmail by default provided that was available at
compile time?  Yikes!

-- 
 David A. Madore
([EMAIL PROTECTED],
 http://www.madore.org/~david/ )



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451486: smsclient: parsing of UCP responses not tolerant enough

2007-11-16 Thread Martin Schmid
Package: smsclient
Version: 2.0.8z-7
Severity: important

The UCP response from the SMSC is between STX and ETX and all other data shall 
be ignored. But currently (up to version 2.0.9a) sms_client is sensitive 
to extra characters.

I've added a simple line for both libucp.c and ucp.c, function 
UCP_parse_response(), just before the sscanf():

--snip--
/*  */
/* Example: */
/* STX01/00045/R/01/A/0041544180972:161298112313/A6ETX  */
/* trn len orc ot arecip:time chksum*/
/*  */

while (*string  (*string != '\002')) string++; //filter leading 
rubbish

result = sscanf(string, \002%02d/%05d/%c/%02d/%c,
tranRefNo,
length,
ORC,
opType,
ack);
--snip--

This patch makes it usable for pager services like swissphone or telepage which 
are combined SMSC for UCP, TAP and other, which tend to send
fragments from other protocols until they recognize the correct protocol used 
by the client.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages smsclient depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  libc6 2.6.1-1GNU C Library: Shared libraries

smsclient recommends no packages.

-- debconf information:
  smsclient/move:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451435: keepalived: FTBFS on amd64: Conflicting types for loff_t

2007-11-16 Thread Daniel Schepler
Package: keepalived
Version: 1.1.13-1
Severity: serious

From my pbuilder build log:

...
cc -g -Wall -O2  -I/tmp/buildd/keepalived-1.1.13/debian/include -I../include 
-I../../lib -Wall -Wunused -Wstrict-prototypes -D_KRNL_2_6_ 
-D_WITHOUT_LINKWATCH_ -D_WITH_LVS_ -D_HAVE_IPVS_SYNCD_  -c vrrp_arp.c
In file included from /usr/include/net/ethernet.h:26,
 from ../include/vrrp_arp.h:29,
 from vrrp_arp.c:29:
/usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
/usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was here
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here
...
make[3]: *** [vrrp_arp.o] Error 1
make[3]: Leaving directory `/tmp/buildd/keepalived-1.1.13/keepalived/vrrp'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/tmp/buildd/keepalived-1.1.13/keepalived'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/keepalived-1.1.13'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler




Bug#451449: update-notifier: Please update dbus-1-utils dependency

2007-11-16 Thread Michael Biebl
Package: update-notifier
Severity: normal

Hi,

update-notifier has a dependency on dbus-1-utils. This package has been
removed from dbus some time ago and only exists as virtual package to
ease upgrades.

Please update the dependency to either dbus (if update-notifier requires
a system bus) or dbus-x11 (if update-notifier requires a session bus).

Cheers,
Michael


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

Kernel: Linux 2.6.23
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 update-notifier depends on:
ii  dbus [dbus-1-utils] 1.1.2-1  simple interprocess messaging syst
ii  hal 0.5.10-2 Hardware Abstraction Layer
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.1-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
pn  libdbus-1-2 none   (no description available)
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.4generic font configuration library
ii  libgamin0   0.1.9-2  Client library for the gamin file 
ii  libgconf2-4 2.20.1-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgnome-keyring0   2.20.1-1 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.1-2 The GTK+ graphical user interface 
ii  libhal1 0.5.10-2 Hardware Abstraction Layer - share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libnotify1  0.4.4-3  sends desktop notifications to a n
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  notification-daemon 0.3.7-1+b1   a daemon that displays passive pop
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-apt  0.7.3.1+b1   Python interface to libapt-pkg
pn  update-manager  none   (no description available)
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

update-notifier recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451477: Update muttrc-mode.

2007-11-16 Thread Peter S Galbraith
Kumar Appaiah [EMAIL PROTECTED] wrote:

 Hi!
 
 I just observed that emacs-goodies-el has a muttrc-mode.el which is
 very outdated. While I could have updaetd it, I instead (without
 knowing the existence of that mode) wrote a muttrc-mode.el some time
 back, which seems to be a bit better with the newer muttrc
 files. Therefore, please consider updating the existing
 muttrc-mode.el.
 
 Should you want to have a look at mine, it's here:
 http://www.emacswiki.org/cgi-bin/wiki/muttrc-mode.el
 
 Granted, it has a few flaws, but it works OK for most.

Thanks for the report!

Peter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427097: alpine: No default posting method

2007-11-16 Thread Asheesh Laroia

On Fri, 16 Nov 2007, David Madore wrote:


On Fri, Jun 01, 2007 at 11:52:03PM +0200, Reuben Thomas wrote:

There seems to be no default posting method (surely should be
sendmail?): if I try sending mail with no smtp server or posting command
set, which should just use the system default, presumably sendmail, I
get the error: Error sending: no default posting command.


I agree: Debian should, for example, ship an /etc/pine.conf containing 
something like


Have you checked on the current alpine?  I vaguely remember thinking 
about fixing it.


If it still doesn't work, a build-depend on sendmail should do the job, 
and I'll add that and upload a new package release.


-- Asheesh.

--
You will be misunderstood by everyone.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#444902: this bug/#444902 - ssl-cert: incorrect group check

2007-11-16 Thread Adrian Bridgett
On Thu, Nov 15, 2007 at 23:05:31 -0500 (-0500), Justin Pryzby wrote:
 #444902 - ssl-cert: incorrect group check
 http://bugs.debian.org./444902
 
 Actually it isn't even necessary to do getent, as the documented
 behavior for adduser --system is to exit 0 if the user/group exists
 and is a system group, and operate silently if --quiet is given too.

Useful to know - although in this case it doesn't need a user - just a
group.

Adrian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451532: lsb-base: start_daemon mishandles s-s-d return value

2007-11-16 Thread Marc Haber
Package: lsb-base
Version: 3.1-24
Severity: normal

Hi,

the following patch prevents an LSB-ized init script (which should run
set -e) from aborting prematurely if s-s-d returns non-zero:

--- init-functions  2007-11-16 17:27:34.0 +0100
+++ /lib/lsb/init-functions 2007-11-16 17:29:56.0 +0100
@@ -115,12 +115,12 @@
 
 sig=$(echo ${2:-} | sed -e 's/^-\(.*\)/\1/')
 sig=$(echo $sig | sed -e 's/^SIG\(.*\)/\1/')
+status=0
 if [ -n $sig ]; then
-/sbin/start-stop-daemon --stop --pidfile $pidfile --signal $sig 
--quiet $name_param
+/sbin/start-stop-daemon --stop --pidfile $pidfile --signal $sig 
--quiet $name_param || status=$?
 else
-/sbin/start-stop-daemon --stop --pidfile $pidfile --retry 5 --quiet 
--oknodo $name_param
+/sbin/start-stop-daemon --stop --pidfile $pidfile --retry 5 --quiet 
--oknodo $name_param || status=$?
 fi
-status=$?
 if [ $status = 1 ]; then
 [ -n $sig ]  return 0
 return 3 # program is not running

In the original version, status cannot be non-zero as an set -e script
would terminate before setting the status.

Greetings
Marc

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

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

Versions of packages lsb-base depends on:
ii  ncurses-bin   5.6+20071006-3 Terminal-related programs and man 
ii  sed   4.1.5-4The GNU sed stream editor

lsb-base recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451514: subversion: small German translation mistake

2007-11-16 Thread Peter Samuelson

tags 451514 upstream fixed-upstream
thanks

[Peter Eisentraut]
 msgid Aborting commit: '%s' remains in conflict
 msgstr Übertragung abgebrochen: »%s« beibt im Konflikt
 
 should be bleibt

Indeed.  I see someone already noticed and fixed this upstream
(r22290), but that won't be released until early 2008.  Perhaps I'll
steal that patch for now.

Thanks,
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451436: liquidwar: FTBFS on amd64: Using -m32 to compile?

2007-11-16 Thread Daniel Schepler
Package: liquidwar
Version: 5.6.3-3
Severity: serious

From my pbuilder build log:

...
Linking liquidwar (target=default, debug=no, static=no, asm=yes)
random.o: In function `lw_random_generate_map':
random.c:(.text+0x35): warning: the use of `tmpnam' is dangerous, better use 
`mkstemp'
/usr/bin/ld: i386 architecture of input file `glouglou.o' is incompatible with 
i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `monster.o' is incompatible with 
i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `spread.o' is incompatible with 
i386:x86-64 output
collect2: ld returned 1 exit status
make[2]: *** [liquidwar] Error 1
make[2]: Leaving directory `/tmp/buildd/liquidwar-5.6.3/src'
make[1]: *** [build_bin] Error 2
make[1]: Leaving directory `/tmp/buildd/liquidwar-5.6.3'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler




Bug#451520: gcc-4.2: [patch] support for fast-math on hurd-i386

2007-11-16 Thread Michael Banck
Package: gcc-4.2
Version: 4.2.2-3
Severity: important

Hi,

the attached patch adds fast-math support for hurd-i386 to gcc-4.2 to as
well, it's slightly rediffed from the one for gcc-4.1, as that one does
not apply cleanly.

Please apply, several packages (most notably mesa) FTBFS without it.


thanks,

Michael

PS: If you prefer, I can maintain those hurd-specific patches in gcccvs
myself.
#! /bin/sh -e

# DP: Support -ffast-math on hurd-i386.

dir=
if [ $# -eq 3 -a $2 = '-d' ]; then
pdir=-d $3
dir=$3/
elif [ $# -ne 1 ]; then
echo 2 `basename $0`: script expects -patch|-unpatch as argument
exit 1
fi
case $1 in
-patch)
patch $pdir -f --no-backup-if-mismatch -p0  $0
;;
-unpatch)
patch $pdir -f --no-backup-if-mismatch -R -p0  $0
;;
*)
echo 2 `basename $0`: script expects -patch|-unpatch as argument
exit 1
esac
exit 0

--- gcc/config.gcc  2007-11-16 15:27:19.0 +0100
+++ gcc/config.gcc.new  2007-11-16 15:30:25.0 +0100
@@ -1109,6 +1109,7 @@
tmake_file=${tmake_file} i386/t-linux64 i386/t-crtstuff64 i386/t-crtfm 
t-dfprules
;;
 i[34567]86-*-gnu*)
+   tmake_file=${tmake_file} i386/t-crtfm
;;
 i[34567]86-pc-msdosdjgpp*)
xm_file=i386/xm-djgpp.h
--- gcc-4.2-4.2.2/debian/rules.patch
+++ gcc-4.2-4.2.2/debian/rules.patch
@@ -60,6 +60,7 @@
arm-pr30486 \
arm-unbreak-eabi-armv4t \
hurd-profiling \
+   hurd-fast-math \
m68k-fjump \
m68k-save_pic \
m68k-dwarf \


Bug#451521: small logging improvement to login

2007-11-16 Thread Thiemo Nagel
Package: login
Version: 1:4.0.18.1-7
Severity: wishlist
Tags: patch


I'm sending a small patch to improve logging of login.  When getpwnam() fails 
inside the PAM section, login
would just silently quit, which caused me a considerable amount of pain while 
debugging my setup.  I thought,
I'd help avoid others falling into that trap in the future.

Kind regards,

Thiemo


--- login.c-orig2007-11-16 15:23:59.0 +0100
+++ login.c 2007-11-16 15:32:17.0 +0100
@@ -745,10 +745,18 @@
PAM_FAIL_CHECK;
}

-   if (!pwd || setup_groups (pwd))
+   if (!pwd) {
+   SYSLOG ((LOG_ERR, getpwnam(%s) failed, pam_user));
exit (1);
-   else
-   pwent = *pwd;
+   }
+
+   if (setup_groups (pwd)) {
+   SYSLOG ((LOG_ERR, setup_groups() failed for user %s,
+pam_user));
+   exit (1);
+   }
+
+   pwent = *pwd;

retcode = pam_setcred (pamh, PAM_ESTABLISH_CRED);
PAM_FAIL_CHECK;



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages login depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libpam-modules 0.79-4Pluggable Authentication Modules f
ii  libpam-runtime 0.79-4Runtime support for the PAM librar
ii  libpam0g   0.79-4Pluggable Authentication Modules l

login recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#445269: apt: crash on every operation

2007-11-16 Thread Cyril Brulebois
Frans Pop [EMAIL PROTECTED] (15/11/2007):
 This RC BR is keeping apt from migrating to testing. Even though it is
 now over a month old, there is currently no follow-up from any apt
 developers to the BR.
 
 Could someone please have a look?

Gerrit, could you please try moving /var/cache/apt/*.bin somewhere out
of the way so that we can figure out whether that's a different problem
than corrupted caches?

Thank you in advance.

Cheers,

-- 
Cyril Brulebois


pgpSGLqs2PBss.pgp
Description: PGP signature


Bug#293709: The bug persists

2007-11-16 Thread Josselin Mouette
Le vendredi 16 novembre 2007 à 09:09 +, Gonçalo Marrafa a écrit :
  Which is why I'm very tempted to say this is a bug in gnome-terminal; it
  must remember different sizes for the different tabs somehow.
 
 No. Emacs also has the same behavior. As someone said, the bug probably
 only affects windows that measure their size in characters.

But it doesn't affect e.g. xterm. The fact gnome-terminal has a bug
doesn't prevent emacs from having the same bug.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#451405: sylpheed: Segmentation fault

2007-11-16 Thread Anders Lageras
2007/11/16, Ricardo Mones [EMAIL PROTECTED]:
 On Thu, Nov 15, 2007 at 07:25:41PM +0100, Anders Lagerås wrote:
   You can also run it under gdb, make it crash and post the backtrace.
 Setting widgets... done.
prefs_summary_column_get_config(): getting normal folder setting

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb703f6c0 (LWP 24633)]
0xb7a42107 in ?? () from /usr/lib/libgtk-x11-2.0.so.0



-- 
Mvh Anders Lagerås




Bug#451535: debian-installer: allow to 'reuse' encrypted volumes

2007-11-16 Thread Yaroslav Halchenko
Package: debian-installer
Version: 20070308
Severity: normal


I had first installed i386 system with encrypted /home and swap. Then I
decided to install also amd64 build -- reusing both encrypted
partitions. Although I checked out smth like 'delete data' in the
encryption setup menu, which I treated as 'preserve/dont touch', it
did reinitialize them and I had to recreate filesystems on top.

So I think 'Delete data' must be named 'Wipe out data', and another item
in the menu should be 'Reuse' or 'Keep existing encrypted volume'

Thanks in advance!

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'testing'), (300, 'experimental')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451431: iceape: FTBFS: Undefined reference to XFreePixmap

2007-11-16 Thread Mike Hommey
On Fri, Nov 16, 2007 at 05:41:08AM -0500, Daniel Schepler wrote:
 On Friday 16 November 2007 01:43:33 am Mike Hommey wrote:
  On Thu, Nov 15, 2007 at 05:23:49PM -0500, Daniel Schepler wrote:
   Package: iceape
   Version: 1.1.6-1
   Severity: serious
  
   From my pbuilder build log:
  
   ...
 [snip]
   -L../../dist/bin -L../../dist/lib -lgkgfx
   ../../dist/lib/libunicharutil_s.a -L../../dist/bin -lxpcom -lxpcom_core 
   -L../../dist/bin -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
   -L../../dist/bin -lmozjs  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
   -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
   -lgmodule-2.0 -ldl -lglib-2.0-lcairo-Wl,--version-script
   -Wl,../../build/unix/gnu-ld-scripts/components-version-script
   -Wl,-Bsymbolic -ldl -lm
 
  There are a bunch of differences between this and what happens in my
  pbuilder:
 [snip]
   -Wl,--no-whole-archive -L../../dist/bin -L../../dist/lib -lgkgfx
  ../../dist/lib/libunicharutil_s.a -L../../dist/bin -lxpcom -lxpcom_core
  -L../../dist/bin -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
  -L../../dist/bin -lmozjs  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
  -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
  -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0
  -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lcairo 
-Wl,--version-script
  -Wl,../../build/unix/gnu-ld-scripts/components-version-script
  -Wl,-Bsymbolic -ldl -lm
 
  Did you tamper with the pkg-config files ?
 
 No, I didn't.  Here's the output of pkg-config --libs gtk+-2.0 in my amd64 
 chroot, with gtk at version 2.12.1-2 and pango at version 1.18.3-1:
 
 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 
 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
 
 And pkg-config --libs pangocairo:
 
 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl 
 -lglib-2.0

Okay, this was broken by the latest gtk+2.0 package.

The patch at https://bugzilla.mozilla.org/attachment.cgi?id=264996
should fix this. (If you give it a try, don't forget to run autoconf to
update configure)

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451503: subversion: Incorrect mentioning of conflicts

2007-11-16 Thread Peter Samuelson

[EMAIL PROTECTED]
 After a merge I often find these kinds of conflicts in a file:
 
  .working
 
 ===
 
  .merge-right.r15781
 
 Obviously, both are empty lines and there's no need to create a conflict
 over this. I don't know how svn compares but I think adding a simple
 regex check like /^\w*$/ would solve this.

Does it help to use 'svn merge -x-b' or 'svn merge -x-w'?  Those flags
tell it to assume that whitespace changes are not significant.  See
'svn merge --help' for details.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451530: linux-image-2.6.22-2-686: Does not work with the wmware scsi controller

2007-11-16 Thread Bastian Blank
forcemerge 425851 451530
thanks

On Fri, Nov 16, 2007 at 05:54:56PM +0100, Michal Suchanek wrote:
 This is a regression, the etch kernel does work in the virtual machine.

No. vmware implemented the emulation wrong. There is an update
available.

Bastian

-- 
Bones: The man's DEAD, Jim!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451456: paje.app: FTBFS: No rule to make target `Makefile'

2007-11-16 Thread Daniel Schepler
Package: paje.app
Version: 1.4.0-5
Severity: serious

From my pbuilder build log:

...
make[2]: Leaving directory `/tmp/buildd/paje.app-1.4.0/PajeSimulator'
Making all in StorageController...
make[2]: Entering directory `/tmp/buildd/paje.app-1.4.0/StorageController'
GNUmakefile:2: Makefile: No such file or directory
make[2]: *** No rule to make target `Makefile'.  Stop.
make[2]: Leaving directory `/tmp/buildd/paje.app-1.4.0/StorageController'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/tmp/buildd/paje.app-1.4.0'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler




Bug#451068: kvm: black screen while run windowsxp

2007-11-16 Thread Jan Lübbe
I've just uploaded the current upstream version (52) to unstable. Could
you try to reproduce the problem with that version?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416484: More data points....

2007-11-16 Thread Joe Emenaker

Package: kdebluetooth
Version: 1.0~beta8-2

--- Please enter the report below this line. ---
I can confirm that kinputwizard also fails for a Dell Bluetooth Travel 
Mouse (P/N: PU705) and my generic Chinese one (P/N: MCM-200B).


Both of these mice require a PIN (of ) like the MightyMouse does (as 
is mentioned in the outstanding bugs for knetworkwizard). My initial 
guess is that, knetworkwizard doesn't try to use a PIN with what it 
thinks are mice... only keyboards (see 
http://en.opensuse.org/Bluetooth/kinputwizard) and, hence, fails to pair 
with mice which require it. However, I'm able to pair with these mice 
just fine with Kubuntu Gutsy (not sure what version of kinputwizard it 
uses) but it asks me for PINs when connecting. So, I know that *some* 
implementation of kinputmanager can pair with these mice.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-686

Debian Release: lenny/sid
500 unstable www.debian-multimedia.org
500 unstable ftp.uk.debian.org
500 stable ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
kdelibs4c2a (= 4:3.5.7-1) | 4:3.5.8.dfsg.1-4
libacl1 (= 2.2.11-1) | 2.2.45-1
libart-2.0-2 (= 2.3.18) | 2.3.19-3
libattr1 (= 2.4.4-1) | 1:2.4.39-1
libaudio2 | 1.9a-1
libbluetooth2 (= 3.0) | 3.20-1
libc6 (= 2.6.1-1) | 2.6.1-6
libdbus-1-3 (= 1.1.1) | 1.1.1-3
libdbus-qt-1-1c2 (= 0.62.git.20060814) | 0.62.git.20060814-2
libfam0 | 2.7.0-13
libfontconfig1 (= 2.4.0) | 2.5.0-1
libfreetype6 (= 2.3.5) | 2.3.5-1+b1
libgcc1 (= 1:4.2.1) | 1:4.2.2-3
libice6 (= 1:1.0.0) | 2:1.0.4-1
libidn11 (= 0.5.18) | 1.1-1
libjpeg62 | 6b-14
libkbluetooth0 | 1.0~beta8-2
libopenobex1 | 1.3-3
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-3
libqt3-mt (= 3:3.3.7) | 3:3.3.7-9
libsm6 | 2:1.0.3-1+b1
libstdc++6 (= 4.2.1) | 4.2.2-3
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6 | 1:1.0.3-2
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 2:1.1.3-1
libxinerama1 | 1:1.0.2-1
libxrandr2 (= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1
libxt6 | 1:1.0.5-3
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-7
bluez-utils (= 3.13) | 3.13-1
python-qt4-dbus | 4.3.1-1
python-qt4 | 4.3.1-1



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#444507: screem: FTBFS: error: expected specifier-qualifier-list before 'GtkTooltips'

2007-11-16 Thread Cyril Brulebois
tag 444507 pending
thanks

Ana Guerrero [EMAIL PROTECTED] (22/10/2007):
 Could you send a real patch or just prepare a NMU? ;-)

Done, NMU sponsored by Ana, uploaded to DELAYED/2. Debdiff attached.

Cheers,

-- 
Cyril Brulebois
diff -u screem-0.16.1/debian/changelog screem-0.16.1/debian/changelog
--- screem-0.16.1/debian/changelog
+++ screem-0.16.1/debian/changelog
@@ -1,3 +1,17 @@
+screem (0.16.1-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add no-disable-deprecated.patch to avoid FTBFS due to the transition to
+Gtk 2.12. It deletes the “-DGTK_DISABLE_DEPRECATED”,
+“-DGNOME_DISABLE_DEPRECATED”, and “-DGNOMEUI_DISABLE_DEPRECATED” macros
+from the DEPRECATION_FLAGS variable in configure{.ac,} (Closes: #444507).
+  * Menu transition: from “Apps/Editors” to “Applications/Editors”.
+  * Add desktop-files-cleanup.patch to remove the deprecated “Encoding” key,
+per lintian. Also move the “Categories” key of the screem.desktop{,.in}
+files from “Application;Development;” to “Development;WebDevelopment”.
+
+ -- Cyril Brulebois [EMAIL PROTECTED]  Thu, 15 Nov 2007 09:09:26 +0100
+
 screem (0.16.1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload during BSP.
diff -u screem-0.16.1/debian/screem.menu screem-0.16.1/debian/screem.menu
--- screem-0.16.1/debian/screem.menu
+++ screem-0.16.1/debian/screem.menu
@@ -1 +1 @@
-?package(screem):needs=X11 section=Apps/Editors title=Screem 
command=/usr/bin/screem
+?package(screem):needs=X11 section=Applications/Editors title=Screem 
command=/usr/bin/screem
only in patch2:
unchanged:
--- screem-0.16.1.orig/debian/patches/no-disable-deprecated.patch
+++ screem-0.16.1/debian/patches/no-disable-deprecated.patch
@@ -0,0 +1,22 @@
+--- screem-0.16.1.orig/configure   2007-11-15 09:17:22.0 +0100
 screem-0.16.1/configure2007-11-15 09:17:36.0 +0100
+@@ -26003,7 +26003,7 @@
+ 
+ 
+ 
+-DEPRECATION_FLAGS=-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
-DGNOMEUI_DISABLE_DEPRECATED
++DEPRECATION_FLAGS=
+ 
+ CFLAGS=$SCREEM_CFLAGS -Wall $DEPRECATION_FLAGS $CFLAGS
+ 
+--- screem-0.16.1.orig/configure.ac2007-11-15 09:17:22.0 +0100
 screem-0.16.1/configure.ac 2007-11-15 09:17:31.0 +0100
+@@ -255,7 +255,7 @@
+ dnl being the blocker here, need a util function which does the
+ dnl same for utf-8
+ 
+-DEPRECATION_FLAGS=-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
-DGNOMEUI_DISABLE_DEPRECATED
++DEPRECATION_FLAGS=
+ 
+ CFLAGS=$SCREEM_CFLAGS -Wall $DEPRECATION_FLAGS $CFLAGS
+ AC_SUBST(CFLAGS)
only in patch2:
unchanged:
--- screem-0.16.1.orig/debian/patches/desktop-files-cleanup.patch
+++ screem-0.16.1/debian/patches/desktop-files-cleanup.patch
@@ -0,0 +1,56 @@
+--- screem-0.16.1.orig/helpers/browsers-remote/epiphany.desktop
2007-11-15 16:20:43.0 +0100
 screem-0.16.1/helpers/browsers-remote/epiphany.desktop 2007-11-15 
16:20:47.0 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=Epiphany
+ Exec=epiphany %p
+ TryExec=epiphany
+--- screem-0.16.1.orig/helpers/browsers-remote/konqueror.desktop   
2007-11-15 16:20:43.0 +0100
 screem-0.16.1/helpers/browsers-remote/konqueror.desktop2007-11-15 
16:20:47.0 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=Konqueror
+ Exec=konqueror %p
+ TryExec=konqueror
+--- screem-0.16.1.orig/helpers/browsers-remote/opera.desktop   2007-11-15 
16:20:43.0 +0100
 screem-0.16.1/helpers/browsers-remote/opera.desktop2007-11-15 
16:20:47.0 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=Opera
+ Exec=opera %p
+ TryExec=opera
+--- screem-0.16.1.orig/helpers/browsers/epiphany.desktop   2007-11-15 
16:20:44.0 +0100
 screem-0.16.1/helpers/browsers/epiphany.desktop2007-11-15 
16:20:47.0 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=Epiphany (local)
+ Exec=epiphany %U
+ TryExec=epiphany
+--- screem-0.16.1.orig/screem.desktop  2007-11-15 16:27:50.0 +0100
 screem-0.16.1/screem.desktop   2007-11-15 16:27:54.0 +0100
+@@ -12,6 +12,6 @@
+ Icon=screem.png
+ Terminal=0
+ Type=Application
+-Categories=Application;Development;
++Categories=Development;WebDevelopment
+ StartupNotify=true
+ 
MimeType=text/html;application/xhtml+xml;text/xml;text/sgml;application/x-php;application/x-php-source;application/x-asp;text/vnd.wap.wml;image/svg;text/x-javascript;text/javascript;application/x-screem;application/x-screem-tag-tree;text/css;text/plain;text/x-perl;text/x-java;image/svg;text/x-php;text/mathml;text/x-dtd;text/x-sql
+--- screem-0.16.1.orig/screem.desktop.in   2007-11-15 17:10:14.0 
+0100
 screem-0.16.1/screem.desktop.in2007-11-15 17:10:28.0 +0100
+@@ -5,6 +5,6 @@
+ Icon=screem.png
+ Terminal=0
+ Type=Application
+-Categories=Application;Development;
++Categories=Development;WebDevelopment
+ StartupNotify=true
+ 

Bug#451434: installation-guide: FTBFS: Failure on Russian pdf

2007-11-16 Thread Frans Pop
priority 451434 minor
tags 451434 + unreproducible
thanks

On Thursday 15 November 2007, Daniel Schepler wrote:
 From my pbuilder build log:
 ...
 Creating XML files for language 'ru':
 - creating post-install.xml
 - creating partitioning.xml
 ...
 Writing build.out/html/index.html for book
 Info: creating temporary .tex file...
 Info: creating temporary .dvi file...
 Error: build of pdf failed with error code 1
 Info: creating temporary .html file...
 Info: creating .txt file...
 Warning: The following formats failed to build: pdf
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

You do not show for which architecture the build is being done when it 
fails. I cannot reproduce the build failure in pbuilder myself for either 
i386 or alpha. As the build was successful when uploaded, I very much doubt 
that the failure would be specific to a single architecture version of the 
manual, so I did not let the build complete for all other architectures.

Building Russian PDF for the Etch version does take *insanely long* because 
of the change from tetex to texlive, but it does eventually complete 
without failure.
This has already been solved in SVN by adding a dependency on the cm-super 
package. So I expect any build issues to be fixed with the next upload of 
installation-guide (whenever that will be).

As there is basically no reason why anyone should want to (re)build the Etch 
version of the manual on anything other than an Etch system and as the 
issue is unreproducible, I'm reducing the severity to minor.

If you want us to look into your failure in more detail, please provide a 
full build log (gzipped), but I really don't think it is worth it.

Do you perhaps have a time limit set for your builds?

Cheers,
FJP


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


Bug#413400: Fixed already

2007-11-16 Thread Martin Michlmayr
close 413400 20070916-1
thanks

Volker Reichelt writes, The testcase in comment #10 stopped crashing
for me between 2007-08-15 and 2007-09-14.  It wanted to investigate
why, but never managed to.  Seems to be fixed now.

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451510: ttf-root-installer: wrong download url suggested

2007-11-16 Thread Robert Ewald
Package: ttf-root-installer
Version: 5.15.07-4
Severity: minor

The correct link for the fonts archive should be 
ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz instead of 
ftp://root.cern.ch/root/ttf/ttf-fonts.tar.gz.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), 
(1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-3-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to de_DE.utf8)

Versions of packages ttf-root-installer depends on:
ii  debconf [debconf-2.0]       1.5.11       Debian configuration management
ii  wget                        1.10.2-2     retrieves files from the web
ii  xutils                      1:7.1.ds.3-1 X Window System utility programs

ttf-root-installer recommends no packages.

-- debconf information excluded




Bug#451431: iceape: FTBFS: Undefined reference to XFreePixmap

2007-11-16 Thread Daniel Schepler
On Friday 16 November 2007 01:43:33 am Mike Hommey wrote:
 On Thu, Nov 15, 2007 at 05:23:49PM -0500, Daniel Schepler wrote:
  Package: iceape
  Version: 1.1.6-1
  Severity: serious
 
  From my pbuilder build log:
 
  ...
[snip]
  -L../../dist/bin -L../../dist/lib -lgkgfx
  ../../dist/lib/libunicharutil_s.a -L../../dist/bin -lxpcom -lxpcom_core 
  -L../../dist/bin -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
  -L../../dist/bin -lmozjs  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
  -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
  -lgmodule-2.0 -ldl -lglib-2.0-lcairo-Wl,--version-script
  -Wl,../../build/unix/gnu-ld-scripts/components-version-script
  -Wl,-Bsymbolic -ldl -lm

 There are a bunch of differences between this and what happens in my
 pbuilder:
[snip]
  -Wl,--no-whole-archive -L../../dist/bin -L../../dist/lib -lgkgfx
 ../../dist/lib/libunicharutil_s.a -L../../dist/bin -lxpcom -lxpcom_core
 -L../../dist/bin -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
 -L../../dist/bin -lmozjs  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0
 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lcairo 
   -Wl,--version-script
 -Wl,../../build/unix/gnu-ld-scripts/components-version-script
 -Wl,-Bsymbolic -ldl -lm

 Did you tamper with the pkg-config files ?

No, I didn't.  Here's the output of pkg-config --libs gtk+-2.0 in my amd64 
chroot, with gtk at version 2.12.1-2 and pango at version 1.18.3-1:

-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 
-lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0

And pkg-config --libs pangocairo:

-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451492: splashy: [INTL:sk] Slovak translation

2007-11-16 Thread helix84
Package: splashy
Version:
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


sk.po.gz
Description: GNU Zip compressed data


Bug#451469: Example page doesn't behave as expected.

2007-11-16 Thread Daniel Burrows
Package: ikiwiki
Version: 2.12
Severity: normal

  The ikiwiki setup guide suggests entering this example page:

=== cut here ==
Welcome to your new wiki.
All wikis are supposed to have a a href=sandbox.htmlSandBox/a,
so this one does too.

This wiki is powered by [ikiwiki](http://ikiwiki.info).
=== cut here ==

  The problem here: the MarkDown processor appears to treat those
dashes as underlining that should cause the previous line to become a
header.  For those without prior exposure to MarkDown, this is rather
confusing.  Just putting newlines around the (intended) horizontal rule
will fix the problem:

=== cut here ==
Welcome to your new wiki.
All wikis are supposed to have a a href=sandbox.htmlSandBox/a,
so this one does too.



This wiki is powered by [ikiwiki](http://ikiwiki.info).
=== cut here ==

  Daniel

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

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ikiwiki depends on:
ii  gcc [c-compiler]   4:4.2.1-6 The GNU C compiler
ii  gcc-4.1 [c-compiler]   4.1.2-17  The GNU C compiler
ii  gcc-4.2 [c-compiler]   4.2.2-3   The GNU C compiler
ii  libc6-dev [libc-dev]   2.6.1-6   GNU C Library: Development Librari
ii  libcgi-formbuilder-perl3.05.01-1 Easily generate and process statef
ii  libcgi-session-perl4.20-2Persistent session data in CGI app
ii  libhtml-parser-perl3.56-1A collection of modules that parse
ii  libhtml-scrubber-perl  0.08-4Perl extension for scrubbing/sanit
ii  libhtml-template-perl  2.9-1 HTML::Template : A module for usin
ii  libmail-sendmail-perl  0.79-4Send email from a perl script
ii  libtime-duration-perl  1.02-1Time::Duration -- rounded or exact
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  libxml-simple-perl 2.18-1Perl module for reading and writin
ii  markdown   1.0.1-6   Text-to-HTML conversion tool
ii  perl   5.8.8-12  Larry Wall's Practical Extraction 

Versions of packages ikiwiki recommends:
ii  git-core1:1.5.3.5-1  fast, scalable, distributed revisi
pn  hyperestraier   none   (no description available)
ii  libnet-openid-consumer-perl 0.13-1   library for consumers of OpenID id
ii  mercurial   0.9.5-2  Scalable distributed version contr
ii  subversion  1.4.4dfsg1-1 Advanced version control system

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451267: dblatex: tries to compile incorrect document

2007-11-16 Thread Andreas Hoenen
Josselin Mouette [EMAIL PROTECTED] wrote:

 Package: dblatex
 Version: 0.2.6-1

 The following docbook code is incorrect:
   itemizedlist
   parablah/para
   parablah/para
   /itemizedlist

 However it is not detected during the XSL transformation phase. The
 generated TeX code looks like:
   \begin{itemize}
   \end{itemize}
 which is incorrect as well, and the compilation fails without a useful
 message for the user.
snip/

Hi,

two remarks:

1)

Sadly, I cannot reproduce your problem:


[EMAIL PROTECTED]:~/dblatex/work/bug451267$ cat incorrect.xml
?xml version=1.0?
!DOCTYPE article
  PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
  http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
article lang=en
  titleNon validating docbook article/title

  itemizedlist
paraExample paragraph/para
  /itemizedlist
/article

[EMAIL PROTECTED]:~/dblatex/work/bug451267$ dblatex incorrect.xml
Build the listings...
XSLT stylesheets DocBook -  LaTeX 2e (0.2.6-1)
===
Build incorrect.pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
pdflatex failed
incorrect_tmp.tex:35: Something's wrong--perhaps a missing \item.
incorrect_tmp.tex:35: leading text: \end{itemize}
Error: pdflatex compilation failed

[EMAIL PROTECTED]:~/dblatex/work/bug451267$ cat fragment.xml
itemizedlist
  paraExample paragraph/para
/itemizedlist

[EMAIL PROTECTED]:~/dblatex/work/bug451267$ dblatex fragment.xml
Build the listings...
XSLT stylesheets DocBook -  LaTeX 2e (0.2.6-1)
===
*** Warning: the root element is not an article nor a book
*** Warning: element wrapped with article
Build fragment.pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
pdflatex failed
fragment_tmp.tex:35: Something's wrong--perhaps a missing \item.
fragment_tmp.tex:35: leading text: \end{itemize}
Error: pdflatex compilation failed


Thus if you could give me more details.

2)

dblatex expects valid DocBook as its input.  However, it does no
validation on its own (there are tools like xmllint for this), and it
tries to transform the input even if the latter has errors: best effort
principle.

If dblatex succeeds, great.  If not, don't blame the tool.  One could
consider this a case of shit in, shit out.

Regards, Andreas
--
Andreas Hoenen [EMAIL PROTECTED]

GPG: 1024D/B888D2CE
 A4A6 E8B5 593A E89B 496B
 82F0 728D 8B7E B888 D2CE


pgpuHouzNK2Xe.pgp
Description: PGP signature


Bug#451428: nfs-kernel-server: rpc.mountd segfault on mount

2007-11-16 Thread Jonas Häggqvist
Steinar H. Gunderson wrote:
 On Thu, Nov 15, 2007 at 10:29:20PM +0100, Jonas Häggqvist wrote:
 Program received signal SIGSEGV, Segmentation fault.
 0x400b2e4c in memcpy () from /lib/libc.so.6
 
 Could you please make a backtrace here? Preferably in a package with
 debugging symbols compiled in.

During my attempt to do so, I couldn't reproduce the problem with the
packages built with debug symbols. After reinstalling the regular
packages, I can no longer reproduce. I don't know what to blame, but
this bug should be closed at any rate.

-- 
Jonas Häggqvist
rasher(at)rasher(dot)dk



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451496: emacs hangs in endless loop, trying deleting backup file

2007-11-16 Thread Max Kellermann
Package: emacs22-gtk
Version: 22.1+1-2

I was trying to save a file which is owned by my user, but the parent
directory is read-only root:root, and an old backup file (tilde
suffix) already existed, also read-only root:root.

Emacs now consumed 100% CPU; an strace showed the following:

  lstat(/usr/src/debian/build/icu-3.6/debian/changelog~, 
{st_mode=S_IFREG|0644, st_size=9902, ...}) = 0
  stat(/usr/src/debian/build/icu-3.6/debian/changelog~, 
{st_mode=S_IFREG|0644, st_size=9902, ...}) = 0
  unlink(/usr/src/debian/build/icu-3.6/debian/changelog~) = -1 EACCES 
(Permission denied)
  stat(/usr/src/debian/build/icu-3.6/debian/changelog~, 
{st_mode=S_IFREG|0644, st_size=9902, ...}) = 0
  lstat(/usr/src/debian/build/icu-3.6/debian/changelog~, 
{st_mode=S_IFREG|0644, st_size=9902, ...}) = 0
  stat(/usr/src/debian/build/icu-3.6/debian/changelog~, 
{st_mode=S_IFREG|0644, st_size=9902, ...}) = 0



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451358: postfix complains policyd-weight isn't answering (daemon mode)

2007-11-16 Thread Joerg Schuetter
On Thu, 15 Nov 2007 12:46:35 +0100
Jan Wagner [EMAIL PROTECTED] wrote:

 Hi Joerg,
 
 On Thursday 15 November 2007 11:53, Joerg Schuetter wrote:
  On our mailservers we have a lot of these error messages (a few
  hundred per day):
  postfix/smtpd[5112]: warning: timeout on 127.0.0.1:12525 \
while reading input attribute name
  postfix/smtpd[5112]: warning: problem talking to server \
127.0.0.1:12525: Connection timed out
 
 have a look at
 http://article.gmane.org/gmane.mail.postfix.policyd-weight/611,
 there was a long discussion about it. Maybe there are solutions
 for you mentioned.  Please keep me updated.

Except the one from
http://article.gmane.org/gmane.mail.postfix.policyd-weight/636
all of these were tried before, no luck.
Since I don't want to mess up with the perl script (the code in
Etch is different from the one in the thread) I don't dare to
change it.

Code fragment used in Etch:
my $oid   = int(rand()*65536);

Code fragment used in discussion:
my $oid   = 1 + int(rand(65536))

Joerg




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427811: Fix released upstream

2007-11-16 Thread Dylan Thurston
reopen 427811
tag 427811 fixed-in-experimental
thanks

On Fri, Nov 16, 2007 at 08:51:07AM +, Bruce Goglin wrote:
 Right, VT switch problems should be fixed in 2.1.99.
 If people are still experiencing problems that are related to
 the network, please open a new bug report.

2.1.99 seems to currently only be in experimental, so the appropriate
status is fixed-in-experimental, no?

I will try the package and report back if I still see the issue.

--Dylan Thurston



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451468: gui-apt-key: French debconf templates translation

2007-11-16 Thread Steve Petruzzello
Package: gui-apt-key
Version: N/A
Severity: wishlist
Tags: patch l10n



*** /home/steve/bin/po/patch-translate.txt
Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
# gui-apt-key package.
# Copyright (C) 2006
# This file is distributed under the same license as the gui-apt-key package.
# Martin Schulze [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: gui-apt-key\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-11-11 22:56+0100\n
PO-Revision-Date: 2007-11-12 18:07+0100\n
Last-Translator: Steve Petruzzello [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-SourceCharset: utf-8\n
X-Poedit-Language: French\n
X-Poedit-Country: SWITZERLAND\n

#: ../GAK/GUI.pm:38
msgid _Import File
msgstr _Importer le fichier

#: ../GAK/GUI.pm:43
msgid _Update Keys
msgstr _Mettre à jour les clés

#: ../GAK/GUI.pm:48
msgid E_xit
msgstr _Quitter

#: ../GAK/GUI.pm:65
msgid _Properties...
msgstr _Propriétés...

#: ../GAK/GUI.pm:70
msgid _Delete
msgstr Effa_cer

#: ../GAK/GUI.pm:84
msgid _About
msgstr À _propos

#: ../GAK/GUI.pm:99
msgid _File
msgstr _Fichier

#: ../GAK/GUI.pm:104
msgid _Key
msgstr Clef

#: ../GAK/GUI.pm:109
msgid _Help
msgstr _Aide

#: ../GAK/GUI.pm:128
#, perl-format
msgid valid until %s
msgstr valable jusqu'à %s

#: ../GAK/GUI.pm:130
msgid no expiration
msgstr pas d'expiration

#: ../GAK/GUI.pm:133
#, perl-format
msgid expired %s
msgstr expiré %s

#: ../GAK/GUI.pm:135
msgid unknown expiration
msgstr expiration inconnue

#: ../GAK/GUI.pm:180
msgid Select keyring file
msgstr Choix du fichier trousseau

#: ../GAK/GUI.pm:245 ../GAK/GUI.pm:501
msgid APT Key Manager
msgstr Gestionnaire de clé APT

#: ../GAK/GUI.pm:341 ../GAK/GUI.pm:415 ../GAK/GUI.pm:471
msgid Key ID
msgstr ID de la clé

#: ../GAK/GUI.pm:342 ../GAK/GUI.pm:481
msgid Fingerprint:
msgstr Empreinte :

#: ../GAK/GUI.pm:344
msgid Add this key to the keyring?
msgstr Faut-il ajouter cette clé au trousseau ?

#: ../GAK/GUI.pm:358
#, perl-format
msgid The key with ID %s could not be imported.
msgstr La clé avec l'identifiant %s n'a pas pu être importée.

#: ../GAK/GUI.pm:397
msgid Keys
msgstr Clefs

#: ../GAK/GUI.pm:401
msgid Expiration
msgstr Expiration

#: ../GAK/GUI.pm:429
msgid Add key to the keyring
msgstr Ajouter cette clé au trousseau

#: ../GAK/GUI.pm:434
msgid Update keys using the keyring package
msgstr Mise à jour de la clé en utilisant le paquet « keyring »

#: ../GAK/GUI.pm:457
msgid Key Details
msgstr Détails de la clé

#: ../GAK/GUI.pm:458
#, perl-format
msgid Details of 0x%s
msgstr Détails de 0x%s

#: ../GAK/GUI.pm:470
msgid Owner
msgstr Propriétaire

#: ../GAK/GUI.pm:473
#, perl-format
msgid Key expired on %s
msgstr La clé a expiré le %s

#: ../GAK/GUI.pm:475
#, perl-format
msgid Key valid until %s
msgstr Cette clé est valable jusqu'au %s

#: ../GAK/GUI.pm:477
msgid Full ID: 
msgstr ID complète :

#~ msgid _Close
#~ msgstr F_ermer

#~ msgid   _Add  
#~ msgstr A_jouter


  1   2   3   4   >