Bug#438823: r-base-core: valgrind throws an error when R starts on amd64

2007-08-20 Thread Ben Goodrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: r-base-core
Version: 2.5.1-2
Severity: important

Hi Dirk,

To replicate this problem on a amd64 machine, do

cd /tmp
echo log(1)  crash.R
R -d valgrind --verbose --db-attach=yes --vanilla  crash.R

The last line is adapted from

http://cran.r-project.org/doc/manuals/R-exts.html#Using-valgrind

I do not experience the following problem on a 32bit machine with Debian
unstable, nor on a RHEL 64bit server (R 2.5.1 in both cases). But it
happens on this amd64 machine whether I use r-base from unstable or
build the source from CRAN. Anyway, it prevents using R with valgrind to
investigate memory problems with contributed packages.

==16581== Memcheck, a memory error detector.
==16581== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==16581== Using LibVEX rev 1732, a library for dynamic binary translation.
==16581== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==16581== Using valgrind-3.2.3-Debian, a dynamic binary instrumentation
framework.
==16581== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==16581==
- --16581-- Command line
- --16581--/usr/lib/R/bin/exec/R
- --16581----vanilla
- --16581-- Startup, with flags:
- --16581----suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
- --16581----verbose
- --16581----db-attach=yes
- --16581-- Contents of /proc/version:
- --16581--   Linux version 2.6.22.2-slh64-smp-1 ([EMAIL PROTECTED]) (gcc
version 4.1.3 20070718
(prerelease) (Debian 4.1.2-14)) #1 SMP PREEMPT Fri Aug 10 17:19:56 CEST 2007
- --16581-- Arch and hwcaps: AMD64, amd64-sse2
- --16581-- Page sizes: currently 4096, max supported 4096
- --16581-- Valgrind library directory: /usr/lib/valgrind
- --16581-- Reading syms from /usr/lib/R/bin/exec/R (0x40)
- --16581--object doesn't have a symbol table
- --16581-- Reading syms from /lib/ld-2.6.1.so (0x400)
- --16581-- Reading debug info from /lib/ld-2.6.1.so...
- --16581-- ... CRC mismatch (computed 635CD41D wanted 1F3B7BF3)
- --16581-- Reading debug info from /usr/lib/debug/lib/ld-2.6.1.so...
- --16581-- Reading syms from /usr/lib/valgrind/amd64-linux/memcheck
(0x3800)
- --16581--object doesn't have a dynamic symbol table
- --16581-- Reading suppressions file:
/usr/lib/valgrind/debian-libc6-dbg.supp
- --16581-- Reading suppressions file: /usr/lib/valgrind/default.supp
vex amd64-IR: unhandled instruction bytes: 0x66 0x66 0x66 0x66
==16581== valgrind: Unrecognised instruction at address 0x4016321.
==16581== Your program just tried to execute an instruction that Valgrind
==16581== did not recognise.  There are two possible reasons for this.
==16581== 1. Your program has a bug and erroneously jumped to a non-code
==16581==location.  If you are running Memcheck and you just saw a
==16581==warning about a bad jump, it's probably your program's fault.
==16581== 2. The instruction is legitimate but Valgrind doesn't handle it,
==16581==i.e. it's Valgrind's fault.  If you think this is the case or
==16581==you are not sure, please let us know and we'll try to fix it.
==16581== Either way, Valgrind will now raise a SIGILL signal which will
==16581== probably kill your program.
==16581==
==16581== Process terminating with default action of signal 4 (SIGILL):
dumping core
==16581==  Illegal opcode at address 0x4016321
==16581==at 0x4016321: memcpy (in /lib/ld-2.6.1.so)
==16581==by 0x400466E: dl_main (in /lib/ld-2.6.1.so)
==16581==by 0x4014457: _dl_sysdep_start (in /lib/ld-2.6.1.so)
==16581==by 0x400230A: _dl_start (in /lib/ld-2.6.1.so)
==16581==by 0x4000A67: (within /lib/ld-2.6.1.so)
==16581==
==16581==  Attach to debugger ? --- [Return/N/n/Y/y/C/c] 
==16581==  Attach to
debugger ? --- [Return/N/n/Y/y/C/c]  ==16581==  Attach to
debugger ? ---
[Return/N/n/Y/y/C/c]  ==16581==  Attach to debugger ? ---
[Return/N/n/Y/y/C/c] 
==16581==  Attach to debugger ? --- [Return/N/n/Y/y/C/c] 
==16581==  Attach to
debugger ? --- [Return/N/n/Y/y/C/c]  ==16581==  Attach to
debugger ? ---
[Return/N/n/Y/y/C/c]  ==16581==
==16581== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1)
- --16581--
- --16581-- supp:1 strlen-not-intercepted-early-enough-HACK-5
==16581== malloc/free: in use at exit: 0 bytes in 0 blocks.
==16581== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==16581==
==16581== All heap blocks were freed -- no leaks are possible.
- --16581--  memcheck: sanity checks: 0 cheap, 1 expensive
- --16581--  memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
- --16581--  memcheck: auxmaps: 0 searches, 0 comparisons
- --16581--  memcheck: SMs: n_issued  = 7 (112k, 0M)
- --16581--  memcheck: SMs: n_deissued= 0 (0k, 0M)
- --16581--  memcheck: SMs: max_noaccess  = 524287 (8388592k, 8191M)
- --16581--  memcheck: SMs: max_undefined = 0 (0k, 0M)
- --16581--  memcheck: SMs: max_defined   = 1 (16k, 0M)
- --16581--  memcheck: SMs: max_non_DSM 

Bug#438824: jfbterm -q should be the default

2007-08-20 Thread Dr. Markus Waldeck

Package: jfbterm
Version: 0.4.7-7.1
Severity: wishlist

jfbterm issues a lot of output during the startup.

Form the programmers point of view this could be useful for debugging
purpose. But this behavior contradicts absolutely the unix philosophy 
in which a program is silent until there is a problem or a special 
option is set.

So jfbterm should be quiet until an appropriate option like -v is set!

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser


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



Bug#382826: Patch to use source version for binary-only NMU'd packages

2007-08-20 Thread Matt Kraai
tag 382826 patch
thanks

The attached patch makes apt-get strip the binary-only NMU suffix from
the binary package version to construct the source package version.

I've tested that it allows me to use apt-get source on packages that
have had binary-only NMUs.

If I should regenerate it against a different version, please let me2
know.

-- 
Matt
diff -ru ../apt-0.7.6/apt-pkg/deb/debversion.cc ./apt-pkg/deb/debversion.cc
--- ../apt-0.7.6/apt-pkg/deb/debversion.cc  2007-07-24 05:33:28.0 
-0700
+++ ./apt-pkg/deb/debversion.cc 2007-08-19 22:38:58.0 -0700
@@ -266,3 +266,19 @@
return string(Ver,Last);
 }
/*}}}*/
+// debVS::SourceVersion - Return the source version string /*{{{*/
+// -
+/* This strips all the binary-only NMU specific information from the version
+   number */
+string debVersioningSystem::SourceVersion(const char *Ver)
+{
+   // Chop off the trailing +bnumber
+   const char *I;
+   unsigned Last = strlen(Ver);
+   for (I = Ver + Last - 1; I  Ver + 2  isdigit(*I); I--);
+   if (I = Ver + 2  *I == 'b'  *(I - 1) == '+')
+  Last = I - Ver - 1;
+   
+   return string(Ver,Last);
+}
+   /*}}}*/
diff -ru ../apt-0.7.6/apt-pkg/deb/debversion.h ./apt-pkg/deb/debversion.h
--- ../apt-0.7.6/apt-pkg/deb/debversion.h   2007-07-24 05:33:28.0 
-0700
+++ ./apt-pkg/deb/debversion.h  2007-08-19 22:46:38.0 -0700
@@ -33,6 +33,7 @@
   return DoCmpVersion(A,Aend,B,Bend);
}   
virtual string UpstreamVersion(const char *A);
+   virtual string SourceVersion(const char *A);
 
debVersioningSystem();
 };
diff -ru ../apt-0.7.6/apt-pkg/version.h ./apt-pkg/version.h
--- ../apt-0.7.6/apt-pkg/version.h  2007-07-24 05:33:28.0 -0700
+++ ./apt-pkg/version.h 2007-08-19 22:45:22.0 -0700
@@ -44,6 +44,7 @@
virtual int DoCmpReleaseVer(const char *A,const char *Aend,
   const char *B,const char *Bend) = 0;
virtual string UpstreamVersion(const char *A) = 0;
+   virtual string SourceVersion(const char *A) = 0;

// See if the given VS is compatible with this one.. 
virtual bool TestCompatibility(pkgVersioningSystem const Against) 
diff -ru ../apt-0.7.6/cmdline/apt-get.cc ./cmdline/apt-get.cc
--- ../apt-0.7.6/cmdline/apt-get.cc 2007-08-01 15:48:14.0 -0700
+++ ./cmdline/apt-get.cc2007-08-19 23:01:09.0 -0700
@@ -1242,7 +1242,7 @@
//std::cout  VF.File().Archive()  std::endl;
if(VF.File().Archive()  (VF.File().Archive() == DefRel)) 
{
-  VerTag = Ver.VerStr();
+  VerTag = Cache.VS().SourceVersion(Ver.VerStr());
   break;
}
 }


Bug#438826: Official Indian state shown as separate country

2007-08-20 Thread Kartik Mistry
Package: iso-codes
Version: 1.3-1
Severity: serious

Hi,

While translating iso-codes for Gujarati (gu), I just saw following (NEW) entry:

#. names for SKM
msgid Sikkim
msgstr 

hey, Sikkim is integral part of India (ie since 1975). This is serious
bug! Please remove this string as early as possible.

Some references:
http://en.wikipedia.org/wiki/Sikkim
http://sikkim.gov.in/

Thanks,
-- 
---
Kartik Mistry  || GPG: 0xD1028C8D || IRC: kart_
kartikmistry.org/blog || kartikm.wordpress.com
---


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



Bug#438825: New upstream release (0.1.9) available

2007-08-20 Thread Sebastian Dröge
Package: gamin
Severity: wishlist

Hi,
there's a new upstream release of gamin (0.1.9) available since some
weeks. Would be nice if you could update the package.

Bye


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#438828: Invaild upstream information

2007-08-20 Thread Dr. Markus Waldeck

Package: fbiterm
Version: 0.5-5.4
Severity: normal

The upstream URL seems to be dead.

CVS checkout does also fail:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot co iterm  
 
Unknown host cvs.li18nux.org.

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


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



Bug#437452: banshee: Crashes at startup on Linux PowerPC port due to a bug

2007-08-20 Thread Sebastian Dröge
reassign 437452 mono-jit
thanks

Hi,
according to one of the mono maintainers (meebey) this is a bug in mono
on PPC for which he also has a minimal testcase.

Bye


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#438829: sitebar: [INTL:sv] Swedish debconf templates translation update

2007-08-20 Thread Daniel Nylander
Package: sitebar
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish debconf translation for sitebar

Regards,
Daniel

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

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: sitebar\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-16 19:46-0400\n
PO-Revision-Date: 2007-08-20 08:16+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid apache, apache-ssl, apache-perl, apache2
msgstr apache, apache-ssl, apache-perl, apache2

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server you are running:
msgstr Vilken webbserver kör du:

#. Type: multiselect
#. Description
#: ../templates:1002
msgid SiteBar supports any web server that php4 does, but this automatic 
configuration process only supports Apache.
msgstr SiteBar har stöd för alla webbserver som php4 har, men den här 
automatiska konfigurationsprocessen har endast stöd för Apache.

#| msgid Has the database has already been initialized?
#. Type: boolean
#. Description
#: ../templates:2001
msgid Has the database already been initialized?
msgstr Har databasen redan blivit initierad?

#. Type: boolean
#. Description
#: ../templates:3001
msgid Skip database creation?
msgstr Hoppa över skapandet av databasen?

#. Type: boolean
#. Description
#: ../templates:3001
msgid Debconf can set up the SiteBar database automatically or you can create 
it manually after installation.
msgstr Debconf kan automatiskt konfigurera SiteBars databas eller så kan du 
göra det manuellt efter installationen.

#. Type: note
#. Description
#: ../templates:4001
msgid Manual database configuration required!
msgstr Manuell databaskonfiguration krävs!

#. Type: note
#. Description
#: ../templates:4001
msgid No mysql client found, which means there's no way to offer automatic 
database setup. If you wish to get help setting up the database configuration, 
please install mysql-client (and possibly also mysql-server if you want to run 
the database server on this machine) and then run \dpkg-reconfigure sitebar\ 
to rerun this configuration wizard. For now, the database configuration will be 
skipped
msgstr Ingen mysql-klient hittades, vilket betyder att det inte finns något 
sätt att erbjuda en automatisk databaskonfiguration. Om du önskar att få hjälp 
att konfigurera databasen så bör du installera paketet mysql-client (och 
möjligen även mysql-server om du vill köra databasservern på den här maskinen) 
och sedan köra \dpkg-reconfigure sitebar\ för att köra den här 
konfigurationsguiden igen. För tillfället kommer databaskonfigurationen att 
hoppas över

#. Type: string
#. Description
#: ../templates:5001
msgid SiteBar database host name:
msgstr Värdnamnet för SiteBar-databasen:

#. Type: string
#. Description
#: ../templates:5001
msgid This should be the host-name or IP address that SiteBar will use to 
access the database.
msgstr Det här ska vara värdnamnet eller ip-adressen som SiteBar ska använda 
för att komma åt databasen.

#. Type: string
#. Description
#: ../templates:6001
msgid Database user name to access the database:
msgstr Databasanvändarens namn som används för att komma åt databasen:

#. Type: string
#. Description
#: ../templates:6001
msgid This is the user name that SiteBar will use to access the database.
msgstr Det här är användarnamnet som SiteBar ska använda för att komma åt 
databasen.

#. Type: password
#. Description
#: ../templates:7001
msgid Password to access the database:
msgstr Lösenordet för att komma åt databasen:

#. Type: password
#. Description
#: ../templates:7001
msgid This is the password that SiteBar will use, along with the user name you 
provided, to access the database.
msgstr Det här är lösenordet som SiteBar ska använda, tillsammans med det 
användarnamn som angav, för att komma åt databasen.

#. Type: password
#. Description
#: ../templates:8001
msgid Retype the password to access the database:
msgstr Ange lösenordet igen som ska användas för att komma åt databasen:

#. Type: password
#. Description
#: ../templates:8001

Bug#438830: [INTL:gu] Gujarati eject translation

2007-08-20 Thread Kartik Mistry
Package: eject
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find the attached updated Gujarati translation of the eject package.
-- 
---
Kartik Mistry  || GPG: 0xD1028C8D || IRC: kart_
kartikmistry.org/blog || kartikm.wordpress.com
---
#   Kartik Mistry [EMAIL PROTECTED], 2007

msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-04-11 23:40+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: text
#. description
#: ../eject-udeb.templates:3
msgid Eject a CD from the drive
msgstr ડ્રાઇવમાંથી સીડી બહાર નીકાળો


Bug#438736: intel driver produces kernel crash in a variety of situations

