Bug#357907: xscreensaver-getimage-video: the first video frame should not always be grabbed

2006-03-20 Thread Stéphane Rosi
Package: xscreensaver
Version: 4.23-4
Severity: normal
Tags: patch

Hi!

I have a webcam working with the spca5xx driver. To grab an image from my
webcam, xscreensaver-getimage-video calls streamer.

By the way it is called in xscreensaver-getimage-video, streamer only grabs
the very first frame sent by the webcam. But as there is a hardware automatic
brightness adjustment made by the webcam, the first frame sent is black...
and it takes 2 seconds before having a correct image!

I made a quick hack in xscreensaver-getimage-video that enables taking
the picture 2 seconds after the webcam has been enabled.

I don't know if this issue is really specific to my hardware, but maybe
xscreensaver should have an option to ask after how many seconds the picture
should be grabbed. Or maybe can/should this be handled by the spca5xx driver?

Ask me if if you need more information, screenshots, etc...

Cheers,
-- 
Steph


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (970, 'stable'), (950, 'unstable'), (930, 
'experimental'), (890, 'breezy'), (870, 'dapper'), (500, 'dapper-updates'), 
(500, 'dapper-security'), (500, 'dapper-backports'), (500, 'breezy-updates'), 
(500, 'breezy-security'), (500, 'breezy-backports')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-1The GLib library of C routines
ii  libgtk2.0-0  2.8.13-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpango1.0-01.12.0-0ubuntu1 Layout and rendering of internatio
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxmu6  6.9.0.dfsg.1-4  X Window System miscellaneous util
ii  libxpm4  6.9.0.dfsg.1-4  X pixmap library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxt6   6.9.0.dfsg.1-4  X Toolkit Intrinsics
ii  libxxf86misc16.9.0.dfsg.1-4  X miscellaneous extensions library
ii  libxxf86vm1  6.9.0.dfsg.1-4  X Video Mode selection library
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages xscreensaver recommends:
pn  libjpeg-progs none (no description available)
ii  perl [perl5]  5.8.8-2Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information
--- xscreensaver-4.23/driver/xscreensaver-getimage-video2005-02-23 
02:01:41.0 -0800
+++ /usr/bin/xscreensaver-getimage-video2006-03-19 22:54:06.0 
-0800
@@ -34,6 +34,8 @@
 my $verbose = 0;
 
 my $tmpdir  = $ENV{TMPDIR} || /tmp;
+my $tmpfile1 = sprintf (%s/xssgv01.ppm, $tmpdir, rand(0x));
+my $tmpfile3 = sprintf (%s/xssgv03.ppm, $tmpdir, rand(0x));
 my $tmpfile = sprintf (%s/xssgv.%08x.ppm, $tmpdir, rand(0x));
 
 
@@ -45,6 +47,7 @@
 # If you add other programs to this list, please let me know!
 #
 my @programs = (
+  streamer -a -t3 -r1 -o $tmpfile1; mv $tmpfile3 $tmpfile,   # XawTV 
after 2 sec
 
   bttvgrab -d q -Q -l 1 -o ppm -f $tmpfile,  # BTTV
   qcam  $tmpfile,   # Connectix Qcam


Bug#348604: new endianness problem?

2006-03-20 Thread Harald Staub
 Upstream has released 0.9.6, which includes several endianness issues.
 
 Can you please check whether the packages from
 
 deb-src http://zg.debian.zugschlus.de/zg/pool/main/mhash/ /
 
 Sorry, no powerpc binary packages at this time - I am trying to get
 the package built on some big endian machines.

I built and installed libmhash2_0.9.6-1_powerpc.deb and
libmhash-dev_0.9.6-1_powerpc.deb. Then, I rebuilt and installed
libgringotts1_1.2.1-9_powerpc.deb. gringotts (1.2.8+1.2.9pre1-11) now gives
a Segmentation Fault (after having asked for the password).

Do you think it is necessary to rebuild gringotts as well?
Should I send some sort of a trace?

Thank you and greetings
 Harry


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



Bug#357908: perl-clearsilver: wrong installation directory in original makefile and broken debian/rules

2006-03-20 Thread Lars Kruse
Package: perl-clearsilver
Version: 0.10.2-1
Severity: important
Tags: patch


Content-Type: multipart/mixed; boundary1680032553==
MIME-Version: 1.0
From: Lars Kruse [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: perl-clearsilver: wrong installation directory
Message-ID: [EMAIL PROTECTED]
X-Mailer: reportbug 3.18
Date: Mon, 20 Mar 2006 08:49:26 +0100

This is a multi-part MIME message sent by reportbug.

--===1680032553==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: perl-clearsilver
Version: 0.10.2-1
Severity: important
Tags: patch

I) The makefile of the upstream source code uses a wrong installation
directory (/usr/local/lib/perl instead of /usr/lib/perl5)

II) the debian/rules file contains an invalid line (resulting in a
missing Clearsilver.pm file)

the attached patches should solve both problems

I did already sent a patch to the upstream author regarding the first
(non debian-specific) problem.

Thanks for packaging clearsilver for perl!
Lars

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.5cork
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages perl-clearsilver depends on:
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

perl-clearsilver recommends no packages.

-- no debconf information

--===1680032553==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=clearsilver-perl_installdir.diff

--- Makefile.orig   2006-03-13 00:42:06.0 +0100
+++ Makefile2006-03-20 06:17:50.0 +0100
@@ -29,7 +29,7 @@
@for mdir in $(SUBDIRS); do \
  if test -d $$mdir; then \
if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
- cd $$mdir; $(PERL) Makefile.PL; cd ..; \
+ cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix) 
INSTALLDIRS=vendor; cd ..; \
fi; \
$(MAKE) -C $$mdir PREFIX=$(prefix); \
  fi; \
@@ -46,7 +46,7 @@
@for mdir in $(SUBDIRS); do \
  if test -d $$mdir; then \
if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
- cd $$mdir; $(PERL) Makefile.PL; cd ..; \
+ cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix) 
INSTALLDIRS=vendor; cd ..; \
fi; \
$(MAKE) -C $$mdir PREFIX=$(prefix) install; \
  fi; \

--===1680032553==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=clearsilver-debian_packaging.diff

--- rules.orig  2006-03-20 07:36:21.0 +0100
+++ rules   2006-03-20 07:36:58.0 +0100
@@ -31,7 +31,8 @@
 
 build/perl-clearsilver::
install -d debian/tmp/usr/lib/perl5
-   install -d debian/tmp/usr/lib/perl5/auto/ClearSilver \
+   install -d debian/tmp/usr/lib/perl5/auto/ClearSilver
+   install -m644 $(DEB_BUILDDIR)/perl/ClearSilver.pm \
debian/tmp/usr/lib/perl5/ClearSilver.pm
install -m755 
$(DEB_BUILDDIR)/perl/blib/arch/auto/ClearSilver/ClearSilver.so \
debian/tmp/usr/lib/perl5/auto/ClearSilver/ClearSilver.so

--===1680032553==--

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.5cork
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages perl-clearsilver depends on:
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

perl-clearsilver recommends no packages.

-- no debconf information
--- Makefile.orig   2006-03-13 00:42:06.0 +0100
+++ Makefile2006-03-20 06:17:50.0 +0100
@@ -29,7 +29,7 @@
@for mdir in $(SUBDIRS); do \
  if test -d $$mdir; then \
if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
- cd $$mdir; $(PERL) Makefile.PL; cd ..; \
+ cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix) 
INSTALLDIRS=vendor; cd ..; \
fi; \
$(MAKE) -C $$mdir PREFIX=$(prefix); \
  fi; \
@@ -46,7 +46,7 @@
@for mdir in $(SUBDIRS); do \
  if test -d $$mdir; then \
if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
- cd $$mdir; $(PERL) Makefile.PL; cd ..; \
+ cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix) 
INSTALLDIRS=vendor; cd ..; \
fi; \
$(MAKE) -C $$mdir PREFIX=$(prefix) install; \
  fi; \


Bug#348604: new endianness problem?

2006-03-20 Thread Marc Haber
On Mon, Mar 20, 2006 at 08:51:28AM +0100, Harald Staub wrote:
 I built and installed libmhash2_0.9.6-1_powerpc.deb and
 libmhash-dev_0.9.6-1_powerpc.deb. Then, I rebuilt and installed
 libgringotts1_1.2.1-9_powerpc.deb. gringotts (1.2.8+1.2.9pre1-11) now gives
 a Segmentation Fault (after having asked for the password).

:-(

 Do you think it is necessary to rebuild gringotts as well?

I'd give that a try.

 Should I send some sort of a trace?

Maybe somebody can do something with it. I can't, since I don't know
gringotts at all. I am just looking after mhash bugs since I am
maintainer of aide, which also uses mhash.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



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

2006-03-20 Thread cobaco (aka Bart Cornelis)
On Sunday 19 March 2006 20:32, you wrote:
 Hallo Bart,

  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.

 Shouldn't actualizatie be with an actualisatie ?

correct, good catch :)

- updated version attached
-- 
Cheers, cobaco (aka Bart Cornelis)
  
1. Encrypted mail preferred (GPG KeyID: 0x86624ABB)
2. Plain-text mail recommended since I move html and double
format mails to a low priority folder (they're mainly spam)


proftpd_1.2.10-27_nl.po
Description: application/gettext


pgpzhnyTawsVA.pgp
Description: PGP signature


Bug#357742: please allow for specifying more than one terminal type

2006-03-20 Thread Wouter Verhelst
On Sun, Mar 19, 2006 at 12:49:33PM -0500, Thomas Dickey wrote:
 Stuff like this (in your .login) is already portable, works on every
 unix platform.
 
 #!/bin/sh
 for name in foo bar xterm
 do
 if ( tput -T$name am 2/dev/null )
 then
 echo ok $name
 fi
 done

Yes; but if I then change my terminal (temporarily or permanently), it
does break.

-- 
Fun will now commence
  -- Seven Of Nine, Ashes to Ashes, stardate 53679.4


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



Bug#357910: Unable to upgrade: conflict between postgresql-common and postgresql-client-common

2006-03-20 Thread Erwan David
Package: postgresql-common
Version: 46
Severity: important


When trying to upgrade my sid, I get the following errors :

Removing unchanged conffile /etc/postgresql-common/user_clusters ...
dpkg: error processing 
/var/cache/apt/archives/postgresql-client-common_46_all.deb (--unpack):
 trying to overwrite `/etc/postgresql-common/user_clusters', which is also in 
package postgresql-common
Errors were encountered while processing:
 /var/cache/apt/archives/postgresql-client-common_46_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

dpkg: dependency problems prevent configuration of postgresql-common:
 postgresql-common depends on postgresql-client-common; however:
  Package postgresql-client-common is not installed.
dpkg: error processing postgresql-common (--configure):


It seems there is a deadlock between both packages.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages postgresql-common depends on:
ii  adduser   3.85   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  lsb-base  3.0-16 Linux Standard Base 3.0 init scrip
pn  postgresql-client-common  none (no description available)

Versions of packages postgresql-common recommends:
ii  openssl   0.9.8a-8   Secure Socket Layer (SSL) binary a

-- debconf information:
  postgresql-common/obsolete-major:


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



Bug#357743: Missing javascript files

2006-03-20 Thread Omniflux

The javascript files are missing from the packages in 4:2.8.0.2-2

They should be at /usr/share/phpmyadmin/js/

Until a corrected packages is uploaded, you can fix the problem yourself 
by grabbing the files from the source package.


--
Omniflux



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



Bug#113988: German month name in info file

2006-03-20 Thread Norbert Preining
On Mon, 20 Mär 2006, Sven Joachim wrote:
 I hope it does.
 
 Yes, that works. Thanks!

Good.

 You should close the bug with your next upload which includes this patch,
 but of course not earlier.

Of course. The changelog entry is already written.

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
LUFFNESS (n.)
Hearty feeling that comes from walking on the moors with gumboots and
cold ears.
--- Douglas Adams, The Meaning of Liff


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



Bug#316938: ITA: mysql-navigator -- GUI client program for MySQL database server

2006-03-20 Thread Matej Vela
retitle 316938 O: mysql-navigator -- GUI client program for MySQL database 
server
noowner 316938
thanks

On Mon, Feb 27, 2006 at 21:48:13 +0100, Matej Vela wrote:
 On Mon, Jan 16, 2006 at 23:33:53 +0100, Mario Iseli wrote:
 retitle 316938 ITA: mysql-navigator -- GUI client program for MySQL database 
 server

 Do you still intend to adopt mysql-navigator?  (This is just a ping,
 I'm not interested in adopting it myself.)

I haven't heard back from you, so I'm assuming you're no longer
interested.  If you are, feel free to retitle the bug again.

Thanks,

Matej


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



Bug#357909: postgresql-client-common: fails to install

2006-03-20 Thread Mario 'BitKoenig' Holbe
Package: postgresql-client-common
Version: 46
Severity: important

Hello,

postgresql-client-common fails to install via apt:

Preparing to replace postgresql-common 44 (using 
.../postgresql-common_46_all.deb) ...
Unpacking replacement postgresql-common ...
Selecting previously deselected package postgresql-client-common.
Unpacking postgresql-client-common (from 
.../postgresql-client-common_46_all.deb) ...
Removing unchanged conffile /etc/postgresql-common/user_clusters ...
dpkg: error processing 
/var/cache/apt/archives/postgresql-client-common_46_all.deb (--unpack):
 trying to overwrite `/etc/postgresql-common/user_clusters', which is also in 
package postgresql-common
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/postgresql-client-common_46_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

This failure persists also in subsequent attempts.

Installation succeeds via
dpkg -i /var/cache/apt/archives/postgresql-common_46_all.deb 
/var/cache/apt/archives/postgresql-client-common_46_all.deb

I set the severity only to important because the installation *is*
possible, somehow :)


regards
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra


signature.asc
Description: Digital signature


Bug#356852: acknowledged by developer (closing)

2006-03-20 Thread Ryszard Lach

On Wed, Mar 15, 2006 at 03:48:38PM -0800, Debian Bug Tracking System wrote:
 Date: Thu, 16 Mar 2006 01:35:12 +0100
 From: Steffen Joeris [EMAIL PROTECTED]
 Subject: closing
 To: [EMAIL PROTECTED]

 Hi

 Sorry for the delay, I was away :)
 Sorry again but this doesn't look like a bug. I have a dependency which is
 really neccessary and the users want to have a running init-script.
 I dare close this bug as invalid now, if you disagree please reopen, but I
 think I will tag it as wontfix.
 Otherwise please try to give some additional arguments.


