Bug#366776: [Pkg-aide-maintainers] Bug#366776: aide: configuration syntax error

2006-05-12 Thread Marc Haber
On Fri, May 12, 2006 at 09:43:55AM +1000, Craig Small wrote:
 @@define DNSDOMAINNAME

This looks wrong. What does /bin/dnsdomainname say on your system?

Greetings
Marc

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


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



Bug#366927: CVE-2006-2247: Information leak in webcalendar

2006-05-12 Thread Martin Schulze
Package: webcalendar
Severity: grave
Tags: security sid etch

David Maciejak noticed that webcalendar, a PHP-Based multi-user
calendar, returns different error messages on login attempts for an
invalid password and a non-existing user, allowing remote attackers to
gain information about valid usernames.

The patch for the version in sarge is attached to this mail.

Regards,

Joey

-- 
It's time to close the windows.

Please always Cc to me when replying to me on the lists.
diff -u webcalendar-0.9.45/debian/changelog webcalendar-0.9.45/debian/changelog
--- webcalendar-0.9.45/debian/changelog
+++ webcalendar-0.9.45/debian/changelog
@@ -1,3 +1,11 @@
+webcalendar (0.9.45-4sarge4) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Unified error messages for unknown users and wrong passwords to
+prevent an information leak [includes/user.php, CVE-2006-2247]
+
+ -- Martin Schulze [EMAIL PROTECTED]  Fri, 12 May 2006 08:10:15 +0200
+
 webcalendar (0.9.45-4sarge3) stable-security; urgency=high
 
   * Fixed multiple security vulnerabilities
only in patch2:
unchanged:
--- webcalendar-0.9.45.orig/includes/user.php
+++ webcalendar-0.9.45/includes/user.php
@@ -41,8 +41,7 @@
   if ( $row[0] == $login )
 $ret = true; // found login/password
   else
-$error = translate (Invalid login) . :  .
-  translate(incorrect password);
+$error = translate (Invalid login);
 } else {
   $error = translate (Invalid login);
   // Could be no such user or bad password
@@ -53,12 +52,10 @@
 $row = dbi_fetch_row ( $res2 );
 if ( $row  ! empty ( $row[0] ) ) {
   // got a valid username, but wrong password
-  $error = translate (Invalid login) . :  .
-translate(incorrect password );
+  $error = translate (Invalid login);
 } else {
   // No such user.
-  $error = translate (Invalid login) . :  .
-translate(no such user );
+  $error = translate (Invalid login);
 }
 dbi_free_result ( $res2 );
   }


Bug#351693: status?

2006-05-12 Thread Steve Langasek
On Thu, May 11, 2006 at 06:51:15PM -0700, Rob Browning wrote:
 Thomas Bushnell BSG [EMAIL PROTECTED] writes:

  So my question from Monday is still there.  Perhaps following the
  suggestion in the bug log will solve the problem?

 Here's where things stand:

   - I tried building the package in merulo's unstable chroot.  That
 worked fine.  Since the chroot doesn't have slib installed, and
 neither did the buildd (according to the log), slib's not likely
 to be the problem.

A data point that might be relevant here is that builds on merulo are run
using prctl --unaligned=signal, whereas the default on hppa and ia64 is to
not signal on unaligned traps.  I'm not sure how this would cause the
guile-1.6 failure, but it *is* a difference to keep in mind.

   - The other suggestion was to make sure guile-1.6-libs isn't
 installed.  If the buildd starts from scratch for each package
 (does it?), then that guile-1.6-libs couldn't be the problem.  If
 the buildd doesn't start from scratch, then it would seem a little
 surprising if the problem only occurs on ia64.

If there are any packages that you *require* to not be installed for the
build, you need to add a Build-Conflict on them anyway even if you think
that the buildd won't have those packages installed.  It's not *likely* to
be installed, but the build log also won't tell you this information
normally unless something in your package's build gives a visual indicator
of this itself.

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


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



Bug#355244: marked as done (Not integrated with ifupdown well enough to go into testing)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 00:17:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#355244: fixed in network-manager 0.6.2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: network-manager
Version: 0.5.1-3
Severity: grave

Hi,

  This bug is ment to keep network-manager out of testing for now.

  Network-manager is currently in no way integrated with the rests of debian's
  network configuration system (ifupdown, resolvconf, etc). It will just
  override them all. To be good enough for testing (and thus etch) this really 
  needs to be fixed.

Sjoerd

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)

Versions of packages network-manager depends on:
ii  dhcdbd  1.12-1   dbus interface to the ISC DHCP cli
ii  iproute 20051007-3   Professional tools to control the 
ii  iputils-arping  3:20020927-3 Tool to send ICMP echo requests to
ii  libc6   2.3.6-3  GNU C Library: Shared libraries an
ii  libdbus-1-2 0.61-3   simple interprocess messaging syst
ii  libdbus-glib-1-20.61-3   simple interprocess messaging syst
ii  libgcrypt11 1.2.2-1  LGPL Crypto library - runtime libr
ii  libglib2.0-02.8.6-1  The GLib library of C routines
ii  libgpg-error0   1.1-4library for common error values an
ii  libhal1 0.5.7-1  Hardware Abstraction Layer - share
ii  lsb-base3.0-15   Linux Standard Base 3.0 init scrip

network-manager recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: network-manager
Source-Version: 0.6.2-2

We believe that the bug you reported is fixed in the latest version of
network-manager, which is due to be installed in the Debian FTP archive:

libnm-glib-dev_0.6.2-2_i386.deb
  to pool/main/n/network-manager/libnm-glib-dev_0.6.2-2_i386.deb
libnm-glib0_0.6.2-2_i386.deb
  to pool/main/n/network-manager/libnm-glib0_0.6.2-2_i386.deb
libnm-util-dev_0.6.2-2_i386.deb
  to pool/main/n/network-manager/libnm-util-dev_0.6.2-2_i386.deb
libnm-util0_0.6.2-2_i386.deb
  to pool/main/n/network-manager/libnm-util0_0.6.2-2_i386.deb
network-manager-dev_0.6.2-2_i386.deb
  to pool/main/n/network-manager/network-manager-dev_0.6.2-2_i386.deb
network-manager-gnome_0.6.2-2_i386.deb
  to pool/main/n/network-manager/network-manager-gnome_0.6.2-2_i386.deb
network-manager_0.6.2-2.diff.gz
  to pool/main/n/network-manager/network-manager_0.6.2-2.diff.gz
network-manager_0.6.2-2.dsc
  to pool/main/n/network-manager/network-manager_0.6.2-2.dsc