2007-08-20 Thread Robert Millan
On Mon, Aug 20, 2007 at 12:21:12AM +0200, Cesare Leonardi wrote:
 Robert Millan wrote:
 I've recently upgraded my hardware (motherboard + cpu + ram) and am now
 getting Linux crashes in a variety of situations.  I've detected them
 when any of the following conditions are met:
 
   - When starting a second X session.
   - When time goes backwards (e.g. due to ntpdate) while X is running (but
 NOT when X isn't running)
   - When stopping X.
 
 [...]
 
   - X driver is xserver-xorg-video-i810.  Card model:
 
 Are you sure this is a kernel bug?

Well, since X is a userland process, I wouldn't expect it to be able to
crash the kernel, even if it plays with /dev/agpgart in a bad way.  It
can even be a security issue.

 I see that the constant is that crashes happen when X is running (or 
 when is finishing running).
 You are using xserver-xorg-video-i810, but since some months this is a 
 transitional package that points to the newer (and less stable) 
 xserver-xorg-video-intel.
 Since this transition i had noticed numerous crash (and various problems 
 using video applications, but these seems to be resolved), and reading 
 some bug reports seems that this driver still has different problems on 
 which Intel is working on.
 I suggest you to look at:
 http://bugs.debian.org/xserver-xorg-video-intel

Yes, I've seen those reports.  That's why I holded on backporting the driver
from testing/sid to my etch system.

 In the meanwhile try to use the generic vesa driver to see if the 
 crashes still happens. If they will not occur anymore, you can try with 
 the intel driver from unstable or experimental.
 If they'll persists... this could be a kernel bug.  ;-)

Do you know if Linux had improvements in this area from 2.6.18 to 2.6.22 ?

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call, if you are unable to speak?
(as seen on /.)


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



Bug#438831: xjdrad is not part of xjdic

2007-08-20 Thread Dr. Markus Waldeck

Package: xjdic
Version: 24-6
Severity: normal

xjdic includes a helper application for showing radicals.

The problem is that it has no own entry in the Makefile but

gcc -o xjdrad xjdrad.c

is sufficient to build the application.

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


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



Bug#438832: tmpreaper: [INTL:es] Spanish debconf update

2007-08-20 Thread Javier Fernández-Sanguino Peña

Package: tmpreaper
Version: 1.6.8
Priority: wishlist
Tags: l10n bug

Since the debconf text has changed, attached is an updated Spanish
translation for this package.

Regards

Javier
# tmpreaper po-debconf translation to Spanish
# Copyright (C) 2007 Software in the Public Interest, SPI Inc.
# This file is distributed under the same license as the tmpreaper package.
#
# Changes:
# - Initial translation
#   Javier Fernández-Sanguino , 2007
#
#
#  Traductores, si no conoce el formato PO, merece la pena leer la 
#  documentación de gettext, especialmente las secciones dedicadas a este
#  formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
#   http://www.debian.org/intl/spanish/
#   especialmente las notas y normas de traducción en
#   http://www.debian.org/intl/spanish/notas
#
# - La guía de traducción de po's de debconf:
#   /usr/share/doc/po-debconf/README-trans
#   o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Si tiene dudas o consultas sobre esta traducción consulte con el último
# traductor (campo Last-Translator) y ponga en copia a la lista de
# traducción de Debian al español ([EMAIL PROTECTED])
#
msgid 
msgstr 
Project-Id-Version: tmpreaper 1.6.7\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-17 11:10+0200\n
PO-Revision-Date: 2007-08-20 08:38+0200\n
Last-Translator: Javier Fernández-Sanguino [EMAIL PROTECTED]\n
Language-Team: Debian Spanish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n
X-POFile-SpellExtra: TMPTIME rcS cron conf tmp tmpreaper usr README zless\n
X-POFile-SpellExtra: TMPREAPERTIME protect default doc daily security\n

#. Type: note
#. Description
#: ../tmpreaper.templates:3
msgid tmpreaper can now be adjusted through /etc/tmpreaper.conf
msgstr Puede ajustar tmpreaper a través de «/etc/tmpreaper.conf»

#. Type: note
#. Description
#: ../tmpreaper.templates:3
msgid 
Any local preferences for the daily tmpreaper run should now be configured 
through /etc/tmpreaper.conf (explanation is in that file).
msgstr 
Puede configurar la preferencia local para la ejecución diaria de tmpreaper 
en el fichero «/etc/tmpreaper.conf» (encontrará una explicación de cómo 
hacerlo en ese fichero).

#. Type: note
#. Description
#: ../tmpreaper.templates:3
msgid 
Previously, you had to modify /etc/cron.daily/tmpreaper which could be a 
pain because that got updated regularly, and you'd have to reimplement your 
modifications each time (or miss out on the new changes). Now you can adjust 
the file age, extra --protect patterns, and which directories to reap in /
etc/tmpreaper.conf.
msgstr En versiones anteriores tenía que modificar 
«/etc/cron.daily/tmpreaper», lo que era un problema porque se actualizaba con 
frecuencia y tenía que reimplementar sus cambios tras cada modificación (o 
perderse los nuevos cambios). Ahora puede ajustar el tiempo, patrones extra 
para «--protect» y los directorios a vaciar en «/etc/tmpreaper.conf».

#. Type: note
#. Description
#: ../tmpreaper.templates:3
msgid 
For this to work, however, you have to install the new /etc/cron.daily/
tmpreaper file now.
msgstr Sin embargo, para que esto funcione, debe instalar ahora el nuevo 
archivo «/etc/cron.daily/tmpreaper».

#. Type: note
#. Description
#: ../tmpreaper.templates:18
msgid default value for TMPREAPER_TIME now set via /etc/default/rcS
msgstr 
el valor por omisión de TMPREAPER_TIME se fija ahora en «/etc/default/rcS»

#. Type: note
#. Description
#: ../tmpreaper.templates:18
msgid 
Before, you could set the maximum age for files before they were removed in /
etc/tmpreaper.conf; however, there is another place where something similar 
is set, namely the TMPTIME value in /etc/default/rcS which is used during 
booting to clean out /tmp.
msgstr 
Podía fijar antes la edad máxima de los ficheros que se iban a eliminar en «/
etc/tmpreaper.conf». Hay una ubicación donde se define un valor similar, en 
concreto el valor TMPTIME fijado en «/etc/default/rcS» y que se utiliza para 
limpiar el «/tmp».

#. Type: note
#. Description
#: ../tmpreaper.templates:18
msgid 
To avoid having to enter this value in two places, the new /etc/tmpreaper.
conf script now obtains the TMPTIME value from /etc/default/rcS, and uses 
that (if it is greater than zero, that is).
msgstr 
Para impedir que tenga que introducir dos veces este valor el nuevo guión «/
etc/tmpreaper.conf» obtiene el valor TMPTIME de «/etc/default/rcS» y lo 
utiliza (siempre que sea mayor que cero, claro está).

#. Type: note
#. Description
#: ../tmpreaper.templates:18
msgid 
You apparently have changed the default value in /etc/tmpreaper.conf; you 
may want to check /etc/default/rcS to see if the value there is acceptable, 
if you want the upgrade procedure to 

Bug#438800: Hex-a-hop for users

2007-08-20 Thread Damyan Ivanov
-=| Jens Seidel, 20.08.2007 05:45 |=-
 On Sun, Aug 19, 2007 at 10:01:22PM +0400, Yuri Kozlov wrote:
 2007/8/19, Damyan Ivanov [EMAIL PROTECTED]:
 - -=| Jens Seidel, 19.08.2007 19:48 |=-
 http://packages.qa.debian.org/h/hex-a-hop.html). Or simply use a
 slightly older version of all patches from 
 hex-a-hop_0.0.20070315-3.diff.gz.
 I tried the binary package for hex-a-hop_0.0.20070315-3 and it segafults
 after reading the configuration. Back-trace follows:
 See bug 438644
 
 (This bug was cloned to 438800, please refer to 438800.)
 
 I think I found the reason for bug 438800: A too short fixed array size.
 Changing
  char optionSlotName[MAX_GAMESLOT][40]
 to
  char optionSlotName[MAX_GAMESLOT][400]
 in menus.h:387 should fix it.
 
 Damyan, can you please confirm that you tested Yuri's Russian translation
 or did it happen in English mode?
 
 I suggest to directly reply to this bug and not this mailing list.

I tried the official -3 package. My locale is bg_BG.UTF-8, but I did
not submit the Bulgarian translation yet.

 Please test again after applying this pseudo patch (and calling
 clean!!!). Don't forget to remove all ~/.hex-a-hop/save?.dat files as well
 as they could be corrupted.

Will do later when I have my laptop with me.

-- 
damJabberID: [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#426796: fix newvserver in the presence of a local name server

2007-08-20 Thread Ola Lundqvist
Hi Jochen

I think it looks fine.

New package built and uploaded.

Best regards,

// Ola

On Sun, Aug 19, 2007 at 10:09:54PM +0100, Jochen Voß wrote:
 Hi Ola,
 
 On 19 Aug 2007, at 21:50, Ola Lundqvist wrote:
 Thanks a lot for this patch. Much appriciated. Will be applied
 on next upload.
 Thanks a lot.  As you can see I used ip and sed to get the IP  
 address of the interface.  No idea whether there is a cleaner way or  
 whether vserver already knows this address somehow.  The patch works  
 on my system, but maybe a person more knowledgable than I am can  
 still improve it.
 
 All the best,
 Jochen
 --
 http://seehuhn.de/
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  http://opalsys.net/ +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#438833: libkamefu-dev: The -dev package belongs in Section: devel instead of kde

2007-08-20 Thread Gerfried Fuchs
Package: libkamefu-dev
Version: 0.1.1-2
Severity: important

Hi!

 This package is immensly wrongly placed - please get it moved to
Section: devel instead of current Section: kde.

 Thanks in advance,
Rhonda


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



Bug#417601: x11r6: On startup, X11 reports that my G450 is not DRI capable.

2007-08-20 Thread Brice Goglin
Dale E. Edmons wrote:
 The frame rate is now:

You shouldn't use glxgears as a benchmark, it really isn't one
unfortunately. If you want to know whether DRI works, glxinfo will tell
you (look for direct rendering: Yes on line #4).

 The difference was that earlier I had run glxgears as
 root!

It might just be a problem with the permissions of /dev/dri/card0.
xserver-xorg-core sets it to mode 666 now, while you needed a DRI
section in xorg.conf to do that earlier.

 I believe, is not dual-monitor and has very washed out
 colors and blender runs!  The version I was running is
 marked no-dri.  This one the dual-monitor works correctly,
 but has no DRI/GLX.  I can use this until my second
 monitor gets back from repair.

Dual-head with DRI might not be that easy to get. We have bug #362997
about that. Maybe the next mga driver with randr-1.2 support will help.

Brice



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



Bug#438834: ITP: libdigest-md5-file-perl -- Perl extension for getting MD5 sums for files and urls

2007-08-20 Thread Damyan Ivanov
Package: wnpp
Severity: wishlist
Owner: Damyan Ivanov [EMAIL PROTECTED]

* Package name: libdigest-md5-file-perl
  Version : 0.05
  Upstream Author : Daniel Muey [EMAIL PROTECTED]
* URL : http://search.cpan.org/~dmuey/
* License : same as Perl (either Artistic or GPL)
  Programming Lang: Perl
  Description : Perl extension for getting MD5 sums for files and urls

Digest::MD5::File adds to Digest::MD5 module functionality for easy
calculation of MD5 checksums of entire files, directories or URLs.
.
Example usage:
.
 my $md5 = Digest::MD5-new;
 $md5-addpath('/path/to/file.txt');
 $md5-addpath([EMAIL PROTECTED]);
 $md5-adddir('/home/tmbg/');
 $md5-addurl('http://www.tmbg.com/tour.html');
 my $digest = file_md5_hex($file);
 my $dir_hashref = dir_md5_hex($dir);
 my $digest = url_md5_hex($url);

This package is a dependency of libnet-amazon-s3-perl version 0.39

--
dam


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



Bug#438835: please add hibernate option to shutdown menu

2007-08-20 Thread Anton Khirnov
Package: ksmserver
Version: 4:3.5.7-2+b1
Severity: wishlist

I saw this handy feature in Kubuntu and heard that it's in Suse too.
Also a patch is on http://www.kde-apps.org , but it's for KDE 3.5.5.

Regards
Anton Khirnov

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

Kernel: Linux 2.6.22.1-nb.e (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ksmserver depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-4 core libraries and binaries for al
ii  kwin [x-window-manager] 4:3.5.7-2+b1 the KDE window manager
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libidn111.0-0GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-6Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages ksmserver recommends:
ii  kpersonalizer   4:3.5.7-2+b1 installation personalizer for KDE

-- no debconf information


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



Bug#438836: bongoproject-tools: depends on bongoproject

2007-08-20 Thread William Lynch
Package: bongoproject-tools
Version: 0.2.0-3
Severity: normal

bongo-admin (which is contained in this deb), requires the schema file from 
bongoproject to run correctly.

Thanks!

htpc:~# bongo-admin 
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/bongo/bin/bongo-admin.py, line 26, in 
?
parser.add_commands(AgentCommands, Agent)
  File /usr/lib/python2.4/site-packages/bongo/cmdparse.py, line 112, in 
add_commands
self.add_command(cls(), group)
  File /usr/lib/python2.4/site-packages/bongo/admintool/AgentCommands.py, 
line 107, in __init__
agentArgs = CmdUtil.GetAgentArgs()
  File /usr/lib/python2.4/site-packages/bongo/admintool/CmdUtil.py, line 31, 
in GetAgentArgs
common = GetAttributeArgs(msgapi.C_AGENT)
  File /usr/lib/python2.4/site-packages/bongo/admintool/CmdUtil.py, line 14, 
in GetAttributeArgs
attrs.extend(Util.GetClassAttributes(c))
  File /usr/lib/python2.4/site-packages/bongo/admin/Util.py, line 272, in 
GetClassAttributes
schema = GetSchema()
  File /usr/lib/python2.4/site-packages/bongo/admin/Util.py, line 263, in 
GetSchema
schema = Schema.Schema(SCHEMA_XML)
  File /usr/lib/python2.4/site-packages/bongo/admin/Schema.py, line 68, in 
__init__
self.read(filename)
  File /usr/lib/python2.4/site-packages/bongo/admin/Schema.py, line 102, in 
read
doc = minidom.parse(filename)
  File /usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py, line 1915, 
in parse
return expatbuilder.parse(file)
  File /usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py, line 
924, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: '/etc/bongo/bongo-schema.xml'


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

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

Versions of packages bongoproject-tools depends on:
ii  libbongoproject-import0 0.2.0-3  Integrated mail and calendar syste
ii  libbongoproject00.2.0-3  Integrated mail and calendar syste
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libclucene0 0.9.16a-2library for full-featured text sea
ii  libcurl3-gnutls 7.16.4-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libkrb531.6.dfsg.1-6 MIT Kerberos runtime libraries
ii  libsqlite3-03.4.1-1  SQLite 3 shared library
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  python  2.4.4-6  An interactive high-level object-o
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

bongoproject-tools recommends no packages.

-- no debconf information


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



Bug#438837: obconf 2.0.2-1 depends on libobparser16 but it is not installable

2007-08-20 Thread Peter Schwindt
Package: obconf
Version: 1.6-1
Severity: grave
Justification: renders package unusable

Installing obconf 2.0.2-1 is impossible since it depends on libobparser16 -
which is not installable

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

Kernel: Linux 2.6.22.1n (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages obconf depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.6.1-1   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.13-1 The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libice62:1.0.3-3 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.16.5-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.2-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  openbox3.4.2-2   standards compliant, fast, light-w

obconf recommends no packages.

-- no debconf information


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



Bug#438838: sitebar: [INTL:vi] Vietnamese debconf templates translation update

2007-08-20 Thread Clytie Siddall

Package: sitebar
Version: 3.3.8-9
Severity: minor
Tags: l10n, wishlist

The updated Vietnamese translation for the debconf file: sitebar

translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


PGP.sig
Description: This is a digitally signed message part


Bug#438587: closed by Peter Eisentraut [EMAIL PROTECTED] (Re: Bug#438587: Please include the new egroupware-gallery package in egroupware)

2007-08-20 Thread Peter Eisentraut
Am Montag, 20. August 2007 01:15 schrieb Olek:
 I'm sorry, I'm not really familiar with that process.

http://www.debian.org/devel/wnpp/

 If you don't mind me asking, what's the
 rationale for breaking this specific application off from the rest of
 the egroupware family?

You will have to ask the upstream developers about that.


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



Bug#438839: kipi-plugins: Failed to connect to Gallery2 site

2007-08-20 Thread Jean Parpaillon
Package: kipi-plugins
Version: 0.1.4-1+b1
Severity: important

Hi,
Used with Digikam (2:0.9.2-4), I can not use the Remote Gallery sync function.

Got the following: Failed to login into remote gallery. Gallery URL probably 
incorrect
I use Gallery 2.2.2.

Jean

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

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

Versions of packages kipi-plugins depends on:
ii  kdelibs4c2a   4:3.5.7.dfsg.1-4   core libraries and binaries for al
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-4  GCC support library
ii  libgl1-mesa-glx [ 7.0.1-1A free implementation of the OpenG
ii  libglib2.0-0  2.12.13-1  The GLib library of C routines
ii  libgphoto2-2  2.4.0-2gphoto2 digital camera library
ii  libgphoto2-port0  2.4.0-2gphoto2 digital camera port librar
ii  libgpod2  0.5.2-4a library to read and write songs 
ii  libimlib2 1.3.0.001-0cvs20070619 Powerful image loading and renderi
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkcal2b 4:3.5.7-2  KDE calendaring library
ii  libkdcraw10.1.1-2Raw picture decoding C++ library (
ii  libkexiv2-1   0.1.5-1+b1 Qt like interface for the libexiv2
ii  libkipi0  0.1.5-2library for apps that want to use 
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libqt3-mt 3:3.3.7-6  Qt GUI Library (Threaded runtime v
ii  libstdc++64.2.1-4The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxml2   2.6.29.dfsg-1  GNOME XML library
ii  libxslt1.11.1.21-2   XSLT processing library - runtime 

Versions of packages kipi-plugins recommends:
ii7:6.2.4.5.dfsg1-1  Image manipulation programs
ii1.1~svn20070723.0411+r691290-0rareware A sophisticated KDE cd burning app
ii4:3.5.7-2+b1   print system for KDE
ii4:3.5.7-2  KDE Email client
ii4:3.5.7-2+b1   KDE's advanced file manager, web b
ii4:3.5.7-3  scanner program for KDE
ii0.2.10.3   A Free command-line mp3 player, co
ii1.0.19~cvs20070730-1   API library for scanners -- utilit

-- no debconf information


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



Bug#431702: Is NMU needed?

2007-08-20 Thread Atsuhito Kohda
Hi Tsuchiya-san

I recently noticed this bug in a Japanese Debian users ML
and I'm almost certain that this is caused by a change
of fmtutil(-sys) in a recent texlive package.

Basically it is only necessary to modify 
formats=/var/lib/texmf/web2c to
formats=/var/lib/texmf/web2c/jtex
in order to fix the bug.

BTW, if you are too busy to upload a package, please let me know.
I will be able to do NMU a fixed package.

Thanks for your maintenance.

Regards,2007-8-20(Mon)

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


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



Bug#394824: more info

2007-08-20 Thread Tshepang Lekhonkhobe
On 8/19/07, Sven Arvidsson [EMAIL PROTECTED] wrote:
 forwarded 394824 http://bugzilla.gnome.org/show_bug.cgi?id=335226
 thanks

 On Sun, 2007-08-19 at 18:05 +0530, Kumar Appaiah wrote:
  On Sat, Mar 24, 2007 at 01:25:06PM +0200, Tshepang Lekhonkhobe wrote:
   Gedit and meld exhibits the same problem (though tough to notice since
   most clicks  are experienced on a web-browser) so I wonder if this is
   not a GTK+ problem.
 
  I can confirm that this happens on epiphany-browser 2.18-3 browser. I
  cannot comment on this for other GTK+ packages, since I don't use many
  more.

 Hi,

 This is upstream bug 335226. It seems to be a problem in Gecko, only
 exposed when embedded in GTK;
 http://mail.gnome.org/archives/epiphany-list/2007-August/msg7.html

 Tshepang Lekhonkhobe, the similar bugs you have with gedit and meld are
 probably not related, please file reports about them separately.

I will when I'm ready. Thanks...


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



Bug#438840: sgb: new upstream release

2007-08-20 Thread Marcus Better
Package: sgb
Version: 1:20050409-2
Severity: wishlist

A new upstream release 2007-03-28 is available.

The ERRATA lists only the following changes:

~$ zcat /usr/share/doc/sgb/ERRATA.gz |diff -u - ERRATA
--- -   2007-08-20 10:15:23.438455539 +0200
+++ ERRATA  2007-03-26 08:38:34.0 +0200
@@ -5,6 +5,10 @@
 of the data that's critical for the graph structure. Please replace your
 copies of miles.dat (and cities.texmap) if they are dated earlier than 1995.

+Similarly, I found an embarrassing typo (Monsiuer for Monsieur) in
+the file jean.dat; and there was a spurious white pixel at the very
+bottom right corner of lisa.dat; those glitches were corrected in March 2007.
+
 

 Here is a list of all significant changes that appeared in the third


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

Kernel: Linux 2.6.23-rc3-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sgb depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries

Versions of packages sgb recommends:
ii  texlive-extra-utils   2007-12TeX Live: TeX auxiliary programs

-- no debconf information


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



Bug#438841: compiz-kde: segfault when closing hung konqueror window

2007-08-20 Thread Marcus Better
Package: compiz-kde
Version: 0.5.0.dfsg-2
Severity: important

kde-window-decorator crashes when I try to close a konqeuror window
(by clicking the X in the upper right corner of the frame) that has
stalled and has become grayed. This happened three times today
already.

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47257379102832 (LWP 26278)]
[KCrash handler]
#5  0x2afaf614f0c1 in QGArray::resize (this=0x31007fffb9081e00, 
newsize=21, optim=MemOptim) at tools/qgarray.cpp:242
#6  0x2afaf614f1d0 in QGArray::resize (this=0x31007fffb9081e00, 
newsize=21) at tools/qgarray.cpp:299
#7  0x2afaf614f27f in QGArray::store (this=0x31007fffb9081e00, 
d=0x7fffb9081c4f 18446744071601870631, len=21) at tools/qgarray.cpp:491
#8  0x2afaf614073c in QCString::setNum (this=0x31007fffb9081e00, n=0)
at tools/qcstring.cpp:2143
#9  0x00417ad2 in ?? ()
#10 0x0040e48e in ?? ()
#11 0x2afaf5d8fb5a in qt_x11EventFilter (ev=0x7fffb9082420)
at kernel/qapplication_x11.cpp:387
#12 0x2afaf5d9f186 in QApplication::x11ProcessEvent (this=0x628720, 
event=0x7fffb9082420) at kernel/qapplication_x11.cpp:3343
#13 0x2afaf5db593f in QEventLoop::processEvents (this=0x667080, flags=4)
at kernel/qeventloop_x11.cpp:192
#14 0x2afaf5e28e27 in QEventLoop::enterLoop (this=0x667080)
at kernel/qeventloop.cpp:198
#15 0x2afaf5e28c2f in QEventLoop::exec (this=0x667080)
at kernel/qeventloop.cpp:145
#16 0x2afaf5e11324 in QApplication::exec (this=0x628720)
at kernel/qapplication.cpp:2758
#17 0x0040caa3 in ?? ()
#18 0x2afaf54c3b44 in __libc_start_main () from /lib/libc.so.6
#19 0x0040b9f9 in ?? ()
#20 0x7fffb90828b8 in ?? ()
#21 0x in ?? ()


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

Kernel: Linux 2.6.23-rc3-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz-kde depends on:
ii  compiz-core  0.5.0.dfsg-2OpenGL window and compositing mana
ii  kdelibs4c2a  4:3.5.7.dfsg.1-4core libraries and binaries for al
ii  kwin 4:3.5.7-2   the KDE window manager
ii  libaudio21.9-2+b1The Network Audio System (NAS). (s
ii  libc62.6.1-1 GNU C Library: Shared libraries
ii  libdbus-1-3  1.1.1-3 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libdecoration0   0.5.0.dfsg-2Compiz window decoration library
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libgcc1  1:4.2-20070712-1GCC support library
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libpng12-0   1.2.15~beta5-2  PNG library - runtime
ii  libqt3-mt3:3.3.7-6   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libstdc++6   4.2-20070712-1  The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcomposite1   1:0.3.2-1+b1X11 Composite extension library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxdamage1  1:1.1.1-3   X11 damaged region extension libra
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   2:1.1.2-1   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

compiz-kde recommends no packages.

-- no debconf information


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



Bug#438173: scenario crashes each time the lava expands

2007-08-20 Thread Gerfried Fuchs
On Wed, Aug 15, 2007 at 10:11:08PM +0100, Mark Purcell wrote:
 I am seeing a scenario crash each time the lava expands, in
 the 9_Caverns_of_Flame:
 
 wesnoth: terrain_translation.cpp:715: t_translation::t_layer
 t_translation::stri ng_to_layer_(const
 std::string): Assertion `str.size() = 4' failed.
 
 Aparently this is fixed in upstream scenario .cfg in svn:
 http://www.wesnoth.org/forum/viewtopic.php?t=4670postdays=0postorder=ascstart=300

 If this is already fixed in upstream svn, there is no real need to file
a bugreport about it, IMHO.  We are not going to pull patchsets from
upstream svn to fix packages in experimental, the experimental package
is just meant as a service to users who like to give the development
releases a try and will be synced with upstream releases only.

 Btw., I'm not sure if that forum report really gets the impression that
it has fixed in SVN, because the fix is in [1] which was just done this
saturday, reported by myself to upstream development team, so I'm unsure
if your forum message really refers to your problem.  Reading the
message in the forum guides me in a different direction, to be honest.

 So long,
Rhonda
[1] http://svn.gna.org/viewcvs/wesnoth?rev=19634view=rev


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



Bug#428677: closed by Pierre Habouzit [EMAIL PROTECTED] (Bug#428677: fixed in lighttpd 1.4.16-4)

2007-08-20 Thread Soenke Ruempler - NorthClick
Hi,

The problem is fixed in current trunk (see the ticket URL) but not in a
release. I dunno debian release policy exactly but shouldn't go those minor
fixes into stable, too?



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



Bug#437342: nfs mounts no longer work in testing after upgrade

2007-08-20 Thread Justin Piszcz



On Sun, 19 Aug 2007, Justin Piszcz wrote:




On Sun, 19 Aug 2007, Steinar H. Gunderson wrote:


On Sat, Aug 18, 2007 at 07:00:54PM -0400, Justin Piszcz wrote:

Using these for now and without fsid=, will see if it happens again.


OK. Are you implying that this only happens every now and then? From your
initial description, it sounded like it was consistent. An strace of
rpc.mountd at the moment it happens would probably be very useful.

/* Steinar */
--
Homepage: http://www.sesse.net/



Intermittent only it seems, so far it is good with the old version of 
nfs-kernel-server and nfs-common.


Justin.



Need to dig into this, it now happens on an x86 box, in particular, when 
you run find /NFS_MOUNT/ across the root filesystem.


Aug 20 04:41:58 l2 mountd[6342]: Cannot export /, possibly unsupported 
filesystem or fsid= required


Can you try that and see if you have the same problem?

Justin.


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



Bug#438595: tex4ht: relative path support broken with images

2007-08-20 Thread Kapil Hari Paranjape
Dear Eitan,

On Mon, 20 Aug 2007, Eitan Gurari wrote:
 How the `install' command will look like for the following case?
 
 Given:
 
A file:images/a.png
A directory:   /n/gold/5/gurari/WWW/temp/.
  
 Get a variant of
 
 cp images/a.png /n/gold/5/gurari/WWW/temp/.
 
 where the variant command
 
(1) Creates the directory 
 
/n/gold/5/gurari/WWW/temp/images/
 
(2) Copies a.png from
 
images/a.png
 
into
 
/n/gold/5/gurari/WWW/temp/images/
 
 I tried
 
install images/a.png /n/gold/5/gurari/WWW/temp/.

I couldn't figure out how to use install to do that. I misunderstood
the question.

The alternative is

mkdir -p /n/gold/5/gurari/WWW/temp/.; cp images/a.png 
/n/hold/5/gurari/WWW/temp/.

The first command mkdir -p is idempotent. So if the directory
exists it does nothing.

Regards,

Kapil.
--



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



Bug#438842: description prompts user to install libgl1-mesa-dri, but it isn't in Recommends

2007-08-20 Thread Robert Millan
Package: libgl1-mesa-glx
Version: 6.5.1-0.6
Severity: normal
Tags: patch

As Description says, libgl1-mesa-dri is needed for direct rendering.

Most users of opengl programs will want to use the 3D capabilities of their
cards, so in general it is indeed a good idea to install libgl1-mesa-dri
when using libgl1-mesa-glx.

I think this calls for a Recommends: libgl1-mesa-dri.

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

Versions of packages libgl1-mesa-glx depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libdrm22.0.2-0.1 Userspace interface to kernel DRM 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

libgl1-mesa-glx recommends no packages.

-- no debconf information


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



Bug#428677: [pkg-lighttpd] Bug#428677: closed by Pierre Habouzit [EMAIL PROTECTED] (Bug#428677: fixed in lighttpd 1.4.16-4)

2007-08-20 Thread Pierre Habouzit
On Mon, Aug 20, 2007 at 08:38:05AM +, Soenke Ruempler - NorthClick  wrote:
 Hi,
 
 The problem is fixed in current trunk (see the ticket URL) but not in a
 release. I dunno debian release policy exactly but shouldn't go those minor
 fixes into stable, too?

  etch r2 is not due immediately fwiw, but I'll try to prepare an upload
at some point if nobody does it.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpFkUCP7UkXw.pgp
Description: PGP signature


Bug#434897: v.db.update with 6.2.2 patch

2007-08-20 Thread Didrik Pinte
On Wed, 2007-08-08 at 22:40 +0200, Markus Neteler wrote:
 Hi Didrik,
 
 oh - the --q in my patch should have been -q.
 
 Attached the revised patch. Due to failing of v.info
 the rest also fails (say, the new trick fails to
 work around the indicated problem).
 
 Let me know,
 Markus
 

Hi Markus,

The patch does not work :


GRASS 6.2.2 (ALMERIA):~/projets/ucl/alert/alertprog/grass  v.db.update
map=base_cells column=irrigated value=b_irr_area * area_new\
/ b_area_tot
Sorry, q is not a valid flag

Description:
 Outputs basic information about a user-specified vector map layer.

Keywords:
 vector

Usage:
 v.info [-hcg] map=name [layer=value]

Flags:
  -h   Print vector history instead of info
  -c   Print types/names of table columns for specified layer instead of
info
  -g   Print vector map region only

Parameters:
map   Name of input vector map
  layer   Layer number
  default: 1
DBMI-Postgres driver error:
Cannot execute: 
UPDATE base_cells SET irrigated='b_irr_area * area_new/ b_area_tot'

ERROR:  invalid input syntax for type double precision: b_irr_area *
area_new/ b_area_tot


ERROR: Error while executing: UPDATE base_cells SET
irrigated='b_irr_area
   * area_new/ b_area_tot'
   


Just removing the -q in the v.info line solved the problem and make it
work. I've attached the running version.

Didrik
Index: scripts/v.db.update/v.db.update
===
RCS file: /grassrepository/grass6/scripts/v.db.update/v.db.update,v
retrieving revision 1.6.4.5
diff -u -r1.6.4.5 v.db.update
--- scripts/v.db.update/v.db.update	15 May 2007 10:57:18 -	1.6.4.5
+++ scripts/v.db.update/v.db.update	8 Aug 2007 20:39:11 -
@@ -78,8 +78,12 @@
 LC_NUMERIC=C
 export LC_NUMERIC
 
-# does map exist?
-eval `g.findfile element=vector file=$GIS_OPT_MAP`
+### setup enviro vars ###
+eval `g.gisenv`
+: ${GISBASE?} ${GISDBASE?} ${LOCATION_NAME?} ${MAPSET?}
+
+# does map exist in CURRENT mapset?
+eval `g.findfile element=vector file=$GIS_OPT_MAP mapset=$MAPSET`
 if [ ! $file ] ; then
echo Vector map '$GIS_OPT_MAP' not found in mapset search path
exit 1
@@ -94,11 +98,20 @@
 database=`v.db.connect $GIS_OPT_MAP -g | grep -w $GIS_OPT_LAYER | awk '{print $4}'`
 driver=`v.db.connect $GIS_OPT_MAP -g | grep -w $GIS_OPT_LAYER | awk '{print $5}'`
 
+# checking column types
+coltype=`v.info -c map=$GIS_OPT_MAP | grep -w $GIS_OPT_COLUMN | cut -d'|' -f1`
+# we insert a value
+if [ $coltype = INTEGER -o $coltype = DOUBLE PRECISION ] ; then
+value=$GIS_OPT_VALUE
+else
+value=\'$GIS_OPT_VALUE\'
+fi
+
 if [ -n $GIS_OPT_WHERE ]
   then
-	echo UPDATE $table SET $GIS_OPT_COLUMN='$GIS_OPT_VALUE' WHERE $GIS_OPT_WHERE | db.execute database=$database driver=$driver
-  else
-	echo UPDATE $table SET $GIS_OPT_COLUMN='$GIS_OPT_VALUE' | db.execute database=$database driver=$driver
+   echo UPDATE $table SET $GIS_OPT_COLUMN=$value WHERE $GIS_OPT_WHERE | db.execute database=$database driver=$driver
+else
+   echo UPDATE $table SET $GIS_OPT_COLUMN=$value | db.execute database=$database driver=$driver
 fi
 
 exit 0


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


Bug#435442: Patch

2007-08-20 Thread Regis Boudin
tags 435442 patch
thanks

Hi,

The simplest solution to this is to conflicts against versions older than
the dummy package when it was introduced, that is 2.5-1, instead of trying
to do that against the current one.

The attached patch does that, as well as using ${binary:Version} instead
of ${Source-Version} and removing the undefined Bugs: field to remove a
couple of lintian messages.

Also, it seems to me that the build-dependency on libsndfile-dev is
unnecessary, as the code never uses its header or tries to link against
it.

RegisIndex: faad2-2.5/debian/control
===
--- faad2-2.5.orig/debian/control	2007-08-20 00:27:55.0 +0100
+++ faad2-2.5/debian/control	2007-08-20 00:36:51.0 +0100
@@ -2,14 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Matthew W. S. Bell [EMAIL PROTECTED]
-Bugs: mailto:[EMAIL PROTECTED]
 Standards-Version: 3.7.2
 Build-Depends: debhelper ( 4), libsndfile1-dev, xmms-dev, libid3-dev, dpatch, libtool, autotools-dev
 
 Package: libfaad0
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libfaad2-0 ( ${Source-Version})
+Conflicts: libfaad2-0 ( 2.5-1)
 Replaces: libfaad2-0
 Description: freeware Advanced Audio Decoder - runtime files
  FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
@@ -18,7 +17,7 @@
 
 Package: libfaad2-0
 Architecture: all
-Depends: libfaad0 (= ${Source-Version})
+Depends: libfaad0 (= ${binary:Version})
 Description: freeware Advanced Audio Decoder - dummy package
  FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
  decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
@@ -30,7 +29,7 @@
 Package: libfaad-dev
 Section: libdevel
 Architecture: any
-Depends: libfaad0 (= ${Source-Version}), libc6-dev | libc-dev
+Depends: libfaad0 (= ${binary:Version}), libc6-dev | libc-dev
 Conflicts: libfaad2-dev
 Replaces: libfaad2-dev
 Description: freeware Advanced Audio Decoder - development files

Bug#438843: kdrill 6.5 is available since 2006/03/05

2007-08-20 Thread Dr. Markus Waldeck

Package: kdrill
Version: 6.4-2.2

kdrill 6.5 is available since 2006/03/05

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


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



Bug#438844: yaz: New upstream release available (2.1.56/3.0.8)

2007-08-20 Thread Damyan Ivanov
Package: yaz
Severity: wishlist

Hi,

The new version of libnet-z3950-zoom-perl needs yaz 2.1.50.

Please upgrade the debian package.

http://ftp.indexdata.dk/pub/yaz/

There's even 3.0.8 release, but I am not sure how compatible with
2.x.x-series that is so I leave packaging this to your discretion.

TIA,
dam

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

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


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



Bug#438736: intel driver produces kernel crash in a variety of situations

2007-08-20 Thread Robert Millan
On Mon, Aug 20, 2007 at 08:24:18AM +0200, Robert Millan wrote:
  In the meanwhile try to use the generic vesa driver to see if the 
  crashes still happens. If they will not occur anymore, you can try with 
  the intel driver from unstable or experimental.

Btw, tried the vesa driver as you suggested, and now everything works fine.

It would still be nice if I could get 3D acceleration, though.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call, if you are unable to speak?
(as seen on /.)


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



Bug#438845: kernel-patch-openvz doesn't apply cleanly

2007-08-20 Thread Matthias Frey
Package: kernel-patch-openvz
Version: 028.18.1etch2

kernel-patch-openvz package of versions 028.18.1etch2 doesn't
apply cleanly to linux-source-2.6.18_2.6.18.dfsg.1-13_all

Testing whether OpenVZ kernel patch for virtual server support patch
for 2.6.18 applies (dry run):
1 out of 1 hunk FAILED -- saving rejects to file fs/bad_inode.c.rej
OpenVZ kernel patch for virtual server support patch for 2.6.18 does
not apply cleanly


Matthias Frey


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



Bug#438846: cpudyn does not start

2007-08-20 Thread Toni Mueller

Package: cpudyn
Version: 1.0-2
Severity: important


Hi,

trying to start cpudyn, I get nothing. Calling it manually, I get:

# /usr/sbin/cpudynd  -i 1 -p 0.5 0.9 -l 7
cpudynd version 1.0 Copyright: Ricardo Galli [EMAIL PROTECTED]
Linux kernel doesn't support cpufreq
We'll try acpi throttling support...
Kernel doesn't support ACPI throttling
cpudynd: CPU frequency control disabled
Error: Nothing to do, exiting

I tried with the standard configuration, and also, after reading
#309990, after stopping acpid.

My computer has this in /proc/cpuinfo:

power management: ts fid vid ttp tm stc [6]

In /boot/config-2.6.18-5-xen-amd64, there are some entries for CPUFREQ,
which are mostly enabled, or even 'Y' (ie, no modules to load, and I
also wound not know wich :-(   ).

BUT starting acpid yields this error which may be relevant:

# /etc/init.d/acpid start
Loading ACPI modules:
battery
ac
processor
FATAL: Error inserting processor 
(/lib/modules/2.6.18-5-xen-amd64/kernel/drivers/acpi/processor.ko): Unknown sy
mbol in module, or unknown parameter (see dmesg)
button
fan
thermal
WARNING: Error inserting processor 
(/lib/modules/2.6.18-5-xen-amd64/kernel/drivers/acpi/processor.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting thermal 
(/lib/modules/2.6.18-5-xen-amd64/kernel/drivers/acpi/thermal.ko): Unknown symbol
 in module, or unknown parameter (see dmesg)
Starting Advanced Configuration and Power Interface daemon: acpid.


I'm considering to report this problem independently against the acpid
package.


Best,
--Toni++




-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages cpudyn depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries

cpudyn recommends no packages.

-- no debconf information



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



Bug#438746: wpa_gui not useable : Cannot mix incompatible Qt libraries

2007-08-20 Thread Kel Modderman
Hi,

On Mon, 20 Aug 2007 01:00:08 am Didier Raboud wrote:
 Package: wpagui
 Version: 0.6.0-2
 Severity: serious

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

 Hi,

 when launching wpa_gui, I get this error which makes the whole wpagui
 package unuseable :

 $ wpa_gui
 Cannot mix incompatible Qt libraries
 Abandon

Your libqt4-qt3support seems out of date in comparison to the other qt4 libs 
installed on your system, and this is causing the problem.

 --- Package information. ---
 Depends (Version) | Installed
 =-+-
 libc6  (= 2.5-5) | 2.6-2
 libgcc1   (= 1:4.2-20070516) | 1:4.2-20070712-1
 libqt4-core(= 4.3.0) | 4.3.1-2
 libqt4-gui (= 4.3.0) | 4.3.1-2
 libqt4-qt3support  (= 4.3.0) | 4.3.0-4
 libstdc++6  (= 4.2-20070516) | 4.2-20070712-1
 wpasupplicant | 0.6.0-1

Thanks, Kel.


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



Bug#438847: psi: can't use gpg after move from i386 to amd64

2007-08-20 Thread Toni Mueller
Package: psi
Version: 0.10-2
Severity: normal


Hi,

after copying my home from an i386 machine to an amd64 machine, I can no
longer use gpg encryption in conjunction with psi. I verified that it
still works on the i386 machine. I installed gnupg and gnupg-agent, and
all versions are from etch, on both architectures.

The problem appears in the form that the OpenPGP dialogue in the account
setup menu is grayed out, and when I open a chat window for a chat
partner from whom I have a key (the key details are displayed in the
tooltips for both my chat partner and me), I can't click on the lock to
get an end-to-end encrypted connection.


Best,
--Toni++


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages psi depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libqca1c2  1.0-8 Qt Cryptographic Architecture - sh
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages psi recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi
ii  sox   12.17.9-1  A universal sound sample translato

-- no debconf information


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



Bug#438849: libxine1: FTBFS on GNU/kFreeBSD

2007-08-20 Thread Uwe Hermann
Package: libxine1
Version: 1.1.7-3
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

here's a patch which fixes the xine build on Debian GNU/kFreeBSD.

(However, apart from this patch, the pulseaudio package must also be
fixed in order to actually be able to build xine, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430366)


HTH, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
diff -Naur xine-lib-1.1.7.orig/debian/rules xine-lib-1.1.7/debian/rules
--- xine-lib-1.1.7.orig/debian/rules	2007-08-20 10:16:56.0 +0200
+++ xine-lib-1.1.7/debian/rules	2007-08-20 09:21:50.0 +0200
@@ -145,9 +145,19 @@
 debian/%.install.$(DEB_HOST_ARCH): debian/%.install debian/%.install.$(DEB_HOST_ARCH).specific
 	cat $^  $@
 
+# Create install files for Debian GNU/kFreeBSD i386/amd64 by dropping
+# everything which is not available on those architectures.
+generate-kfreebsd-files:
+	grep -v -e alsa -e pvr -e v4l -e dxr3 -e out_fb -e syncfb debian/libxine1.install  debian/libxine1.install.kfreebsd-i386
+	grep -v -e alsa -e pvr -e v4l -e dxr3 -e out_fb -e syncfb debian/libxine1.install  debian/libxine1.install.kfreebsd-amd64
+
 # i386 is special cased! Other archs may follow
 ifeq ($(DEB_HOST_ARCH),i386)
 binary-libxine1: debian/libxine1.install debian/libxine1.install.$(DEB_HOST_ARCH)
+else ($(DEB_HOST_ARCH),kfreebsd-i386)
+binary-libxine1: generate-kfreebsd-files debian/libxine1.install.$(DEB_HOST_ARCH)
+else ($(DEB_HOST_ARCH),kfreebsd-amd64)
+binary-libxine1: generate-kfreebsd-files debian/libxine1.install.$(DEB_HOST_ARCH)
 else
 binary-libxine1: debian/libxine1.install
 endif
diff -Naur xine-lib-1.1.7.orig/src/input/input_vcd.c xine-lib-1.1.7/src/input/input_vcd.c
--- xine-lib-1.1.7.orig/src/input/input_vcd.c	2007-04-29 18:55:34.0 +0200
+++ xine-lib-1.1.7/src/input/input_vcd.c	2007-08-20 06:23:00.0 +0200
@@ -40,7 +40,7 @@
 #ifdef HAVE_SYS_CDIO_H
 # include sys/cdio.h
 /* TODO: not clean yet */
-# if defined (__FreeBSD__)
+# if defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 #  include sys/cdrio.h
 # endif
 #endif
@@ -95,7 +95,7 @@
 #if defined (__linux__) || defined(__sun)
   struct cdrom_tochdrtochdr;
   struct cdrom_tocentry  tocent[100];
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
   struct ioc_toc_header  tochdr;
   struct cd_toc_entry*tocent;
   off_t  cur_sec;
@@ -120,7 +120,7 @@
 
   intcur_track;
 
-#if defined (__linux__) || defined(__sun) || defined(__FreeBSD__)
+#if defined (__linux__) || defined(__sun) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
   uint8_tcur_min, cur_sec, cur_frame;
 #endif
 
@@ -180,7 +180,7 @@
 
   return 0;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static int input_vcd_read_toc (vcd_input_class_t *this, int fd) {
 
   struct ioc_read_toc_entry te;
@@ -396,7 +396,7 @@
   memcpy (buf, data.data, VCDSECTORSIZE); /* FIXME */
   return VCDSECTORSIZE;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_read (input_plugin_t *this_gen, 
 char *buf, off_t nlen) {
   vcd_input_plugin_t *this = (vcd_input_plugin_t *) this_gen;
@@ -534,7 +534,7 @@
   memcpy (buf-mem, data.data, VCDSECTORSIZE); /* FIXME */
   return buf;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static buf_element_t *vcd_plugin_read_block (input_plugin_t *this_gen, 
 	 fifo_buffer_t *fifo, off_t nlen) {
   
@@ -693,7 +693,7 @@
 
   return offset ; /* FIXME */
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_seek (input_plugin_t *this_gen, 
 off_t offset, int origin) {
 
@@ -767,7 +767,7 @@
 
   return (off_t) 0;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_get_length (input_plugin_t *this_gen) {
   vcd_input_plugin_t *this = (vcd_input_plugin_t *) this_gen;
   off_t len ;
@@ -862,7 +862,7 @@
   this-cur_min   = this-cls-tocent[this-cur_track].cdte_addr.msf.minute;
   this-cur_sec   = this-cls-tocent[this-cur_track].cdte_addr.msf.second;
   this-cur_frame = this-cls-tocent[this-cur_track].cdte_addr.msf.frame;
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
   {
 int bsize = 2352;
 if (ioctl (this-fd, CDRIOCSETBLOCKSIZE, bsize) == -1) {


signature.asc
Description: Digital signature


Bug#419102: #419102: iptables: libip6t_tcpmss isn't included

2007-08-20 Thread Nick Burch

On Sat, 18 Aug 2007, Laurence J. Lane wrote:

Looks like either we need a fix to the documentation, or the other .so
file for ipv6?


What documentation?


man ip6tables
(the TCPMSS section)



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



Bug#438850: xserver-xorg-video-nv: Unable to use native DFP resolution

2007-08-20 Thread Michael Hanke
Package: xserver-xorg-video-nv
Version: 1:2.1.3-1
Severity: normal

I just upgraded from etch to lenny and my screen does not show its
native resolution anymore. As you can see from the logfile dump below
the native resolution of my screen is 1680x1050. This is confirmed by
ddcprobe and xresprobe:

[EMAIL PROTECTED]:/var/cache/apt$ sudo xresprobe nv
id: SyncMaster
res: 1680x1050 1280x1024 1280x960 1152x864 1024x768 832x624 800x600 720x400 
640x480
freq: 30-81 56-75
disptype: crt

(although it is a dfp not a crt)


However, the xserver always sets the resolution to 1280x1024 and
complains about 1680x1050 exceeding the panel size.

I also tried the proprietary nvidia driver and it seems to have the same
problem. I also tested the current testing nv driver and the current
unstable version.

I tried with and without setting

Option PanelSize 1680x1050

and with and without specifying a Modeline

and with and without setting HVSync ranges.


The whole setup worked perfectly at 1680x1050 on Debian etch.


Thanks,

Michael





-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-06-07 11:37 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736504 2007-07-14 20:30 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV37GL [Quadro FX 
330/Quadro NVS280] (rev a2)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1784 2007-08-20 11:43 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  nVidia Corporation NV37GL [Quadro PCI-E Series]
Driver  nv
BusID   PCI:1:0:0
Option  PanelSize 1680x1050
EndSection

Section Monitor
Identifier  SyncMaster
Option  DPMS
HorizSync   30-81
VertRefresh 56-75
#   Modeline 1680x1050 146.25 1680 1784 1960 2240 1050 1053 1059 1089 
-hsync +vsync
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation NV37GL [Quadro PCI-E Series]
Monitor SyncMaster
DefaultDepth24
SubSection Display
Modes   1680x1050
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 43112 2007-08-20 11:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux gloin 2.6.22-1-k7 #1 SMP Sun Jul 29 15:15:55 
UTC 2007 i686
Build Date: 14 July 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Aug 20 11:43:14 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor SyncMaster
(**) |   |--Device nVidia Corporation NV37GL [Quadro PCI-E Series]
(**) |--Input Device Generic Keyboard
(**) |--Input Device 

Bug#438848: kaffeine: FTBFS on GNU/kFreeBSD

2007-08-20 Thread Uwe Hermann
Package: kaffeine
Version: 0.8.5-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the addition of hdparm to the list of dependencies as per #289895
broke the build on Debian GNU/kFreeBSD (as hdparm is not available
on this architecture).

The fix is simple -- don't depend on hdparm on non-Linux architectures.
For now this means kfreebsd-i386, kfreebsd-amd64, and hurd-i386 (though
I cannot test Hurd, but I assume hdparm isn't available there either).

See attached patch.


HTH, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
diff -Naur kaffeine-0.8.5.orig/debian/control kaffeine-0.8.5/debian/control
--- kaffeine-0.8.5.orig/debian/control	2007-08-20 10:56:05.0 +0200
+++ kaffeine-0.8.5/debian/control	2007-08-20 09:45:53.0 +0200
@@ -11,7 +11,7 @@
 
 Package: kaffeine
 Architecture: any
-Depends: ${shlibs:Depends}, libxine1-ffmpeg, hdparm
+Depends: ${shlibs:Depends}, libxine1-ffmpeg, hdparm [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Conflicts: kaffeine-xine, kaffeine-gstreamer
 Replaces: kaffeine-xine, kaffeine-gstreamer
 Description: versatile media player for KDE


signature.asc
Description: Digital signature


Bug#438851: useless warning by crm114

2007-08-20 Thread martin f krafft
Package: crm114
Version: 20070320-1
Severity: normal

Lately, occasionally I'd see stuff like this in my procmail logs:

  ERROR: 
  /usr/bin/crm: *WARNING* 
  I'll try to keep working.
  This happened at line 611 of file /usr/share/crm114/mailreaver.crm

The mailreaver code does not really give me any clue and now I know
that something is fishy but have no idea what (and I cannot
reproduce the problem).

Please make crm114 warnings/error messages a little more useful.

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

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


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#436450: RFH: mol -- The Mac-on-Linux emulator

2007-08-20 Thread Gaudenz Steinlin
Hi Rogério

Welcome!

On Sun, Aug 19, 2007 at 09:09:08AM -0300, Rogério Brito wrote:
 
 Just for your information, I used to have success with MoL during the
 2.4 era, when BenH tree was *the* tree to use to have your system
 working with Linux. It's been a long time.

I don't think 2.4 is still support. You need a 2.6 kernel for any recent
version of mol.

 
  This is a small TODO list from the top of my head:
  - check configure options we could activate (especially pci-proxy
support and debugger support)
 
 I don't know exactly what is meant by the pci-proxy support.

This is code in MOL which enables you to directly access a pci device on
the host (linux) from inside the guest system (macos). E.g. to use the
airport card from macos.

 
  - better support for running linux inside mol (probably this is
currently broken, guest side drivers are not packaged for debian,
sources are in the old mol bk archive, snapshot at
http://pkg-mol.alioth.debian.org/bk_checkouts/bk_checkouts.tar.bz2)
 
 Running MacOS X 10.3 (or was it 10.2) with iTunes was doable, but I
 never tried playing with running MacOS 9 nor with Linux inside MoL. It
 would be a nice thing to try, though.

Testing current MOL packages with Mac OS 9 would be very good. I don't
have Mac OS 9 anymore.

 
  - fix building mol twice in a row (double compilation support release
goal!)
 
 Depending on the package structure, it can be easier. Is Samuel still
 upstream for MoL or has the debian-mol-team taken the duty of having it
 upstream?

Samuel is MIA. The new upstream is Joseph Jezak. MOL is now hosted on
SourceForge.

 
 What kind of patch system is being used? I'm familiar with quilt, but
 not with dpatch (not that I couldn't learn, guess or pester with some
 questions about it). :-)

It uses dpatch and svn-buildpackage. But dpatch isn't hard to learn if
you know quilt.

 
  - check and possibly package new gui frontend (svn module mol-gui at
mac-on-linux.sf.net)
 
 I went to the site and skimmed through, but I didn't see anything
 regarding a GUI. What is meant as a gui for MoL? Wouldn't it run anymore
 in a Window or in a separate console?

The GUI is only in svn and according to Joe not yet ready for
production. The idea is to have something like the VMWare GUI where you
can also change configuration settings.

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~



Bug#438529: [Pkg-sysvinit-devel] Bug#438529: sysvinit: /sbin/runlevel output confused in single-user

2007-08-20 Thread Martin J. Carter
On Sat, Aug 18, 2007 at 09:22:18AM +0200, Petter Reinholdtsen wrote:
 [Martin J. Carter]
  But then again, I'm aware changing what runlevel reports may break
  other things.  Feel free to reassign this to portmap.
 
 I suspect this is related to the fact that the string returned from
 /bin/runlevel get its value from /var/run/utmp, and it is updated when
 init switches runlevel and is not quite correct the entire rcS.d run
 because it is read-only when the rcS.d starts.  No idea how to avoid
 it.

Local context: /usr/local/bin is on our site NFS-mounted from a
central server to all client systems, the Vulcan nerve pinch is
disabled, and the default runlevel is left at 2.  An inadvertent ^D or
exit in single-user mode on a client now means having to push the
hard-reset button.

I've now RTFM on init(8) under etch: not only is /bin/runlevel
performing as advertised, but I've also been stepping into the
blockhole mentioned in the new paragraph in the WARNINGS section.  The
only way round all this I can see would be to special-case S - 2 as
(S then 1) - 2 in /etc/init.d/rc, but that way madness lies.

More later, as and when I get time to investigate further.

-- 
Dr Martin J Carter
Computer System Administrator
Astrophysics, University of Oxford
x 73291


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



Bug#438852: [INTL:ta] debconf PO translations for the package iso-codes

2007-08-20 Thread Tirumurti Vasudevan
From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package  iso-codes
Package: mod-mono
 Version: N/A
Severity: wishlist
 Tags: l10n patch
Please find attached the Tamil translation of the  iso-codes

--
BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!


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



Bug#438853: cheesetracker: Problems with stereo samples

2007-08-20 Thread Jaan Pullerits
Package: cheesetracker
Version: 0.9.15-1
Severity: important


* Cut sample freezes the program when trying to cut a stereo sample
  which has been played in the same session.

* Some of the sample editor effects won't work with stereo samples
  (reverse).

* Some of the samples load, but program exits with Floating point error
  when trying to play the sample.


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

Kernel: Linux 2.6.21.5-rt18 (PREEMPT)
Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages cheesetracker depends on:
ii  libasound2  1.0.14a-2ALSA library
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-1GCC support library
ii  libjack00.103.0-6JACK Audio Connection Kit (librari
ii  libqt3-mt   3:3.3.7-5Qt GUI Library (Threaded runtime v
ii  libsigc++-1.2-5c2   1.2.7-2  type-safe Signal Framework for C++
ii  libstdc++6  4.2.1-1  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

cheesetracker recommends no packages.

-- no debconf information


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



Bug#432753: [pkg-firebird-general] Bug#432753: CVE-2006-7211 to 7214 : unfixed in firebird1.5

2007-08-20 Thread Damyan Ivanov
clone 432753 -1 -2
retitle -2 firebird1.x is not supported by upstream any more
severity -2 serious
thanks

-=| Stefan Fritsch, 11.07.2007 22:13 |=-
 These issues are reported to be fixed in 2.0, but I can't find any references 
 in
 the changelogs that they are fixed in 1.5:
 
 
 CVE-2006-7214
 
 Multiple unspecified vulnerabilities in Firebird 1.5 allow remote attackers to
 (1) cause a denial of service (application crash) by sending many remote
 protocol versions; and (2) cause a denial of service (connection drop) via
 certain network traffic, as demonstrated by Nessus vulnerability scanning.
 
 CVE-2006-7213
 
 Firebird 1.5 allows remote authenticated users without SYSDBA and owner
 permissions to overwrite a database by creating a database.
 
 CVE-2006-7212
 
 Multiple buffer overflows in Firebird 1.5, one of which affects WNET, have
 unknown impact and attack vectors. NOTE: this issue might overlap 
 CVE-2006-1240.
 
 CVE-2006-7211
 
 fb_lock_mgr in Firebird 1.5 uses weak permissions (0666) for the semaphore
 array, which allows local users to cause a denial of service (blocked query
 processing) by locking semaphores.

Here's the current status:

The first three affect all versions of the package
(sarge-etch-lenny-sid). Note that in lenny/sid the package is renamed to
firebird1.5, sarge and etch use firebird2 name.

CVE-2006-7211 was patched locally so debian packages are not vulnerable
in all suites.

CVE-2006-7214 and CVE-2006-7212 cannot be easily fixed. The upstream
release (2.0.x) that fixes these is a major rework and back-porting
means adopting the new release (quoting upstream, my impression too).
This is practically impossible for (old)stable. Even if we want to apply
the iceweasel approach, the new upstream release requires migration of
the databases so this is infeasible for stable/oldstable.

CVE-2006-7213 can be fixed by the patch based on that change

http://firebird.cvs.sourceforge.net/firebird/firebird2/src/jrd/jrd.cpp?r1=1.206r2=1.207

I've consulted with upstream and decided to schedule firebird1.5 for
removal from unstable/testing because it is no longer supported by them.

I guess removing firebird2 from stable/oldstable is not an option? :/

I can prepare packages that fix CVE-2006-7213 for etch and sarge.
-7212 and -7214 can't be fixed, though. What do we do?
-- 
damJabberID: [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#281057: Ping!

2007-08-20 Thread Ian Jackson
Raphael Hertzog writes (Re: Ping!):
 Guillem or Ian, can you look at the patches? 

I'll try to take a look at this next weekend.  I've decided that I
want to become much more active wrt dpkg with my personal hat on.

Thanks to Egmont for the detailed investigations.  This should be
straightforward to deal with.

Ian.


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



Bug#436730: Test t/85gofer.t fails on m68k

2007-08-20 Thread Tim Bunce
On Sun, Aug 19, 2007 at 07:35:28PM +0200, Christian Hammers wrote:
 Hello
 
 The Debian autobuilders for arm and m68k fail while trying test t/85gofer.t
 with the following messages:
 
  t/zvxgp_85gofer...
  #   Failed test 'pipeone: DBI 
 connect('transport=null;policy=pedantic;dsn=dbi:Gofer:transport=pipeone;policy=pedantic;perl=/usr/bin/perl
   -Mblib=/build/buildd/libdbi-   
 perl-1.58/blib;timeout=10;dsn=dbi:DBM:dbm_type=SDBM_File;lockfile=0','',...) 
 failed: DBD::Gofer receive_response timed-out after 10 seconds; DBI 
 connect('transport=pipeone;policy=pedantic;perl=/usr/bin/perl  
 -Mblib=/build/buildd/libdbi-perl-1.58/blib;timeout=10;dsn=dbi:DBM:dbm_type=SDBM_File;lockfile=0','',...)
  failed: DBD::Gofer receive_response timed-out after 10 seconds at 
 /build/buildd/libdbi-perl-1.58/blib/lib/DBI/Gofer/Execute.pm line 194 at 
 ./t/85gofer.t line 131
  # '
  #   in ./t/85gofer.t at line 92.
 
 What could be the reason? 
 
 The autobuilder usually uses some kind of chroot environment and the m68k
 one is certainly alsow very slow so it might hit a condition that is 
 unusual on a normal desktop machine.

Occams's razor: Could you hack the test to increase the timeout, so say 100,
and try again?

Tim.


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



Bug#438854: merging 438854 438855

2007-08-20 Thread Damyan Ivanov
# Automatically generated email from bts, devscripts version 2.10.7
# I needed one clone
merge 438854 438855



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



Bug#438849: libxine1: FTBFS on GNU/kFreeBSD

2007-08-20 Thread Reinhard Tartler
forwarded 438849 [EMAIL PROTECTED]
tags 438849 patch
stop


Uwe Hermann [EMAIL PROTECTED] writes:

 Package: libxine1
 Version: 1.1.7-3
 Severity: normal
 Tags: patch
 User: [EMAIL PROTECTED]
 Usertags: kfreebsd

 Hi,

 here's a patch which fixes the xine build on Debian GNU/kFreeBSD.


Thanks for the patch, Uwe! I'm forwarding it to the xine developers, so
it can be included in the next release.


Hey xinedevelopers,

anyone care to apply the patch below for xine 1.1.8?

diff -Naur xine-lib-1.1.7.orig/src/input/input_vcd.c 
xine-lib-1.1.7/src/input/input_vcd.c
--- xine-lib-1.1.7.orig/src/input/input_vcd.c   2007-04-29 18:55:34.0 
+0200
+++ xine-lib-1.1.7/src/input/input_vcd.c2007-08-20 06:23:00.0 
+0200
@@ -40,7 +40,7 @@
 #ifdef HAVE_SYS_CDIO_H
 # include sys/cdio.h
 /* TODO: not clean yet */
-# if defined (__FreeBSD__)
+# if defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 #  include sys/cdrio.h
 # endif
 #endif
@@ -95,7 +95,7 @@
 #if defined (__linux__) || defined(__sun)
   struct cdrom_tochdrtochdr;
   struct cdrom_tocentry  tocent[100];
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
   struct ioc_toc_header  tochdr;
   struct cd_toc_entry*tocent;
   off_t  cur_sec;
@@ -120,7 +120,7 @@
 
   intcur_track;
 
-#if defined (__linux__) || defined(__sun) || defined(__FreeBSD__)
+#if defined (__linux__) || defined(__sun) || defined(__FreeBSD__) || 
defined(__FreeBSD_kernel__)
   uint8_tcur_min, cur_sec, cur_frame;
 #endif
 
@@ -180,7 +180,7 @@
 
   return 0;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static int input_vcd_read_toc (vcd_input_class_t *this, int fd) {
 
   struct ioc_read_toc_entry te;
@@ -396,7 +396,7 @@
   memcpy (buf, data.data, VCDSECTORSIZE); /* FIXME */
   return VCDSECTORSIZE;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_read (input_plugin_t *this_gen, 
char *buf, off_t nlen) {
   vcd_input_plugin_t *this = (vcd_input_plugin_t *) this_gen;
@@ -534,7 +534,7 @@
   memcpy (buf-mem, data.data, VCDSECTORSIZE); /* FIXME */
   return buf;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static buf_element_t *vcd_plugin_read_block (input_plugin_t *this_gen, 
 fifo_buffer_t *fifo, off_t nlen) {
   
@@ -693,7 +693,7 @@
 
   return offset ; /* FIXME */
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_seek (input_plugin_t *this_gen, 
off_t offset, int origin) {
 
@@ -767,7 +767,7 @@
 
   return (off_t) 0;
 }
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
 static off_t vcd_plugin_get_length (input_plugin_t *this_gen) {
   vcd_input_plugin_t *this = (vcd_input_plugin_t *) this_gen;
   off_t len ;
@@ -862,7 +862,7 @@
   this-cur_min   = this-cls-tocent[this-cur_track].cdte_addr.msf.minute;
   this-cur_sec   = this-cls-tocent[this-cur_track].cdte_addr.msf.second;
   this-cur_frame = this-cls-tocent[this-cur_track].cdte_addr.msf.frame;
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
   {
 int bsize = 2352;
 if (ioctl (this-fd, CDRIOCSETBLOCKSIZE, bsize) == -1) {


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


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



Bug#183373: O: libmetakit2.4.9.3 -- MetaKit embeddable database

2007-08-20 Thread Gerfried Fuchs
retitle 183373 O: libmetakit2.4.9.3 -- MetaKit embeddable database
thanks

On Mon, Aug 06, 2007 at 02:02:31PM +0200, Matej Vela wrote:
 I was getting ready to file a removal request for libmetakit2.4.9.3 when
 I noticed that you never actually marked it as orphaned (an ITA expiry
 script did so).  Do you think it's time to remove it?

 Yes, most propably.  Sorry, was on vacations the last two weeks, just
got back and luk pinged me about this bugreport:

#v+
luk Rhonda: do you mind answering #183373?
Rhonda Was on vacations since 4th, just returned. :)
Rhonda So I haven't seen that mail yet.  And I'm pretty happy with it
getting removed, I don't think anyone is going to adopt it, no
matter how many people raised interest over time ...
Rhonda I tried to package the latest upstream version for a while, but
the upstream maintainer isn't really good with libtool (breaks
API/ABI with each release) and dropped --release support which
made me able to package it properly in the first place.
Rhonda Will answer, yes.
#v-

 Furthermore to not being able to make any use of the later upstream
releases my reasons for maintaining it went away long ago, and I don't
see any other reverse dependencies, just a suggest as database backend
from one single package which can happily use any of the other supported
backends.

 So long,
Rhonda


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



Bug#438856: gmoo needs to be rebuilded in clean environment

2007-08-20 Thread Alexander Gerasiov
Package: gmoo
Version: 0.5.6-11+b1
Severity: grave

[EMAIL PROTECTED]:/tmp$ gmoo 
gmoo: error while loading shared libraries: libgdk_imlib.so.1: cannot
open shared object file: No such file or directory

Looks like something wrong with build env, where this binary MNU was created.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, 
'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages gmoo depends on:
ii  gdk-imlib11 1.9.15-2 imaging library for use with gtk
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgdk-pixbuf2  0.22.0-11The GdkPixBuf image library, gtk+ 
ii  libglib1.2ldbl  1.2.10-19The GLib library of C routines
ii  libgtk1.2   1.2.10-18.1  The GIMP Toolkit set of widgets fo
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libperl5.8  5.8.8-7  Shared Perl library
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-5  shared library for GIF images
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libzvt2 1.4.2-36+b1  The GNOME zvt (zterm) widget
ii  tcl8.4  8.4.15-1 Tcl (the Tool Command Language) v8
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

gmoo recommends no packages.

-- no debconf information


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



Bug#438857: hex-a-hop: complains about invalid file font.dat

2007-08-20 Thread Gerfried Fuchs
Package: hex-a-hop
Version: 0.0.20070315-3
Severity: important

Hi!

 Thanks for finding and fixing the endianness problem I reported earlier
- though, hex-a-hop still doesn't start on me.  It ends with this line:

#v+
Fatal error: Invalid file /usr/share/games/hex-a-hop/graphics/font.dat
#v-

 The corresponding lines from stracing it are:

#v+
write(1, Reading binary file \/usr/share/..., 67Reading binary file 
/usr/share/games/hex-a-hop/graphics/font.dat
) = 67
open(/usr/share/games/hex-a-hop/graphics/font.dat, O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=42524, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x3018e000
read(5, Y\1\224\0\207\'\37\377l\1\0\0\3\3\3\3\207\'\37\0\3\3\3..., 4096) = 
4096
write(2, Fatal error: Invalid file \/usr/..., 73Fatal error: Invalid file 
/usr/share/games/hex-a-hop/graphics/font.dat
) = 73
exit_group(0)   = ?
#v-

 I'm not sure if that might also be endianness related so I'm not
suggesting looking in a specific direction this time. ;)

 So long,
Rhonda

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hex-a-hop depends on:
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libsdl-pango1   0.1.2-1  text rendering with Pango in SDL a
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3

hex-a-hop recommends no packages.

-- no debconf information


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



Bug#438804: [debfile] DebFile.md5sums doesn't work in Python 2.4

2007-08-20 Thread Stefano Zacchiroli
On Sun, Aug 19, 2007 at 10:15:13PM +0200, Romain Francoise wrote:
 First of all apologies in advance for filing only one bug about two
 issues, but the first one is trivial and related to the second.

Both issues should be now fixed in the latest bzr version. A (non
released) .deb package including the fix is available at
http://people.debian.org/~zack/stalla/python-debian_0.1.6_all.deb
Can you please give it a try?

In addition, since AFAIK you're doing tests on the whole archive, can
you please check that my assumption below is correct? Namely: left hand
side of md5sums lines are file names relative to the filesystem root,
e.g. usr/share/foo/bar without heading './' or '/'. If this is not the
case I should mediate the access to the returned dictionary, so that
lookup works for the various mechanisms ...

Many thanks for your bugreport!
Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#438537: cron-apt: s/apt-get/aptitude/ in manual page

2007-08-20 Thread Ola Lundqvist
Hi Martin

On Mon, Aug 20, 2007 at 11:39:31AM +0100, Martin J. Carter wrote:
 On Sat, Aug 18, 2007 at 06:07:54PM +0200, Ola Lundqvist wrote:
  Hi Martin
  
  On Fri, Aug 17, 2007 at 05:34:17PM +0100, Martin J. Carter wrote:
   Package: cron-apt
   Version: 0.4.14
   Severity: minor
   
   
   Please update the manual page for cron-apt, to reflect the change from
   apt-get to aptitude in etch.
  
  I have read through the manual, but I do not understand you in this case.
  Both apt-get and aptitude are supported in etch, and I still use apt-get
  mostly, even if I have started to use aptitude more.
 
 Apologies for not explaining myself properly.

No problem. You have the opportunity now. :)

  What kind of change do you want?
 
 We've started using aptitude here for etch, rather than apt-get, ever
 since I noticed that etch systems seem to use it during the build
 process.  I noted also that cron-apt uses aptitude by default, but
 that cron-apt(1) says:

I see. However the default is still apt-get.

  cron-apt is a program that uses the information in /etc/cron-
  apt/action.d/ as arguments to apt-get line by line in file order.
 
  and no mention is made of aptitude.  I'd suggest something along
 the lines of as arguments to the system-update program (aptitude, by
 default) in the Description section, plus a mention in Configuration
 that this is one of the options set in /etc/cron-apt/config, but I
 leave the details of the language to your good self.
 
  Do you want aptitude to be default upgrade as well?
 
 I rather thought it was :-) , but am willing to be re-educated.

Then you are now (hopefully) re-educated. The default is apt-get.
However the manual page lacks a lot of things, but that is a separate
issue.

Do you agree to close the bug?

Best regards,

// Ola

 -- 
 Dr Martin J Carter
 Computer System Administrator
 Astrophysics, University of Oxford
 x 73291
 

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://opalsys.net/   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#438335: [Fwd: Bug#438335: dtach -n error - tcgetattr: Inappropriate ioctl for device]

2007-08-20 Thread Stefan Völkel
Hi Ned,

please see the attached bugreport.

regards

Stefan

 Original Message 
Subject: Bug#438335: dtach -n error - tcgetattr: Inappropriate ioctl for
device
Resent-Date: Thu, 16 Aug 2007 11:00:02 +,   Thu, 16 Aug 2007 11:00:03
+
Resent-From: Bernard Boudet [EMAIL PROTECTED]
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Stefan Voelkel [EMAIL PROTECTED]
Date: Thu, 16 Aug 2007 11:58:43 +0100
From: Bernard Boudet [EMAIL PROTECTED]
Reply-To: Bernard Boudet [EMAIL PROTECTED],
[EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]

Package: dtach
Version: 0.7-1
Severity: normal


It seems dtach -n attempts to determine the current terminal settings.

I think -n option should be able to fake the terminal settings.  It is
arguable that the current terminal is not relevant for the -n option.

To demonstrate the problem:

~$ dtach -n ~/.dtach/shell bash  /dev/null
dtach: tcgetattr: Inappropriate ioctl for device

A more real world example:

~$ crontab -l | grep dtach
@reboot dtach -n ~/.dtach/irssi irssi 21  ~/.dtach/irssi.cron
~$ cat ~/.dtach/irssi.cron
dtach: tcgetattr: Invalid argument

The above example shows where a user has set in their crontab a line
to run after boot to create an irssi instance.  Unfortunately this
does not work due to the same error.

I've been using dtach in preference to screen for a while now, and
this is the first real problem I have... Any ideas for a workaround
please?

Cheers,
-bernie.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-3-586tsc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages dtach depends on:
ii  libc6 2.3.2.ds1-22sarge6 GNU C Library: Shared
libraries an

-- no debconf information

-- 

Stefan Völkel
IT-Consultant

Millenux GmbH  Tel. +49 89  608665-26
Lilienthalstraße 2/1   Tel. +49 711 88770-300
70825 Korntal/StuttgartFax  +49 711 88770-349
http://www.millenux.com[EMAIL PROTECTED]

Geschäftsführer: Markus Klingspor, Thomas Uhl
Sitz und Amtsgericht Stuttgart, HRB 21058




signature.asc
Description: OpenPGP digital signature


Bug#438845: kernel-patch-openvz doesn't apply cleanly

2007-08-20 Thread Ola Lundqvist
Hi Matthias.

Thanks for the report. I was just about to check that. As it is only
one block of code that fails, it should be easy to fix.

I'll upload a new version ASAP.

Best regards,

// Ola

On Mon, Aug 20, 2007 at 11:39:38AM +0200, Matthias Frey wrote:
 Package: kernel-patch-openvz
 Version: 028.18.1etch2
 
 kernel-patch-openvz package of versions 028.18.1etch2 doesn't
 apply cleanly to linux-source-2.6.18_2.6.18.dfsg.1-13_all
 
 Testing whether OpenVZ kernel patch for virtual server support patch
 for 2.6.18 applies (dry run):
 1 out of 1 hunk FAILED -- saving rejects to file fs/bad_inode.c.rej
 OpenVZ kernel patch for virtual server support patch for 2.6.18 does
 not apply cleanly
 
 
 Matthias Frey
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  http://opalsys.net/ +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#436071: shorewall: Please package latest upstream version (3.4.6)

2007-08-20 Thread Roberto C . Sánchez
retitle 436071 shorewall: Please package latest upstream version (3.4.6)
thanks

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#183373: RM: libmetakit2.4.9.3 -- RoQA; orphaned, no reverse deps

2007-08-20 Thread Matej Vela
retitle 183373 RM: libmetakit2.4.9.3 -- RoQA; orphaned, no reverse deps
reassign 183373 ftp.debian.org
thanks

Gerfried Fuchs [EMAIL PROTECTED] writes:

  Yes, most propably.  Sorry, was on vacations the last two weeks, just
 got back and luk pinged me about this bugreport:

 #v+
 luk Rhonda: do you mind answering #183373?
 Rhonda Was on vacations since 4th, just returned. :)
 Rhonda So I haven't seen that mail yet.  And I'm pretty happy with it
 getting removed, I don't think anyone is going to adopt it, no
 matter how many people raised interest over time ...
 Rhonda I tried to package the latest upstream version for a while, but
 the upstream maintainer isn't really good with libtool (breaks
 API/ABI with each release) and dropped --release support which
 made me able to package it properly in the first place.
 Rhonda Will answer, yes.
 #v-

  Furthermore to not being able to make any use of the later upstream
 releases my reasons for maintaining it went away long ago, and I don't
 see any other reverse dependencies, just a suggest as database backend
From one single package which can happily use any of the other supported
 backends.

OK, reassigning.

Thanks,

Matej


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



Bug#438859: mime-support: Configfile is not read

2007-08-20 Thread Mario Domgoergen
Package: mime-support
Version: 3.28-1
Severity: normal
Tags: patch


The name of the variable holding the configfile was changed from `$config'
to `$conffile', but a few lines after that the old name is still used
to include the file. As it has an empty value, no configfile is ever read.

The attached patch against the current version does hopefully solve
that problem.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18.2.mib.smp.amd64
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

-- no debconf information

-- 
Ihre Systemadministration
Mario Domgörgen
Be 4, Zi 3  --  Tel: 7773
[EMAIL PROTECTED]
www.math.uni-bonn.de/support
--- /usr/sbin/update-mime   2006-12-05 04:22:50.0 +0100
+++ /tmp/update-mime2007-08-20 09:07:26.0 +0200
@@ -31,7 +31,7 @@
 #
 # Allow local customizations
 #
-do $config if -f $config;
+do $conffile if -f $conffile;
 
 
 #


Bug#438858: gtimelog: Please relax dependency on vim-gnome

2007-08-20 Thread Peter Makholm
Package: gtimelog
Version: 0.0+svn65-1debian2
Severity: wishlist

Please try to find a way not to force vim-gnome upon me while installing
gtimelog.

I'm not sure it would be ok just to reduce the dependency to a
recommends, but at least make some wrapper that works like
sensible-editor which could fall back on gvim or 'xterm -e
sensible-editor'

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

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

Versions of packages gtimelog depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-glade22.10.6-1GTK+ bindings: Glade support
ii  python-gtk2  2.10.6-1Python bindings for the GTK+ widge
ii  vim-gnome1:7.1-056+2 Vi IMproved - enhanced vi editor -

gtimelog recommends no packages.

-- no debconf information


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



Bug#406335: Second Life new version

2007-08-20 Thread Marcos Marado
On Saturday 18 August 2007 08:18, Paul TBBle Hampson wrote:
 I've uploaded 1.18.1.2 packages, however I have no idea if it will
 build on i386 or amd64, as I've got a patch in there which changes the
 way compiler flags are put together compared to upstream (which also
 changed since 1.18.0.6, hence the patch)

Thank you.

Rainer: are you going to keep doing i386 etch packages and test this for Paul, 
or do you want me to try doing that?

-- 
Marcos Marado


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



Bug#437864: [xine-devel] Bug#437864: xine-ui support for rmvb

2007-08-20 Thread Marcos Marado
On Friday 17 August 2007 23:47, Hans-Dieter Kosch wrote:

 Applied to current CVS.

Thank you.

-- 
Marcos Marado


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



Bug#438861: istanbul: errors when installing: from __future__ imports

2007-08-20 Thread Armando Romero
Package: istanbul
Version: 0.2.1-3
Severity: grave
Justification: renders package unusable

When installing instanbul:

Setting up istanbul (0.2.1-3) ...
Compiling /var/lib/python-support/python2.5/SOAPpy/Client.py ...
  File /var/lib/python-support/python2.5/SOAPpy/Client.py, line 46
  from __future__ import nested_scopes
  SyntaxError: from __future__ imports must occur at the beginning
  of the file

  Compiling /var/lib/python-support/python2.5/SOAPpy/GSIServer.py
  ...
File /var/lib/python-support/python2.5/SOAPpy/GSIServer.py,
line 49
from __future__ import nested_scopes
SyntaxError: from __future__ imports must occur at the
beginning of the file

Compiling 
/var/lib/python-support/python2.5/SOAPpy/Server.py
...
  File 
/var/lib/python-support/python2.5/SOAPpy/Server.py,
  line 46
  from __future__ import nested_scopes
  SyntaxError: from __future__ imports must 
occur at the
  beginning of the file

  Compiling
  
/var/lib/python-support/python2.5/SOAPpy/Types.py ...
File

/var/lib/python-support/python2.5/SOAPpy/Types.py,
line 39
from __future__ import nested_scopes
SyntaxError: from __future__ 
imports must occur
at the beginning of the file




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

Kernel: Linux 2.6.22.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages istanbul depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  gettext0.16.1-1  GNU Internationalization utilities
ii  gstreamer0.10-alsa 0.10.12-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins- 0.10.12-2 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.4-4  GStreamer plugins from the good 
ii  gstreamer0.10-plugins- 0.10.4-5  GStreamer plugins from the ugly 
ii  gstreamer0.10-x0.10.12-2 GStreamer plugins for X11 and Pang
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgstreamer0.10-0 0.10.12-3 Core GStreamer libraries and eleme
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  python 2.4.4-2   An interactive high-level object-o
ii  python-glade2  2.8.6-8   GTK+ bindings: Glade support
ii  python-gnome2  2.12.4-6  Python bindings for the GNOME desk
ii  python-gnome2-extras   2.14.3-1  Python bindings for the GNOME desk
ii  python-gst0.10 0.10.5-5  generic media-playing framework (P
ii  python-support 0.6.3 automated rebuilding support for p

istanbul recommends no packages.

-- no debconf information


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



Bug#438860: debconf-error-requires-versioned-depends too strict

2007-08-20 Thread Thijs Kinkhorst
Package: lintian
Severity: wishlist
Version: 1.23.34

Hi,

The debconf-error-requires-versioned-depends test is triggered on my package:

I: msttcorefonts: debconf-error-requires-versioned-depends 
msttcorefonts/baddldir

Its description says:

N:   Since error types were added after debconf-2.0, one cannot use the
N:   normal debconf-2.0 alternative to allow for cdebconf or other
N:   implementations. Instead, use debconf (= 1.4.69) | cdebconf (=
N:   0.39).

Well, I have this dependency:
debconf (= 1.4.69) | cdebconf
which seems quite enough to me since cdebconf was at 0.74.2 in sarge already.


Thijs


pgpr826t4wipU.pgp
Description: PGP signature


Bug#438862: RM: firebird1.5 -- RoM; unsupported upstream; security issues

2007-08-20 Thread Damyan Ivanov
Subject: RM: firebird1.5 -- RoM; unsupported upstream; security issues
Package: ftp.debian.org
Severity: important
Tags: security

Dear ftp-masters,

Please remove firebird1.5 and its binary packages from unstable. The
package is unsupported by upstream and has security bugs[1] that are not
fixable by the Debian maintainer (yours truly).

Request to remove it from testing is under way.

Source:
firebird1.5
Binary packages:
firebird1.5-classic
firebird1.5-common
firebird1.5-dev
firebird1.5-doc
firebird1.5-examples
firebird1.5-super
firebird2-classic-server
firebird2-common
firebird2-examples
firebird2-super-server
firebird2-utils-classic
firebird2-utils-super
libfbclient1
libfbembed1


[1] http://bugs.debian.org/432753

-- 
damJabberID: [EMAIL PROTECTED]





signature.asc
Description: OpenPGP digital signature


Bug#438852: wrong package

2007-08-20 Thread Tirumurti Vasudevan
i am afraid it was wrongly mentioned as mono package. sorry for the confusion.
it should read as follows:

From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package  iso-codes
Package: iso-codes
 Version: N/A
Severity: wishlist
 Tags: l10n patch
Please find attached the Tamil translation of the  iso-codes

-- 
BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!


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



Bug#436437: Fixed in latest version of libraries

2007-08-20 Thread Wim De Smet
This was apparently a libvorbisfile3 bug. Fixed in the latest version of
their package, see also #436083.

greets,
Wim


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



Bug#431724: Situation regarding mISDN

2007-08-20 Thread Simon Richter

Hi,

Lee Garrett wrote:


Simon, if I get to write the HOWTO discussed in bug #431724, will you
drop (comment out in the scripts) building module packages for the
debian kernels?


Already done in my local tree.


I guess for Lenny mISDN might have stabilized a little
and it would be easier to maintain them then. I think its ten times more
important to have up-to-date misdn libraries to work on than module
packages. Do you have any other plans or ideas with this?


There will be a separate source package that builds these, but that 
depends on my xcontrol tool, so it probably will be another two weeks 
until I roll that out. Given that this has to go through NEW anyway, I 
don't think that matters much.


The difficult bit is going to be a sane init system.

Possible plan:

1. Upload 1.1.5-1 to unstable without any init system at all (so no 
change from earlier versions, should work as a drop-in replacement with 
whatever scripts users have built for themselves), and a DebConf note 
telling people to turn to experimental if they want to test the new init 
system (obviously, we keep that out of testing).


2. Upload 1.1.5-* to experimental with new udev-based init system. This 
will require a lot of scripting, as mISDN can coexist with I4L, and some 
people might want to run it in this way. Basically we need to get a list 
of all ISDN adapters (I guess the files in upstream's kernel package are 
going to be helpful there), and ask whether they want to use them with 
mISDN or I4L, then set up udev rules for that. Also we probably need to 
set up fake dependencies from the hardware driver modules to the l1, l2 
and l3 modules, I haven't checked that yet.


3. When that init system works, upload to unstable. Whether or not to 
remove the testing blocker at this point should be decided then.


4. Work with/against upstream to get a real init system working, which 
means teaching the kernel to defer loading the l1-3 drivers (this will, 
guess what, change the kernel-userspace API/ABI again, but we can 
probably catch that in libmISDN). That was originally my plan for the 
CCCamp, but I was sick in bed during that time.


5. Upload to unstable, try to get into lenny.

6. ???

7. Profit

As mISDN is not in etch, there is no need for an upgrade path from 
anywhere (basically that was one of the reasons why I asked for it to be 
pulled from the release), which makes life a little easier.


I believe the sole user currently is chan_misdn. I think that during the 
time where the init system is not finished yet, this should still be 
built out-of-tree (well, my real thoughts for building everything in one 
big tree are not fit for writing); this will require asterisk to drop 
the misdn config file and a conflict from chan_misdn to any version that 
still ships it, but otherwise it should be pretty painless.


   Simon


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



Bug#429308: mdadm seems to be configured fine by default

2007-08-20 Thread Tim Freeman
Could you try adding [mdadm.conf] to your /etc/mindi/deplist.txt to see if that
workaround fixes your issue ?

After doing the experiment I described earlier, I uninstalled and
reinstalled mondo and mindi to get back the original deplist.txt.
Then I did a test backup and booted off of the CD.  As expected,
/proc/mdstat showed that the raids were assembled with the wrong names.
I did mdadm --stop /dev/md/0 and mdadm --stop /dev/md/1 and mdadm
--assemble --scan, and the volumes were assembled with the correct
names.

Thus apparently mindi is doing a fine job of delivering a functioning
installation of mdadm at restore time, and the problem is that
mondoarchive is using something other than mdadm --assemble --scan
to assemble the disks on the raid.

-- 
Tim Freeman   http://www.fungible.com   [EMAIL PROTECTED]


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



Bug#438863: ITP: libclass-c3-componentised-perl -- load mix-ins or components to your C3-based class

2007-08-20 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]


* Package name: libclass-c3-componentised-perl
  Version : 1.0001
  Upstream Author : Matt S. Trout and the DBIx::Class team 
Pulled out into seperate module by Ash Berlin [EMAIL 
PROTECTED]
* URL : 
http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-1.0001.tar.gz
* License : Perl (GPL/Artistic)
  Programming Lang: Perl
  Description : load mix-ins or components to your C3-based class

 Class::C3::Componentised will inject base classes to your module using the 
 Class::C3 method resolution order.
 .
 Please note: these are not plugins that can take precedence over methods 
 declared in MyModule. If you want something like that, consider 
 MooseX::Object::Pluggable.


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

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


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



Bug#438504: gcc-4.1: [powerpc] ICE while compiling linux kernel : drivers/scsi/aic7xxx/aic79xx_core.c

2007-08-20 Thread Martin Michlmayr
* Sven Luther [EMAIL PROTECTED] [2007-08-17 16:55]:
 I guess copypaste from the ssh session is somehow broken.

This compiles fine here (on test.track.rz.uni-augsburg.de).  Can you
try on another machine?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#382826: Patch to use source version for binary-only NMU'd packages

2007-08-20 Thread Simon Richter

Hi,

Matt Kraai wrote:


The attached patch makes apt-get strip the binary-only NMU suffix from
the binary package version to construct the source package version.



I've tested that it allows me to use apt-get source on packages that
have had binary-only NMUs.


I think we should rather fix the binNMU process. The +b[0-9]* thing is 
only a convention, after all, and there are others in use (e.g. when 
backporting).


   Simon


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



Bug#438504: gcc-4.1: [powerpc] ICE while compiling linux kernel : drivers/scsi/aic7xxx/aic79xx_core.c

2007-08-20 Thread Martin Michlmayr
* Sven Luther [EMAIL PROTECTED] [2007-08-20 13:59]:
 possibly. what gcc where you running on track ? track is one of those

4.1.2-15, so slightl different to yours.

 powerpc64 machines at augsbourg, right ?

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


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



Bug#438683: ITP: libconfig -- simple library for manipulating structured configuration files

2007-08-20 Thread Julien Danjou
Hi Abraham,

At 1187477920 time_t, Julien Danjou wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Julien Danjou [EMAIL PROTECTED]
 
 * Package name: libconfig
   Version : 1.1.3
   Upstream Author : Mark Lindner
 * URL : http://www.hyperrealm.com/libconfig/libconfig.html
 * License : LGPL
   Programming Lang: C, C++
   Description : simple library for manipulating structured configuration 
 files
 
 
 libconfig is a simple library for manipulating structured configuration
 files. The file format is more compact and more readable than XML. And
 unlike XML, it is type-aware, so it is not necessary to do string
 parsing in application code.
 The library includes bindings for both the C and C++ languages. It works
 on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD)
 and Windows (2000, XP and later).
 
 
 Currently there's already a libconfig in Debian, that seems unmaintained
 and not used.
 
 I don't know yet what I'm going to do ; maybe ask the maintainers if he
 thinks we can remove it.

Do you think libconfig is still useful in Debian?
It does not seem to be used nor really developed.
Can we ask it for removal and replace it with a new libconfig, see above?

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#364805: Acknowledgement (isdnutils-base: udev breaks isdn)

2007-08-20 Thread Ulrich Schenck
Hi, 

The problem has been resolved. The bug may get closed.

My problem was the lack of documentation how to pass parameters to the
kernel modules.

BR
  Ulrich

Am Dienstag, den 25.04.2006, 12:48 -0700 schrieb Debian Bug Tracking
System:
 Thank you for the problem report you have sent regarding Debian.
 This is an automatically generated reply, to let you know your message has
 been received.  It is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.
 
 Your message has been sent to the package maintainer(s):
  Paul Slootman [EMAIL PROTECTED]
 
 If you wish to submit further information on your problem, please send
 it to [EMAIL PROTECTED] (and *not* to
 [EMAIL PROTECTED]).
 
 Please do not reply to the address at the top of this message,
 unless you wish to report a problem with the Bug-tracking system.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)
 


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



Bug#438865: k3b: eject - manual reload no longer works

2007-08-20 Thread Nagy Gábor Péter
Package: k3b
Version: 1.0.2-1
Severity: normal


k3b in etch ejected the medium, and then asked me to reload it.

Now that I have upgraded it to testing, it no longer asks me reload
manually, but it simply reports an error.

This way I cannot verify what was written.

Regards,
Gabor

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

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

Versions of packages k3b depends on:
ii  cdparanoia   3.10+debian~pre0-5  audio extraction tool for sampling
ii  cdrdao   1:1.2.2-6   records CDs in Disk-At-Once (DAO) 
ii  genisoimage  9:1.1.6-1   Creates ISO-9660 CD-ROM filesystem
ii  kdebase-bin  4:3.5.7-2   core binaries for the KDE base mod
ii  kdelibs-data 4:3.5.7.dfsg.1-1core shared data for all KDE appli
ii  kdelibs4c2a  4:3.5.7.dfsg.1-1core libraries and binaries for al
ii  libacl1  2.2.42-1Access control list shared library
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libattr1 1:2.4.32-1.2Extended attribute shared library
ii  libaudio21.9-2+b1The Network Audio System (NAS). (s
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libdbus-1-3  1.1.1-3 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libdvdread3  0.9.7-3 library for reading DVDs
ii  libexpat11.95.8-4XML parsing C library - runtime li
ii  libfam0  2.7.0-13Client library to control the FAM 
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.3.5-1+b1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.2-20070712-1GCC support library
ii  libhal1  0.5.9.1-2   Hardware Abstraction Layer - share
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libk3b3  1.0.2-1 The KDE cd burning application lib
ii  libmusicbrainz4c2a   2.1.5-1 Second generation incarnation of t
ii  libpng12-0   1.2.15~beta5-2  PNG library - runtime
ii  libqt3-mt3:3.3.7-6   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libstdc++6   4.2-20070712-1  The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   2:1.1.2-1   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  wodim9:1.1.6-1   command line CD/DVD writing tool
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools  7.0-7  DVD+-RW/R tools
ii  kcontrol  4:3.5.7-2  control center for KDE
ii  kdebase-kio-plugins   4:3.5.7-2  core I/O slaves for KDE
ii  vcdimager 0.7.23-3   A VideoCD (VCD) image mastering an

-- no debconf information


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



Bug#438852: reassign to iso-codes

2007-08-20 Thread Mirco Bauer
reassign 438852 iso-codes
thanks

Reassigning the bugreport to iso-codes.

PS: it seems that you forgot to attach the patch... just reply to
[EMAIL PROTECTED] with the patch included.

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer[EMAIL PROTECTED]  http://www.meebey.net/
PEAR Developer[EMAIL PROTECTED] http://pear.php.net/
Debian Developer  [EMAIL PROTECTED]  http://www.debian.org/



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



Bug#438866: gdm: Standard Xsession ignores ~/.xprofile

2007-08-20 Thread Michael Pronath
Package: gdm
Version: 2.18.4-1
Severity: normal


The Gnome Display Manager Reference Manual says in section
Configuration, 6.2.1 Daemon Configuration, item BaseXsession that
the standard script /etc/gdm/Xsession shipped with GDM will source the
files /etc/profile, /etc/xprofile, ~/.xprofile
I observe that this does not work in the Debian package.
I'm not sure if this is a problem in gdm, or a deviation of Debian
that's not mentioned in README.Debian.  With 2.18.1-2, the upstream
version of Xsession is copied to the package, says the changelog.



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

Versions of packages gdm depends on:
ii  adduser  3.63Add and remove users and groups
ii  debconf [debconf-2.0 1.5.2   Debian configuration management sy
ii  fluxbox [x-window-ma 0.9.14-1.2  Highly configurable and low resour
ii  gksu 1.3.6-1 graphical frontend to su
ii  gnome-session2.14.3-5The GNOME 2 Session Manager
ii  gnome-terminal [x-te 2.14.2-1The GNOME 2 terminal emulator appl
ii  icewm [x-window-mana 1.2.30-1wonderful Win95-OS/2-Motif-like wi
ii  larswm [x-window-man 7.5.3-1 Lars Window Manager with tiled win
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libatk1.0-0  1.18.0-2The ATK accessibility toolkit
ii  libattr1 2.4.25-1Extended attribute shared library
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libcairo21.4.6-1.1   The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.1.1-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.74-1  simple interprocess messaging syst
ii  libdmx1  1:1.0.2-2   X11 Distributed Multihead extensio
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglade2-0  1:2.6.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.12.12-1   The GLib library of C routines
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgtk2.0-0  2.10.13-1   The GTK+ graphical user interface 
ii  libpam-modules   0.76-22 Pluggable Authentication Modules f
ii  libpam-runtime   0.76-22 Runtime support for the PAM librar
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libpango1.0-01.16.5-1Layout and rendering of internatio
ii  libpopt0 1.10-2  lib for parsing cmdline parameters
ii  librsvg2-2   2.16.1-2SAX-based renderer library for SVG
ii  librsvg2-common  2.16.1-2SAX-based renderer library for SVG
ii  libselinux1  2.0.15-2SELinux shared libraries
ii  libwrap0 7.6.dbs-8   Wietse Venema's TCP wrappers libra
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxau6  1:1.0.0-3   X11 authorisation library
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxdmcp61:1.0.0-4   X11 Display Manager Control Protoc
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxml2  2.6.29.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  lsb-base 3.1-5   Linux Standard Base 3.1 init scrip
ii  metacity [x-window-m 1:2.14.5-1  A lightweight GTK2 based Window Ma
ii  rxvt-beta [x-termina 2.7.10-0.1  VT102 terminal emulator for the X 
ii  sawfish [x-window-ma 1:1.3+cvs20061004-1 a window manager for X11
ii  wmaker [x-window-man 0.92.0-6.1  NeXTSTEP-like window manager for X
ii  xbase-clients1:7.1.ds-2  miscellaneous X clients
ii  xterm [x-terminal-em 222-1etch1  X terminal emulator

Versions of packages gdm recommends:
ii  dialog1.0-20050306-1 Displays user-friendly dialog boxe
pn  gdm-themesnone (no description available)
ii  whiptail  0.51.6-20  Displays user-friendly dialog boxe
ii  xnest 1:1.0.2-9  Nested X server
ii  zenity2.14.3-1   Display graphical dialog boxes fro

-- debconf 

Bug#438864: trac: Trac 0.10.3-1etch2 fails with empty Subversion repositories

2007-08-20 Thread Bart Cortooms
Package: trac
Version: 0.10.3-1etch2
Severity: important


Hi,

With the Trac update introduced in 0.10.3-etch1 or 0.10.3-1etch2, Trac
no longer works with empty Subversion repositories. This was a bug in
Trac, described at http://trac.edgewall.org/ticket/4937 and fixed in
http://trac.edgewall.org/changeset/4996

It looks like 03_backport_r4664_r4670_r4699.dpatch contains the change
which introduced this problem.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages trac depends on:
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-clearsilver  0.10.3-4.1   python bindings for clearsilver
ii  python-pysqlite22.3.2-2  python interface to SQLite 3
ii  python-subversion   1.4.2dfsg1-2 Python bindings for Subversion
ii  python-support  0.5.6automated rebuilding support for p
ii  subversion  1.4.2dfsg1-2 Advanced version control system

Versions of packages trac recommends:
ii  apache22.2.3-4+etch1 Next generation, scalable, extenda
ii  apache2-mpm-worker [httpd] 2.2.3-4+etch1 High speed threaded model for Apac
ii  python-setuptools  0.6c3-3   Python Distutils Enhancements

-- no debconf information


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



Bug#438537: cron-apt: s/apt-get/aptitude/ in manual page

2007-08-20 Thread Ola Lundqvist
Hi

On Mon, Aug 20, 2007 at 12:34:22PM +0100, Martin J. Carter wrote:
...
The default is apt-get.
 
 Not on the etch insts I've got here: diffs of /etc/cron-apt/config
 (datestamped at install time) against config.dpkg-dest show the
 aptitude lines to have been uncommented, not the apt-get ones.  I
 don't think it was me that did it, certainly not by hand.

Strange. No lines should be uncommented there, and the default in that
case is apt-get.

This is how the configuration file part looks in the sources:
# APTCOMMAND=/usr/bin/apt-get
# APTCOMMAND=/usr/bin/aptitude
# APTCOMMAND=/usr/bin/apt-file

And I have at least not implemented a rewrite function. :)

  Do you agree to close the bug?
 
 I'd like to burn a new etch netinst first, and install from that, if
 you don't mind.

I do not mind. :)

Best regards,

// Ola

 -- 
 Dr Martin J Carter
 Computer System Administrator
 Astrophysics, University of Oxford
 x 73291
 

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://opalsys.net/   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#437452: [Pkg-mono-group] Processed: Re: banshee: Crashes at startup on Linux PowerPC port due to a bug

2007-08-20 Thread Mirco Bauer
reassign 437452 mono-jit,libgtk2.0-cil
severity 437452 important
tags 437452 + upstream confirmed
retitle 437452 [PPC] GLib-GObject-WARNING **: cannot retrieve class for invalid 
(unclassed) type `(null)'
thanks

Downgrading to severity important as it only effects powerpc in
conjuction with gtk#. For the reference the bugreport is reassigned to
both packages (preventing duplicate bugreports).

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer[EMAIL PROTECTED]  http://www.meebey.net/
PEAR Developer[EMAIL PROTECTED] http://pear.php.net/
Debian Developer  [EMAIL PROTECTED]  http://www.debian.org/



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



Bug#239111: (pas de sujet)

2007-08-20 Thread Adam Cécile (Le_Vert)

Hi,

I confirm I've been able to install a lenny system with XFS / and grub 
by doing root (hd0,0) setup (hd0) instead of using grub-install.


For now, everything is fine.


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



Bug#438867: udevinfo reports wrong attribute names

2007-08-20 Thread Johannes Graumann
Package: udev
Version: 0.114-2
Severity: important

*** Please type your report below this line ***
With one of my memsticks I observe the following behavior:
1) insert memstick
2) udefmonitor shows /dev/sdc1 als the appropriate device
3) run:
udevinfo -a -p $(udevinfo -q path -n /dev/sdc1)
   -- excerpt:
looking at parent device '/devices/pci:00/:00:1d.7/usb5/5-7':
KERNELS==5-7
SUBSYSTEMS==usb
DRIVERS==usb
ATTRS{serial}==830045B46331
ATTRS{product}==DataTraveler 2.0
ATTRS{manufacturer}==Kingston
ATTRS{quirks}==0x0
ATTRS{maxchild}==0
ATTRS{version}== 2.00
ATTRS{devnum}==11
ATTRS{busnum}==5
ATTRS{speed}==480
ATTRS{bMaxPacketSize0}==64
ATTRS{bNumConfigurations}==1
ATTRS{bDeviceProtocol}==00
ATTRS{bDeviceSubClass}==00
ATTRS{bDeviceClass}==00
ATTRS{bcdDevice}==0200
ATTRS{idProduct}==1603
ATTRS{idVendor}==0951
ATTRS{bMaxPower}==100mA
ATTRS{bmAttributes}==80
ATTRS{bConfigurationValue}==1
ATTRS{bNumInterfaces}== 1
ATTRS{configuration}==
ATTRS{dev}==189:522
4) write new rule in /etc/udev/rules.d:
BUS==usb, ATTRS{model}==DataTraveler 2.0, SYMLINK+=officestick
5) upon reinsert of the memstick, the /dev/officestick link is NOT created!
6) changing the rule to
BUS==usb, ATTRS{product}==DataTraveler 2.0, SYMLINK+=officestick
   causes the proper link creation - don't ask me how I figured that out ;0)

== there is an attribute mismatch between what udevinfo reports and
what the demon parses

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 24
-rw-r--r-- 1 root root  333 2007-08-20 13:56 019_custom.rules
lrwxrwxrwx 1 root root   20 2006-09-19 19:21 020_permissions.rules -
../permissions.rules
lrwxrwxrwx 1 root root   19 2006-09-19 19:21 025_libgphoto2.rules -
../libgphoto2.rules
lrwxrwxrwx 1 root root   16 2007-07-31 08:50 025_libsane.rules -
../libsane.rules
lrwxrwxrwx 1 root root   22 2006-09-19 21:33 025_logitechmouse.rules
- ../logitechmouse.rules
lrwxrwxrwx 1 root root   15 2007-05-15 08:25 libmtp.rules - ../libmtp.rules
lrwxrwxrwx 1 root root   15 2007-02-20 09:33 libnjb.rules - ../libnjb.rules
drwxr-xr-x 6 root root  208 2006-09-21 13:20 .svn
lrwxrwxrwx 1 root root   13 2006-09-19 19:21 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root   25 2006-09-19 19:21
z20_persistent-input.rules - ../persistent-input.rules
lrwxrwxrwx 1 root root   19 2006-09-19 19:21 z20_persistent.rules -
../persistent.rules
-rw-r--r-- 1 root root  700 2006-09-19 19:21 z25_persistent-cd.rules
-rw-r--r-- 1 root root  451 2007-01-10 16:27 z25_persistent-net.rules
lrwxrwxrwx 1 root root   33 2006-09-19 19:21
z45_persistent-net-generator.rules -
../persistent-net-generator.rules
lrwxrwxrwx 1 root root   12 2006-09-19 19:21 z50_run.rules - ../run.rules
lrwxrwxrwx 1 root root   16 2006-09-19 19:21 z55_hotplug.rules -
../hotplug.rules
lrwxrwxrwx 1 root root   19 2006-09-19 19:21 z60_alsa-utils.rules -
../alsa-utils.rules
lrwxrwxrwx 1 root root   15 2007-07-12 12:10 z60_hdparm.rules - ../hdparm.rules
-rw-r--r-- 1 root root 2589 2007-06-03 22:17 z60_libpisock9.rules
-rw-r--r-- 1 root root 5716 2007-06-08 19:11 z60_xserver-xorg-input-wacom.rules
lrwxrwxrwx 1 root root   29 2006-09-19 19:21
z75_cd-aliases-generator.rules - ../cd-aliases-generator.rules
lrwxrwxrwx 1 root root   12 2007-08-20 08:45 z99_hal.rules - ../hal.rules

/etc/udev/rules.d/.svn:
total 9
-r--r--r-- 1 root root 2317 2006-09-21 13:20 entries
-r--r--r-- 1 root root2 2006-09-19 19:21 format
drwxr-xr-x 2 root root  648 2006-09-19 19:21 prop-base
drwxr-xr-x 2 root root   48 2006-09-19 19:21 props
drwxr-xr-x 2 root root  752 2006-09-19 19:21 text-base
drwxr-xr-x 5 root root  136 2006-09-21 13:20 tmp

/etc/udev/rules.d/.svn/prop-base:
total 48
-r--r--r-- 1 root root 27 2006-09-19 19:21 020_permissions.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 025_libgphoto2.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 udev.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z20_persistent-input.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z20_persistent.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21
z45_persistent-net-generator.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z50_run.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z55_hotplug.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z60_alsa-utils.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21
z60_xserver-xorg-input-wacom.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21
z75_cd-aliases-generator.rules.svn-base
-r--r--r-- 1 root root 27 2006-09-19 19:21 z99_hal.rules.svn-base

/etc/udev/rules.d/.svn/props:
total 0

/etc/udev/rules.d/.svn/text-base:
total 56

Bug#438736: intel driver produces kernel crash in a variety of situations

2007-08-20 Thread Cesare Leonardi

Robert Millan wrote:

Well, since X is a userland process, I wouldn't expect it to be able to
crash the kernel, even if it plays with /dev/agpgart in a bad way.  It
can even be a security issue.


I'm not a X expert but the server contains many drivers that interact 
with the graphics hardware, i don't know if directly (bypassing the 
kernel) or by using some kernel interface (DRI?). But if something goes 
wrong in this area, a crash could happen.



Do you know if Linux had improvements in this area from 2.6.18 to 2.6.22 ?


Since the upgrade from i810 to intel driver, every kernel upgrade hasn't 
make any improvement for me (i'm using Sid). In my system is clearly a 
problem with the X driver.
Now i'm still using the vesa driver, but i haven't tested the latest 
intel driver well (may be most problems are solved?), because the 
changelogs make me think that some crash problems still exists.


Happy to hear that vesa driver seems to have temporarily bypassed your 
crash problems.


Regards.

Cesare.


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



Bug#438725: aptitude man page display garbage escape sequences

2007-08-20 Thread Daniel Leidert
forcemerge 415468 438725
thanks

Am Sonntag, den 19.08.2007, 13:32 +0200 schrieb Emmanuel Kasper:

 On the two debian system that I use the aptitude man page displayed in a
 terminal or in gnome-yelp look like this ( extract ) 
 
 \fBinstall\fR
[snip]
 As I see from bug report #409782 that the man page is generated from
 XML, maybe something went wrong in the generation of the source
 troff.

This issue has already been reported, explained and fixed in
testing/unstable.  I don't know, if this issue can be fixed in stable (a
simple rebuild would do, because stable does not contain the 1.72
version of docbook-xsl).

Regards, Daniel



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



Bug#438868: RFP: OpenClinica -- is a free, open source software platform for Electronic Data Capture (EDC) in clinical research

2007-08-20 Thread Sebastian Hilbert
Package: wnpp
Severity: wishlist

Openclinica is a free, open source software platform for Electronic Data 
Capture (EDC) in clinical research. It is LGPL licensed and runs on jakarta 
tomcat 5.5 and posgresql.

Given a running tomcat webserver installation is covered my tomcat 
automatically deploying the *.war file.

There is three config files. One needs to be adapted in one place to reflect 
the path to openclinica. 

Installation instructions are provided in the download. Dependencies are Java, 
tomcat, postgresql and a few java/tomcat addons like here:

but most of them will be handled by Debian anyway.

lrwxrwxrwx 1 root root 24 16. Aug 16:41 
bcel.jar -gt; /usr/share/java/bcel.jar
lrwxrwxrwx 1 root root 34 16. Aug 16:41 
catalina-ant55.jar -gt; /usr/share/java/catalina-ant55.jar
lrwxrwxrwx 1 root root 45 16. Aug 15:58 
jakarta-commons-beanutils.jar -gt; 
/usr/share/java/jakarta-commons-beanutils.jar
lrwxrwxrwx 1 root root 40 16. Aug 16:19 
jakarta-commons-dbcp.jar -gt; /usr/share/java/jakarta-commons-dbcp.jar
lrwxrwxrwx 1 root root 44 16. Aug 15:58 
jakarta-commons-digester.jar -gt; /usr/share/java/jakarta-commons-digester.jar
lrwxrwxrwx 1 root root 38 16. Aug 15:58 
jakarta-commons-el.jar -gt; /usr/share/java/jakarta-commons-el.jar
lrwxrwxrwx 1 root root 43 16. Aug 15:58 
jakarta-commons-modeler.jar -gt; /usr/share/java/jakarta-commons-modeler.jar
lrwxrwxrwx 1 root root 45 16. Aug 15:58 
jakarta-commons-validator.jar -gt; 
/usr/share/java/jakarta-commons-validator.jar
lrwxrwxrwx 1 root root 40 19. Aug 17:47 
jakarta-taglibs-core.jar -gt; /usr/share/java/jakarta-taglibs-core.jar
lrwxrwxrwx 1 root root 44 19. Aug 17:35 
jakarta-taglibs-standard.jar -gt; /usr/share/java/jakarta-taglibs-standard.jar
lrwxrwxrwx 1 root root 37 19. Aug 17:24 
jasper55-compiler.jar -gt; /usr/share/java/jasper55-compiler.jar
lrwxrwxrwx 1 root root 36 19. Aug 17:24 
jasper55-runtime.jar -gt; /usr/share/java/jasper55-runtime.jar
lrwxrwxrwx 1 root root 37 19. Aug 17:44 
jasper-compiler -gt; /usr/share/java/jasper55-compiler.jar
lrwxrwxrwx 1 root root 26 19. Aug 17:52 
javacc.jar -gt; /usr/share/java/javacc.jar
lrwxrwxrwx 1 root root 27 19. Aug 17:55 
jdtcore.jar -gt; /usr/share/java/jdtcore.jar
lrwxrwxrwx 1 root root 41 19. Aug 17:43 
jsp-api.jar -gt; /usr/share/tomcat55/common/lib/jspapi.jar
lrwxrwxrwx 1 root root 26 16. Aug 15:58 
jspapi.jar -gt; /usr/share/java/jspapi.jar
lrwxrwxrwx 1 root root 23 19. Aug 17:40 jsp.jar -gt; /usr/share/java/jsp.jar
lrwxrwxrwx 1 root root 43 19. Aug 14:58 
naming-factory.jar -gt; /usr/share/java/tomcat55/naming-factory.jar
lrwxrwxrwx 1 root root 45 19. Aug 14:58 
naming-resources.jar -gt; /usr/share/java/tomcat55/naming-resources.jar
-rw-r--r-- 1 tomcat tomcat 402505 3. Mär 00:13 postgresql-8.1-405.jdbc3.jar
lrwxrwxrwx 1 root root 45 16. Aug 15:58 
postgresql-8.2-506.jdbc3.jar -gt; /usr/share/pgsql/postgresql-8.2-506.jdbc3.jar
lrwxrwxrwx 1 root root 26 16. Aug 15:58 
regexp.jar -gt; /usr/share/java/regexp.jar
lrwxrwxrwx 1 root root 32 16. Aug 16:32 
servletapi55.jar -gt; /usr/share/java/servletapi55.jar
lrwxrwxrwx 1 root root 31 16. Aug 15:58 
servletapi5.jar -gt; /usr/share/java/servletapi5.jar
lrwxrwxrwx 1 root root 16 19. Aug 17:43 servlet-api.jar -gt; servletapi55.jar
lrwxrwxrwx 1 root root 26 16. Aug 15:58 
struts.jar -gt; /usr/share/java/struts.jar

-- 
Sebastian Hilbert 
Leipzig / Germany
[www.gnumed.de]  - PGP welcome, HTML -/dev/null



Bug#433736: #433736: php5 must build-depend on firebird2.0-dev

2007-08-20 Thread Damyan Ivanov
retitle 433736 php5 must build-depend on firebird2.0-dev
severity serious
tags 433736 patch
thanks

Hi,

I am scheduling all firebird1.5 packages from removal. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438855. In short, the
package has security problems and is no longer supported by upstream.

Once the package is removed php5 will no longer build from source.

Attached is a patch that replaces firebird1.5-dev with firebird2.0-dev.
The resulting source package builds on i386.

Note that the patch also adds powerpc, sparc and kfreebsd-* to the list
of php5-interbase architectures (and expands the arch filter in
Build-Depends) now that firebird2.0 is supported on these architectures.

Please apply (minus the NMU-part in changelog which I added just for
clarity).
-- 
damJabberID: [EMAIL PROTECTED]
diff -u php5-5.2.3/debian/changelog php5-5.2.3/debian/changelog
--- php5-5.2.3/debian/changelog
+++ php5-5.2.3/debian/changelog
@@ -1,3 +1,11 @@
+php5 (5.2.3-1.1) UNRELEASED; urgency=low
+
+  * NMU
+  * Build-Depend on firebird2.0-dev
+  * Enable php5-interbase on powerpc, sparc and kfreebsd-(i386|amd64)
+
+ -- Damyan Ivanov [EMAIL PROTECTED]  Mon, 20 Aug 2007 15:02:12 +0300
+
 php5 (5.2.3-1) unstable; urgency=low
 
   * new upstream release.
diff -u php5-5.2.3/debian/control php5-5.2.3/debian/control
--- php5-5.2.3/debian/control
+++ php5-5.2.3/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
 Uploaders: Adam Conrad [EMAIL PROTECTED], Steve Langasek [EMAIL PROTECTED], Jeroen van Wolffelaar [EMAIL PROTECTED], Ondřej Surý [EMAIL PROTECTED], sean finney [EMAIL PROTECTED]
-Build-Depends: apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), firebird1.5-dev [i386 amd64], flex (= 2.5.4), freetds-dev, libapr1-dev (= 1.2.7-8), libbz2-dev (= 1.0.0), libc-client-dev, libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp10-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
+Build-Depends: apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), firebird2.0-dev [i386 amd64 powerpc sparc kfreebsd-i386 kfreebsd-amd64], flex (= 2.5.4), freetds-dev, libapr1-dev (= 1.2.7-8), libbz2-dev (= 1.0.0), libc-client-dev, libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp10-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.7.2
 
@@ -166,7 +166,7 @@
  dynamically generated pages quickly.
 
 Package: php5-interbase
-Architecture: i386 amd64
+Architecture: i386 amd64 powerpc sparc kfreebsd-i386 kfreebsd-amd64
 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${Source-Version})
 Description: interbase/firebird module for php5
  This package provides a module for interbase/firebird functions in PHP scripts.


signature.asc
Description: OpenPGP digital signature


Bug#438804: [debfile] DebFile.md5sums doesn't work in Python 2.4

2007-08-20 Thread Romain Francoise
Hi zack,

Stefano Zacchiroli [EMAIL PROTECTED] writes:

 Both issues should be now fixed in the latest bzr version.

Thanks!  The package you provided fixes both issues for me.

 In addition, since AFAIK you're doing tests on the whole archive, can
 you please check that my assumption below is correct? Namely: left hand
 side of md5sums lines are file names relative to the filesystem root,
 e.g. usr/share/foo/bar without heading './' or '/'.

Assuming that you mean right hand (the md5sum is on the left),
this assumption is true except for two packages in the archive which
have a leading './': mktemp and svn-arch-mirror.  I will file bugs
against them.  No packages have a leading '/'.

(Note that accessing the md5sums currently fails in 103 packages so
I may have missed some hits, but it's unlikely.  I'll file another
bug report about that problem later today.)

Cheers,

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#438857: hex-a-hop: complains about invalid file font.dat

2007-08-20 Thread Jens Seidel
tags 438857 +pending
thanks

On Mon, Aug 20, 2007 at 12:53:30PM +0200, Gerfried Fuchs wrote:
 Package: hex-a-hop
 Version: 0.0.20070315-3
 Severity: important
 
 - though, hex-a-hop still doesn't start on me.  It ends with this line:
 
 #v+
 Fatal error: Invalid file /usr/share/games/hex-a-hop/graphics/font.dat
 #v-

The current SVN version does no longer depend on font.dat but uses Pango
which supports Unicode fonts. So I mark it pending ...

Of course I didn't even investigated it but this specific error should
no longer occur. I suggest nevertheless you try it in a valgrind session
maybe the error occurs already earlier.

  I'm not sure if that might also be endianness related so I'm not
 suggesting looking in a specific direction this time. ;)

I think I found also wrong color masks which are currently independent
of endianess whereas the SDL manual page uses a ifdef ...

 Architecture: powerpc (ppc)

Ah, powerpc. I will try to test it soon on my SGI Octane workstation :-)

Jens


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



Bug#406335: Second Life new version

2007-08-20 Thread Rainer Dorsch
Am Montag, 20. August 2007 13:25 schrieb Marcos Marado:
 On Saturday 18 August 2007 08:18, Paul TBBle Hampson wrote:
  I've uploaded 1.18.1.2 packages, however I have no idea if it will
  build on i386 or amd64, as I've got a patch in there which changes the
  way compiler flags are put together compared to upstream (which also
  changed since 1.18.0.6, hence the patch)

 Thank you.

 Rainer: are you going to keep doing i386 etch packages and test this for
 Paul, or do you want me to try doing that?


Marcos,

I am just back from vacation and have a backlog of work. So I would probably 
not get started this week.

Please go ahead and give the i386 build a try.

Many thanks,
Rainer



-- 
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07032-359190
jabber: [EMAIL PROTECTED]
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/



Bug#429609: root-tail problems with xserver-xorg-core 1.3

2007-08-20 Thread Leandro Penz
Hi!

I narrowed it down to the following upgrade:
[UPGRADE] xserver-xorg-core 2:1.1.1-21 - 2:1.3.0.0.dfsg-11

After that, root-tail stoped working. That was the only package I upgraded
in that session. Then, I downgraded it again:
[DOWNGRADE] xserver-xorg-core 2:1.3.0.0.dfsg-11 - 2:1.1.1-21
And root-tail worked again.

I tried the free nv driver, both the stable (1.2.0-3) and testing version
(1:2.1.2) with xserver-xorg-core 2:1.3.0 and got the same results.

Leandro Penz

On 8/5/07, Brice Goglin  [EMAIL PROTECTED] wrote:

 Leandro Penz wrote:
  I also tried to upgrade them to unstable/experimental when available,
  bu that did not work also. I am using the proprietary nvidia drivers,
  as my monitor needs ajustments performed by nvidia-settings to work
  properly.

 Oh, then upgrading or downgrading xserver-xorg-video-nv doesn't matter
 since this driver isn't used at all.

 Is there a way you try without the proprietary nvidia driver? I'd like
 to be sure it's not caused by it. Changing nvidia into nv in
 /etc/X11/xorg.conf (and maybe removing a couple non-trivial option)
 should do the trick.

 Brice





Bug#438804: [debfile] DebFile.md5sums doesn't work in Python 2.4

2007-08-20 Thread Stefano Zacchiroli
On Mon, Aug 20, 2007 at 02:41:42PM +0200, Romain Francoise wrote:
 Assuming that you mean right hand (the md5sum is on the left),

Yes, sure.

 (Note that accessing the md5sums currently fails in 103 packages so
 I may have missed some hits, but it's unlikely.  I'll file another
 bug report about that problem later today.)

Ok, I'm looking forward for it :)

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#438837: obconf 2.0.2-1 depends on libobparser16 but it is not installable

2007-08-20 Thread Nico Golde
merge 437424 438837
thanks

Hi,
this will be fixed if openbox 3.4.4-1 leaves NEW.
Cheers
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpDJEdBYiu5F.pgp
Description: PGP signature


  1   2   3   4   >