1. Not all users want to have an init-script, so leaving the decision to
the user by adding a simple /etc/defaults/mpt-status file with
'RUN_DAEMON' variable which would be checked by init-script would be a
good compromise
2. There are other methods of monitoring. Let's see (with all respect)
at mpt-status package: no configuration file, behaviour (recipient of
alerts, check period etc.) are configurable by editing init-script. If
one (just like me) have already configured monitoring infrastructure
with central monitoring host (Nagios), standards about check periods, defin=
ed
contacts for notifications about different machines (or types of
failures) - adding monitoring of LSI controller could be just as simple
as adding new definition of check using nagios-plugin (simple shell
script invoking periodically mpt-status).

Could you, please, reclassify this bug as wishlist item? I promise I'll
do my best to add an script to nagios-plugins (with proper dependency of
nagios-plugins on mpt-status). I'm sure it will be a profit for all
users.

Best regards,

Richard.


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



Bug#349001: delay

2006-03-20 Thread Allard Hoeve


Sorry for the delay, I'm buried in work. Will try to get to this though.

Regards,

Allard



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



Bug#287992: RM: gkdial -- RoQA; orphaned for 400+ days, RC-buggy, no upstream

2006-03-20 Thread Matej Vela
retitle 287992 RM: gkdial -- RoQA; orphaned for 400+ days, RC-buggy, no upstream
reassign 287992 ftp.debian.org
thanks

I think we should remove gkdial.

  * Orphaned for 1 year and 78 days.
  * Long-standing RC bug.
  * Did not release with sarge.
  * Alternatives: gnome-ppp, kppp.
  * The previous Debian maintainer, Gustavo Noronha Silva, was also
upstream; the SourceForge project is now gone.
  * popcon: 33 installations, 8 votes.

Thanks,

Matej


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



Bug#357912: dselect: [INTL:es] Updated Spanish program translation

2006-03-20 Thread Javier Fernández-Sanguino Peña

Package: dpkg
Version: 1.13.16
Priority: wishlist
Tags: l10n patch

Attached is an update for the dselect program translation. Please include it
in the next package upload.

Thanks

Javier
# Mensajes en español para Debian dpkg.
# Copyright 1999, 2000 Software in the Public Interest.
# Nicolás Lichtmaier [EMAIL PROTECTED], 1999.
# Tinguaro Barreno Delgado [EMAIL PROTECTED], 1999.
# Tomás Bautista [EMAIL PROTECTED], 2000.
# Javier Fernández-Sanguino Peña [EMAIL PROTECTED], 2000.
# Santiago Vila [EMAIL PROTECTED], 2000, 2001, 2004.
#
msgid 
msgstr 
Project-Id-Version: Debian dpkg 1.10.18\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-02-17 05:07+0200\n
PO-Revision-Date: 2006-03-20 09:19+0100\n
Last-Translator: Javier Fernández-Sanguino [EMAIL PROTECTED]\n
Language-Team: Spanish debian-l10n-spanish@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8-bit\n

#: dselect/basecmds.cc:121
msgid Search for ? 
msgstr Buscar 

#: dselect/basecmds.cc:143
msgid Error: 
msgstr Error: 

#: dselect/basecmds.cc:171
msgid Help: 
msgstr Ayuda: 

#: dselect/basecmds.cc:177
msgid Press ? for help menu, . for next topic, space to exit help.
msgstr Pulse ? para el menú, . para el tema siguiente, intro para salir.

#: dselect/basecmds.cc:184
msgid Help information is available under the following topics:
msgstr La información de ayuda está disponible bajo los siguientes temas:

#: dselect/basecmds.cc:192
msgid 
Press a key from the list above, space or `q' to exit help,\n
  or `.' (full stop) to read each help page in turn. 
msgstr 
Pulse una tecla de la lista anterior, intro, `q' o `Q' para salir de la 
ayuda,\n
 o `.' (punto) para leer cada una de las páginas de ayuda. 

#: dselect/basecmds.cc:198
msgid error reading keyboard in help
msgstr error al leer del teclado en la ayuda

#: dselect/baselist.cc:57
msgid ioctl(TIOCGWINSZ) failed
msgstr falló ioctl(TIOCGWINSZ)

#: dselect/baselist.cc:60
msgid doupdate in SIGWINCH handler failed
msgstr falló el `doupdate' en el manejador de SIGWINCH

#: dselect/baselist.cc:67
msgid failed to restore old SIGWINCH sigact
msgstr fallo al restablecer la señal antigua SIGWINCH

#: dselect/baselist.cc:69
msgid failed to restore old signal mask
msgstr fallo al restablecer la máscara de señal antigua

#: dselect/baselist.cc:79
msgid failed to get old signal mask
msgstr fallo al obtener la máscara de señal antigua

#: dselect/baselist.cc:80
msgid failed to get old SIGWINCH sigact
msgstr fallo al obtener la señal SIGWINCH antigua

#: dselect/baselist.cc:84
msgid failed to block SIGWINCH
msgstr fallo al bloquear SIGWINCH

#: dselect/baselist.cc:89
msgid failed to set new SIGWINCH sigact
msgstr fallo al establecer la nueva señal SIGWINCH

#: dselect/baselist.cc:126
msgid failed to allocate colour pair
msgstr fallo al asignar un par de colores

#: dselect/baselist.cc:166
msgid failed to create title window
msgstr fallo al crear ventana de título

#: dselect/baselist.cc:170
msgid failed to create whatinfo window
msgstr fallo al crear ventana de `whatinfo'

#: dselect/baselist.cc:174
msgid failed to create baselist pad
msgstr fallo al crear `baselist pad'

#: dselect/baselist.cc:177
msgid failed to create heading pad
msgstr fallo al crear `heading pad'

#: dselect/baselist.cc:181
msgid failed to create thisstate pad
msgstr fallo al crear `thisstate pad'