network-manager_0.6.2-2_i386.deb
  to pool/main/n/network-manager/network-manager_0.6.2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl [EMAIL PROTECTED] (supplier of updated network-manager package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 18:01:47 +0200
Source: network-manager
Binary: libnm-util-dev network-manager-gnome network-manager-dev libnm-util0 
libnm-glib0 network-manager libnm-glib-dev
Architecture: source i386
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Riccardo Setti [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib0 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util0 - network management framework (shared library)
 network-manager - network management framework daemon
 network-manager-dev - network management framework (development files)
 network-manager-gnome - network management framework (GNOME frontend)
Closes: 355244 355564 366010
Changes: 
 network-manager 

Bug#366010: marked as done (missing or old dbus causes evolution to use 100% CPU and spew error messages)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 00:17:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#366010: fixed in network-manager 0.6.2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: evolution
Version: 2.6.1-1
Severity: normal

When I start up evolution, it and dbus-daemon-1 are running constantly taking
all the CPU even though it doesn't seem to be doing anything (i.e., not
reading mail, not doing a search, just sitting there showing me 
the current message).

Here is an excerpt from top on my box with hyperthreading enabled.

Cpu0  : 21.5% us,  8.4% sy,  0.2% ni, 50.3% id, 18.9% wa,  0.2% hi,  0.4% si
Cpu1  : 16.6% us,  7.9% sy,  0.1% ni, 69.0% id,  6.3% wa,  0.0% hi,  0.1% si
Mem:   1035200k total,  1011648k used,23552k free,   236636k buffers
Swap:  1172736k total,  136k used,  1172600k free,   472604k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
15145 tepperly  16   0  145m  36m  18m S   88  3.6  11:16.89 evolution
 4455 messageb  15   0  2196  708  568 S   60  0.1   9:34.97 dbus-daemon-1

It's probably worth noting that my machine doesn't seem sluggish, but
it's worrisome to me to see using the CPUs for so long with no
discernable reason.

-- System Information:
Debian Release: testing/unstable
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.6
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages evolution depends on:
ii  evolution-dat 1.6.1-1evolution database backend server
ii  gconf22.14.0-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-1   GNOME Desktop icon theme
ii  gtkhtml3.83.10.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.9-8+b1 Avahi client library
ii  libavahi-comm 0.6.9-8+b1 Avahi common library
ii  libavahi-glib 0.6.9-8+b1 Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.1-1The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib- 0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-1Client library for evolution addre
ii  libecal1.2-3  1.6.1-1Client library for evolution calen
ii  libedataserve 1.6.1-1Utility library for evolution data
ii  libedataserve 1.6.1-1GUI utility library for evolution 
ii  libesd-alsa0  0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-keyr 0.4.9-1GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.6 Support libraries for gnome-pilot
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-3   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-1   The GNOME 2 

Bug#366865: marked as done (evolution start loads processor at 100%)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 00:17:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#366010: fixed in network-manager 0.6.2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: evolution
Version: 2.6.1-2
Severity: normal


starting evolution loads processor to 100% with dbus error messages. this make 
the system unresponsive.

I am unsure whether this is caused by a plugin.

I am using the exchange connection and 2 imap connections.

The system functions barely. Sluggish behavior. When exection of Evolution is 
halted(^Z) the system is becomes responsive.
Evolution shutdown can lasts up to 3+ minutes.
The system is barly usable to unusable in the meantime.

In a continous loop the following error message appears:

libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply raised: No 
reply within specified time

I have tried to report this as grave but the rportbug has classified this as 
normal. Email functionality using evolution is unusable.
My alternatives are by preference:
 - for imap mutt
 - for exchange webmail.
 
This is im my view normal use of Evolution. This bug/glitch makes Evolution as 
a software package irrelevant (not 
worthy of consideratino for use.)

I have seen a previous report that is simalar and the bug has been declared 
solved.

I am willing to assist in resolution. i.e. will help in testing or trial and 
error resolution. Any information that I can supply, 
up to and including creating a build envirnment to test patches that are sent, 
I am willing to implement, 

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

Versions of packages evolution depends on:
ii  dbus  0.61-5 simple interprocess messaging syst
ii  evolution-dat 1.6.1-2evolution database backend server
ii  gconf22.14.0-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-1   GNOME Desktop icon theme
ii  gtkhtml3.83.10.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.9-8+b1 Avahi client library
ii  libavahi-comm 0.6.9-8+b1 Avahi common library
ii  libavahi-glib 0.6.9-8+b1 Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.1-2The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib- 0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-2Client library for evolution addre
ii  libecal1.2-3  1.6.1-2Client library for evolution calen
ii  libedataserve 1.6.1-2Utility library for evolution data
ii  libedataserve 1.6.1-2GUI utility library for evolution 
ii  libesd-alsa0  0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-keyr 0.4.9-1GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.6 Support libraries for gnome-pilot
ii  libgnome2-0   2.14.1-1

Bug#362951: marked as done (xpm2wico: ftbfs [sparc] error: Your X libraries and/or headers were not found.)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 00:32:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#362951: fixed in xpm2wico 0.2.4.3-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xpm2wico
Version: 0.2.4.3-2
Severity: serious
Justification: fails to build from source

xpm2wico failed to build on all buildds, duplicated on my sparc pbuilder.

checking how to run the C preprocessor... gcc -E
checking for X... no
configure: error: Your X libraries and/or headers were not found.
make: *** [build-stamp] Error 1

---End Message---
---BeginMessage---
Source: xpm2wico
Source-Version: 0.2.4.3-3

We believe that the bug you reported is fixed in the latest version of
xpm2wico, which is due to be installed in the Debian FTP archive:

xpm2wico_0.2.4.3-3.diff.gz
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3.diff.gz
xpm2wico_0.2.4.3-3.dsc
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3.dsc
xpm2wico_0.2.4.3-3_i386.deb
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wolfgang Sourdeau [EMAIL PROTECTED] (supplier of updated xpm2wico package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 03:22:04 -0400
Source: xpm2wico
Binary: xpm2wico
Architecture: source i386
Version: 0.2.4.3-3
Distribution: unstable
Urgency: low
Maintainer: Wolfgang Sourdeau [EMAIL PROTECTED]
Changed-By: Wolfgang Sourdeau [EMAIL PROTECTED]
Description: 
 xpm2wico   - An Xpm to Windows .ico converter
Closes: 362951 366736
Changes: 
 xpm2wico (0.2.4.3-3) unstable; urgency=low
 .
   * Modified configure.ac to be a bit less straight regarding the results
 of AC_PATH_X... (Closes: #362951, #366736)
Files: 
 88c9325c76aec3c5d4376ab836eae3e3 592 graphics optional xpm2wico_0.2.4.3-3.dsc
 db8ecb4a5e3c35652cbc105d843f87b9 5485 graphics optional 
xpm2wico_0.2.4.3-3.diff.gz
 0fbef7413c6b10f94d5737b2f16aac54 14478 graphics optional 
xpm2wico_0.2.4.3-3_i386.deb

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

iD8DBQFEZDfDUP8yyofKtg8RAuL+AKCmGW8CgjywLEwY7hViiannc1y3xwCgwnu0
CGzlsTVtLKC8wNiKD+P4Trw=
=+/bh
-END PGP SIGNATURE-

---End Message---


Bug#366736: marked as done (xpm2wico - FTBFS: Missing build dependency)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 00:32:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#366736: fixed in xpm2wico 0.2.4.3-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xpm2wico
Version: 0.2.4.3-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of xpm2wico_0.2.4.3-2 on debian-31 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), libxpm-dev, xutils
[...]
 checking how to run the C preprocessor... gcc -E
 checking for X... no
 configure: error: Your X libraries and/or headers were not found.
 make: *** [build-stamp] Error 1
 **
 Build finished at 20060510-1447
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: xpm2wico
Source-Version: 0.2.4.3-3

We believe that the bug you reported is fixed in the latest version of
xpm2wico, which is due to be installed in the Debian FTP archive:

xpm2wico_0.2.4.3-3.diff.gz
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3.diff.gz
xpm2wico_0.2.4.3-3.dsc
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3.dsc
xpm2wico_0.2.4.3-3_i386.deb
  to pool/main/x/xpm2wico/xpm2wico_0.2.4.3-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wolfgang Sourdeau [EMAIL PROTECTED] (supplier of updated xpm2wico package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 03:22:04 -0400
Source: xpm2wico
Binary: xpm2wico
Architecture: source i386
Version: 0.2.4.3-3
Distribution: unstable
Urgency: low
Maintainer: Wolfgang Sourdeau [EMAIL PROTECTED]
Changed-By: Wolfgang Sourdeau [EMAIL PROTECTED]
Description: 
 xpm2wico   - An Xpm to Windows .ico converter
Closes: 362951 366736
Changes: 
 xpm2wico (0.2.4.3-3) unstable; urgency=low
 .
   * Modified configure.ac to be a bit less straight regarding the results
 of AC_PATH_X... (Closes: #362951, #366736)
Files: 
 88c9325c76aec3c5d4376ab836eae3e3 592 graphics optional xpm2wico_0.2.4.3-3.dsc
 db8ecb4a5e3c35652cbc105d843f87b9 5485 graphics optional 
xpm2wico_0.2.4.3-3.diff.gz
 0fbef7413c6b10f94d5737b2f16aac54 14478 graphics optional 
xpm2wico_0.2.4.3-3_i386.deb

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

iD8DBQFEZDfDUP8yyofKtg8RAuL+AKCmGW8CgjywLEwY7hViiannc1y3xwCgwnu0
CGzlsTVtLKC8wNiKD+P4Trw=
=+/bh
-END PGP SIGNATURE-

---End Message---


Processed: found 343805 in 1:0.36.4-4, closing 343805

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343805 1:0.36.4-4
Bug#343805: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 1:0.36.4-4.

 close 343805 1:0.37-1
Bug#343805: Please upgrade build depends to libmysqlclient15-dev
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1:0.37-1, send any further explanations to 
Christian Hammers [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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#366932: knemo - FTBFS: Build depends against unavailable package: unsermake

2006-05-12 Thread Bastian Blank
Package: knemo
Version: 0.4.0-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of knemo_0.4.0-1 on debian01 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 4.1), autotools-dev, cdbs, kdelibs4-dev, 
 net-tools, wireless-tools, unsermake
[...]
 Building Dependency Tree...
 E: Couldn't find package unsermake
 apt-get failed.


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



Bug#366933: libkipi - FTBFS: error: libkipi/interface.h: No such file or directory

2006-05-12 Thread Bastian Blank
Package: libkipi
Version: 0.1.3-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libkipi_0.1.3-1 on debian01 by sbuild/s390 85
[...]
  g++ -DHAVE_CONFIG_H -I. -I/build/buildd/libkipi-0.1.3/./libkipi/libkipi 
 -I../.. -I. -I/usr/include/kde -I/usr/share/qt3/include -I. 
 -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
 -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 
 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
 -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c 
 libkipi_la.all_cpp.cpp  -fPIC -DPIC -o .libs/libkipi_la.all_cpp.o
 In file included from 
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.cpp:32,
  from libkipi_la.all_cpp.cpp:2:
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:25:31: error: 
 libkipi/interface.h: No such file or directory
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:26:36: error: 
 libkipi/libkipi_export.h: No such file or directory
 In file included from 
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.cpp:33,
  from libkipi_la.all_cpp.cpp:2:
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.h:38:37: error: 
 libkipi/imagecollection.h: No such file or directory
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.h:39:31: error: 
 libkipi/imageinfo.h: No such file or directory
 In file included from libkipi_la.all_cpp.cpp:10:
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/imagedialog.cpp:48:29: error: 
 libkipi/version.h: No such file or directory
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:37: error: 
 invalid function declaration
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:88: error: 
 invalid function declaration
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.h:58: error: invalid 
 function declaration
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.cpp:98: error: 
 invalid use of undefined type 'struct KIPI::Interface'
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:34: error: 
 forward declaration of 'struct KIPI::Interface'
 /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.cpp:99: confused by 
 earlier errors, bailing out
 make[5]: *** [libkipi_la.all_cpp.lo] Error 1
 make[5]: Leaving directory 
 `/build/buildd/libkipi-0.1.3/obj-s390-linux-gnu/libkipi/libkipi'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory 
 `/build/buildd/libkipi-0.1.3/obj-s390-linux-gnu/libkipi/libkipi'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory 
 `/build/buildd/libkipi-0.1.3/obj-s390-linux-gnu/libkipi'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/libkipi-0.1.3/obj-s390-linux-gnu'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/libkipi-0.1.3/obj-s390-linux-gnu'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20060510-2356
 FAILED [dpkg-buildpackage died]


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



Bug#366935: torcs - FTBFS: configure: error: Can't find libm.

2006-05-12 Thread Bastian Blank
Package: torcs
Version: 1.2.4-1+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of torcs_1.2.4-1+b1 on debian-31 by sbuild/s390 85
[...]
 checking for AL/al.h... yes
 checking for sin in -lm... no
 configure: error: Can't find libm. Please check config.log and if you can't 
 solve the problem send the file to [EMAIL PROTECTED] with the subject torcs 
 compilation problem
 make: *** [debian/stamp-makefile-build] Error 1
 **
 Build finished at 20060510-1633
 FAILED [dpkg-buildpackage died]


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



Bug#366870: raggle: crash at startup

2006-05-12 Thread Michael Ablassmeier
tags 366870 + unreproducible
tags 366870 + moreinfo
thanks

hi,

On Thu, May 11, 2006 at 11:58:35AM -0700, Jose H. Espinosa wrote:
 $raggle
 Raggle: Loading config...
 Raggle: Loading feed list...
 Raggle: Loading theme...
 /usr/bin/raggle:4221:in `init': uninitialized constant
 Raggle::Interfaces::NcursesInterface::Ncurses (NameError)
   from /usr/bin/raggle:5613:in `main'
   from /usr/bin/raggle:6656
 
 $
 
 I haven't used or installed raggle before on this machine.  I just
 install it today for the first time.

im sorry to say im unable to reproduce this failure. Ive just
debootstraped a clean etch chroot and installed raggle, works out of the
box. According to the error message, there seems to be something messy
with the Ncurses Interface. What version of ruby does your installed
raggle use? Is libncurses-ruby1.8 the latest version and cleanly
installed?

bye,
- michael


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



Processed: not found in 1.5.0.2-2

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 notfound 366340 1.5.0.2-2
Bug#366340: mozilla-thunderbird: Thunderbird crashes on startup: 'BadMatch 
(invalid parameter attributes)'
Bug marked as not found in version 1.5.0.2-2.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: /usr/lib/libnautilus-burn.la: please recompile against X11R7

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 363064 serious
Bug#363064: /usr/lib/libnautilus-burn.la: please recompile against X11R7
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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#366809: marked as done (firefox-locale-ca: Uninstallable in sid, due to error in versioned dependencies)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 01:02:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#366809: fixed in firefox-locale-ca 1.5.0.3-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: firefox-locale-ca
Version: 1.5.0.3-1
Severity: grave
Justification: renders package unusable

Dear Debian Developer,

The new version of firefox-locale-ca in sid (1.5.0.3-1), cat not 
be installed, due to an error in the versioned dependence on firefox. It 
depends on 
firefox versions:

firefox (= 1.5.0.3)
firefox ( 1.5.0.4) (UNAVAILABLE)

firefox  1.5.0.4 is not available due to the firefox versioning scheme in 
Debian. 
The available version of firefox in Debian is:

1.5.dfsg+1.5.0.3-2(testing,unstable)

(I use the one from backports.org: 1.5.dfsg+1.5.0.3-1bpo1)

The dependence should probably be:

firefox (= 1.5.dfsg+1.5.0.3)
firefox ( 1.5.dfsg+1.5.0.4) (UNAVAILABLE)

Best regards, and thank you for your work

Jaume

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing'), (110, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages firefox-locale-ca depends on:
ii  firefox   1.5.dfsg+1.5.0.3-1bpo1 lightweight web browser based on M

-- no debconf information

---End Message---
---BeginMessage---
Source: firefox-locale-ca
Source-Version: 1.5.0.3-2

We believe that the bug you reported is fixed in the latest version of
firefox-locale-ca, which is due to be installed in the Debian FTP archive:

firefox-locale-ca_1.5.0.3-2.diff.gz
  to pool/main/f/firefox-locale-ca/firefox-locale-ca_1.5.0.3-2.diff.gz
firefox-locale-ca_1.5.0.3-2.dsc
  to pool/main/f/firefox-locale-ca/firefox-locale-ca_1.5.0.3-2.dsc
firefox-locale-ca_1.5.0.3-2_all.deb
  to pool/main/f/firefox-locale-ca/firefox-locale-ca_1.5.0.3-2_all.deb
mozilla-firefox-locale-ca_1.5.0.3-2_all.deb
  to pool/main/f/firefox-locale-ca/mozilla-firefox-locale-ca_1.5.0.3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jordi Mallach [EMAIL PROTECTED] (supplier of updated firefox-locale-ca 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 09:42:36 +0200
Source: firefox-locale-ca
Binary: mozilla-firefox-locale-ca firefox-locale-ca
Architecture: source all
Version: 1.5.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 firefox-locale-ca - Firefox Catalan language/region package
 mozilla-firefox-locale-ca - Firefox Catalan language/region package 
(transitional package)
Closes: 366809
Changes: 
 firefox-locale-ca (1.5.0.3-2) unstable; urgency=low
 .
   * The Tristpartit release.
   * debian/control: Ugh. Fix dependencies so they include the .dsfg prefix
 in the version string (closes: #366809).
Files: 
 edff7abe6af362fa79a72da9eaed62c8 658 web optional 
firefox-locale-ca_1.5.0.3-2.dsc
 077ba68e9b5d6ac96389719dd60e6687 10818 web optional 
firefox-locale-ca_1.5.0.3-2.diff.gz
 027625d20fe08d9e82d2c59891273171 170020 web optional 
firefox-locale-ca_1.5.0.3-2_all.deb
 ab97ed8f606a6b2663232555836e5cc7 11324 web optional 
mozilla-firefox-locale-ca_1.5.0.3-2_all.deb

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

iD8DBQFEZD4KJYSUupF6Il4RApMnAJ9Vv+Uy7DjO75r8eVvRo5FvUqonEQCeP6Se
QoExN8OAHknpIPWUWNJRMzY=
=HvNh
-END PGP SIGNATURE-

---End Message---


Bug#358901: marked as done (w3c-markup-validator: Any validation fails with Software error)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 01:17:21 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#358901: fixed in w3c-markup-validator 0.7.2-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: w3c-markup-validator
Version: 0.6.7-3
Severity: grave
Justification: renders package unusable

Any validation fails. For instance, try validating google's HTML
with http://www.google.com and I get:

Software error:

Cannot add named block msg 1 to hash! Block msg occurs more than
once.
Turn on -MergeDuplicateBlocks or make sure msg occurs only once in the
config.
 at /usr/lib/cgi-bin/check line 139
 BEGIN failed--compilation aborted at /usr/lib/cgi-bin/check line 192.

It seems to be failing immediately. I tried searching for some matches on
google with w3c-markup-validator MergeDuplicateBlocks and it's not
just not just my machine playing up. Also having this problem with a freshly
installed Debian 'testing' system installed on a laptop. So the error is
consistent for me at least.

I looked at fixing it myself but haven't cracked it yet.

Just like to say I had it installed only a while ago and working fine
then so not sure if that was an earlier version. It's a great package to
have when it works, compared with the online service which is innevitably
slower. Please can someone help?

Thanks,
Mark



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

Versions of packages w3c-markup-validator depends on:
ii  apache [httpd]1.3.34-2   versatile, high-performance HTTP s
ii  debconf   1.4.71 Debian configuration management sy
ii  libconfig-general-perl2.31-1 generic configuration module
ii  libhtml-parser-perl   3.50-1 A collection of modules that parse
ii  libnet-ip-perl1.24-1 Perl extension for manipulating IP
ii  libset-intspan-perl   1.07-3 Manages sets of integers
ii  libtext-iconv-perl1.4-2  converts between character sets in
ii  liburi-perl   1.35-2 Manipulates and accesses URI strin
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  opensp1.5.2-1OpenJade group's SGML parsing tool
ii  perl  5.8.8-3Larry Wall's Practical Extraction 
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La
ii  wwwconfig-common  0.0.44 Debian web auto configuration

Versions of packages w3c-markup-validator recommends:
ii  w3-dtd-mathml 2.0.0.0-1  Mathematical Markup Language V2.0 

-- debconf information:
* w3c-markup-validator/webserver: Apache

---End Message---
---BeginMessage---
Source: w3c-markup-validator
Source-Version: 0.7.2-1

We believe that the bug you reported is fixed in the latest version of
w3c-markup-validator, which is due to be installed in the Debian FTP archive:

w3c-markup-validator_0.7.2-1.diff.gz
  to pool/main/w/w3c-markup-validator/w3c-markup-validator_0.7.2-1.diff.gz
w3c-markup-validator_0.7.2-1.dsc
  to pool/main/w/w3c-markup-validator/w3c-markup-validator_0.7.2-1.dsc
w3c-markup-validator_0.7.2-1_all.deb
  to pool/main/w/w3c-markup-validator/w3c-markup-validator_0.7.2-1_all.deb
w3c-markup-validator_0.7.2.orig.tar.gz
  to pool/main/w/w3c-markup-validator/w3c-markup-validator_0.7.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frederic Schutz [EMAIL PROTECTED] (supplier of updated w3c-markup-validator 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  7 May 2006 22:53:38 +0200
Source: w3c-markup-validator
Binary: w3c-markup-validator
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Frederic Schutz [EMAIL PROTECTED]

Processed: [EMAIL PROTECTED]: Re: raggle: crash at startup]

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 366870 + unreproducible
Bug#366870: raggle: crash at startup
There were no tags set.
Tags added: unreproducible

 tags 366870 + moreinfo
Bug#366870: raggle: crash at startup
Tags were: unreproducible
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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#366907: tetex-bin: Fails to configure, updmap failed

2006-05-12 Thread Ralf Stubner
On Thu, May 11, 2006 at 21:18 -0400, Liam M. Healy wrote:
 Package: tetex-bin
 Version: 3.0-16
 Severity: grave
 tetex-bin will not configure. 
 
 http://bugs.debian.org/346326 seems related, but it appears the
 problem there was that the user had modified the configuration file.
 I originally got this error after I upgraded May 6; to be sure I'm
 starting clean I purged all the tetex packages and reinstalled.  I
 still get the error.

Did you also purge tex-common? Many important configuration files are in
that package. What is the output of 

 ls -l /etc/texmf/texmf.d/
 egrep ^TEXMF /etc/texmf/texmf.cnf

? I am asking, because this here looks suspicious:

[...]
 mktexlsr: Updating /usr/local/share/texmf/ls-R... 
 mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
 mktexlsr: Updating /var/cache/fonts/ls-R... 
 mktexlsr: Updating /var/lib/texmf/ls-R... 
 mktexlsr: Done.

On my system, running mktexlsr gives 

# mktexlsr
mktexlsr: Updating /usr/local/share/texmf/ls-R... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFDIST-TETEX... 
mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVE... 
mktexlsr: Updating /var/cache/fonts/ls-R... 
mktexlsr: Updating /var/lib/texmf/ls-R... 
mktexlsr: Done.

The important thing here is /var/lib/texmf/ls-R-TEXMFDIST-TETEX. This
file is used to find files located under /usr/share/texmf-tetex/, which
is where dvips35.map can be found:

$ dlocate dvips35.map
tetex-base: /usr/share/texmf-tetex/fonts/map/dvips/tetex/dvips35.map

cheerio
ralf


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



Bug#363064: marked as done (/usr/lib/libnautilus-burn.la: please recompile against X11R7)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 12:10:55 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#363064: /usr/lib/libnautilus-burn.la: please recompile 
against X11R7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libnautilus-burn-dev
Version: 2.12.3-1
Severity: important
File: /usr/lib/libnautilus-burn.la

Please rebuild this package against X11R7. libXcursor.la is still
referenced in libnautilus-burn.la, but libXcursor.la has gone. Therefore
compilations against libnautilus-burn will fail.

You might also consider removing /usr/lib/libnautilus-burn.la, since
libnautilus-burn provides a .pc file, so the .la file is unnecessary.

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

Versions of packages libnautilus-burn-dev depends on:
ii  libglib2.0-dev2.10.2-1   Development files for the GLib lib
ii  libgtk2.0-dev 2.8.17-1   Development files for the GTK+ lib
ii  libhal-dev0.5.7-1Hardware Abstraction Layer - devel
ii  libnautilus-burn2 2.12.3-1   Nautilus Burn Library - runtime ve

libnautilus-burn-dev recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
 This is fixed in unstable, closing.

On Fri, May 12, 2006, Sebastian Dröge wrote:
 severity 363064 serious

-- 
Loïc Minier [EMAIL PROTECTED]
You can gtk_main_run, but you can't gtk_widget_hide. --danw, 19-jul-04
---End Message---


Bug#366948: xfig can't find fonts

2006-05-12 Thread Bruce MacDonald
Package: xfig
Version: 1:3.2.5-alpha5-4
Severity: grave
Justification: renders package unusable


When I start xfig it complains like this:

Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string 
-*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,*--16-*
 to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string 
-*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
 to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string 
-*-times-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
 to type FontSet

then during editing if I select a font (all the fonts I tried), xfig complains 
when I click somewhere to start entering text:

Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13

or if I select say helvetica:

Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13

and the courier:n

Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
Can't find -*-courier-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13

So I can't do much with xfig. 

I haven't used it for awhile so don't know when it broke, but it used to work.

Bruce

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

Versions of packages xfig depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxmu6   1:1.0.1-3  X11 miscellaneous utility library
ii  libxp61:1.0.0-1  X Printing Extension (Xprint) clie
ii  libxpm4   1:3.5.4.2-3X11 pixmap library
ii  libxt61:1.0.0-4  X11 toolkit intrinsics library
ii  xaw3dg1.5+E-14   Xaw3d widget set
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages xfig recommends:
ii  transfig1:3.2.5-alpha7-1 Utilities for converting XFig figu
ii  xfig-libs   1:3.2.5-alpha5-4 XFig image libraries and examples

-- no debconf information


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



Bug#366947: CVE-2006-2260: XSS vulnerability in drupal project.module

2006-05-12 Thread Stefan Fritsch
Package: drupal
Severity: grave
Tags: security

CVE-2006-2260:
Cross-site scripting (XSS) vulnerability in the project module
(project.module) in Drupal 4.5 and 4.6 allows remote attackers to
inject arbitrary web script or HTML via unknown attack vectors.

See http://drupal.org/node/62406 for details

Please mention the CVE in the changelog.


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



Bug#363370: xine-ui: printf missing-format-string bugs

2006-05-12 Thread Stefan Fritsch
There are even more format string problems:

CVE-2006-2230:
Multiple format string vulnerabilities in xiTK (xitk/main.c) in xine
0.99.4 might allow attackers to cause a denial of service via format
string specifiers in an MP3 filename specified on the command line.
NOTE: this is a different vulnerability than CVE-2006-1905.  In
addition, if the only attack vectors involve a user-complicit, local
command line argument of a non-setuid program, this issue might not be
a vulnerability.

See:
http://www.securityfocus.com/archive/1/archive/1/432598/100/0/threaded


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



Bug#366948: xfig can't find fonts

2006-05-12 Thread Bruce MacDonald
Hi, Thanks for you help. The font path is:

Font Path:
  
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/

The font packages are:

$ dpkg -l xfonts-\* | grep '^[ih]'
ii  xfonts-100dpi   1.0.0-2100 dpi fonts for X
ii  xfonts-75dpi1.0.0-2100 dpi fonts for X
ii  xfonts-base 1.0.0-3standard fonts for X
ii  xfonts-encodings1.0.0-3Encodings for X.Org fonts
ii  xfonts-konsole  3.4.3-3fonts used by the KDE's 
Konsole
ii  xfonts-scalable 1.0.0-4scalable fonts for X
ii  xfonts-utils1.0.0-4X Window System font utility 
programs
$ dpkg -l gsfonts\* | grep '^[ih]'
ii  gsfonts8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpreter(s)
ii  gsfonts-other  6.0-3  Additional fonts for the ghostscript 
interpr
ii  gsfonts-x110.19   Make Ghostscript fonts available to X11

Thank you, Bruce

On Fri, May 12, 2006 at 01:18:57PM +0200, Roland Rosenfeld wrote:
 On Fri, 12 May 2006, Bruce MacDonald wrote:
 
  Package: xfig
  Version: 1:3.2.5-alpha5-4
  Severity: grave
  Justification: renders package unusable
  
  When I start xfig it complains like this:
  
  Warning: Missing charsets in String to FontSet conversion
  Warning: Cannot convert string 
  -*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,*--16-*
   to type FontSet
  Warning: Missing charsets in String to FontSet conversion
  Warning: Cannot convert string 
  -*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
   to type FontSet
  Warning: Missing charsets in String to FontSet conversion
  Warning: Cannot convert string 
  -*-times-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
   to type FontSet
  
  then during editing if I select a font (all the fonts I tried), xfig 
  complains when I click somewhere to start entering text:
  
  Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  
  or if I select say helvetica:
  
  Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  
  and the courier:n
  
  Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  Can't find -*-courier-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
  
  So I can't do much with xfig. 
  
  I haven't used it for awhile so don't know when it broke, but it
  used to work.
 
 For me this seems to be a problem of your font environment.  So I need
 more information about your system.
 
 Could you please send me the Font Path from xset q output?
 And than I need to know what founts you installed, so the output of
 the following commands would help to find the center of the problem:
 
 dpkg -l xfonts-\* | grep '^[ih]'
 dpkg -l gsfonts\* | grep '^[ih]'
 
 Tscho
 
 Roland


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



Bug#359745: webalizer RC bug

2006-05-12 Thread Thijs Kinkhorst
Hello Jose Carlos,

On Wed, 26 Apr 2006 18:24:09 -0300, you wrote:
 I have one sponsor,  Im solving another bugs before send him webalizer.
 I will send this package tomorrow.

Did you make any progress on this? I'd prefer if you uploaded the new
webalizer version quickly than if it takes longer and will include more
fixes. You can always upload newer versions lateron of course.


Thanks,
Thijs


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


Bug#366948: xfig can't find fonts

2006-05-12 Thread Roland Rosenfeld
On Fri, 12 May 2006, Bruce MacDonald wrote:

 Package: xfig
 Version: 1:3.2.5-alpha5-4
 Severity: grave
 Justification: renders package unusable
 
 When I start xfig it complains like this:
 
 Warning: Missing charsets in String to FontSet conversion
 Warning: Cannot convert string 
 -*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,*--16-*
  to type FontSet
 Warning: Missing charsets in String to FontSet conversion
 Warning: Cannot convert string 
 -*-times-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
  to type FontSet
 Warning: Missing charsets in String to FontSet conversion
 Warning: Cannot convert string 
 -*-times-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-*-r-*--16-*-*-*-*-*-*-*
  to type FontSet
 
 then during editing if I select a font (all the fonts I tried), xfig 
 complains when I click somewhere to start entering text:
 
 Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 
 or if I select say helvetica:
 
 Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 
 and the courier:n
 
 Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 Can't find -*-helvetica-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 Can't find -*-courier-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
 
 So I can't do much with xfig. 
 
 I haven't used it for awhile so don't know when it broke, but it
 used to work.

For me this seems to be a problem of your font environment.  So I need
more information about your system.

Could you please send me the Font Path from xset q output?
And than I need to know what founts you installed, so the output of
the following commands would help to find the center of the problem:

dpkg -l xfonts-\* | grep '^[ih]'
dpkg -l gsfonts\* | grep '^[ih]'

Tscho

Roland


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



Bug#366953: Bus error on IA64 when doing gst-inspect decodebin

2006-05-12 Thread Sebastian Dröge
Package: gst-plugins-base0.10
Version: 0.10.6-1
Severity: serious

Hi,
currently banshee FTBFS on IA64 because of a bus error when trying to do
gst-inspect decodebin:

 checking for GStreamer 0.10 decodebin plugin... 
 /build/buildd/banshee-0.10.10/./configure: line 23193: 28319 Bus error
$gst_inspect $element /dev/null 2/dev/null
 no
 configure: error: Cannot find required GStreamer-0.10 plugin 'decodebin'.
 make: *** [config.status] Error 1
 **
 Build finished at 20060512-1224
 FAILED [dpkg-buildpackage died]
http://buildd.debian.org/fetch.php?pkg=bansheever=0.10.10-1arch=ia64stamp=1147433132file=logas=raw

It could probably be a liboil bug as it works fine on Ubuntu with the same
gstreamer versions but an older liboil.


Bye



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



Bug#366370: need better strace

2006-05-12 Thread Johannes Berg
Hey,

Since I wrote the code that seems to be causing this... I guess I should
look into this.

Can I get an strace that has the -f option on its command line?

Thanks,
johannes



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



Bug#366960: lib/kernel not present in erlang-base

2006-05-12 Thread Christophe Romain

Package: erlang-base
Version: 1:10.b.9-3 and 1:10.b.7-1.1
Severity: grave

package erlang-base-hipe include lib/kernel, but non hipe supported 
architectures need to install erlang-base. that package does not 
include lib/kernel.

Erlang can not start.



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



Bug#355357: NMU of libapache2-mod-xmlrpc2

2006-05-12 Thread Julien Danjou
Hi,

I am preparing a NMU fixing this bug. It will be uploaded within the
next hours.

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#365102: synfigstudio: 365102: please provide a backtrace

2006-05-12 Thread Fabian Fagerholm
On Sun, 2006-05-07 at 11:26 -0400, Anthony DeRobertis wrote:   
 Sorry for taking so long on this. Anyway, here it is:
 
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 46912570136816 (LWP 7679)]
 0x2e65701f in memcpy () from /lib/libc.so.6
 (gdb) bt
 #0  0x2e65701f in memcpy () from /lib/libc.so.6
 #1  0x0054d29d in 
 std::string::_S_construct__gnu_cxx::__normal_iteratorchar*, std::string  
 (__beg={_M_current = 0xff24e8  layers groups}, 
 __end=value optimized out, __a=value optimized out)
 at char_traits.h:269
 #2  0x0054d2d9 in basic_string__gnu_cxx::__normal_iteratorchar*, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar(
 this=0x7fcfad70, __beg={_M_current = 0x2aaab1232b28 }, __end=
   {_M_current = 0x1032fe8 }, [EMAIL PROTECTED]) at basic_string.h:1444
 #3  0x00553460 in studio::DockDialog::set_contents (this=0xfe24c0, 
 z=value optimized out) at dockdialog.cpp:506
[...]

That line (506) in dockdialog.cpp looks like this:

book_contents=String(str.begin(),str.begin()+separator);

This should throw std::length_error if, for example, the first iterator
would go beoynd the second. I don't know exactly what will happen if the
second iterator is advanced beyond the length of the string. Maybe
that's the problem.

Anthony, any chance you could try the following things:

  * Could you compile the attached file (g++ -g -o test test.cpp)
and run it under gdb? If it crashes in the same way, we have a
smaller test case to work with.
  * Could you apply the attached patch to src/gtkmm/dockdialog.cpp,
recompile and provide the output? Or put a gdb breakpoint at
dockdialog.cpp:506 and then print the value of str and
separator?

Sorry I can't provide the package with that debugging patch built in,
but network connectivity is a bit limited here at debcamp6.

-- 
Fabian Fagerholm [EMAIL PROTECTED]
#include iostream
#include string

using namespace std;

int main()
{
  string str1 = string(abcdefghi);
  unsigned int separator = str1.find_first_of('e');
  string str2 = string(str1.begin(), str1.begin() + separator);

  cout  str1 separator  endl;
  cout  str2  endl;

  for (int i = 0; i  64; i++) {
string str3 = string(str1.begin(), str1.begin() + separator + i);
cout  str3   (i ==   i  )  endl;
  }

  return 0;
}
Index: dockdialog.cpp
===
--- dockdialog.cpp	(revision 132)
+++ dockdialog.cpp	(working copy)
@@ -503,6 +503,8 @@
 		}
 		else
 		{
+		  cout  DEBUG: str.begin() ==   str.begin()  endl;
+		  cout  DEBUG: separator ==   separator  endl;
 			book_contents=String(str.begin(),str.begin()+separator);
 			str=String(str.begin()+separator+1,str.end());
 		}


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


Processed: Re: Bug#362602: Acknowledgement (Will need rebuild against new evolution-data-server)

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 362602 serious
Bug#362602: Will need rebuild against new evolution-data-server
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: upgrade severity

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 362604 serious
Bug#362604: Will need rebuild against new evolution-data-server
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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#366961: bugzilla: Upgrade erases db information from localconfig.

2006-05-12 Thread Daniel Kobras
Package: bugzilla
Version: 2.20.1-2
Severity: serious
Justification: 10.7.3

When denying to use dbconfig-common on upgrade, the postinst script
erases the values of $db_port, $db_name, $db_user, and $db_pass from
/etc/bugzilla/localconfig. The values need to be filled in by hand from
/etc/bugzilla/localconfig.dpkg.old before the installation is usable
again. This bug can be reproduced with dpkg-reconfigure bugzilla as
well, denying the first question.

The wording of the dbconfig-common question indicates that 'No' is the
proper answer on upgrades, ie. when the database for bugzilla has
already been set up. Maybe I misunderstood, but in any case postinst
must not erase essential local configuration.

Regards,

Daniel.



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



Processed: Re: Bug#362608: Acknowledgement (Will need rebuild against new evolution-data-server)

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 362608 serious
Bug#362608: Will need rebuild against new evolution-data-server
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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#366960: lib/kernel not present in erlang-base

2006-05-12 Thread Francois-Denis Gonthier
On Friday 12 May 2006 08:49, Christophe Romain wrote:
 Package: erlang-base
 Version: 1:10.b.9-3 and 1:10.b.7-1.1
 Severity: grave

 package erlang-base-hipe include lib/kernel, but non hipe supported
 architectures need to install erlang-base. that package does not
 include lib/kernel.
 Erlang can not start.

This seems to be the case on mips and mipsel, *but*, at the end of the build 
logs, the content of the erlang-base package seems to be correct!

goto:

http://buildd.debian.org/fetch.php?pkg=erlangver=1%3A10.b.9-3arch=mipselstamp=1147241187file=logas=raw

and search for the string:

chroot-unstable/build/buildd/erlang-base_10.b.9-3_mipsel.deb

and you'll see that kernel is in the package, or that I'm mistaken on the 
significance of that listing in the build logs.

When I explicit set BUILD_HIPE to no in the rules file, I get a correct 
package on AMD64.  That makes me wonder what is going on on mips*.


pgpTFxSSGoObQ.pgp
Description: PGP signature


Bug#366370: Recent probe-input endianess patch seems to be flawed

2006-05-12 Thread Johannes Berg
On Fri, 2006-05-12 at 15:51 +0200, Martin Pitt wrote:

 Thank you! BTW, do you happen to have any pointer about documentation
 of that ioctl?

linux sources :)
drivers/input/evdev.c
lines 308 to 369 contain the code copying the bitmap to userspace

I've looked into it and I'm pretty sure my patch is correct. On little
endian 32-bit systems, the code simply copies the kernel bitmap which is
long (32bit) based, on 64-bit systems and 64-bit clients the same
happens as far as I can tell, although longs are then 64-bit based.

Only on 64-bit kernel with 32-bit userland things may need fixing up
(only in the big endian case though, since on little-endian all the
things are equivalent anyway!), which is done in the kernel.

johannes


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


Bug#366965: FTBFS on powerpc: invalid parameter combination for AltiVec intrinsic

2006-05-12 Thread Martin Michlmayr
Package: vlc
Version: 0.8.5-test3.debian-3
Severity: serious

After putting in the Altivec casting patch you're now getting a
different error:

 Automatic build of vlc_0.8.5-test3.debian-3 on test.track.rz.uni-augsburg.de 
 by sbuild/powerpc 0.44
...
 gcc -Wall -I. -O4 -ffast-math -D__X264__ -DHAVE_MALLOC_H -maltivec 
 -mabi=altivec -DARCH_PPC -DSYS_LINUX  -s -fomit-frame-pointer   -c -o 
 common/ppc/pixel.o common/ppc/pixel.c
 common/ppc/pixel.c: In function 'pixel_sad_x4_16x16_altivec':
 common/ppc/pixel.c:707: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:708: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:709: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:710: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:717: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:718: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:719: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:720: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x3_16x16_altivec':
 common/ppc/pixel.c:817: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:818: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:819: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:825: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:826: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:827: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x4_16x8_altivec':
 common/ppc/pixel.c:937: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:938: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:939: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:940: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:947: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:948: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:949: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:950: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x3_16x8_altivec':
 common/ppc/pixel.c:1047: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1048: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1049: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1055: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1056: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1057: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x4_8x16_altivec':
 common/ppc/pixel.c:1168: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1169: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1170: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1171: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1178: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1179: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1180: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1181: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x3_8x16_altivec':
 common/ppc/pixel.c:1278: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1279: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1280: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1286: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1287: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1288: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c: In function 'pixel_sad_x4_8x8_altivec':
 common/ppc/pixel.c:1399: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1400: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1401: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1402: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1409: error: invalid parameter combination for AltiVec 
 intrinsic
 common/ppc/pixel.c:1410: error: invalid parameter combination 

Bug#355947: NMU of python-pyopenssl

2006-05-12 Thread Julien Danjou
Hi,

I am going to upload a NMU within the next hour, fixing this bug.

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#355357: NMU of libapache2-mod-xmlrpc2

2006-05-12 Thread Andres Salomon
On Fri, 2006-05-12 at 14:59 +0200, Julien Danjou wrote:
 Hi,
 
 I am preparing a NMU fixing this bug. It will be uploaded within the
 next hours.
 
 Cheers,

Thanks!



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



Bug#365147: xbubble: Patch for this problem

2006-05-12 Thread Bas Wijnen
Package: xbubble
Followup-For: Bug #365147

Here's a patch which fixes the problem.  autoconf must be rerun after
patching before building the package.

The problem was that with the new X, the libraries don't need any flags
anymore, so x_libraries was empty.

--- configure.ac.orig   2006-05-12 16:59:22.0 +0200
+++ configure.ac2006-05-12 16:59:45.0 +0200
@@ -28,7 +28,9 @@ fi
 if test x$x_includes != x; then
   CPPFLAGS=$CPPFLAGS -I$x_includes
 fi
-LIBS=-L$x_libraries $LIBS
+if test x$x_libraries != x; then
+  LIBS=-L$x_libraries $LIBS
+fi
 AC_CHECK_LIB(X11, XOpenDisplay,,[AC_MSG_ERROR([cannot find libX11 !])])

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


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



Processed: setting package to libnautilus-extension1 libnautilus-extension1-dbg libnautilus-extension-dev nautilus nautilus-data nautilus-dbg ...

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 package libnautilus-extension1 libnautilus-extension1-dbg 
 libnautilus-extension-dev nautilus nautilus-data nautilus-dbg
Ignoring bugs not assigned to: libnautilus-extension1-dbg 
libnautilus-extension1 nautilus-data libnautilus-extension-dev nautilus 
nautilus-dbg

 tags 365740 + pending
Bug#365740: nautilus: fails to start due to undefined symbol
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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#364894: xstarfish: FTBFS with modular X.Org packages

2006-05-12 Thread Krystian Wlosek
tags 364894 patch
thanks

Hi.

Simple patch in attachment.

-- 
Greets
Krystian Wlosek
diff -ur xstarfish-1.1/debian/control xstarfish-1.1.new/debian/control
--- xstarfish-1.1/debian/control2006-05-12 17:00:15.0 +0200
+++ xstarfish-1.1.new/debian/control2006-05-12 16:52:30.0 +0200
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Adrian Bridgett [EMAIL PROTECTED]
-Build-Depends: debhelper (=4), libpng12-dev, libx11-dev
+Build-Depends: debhelper (=4), libpng12-dev, libx11-dev, xbitmaps
 Standards-Version: 3.6.2.1

 Package: xstarfish


pgpXGYjgIKxe7.pgp
Description: PGP signature


Bug#366933: [Pkg-kde-extras] Bug#366933: libkipi - FTBFS: error: libkipi/interface.h: No such file or directory

2006-05-12 Thread Achim Bohnet
On Friday 12 May 2006 09:58, Bastian Blank wrote:
 Package: libkipi
 Version: 0.1.3-1
 Severity: serious
 
 There was an error while trying to autobuild your package:

Hi Bastian,

I had alreaday a look at the m68k failure yesterday, which fails for the same 
reason :(
 
  Automatic build of libkipi_0.1.3-1 on debian01 by sbuild/s390 85
 [...]
   g++ -DHAVE_CONFIG_H -I. -I/build/buildd/libkipi-0.1.3/./libkipi/libkipi 
  -I../.. -I. -I/usr/include/kde -I/usr/share/qt3/include -I. 
  -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi 
  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
  -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall 
  -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
  -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
  -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c 
  libkipi_la.all_cpp.cpp  -fPIC -DPIC -o .libs/libkipi_la.all_cpp.o
  In file included from 
  /build/buildd/libkipi-0.1.3/./libkipi/libkipi/interface.cpp:32,
   from libkipi_la.all_cpp.cpp:2:
  /build/buildd/libkipi-0.1.3/./libkipi/libkipi/pluginloader.h:25:31: error: 
  libkipi/interface.h: No such file or directory
[...]
  make: *** [debian/stamp-makefile-build] Error 2
  **
  Build finished at 20060510-2356
  FAILED [dpkg-buildpackage died]

Bug seems obvious.  Includedirs miss

-I.. and -I$(srcdir)/..

but when I build libkipi in an svn checkout there are additional

-I../../libkipi -I../../../libkipi

if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I../../../libkipi/libkipi -I../.. -I. -I../../libkipi -I../../../libkipi 
-I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wno-long-long ...

At least in Kubuntu/Dapper when I delete libkipi*-dev and debuild 0.1.3
it fails too.  Ditto for plain configure; make.  Same on me.

kde-imaging developers:

does configure; make with libkipi-0.1.3 work for you when you remove _all 
other_ installations
of libkipi from the system, so the only kipi header files are in the srcdir or 
libkipi?
I'm a bit confused by the fact that an build from svn works.

If other system break too.  We should add something

INCLUDES = -I.. -$(srcdir)/..  more here?  $(all_includes)

in libkipi/libkipi/Makefile.am

I can only look into this later.  No time right now.

Achim

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


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



Processed: tagging 365147

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 tags 365147 + patch
Bug#365147: xbubble: FTBFS with new X packages: Bad link line
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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#361956: marked as done (nagios2-common: postinstall script uses unconditional chmod/chown, breaking any dpkg-statoverride)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 08:02:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#361956: fixed in nagios2 2.3-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: nagios2-common
Version: 2.1-1
Severity: serious
Tags: patch
Justification: Policy 10.9.1

As stated in the subject -- the postinstall uses unconditionally
chmod/chown.  If the local admin tries to change permissions using
dpkg-statoverride, these local changes are not respected.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.jumper
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -ruN nagios2-2.1/debian/lintian/overrides/nagios2-common 
nagios2-2.hs/debian/lintian/overrides/nagios2-common
--- nagios2-2.1/debian/lintian/overrides/nagios2-common 2006-04-11 
14:15:11.0 +0200
+++ nagios2-2.hs/debian/lintian/overrides/nagios2-common1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-non-standard-file-perm etc/nagios2/resource.cfg 0600 != 0644
diff -ruN nagios2-2.1/debian/nagios2-common.install 
nagios2-2.hs/debian/nagios2-common.install
--- nagios2-2.1/debian/nagios2-common.install   2006-04-11 14:15:11.0 
+0200
+++ nagios2-2.hs/debian/nagios2-common.install  2006-04-11 14:09:30.0 
+0200
@@ -5,6 +5,5 @@
 sample-config/template-object/README 
/usr/share/doc/nagios2-common/examples/template-object
 sample-config/template-object/*.cfg 
/usr/share/doc/nagios2-common/examples/template-object
 debian/httpd.webapps-common /usr/share/nagios2/debian
-debian/lintian/overrides/nagios2-common usr/share/lintian/overrides
 debian/gateway.cfg usr/share/nagios2/debian
 debian/extcommands.cfg usr/share/nagios2/debian
diff -ruN nagios2-2.1/debian/nagios2-common.postinst 
nagios2-2.hs/debian/nagios2-common.postinst
--- nagios2-2.1/debian/nagios2-common.postinst  2006-04-11 14:15:11.0 
+0200
+++ nagios2-2.hs/debian/nagios2-common.postinst 2006-04-11 11:48:57.0 
+0200
@@ -20,6 +20,16 @@
 # location of the default htpasswd authentication file.
 htpw=$en/htpasswd.users
 
+# useful functions
+setperm() {
+local user=$1; shift
+local group=$1; shift
+local mode=$1; shift
+local file=$1; shift
+dpkg-statoverride --list $file /dev/null  return 0
+dpkg-statoverride --update --add $user $group $mode $file
+}
+
 case $1 in
   configure)
 if ! getent passwd nagios  /dev/null ; then
@@ -76,14 +86,15 @@
 
# explicitly set permissions on some files that are dependent
# on the uid/gid of the nagios user, which is dynamically created.
-   chown root:nagios $en/resource.cfg
-   chmod 640 $en/resource.cfg
-install -d -onagios -gadm -m2751 /var/log/nagios2
-install -d -onagios -gnagios -m750 /var/run/nagios2
-install -d -onagios -gnagios -m750 /var/lib/nagios2
-   # chown instead of install to preserve permission bits
-   chown nagios /var/lib/nagios2/rw
-install -d -onagios -gwww-data -m2750 /var/cache/nagios2
+   # .hs
+   # Do not forget to remove these statoverrides when purging the
+   # package!
+   setperm root nagios 0640 $en/resource.cfg
+   setperm nagios adm 2751 /var/log/nagios2
+   setperm nagios nagios 0750 /var/run/nagios2
+   setperm nagios nagios 0750 /var/lib/nagios2
+   setperm nagios www-data 02750 /var/cache/nagios2
+   setperm nagios www-data 0700 /var/lib/nagios2/rw
 
# everything went well, so now let's reset the password
db_set nagios2/adminpassword 
diff -ruN nagios2-2.1/debian/nagios2-common.postrm 
nagios2-2.hs/debian/nagios2-common.postrm
--- nagios2-2.1/debian/nagios2-common.postrm2006-04-11 14:15:11.0 
+0200
+++ nagios2-2.hs/debian/nagios2-common.postrm   2006-04-11 11:50:02.0 
+0200
@@ -13,6 +13,13 @@
ucf --purge /etc/nagios2/apache2.conf
ucf --purge /etc/nagios2/conf.d/host-gateway_nagios2.cfg
#ucf --purge /etc/nagios2/conf.d/extcommands_nagios2.cfg
+
+   dpkg-statoverride --force --remove /etc/nagios2/resource.cfg
+   dpkg-statoverride --force --remove /var/log/nagios2
+   dpkg-statoverride --force --remove /var/run/nagios2
+   dpkg-statoverride --force --remove /var/lib/nagios2
+   dpkg-statoverride --force --remove /var/cache/nagios2
+   dpkg-statoverride --force --remove /var/lib/nagios2/rw
 ;;
 esac
 
diff -ruN nagios2-2.1/debian/rules nagios2-2.hs/debian/rules
--- nagios2-2.1/debian/rules2006-04-11 

Processed: Re: xstarfish: FTBFS with modular X.Org packages

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 364894 patch
Bug#364894: xstarfish: FTBFS with modular X.Org packages
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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#366960: lib/kernel not present in erlang-base

2006-05-12 Thread Christophe Romain

il you look at
http://packages.debian.org/cgi-bin/search_contents.pl? 
searchmode=filelistword=erlang-baseversion=unstablearch=arm
you can see it is not on the archive for arm m68k mips mipsel hppa s390  
sparc.
I downloaded theses archives and checked the real content. lib/kernel  
is not present indeed.


the fact is:
for all architecture that does not have a hipe support (no  
erlang-base-hipe package), the erlang-base package does not contains  
lib/kernel


yep, it's in the build chroot, so what's going on ?
certainly the stage building the package from builds is incorrect



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



Bug#366870: raggle: crash at startup

2006-05-12 Thread Michael Ablassmeier
hi again,

On Fri, May 12, 2006 at 10:06:45AM +0200, Michael Ablassmeier wrote:
 On Thu, May 11, 2006 at 11:58:35AM -0700, Jose H. Espinosa wrote:
  $raggle
  Raggle: Loading config...
  Raggle: Loading feed list...
  Raggle: Loading theme...
  /usr/bin/raggle:4221:in `init': uninitialized constant
  Raggle::Interfaces::NcursesInterface::Ncurses (NameError)
from /usr/bin/raggle:5613:in `main'
from /usr/bin/raggle:6656
  
  $
  
  I haven't used or installed raggle before on this machine.  I just
  install it today for the first time.
 
 im sorry to say im unable to reproduce this failure. Ive just
 debootstraped a clean etch chroot and installed raggle, works out of the
 box. According to the error message, there seems to be something messy
 with the Ncurses Interface. What version of ruby does your installed
 raggle use? Is libncurses-ruby1.8 the latest version and cleanly
 installed?

said that, the only way i can reproduce this bug is by removing
ncurses.rb:

 [EMAIL PROTECTED]:~$ sudo rm /usr/lib/ruby/1.8/ncurses.rb
 [EMAIL PROTECTED]:~$ raggle
 Raggle: Loading config...
 Raggle: Loading feed list...
 Raggle: Loading theme...
 /usr/bin/raggle:4221:in `init': uninitialized constant
 Raggle::Interfaces::NcursesInterface::Ncurses (NameError)
from /usr/bin/raggle:5613:in `main'
from /usr/bin/raggle:6656

so it seems that you either have a ruby version in your path for which
no ncurses library has been installed or some files the libncurses
package includes are missing. 

bye,
- michael


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



Processed: tagging 365146

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 tags 365146 pending
Bug#365146: joy2key: FTBFS with new X packages: Bad link line
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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#366370: Recent probe-input endianess patch seems to be flawed

2006-05-12 Thread Johannes Berg
On Fri, 2006-05-12 at 17:51 +0200, Martin Pitt wrote:

 Please note that the crashes were reported on i386 and amd64, both of
 which are little endian.

Yeah, I saw. Is hal a 64-bit program when running on amd64?

johannes


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


Bug#351693: status?

2006-05-12 Thread Rob Browning
Steve Langasek [EMAIL PROTECTED] writes:

 A data point that might be relevant here is that builds on merulo are run
 using prctl --unaligned=signal, whereas the default on hppa and ia64 is to
 not signal on unaligned traps.  I'm not sure how this would cause the
 guile-1.6 failure, but it *is* a difference to keep in mind.

Interesting.  It looks like

  prctl --unaligned=signal fakeroot debian/rules binary

still works in the merulo unstable chroot.

   - The other suggestion was to make sure guile-1.6-libs isn't
 installed.  If the buildd starts from scratch for each package
 (does it?), then that guile-1.6-libs couldn't be the problem.  If
 the buildd doesn't start from scratch, then it would seem a little
 surprising if the problem only occurs on ia64.

 If there are any packages that you *require* to not be installed for the
 build, you need to add a Build-Conflict on them anyway even if you think
 that the buildd won't have those packages installed.  It's not *likely* to
 be installed, but the build log also won't tell you this information
 normally unless something in your package's build gives a visual indicator
 of this itself.

Certainly, but in this case, there's no reason that guile-1.6-libs
*should* be a problem.  If I were to add it to the Build-Conflicts,
that would just be speculative.  Of course if nothing else turns up, I
suppose we might be left with a speculative buildd run as our only
option, but I was hoping we might be able to identify the problem more
directly.

Also, above, I was just wondering about the likelihood that
guile-1.6-libs might be a problem, even though it shouldn't be.

Thanks for the help.
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


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



Processed: Fixed in NMU of wmcalc 0.3-2.2

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 365158 + fixed
Bug#365158: wmcalc: FTBFS with new X packages: Incorrect include path
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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#366370: Recent probe-input endianess patch seems to be flawed

2006-05-12 Thread Martin Pitt
Hi Johannes,

Johannes Berg [2006-05-12 15:54 +0200]:
  Thank you! BTW, do you happen to have any pointer about documentation
  of that ioctl?
 
 linux sources :)

Heh :)

 I've looked into it and I'm pretty sure my patch is correct. On little
 endian 32-bit systems, the code simply copies the kernel bitmap which is
 long (32bit) based, on 64-bit systems and 64-bit clients the same
 happens as far as I can tell, although longs are then 64-bit based.
 
 Only on 64-bit kernel with 32-bit userland things may need fixing up
 (only in the big endian case though, since on little-endian all the
 things are equivalent anyway!), which is done in the kernel.

Please note that the crashes were reported on i386 and amd64, both of
which are little endian.

Thanks,

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#366947: CVE-2006-2260: XSS vulnerability in drupal project.module

2006-05-12 Thread Hilko Bengen
close 366947
thank you

The project module is not part of the Drupal core distribution and
thus not of the package.


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



Processed: Re: wmcalc: FTBFS with new X packages: Incorrect include path

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 365158 patch
Bug#365158: wmcalc: FTBFS with new X packages: Incorrect include path
There were no tags set.
Tags added: patch

 thanks dude
Stopping processing here.

Please contact me if you need assistance.

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#365158: wmcalc: FTBFS with new X packages: Incorrect include path

2006-05-12 Thread Mohammed Adnène Trojette
tag 365158 patch
thanks dude

On Fri, Apr 28, 2006, Daniel Schepler wrote:
 ...
 /usr/bin/make
 make[1]: Entering directory `/tmp/buildd/wmcalc-0.3'
 gcc -O2 -c -Wall -I/usr/X11R6/include/X11 -I/usr/local/include  wmcalc.c -o 
 wmcalc.o
 wmcalc.c:41:20: error: XKBlib.h: No such file or directory
 make[1]: *** [wmcalc.o] Error 1
 make[1]: Leaving directory `/tmp/buildd/wmcalc-0.3'
 make: *** [build-stamp] Error 2

As we are in 0-day NMU policy, I am uploading a NMU fixing this issue
with the following patch.

-- 
adn
Mohammed Adnène Trojette
diff -u wmcalc-0.3/Makefile wmcalc-0.3/Makefile
--- wmcalc-0.3/Makefile
+++ wmcalc-0.3/Makefile
@@ -1,5 +1,5 @@
-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include
-LIBINC =-L/usr/X11R6/lib
+INCLUDES =-I/usr/include/X11 -I/usr/local/include
+LIBINC =-L/usr/lib/X11
 LIBS = -lX11 -lXpm -lXext -lm
 
 TARGET = wmcalc
diff -u wmcalc-0.3/debian/changelog wmcalc-0.3/debian/changelog
--- wmcalc-0.3/debian/changelog
+++ wmcalc-0.3/debian/changelog
@@ -1,3 +1,10 @@
+wmcalc (0.3-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change path to X11 include and lib dirs (Closes: #365158)
+
+ -- Mohammed Adnène Trojette [EMAIL PROTECTED]  Fri, 12 May 2006 18:17:47 
+0200
+
 wmcalc (0.3-2.1) unstable; urgency=low
 
   * NMU to fix release critical bug


Bug#365158: wmcalc: FTBFS with new X packages: Incorrect include path

2006-05-12 Thread Mohammed Adnène Trojette
On Fri, May 12, 2006, Mohammed Adnène Trojette wrote:
 diff -u wmcalc-0.3/debian/changelog wmcalc-0.3/debian/changelog
 --- wmcalc-0.3/debian/changelog
 +++ wmcalc-0.3/debian/changelog
 @@ -1,3 +1,10 @@
 +wmcalc (0.3-2.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Change path to X11 include and lib dirs (Closes: #365158)
 +
 + -- Mohammed Adnène Trojette [EMAIL PROTECTED]  Fri, 12 May 2006 18:17:47 
 +0200
 +
  wmcalc (0.3-2.1) unstable; urgency=low
  
* NMU to fix release critical bug

Here I've forgotten to say that the only change of path was in Makefile.
I hope there is no problem with this and that the NMU helps.

-- 
adn
Mohammed Adnène Trojette



Processed: Re: Bug#366947: CVE-2006-2260: XSS vulnerability in drupal project.module

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 366947
Bug#366947: CVE-2006-2260: XSS vulnerability in drupal project.module
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Stefan Fritsch [EMAIL PROTECTED]

 thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of pyopenssl 0.6-2.2

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 355947 + fixed
Bug#355947: python-pyopenssl: Segmentation fault when creating x509 extension
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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#366995: phpwiki: Upgrade from 1.3.7 destroys apache.conf

2006-05-12 Thread Zed Pobre
Package: phpwiki
Version: 1.3.12p2-1
Severity: grave
Justification: causes non-serious data loss

I had a custom apache.conf required for supporting multiple parallel
wikis in /etc/phpwiki/apache.conf.  This file was replaced with a
default file on a noninteractive upgrade, and no .dpkg-old version was
created (fortunately, it was very simple to rewrite).  Looking at your
postinst, I don't see anything immediately wrong, but there may be
some oddity involved with ucf when there is no attached tty.
Obviously, I won't be able to reproduce it at this point, so if you
can't work out what it might be, and think this is mostly likely a
case of user error, I won't object if you close it.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.13.1.erdos
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages phpwiki depends on:
ii  apache [httpd]1.3.33-6sarge1 versatile, high-performance HTTP s
ii  debconf   1.5.0  Debian configuration management sy
ii  php4  4:4.3.10-16server-side, HTML-embedded scripti
ii  php4-pear 4:4.3.10-16PEAR - PHP Extension and Applicati
ii  php4-sqlite   1.0.2-7PHP4 bindings to SQLite, a file-ba
ii  sqlite2.8.16-1   command line interface for SQLite
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information:
* phpwiki/system/documentroot: /wiki
  phpwiki/system/localnet: 10.0.0.0/24
  phpwiki/webservers: apache
* phpwiki/system/accessible: global
* phpwiki/system/purgepages: false
* phpwiki/notes/configupgrade:
* phpwiki/notes/introduction:


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



Processed: Fixed

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 356728 0.58-0.3
Bug#356728: courier-authlib: Please upgrade build depends to 
libmysqlclient15-dev
Bug marked as found in version 0.58-0.3.

 close 356728 0.58-0.4
Bug#356728: courier-authlib: Please upgrade build depends to 
libmysqlclient15-dev
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.58-0.4, send any further explanations to 
Stefan Huehner [EMAIL PROTECTED]

 close 346105 0.58-0.2
Bug#346105: courier-authlib(GNU/k*BSD): FTBFS: out of date 
config.sub/config.guess
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.58-0.2, send any further explanations to Petr 
Salinger [EMAIL PROTECTED]

 close 339297 0.58-0.1
Bug#339297: courier-authlib: Uses obsolete PostgreSQL build dependency
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.58-0.1, send any further explanations to 
Martin Pitt [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 356723 in 3.2.33-1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 356723 3.2.33-1
Bug#356723: mnogosearch: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 3.2.33-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: retitle 361775 to [CVE-2006-1772] stores database password in world-readable config.dat

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 361775 [CVE-2006-1772] stores database password in world-readable 
 config.dat
Bug#361775: Security bug report
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343777 in 1:0.6.90-3

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343777 1:0.6.90-3
Bug#343777: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 1:0.6.90-3.


End of message, stopping processing here.

Please contact me if you need assistance.

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#351693: status?

2006-05-12 Thread Thomas Bushnell BSG
Rob Browning [EMAIL PROTECTED] writes:

 I agree that this is extremely unlikely.  The only guess is that the
 bug log includes a purge of guile-1.6-libs; though even that shouldn't
 matter since guile-1.6-libs doesn't contain anything that would be
 left behind absent a purge.

 The most likely problem I can think of, if the failure actually is
 related to having guile-1.6-libs installed, is that the Guile build
 (or rather make check) is somehow picking up the /usr versions of the
 Guile libraries or modules in preference to the build tree versions,
 and those versions are somehow broken, at least with respect to the
 build tree code.  This would definitely be a bug in Guile.

Yes, bugs like this do happen especially in fancy programs with lots
of local shared libraries.

 I've never used pbuilder.  Does it require root, or is it possible to
 try it via fakeroot, fakechroot, or similar?

It requires root in principle, but I don't know if fakechroot is
sufficient or not.

Thomas


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



Bug#366960: lib/kernel not present in erlang-base

2006-05-12 Thread Torsten Werner

Hi,


I have downloaded the mipsel package and it does contain the
lib/kernel directory:

$ dpkg -c /tmp/erlang-base_10.b.9-3_mipsel.deb | grep kernel | head
drwxr-xr-x root/root 0 2006-05-10 08:04:17
./usr/lib/erlang/lib/kernel-2.10.12/
drwxr-xr-x root/root 0 2006-05-10 08:04:18
./usr/lib/erlang/lib/kernel-2.10.12/ebin/
-rw-r--r-- root/root 26076 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/erl_prim_loader.beam
-rw-r--r-- root/root 38800 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/init.beam
-rw-r--r-- root/root 30004 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/prim_file.beam
-rw-r--r-- root/root 38288 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/prim_inet.beam
-rw-r--r-- root/root  1320 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/otp_ring0.beam
-rw-r--r-- root/root 15092 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/erlang.beam
-rw-r--r-- root/root  5572 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/application.beam
-rw-r--r-- root/root 60676 2006-05-10 08:02:33
./usr/lib/erlang/lib/kernel-2.10.12/ebin/application_controller.beam

I cannot see any problem here. Time to close the bug report?


Regards,
Torsten

--
http://www.twerner42.de/



Processed: found 343784 in 3.01-1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343784 3.01-1
Bug#343784: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 3.01-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343795 in 0.5.7-3

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343795 0.5.7-3
Bug#343795: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 0.5.7-3.


End of message, stopping processing here.

Please contact me if you need assistance.

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#358305: marked as done (FTBFS on mips/mipsel: needs -lpthreads)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 11:47:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#358305: fixed in lvm2 2.02.05-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: lvm2
Version: 2.02.02-1
Severity: serious

This package currently doesn't build on mips and mipsel.  You need to
pass -lpthreads during linking (at least for now).  Please see #346346
and http://lists.debian.org/debian-mips/2006/01/msg00040.html


 Automatic build of lvm2_2.02.02-1 on bigsur by sbuild/mips 1.94
...
 mips-linux-gnu-gcc -o clvmd clvmd-command.o clvmd.o lvm-functions.o 
 system-lv.o clvmd-cman.o -Wl,--export-dynamic -L../../lib -L/lib -llvm 
 -ldevmapper -ldlm -lreadline -lselinux -ldl -lncurses 
 clvmd.o: In function `main':clvmd.c:(.text+0x1690): undefined reference to 
 `pthread_create'
 clvmd.o: In function `lvm_thread_fn':clvmd.c:(.text+0x239c): undefined 
 reference to `pthread_sigmask'
 clvmd.o: In function `local_pipe_callback':clvmd.c:(.text+0x2b88): undefined 
 reference to `pthread_join'
 clvmd.o: In function `local_sock_callback':clvmd.c:(.text+0x2db0): undefined 
 reference to `pthread_create'
 :clvmd.c:(.text+0x2f60): undefined reference to `pthread_kill'
 :clvmd.c:(.text+0x3058): undefined reference to `pthread_join'
 clvmd.o: In function `pre_and_post_thread':clvmd.c:(.text+0x3354): undefined 
 reference to `pthread_sigmask'
 :clvmd.c:(.text+0x339c): undefined reference to `pthread_sigmask'
 /usr/lib/gcc/mips-linux-gnu/4.1.0/../../../libdlm.so: undefined reference to 
 `pthread_cancel'
 collect2: ld returned 1 exit status
 make[3]: *** [clvmd] Error 1

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

---End Message---
---BeginMessage---
Source: lvm2
Source-Version: 2.02.05-1

We believe that the bug you reported is fixed in the latest version of
lvm2, which is due to be installed in the Debian FTP archive:

clvm_2.02.05-1_amd64.deb
  to pool/main/l/lvm2/clvm_2.02.05-1_amd64.deb
lvm2-udeb_2.02.05-1_amd64.udeb
  to pool/main/l/lvm2/lvm2-udeb_2.02.05-1_amd64.udeb
lvm2_2.02.05-1.diff.gz
  to pool/main/l/lvm2/lvm2_2.02.05-1.diff.gz
lvm2_2.02.05-1.dsc
  to pool/main/l/lvm2/lvm2_2.02.05-1.dsc
lvm2_2.02.05-1_amd64.deb
  to pool/main/l/lvm2/lvm2_2.02.05-1_amd64.deb
lvm2_2.02.05.orig.tar.gz
  to pool/main/l/lvm2/lvm2_2.02.05.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank [EMAIL PROTECTED] (supplier of updated lvm2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 18:20:01 +
Source: lvm2
Binary: clvm lvm2-udeb lvm2
Architecture: source amd64
Version: 2.02.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team [EMAIL PROTECTED]
Changed-By: Bastian Blank [EMAIL PROTECTED]
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Closes: 358305 358373
Changes: 
 lvm2 (2.02.05-1) unstable; urgency=low
 .
   * New upstream version.
   * Don't longer disallow installation on older kernels. (closes: #358373)
   * Explicitely link libpthread. (closes: #358305)
Files: 
 8f9ea344454323ce1c7e315a322992f0 797 admin optional lvm2_2.02.05-1.dsc
 335adba760dc0c0d13bc3e0501ede594 485879 admin optional lvm2_2.02.05.orig.tar.gz
 c8602e24a69cea5daf16800d4ee91603 19736 admin optional lvm2_2.02.05-1.diff.gz
 3ccf2c73ef16a2d46c273f716aacb39f 305866 admin optional lvm2_2.02.05-1_amd64.deb
 9d900476603a807878ee72bc4ed9fc41 201458 debian-installer optional 
lvm2-udeb_2.02.05-1_amd64.udeb
 28bd26c9c00c3dfb7fa57b1213ed7f3b 192824 admin extra clvm_2.02.05-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkRk0ukACgkQLkAIIn9ODhHUdgCgpqEu0vcN77CoK2v1Qe6x97Rv
kkQAnRhszpgTUuGIed2Fc0npRqdu4/Z3
=KxA0
-END PGP SIGNATURE-

---End Message---


Processed: found 343776 in 2.1.21-1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343776 2.1.21-1
Bug#343776: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 2.1.21-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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#367005: 6tunnel - FTBFS: Missing build dependency

2006-05-12 Thread Bastian Blank
Package: 6tunnel
Version: 0.11rc2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of 6tunnel_0.11rc2-1 on debian01 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 5.0.0)
[...]
  debian/rules build
 dh_testdir
 ./autogen.sh
 ./autogen.sh: line 2: autoconf: command not found
 ./autogen.sh: line 3: ./configure: Permission denied
 make: *** [config.status] Error 126
 **
 Build finished at 20060512-2023
 FAILED [dpkg-buildpackage died]


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



Processed: found 343788 in 2.0.5

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343788 2.0.5
Bug#343788: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 2.0.5.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343792 in 7.2.580-4

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343792 7.2.580-4
Bug#343792: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 7.2.580-4.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343772 in 0.39-3.2

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343772 0.39-3.2
Bug#343772: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 0.39-3.2.


End of message, stopping processing here.

Please contact me if you need assistance.

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#358373: marked as done (lvm2: doesn't install if kernel is too old)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 11:47:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#358373: fixed in lvm2 2.02.05-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: lvm2
Version: 2.02.02-1
Severity: grave

Hello,

the lvm2 package fails to install at least on systems running a kernel 
2.6.12.
A debconf message box appears during the installation, telling:
 Running kernel TOO old
 Your running kernel is  2.6.12. lvm2 since 2.02.00 does not work with them.
An then the installation fails:

dpkg: error processing /var/cache/apt/archives/lvm2_2.02.02-1_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/lvm2_2.02.02-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I'm not sure whether this is intentional or not. If it should be
intentional, it is at least quite unwise. Of course the average user
who is already using lvm is *not* running a 2.6 kernel at the moment
when he's installing lvm2. He's running 2.4 and is on the way to reboot
into a 2.6 kernel where he needs the new tools for the first time.

Btw... in the package description you say:
 LVM2 is backwards-compatible with LVM1 (lvm10), and requires Linux
 kernel 2.4 or later
This is obviously not true, since it then would not fail to install on
2.4 or later kernels :)


regards
   Mario
-- 
Independence Day: Fortunately, the alien computer operating system works just
fine with the laptop. This proves an important point which Apple enthusiasts
have known for years. While the evil empire of Microsoft may dominate the
computers of Earth people, more advanced life forms clearly prefer Mac's.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: lvm2
Source-Version: 2.02.05-1

We believe that the bug you reported is fixed in the latest version of
lvm2, which is due to be installed in the Debian FTP archive:

clvm_2.02.05-1_amd64.deb
  to pool/main/l/lvm2/clvm_2.02.05-1_amd64.deb
lvm2-udeb_2.02.05-1_amd64.udeb
  to pool/main/l/lvm2/lvm2-udeb_2.02.05-1_amd64.udeb
lvm2_2.02.05-1.diff.gz
  to pool/main/l/lvm2/lvm2_2.02.05-1.diff.gz
lvm2_2.02.05-1.dsc
  to pool/main/l/lvm2/lvm2_2.02.05-1.dsc
lvm2_2.02.05-1_amd64.deb
  to pool/main/l/lvm2/lvm2_2.02.05-1_amd64.deb
lvm2_2.02.05.orig.tar.gz
  to pool/main/l/lvm2/lvm2_2.02.05.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank [EMAIL PROTECTED] (supplier of updated lvm2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 18:20:01 +
Source: lvm2
Binary: clvm lvm2-udeb lvm2
Architecture: source amd64
Version: 2.02.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team [EMAIL PROTECTED]
Changed-By: Bastian Blank [EMAIL PROTECTED]
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Closes: 358305 358373
Changes: 
 lvm2 (2.02.05-1) unstable; urgency=low
 .
   * New upstream version.
   * Don't longer disallow installation on older kernels. (closes: #358373)
   * Explicitely link libpthread. (closes: #358305)
Files: 
 8f9ea344454323ce1c7e315a322992f0 797 admin optional lvm2_2.02.05-1.dsc
 335adba760dc0c0d13bc3e0501ede594 485879 admin optional lvm2_2.02.05.orig.tar.gz
 c8602e24a69cea5daf16800d4ee91603 19736 admin optional lvm2_2.02.05-1.diff.gz
 3ccf2c73ef16a2d46c273f716aacb39f 305866 admin optional lvm2_2.02.05-1_amd64.deb
 9d900476603a807878ee72bc4ed9fc41 201458 debian-installer optional 
lvm2-udeb_2.02.05-1_amd64.udeb
 28bd26c9c00c3dfb7fa57b1213ed7f3b 192824 admin extra clvm_2.02.05-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkRk0ukACgkQLkAIIn9ODhHUdgCgpqEu0vcN77CoK2v1Qe6x97Rv
kkQAnRhszpgTUuGIed2Fc0npRqdu4/Z3
=KxA0
-END PGP SIGNATURE-

---End Message---


Bug#362604: marked as done (Will need rebuild against new evolution-data-server)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 11:42:18 -0700
with message-id [EMAIL PROTECTED]
and subject line Will need rebuild against new evolution-data-server
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libmultisync-plugin-evolution
Version: 0.82-5.2
Severity: important

Hello :)

During the next days evolution 2.6 and friends will (finally) be
uploaded to unstable. Evolution-data-server 1.6 contains so-name-bumps
for the following libraries:
- libexchange-storage1.2
- libegroupwise1.2
- libedataserver1.2
- libcamel1.2

Your package depends on one of these libs and will therefore need to be
rebuilt against the new version.

This version of e-d-s has already been in experimental for a 11 days, so
if you want to, you can test your package against the experimental
version while waiting for the upload :)

Cheers :)
Heikki


---End Message---
---BeginMessage---
The opensync-plugin-evolution and multisync packages have both been queued
for binNMUs on the autobuilders to rebuild against libedataserver1.2-7.  No
further maintainer action should be required to resolve these bugs.

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


signature.asc
Description: Digital signature
---End Message---


Processed: found 343796 in 0.9.1-1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343796 0.9.1-1
Bug#343796: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 0.9.1-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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#366960: marked as done (lib/kernel not present in erlang-base)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 20:56:22 +0200
with message-id [EMAIL PROTECTED]
and subject line Fwd: Bug#366960: lib/kernel not present in erlang-base
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---

Package: erlang-base
Version: 1:10.b.9-3 and 1:10.b.7-1.1
Severity: grave

package erlang-base-hipe include lib/kernel, but non hipe supported 
architectures need to install erlang-base. that package does not 
include lib/kernel.

Erlang can not start.


---End Message---
---BeginMessage---

closing the bug now

Torsten

-- Forwarded message --
From: Christophe Romain [EMAIL PROTECTED]
Date: May 12, 2006 8:53 PM
Subject: Re: Bug#366960: lib/kernel not present in erlang-base
To: Torsten Werner [EMAIL PROTECTED]
Cc: Francois-Denis Gonthier [EMAIL PROTECTED]



On 12 mai 06, at 20:31, Torsten Werner wrote:


dpkg -c /tmp/erlang-base_10.b.9-3_mipsel.deb | grep kernel | head


i'm sorry i don't understand what happened.
i have the problem on 10.b.7-1.1 packages.
10.b.9-3 seems correct.
---End Message---


Bug#362608: marked as done (Will need rebuild against new evolution-data-server)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 11:36:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Will need rebuild against new evolution-data-server
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: hdate-applet
Version: 0.15.6-4
Severity: important

Hello :)

During the next days evolution 2.6 and friends will (finally) be
uploaded to unstable. Evolution-data-server 1.6 contains so-name-bumps
for the following libraries:
- libexchange-storage1.2
- libegroupwise1.2
- libedataserver1.2
- libcamel1.2

Your package depends on one of these libs and will therefore need to be
rebuilt against the new version.

This version of e-d-s has already been in experimental for a 11 days, so
if you want to, you can test your package against the experimental
version while waiting for the upload :)

Cheers :)
Heikki


---End Message---
---BeginMessage---
BinNMUs have been queued on all architectures to rebuild hdate-applet
against the new e-d-s.  Fixed packages should become available within a day
or two; no further maintainer action should be required on this bug.

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


Bug#362602: marked as done (Will need rebuild against new evolution-data-server)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 11:42:18 -0700
with message-id [EMAIL PROTECTED]
and subject line Will need rebuild against new evolution-data-server
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: opensync-plugin-evolution
Version: 0.18-1
Severity: important

Hello :)

During the next days evolution 2.6 and friends will (finally) be
uploaded to unstable. Evolution-data-server 1.6 contains so-name-bumps
for the following libraries:
- libexchange-storage1.2
- libegroupwise1.2
- libedataserver1.2
- libcamel1.2

Your package depends on one of these libs and will therefore need to be
rebuilt against the new version.

This version of e-d-s has already been in experimental for a 11 days, so
if you want to, you can test your package against the experimental
version while waiting for the upload :)

Cheers :)
Heikki


---End Message---
---BeginMessage---
The opensync-plugin-evolution and multisync packages have both been queued
for binNMUs on the autobuilders to rebuild against libedataserver1.2-7.  No
further maintainer action should be required to resolve these bugs.

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


signature.asc
Description: Digital signature
---End Message---


Processed: found 343781 in 1.0.13-1, closing 343781

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343781 1.0.13-1
Bug#343781: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 1.0.13-1.

 close 343781 1.0.15-1
Bug#343781: Please upgrade build depends to libmysqlclient15-dev
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1.0.15-1, send any further explanations to 
Christian Hammers [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343807 in 7.4.357-1, closing 343807

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343807 7.4.357-1
Bug#343807: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 7.4.357-1.

 close 343807 7.4.357-1.1
Bug#343807: Please upgrade build depends to libmysqlclient15-dev
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 7.4.357-1.1, send any further explanations to 
Christian Hammers [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 343798 in 1.70-1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 343798 1.70-1
Bug#343798: Please upgrade build depends to libmysqlclient15-dev
Bug marked as found in version 1.70-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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#367009: nfs-common - fails to upgrade

2006-05-12 Thread Bastian Blank
Package: nfs-common
Version: 1.0.7-14
Severity: grave

nfs-common fails to upgrade:

| Setting up nfs-common (1.0.7-14) ...
| Stopping NFS common utilities: statd.
| Starting NFS common utilities: statdinvoke-rc.d: initscript nfs-common, 
action restart failed.
| dpkg: error processing nfs-common (--configure):
|  subprocess post-installation script returned error exit status 1

Bastian

-- 
If I can have honesty, it's easier to overlook mistakes.
-- Kirk, Space Seed, stardate 3141.9



Bug#364449: [powerdns-debian] Bug#364449: pdns-recursor: nsd-recursor forgets root hints, all resolve requests fail with SERVFAIL

2006-05-12 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tommi Virtanen wrote:
 Package: pdns-recursor
 Version: 2.9.20-1+b1
 Severity: grave
 Justification: renders package unusable
 
 
 Severity is grave because it seems this happens a lot, and it happens
 100% reliably for me.
 
 The symptom is that the recursor starts answering all requests with
 SERVFAIL. It seems that this is because it forgets its root hints,
 and has no root servers left to query.
 
 $ sudo /usr/sbin/pdns_recursor --daemon=no --trace
 Apr 23 15:52:22 PowerDNS recursor 2.9.20 (C) 2001-2006 PowerDNS.COM BV (Apr  
 6 2006, 06:46:44, gcc 4.0.3 (Debian 4.0.3-1)) starting up
 Apr 23 15:52:22 Operating in 32 bits mode
 Apr 23 15:52:22 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free 
 software, and you are welcome to redistribute it according to the terms of 
 the GPL version 2.
 Apr 23 15:52:22 Sending UDP queries from 0.0.0.0:19261
 Apr 23 15:52:22 Listening for UDP queries on 127.0.0.1:53
 Apr 23 15:52:22 Listening for TCP queries on 127.0.0.1:53
 Apr 23 15:52:22 Done priming cache with root hints
 Apr 23 15:52:23 : No cache hit for '|NS', trying to find an appropriate NS 
 record
 Apr 23 15:52:23 : Checking if we have NS in cache for ''
 Apr 23 15:52:23 : our root expired, repriming from hints and retrying
 Apr 23 15:52:23 : Checking if we have NS in cache for ''
 Apr 23 15:52:23 : our root expired, repriming from hints and retrying
 Apr 23 15:52:23 : Cache consultations done, have 0 NS to contact
 Apr 23 15:52:23 : Nameservers:
 Apr 23 15:52:23 : Failed to resolve via any of the 0 offered NS
 Apr 23 15:52:23 : failed
 Apr 23 15:52:23 Failed to update . records, RCODE=2
 
 
 While this does not completetly match upstream's description (mostly
 because it happens even with --trace), it might very well be this:
 
 http://wiki.powerdns.com/projects/trac/changeset/658
 http://blog.netherlabs.nl/articles/page/2
 
 I wasn't able to get a newer upstream version to compile cleanly, so I
 don't know if this is in fact already fixed or not.
 

Hi,

Can you try the new version of pdns-recursor available in the archive ?
(Version 3.0.1-1)

Regards,

Matthijs Mohlmann

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEZOf62n1ROIkXqbARAjD4AJ0aPXxDhdTxIGPYm8g//5ZHNGrRgACgp5Hh
pmygrgShaRmxobMzAztdM8A=
=YD+K
-END PGP SIGNATURE-



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



Bug#366870: raggle: crash at startup

2006-05-12 Thread Jose H. Espinosa

Hi Michael,

This is all what I have in ncurses in my machine

[ [EMAIL PROTECTED]: ] dpkg -l *ncurses*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
pn  evms-ncurses  none(no
description available)
un  libncurses-devnone(no
description available)
pn  libncurses-ruby   none(no
description available)
ii  libncurses-ruby1.81.0-2 ruby
Extension for the ncurses C library
pn  libncurses4   none(no
description available)
ii  libncurses5   5.5-1.1   Shared
libraries for terminal handling
pn  libncurses5-dbg   none(no
description available)
ii  libncurses5-dev   5.5-1.1
Developer's libraries and docs for ncurses
ii  libncursesw5  5.5-1.1   Shared
libraries for terminal handling (wide character support)
pn  libncursesw5-dbg  none(no
description available)
pn  libncursesw5-dev  none(no
description available)
un  ncurses   none(no
description available)
ii  ncurses-base  5.5-1.1
Descriptions of common terminal types
ii  ncurses-bin   5.5-1.1
Terminal-related programs and man pages
un  ncurses-dev   none(no
description available)
un  ncurses-developer none(no
description available)
pn  ncurses-hexedit   none(no
description available)
un  ncurses-runtime   none(no
description available)
ii  ncurses-term  5.5-1.1
Additional terminal type definitions

I also installed raggle 4.0-2 and get the same error so it is not
raggle's fault.  So it must be something on ncurses but I can't figure
out what.  What sould I remove/install/reinstall?

Thanks a lot!!

Jose


On 5/12/06, Michael Ablassmeier [EMAIL PROTECTED] wrote:

hi again,

On Fri, May 12, 2006 at 10:06:45AM +0200, Michael Ablassmeier wrote:
 On Thu, May 11, 2006 at 11:58:35AM -0700, Jose H. Espinosa wrote:
  $raggle
  Raggle: Loading config...
  Raggle: Loading feed list...
  Raggle: Loading theme...
  /usr/bin/raggle:4221:in `init': uninitialized constant
  Raggle::Interfaces::NcursesInterface::Ncurses (NameError)
from /usr/bin/raggle:5613:in `main'
from /usr/bin/raggle:6656
 
  $
 
  I haven't used or installed raggle before on this machine.  I just
  install it today for the first time.

 im sorry to say im unable to reproduce this failure. Ive just
 debootstraped a clean etch chroot and installed raggle, works out of the
 box. According to the error message, there seems to be something messy
 with the Ncurses Interface. What version of ruby does your installed
 raggle use? Is libncurses-ruby1.8 the latest version and cleanly
 installed?

said that, the only way i can reproduce this bug is by removing
ncurses.rb:

 [EMAIL PROTECTED]:~$ sudo rm /usr/lib/ruby/1.8/ncurses.rb
 [EMAIL PROTECTED]:~$ raggle
 Raggle: Loading config...
 Raggle: Loading feed list...
 Raggle: Loading theme...
 /usr/bin/raggle:4221:in `init': uninitialized constant
 Raggle::Interfaces::NcursesInterface::Ncurses (NameError)
   from /usr/bin/raggle:5613:in `main'
   from /usr/bin/raggle:6656

so it seems that you either have a ruby version in your path for which
no ncurses library has been installed or some files the libncurses
package includes are missing.

bye,
   - michael





Bug#367022: sqlrelay: several binary packages uninstallable on most arches

2006-05-12 Thread Filipus Klutiero
Package: sqlrelay
Version: 1:0.37-1
Severity: grave
Justification: renders package unusable

Several binary packages built from sqlrelay such as libdbd-sqlrelay-perl
are currently uninstallable in unstable on most arches due to a
dependency on sqlrelay (= 1:0.37-1), including i386. This problem
appeared since binNMUs happened, bumping the binary package sqlrelay's
version to 1:0.37-1+b1.

This is keeping the fix for #343805 to reach testing, which is the worst
remaining blocker for the removal of MySQL 4.1 from Etch. A simple
source upload would be appreciated.


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



Bug#367005: marked as done (6tunnel - FTBFS: Missing build dependency)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 14:17:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#367005: fixed in 6tunnel 0.11rc2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: 6tunnel
Version: 0.11rc2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of 6tunnel_0.11rc2-1 on debian01 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 5.0.0)
[...]
  debian/rules build
 dh_testdir
 ./autogen.sh
 ./autogen.sh: line 2: autoconf: command not found
 ./autogen.sh: line 3: ./configure: Permission denied
 make: *** [config.status] Error 126
 **
 Build finished at 20060512-2023
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: 6tunnel
Source-Version: 0.11rc2-2

We believe that the bug you reported is fixed in the latest version of
6tunnel, which is due to be installed in the Debian FTP archive:

6tunnel_0.11rc2-2.diff.gz
  to pool/main/6/6tunnel/6tunnel_0.11rc2-2.diff.gz
6tunnel_0.11rc2-2.dsc
  to pool/main/6/6tunnel/6tunnel_0.11rc2-2.dsc
6tunnel_0.11rc2-2_i386.deb
  to pool/main/6/6tunnel/6tunnel_0.11rc2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Seyrat [EMAIL PROTECTED] (supplier of updated 6tunnel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 22:48:11 +0200
Source: 6tunnel
Binary: 6tunnel
Architecture: source i386
Version: 0.11rc2-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Seyrat [EMAIL PROTECTED]
Changed-By: Thomas Seyrat [EMAIL PROTECTED]
Description: 
 6tunnel- TCP proxy for non-IPv6 applications
Closes: 367005
Changes: 
 6tunnel (0.11rc2-2) unstable; urgency=low
 .
   * Add build dependency on autoconf (closes: #367005)
Files: 
 24f032f695baa6e63533e86dbe6426f7 578 net optional 6tunnel_0.11rc2-2.dsc
 be919fc378bd2c42d63498a521a759bd 1653 net optional 6tunnel_0.11rc2-2.diff.gz
 5471e156d43755878763ec51a86ac1aa 12810 net optional 6tunnel_0.11rc2-2_i386.deb

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

iD8DBQFEZPc+G7q+HrSg3okRAhSdAJ0fdfQhcG3XXLvWShH2LG2ei5q6SQCeJs61
AaP9U7Av2XZDAZ4hqtoUqfw=
=9SO9
-END PGP SIGNATURE-

---End Message---


Bug#367024: Licences conflict: Ruby under pure GPL with OpenSSL Licence

2006-05-12 Thread Aurélien GÉRÔME
Package: libopenssl-ruby1.8
Version: 1.8.2-7sarge2
Severity: serious

The binary package libopenssl-ruby1.8 (pure GPL) depends on libssl0.9.7
(OpenSSL Licence). Those 2 licences conflict due to a clause in
OpenSSL Licence which has to be added to the GPL.

Some other packages, lftp and ircd-hybrid for instance, have
deactivated SSL support due to that conflict.

Though the following may apply to other libopenssl-ruby*, i.e.
libopenssl-ruby1.6 and libopenssl-ruby1.9, I open just one bug
for now...

The binary package libopenssl-ruby1.8 should not be distributed
anymore, except if the upstream author alters the GPL by adding what
the OpenSSL Licence paragraph 3 and 6 require:

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit. (http://www.openssl.org/)

Cheers.
-- 
((__,--,__))  Aurélien GÉRÔME   .---.
 `--)~   ~(--`   Free Software Developer  / \
.-'(   )`-.  Unix Sys  Net Admin [EMAIL PROTECTED]@./
`~~`@)   (@`~~`   /`\_/`\
| |.''`. //  _  \\
| |   : :'  :   | \ )|_
(8___8)   `. `'`   /`\_`  _/ \
 `---`  `- \__/'---'\__/
BOFH excuse #108: The air conditioning water supply pipe ruptured
over the machine room


signature.asc
Description: Digital signature


Bug#366948: xfig can't find fonts

2006-05-12 Thread Steve Langasek

On Fri, May 12, 2006 at 11:25:43PM +1200, Bruce MacDonald wrote:
 Hi, Thanks for you help. The font path is:

 Font Path:
   
 /usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/

What version of x11-common do you have installed?

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


signature.asc
Description: Digital signature


Processed: Fixed in NMU of ctwm 3.7-2.1

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 364239 + fixed
Bug#364239: ctwm: uninstallable, FTBFS with Xorg 7.0
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: help

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 364590 + help
Bug#364590: xpenguins-applet: crashes gnome-panel in gnome 2.14
There were no tags set.
Tags added: help

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: setting package to cdbs, tagging 365085, tagging 365257

2006-05-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.16
 package cdbs
Ignoring bugs not assigned to: cdbs

 tags 365085 + pending
Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk
Tags were: fixed patch
Tags added: pending

 tags 365257 + pending
Bug#365257: cdbs: shouldn't run install target for python-mylib-doc packages
Tags were: confirmed patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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#365147: xbubble: Patch for this problem

2006-05-12 Thread Martin Quinson
Fixed in 0.5.11.2 upstream, released 5 minutes ago.

Thanks for the patch, I didn't find the time to investigate the issue.

Bye, Mt.

On Fri, May 12, 2006 at 05:03:00PM +0200, Bas Wijnen wrote:
 Package: xbubble
 Followup-For: Bug #365147
 
 Here's a patch which fixes the problem.  autoconf must be rerun after
 patching before building the package.
 
 The problem was that with the new X, the libraries don't need any flags
 anymore, so x_libraries was empty.
 
 --- configure.ac.orig 2006-05-12 16:59:22.0 +0200
 +++ configure.ac  2006-05-12 16:59:45.0 +0200
 @@ -28,7 +28,9 @@ fi
  if test x$x_includes != x; then
CPPFLAGS=$CPPFLAGS -I$x_includes
  fi
 -LIBS=-L$x_libraries $LIBS
 +if test x$x_libraries != x; then
 +  LIBS=-L$x_libraries $LIBS
 +fi
  AC_CHECK_LIB(X11, XOpenDisplay,,[AC_MSG_ERROR([cannot find libX11 !])])
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.11
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 
 
 

-- 
The only stupid question is the unasked one.


signature.asc
Description: Digital signature


Bug#364920: /etc/reader.conf.d/libetoken is wrong (DEVICENAME incorrect)

2006-05-12 Thread Javier Fernández-Sanguino Peña
On Wed, Apr 26, 2006 at 06:33:12PM +0200, Ludovic Rousseau wrote:
 Note that I am ready to NMU your package if you do not respond within one
 week since the bug is RC.

Please go ahead.

 Your prerm script can be removed now since the file
 /etc/reader.conf.d/libetoken will not be created now

It might be necessary to remove the file if it exists from previous release
too right?

Javier


signature.asc
Description: Digital signature


Bug#360827: marked as done (pcsx-bin: invalid use of psxHu{32, 16} instead of psxHu{32, 16}ref gives compilation error on big-endian systems)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 15:32:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#360827: fixed in pcsx 1:1.699df-rc2-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: pcsx-bin
Version: 1:1.6-3
Severity: serious
Tags: patch
Justification: no longer builds from source


When the previously reported endianness detection problem is fixed,
it turns out that the big endian version of the code doesn't build,
due to some incorrect uses of the macros psxHu32 and psxHu16.  The
following patch solves the problem by using psxHu32ref and psxHu16ref
instead, as already established in other parts of the code.


diff -ur ./CdRom.c /home/marcus/hack/pcsx-1.6.orig/CdRom.c
--- ./CdRom.c   2003-05-21 16:05:59.0 +0200
+++ /home/marcus/hack/pcsx-1.6.orig/CdRom.c 2006-04-04 23:15:08.763266000 
+0200
@@ -548,7 +548,7 @@
}
 
if (cdr.Stat != NoIntr  cdr.Reg2 != 0x18) {
-   psxHu32(0x1070)|= SWAP32((u32)0x4);
+   psxHu32ref(0x1070)|= SWAP32((u32)0x4);
psxRegs.interrupt|= 0x8000;
}
 
diff -ur ./PsxHw.c /home/marcus/hack/pcsx-1.6.orig/PsxHw.c
--- ./PsxHw.c   2003-05-21 16:06:15.0 +0200
+++ /home/marcus/hack/pcsx-1.6.orig/PsxHw.c 2006-04-04 23:16:48.170121000 
+0200
@@ -26,8 +26,8 @@
 #endif
 
 void psxHwReset() {
-   if (Config.Sio) psxHu32(0x1070) |= 0x80;
-   if (Config.SpuIrq) psxHu32(0x1070) |= 0x200;
+   if (Config.Sio) psxHu32ref(0x1070) |= SWAP32(0x80);
+   if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAP32(0x200);
 
memset(psxH, 0, 0x1);
 
@@ -399,16 +399,16 @@
 #ifdef PSXHW_LOG
PSXHW_LOG(IREG 16bit write %x\n, value);
 #endif
-   if (Config.Sio) psxHu16(0x1070) |= SWAPu16(0x80);
-   if (Config.SpuIrq) psxHu16(0x1070) |= SWAPu16(0x200);
-   psxHu16(0x1070) = SWAPu16((psxHu16(0x1074)  value));
+   if (Config.Sio) psxHu16ref(0x1070) |= SWAPu16(0x80);
+   if (Config.SpuIrq) psxHu16ref(0x1070) |= SWAPu16(0x200);
+   psxHu16ref(0x1070) = SWAPu16((psxHu16(0x1074)  
value));
return;
 
case 0x1f801074:
 #ifdef PSXHW_LOG
PSXHW_LOG(IMASK 16bit write %x\n, value);
 #endif
-   psxHu16(0x1074) = SWAPu16(value);
+   psxHu16ref(0x1074) = SWAPu16(value);
psxRegs.interrupt|= 0x8000;
return;
 
diff -ur ./PsxHw.h /home/marcus/hack/pcsx-1.6.orig/PsxHw.h
--- ./PsxHw.h   2003-05-21 14:52:49.0 +0200
+++ /home/marcus/hack/pcsx-1.6.orig/PsxHw.h 2006-04-04 23:15:28.086899000 
+0200
@@ -49,7 +49,8 @@
 #defineDMA_INTERRUPT(n) \
if (HW_DMA_ICR  (1  (16 + n))) { \
HW_DMA_ICR|= (1  (24 + n)); \
-   psxHu32(0x1070) |= 8; psxRegs.interrupt|= 0x8000; \
+   psxHu32ref(0x1070) |= SWAP32(8);\
+   psxRegs.interrupt|= 0x8000; \
}
 
 



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8dma
Locale: LANG=C, LC_CTYPE=sv_SE (charmap=ISO-8859-1)

Versions of packages pcsx-bin depends on:
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-5generic font configuration library
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libx11-6  6.9.0.dfsg.1-5 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-5 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-5 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-5 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-5 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client 

Bug#365284: xclips: please update for X11R7

2006-05-12 Thread Javier Fernández-Sanguino Peña
On Fri, Apr 28, 2006 at 08:12:43PM -0400, Aaron M. Ucko wrote:
 The attached patch addresses both issues; could you please apply it,
 or at least authorize an NMU?

Sure, go ahead and NMU. I've not been able to do so these weeks and might not
be able to through Debconf6.

Thanks for your help

Javier


signature.asc
Description: Digital signature


Bug#360836: marked as done (epiphany-browser: should depend on dbus-1-utils)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 16:02:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#360836: fixed in epiphany-browser 2.14.1-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: epiphany-browser
Version: 2.14.0-1
Severity: important

Hello,

In  order to  start  epiphany, dbus-1-utils  package  must be  installed
(which includes dbus-launch, needed for epiphany startup).

Regards,
Arnaud Fontaine

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

Versions of packages epiphany-browser depends on:
ii  gconf2   2.14.0-1GNOME configuration database syste
ii  gnome-icon-theme 2.12.1-2GNOME Desktop icon theme
ii  iso-codes0.49-1  ISO language, territory, currency
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libavahi-client3 0.6.9-6 Avahi client library
ii  libavahi-common3 0.6.9-6 Avahi common library
ii  libavahi-compat-howl00.6.9-6 Avahi Howl compatibility library
ii  libavahi-glib1   0.6.9-6 Avahi glib integration library
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-1The Bonobo UI library
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.61-5  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.61-5  simple interprocess messaging syst
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libfreetype6 2.1.10-3FreeType 2 font engine, shared lib
ii  libgcc1  1:4.1.0-1   GCC support library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgnome-desktop-2   2.14.0-1Utility library for loading .deskt
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.0-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-3The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.12.1-2GNOME 2.2 print architecture User
ii  libgnomeui-0 2.14.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.0-1GNOME virtual file-system (runtime
ii  libgnutls12  1.2.9-2 the GNU TLS library - runtime libr
ii  libgpg-error01.2-1   library for common error values an
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface
ii  libice6  6.9.0.dfsg.1-5  Inter-Client Exchange library
ii  libjpeg626b-12   The Independent JPEG Group's JPEG
ii  libmozjs0d   1.8.0.1-7   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  1.8.0.1-7   NetScape Portable Runtime Library
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5.1PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.9.0.dfsg.1-5  X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libstdc++6   4.1.0-1 The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.17-1Manage ASN.1 structures (runtime)
ii  libx11-6 6.9.0.dfsg.1-5  X Window System 

Bug#367036: kwave: should depend on aRts?

2006-05-12 Thread Frederik Schwarzer
Package: kwave
Version: 0.7.5-1
Severity: grave
Justification: renders package unusable


kwave gave me a dialog box sayign it needs aRts to run.
That was last week.
Tonight it crashes on startup.
I think it is on me not having aRts installed.
If I am right kwave should probably depend on aRts.


Console output:
==snip==
$ kwave

This is Kwave 0.7.5 (using KDE 3.4.3)
Benchmarking memcpy methods (smaller is better):
  libc memcpy() : 533026134
  linux kernel memcpy() : 519415515
  MMX optimized memcpy() : 442980634
  MMXEXT optimized memcpy() : 273004472
  using - 'MMXEXT optimized memcpy()'

aRts daemon isn't running. Starting it...
kwave: ERROR: Communication problem with kwave, it probably crashed.
KCrash: Application 'kwave' crashing...
==snip==

Then KDE crashmanager appeared and gave me the following backtrace:
==snip==
(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
[...]
[Thread debugging using libthread_db enabled]
[New Thread -1240660288 (LWP 10182)]
(no debugging symbols found)
[...]
[KCrash handler]
#5  0xb7b6d9ea in Arts::StartupManager::startup () from
/usr/lib/libmcop.so.1
#6  0xb7b93cb4 in Arts::Dispatcher::Dispatcher () from
/usr/lib/libmcop.so.1
#7  0xb5ee5ed8 in arts_backend_init () from
/usr/lib/libartscbackend.so.0
#8  0xb7dd72b9 in arts_init () from /usr/lib/libartsc.so.0
#9  0x08066027 in KwaveApp::initArts ()
#10 0x080661d6 in KwaveApp::KwaveApp ()
#11 0x08063274 in main ()
==snip==

regards

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

Versions of packages kwave depends on:
ii  kcontrol4:3.5.2-2+b1 control center for KDE
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  libarts1c2a 1.5.2-1  aRts sound system core components
ii  libartsc0   1.5.2-1  aRts sound system C support librar
ii  libasound2  1.0.11-3 ALSA library
ii  libaudiofile0   0.2.6-6  Open-source version of SGI's audio
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libflac++5  1.1.2-3.1Free Lossless Audio Codec - C++ ru
ii  libflac71.1.2-3.1Free Lossless Audio Codec - runtim
ii  libgcc1 1:4.1.0-4GCC support library
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libgsl0 1.8-1GNU Scientific Library (GSL) -- li
ii  libid3-3.8.3c2a 3.8.3-5  Library for manipulating ID3v1 and
ii  libmad0 0.15.1b-2.1  MPEG audio decoder library
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libvorbis0a 1.1.2-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.1.2-1  The Vorbis General Audio Compressi
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar

kwave recommends no packages.

-- no debconf information


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



  1   2   >