#: dselect/baselist.cc:185
msgid failed to create info pad
msgstr fallo al crear `info pad'

#: dselect/baselist.cc:190
msgid failed to create query window
msgstr fallo al crear ventana de pregunta

# FIXME: This is for debugging purposes. Should not be translated. sv
#: dselect/baselist.cc:203
#, c-format
msgid 
baselist::startdisplay() done ...\n
\n
 xmax=%d, ymax=%d;\n
\n
 title_height=%d, colheads_height=%d, list_height=%d;\n
 thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n
\n
 colheads_row=%d, thisstate_row=%d, info_row=%d;\n
 whatinfo_row=%d, list_row=%d;\n
\n
msgstr 
baselist::startdisplay() done ...\n
\n
 xmax=%d, ymax=%d;\n
\n
 title_height=%d, colheads_height=%d, list_height=%d;\n
 thisstate_height=%d, info_height=%d, whatinfo_height=%d;\n
\n
 colheads_row=%d, thisstate_row=%d, info_row=%d;\n
 whatinfo_row=%d, list_row=%d;\n

#: dselect/baselist.cc:259
msgid keybindings
msgstr asociaciones de teclas

#: dselect/baselist.cc:307
#, c-format
msgid   -- %d%%, press 
msgstr   -- %d%%, pulse 

#: dselect/baselist.cc:310
#, c-format
msgid %s for more
msgstr %s para seguir

#: dselect/baselist.cc:314
#, c-format
msgid %s to go back
msgstr %s para volver

#: dselect/bindings.cc:71
msgid [not bound]
msgstr [no asociada]

#: dselect/bindings.cc:75
#, c-format
msgid [unk: %d]
msgstr [desc: %d]

#: dselect/bindings.cc:129
msgid Scroll onwards through help/information
msgstr Avanza a través de la ayuda/información

#: dselect/bindings.cc:130
msgid Scroll backwards through help/information
msgstr Retrocede a través de la ayuda/información

#: dselect/bindings.cc:131

Bug#357459: python-matplotlib: Wrong path for data files

2006-03-20 Thread Antoine Sirinelli
Package: python-matplotlib
Version: 0.86.2-2.1
Followup-For: Bug #357459

I confirm this bug. It makes unusable the matplotlib package :

 import matplotlib
Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.3/site-packages/matplotlib/__init__.py, line 776, in ?
defaultParams = {
  File /usr/lib/python2.3/site-packages/matplotlib/__init__.py, line 273, in 
wrapper
ret = func(*args, **kwargs)
  File /usr/lib/python2.3/site-packages/matplotlib/__init__.py, line 434, in 
_get_data_path
raise RuntimeError('Could not find the matplotlib data files')
RuntimeError: Could not find the matplotlib data files


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15monstre1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-matplotlib depends on:
ii  python2.3-matplotlib  0.86.2-2.1 python based plotting system (Pyth

python-matplotlib recommends no packages.

-- no debconf information


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



Bug#357909: serious bug

2006-03-20 Thread Blars Blarson
severity 357909 serious
thanks

This is a violation of Debian policy (see section 7.5).




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



Bug#357846: Do not fscking work at all!1

2006-03-20 Thread Luk Claes
tags 357846 +unreproducible
severity 357846 importants
thanks mate

Juhapekka Tolvanen wrote:
 Package: firefox-locale-fi
 Version: 1.5.0.1lang20060301-2
 Severity: grave
 
 
 Look at here:
 
 http://people.cc.jyu.fi/~juhtolv/tmp/bugreports/firefox/0002/finnish_languagepack.01.png
 
 I have the latest Firefox and latest Finnish language pack and it still
 does not fscking work at all!1

Thanks for using such nice language!

I'm afraid, I can't reproduce this. Please try to close all firefox
windows and see if that solves it.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D


signature.asc
Description: OpenPGP digital signature


Bug#355798: apt: [INTL:pt] Portuguese translation update

2006-03-20 Thread Michael Vogt
On Sun, Mar 12, 2006 at 10:19:18PM +0100, Christian Perrier wrote:
 Quoting Christian Perrier ([EMAIL PROTECTED]):
  Quoting Miguel Figueiredo ([EMAIL PROTECTED]):
   Package: apt
   Version: n/a
   Tags: l10n, patch
   Severity: wishlist
   
   Portuguese translation update by Rui Az. and Miguel Figueiredo.
   Feel free to use it.
  
  
  I committed it in my bzr archive and pushed it to my public copy:
  
  http://www.perrier.eu.org/debian/packages/d-i/level4/apt-bzr/apt-main
  
  Michael, can you check whether you can merge from there?
 
 
 Actually, should be
 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main

Thanks a lot for translation. I have merged them in my development
tree and they will be part of the next upload. 

Thanks,
 Michael


-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#355897: apt: [INTL:ro] Romanian translation update

2006-03-20 Thread Michael Vogt
On Mon, Mar 13, 2006 at 08:32:36AM +0100, Christian Perrier wrote:
 tags 355897 pending
 thanks
 
 Quoting Sorin Batariuc ([EMAIL PROTECTED]):
  Package: apt
  Version: 0.6.43.2
  Severity: wishlist
  Tags: patch l10n
 
 
 Committed to bzr and pushed
 
 Michael, please ACK if that's OK...

Thanks for the translation and for merging it into your tree.

I merged it into my development tree and it will be part of the next
upload. 

Cheers,
 Michael

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#305462: RM: cscvs -- RoQA; orphaned for 300+ days, buggy

2006-03-20 Thread Matej Vela
retitle 305462 RM: cscvs -- RoQA; orphaned for 300+ days, buggy
reassign 305462 ftp.debian.org
thanks

I think we should remove cscvs.

  * Orphaned for 334 days.
  * 10 outstanding bugs.
  * tla-tools contains a tla-cvs-sync utility that serves the same
purpose.  For extracting changesets, there is also cvsps.
  * I haven't been able to find an active upstream repository, though
there may be one.
  * popcon: 54 installations, 11 votes.

Thanks,

Matej


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



Bug#356136: keep it simple

2006-03-20 Thread Björn Torkelsson
We did our own implementation of templates by using pre (hand) made
pxe config files and extending fai-chboot to be able to copy the config
files from the templates or already existing host config files to a new
host file. See also #342471. 

Left to do is to extend fai-chboot to create the template files (should
they end in .tmpl? Right now we don't use and file extension), but that
shouldn't be that hard. Currently we are creating the template by either
using fai-chboot to copy from a host config to the template and/or
writing it by hand.

The patch in #342471 should also be reworked/extended to only list
templates (would -t be a good option?), instead of listing both host
configs and the templates when specifying -l -v. 

I also have some ideas to extend the patch to only list active and/or
disabled host config files.

However if you don't like the idea it is probably not worth the job and
I will try to stick with whatever you come up with. 

/torkel



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



Bug#348604: new endianness problem?

2006-03-20 Thread Harald Staub
Do you think it is necessary to rebuild gringotts as well?
 
 I'd give that a try.

So I installed the rebuilt libgringotts-dev_1.2.1-9_powerpc.deb and rebuilt
and installed gringotts. It still throws a Segmentation Fault :-(

Cheers
 Harry


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



Bug#357803: option to include upstream sources even when not first Debian version

2006-03-20 Thread Bernhard R. Link
* Marc Dequènes [EMAIL PROTECTED] [060319 17:19]:
 When working on Debian packages you are not maintaining, but preparing
 fixes for, you often have to upload a -xtagn (like
 -5.hurdfr.1). This lead to include failure with reprepro because the
 upstream tarball is not yet in the archive. It would be nice if an
 option could allow adding the upstream tarball in the archive along with
 .dsc and .diff.gz if it is not already present, without any check on the
 version.

This is not yet implemented as it is so easy to work around:
Just give dpkg-buildpackage a -sa flag and it will always reference
the .orig.tar.gz file within the .changes file so that reprepro will
happily include it.

I'd rather not implement it unless that way does not help, as such
a option would either need heavily jumping between all layers or
disable almost all checking and letting almost everything in.
(Or so special treatment of such files, that it will constant patching
 as someone has a special case not yet caught).

Hochachtungsvoll,
Bernhard R. Link


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



Bug#357888: new upstream release available

2006-03-20 Thread Torsten Landschoff
On Mon, Mar 20, 2006 at 01:03:35AM +, Martin Michlmayr wrote:
 
 1.4.31 is already available and has been for quite a while...
 
Thanks for the hint, Martin. Downloading the new upstream right now.

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#357916: twisted-names: Please switch build-depends to twisted-core, too

2006-03-20 Thread Tommi Virtanen
Package: python2.3-twisted-names
Version: 0.2.0-2
Tags: patch

Hi. You switched Depends: to the post-split twisted-core naming, could
you please do the same for Build-Depends? -core is the only thing -names
needs to build. This would make backporting a bit easier in the future.

The trivial patch is attached. I've tested it and it works.
diff -u twisted-names-0.2.0/debian/control twisted-names-0.2.0/debian/control
--- twisted-names-0.2.0/debian/control
+++ twisted-names-0.2.0/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Matthias Klose [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.2), python2.4-dev, python2.3-dev, 
python2.4-twisted-core, python2.3-twisted-core, python, patch
+Build-Depends: debhelper (= 4.2), python2.4-dev, python2.3-dev, 
python2.4-twisted, python2.3-twisted, python, patch
 Standards-Version: 3.6.2
 
 Package: python-twisted-names


Bug#357913: Dependency problems with apt-listchanges and apt in experimental

2006-03-20 Thread Svante Signell
Package: apt-listchanges
Version: 2.59-0.2
Severity: Important

When installing apt and apt-utils from experimental apt-listchanges will
be removed. This is very undesirable. Obviously there is a dependency
conflict in some of the packages: apt-listchanges, python-apt,
pytho2.3-apt but I cannot see it. Can anybody explain the conflict here
causing apt-listchanges to be removed??

# apt-get -s install apt -t experimental

Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  apt-utils
Suggested packages:
  aptitude synaptic gnome-apt wajig apt-doc
The following packages will be REMOVED
  apt-listchanges python-apt python2.3-apt
The following held packages will be changed:
  apt
The following packages will be upgraded:
  apt apt-utils
2 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
Remv apt-listchanges [2.59-0.2]
Remv python-apt [0.6.16.1]
Remv python2.3-apt [0.6.16.1]
Inst apt-utils [0.6.43.3] (0.6.43.3exp1 Debian:experimental) []
Inst apt [0.6.43.3] (0.6.43.3exp1 Debian:experimental)
Conf apt (0.6.43.3exp1 Debian:experimental)
Conf apt-utils (0.6.43.3exp1 Debian:experimental)


apt-listchanges:
Version: 2.59-0.2 Depends: python (= 2.3), apt (= 0.5.3), python-apt,
debconf, ucf (= 0.28), debianutils (= 2.0.2)

python-apt:
Version: 0.6.16.1
Depends: python (= 2.3), python ( 2.4), python2.3-apt

python2.3-apt:
Version: 0.6.16.1
Depends: python2.3, libapt-inst-libc6.3-6-1.1,
libapt-pkg-libc6.3-6-3.11, libc6
(= 2.3.5-1), libgcc1 (= 1:4.0.2), libstdc++6 (= 4.0.2-4)
Conflicts: python-apt ( 0.6.11)

apt:
Version: 0.6.43.3exp1
Replaces: libapt-pkg-doc ( 0.3.7), libapt-pkg-dev ( 0.3.7)
Provides: libapt-pkg-libc6.3-6-4.0
Depends: libc6 (= 2.3.5-1), libgcc1 (= 1:4.0.2), libstdc++6 (=
4.0.2-4)

Version: 0.6.43.3
Replaces: libapt-pkg-doc ( 0.3.7), libapt-pkg-dev ( 0.3.7)
Provides: libapt-pkg-libc6.3-6-3.11
Depends: libc6 (= 2.3.5-1), libgcc1 (= 1:4.0.2), libstdc++6 (=
4.0.2-4)



-- 
Svante Signell [EMAIL PROTECTED]


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



Bug#357914: break in install the testing-version with 'apt-get source -b psi'

2006-03-20 Thread pc_henning
Package: psi
Version: 0.10-2
Severity: important
Justification: fails to build from source

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

today i want to install psi-0.10-2 with 'apt-get source -b psi'

in the make-process its break (there was two times no file oder
directory (==Datei oder Verzeichnis))

cp -f ../iconsets/system/default/icon_16.png
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/icons/hicolor/16x16/apps/psi.png
cp: reguläre Datei
,,/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/icons/hicolor/16x16/apps/psi.png
kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
make[2]: *** [install_icon1] Fehler 1
make[2]: Leaving directory `/usr/local/src/debian-source/psi-0.10/src'
make[1]: Leaving directory `/usr/local/src/debian-source/psi-0.10'
mkdir
-p /usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/doc/psi
mkdir -p
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/lintian/overrides/
mkdir
-p /usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/pixmaps
ln -sf ../../psi/README
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/doc/psi/README
cp ./debian/lintian-override
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/lintian/overrides/psi
cp ./psi.xpm
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/pixmaps
chmod a-x
/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/psi/iconsets/system/default/clients/*.png
chmod: Zugriff auf
,,/usr/local/src/debian-source/psi-0.10/debian/psi/usr/share/psi/iconsets/system/default/clients/*.png
nicht möglich: Datei oder Verzeichnis nicht gefunden
make: *** [install] Fehler 1



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages psi depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared
libraries an
ii  libgcc11:3.4.3-13GCC support library
ii  libqca11.0-6 Qt Cryptographic
Architecture - sh
ii  libqt3c102-mt  3:3.3.4-3 Qt GUI Library (Threaded
runtime v
ii  libstdc++5 1:3.3.5-13The GNU Standard C++
Library v3
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol
client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System
miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB)
configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library -
runtime

-- no debconf information




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



Bug#227054: Status of the package.

2006-03-20 Thread Matej Vela
On Sun, Sep 11, 2005 at 07:24:34 -0400, Roberto C. Sanchez wrote:
 On Sun, Sep 11, 2005 at 10:24:37AM +0200, Jesus Climent wrote:
 That would be ok if they are drop-in replacements, but otherwise you would
 update an application on a users machine replacing it with one that might 
 have
 a completely different behaviour than the previous one, and that might not be
 desired.

 OK.  I had not considered that.  I believe, in that case, your approach
 is more correct.

So, should iceme and icepref be removed?

Thanks,

Matej


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



Bug#357915: Alexandria: [INTL:es] Spanish team translation revision of the PO file

2006-03-20 Thread Javier Fernández-Sanguino Peña
Package: alexandria
Version: 0.6.1-0.2
Severity: wishlist
Tags: l10n patch

Please use the attached PO file for the Spanish translation of Alexandria, I
reviewed it recently (January 21st) and provided to the spanish translator
which commited it to CVS [1] a few months ago.

Since a new release of Alexandria is not forthcoming I would appreciate if
this updated translation was included in your next package upload so that
spanish-speaking users can benefit of the fixes introduced in it.

You can drop the patch once a new upstream release is done (which will
include this update)

Thanks!

Javier

[1]
http://rubyforge.org/cgi-bin/viewcvs.cgi/alexandria/po/es.po?root=alexandriaview=log


signature.asc
Description: Digital signature


Bug#357846: Do not fscking work at all!1

2006-03-20 Thread Juhapekka Tolvanen

On Mon, 20 Mar 2006, +10:54:56 EET (UTC +0200),
Luk Claes [EMAIL PROTECTED] pressed some keys:

  I have the latest Firefox and latest Finnish language pack and it still
  does not fscking work at all!1

 I'm afraid, I can't reproduce this. Please try to close all firefox
 windows and see if that solves it.

It do not solve it. What should I do next?


-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
She turns me on. She makes me real. I have to apologize for the way I feel.
  Nine Inch Nails


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



Bug#247231: RM: dcl -- RoQA; orphaned for 600+ days, buggy

2006-03-20 Thread Matej Vela
retitle 247231 RM: dcl -- RoQA; orphaned for 600+ days, buggy
reassign 247231 ftp.debian.org
thanks

I think we should remove dcl.

  * Orphaned for 1 year and 320 days.
  * 9 outstanding bugs.
  * Last upstream release a year ago:
http://prdownloads.sourceforge.net/dcl/
Though upstream talked about releasing 0.9.5 in November 2005,
it hasn't materialized.
  * popcon: 13 installations, 0 votes.

Thanks,

Matej


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



Bug#357184: FTBFS with G++ 4.1: extra qualification

2006-03-20 Thread Tobias Toedter
Hi Ted,

I'm the Debian maintainer of your program grap. I can confirm this bug, and 
I plan to release a new pre-packaged version of grap 1.38 soon to correct 
this bug. However, if you'll be releasing a new version of your program 
with this fix applied, I would wait for your release.

Could you give an estimated timeframe for your next release, please?

Cheers,

-- 

Tobias

Avoid the Gates of Hell. Use Linux.


pgpjDnWpxKrcN.pgp
Description: PGP signature


Bug#356896: FTBFS with GCC 4.1: test suite failure

2006-03-20 Thread Martin Buck
On Sun, Mar 19, 2006 at 11:13:13PM +, Martin Michlmayr wrote:
 severity 356896 important

I would have thought that a compiler that miscompiles trivial for loops and
thus inserts bugs in lots of programs compiled with it is unsuitable for
release, i.e. severity serious.

 Do you have a test case for this error?  If it's a different bug/test
 case, I can try on ARM with 4.1 to see if it's still there.

Unfortunately, no. On arm, the apcalc testsuite simply segfaulted just as
with the new gcc 4.1 bug. But since the 4.1 bug causes a segfault very
early in the testsuite, it will probably hide the gcc 4.0 one.

Martin


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



Bug#357919: rekall_2.2.6-4 (unstable/ia64): FTBFS: 64-bit ODBC errors

2006-03-20 Thread Steve Langasek
Package: rekall
Version: 2.2.6-4
Severity: serious
Tags: patch upstream
Justification: no longer builds from source

Hi Peter,

A recent fix to unixodbc is causing rekall to fail to build on 64-bit
architectures for the libmysqlclient15off transition[1]:

[...]
make[4]: Entering directory /build/buildd/rekall-2.2.6/db/odbc'
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../libs/common -I ../srclib -I /usr/include -I/usr/include/kde 
-I/usr/share/qt3/include -I.-D__KB_KDE=1 -D__KB_TKC=0 -D__KB_EMBEDDED=0 
-DODBC_NS=NS_KBODBC -DGET_EXTRA=0 -DQT_THREAD_SUPPORT -D_REENTRANT 
-Wl,--no-undefined -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wwrite-strings -O2 -g -Wall -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o 
kb_odbc.lo kb_odbc.cpp
kb_odbc.cpp: In member function 'virtual bool 
NS_KBODBC::KBODBC::doConnect(KBServerInfo*)':
kb_odbc.cpp:693: warning: cast from 'char*' to 'SQLUSMALLINT*' increases 
required alignment of target type
kb_odbc.cpp:714: warning: cast from 'char*' to 'SQLUSMALLINT*' increases 
required alignment of target type
kb_odbc.cpp: In member function 'bool 
NS_KBODBC::KBODBC::doListTables(KBTableDetailsList, const QString, bool, 
uint)':
kb_odbc.cpp:1051: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument 
'6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLLEN, 
SQLLEN*)'
kb_odbc.cpp:1052: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument 
'6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLLEN, 
SQLLEN*)'
kb_odbc.cpp:1053: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument 
'6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLLEN, 
SQLLEN*)'
kb_odbc.cpp: In member function 'bool NS_KBODBC::KBODBC::bindParameters(void*, 
uint, const KBValue*, QPtrListKBODBCValue, QTextCodec*)':
kb_odbc.cpp:1826: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument 
'10' to 'SQLRETURN SQLBindParameter(void*, SQLUSMALLINT, SQLSMALLINT, 
SQLSMALLINT, SQLSMALLINT, SQLULEN, SQLSMALLINT, void*, SQLLEN, SQLLEN*)'
kb_odbc.cpp: In member function 'bool NS_KBODBC::KBODBC::getRowCount(void*, 
int)':
kb_odbc.cpp:1847: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument 
'2' to 'SQLRETURN SQLRowCount(void*, SQLLEN*)'
kb_odbc.cpp: In constructor 
'NS_KBODBC::KBODBCQrySelect::KBODBCQrySelect(NS_KBODBC::KBODBC*, void*, bool, 
const QString, bool)':
kb_odbc.cpp:2011: error: cannot convert 'SQLUINTEGER*' to 'SQLULEN*' for 
argument '7' to 'SQLRETURN SQLDescribeCol(void*, SQLUSMALLINT, SQLCHAR*, 
SQLSMALLINT, SQLSMALLINT*, SQLSMALLINT*, SQLULEN*, SQLSMALLINT*, SQLSMALLINT*)'
kb_odbc.cpp: In member function 'virtual bool 
NS_KBODBC::KBODBCQrySelect::execute(uint, const KBValue*)':
kb_odbc.cpp:2157: error: cannot convert 'SQLUINTEGER*' to 'SQLULEN*' for 
argument '7' to 'SQLRETURN SQLDescribeCol(void*, SQLUSMALLINT, SQLCHAR*, 
SQLSMALLINT, SQLSMALLINT*, SQLSMALLINT*, SQLULEN*, SQLSMALLINT*, SQLSMALLINT*)'
[...]

The ODBC API standard includes bugs in the definition of several function
calls which take cast pointers as one of their possible arguments, resulting
in truncated pointers on 64-bit systems.  The Debian unixodbc packages have
deviated from this standard since before the sarge release, in order to
provide libraries that are actually usable on 64-bit systems.  However,
owing to an upstream decision to favor standards-compliance over utility by
default in this case, the headers did not by default declare this
64-bit-clean API; instead, they declared a 32-bit API that did not match the
actual ABI presented by the unixodbc library.

unixodbc 2.2.11-10 corrected this oversight on my part, by fixing the
headers to export the proper 64-bit interface.  The result is that
ODBC-using packages which don't know to expect this 64-bit interface will
now fail to build, as seen in this build log.

The attached patch makes the necessary type changes from SQLINTEGER and
SQLUINTEGER to SQLLEN and SQLULEN.  Note that SQLLEN is a late addition to
the ODBC standard, so its use will prevent rekall from building with older
ODBC library versions; if this is a concern for your upstream, please let me
know as I would be happy to help devise a patch that degrades gracefully for
the sake of portability.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/

[1] 
http://buildd.debian.org/fetch.php?pkg=rekallarch=ia64ver=2.2.6-4%2Bb1stamp=1142837162file=log
diff -Nru /tmp/PNNoYydHyZ/rekall-2.2.6/db/iodbc/kb_odbc.cpp 
/tmp/8Nlwaa4yke/rekall-2.2.6/db/iodbc/kb_odbc.cpp
--- /tmp/PNNoYydHyZ/rekall-2.2.6/db/iodbc/kb_odbc.cpp   2004-11-25 

Bug#357918: aacraid is missing in fai-kernels

2006-03-20 Thread Björn Torkelsson
Package: fai-kernels
Severity: wishlist

It would be nice if the aacraid driver is included in the fai-kernels.
They are not that uncommon.

/torkel

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)


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



Bug#247231: RM: dcl -- RoQA; orphaned for 600+ days, buggy

2006-03-20 Thread Steve Langasek
Hi Matej,

On Mon, Mar 20, 2006 at 10:07:11AM +0100, Matej Vela wrote:
 retitle 247231 RM: dcl -- RoQA; orphaned for 600+ days, buggy
 reassign 247231 ftp.debian.org
 thanks

 I think we should remove dcl.

   * Orphaned for 1 year and 320 days.
   * 9 outstanding bugs.

None of these bugs are higher than severity: important.  Is buggy really a
factor in removing this package?


FWIW, I don't object to the removal request itself; I've actually deployed
dcl, but having it in package form would have been useless to me.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#357920: krusader: panel doesn't update

2006-03-20 Thread Jiri Palecek
Package: krusader
Version: 1.70.0-1
Severity: minor

Hello,

I'm experiencing strange problems with krusader. Somteimes,
eg. when I enter a mountpoint and MountMan mounts it,
or when entering an archive, the panel doesn't update
so it's all blank. Everything else works and the problem can
be solved by going one directory up and then return.

I have sort of investigated the problem and found that
 - changing the body of the loop in KrMounter::mount
   to
  QApplication::eventLoop()-processEvents(QEventLoop::WaitForMore);
   did solve the problem, as well as removing the delay or increasing
   it to 1 second. However, I doubt whether this is the real solution,
   it might only work by accident. It might be worth considerong changing,
   as it does something more desirable than processEvents, wait.
 - the problem is not reproducible under strace :-(
 - one thing that is different from normal run is
   that in (i don't know the name of the function at the moment, sorry) 
   disableUpdate is true in if-clause
 - normally, disableUpdate goes on and off. During these
   problems, it goes on once again.

The problem itself is not new; I have experienced it in older
krusader as well.

Regards
   Jiri Palecek
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#357917: oooqs-kde: Looping use of uninitialized value message

2006-03-20 Thread Edward J. Shornock
Package: oooqs-kde
Version: 2.0.3-7
Severity: normal

Upon starting oooqs-kde from the command line, the following loops until
OOo is started and closed.

Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.
Use of uninitialized value in string eq at /usr/bin/ooffice line 60.



Around line 60 is

if ($Binary eq ooqstart  $ENV{OOO_EXTRA_ARG} eq ) {
$Binary = soffice;
}



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (650, 'unstable'), (640, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-ck7-p4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages oooqs-kde depends on:
ii  kdelibs4c2a   4:3.5.1-4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-5  The Network Audio System (NAS). (s
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-5generic font configuration library
ii  libfreetype6  2.1.10-1.2 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-0  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.1.0-0The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  openoffice.org2.0.2-1OpenOffice.org Office suite versio
ii  openoffice.org-base   2.0.2-1OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.2-1OpenOffice.org office suite - spre
ii  openoffice.org-draw   2.0.2-1OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.2-1OpenOffice.org office suite - pres
ii  openoffice.org-writer 2.0.2-1OpenOffice.org office suite - word
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages oooqs-kde recommends:
ii  kicker4:3.5.1-1  desktop panel for KDE

-- no debconf information


signature.asc
Description: Digital signature


Bug#357926: harden-tools: empty packet installed

2006-03-20 Thread Andrei Emeltchenko
Package: harden-tools
Version: 0.1.18
Severity: normal


Hi,

harden-tools is empty packet

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

-- no debconf information


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



Bug#355851: a blindunfriendly debian installer problem

2006-03-20 Thread Samuel Thibault
Martin Michlmayr, le Mon 20 Mar 2006 01:44:41 +, a écrit :
 * Samuel Thibault [EMAIL PROTECTED] [2006-03-20 01:10]:
  Samuel Thibault, le Mon 20 Mar 2006 00:54:25 +0100, a écrit :
   Could usbfs be please added to installer kernels?
  Ah, sorry, it is already available, but as a module that doesn't get
  auto-loaded. Is there a proper way of doing this?
 
 Sounds like a bug in brltty.  Why doesn't it load it if it needs it?

This would mean calling system(modprobe usbdevfs), or even
system(`cat /proc/sys/kernel/modprobe` usbdevfs). Looks weird to
be (I'm used to see modules autoloaded when /dev files are accessed,
filesystems should behave the same). But if it's the proper way, well,
fine.

Regards,
Samuel



Bug#357742: please allow for specifying more than one terminal type

2006-03-20 Thread Thomas Dickey

On Mon, 20 Mar 2006, Wouter Verhelst wrote:


On Sun, Mar 19, 2006 at 12:49:33PM -0500, Thomas Dickey wrote:

Stuff like this (in your .login) is already portable, works on every
unix platform.

#!/bin/sh
for name in foo bar xterm
do
if ( tput -T$name am 2/dev/null )
then
echo ok $name
fi
done


Yes; but if I then change my terminal (temporarily or permanently), it
does break.


not under the same assumptions that your suggestion requires.

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


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



Bug#357928: net-snmp: [INTL:fr] French debconf templates translation

2006-03-20 Thread Thomas Huriaux
Package: net-snmp
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the French debconf templates translation made by
Cedric Favry and proofread by the debian-l10n-french mailing list
contributors.

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

Cheers,

-- 
Thomas Huriaux
# Translation of net-snmp debconf templates into French
# Copyright (C) 2006, Cédric Favry [EMAIL PROTECTED]
# This file is distributed under the same license as the net-snmp package.
#
msgid 
msgstr 
Project-Id-Version: net-snmp\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-03-03 15:37+0100\n
PO-Revision-Date: 2006-03-03 21:13+0100\n
Last-Translator: Cédric Favry [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: snmpd.templates:3
msgid Upgrade warning from version 3.6 and below
msgstr Mise à jour des versions 3.6 et inférieures

#. Type: note
#. Description
#: snmpd.templates:3
msgid 
Debian now uses the NET SNMP agent/daemon.  Since the new agent uses an 
entirely new configuration file format, any configuration you may have 
previously had can not be automatically updated and must be replaced.  
Consequently, a security-conscious configuration will be installed by 
default.  Please read the snmpd.conf(5) manual page and then edit /etc/snmp/
snmpd.conf accordingly to change the configuration to suit your needs.
msgstr 
Le client/serveur NET SNMP est désormais utilisé. Comme le nouvel agent 
utilise un nouveau format de fichier de configuration, les configurations 
antérieures ne peuvent pas être automatiquement mises à jour et doivent être 
remplacées. Par conséquent, une configuration sécurisée sera installée par 
défaut. Veuillez donc lire la page de manuel snmpd.conf(5) et modifier le 
fichier /etc/snmp/snmpd.conf pour changer la configuration afin qu'elle 
réponde à vos besoins.

#. Type: note
#. Description
#: snmpd.templates:14
msgid Upgrade warning from version 5.2.1 and below
msgstr Mise à jour des versions 5.2.1 et inférieures

#. Type: note
#. Description
#: snmpd.templates:14
msgid 
Debian has changed the default start parameters of the snmpd agent/daemon. 
The daemon is now started as user snmp, binds to localhost only and SMUX 
support is disabled. These parameters can all be individually changed in /
etc/default/snmpd. Please see /usr/share/doc/snmpd/NEWS.Debian.gz for more 
details.
msgstr 
Les paramètres par défaut de démarrage du serveur snmpd ont changé. Le 
serveur est dorénavant démarré avec les privilèges de l'utilisateur 
« snmp », Il n'écoute que sur l'adresse de « localhost » et la gestion 
SMUX est désactivée. Ces paramètres peuvent tous être individuellement 
changés dans /etc/default/snmpd. Veuillez lire /usr/share/doc/snmpd/NEWS.
Debian.gz pour plus de détails.


signature.asc
Description: Digital signature


Bug#357927: ITP: freepbx -- web based management tool for asterisk, replacement for amp

2006-03-20 Thread Stephen Birch
Package: wnpp
Severity: wishlist
Owner: Stephen Birch [EMAIL PROTECTED]


* Package name: freepbx
  Version : 2.0.1
  Upstream Author : jason_d_becker, rcourtna, tcourtna, etc
* URL : http://sourceforge.net/projects/amportal/
* License : GPS
  Description : web management tool for Asterisk VoIP PBX, replacement for 
AMP

Coalescent Systems Inc. launched the freePBX (formerly Asterisk
Management Portal, AMP) project to bring together best-of-breed applications
to produce a standardized implementation of Asterisk complete with
web-based administrative interface.

This is a web based tool used to manage an Asterisk installation,
setting up extensions, call routes, answering services etc.

-- System Information:
Debian Release: etch
Architecture: All
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#356325: sylpheed-claws-gtk2: output of --debug

2006-03-20 Thread Juha Jäykkä
Package: sylpheed-claws-gtk2
Version: 2.0.0-1
Followup-For: Bug #356325


I just thought I'd attach the output of sylpheed-claws-gtk2 --debug to
this report, just in case it helps.

[09:52:53] IMAP4 24640 UID STORE 73958 +FLAGS.SILENT (\Seen)  
[09:52:53] IMAP4 24640 OK Completed  
imap-thread.c:2176:imap store run - end 0
imap-thread.c:193:generic_cb
imap-thread.c:2198:imap store - end
imap.c:3489:unlocking session
imap.c:945:message 73958 has been already fully cached (4670/4670).
imap-thread.c:652:imap noop - begin
[09:52:53] IMAP4 13 NOOP  
[09:52:53] IMAP4 * BYE Disconnected for inactivity.  
Segmentation fault

-Juha

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14+juhaj+v1.0
Locale: LANG=en_GB, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages sylpheed-claws-gtk2 depends on:
ii  libaspell15   0.60.4-3   GNU Aspell spell-checker runtime l
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcompfaceg1 1:1.5.2-3  Compress/decompress images for mai
ii  libetpan6 0.43-1 mail handling library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgnomeprint2.2-02.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.12.1-2   GNOME 2.2 print architecture User 
ii  libgtk2.0-0   2.8.13-1   The GTK+ graphical user interface 
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libpisock80.11.8-20  Library for communicating with a P
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries

Versions of packages sylpheed-claws-gtk2 recommends:
ii  aspell-en [aspell-diction 6.0-0-5English dictionary for GNU Aspell
ii  metamail  2.7-51 implementation of MIME
ii  sylpheed-claws-gtk2-i18n  2.0.0-1Locale data for Sylpheed Claws (i1
pn  sylpheed-claws-scriptsnone (no description available)
ii  xfonts-100dpi 6.9.0.dfsg.1-4 100 dpi fonts for X
ii  xfonts-100dpi-transcoded  6.9.0.dfsg.1-4 100 dpi fonts for X (transcoded fr
ii  xfonts-75dpi  6.9.0.dfsg.1-4 75 dpi fonts for X
ii  xfonts-75dpi-transcoded   6.9.0.dfsg.1-4 75 dpi fonts for X (transcoded fro

-- no debconf information


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



Bug#357782: python-f2py: FTBFS: rest2html not found

2006-03-20 Thread Alexandre Fayolle
tag 357782 +pending
thanks

On Sun, Mar 19, 2006 at 03:37:53PM +0100, [EMAIL PROTECTED] wrote:
 Package: python-f2py
 Version: 2.45.241+1926-2
 Severity: serious
 Tags: patch
 
 Hi,
 
 building the package python-f2py in a clean sid build environment
 (with pbuilder) on i386 results in:

snip
 
 rest2html has been renamed to rst2html. Changing it in debian/rules fixes
 the issue.

Ok. Not entirely my fault then (I build with pbuilder before
uploading). 

 
 Thanks for considering.

Fixed package will be uploaded today.  

Thanks for your bug report.

-- 
Alexandre Fayolle  LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Retrait du projet de loi DADVSI: http://eucd.info/petitions/index.php?petition=2


signature.asc
Description: Digital signature


Bug#247231: RM: dcl -- RoQA; orphaned for 600+ days, buggy

2006-03-20 Thread Matej Vela
Hi,

Steve Langasek [EMAIL PROTECTED] writes:

 On Mon, Mar 20, 2006 at 10:07:11AM +0100, Matej Vela wrote:
 I think we should remove dcl.

   * Orphaned for 1 year and 320 days.
   * 9 outstanding bugs.

 None of these bugs are higher than severity: important.  Is buggy really a
 factor in removing this package?

Well, some of those bugs looked like they might warrant serious, but
I didn't look harder because the package's been orphaned for so long.

Cheers,

Matej


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



Bug#322097: retitle 300236 to ITA: libxml-libxml-perl -- Perl module for using the GNOME libxml2 library

2006-03-20 Thread Matej Vela
retitle 322097 O: libconvert-ber-perl -- Perl implementation of Basic Encoding 
Rules (BER)
noowner 322097
thanks

On Wed, Oct 05, 2005 at 14:37:41 +0200, Florian Ragwitz wrote:
 WRT libconvert-ber-perl: I'd like to see it removed from the archive
 because it provides the same functionality than libconvert-asn1-perl
 with out having any other clear benefit. Only one application seemed to
 use it a while ago. I filed a bug asking if they could migrate to
 Convert::ASN1. No answer yet.

OK, I'll mark it as orphaned for now.  libmon-perl maintainers, how is
the transition to libconvert-asn1-perl going?

Thanks,

Matej


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



Bug#320481: (no subject)

2006-03-20 Thread Stephen Birch
AMP has been renamed to freepbx by upstream.

I am planning to package freepbx for Debian and have filed ITP 357927.

Steve


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



Bug#357910: Same here

2006-03-20 Thread Loïc Minier
# Hi there, I experience the same bug
tags #357910 + confirmed
stop

  Bye,
-- 
Loïc Minier [EMAIL PROTECTED]
Current Earth status:   NOT DESTROYED



Bug#357731: phpmyadmin: No config change - still restart question

2006-03-20 Thread Olaf van der Spek

Piotr Roszatycki wrote:
On Sunday 19 March 2006 10:22, Olaf van der Spek wrote: 

Setting up phpmyadmin (2.8.0.2-2) ...
Not replacing deleted config file /etc/phpmyadmin/htaccess
Not replacing deleted config file /etc/phpmyadmin/htaccess

Remember that in order to activate the new configuration apache2 has to
be restarted. You can also restart apache2 manually executing
/etc/init.d/apache2 restart

Do you want me to restart apache2 now?

I don't think it should ask this question in this case.


Yes, but notice that the apache.conf file was changed and it is the reason 
that apache should be restarted.


Why didn't it say that file was changed?


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



Bug#345995: me too

2006-03-20 Thread Andrew Schulman
I have this or a similar problem.  My system clock run about 4% fast-- 
gaining an hour a day.  To compensate I've had to set adjtimex --tick 
9600, which approximately corrects for the drift.  But the drift rate 
isn't constant, and ntpd can't keep up.  Here what I get when I run 
ntpdate once a minute:

20 Mar 05:05:58 ntpdate[17703]: step time server 168.75.65.20 offset 
0.060836 sec
20 Mar 05:06:55 ntpdate[17724]: step time server 168.75.65.20 offset 
-0.514396 sec
20 Mar 05:07:53 ntpdate[17734]: step time server 168.75.65.20 offset 
0.263715 sec
20 Mar 05:08:51 ntpdate[17740]: step time server 168.75.65.20 offset 
-0.047366 sec
20 Mar 05:09:48 ntpdate[17746]: step time server 168.75.65.20 offset 
-0.215751 sec
20 Mar 05:10:45 ntpdate[17755]: step time server 168.75.65.20 offset 
-0.646224 sec
20 Mar 05:11:42 ntpdate[17763]: step time server 168.75.65.20 offset 
-1.274522 sec

Right after I boot the clock drift rate is stable at about -50 PPM, but 
then after a few hours it starts to go nuts.

I'm running a custom 64-bit kernel 2.6.15.  CPU is Athlon64 X2 4200+, 
chipset is nForce4.  I don't think I can have the AMD/ATI bug as in 
http://bugs.debian.org/338467, because I don't have an ATI chipset.  
Anyway I've tried booting with each of

disable_timer_pin_1 (my host won't boot)
no_timer_check
noapic acpi=off
clock=pmtmr notsc

I also disabled CPU frequency spread spectrum in the BIOS.  The result is 
always the same-- the clock is stable after I boot, but a few hours later 
it goes nuts again.

Any help would be greatly appreciated.
Andrew.


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



Bug#357930: phpmyadmin: Javascript files not included in version 4:2.8.0.2-2

2006-03-20 Thread Iacopo Spalletti
Package: phpmyadmin
Version: 4:2.8.0.2-2
Severity: grave
Justification: renders package unusable


The phpmyadmin uploaded package lacks the js subdirectory which contains 
javascript files.
Extracting upstream js direcotry into /usr/share/phpmyadmin fixed the issue.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (995, 'unstable'), (990, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])


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



Bug#357929: ifupdown: 6to4 support

2006-03-20 Thread David Schmitt
Package: ifupdown
Version: 0.6.7
Severity: wishlist
Tags: patch, ipv6

Hi aj!

Attached are the scripts setup-6to4 and clean-6to4 which are (prototype)
implementations of 6to4 support for ifupdown to put into if-{up,down}.d
respectivly. In the spirit of ipv6' autoconfiguration, I tried to keep
the needed configuration minimally.

Here is the documentation for the new configuration options the
implement:

use6to4 _yes|no_
If set to yes, use the outgoing source ip of this interface as
local endpoint fo a 6to4 tunnel. The address' basic format is
2002:ipv4::/16

6to4subnet _ipv6 address fragment_
This can be used to configure a subnet of the local 6to4 address
space on another interface; e.g. on a router. The fragment is
the local subnet, four hexadecimal digits, which is inserted
into the 6to4 addresses: 2002:ipv4:subnet::/64

6to4base_iface _interface name_
When configuring a 6to4 subnet, the 6to4 prefix is determined by
looking at this interfaces. Keep the base_iface in front of this
iface in auto directives to ensure proper configuration
sequencing.


Using the 6to4base_iface, one can keep the ipv4 address dynamic. In the
case of only one 6to4 tunnel, the base_iface could be inferred.

There is a obvious dependency between the main 6to4 interface and all
interfaces with an attached subnet.

The scripts use iproute to access networking information.

See
http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/configuring-ipv6to4-tunnels.html
for a simple 6to4 HOWTO.


Regards, David

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc5-vserver-686
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages ifupdown depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  net-tools 1.60-17The NET-3 networking toolkit

ifupdown recommends no packages.

-- debconf information excluded


clean-6to4
Description: application/shellscript


setup-6to4
Description: application/shellscript


Bug#357931: sql-editor: PostgreSQL support completely broken

2006-03-20 Thread Micha Lenk
Package: sql-editor
Version: 0.16
Severity: important

I just tried to use sql-editor with my PostgreSQL database and I didn't
succeed. The first problem: The GUI asked for a database to connect to
but the application ignored the provided information and tried to
connect to a database called the same like my username (which doesn't
exist).

Then I tried to investigate where the information gets lost, but
discovered that sql-editor seems to be completely unaware of the
differences between PostgreSQL and MySQL. Posgres doesn't know something
like select_db or USE database and it also doesn't know the command
SHOW TABLES.

I wonder if sql-editor has ever been run (successfully) with a
PostgreSQL database.

Yours
  Micha

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages sql-editor depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python-gtk-1.20.6.12-2.1 GTK support module for Python
ii  python-mysqldb1.2.1c2-1  A Python interface to MySQL
ii  python-pgsql  2.4.0-5A Python DB-API 2.0 interface to P

-- no debconf information


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



Bug#349196: a fix for sudo in sarge

2006-03-20 Thread Martin Schulze
Proposed updates for woody and sarge are here:
http://klecker.debian.org/~joey/security/sudo/
I'd be glad if you could test them.

Regards,

Joey

-- 
Linux - the choice of a GNU generation.

Please always Cc to me when replying to me on the lists.


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



Bug#357884: efibootmgr: update to latest upstream release 0.5.3

2006-03-20 Thread Bdale Garbee
tags 357884 +pending
thanks

On Sun, 2006-03-19 at 18:40 -0600, Matt Domsch wrote:

 Please upgrade efibootmgr in etch to latest upstream release.  This
 enables efibootmgr to work properly on 32-bit EFI systems, among other fixes.

Thanks Matt.  The merge is done in my CVS, and I'll upload it as part of
a burst update of gnu-efi, elilo, and efibootmgr either later today or
early tomorrow.

Bdale


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



Bug#304525: patch

2006-03-20 Thread Radu Spineanu
Hello

I will be co-maintaining ilohamail with Joerg. Right now, i am preparing
a new upload with the latest release.

However you said that not all xss bugs were fixed in the new version.
Could you please send a patch that fixes the remaining issue ?

Thanks,
Radu Spineanu


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



Bug#357932: python-ldap: backport upstream patch #1368108 for LDAPObject.c brokenness

2006-03-20 Thread Alessandro -oggei- Ogier
Package: python-ldap
Version: 2.0.11-1
Severity: normal
Tags: patch


please include this upstream patch into 2.0.11 package

http://snipurl.com/nuq7

it fix a bad brokenness of LDAPObject.c module

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-ldap depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python2.3-ldap2.0.11-1   An LDAP interface module for Pytho

python-ldap recommends no packages.

-- no debconf information
Index: LDAPObject.c
===
RCS file: /cvsroot/python-ldap/python-ldap/Modules/LDAPObject.c,v
retrieving revision 1.70
diff -u -r1.70 LDAPObject.c
--- LDAPObject.c	17 Nov 2005 20:49:28 -	1.70
+++ LDAPObject.c	28 Nov 2005 10:43:17 -
@@ -923,9 +923,9 @@
 	return LDAPerror( self-ldap, ldap_result3 );
 
 if (res_type == 0) {
-	/* Polls return (None, None, None); timeouts raise an exception */
+	/* Polls return (None, None, None, None); timeouts raise an exception */
 	if (timeout == 0)
-		return Py_BuildValue((OOO), Py_None, Py_None, Py_None);
+		return Py_BuildValue((), Py_None, Py_None, Py_None, Py_None);
 	else
 		return LDAPerr(LDAP_TIMEOUT);
 }


Bug#313588: add pam support for the real time rlimits audio patch

2006-03-20 Thread Antonio

Hi,

I'm using current Debian Etch and I can confirm that the above patch
worked straightforward on my system. 

Please consider the inclusion of the patch because is very much needed
(and waited) by many multimedia and audio users.

Cheers,

  ~ Antonio


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



Bug#351679: still no luck for me

2006-03-20 Thread Christoph Burghardt
I have a current debian/sid installed:

saratoga:/home/hawkes# /etc/init.d/lvm start
Setting up LVM Volume Groups...
  Reading all physical volumes.  This may take a while...
  No volume groups found
  No volume groups found
  No volume groups found
saratoga:/home/hawkes# aptitude install lvm2/testing
...
Richte lvm2 ein (2.01.04-5) ...
Installiere neue Version der Konfigurationsdatei /etc/lvm/lvm.conf ...
Backing up any LVM2 metadata that may exist...done.

saratoga:/home/hawkes# /etc/init.d/lvm start
Setting up LVM Volume Groups...
  Reading all physical volumes.  This may take a while...
  Found volume group ftp_volume_group using metadata type lvm2
  /dev/ftp_volume_group: opendir failed: Datei oder Verzeichnis nicht gefunden
  1 logical volume(s) in volume group ftp_volume_group now active


__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#356136: keep it simple

2006-03-20 Thread Thomas Lange
 On Mon, 20 Mar 2006 09:48:57 +0100, Björn Torkelsson [EMAIL PROTECTED] 
 said:

 Left to do is to extend fai-chboot to create the template files (should
 they end in .tmpl? Right now we don't use and file extension), but that
 shouldn't be that hard. Currently we are creating the template by either
 using fai-chboot to copy from a host config to the template and/or
 writing it by hand.
I think this is also a good idea to just copy a hand made
template. What about a new flag -c name that copies an existing
pxeconfig to a new file. Example

fai-chboot -c cluster host01 host02

This would copy the pxelinux.cfg file /boot/fai/pxelinux.cfg/cluster 
to the config files for host01 and host02 (file names in hex). If
/boot/fai/pxelinux.cfg/cluster does not exist but the host name
cluster can be resolved to an IP address, then copy the file with the
IP address of cluster in hex to host01 and host02 config files.

-- 
regards Thomas



Bug#353741: Close notifications not sent to *real* maintainer

2006-03-20 Thread Frank Küster
Cord Beermann [EMAIL PROTECTED] wrote:

 Hallo! Du (Hilmar Preusse) hast geschrieben:

 To enable us investigating errors or problems you should provide us
 with more information.

 Helpful would be: (we don't need all, provide as much as possible)

  * the IP, 
  * the Time (including timezone), 
  * the Message-Id, 
  * the Adresses you sent from and to, 
  * maybe some more things that could be related with that problem.

Excuse me, did you actually read the bug report?  It's about messages
sent automatically by the Debian infrastructure when bugs are closed, to
lists on lists.debian.org, so the IP's and addresses are the same all
the time.

If you really need individual messages, we have to wait until the next
upload that fixes bugs, since I didn't keep any messages sent to me.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#357731: phpmyadmin: No config change - still restart question

2006-03-20 Thread Piotr Roszatycki
On Monday 20 March 2006 11:24, Olaf van der Spek wrote: 
  Setting up phpmyadmin (2.8.0.2-2) ...
  Not replacing deleted config file /etc/phpmyadmin/htaccess
  Not replacing deleted config file /etc/phpmyadmin/htaccess
 
  Remember that in order to activate the new configuration apache2 has to
  be restarted. You can also restart apache2 manually executing
  /etc/init.d/apache2 restart
 
  Do you want me to restart apache2 now?
 
  I don't think it should ask this question in this case.
 
  Yes, but notice that the apache.conf file was changed and it is the
  reason that apache should be restarted.

 Why didn't it say that file was changed?

The config files are handled with `ucf' command. It should be verbose but it 
is quiet if the config file was modified and Debconf frontend is 
noninteractive.

-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Bug#357862: i386

2006-03-20 Thread Guido Trotter
On Mon, Mar 20, 2006 at 12:17:55AM +, Martin Michlmayr wrote:

Hi,

 Okay, it seems there's quite a bit of i386 specific code in there.  Is
 upstream interested in support non-i386 arches at all?

Some time ago they said they would be, in some releases... Unfortunately I don't
have any non-i386 to try it on to check... I will try to contact them again to
see if they're still interested or not, and in that case I will make it i386
only for the time being!

Guido



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



Bug#357609: galeon: crashes with latest libxul0d-1.8.0.1-6

2006-03-20 Thread Loïc Minier
severity 357609 important
tags 357609 + unreproducible
stop

Hi,

On Sat, Mar 18, 2006, Carsten Luedtke wrote:
 Galeon crashes with the latest libxul0d while it tries to load the
 first page on startup.

 Weird, does it crash systematically?  I'm using libxul0d-1.8.0.1-6
 here, and Galeon doesn't crash more than before.


-- 
Loïc Minier [EMAIL PROTECTED]
Current Earth status:   NOT DESTROYED



Bug#357368: FTBFS: missing build-depends on libxft-dev

2006-03-20 Thread Teemu Ikonen
tags 357368 pending
thanks

On 3/18/06, Martin Michlmayr [EMAIL PROTECTED] wrote:
 You're also missing a build-depends on libxinerama-dev.  But looking
 at config.log would have told you that!

Thanks for the help, this fixes the bug. An upload will be made soonish.

Teemu



Bug#357930: phpmyadmin: Javascript files not included in version 4:2.8.0.2-2

2006-03-20 Thread Piotr Roszatycki
severity 357743 important
severity 357579 important
severity 357930 important
close 357743 357579 357930
merge 357743 357579 357930
thanks

-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Bug#352537: [Fwd: RFC/RFS: rosegarden4: music editor and MIDI/audio sequencer]

2006-03-20 Thread Free Ekanayaka
|--== Junichi Uekawa writes:

  JU Anyway, there's going to be a 'rosegarden' and probably a
  JU compatibility 'rosegarden4' symlink.
  JU We can make rosegarden4 or rosegarden a dummy package, and 
  JU use either one.

  JU rosegarden2 can be removed. It is a very different beast, and there
  JU might be users, but really, I don't think it's too good an idea to
  JU keep something that is only of an archaeological interest.

Yes, I agree.  A the upstream source name is rosegarden, for sake of
semplicity I'd   set  rosegarden as the   new  package name  for the
bleeding-edge  upstream, and  turn  rosegarden4  into  a pointer  to
rosegarden.

Free



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



Bug#357933: unp: Support for unrar-free

2006-03-20 Thread Stefan Borggraefe
Package: unp
Version: 1.0.10
Severity: wishlist


Please add support for the unrar-free package. Currently when
unrar-free is the only program installed for unpacking .rar-files, unp
fails and asks the user to install one of the non-free packages rar or
unrar.

IMHO Debian should encourage the use of free software.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (9, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

unp depends on no packages.

Versions of packages unp recommends:
ii  bzip2 1.0.3-2high-quality block-sorting file co

-- no debconf information


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



Bug#357580: firebird2-*-server: remotelly crashable

2006-03-20 Thread Damyan Ivanov
reassign 357580 firebird2-super-server,libfbembed1
thanks

Hi,

Here's a patch that fixes the crash. The fix is
rather ugly IMHO, but this is what upstream proposed.

Please apply it to stable version of firebird2.

Unstable package is due for upload.

More information (discovery, reproduction) on
http://bugs.debian.org/358580


Thanks,
dam
-- 
Damyan Ivanov  Creditreform Bulgaria
[EMAIL PROTECTED]  http://www.creditreform.bg/
phone: +359(2)928-2611, 929-3993fax: +359(2)920-0994
mob. +359(88)856-6067   [EMAIL PROTECTED]/Gaim
#! /bin/sh /usr/share/dpatch/dpatch-run
## security-remote-preauth-crash.dpatch by  [EMAIL PROTECTED]
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad firebird2-1.5.3.4870~/src/jrd/unix.cpp 
firebird2-1.5.3.4870/src/jrd/unix.cpp
--- firebird2-1.5.3.4870~/src/jrd/unix.cpp  2004-03-29 06:50:11.0 
+0300
+++ firebird2-1.5.3.4870/src/jrd/unix.cpp   2006-03-20 11:46:53.0 
+0200
@@ -643,6 +643,8 @@
if (string) {
ptr = string;
if (length) {
+if (length = sizeof(temp)) length = sizeof(temp) - 1;
+
MOVE_FAST(string, temp, length);
temp[length] = 0;
ptr = temp;
@@ -651,6 +653,8 @@
else {
ptr = file_name;
if (file_length) {
+if (file_length = sizeof(temp)) file_length = 
sizeof(temp) - 1;
+
MOVE_FAST(file_name, temp, file_length);
temp[file_length] = 0;
ptr = temp;


signature.asc
Description: OpenPGP digital signature


Bug#279526: RM: icecast-client -- RoQA; orphaned for 500+ days, unsupported upstream

2006-03-20 Thread Matej Vela
retitle 279526 RM: icecast-client -- RoQA; orphaned for 500+ days, unsupported 
upstream
reassign 279526 ftp.debian.org
thanks

I think we should remove icecast-client.

  * Orphaned for 1 year and 136 days.
  * Upstream rewrote it from scratch, and renamed it to ices:
http://www.icecast.org/ices.php
There are two flavors: ices0 for MP3, and ices2 for Ogg Vorbis.
ices0 has patent issues due to its ability to re-encode MP3s;
while it should be possible to package an unencumbered version,
no one expressed an interest:
http://lists.debian.org/debian-qa/2005/11/msg00054.html
  * ices2 does have a Debian package, and users will still be able to
stream Ogg Vorbis files and soundcard input.
  * popcon: 91 installations, 17 votes.

Thanks,

Matej


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



Bug#341703: Description should mention limitations

2006-03-20 Thread Tore Anderson

  Hi.  I was made aware of this bug from the latest changelogs.  The
 description state:

 It is similar to the resize2fs program from e2fsprogs, but support
 online resizing, this allows to enlarge mounted filesystem. Online
 resizing require a kernel patch.

  This is at best partially correct.  Linux has supported online
 resizing since 2.6.10;  no patch is required.  Another thing worth
 mentioning is that the developement version of resize2fs have support
 for online resizing, this will be included in the next release of
 e2fsprogs.  (See the latest comments in #351720.)

-- 
Tore Anderson



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



Bug#357915: Missing patch, now attached

2006-03-20 Thread Javier Fernández-Sanguino Peña

I forgot to attach the translation, here it is.

Javier
# Alexandria en Español.
# This file is distributed under the same license as Alexandria.
# Miguel Ángel García [EMAIL PROTECTED], 2004
#
# Revisión: Javier Fernández-Sanguino [EMAIL PROTECTED], 2006
#
msgid 
msgstr 
Project-Id-Version: Alexandria\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-08-17 00:14+0200\n
PO-Revision-Date: 2006-03-20 10:03+0100\n
Last-Translator: Miguel Ángel García [EMAIL PROTECTED]\n
Language-Team: Miguel Ángel García [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit

#: ../lib/alexandria/book_providers/mcu.rb:32
msgid Spanish Culture Ministry
msgstr Ministerio de Cultura Español

#: ../lib/alexandria/book_providers/amazon.rb:30
#: ../lib/alexandria/book_providers/proxis.rb:35
msgid Locale
msgstr Locale

#: ../lib/alexandria/book_providers/amazon.rb:32
msgid Development token
msgstr Marca de desarrollo

#: ../lib/alexandria/book_providers/amazon.rb:33
msgid Associate ID
msgstr ID asociado

#: ../lib/alexandria/book_providers/amazon.rb:104
#: ../lib/alexandria/book_providers/amazon.rb:106
msgid n/a
msgstr n/a

#: ../lib/alexandria/book_providers/z3950.rb:29
msgid Hostname
msgstr Nombre del equipo

#: ../lib/alexandria/book_providers/z3950.rb:30
msgid Port
msgstr Puerto

#: ../lib/alexandria/book_providers/z3950.rb:31
msgid Database
msgstr Base de datos

#: ../lib/alexandria/book_providers/z3950.rb:32
msgid Record syntax
msgstr Sintaxis de registro

#: ../lib/alexandria/book_providers/z3950.rb:33
msgid Username
msgstr Nombre de usuario

#: ../lib/alexandria/book_providers/z3950.rb:34
msgid Password
msgstr Contraseña

#: ../lib/alexandria/book_providers/z3950.rb:121
msgid Library of Congress
msgstr Biblioteca del congreso

#: ../lib/alexandria/book_providers/z3950.rb:136
msgid British Library
msgstr Biblioteca Británica

#: ../lib/alexandria/export_library.rb:28
msgid Archived ONIX XML
msgstr Archivo ONIX XML

#: ../lib/alexandria/export_library.rb:30
msgid Archived Tellico XML
msgstr Archivo Tellico XML

#: ../lib/alexandria/export_library.rb:32
msgid ISBN List
msgstr Lista ISBN

#: ../lib/alexandria/export_library.rb:33
msgid HTML Web Page
msgstr Página Web HTML

#: ../lib/alexandria/export_library.rb:190
#: ../lib/alexandria/ui/main_app.rb:413
msgid Rating
msgstr Puntuación

#: ../lib/alexandria/import_library.rb:28
msgid Autodetect
msgstr Autodetectar

#: ../lib/alexandria/import_library.rb:29
msgid Archived Tellico XML (*.bc, *.tc)
msgstr Archivo Tellico XML (*.bc *.tc)

#: ../lib/alexandria/import_library.rb:31
msgid ISBN List (*.txt)
msgstr Lista ISBN (*.txt)

#: ../lib/alexandria/library.rb:90
msgid My Library
msgstr Mi biblioteca

#: ../lib/alexandria/ui/export_dialog.rb:25
msgid File already exists
msgstr El fichero ya existe

#: ../lib/alexandria/ui/export_dialog.rb:28
#: ../lib/alexandria/ui/main_app.rb:59
msgid _Replace
msgstr _Reemplazar

#: ../lib/alexandria/ui/export_dialog.rb:29
msgid 
A file named '%s' already exists.  Do you want to replace it with the one 
you are generating?
msgstr 
El fichero '%s' ya existe. ¿Desea reemplazarlo con el que está generando?

#: ../lib/alexandria/ui/export_dialog.rb:52
msgid Export '%s'
msgstr Exportar '%s'

#: ../lib/alexandria/ui/export_dialog.rb:57
msgid _Export
msgstr _Exportar

#: ../lib/alexandria/ui/export_dialog.rb:76
msgid _Theme:
msgstr _Tema:

#: ../lib/alexandria/ui/export_dialog.rb:86
msgid directory
msgstr directorio

#: ../lib/alexandria/ui/export_dialog.rb:99
msgid Export for_mat:
msgstr For_mato de exportación:

#: ../lib/alexandria/ui/export_dialog.rb:122
msgid Export failed
msgstr Falló la exportación

#: ../lib/alexandria/ui/export_dialog.rb:148
msgid 
The target, named '%s', is a regular file.  A directory is needed for this 
operation.  Please select a directory and try again.
msgstr 
El objetivo, llamado '%s', es un fichero. Esta operación requiere un 
directorio.  Por favor, seleccione un directorio y pruebe de nuevo.

#: ../lib/alexandria/ui/export_dialog.rb:152
msgid Not a directory
msgstr No es un directorio

#: ../lib/alexandria/ui/book_properties_dialog.rb:76
#: ../lib/alexandria/ui/book_properties_dialog.rb:85
msgid Couldn't modify the book
msgstr No se pudo modificar el libro

#: ../lib/alexandria/ui/book_properties_dialog.rb:77
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:70
msgid The EAN/ISBN you provided is already used in this library.
msgstr Ya se está utilizando el EAN/ISBN que proporcionó en esta biblioteca.

#: ../lib/alexandria/ui/book_properties_dialog.rb:86
#: ../lib/alexandria/ui/new_book_dialog.rb:294
#: ../lib/alexandria/ui/new_book_dialog_manual.rb:75
msgid 
Couldn't validate the EAN/ISBN you provided.  Make sure it is written 
correcty, and try again.
msgstr No se puede validar el EAN/ISBN proporcionado.  Asegúrese de que está 
escrito correctamente y pruebe de nuevo.

#: ../lib/alexandria/ui/book_properties_dialog_base.rb:61
msgid 

Bug#357935: kernel-image-2.6.8-2-386: System freeze while idle

2006-03-20 Thread Kaz Sasayama
Package: kernel-image-2.6.8-2-386
Version: 2.6.8-16sarge1
Severity: important

*** Please type your report below this line ***
My system freezes while it is idle with the 2.6 series kernel.  It is
OK with the 2.4 series kernel, though.

The system totally locks up and does not respond to any keyboard input.

The content of /proc/cpuinfo (on 2.4.27) is like this:

processor   : 0
vendor_id   : GenuineTMx86
cpu family  : 6
model   : 4
model name  : Transmeta(tm) Crusoe(tm) Processor TMTM5600
stepping: 3
cpu MHz : 598.455
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr cx8 cmov mmx longrun
bogomips: 1150.15

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-image-2.6.8-2-386 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information


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



Bug#357934: zsh: '-', '.' etc. shouldn't be recognized as word chars

2006-03-20 Thread Samuel Thibault
Package: zsh
Version: 4.3.2-2
Severity: normal

Hi,

Vi mode now recognizes '-', '.', as word chars:

$ a-b

When pressing 'w' with cursor on 'a', the cursor skips the whole a-b
string. But it should rather stop at '-'.

One can override this by defining WORDCHARS to letters, but the default
should really be what documentation says:

« word characters are alphanumeric characters »
(which include all characters for which libc's isalnum() returns true).

This wasn't the case in version 4.3.1-1. The fix for #357313 probably
needs fixing.

Regards,
Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi

-- no debconf information



Bug#335613: bug in documetation of program options library (Re: [boost] [1.34] branch for release on Monday)

2006-03-20 Thread Domenico Andreoli
On Sat, Mar 18, 2006 at 10:52:32PM -0800, Thomas Witt wrote:
 
 Hi,

hi,

 I am going to create the release branch on Monday March 20 around 6pm 
 PST. Please resolve as many outstanding issues as possible before the 
 branch is done.

i have a bug reported against boost debian package.

It is from LI Daobing [EMAIL PROTECTED]:

  In [1], Section `Positional Options', the last example [2] doesn't work.
  positional_options_description::add return void, and it has no
  add_optional method;

  [1]
  http://127.0.0.1/doc/libboost-doc/HTML/doc/html/program_options/overview.html

  [2]
  positional_options_description pd;
  pd.add(output-file, 2).add_optional(input-file, -1);

for the full report, please visit 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335613.

indeed  a simple program like:

#include boost/program_options.hpp
namespace po = boost::program_options;

int main(int ac, char* av[])
{
po::positional_options_description pd;
pd.add(output-file, 2).add_optional(input-file, -1);

return 0;
}

fails to build with the following gcc error message:

test.cpp: In function 'int main(int, char**)':
test.cpp:7: error: invalid use of 'void'

cheers
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Bug#357609: galeon: crashes with latest libxul0d-1.8.0.1-6

2006-03-20 Thread Carsten Luedtke
Am Montag, den 20.03.2006, 11:46 +0100 schrieb Loïc Minier:
 Hi,
 
  Weird, does it crash systematically?  I'm using libxul0d-1.8.0.1-6
  here, and Galeon doesn't crash more than before.
 
Yes I have this on two hosts here and in both cases it works with the 
older version of libxul0d.

Cheers
Carsten Luedtke


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#357376: FTBFS with G++ 4.1: missing cassert includes

2006-03-20 Thread Jens Oknelid
On 3/16/06, Martin Michlmayr [EMAIL PROTECTED] wrote:
 Package: linuxdcpp
 Version: 0.0.1.cvs20060217-1
 Severity: important
 Tags: patch

 Your package fails to build with G++ 4.1.  I'm filing this bug as
 important for now, but when 4.1 will be the default compiler in
 unstable (probably in a few weeks) I'll upgrade this to serious.

 A patch is below.


  Automatic build of linuxdcpp_0.0.1.cvs20060217-1 on bigsur by sbuild/mips 
  1.94
 ...
  g++ -DXTHREADS -pthread -pthread -D_GNU_SOURCE 
  -DHAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP -I. -DENABLE_BINRELOC 
  -D_FILE_OFFSET_BITS=64 -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 
  -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
  -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include 
  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 
  -I/usr/lib/glib-2.0/include -c -o build/gui/wulformanager.o 
  linux/wulformanager.cc
  In file included from linux/../client/CriticalSection.h:26,
   from linux/../client/Speaker.h:26,
   from linux/../client/ServerSocket.h:27,
   from linux/selecter.hh:27,
   from linux/mainwindow.hh:31,
   from linux/wulformanager.hh:29,
   from linux/wulformanager.cc:19:
  linux/../client/Thread.h:104:2: warning: #warning FIXME
  linux/../client/Thread.h:114:2: warning: #warning FIXME
  linux/wulformanager.cc: In static member function 'static void 
  WulforManager::start()':
  linux/wulformanager.cc:157: error: 'assert' was not declared in this scope
  linux/wulformanager.cc: In static member function 'static void 
  WulforManager::stop()':
  linux/wulformanager.cc:162: error: 'assert' was not declared in this scope
  scons: *** [build/gui/wulformanager.o] Error 1
  scons: building terminated because of errors.
  make: *** [build/linuxdcpp] Error 2


 --- ./linux/wulformanager.cc~   2006-03-16 22:32:08.0 +
 +++ ./linux/wulformanager.cc2006-03-16 22:32:15.0 +
 @@ -22,6 +22,7 @@
  #include downloadqueue.hh
  #include hub.hh
  #include iostream
 +#include cassert

  using namespace std;

 --- ./linux/mainwindow.cc~  2006-03-16 22:32:59.0 +
 +++ ./linux/mainwindow.cc   2006-03-16 22:33:07.0 +
 @@ -33,6 +33,7 @@
  #include iostream
  #include sstream
  #include iomanip
 +#include cassert

  using namespace std;

 --- ./linux/sharebrowser.cc~2006-03-16 22:35:04.0 +
 +++ ./linux/sharebrowser.cc 2006-03-16 22:35:13.0 +
 @@ -17,6 +17,7 @@
  */

  #include sharebrowser.hh
 +#include cassert

  ShareBrowser::ShareBrowser(User::Ptr user, std::string file, GCallback 
 closeCallback):
 BookEntry(WulforManager::SHARE_BROWSER,

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

Are you unaware that #include assert.h has been added to these
files in the cvs? Or are you saying #include cassert works but not
#include assert.h?

/Jens Oknelid



Bug#351679: still no luck for me

2006-03-20 Thread Bastian Blank
On Mon, Mar 20, 2006 at 11:55:43AM +0100, Christoph Burghardt wrote:
 Setting up LVM Volume Groups...
   Reading all physical volumes.  This may take a while...
   No volume groups found
   No volume groups found
   No volume groups found

What does vgscan - say?

Bastian

-- 
The best diplomat I know is a fully activated phaser bank.
-- Scotty



Bug#353741: Close notifications not sent to *real* maintainer

2006-03-20 Thread Don Armstrong
On Mon, 20 Mar 2006, Frank Küster wrote:
 If you really need individual messages, we have to wait until the
 next upload that fixes bugs, since I didn't keep any messages sent
 to me.

Just a brief note here, there was a bug that I just fixed in debbugs
that was stripping out the Message-Id: before it got sent to exim;
this shouldn't have affected the delivery, but the messages from now
on should have message ids both in the log and in the messages sent
on.


Don Armstrong

-- 
Of course, there are ceases where only a rare individual will have the
vision to perceive a system which governs many people's lives; a
system which had never before even been recognized as a system; then
such people often devote their lives to convincing other people that
the system really is there and that it aught to be exited from. 
 -- Douglas R. Hofstadter _Gödel Escher Bach. Eternal Golden Braid_

http://www.donarmstrong.com  http://rzlab.ucr.edu



Bug#344659: gclcvs - is no native package

2006-03-20 Thread Michael Banck
Plus it has a strange symlink in the tar.gz:

lrwxr-x--- camm/camm 0 2005-12-15 17:06:11
gclcvs-2.7.0/pargcl/include/mpi.h -
/fix/t1/camm/debian/gcl/tmp/tmp/foo/pargcl/src/mpinu/mpi.h


Michael


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



Bug#357927: ITP: freepbx -- web based management tool for asterisk, replacement for amp

2006-03-20 Thread Julien BLACHE
Stephen Birch [EMAIL PROTECTED] wrote:

Hi,

 Coalescent Systems Inc. launched the freePBX (formerly Asterisk
 Management Portal, AMP) project to bring together best-of-breed applications
 to produce a standardized implementation of Asterisk complete with
 web-based administrative interface.

Just asked the same questions on pkg-voip a few minutes ago, reposting
here so they end up in the BTS too:
 - did they drop the dependency on php-jpgraph for the CDR part ?
 - did they drop the dependency on lame ?
 - did they drop the dependency on asterisk-perl ?

Unless you can answer YES to these 3 questions, FreePBX can't go in
Debian.

JB.

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


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



Bug#347490: FTBFS via runaway gawk

2006-03-20 Thread Matej Vela
Hi,

I've isolated the problem to the following test case:

BEGIN {
s = 
l = 2
while ( length(s)  l )
s = s  
}

The above causes an infinite loop with a UTF-8 locale
(LC_CTYPE=en_US.UTF-8).

Thanks,

Matej


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



Bug#357938: libc6-i386 should conflict with ia32-libs [1.5-20051126]

2006-03-20 Thread Jeroen Nijhof
Package: libc6-i386
Version: 2.3.6-3
Severity: normal

I tried to upgrade to the latest testing packages, but failed:

Unpacking libc6-i386 (from .../libc6-i386_2.3.6-3_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libc6-i386_2.3.6-3_amd64.deb 
(--unpack):
 trying to overwrite `/emul/ia32-linux/lib/libpcprofile.so', which is also in 
package ia32-libs

Should libc6-i386 declare a conflict with too old versions of ia32-libs?

Jeroen Nijhof

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#355128: gconf2-common: post installation error: missing file or directory /usr/share/gconf/default.path and /etc/gconf/2/path

2006-03-20 Thread Max
Josselin Mouette ha scritto:
 Le vendredi 03 mars 2006 à 15:12 +0100, Max Franco a écrit :
 
Package: gconf2-common
Version: 2.12.1-11
Severity: normal
 
 
LANG=C apt-get -f install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up gconf2-common (2.12.1-11) ...
mv: cannot move `/usr/share/gconf/default.path' to
`/USR/SHARE/GCONF/DEFAULT.PATH': No such file or directory
mv: cannot move `/etc/gconf/2/path' to `/ETC/GCONF/2/PATH': No such file
or directory
dpkg: error processing gconf2-common (--configure):
subprocess post-installation script returned error exit status 1
 
 
Versions of packages gconf2-common depends on:
ii  ucf   2.005  Update Configuration File: 
preserv
 
 
 The only thing that is in the postinst is a call to ucf, and I've never
 seen such a message.
 
 Manoj, have you ever met something like this? Is gconf2-common doing
 something wrong with ucf?
 
 Regards,

this bug were causing a lot of packages to give configuration errors
anyway my system was working without problem
so i commented out all lines in gconf2-common.postinst.
this fixed all other package error.
anyway at the moment i can't figure the cause of this bug, and if this
may be cause other problems in the future...

i tried to reinstall the package after cleaning the cache, and the
problem raised again...

Regards

Max Franco



Bug#357914: break in install the testing-version with 'apt-get source -b psi'

2006-03-20 Thread Jan Niehusmann
On Mon, Mar 20, 2006 at 10:08:22AM +0100, pc_henning wrote:
 Package: psi
 Version: 0.10-2
 Severity: important
 Justification: fails to build from source
 
 *** Please type your report below this line ***
 
 today i want to install psi-0.10-2 with 'apt-get source -b psi'
 
 in the make-process its break (there was two times no file oder
 directory (==Datei oder Verzeichnis))

This is caused by bug #180240 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180240),
and therefore not really a bug of the psi package. As a workaround, you
could build the package somewhere outside /usr.

I'll take a look at this later, a simple QMAKE_PROJECT_DEPTH inserted at
the proper position should allow to build the package inside /usr,
again.

Jan


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



Bug#357937: sl-modem: does not build with kernel 2.6.16

2006-03-20 Thread Marc Haber
Package: sl-modem
Severity: wishlist

PATH=/usr/local/share/kernel-build::/home/mh/.my/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/mh/.my/bin
 fakeroot make-kpkg --append-to-version=-scyw00225 --revision=2.6.16.20060320.0 
--added_modules=sl-modem,ieee80211,ipw2200 modules_image
make[1]: Entering directory /usr/src/modules/sl-modem'
/usr/bin/make -w -f debian/rules kdist_clean kdist_config binary-modules
make[2]: Entering directory /usr/src/modules/sl-modem'
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean SUPPORT_ALSA=1
make[3]: Entering directory /usr/src/modules/sl-modem'
make[3]: *** No rule to make target clean'.  Stop.
make[3]: Leaving directory /usr/src/modules/sl-modem'
make[2]: [clean] Error 2 (ignored)
cd modem; /usr/bin/make clean SUPPORT_ALSA=1 /usr/src/modules/sl-modem/modem
make[3]: Entering directory /usr/src/modules/sl-modem/modem'
make[3]: *** No rule to make target clean'.  Stop.
make[3]: Leaving directory /usr/src/modules/sl-modem/modem'
make[2]: [clean] Error 2 (ignored)
dh_clean
/usr/bin/make -C drivers clean
make[3]: Entering directory /usr/src/modules/sl-modem/drivers'
rm -f kernel-ver slamr.o slusb.o slamr.ko slusb.ko *st7554.o amrmo_init.o 
sysdep_amr.o *.mod.* .*.cmd *~
rm -f -r .tmp_versions
make[3]: Leaving directory /usr/src/modules/sl-modem/drivers'
/usr/bin/gcc-4.0
for templ in /usr/src/modules/sl-modem/debian/sl-modem-modules-_KVERS_.postinst 
/usr/src/modules/sl-modem/debian/sl-modem-modules-_KVERS_.postinst.backup 
/usr/src/modules/sl-modem/debian/sl-modem-modules-_KVERS_.postinst.modules.in; 
do \
cp $templ echo $templ | sed -e 's/_KVERS_/2.6.16-scyw00225/g' ; \
  done
  for templ in ls debian/*.modules.in ; do \
  test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.16-scyw00225/g;s/#KVERS#/2.6.16-scyw00225/g ; 
s/_KVERS_/2.6.16-scyw00225/g ; s/##KDREV##/2.6.16.20060320.0/g 
;s/#KDREV#/2.6.16.20060320.0/g ; s/_KDREV_/2.6.16.20060320.0/g'  $templ 
${templ%.modules.in}; \
  done
  dh_clean -k
  dh_installdirs lib/modules/2.6.16-scyw00225/misc usr/lib/sl-modem
  if ! test -e drivers/Makefile ; then echo Please update the package, extract 
the tarball!; exit 1 ; fi
/usr/bin/make -C drivers KERNEL_DIR=/home/mh/linux/2.6.16/linux-2.6.16 
KVERS=2.6.16-scyw00225
make[3]: Entering directory /usr/src/modules/sl-modem/drivers'
gcc-4.0 -I/home/mh/linux/2.6.16/linux-2.6.16/include -o kernel-ver
kernel-ver.c
/usr/bin/make all KERNEL_VER=2.6.16-scyw00225
make[4]: Entering directory /usr/src/modules/sl-modem/drivers'
/usr/bin/make modules -C /home/mh/linux/2.6.16/linux-2.6.16
SUBDIRS=/usr/src/mod
ules/sl-modem/drivers
make[5]: Entering directory /home/mh/linux/2.6.16/linux-2.6.16'
  CC [M]  /usr/src/modules/sl-modem/drivers/amrmo_init.o
  CC [M]  /usr/src/modules/sl-modem/drivers/sysdep_amr.o
  CC [M]  /usr/src/modules/sl-modem/drivers/st7554.o
/usr/src/modules/sl-modem/drivers/st7554.c:1160: error: unknown field 'owner' 
specified in initializer /usr/src/modules/sl-modem/drivers/st7554.c:1160: 
warning: initialization from incompatible pointer type
/usr/src/modules/sl-modem/drivers/st7554.c: In function 'st7554_probe':
/usr/src/modules/sl-modem/drivers/st7554.c:1292: warning: passing argument 2 of 
'class_device_create' makes pointer from integer without a cast
/usr/src/modules/sl-modem/drivers/st7554.c:1292: warning: passing argument 3 of 
'class_device_create' makes integer from pointer without a cast
/usr/src/modules/sl-modem/drivers/st7554.c:1292: warning: passing argument 4 of 
'class_device_create' from incompatible pointer type
/usr/src/modules/sl-modem/drivers/st7554.c:1292: warning: passing argument 5 of 
'class_device_create' makes pointer from integer without a cast
make[6]: *** [/usr/src/modules/sl-modem/drivers/st7554.o] Error 1
make[5]: *** [_module_/usr/src/modules/sl-modem/drivers] Error 2
make[5]: Leaving directory /home/mh/linux/2.6.16/linux-2.6.16'
make[4]: *** [all] Error 2
make[4]: Leaving directory /usr/src/modules/sl-modem/drivers'
make[3]: *** [all] Error 2
make[3]: Leaving directory /usr/src/modules/sl-modem/drivers'
make[2]: *** [binary-modules] Error 2
make[2]: Leaving directory /usr/src/modules/sl-modem'
make[1]: *** [kdist_build] Error 2
make[1]: Leaving directory /usr/src/modules/sl-modem'
Module /usr/src/modules/sl-modem failed.

2.6.16 is not yet in Debian, hence, severity: wishlist

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#357862: i386

2006-03-20 Thread Martin Michlmayr
* Guido Trotter [EMAIL PROTECTED] [2006-03-20 11:58]:
 Some time ago they said they would be, in some releases...
 Unfortunately I don't have any non-i386 to try it on to check... I
 will try to contact them again to see if they're still interested or
 not, and in that case I will make it i386 only for the time being!

FWIW, I can do some compilation and testing on non-i386 arches if
upstream wants to make it more generic.  However, I don't have time to
submit patches myself.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#357936: gnumeric: Uninstallable after binNMU.

2006-03-20 Thread Daniel Kobras
Package: gnumeric
Version: 1.6.2-3+b1
Severity: grave
Justification: renders package unusable

Despite the strict versioned dependency of gnumeric (arch: any) on
gnumeric-common (arch: all), it has recently been binNMUed for the gsf
transition. The new gnumeric packages now depend on a non-existent
gnumeric-common (= 1.6.2-3+b1), and therefore are uninstallable in
unstable at the moment. A sourceful upload is required to complete the
transition.

Regards,

Daniel.



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



Bug#357376: FTBFS with G++ 4.1: missing cassert includes

2006-03-20 Thread Martin Michlmayr
* Jens Oknelid [EMAIL PROTECTED] [2006-03-20 12:27]:
 Are you unaware that #include assert.h has been added to these
 files in the cvs? Or are you saying #include cassert works but not
 #include assert.h?

I'm unaway that you've fixed it in CVS already; I was merely compiling
the Debian package.

Thanks a lot for fixing this already, and sorry for not checking with
CVS.  But I'm compiling _all_ of Debian with GCC 4.1 and I don't have
the time to check CVS or every build failure. :/  (there are 240 4.1
specific failures so far).
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#357890: Please support mips

2006-03-20 Thread Francisco Moya
IceE 1.1.0 is already packaged but I'm waiting for my package sponsor to
upload those to master.

If you can't wait get them at

deb http://personales.ya.com/fmoya ./
deb-src http://personales.ya.com/fmoya ./

Regards,
F. Moya

El lun, 20-03-2006 a las 01:20 +, Martin Michlmayr escribió:
 package: zeroc-icee-translators
 Version: 1.0.0-3
 Severity: wishlist
 Tags: patch
 
 Please support the MIPS platform.
 
  Automatic build of zeroc-icee-translators_1.0.0-3 on bigsur by sbuild/mips 
  1.106
 ...
  make[3]: Entering directory 
  `/build/tbm/zeroc-icee-translators-1.0.0/src/IceUtil'
  c++ -c -I../../include  -DICE_UTIL_API_EXPORTS -I..  -ftemplate-depth-128 
  -Wall -D_REENTRANT -O3 -DNDEBUG Base64.cpp
  In file included from ../../include/IceUtil/Base64.h:13,
   from Base64.cpp:10:
  ../../include/IceUtil/Config.h:26:5: error: #error Unknown architecture
  make[3]: *** [Base64.o] Error 1
 
 The following patch is against 1.0.0.  I see that 1.1.0 is out already
 but you can see from the patch below what needs to be done.
 
 --- ./include/IceUtil/Config.h~   2005-08-16 16:46:12.0 +
 +++ ./include/IceUtil/Config.h2006-03-20 01:06:27.0 +
 @@ -17,10 +17,10 @@
  // of Itanium (IA64) and MIPS.
  //
  #if defined(__i386) || defined(_M_IX86) || defined (__x86_64) || \
 -defined(__alpha__)
 +defined(__alpha__) || defined(__MIPSEL__)
  #   define ICE_LITTLE_ENDIAN
  #elif defined(__sparc) || defined(__sparc__) || defined(__hppa) || \
 -  defined(__ppc__) || defined(_ARCH_COM)
 +  defined(__ppc__) || defined(__MIPSEB__) || defined(_ARCH_COM)
  #   define ICE_BIG_ENDIAN
  #else
  #   error Unknown architecture
 --- ./src/icecpp/config.h~2006-03-20 00:42:36.0 +
 +++ ./src/icecpp/config.h 2006-03-20 00:47:51.0 +
 @@ -63,7 +63,7 @@
  #if defined(_WIN32)
  #   define WCHAR_TYPE_SIZE 2
  #elif (defined(__linux) || defined(__FreeBSD__))  \
 -  (defined(__i386) || defined(__x86_64) || defined(__sparc)) || \
 +  (defined(__i386) || defined(__x86_64) || defined(__sparc) || 
 defined(__mips)) || \
 defined (__sun) || defined(__hpux) || defined(__APPLE__) || \
 defined(_AIX) || defined(__osf1__)
  #   define WCHAR_TYPE_SIZE 4
 
-- 
Francisco Moya Fernandez  Computer Architecture and Networks Group
Assistant Professor
[EMAIL PROTECTED]  School of Computer Science
Fax:(+34 926) 29 53 54University of Castilla-La Mancha
Tel:(+34 926) 29 54 83  http://www.inf-cr.uclm.es/




Bug#357941: ghc6: where is HaXml?

2006-03-20 Thread Ian Zimmerman
Package: ghc6
Version: 6.4-4.1
Severity: normal

The source for HaXml is in the corresponding ghc6-libsrc package,
but imports are nowhere to be found.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-8custom1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ghc6 depends on:
ii  gcc-3.3   1:3.3.6-10 The GNU C compiler
ii  haskell-utils 1.6.0.1Utilities used by the Debian Haske
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgmp3-dev   4.1.4-11   Multiprecision arithmetic library 
ii  libgmp3c2 4.1.4-11   Multiprecision arithmetic library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-6  GNU readline and history libraries
ii  libreadline5-dev  5.1-6  GNU readline and history libraries
ii  perl [perl5]  5.8.8-2Larry Wall's Practical Extraction 

ghc6 recommends no packages.

-- no debconf information


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



Bug#357036: Bug 285198 and 357036 on cjk-latex

2006-03-20 Thread Frank Küster
Osamu Aoki [EMAIL PROTECTED] wrote:

 Hi,

 This is about RC bug report on:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285198

 I looked back bug situation on BTS.  It seems we did funny dependency to
 work around tetex version issue.
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357036

 But from PTS;
   [2006-02-10] tetex-bin 3.0-13 MIGRATED to testing (Britney)

 So we do not need to do funny dependency.  Just tetex-bin (3.0) should
 be fine.  Any objections from TeX gurus?

Please use

tetex-bin (  3.0 ) | texlive-base-bin

so that it can be used (or at least tried) with texlive.  Otherwise, you
are right.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#357940: RM: remove obsolete D-I kernel packages

2006-03-20 Thread Frans Pop
Package: ftp.debian.org
Severity: normal
Tags: d-i

The following source packages and their udebs can be removed from unstable
and testing as both architectures have fully switched to 2.6 for Etch.

- linux-kernel-di-alpha
- linux-kernel-di-hppa


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



Bug#357942: debsecan: libcurl3/unstable is reported as insecure but it's not

2006-03-20 Thread Cyril Bouthors
Package: debsecan
Version: 0.4.1
Severity: normal

libcurl3/unstable is reported as insecure but it's not:

web1:~# debsecan --suite sarge --only-fixed
CVE-2006-1061 libcurl3 (fixed)
web1:~# dpkg -l libcurl3 debsecan
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  libcurl37.15.2-3
Multi-protocol file transfer library
ii  debsecan0.4.1   
Debian Security Analyzer
web1:~# apt-get install libcurl3/unstable
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 7.15.2-3 (Debian:unstable) for libcurl3
libcurl3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
web1:~# apt-get install libcurl3
Reading Package Lists... Done
Building Dependency Tree... Done
libcurl3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
web1:~#

Please also have a look at http://bugs.debian.org/345158

Thanks.

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

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  python2.3.5-5An interactive high-level object-o

Versions of packages debsecan recommends:
ii  cron  3.0pl1-93  management of regular background p
ii  exim4 4.60-4 metapackage to ease exim MTA (v4)
ii  exim4-daemon-heavy [mail-tran 4.60-4 exim MTA (v4) daemon with extended

-- debconf-show failed

-- 
Cyril Bouthors


pgpo3vxePaVDk.pgp
Description: PGP signature


Bug#357939: libqt4-dev: segfault on calling qApp-processEvents()

2006-03-20 Thread Benjamin Mesing
Package: libqt4-dev
Version: 4.1.1-1
Severity: normal
X-Debbugs-Cc: [EMAIL PROTECTED]


Since the update to QT 4.1.1 my application (packagesearch) crashes when
calling qApp-processEvents() in some places, everything worked fine 
with QT 4.1.0.

I was not able to reproduce the crash in a small example, but you can pull
packagesearch from SourceForge subversion:
https://svn.sourceforge.net/svnroot/packagesearch/trunk/packagesearch

There are some lines commented out calling qApp-processEvents() 
(e.g. in src/pluginmanager.cpp). 
If you uncomment the first qApp-processEvents() call in pluginmanager
packagesearch will crash on startup, uncommenting the second works fine 
though.

The error message look kinda weird...:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1230649664 (LWP 10189)]
0xb756c304 in qvariant_cast_helper ([EMAIL PROTECTED], tp=QVariant::TextLength, 
ptr=0xbfbcbae4) at qvariant.h:387
387 qvariant.h: No such file or directory.
in qvariant.h
(gdb) backtrace
#0  0xb756c304 in qvariant_cast_helper ([EMAIL PROTECTED], 
tp=QVariant::TextLength, ptr=0xbfbcbae4) at 
qvariant.h:387
#1  0xb76f3aa6 in qvariant_castQTextLength ([EMAIL PROTECTED]) at 
qvariant.h:627
#2  0xb76f0ede in QTextFormat::lengthProperty (this=0xbfbcbc34, 
propertyId=16387) at text/qtextformat.cpp:772
#3  0xb7706884 in QTextFrameFormat::width (this=0xbfbcbc34) at qtextformat.h:541
#4  0xb77264fc in QTextDocumentLayoutPrivate::layoutFrame (this=0x8481700, 
f=0x847fdb8, layoutFrom=0,
layoutTo=2147483647) at text/qtextdocumentlayout.cpp:1486
#5  0xb77266d3 in QTextDocumentLayout::doLayout (this=0x84816f0, from=0, 
oldLength=0, length=2147483647)
at text/qtextdocumentlayout.cpp:2212
#6  0xb77267ab in QTextDocumentLayoutPrivate::ensureLayoutedByPosition 
(this=0x8481700, position=1000)
at text/qtextdocumentlayout.cpp:2360
#7  0xb7726cc0 in QTextDocumentLayoutPrivate::layoutStep (this=0x8481700) at 
text/qtextdocumentlayout.cpp:2366
#8  0xb77272c9 in QTextDocumentLayout::documentChanged (this=0x84816f0, from=0, 
oldLength=0, length=7)
at text/qtextdocumentlayout.cpp:2173
#9  0xb7700ee1 in QTextDocument::setPageSize (this=0x847f980, [EMAIL 
PROTECTED]) at text/qtextdocument.cpp:821
#10 0xb781b9a4 in QLabel::paintEvent (this=0x843ff38) at widgets/qlabel.cpp:811
#11 0xb75ad192 in QWidget::event (this=0x843ff38, event=0xbfbcc86c) at 
kernel/qwidget.cpp:5132
#12 0xb781507e in QFrame::event (this=0x843ff38, e=0xbfbcc86c) at 
widgets/qframe.cpp:600
#13 0xb781af7c in QLabel::event (this=0x843ff38, e=0xbfbcc86c) at 
widgets/qlabel.cpp:751
#14 0xb755953d in QApplicationPrivate::notify_helper (this=0x8291dd8, 
receiver=0x843ff38, e=0xbfbcc86c)
at kernel/qapplication.cpp:3137
#15 0xb755b294 in QApplication::notify (this=0xbfbce658, receiver=0x843ff38, 
e=0xbfbcc86c)
at kernel/qapplication.cpp:3098
#16 0xb756236d in QCoreApplication::sendSpontaneousEvent (receiver=0x843ff38, 
event=0xbfbcc86c)
at qcoreapplication.h:174
#17 0xb75b735a in qt_sendSpontaneousEvent (receiver=0x843ff38, 
event=0xbfbcc86c) at 
kernel/qapplication_x11.cpp:4957
#18 0xb76a949e in QWidgetPrivate::drawWidget (this=0x8441088, pdev=0x829f020, 
[EMAIL PROTECTED], 
[EMAIL PROTECTED],
flags=4) at painting/qbackingstore.cpp:842
#19 0xb76a9df9 in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=3,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:778
#20 0xb76a9bcd in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=4,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:769
#21 0xb76a9bcd in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=5,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:769
#22 0xb76a98dc in QWidgetPrivate::drawWidget (this=0x8440730, pdev=0x829f020, 
[EMAIL PROTECTED], 
[EMAIL PROTECTED],
flags=4) at painting/qbackingstore.cpp:872
#23 0xb76a9df9 in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=0,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:778
#24 0xb76a9bcd in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=2,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:769
#25 0xb76a9bcd in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=3,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:769
#26 0xb76a98dc in QWidgetPrivate::drawWidget (this=0x8440528, pdev=0x829f020, 
[EMAIL PROTECTED], 
[EMAIL PROTECTED],
flags=4) at painting/qbackingstore.cpp:872
#27 0xb76a9df9 in QWidgetBackingStore::paintSiblingsRecursive (pdev=0x829f020, 
[EMAIL PROTECTED], index=1,
[EMAIL PROTECTED], [EMAIL PROTECTED], flags=4) at 
painting/qbackingstore.cpp:778
#28 0xb76a98dc in 

Bug#352733: openoffice.org-impress: crashes while opening http://www.iab.org/documents/open-mtgs/2005-10-23-huston.ppt

2006-03-20 Thread Laurent Bonnaud
Hi,

I cannot reproduce this bug with the current OpenOffice version in sid
(see below).  Could you please check again ?

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/

Package: openoffice.org-impress
Version: 2.0.2-1

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org-impress depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-0  GCC support library
ii  libstdc++64.1.0-0The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  openoffice.org-core   2.0.2-1OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.2-1OpenOffice.org office suite - draw




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



Bug#356896: FTBFS with GCC 4.1: test suite failure

2006-03-20 Thread Martin Michlmayr
* Martin Buck [EMAIL PROTECTED] [2006-03-20 10:03]:
 I would have thought that a compiler that miscompiles trivial for loops and
 thus inserts bugs in lots of programs compiled with it is unsuitable for
 release, i.e. severity serious.

I don't know... I compiled 5000 packages and none showed a problem.
Then again, most of them probably don't have a test suite as good as
your package (or a test suite at all); so they might compile and be
broken.

  Do you have a test case for this error?  If it's a different bug/test
  case, I can try on ARM with 4.1 to see if it's still there.
 Unfortunately, no. On arm, the apcalc testsuite simply segfaulted just as
 with the new gcc 4.1 bug. But since the 4.1 bug causes a segfault very
 early in the testsuite, it will probably hide the gcc 4.0 one.

Once a fixed GCC is out, maybe someone can remind me and I can compile
your package on ARM to see if there are other problems.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#357609: galeon: crashes with latest libxul0d-1.8.0.1-6

2006-03-20 Thread Carsten Luedtke
Am Montag, den 20.03.2006, 11:46 +0100 schrieb Loïc Minier:
 Hi,
 
  Weird, does it crash systematically?  I'm using libxul0d-1.8.0.1-6
  here, and Galeon doesn't crash more than before.
 
Yes I have this on two hosts here and in both cases it works with the 
older version of libxul0d.

Cheers
Carsten Lüdtke


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


  1   2   3   4   5   >