Bug#385044: marked as done (start-stop-daemon when used with --exec and --stop should warn loudly)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 07:48:23 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#385044: start-stop-daemon when used with --exec and --stop 
should warn loudly
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: dpkg
Version: 1.13.22
Severity: serious

start-stop-daemon's --stop option doesn't work when upgrading when
combined with --exec.  As most daemons these days have abandoned stop
in preinst, upgrade, start again in postinst in favour of upgrade,
restart in postinst, this means that upgraded daemons don't restart
themselves, but do upgrade to the latest version.  This means that
users may think their system is upgraded, when in reality, it is still
running the old binary.  In the worst case, it can cause two instances
of the daemon to be started.

This set of options should cause a noticeable warning when used, as it
really doesn't make sense unless one is making use of stop in
preinst, upgrade, start again in postinst.

Filing this as serious because recent security updates have been affected by
this, and if we don't get some visibility on the problem soon, it will be
too late to find many of the problems before etch is released.

-- 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.17.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dpkg depends on:
ii  coreutils5.97-3  The GNU core utilities
ii  libc62.3.6.ds1-3 GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 1.13.17


On Tue, Aug 29, 2006 at 12:09:23AM +0200, Nicolas François wrote:
 
 Based on the code and on the tests I did, this seems to work nicely.

Well, this just means that it is fixed in unstable, but still present in
Sarge.

From ChangeLog:

2006-03-20  Guillem Jover  [EMAIL PROTECTED]

* utils/start-stop-daemon.c [OSLinux] (pid_is_exec): Revert back to
take a struct stat instead of an execname. Get the filename pointed
by the '/proc/pid/exe' symlink, strip any ' (deleted)' string, and
stat that filename comparing the result with the new argument.


And from changelog.Debian:

dpkg (1.13.17) unstable; urgency=low
  [ Guillem Jover ]
  * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
the referred file pointed by the '/proc/pid/exe' symlink, stripping
any ' (deleted)' string and stating the result. Closes: #354867

I'm closing the bug with the right version. A fix in Sarge is probably not
needed.

Kind Regards,
-- 
Nekral
---End Message---


Bug#385101: dovecot segfaults after upgrade

2006-08-29 Thread Andrew Buckeridge
package: dovecot
version: 1.0.rc6-1
Severity: grave
Justification: Can not start dovecot.

console:
imap-login[8895]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4
imap-login[8897]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4
imap-login[8896]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4

/var/log/dovecot/logfile:
dovecot: 2006-08-29 13:23:59 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:23:59 Error: child 3838 (login) killed with signal 11
dovecot: 2006-08-29 13:23:59 Error: child 3840 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:14 Error: child 8800 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: child 8801 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:48 Error: child 8854 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: child 8855 (login) killed with signal 11
dovecot: 2006-08-29 13:26:18 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:26:18 Error: child 8895 (login) killed with signal 11

/var/log/dovecot/messages:
dovecot: 2006-08-29 13:23:58 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:13 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:47 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:26:17 Info: Dovecot v1.0.rc6 starting up

Using config from previous version.

dovecot.conf: -

protocols = imap
ssl_disable = yes
disable_plaintext_auth = no
log_path = /var/log/dovecot/logfile
info_log_path = /var/log/dovecot/messages
log_timestamp = %Y-%m-%d %H:%M:%S 
mail_extra_groups = mail
default_mail_env = mbox:%h/mail:INBOX=/var/mail/%u
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %v.%u
}
auth default {
  mechanisms = plain login
  passdb pam {
  }
  passdb shadow {
  }
  passdb ldap {
args =/etc/dovecot/dovecot-ldap.conf
  }
  userdb passwd {
  }
  userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
  }
  user = root
}
plugin {
}

dovecot-ldap.conf: -

hosts = 10.0.1.9:389
uris = ldap://10.0.1.9:389
dn = cn=admin,dc=ldap,dc=bgc,dc=com,dc=au
dnpass = THIS_WAS_A_SECRET
auth_bind_userdn = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au
ldap_version = 3
base = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au


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



Bug#345931: grub 0.97 doesn't work on several machines

2006-08-29 Thread Steve Langasek
On Mon, Aug 28, 2006 at 03:37:10PM +0200, Robert Millan wrote:

 Why don't we move [/usr]/sbin/grub to /usr/lib ?  Then we could even have a
 stub that echoes Use grub-install in /usr/sbin/grub.

I have no idea; is this something I should have an opinion on? :)  If you
don't mean for the binary to be invoked directly by an admin, then of course
/usr/lib is allowed/preferred under the FHS.

-- 
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: setting package to guessnet, tagging 384910

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

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

 tags 384910 + pending
Bug#384910: guessnet: FTBFS: Missing Build-Depends on 'pkg-config'
Tags were: 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#384168: marked as done (does not install on ACPI systems without acpid)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Mon, 28 Aug 2006 23:03:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#384168: fixed in powersave 0.12.20-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: powersaved
Version: 0.12.20-1
Severity: serious

The powersaved init script will not start if acpid is not running.  It
shows a helpful message about this, but I expect that package dependencies
and maintainer scripts are used to automate package installation.

So if acpid is indeed required, then this package must depend on it.
If not, the init script or postinst script must be in written in a way
that it does not fail on installation.

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

Versions of packages powersaved depends on:
ii  adduser   3.96   Add and remove users and groups
ii  dbus  0.62-4 simple interprocess messaging syst
ii  hal   0.5.7-2Hardware Abstraction Layer
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcpufreq0   002-1  shared library to deal with the cp
ii  libdbus-1-2   0.62-4 simple interprocess messaging syst
ii  libdbus-glib-1-2  0.62-4 simple interprocess messaging syst
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libglib2.0-0  2.10.3-3   The GLib library of C routines
ii  libhal1   0.5.7-2Hardware Abstraction Layer - share
ii  libpowersave100.12.20-1  power management daemon - shared l
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libsysfs2 2.0.0-7interface library to sysfs
ii  lsb-base  3.1-14 Linux Standard Base 3.1 init scrip

Versions of packages powersaved recommends:
pn  acpid none (no description available)
ii  grub  0.97-13GRand Unified Bootloader
ii  hdparm6.6-1  tune hard disk parameters for high
pn  kpowersavenone (no description available)

-- no debconf information

---End Message---
---BeginMessage---
Source: powersave
Source-Version: 0.12.20-2

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

libpowersave-dev_0.12.20-2_amd64.deb
  to pool/main/p/powersave/libpowersave-dev_0.12.20-2_amd64.deb
libpowersave-dev_0.12.20-2_i386.deb
  to pool/main/p/powersave/libpowersave-dev_0.12.20-2_i386.deb
libpowersave-dev_0.12.20-2_sparc.deb
  to pool/main/p/powersave/libpowersave-dev_0.12.20-2_sparc.deb
libpowersave10_0.12.20-2_amd64.deb
  to pool/main/p/powersave/libpowersave10_0.12.20-2_amd64.deb
libpowersave10_0.12.20-2_i386.deb
  to pool/main/p/powersave/libpowersave10_0.12.20-2_i386.deb
libpowersave10_0.12.20-2_sparc.deb
  to pool/main/p/powersave/libpowersave10_0.12.20-2_sparc.deb
powersave_0.12.20-2.diff.gz
  to pool/main/p/powersave/powersave_0.12.20-2.diff.gz
powersave_0.12.20-2.dsc
  to pool/main/p/powersave/powersave_0.12.20-2.dsc
powersaved_0.12.20-2_amd64.deb
  to pool/main/p/powersave/powersaved_0.12.20-2_amd64.deb
powersaved_0.12.20-2_i386.deb
  to pool/main/p/powersave/powersaved_0.12.20-2_i386.deb
powersaved_0.12.20-2_sparc.deb
  to pool/main/p/powersave/powersaved_0.12.20-2_sparc.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 powersave 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: Tue,  4 Jul 2006 02:04:01 +0200
Source: powersave
Binary: libpowersave-dev libpowersave10 powersaved
Architecture: source i386 amd64 sparc
Version: 0.12.20-2
Distribution: unstable
Urgency: medium
Maintainer: 

Bug#385077: marked as done (php5-pgsql: Will not connect to PostgreSQL 8.1)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 08:27:36 +0200
with message-id [EMAIL PROTECTED]
and subject line [php-maint] Bug#385077: php5-pgsql: Will not connect to 
PostgreSQL  8.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: php5-pgsql
Version: 5.1.4-0.1
Severity: grave
Justification: renders package unusable

The package will not connect to PostgreSQL 8.1; the connection fails 
with the following error:

Warning: pg_connect() [function.pg-connect]: Unable to connect to 
PostgreSQL server: could not connect to server: No such file or 
directory Is the server running locally and accepting connections on 
Unix domain socket /var/run/postgresql/.s.PGSQL.5432?

However, PostgreSQL is running and listening for connections; the 
PostgreSQL utilities, such as psql, connect with out trouble. The 
contents of /var/run/postgresql is:

[EMAIL PROTECTED]:/var/run/postgresql$ ls -a
..  ..  8.1-main.pid  .s.PGSQL.5433  .s.PGSQL.5433.lock
[EMAIL PROTECTED]:/var/run/postgresql$ 

As you can see, the filenames differ by a single number (5432 vs 5433). 
However, this bug makes the package useless for connecting to version 
8.1 of PostgreSQL.

 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.4.27-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages php5-pgsql depends on:
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  libapache2-mod-php5 [phpapi- 5.1.4-0.1   server-side, HTML-embedded scripti
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libpq4   8.1.4-6 PostgreSQL C client library
ii  php5-common  5.1.4-0.1   Common files for packages built fr

php5-pgsql recommends no packages.

-- debconf information:
  php5/extension_pgsql_apache2: true
  php5/remove_extension: true
  php5/add_extension: true

---End Message---
---BeginMessage---
On Mon, 2006-08-28 at 14:16 -0700, Tyler Riddle wrote:
 Package: php5-pgsql
 Version: 5.1.4-0.1
 Severity: grave
 Justification: renders package unusable
 
 The package will not connect to PostgreSQL 8.1; the connection fails 
 with the following error:

The package will not connect to any version of PostgreSQL if you change
default port and not use port number when connecting.

 [EMAIL PROTECTED]:/var/run/postgresql$ ls -a
 ..  ..  8.1-main.pid  .s.PGSQL.5433  .s.PGSQL.5433.lock
 [EMAIL PROTECTED]:/var/run/postgresql$ 

Standard contents are:

total 4
drwxrwsr-x  2 postgres postgres  80 2006-08-24 18:57 .
drwxr-xr-x 10 root root 340 2006-08-25 16:30 ..
srwxrwxrwx  1 postgres postgres   0 2006-08-29 07:34 .s.PGSQL.5432
-rw---  1 postgres postgres  34 2006-08-29 07:34 .s.PGSQL.5432.lock

Add port=5433 to your connection string and you'll be fine.

Closing this bug, since it's invalid.

Ondrej.
-- 
Ondrej Sury [EMAIL PROTECTED]


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


Bug#384418: marked as done (Same problem, new file, FTBFS!)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Mon, 28 Aug 2006 23:17:22 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#384418: fixed in vnc4 4.1.1+X4.3.0-13
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: vnc4
Severity: serious
Tags: patch

gcc -c -O2 -ansi -pedantic -Wall -Wpointer-arith -Wundef
-fno-merge-constants -I../../../../../../programs/Xserver/hw/xfree86/common 
-I../../../../../../programs/Xserver/hw/xfree86/os-support -I. 
-I../../../../../../programs/Xserver/include
-I../../../../../../exports/include/X11 -I../../../../../../include/extensions 
-I../../../../../../programs/Xserver/hw/xfree86/os-support/shared  
-I../../../../../.. -I../../../../../../exports/include -I/usr/X11R6/include  
-Dlinux -D__sparc__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
-D_SVID_SOURCE -D_GNU_SOURCE
   -DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP   -DXCSECURITY -DTOGCUP   
-DXF86BIGFONT -DDPMSExtension -DPANORAMIX-DRENDER -DRANDR -DGCCUSESGAS 
-DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH 
-DXFreeXDGA -DXvExtension   -DXFree86LOADER  
-DXFree86Server-DXF86VIDMODE
   -DXvMCExtension  
   -DSMART_SCHEDULE-DBUILDDEBUG 
-DXResExtension-DX_BYTE_ORDER=X_BIG_ENDIAN -DNDEBUG 
 -DFUNCPROTO=15 -DNARROWPROTO-DUSESTDRES -DHAVE_SYSV_IPC   lnx_kbd.c
lnx_kbd.c:99:22: error: asm/kbio.h: No such file or directory
lnx_kbd.c: In function 'SetKbdRepeat':
lnx_kbd.c:185: warning: unused variable 'valid_delays'
lnx_kbd.c:179: warning: unused variable 'valid_rates'
lnx_kbd.c:169: warning: unused variable 'value'
lnx_kbd.c:168: warning: unused variable 'timeout'
lnx_kbd.c:167: warning: unused variable 'i'
make[8]: *** [lnx_kbd.o] Error 1
rm -f lnx_KbdMap.o

Make sure to remove the inclusion of that file, and it should
pass. Make a grep to make sure that it is not used anywhere else.
And also make sure that nothing in that file is sparc specific
and point to something in that file.

Regards,

// Ola

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---

---End Message---
---BeginMessage---
Source: vnc4
Source-Version: 4.1.1+X4.3.0-13

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

vnc4-common_4.1.1+X4.3.0-13_i386.deb
  to pool/main/v/vnc4/vnc4-common_4.1.1+X4.3.0-13_i386.deb
vnc4_4.1.1+X4.3.0-13.diff.gz
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-13.diff.gz
vnc4_4.1.1+X4.3.0-13.dsc
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-13.dsc
vnc4server_4.1.1+X4.3.0-13_i386.deb
  to pool/main/v/vnc4/vnc4server_4.1.1+X4.3.0-13_i386.deb
xvnc4viewer_4.1.1+X4.3.0-13_i386.deb
  to pool/main/v/vnc4/xvnc4viewer_4.1.1+X4.3.0-13_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.
Ola Lundqvist [EMAIL PROTECTED] (supplier of updated vnc4 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: Tue, 29 Aug 2006 07:29:02 +0200
Source: vnc4
Binary: vnc4-common vnc4server xvnc4viewer
Architecture: source i386
Version: 4.1.1+X4.3.0-13
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 vnc4-common - Virtual network computing server software
 vnc4server - Virtual network computing server software
 xvnc4viewer - Virtual network computing client software for X
Closes: 

Bug#385101: dovecot segfaults after upgrade

2006-08-29 Thread Fabio Tranchitella
Il giorno mar, 29/08/2006 alle 13.50 +0800, Andrew Buckeridge ha
scritto:
 package: dovecot
 version: 1.0.rc6-1
 Severity: grave
 Justification: Can not start dovecot.

Hi, could you please try dovecot-1.0.rc7 from
http://people.debian.org/~kobold/dovecot to see if the problem has been
solved with the new release candidate?

If it doesn't solve your problem, could you please run strace with
dovecot and send us the output?

Thanks,

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


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


Bug#384019: manual-copyright clarification

2006-08-29 Thread Stefano Zacchiroli
On Mon, Aug 28, 2006 at 11:25:00PM +0200, Bram Moolenaar wrote:
 None of the options is used.  Thus according to FSF this is a free
 license.

Good to know.

  additional major point, namely the license fails to pass the dissident
  test (see http://people.debian.org/~bap/dfsg-faq.html). The reason is
  that every modification to a document published under this license must
  be owned by an identified author. This is the verbatim text of the test:
 
 This is a bogus point in my opinion.  Since copyright is automatically
 given by creating something, every text should have the author mentioned
 and/or is automatically associated to it.  Thus this is actually implied
 in every created work, no matter if it is mentioned in the license or
 not, since law goes above a license.
 
 The solution is to use a fantasy name for the author.  There is nothing
 to stop someone from doing that, as far as I know.  And the license used
 is irrelevant.

It it not a bogus point, according to my interpretation of the license.
The text of the license states:

  All modified versions of documents covered by this license, including
  translations, anthologies, compilations and partial documents, must
  meet the following requirements:

  3. The person making the modifications must be identified and the
 modifications dated.

That identified to me sounds like forbidding the use of a fantasy
name; the dissident of the test will be breaking the license using a
fantasy name. Note that IANAL, nor one of the guy who decided the
license is not DFSG-free, still I can understand the point.

  We would probably be forced to remove the vim documentation from the
  debian distribution, moving it to non-free :-(((
 
 I think that's your problem.  Requiring authors to use exactly the
 license you approve of is actually close to dictatorial behavior.

It is our problem, but is also a problem for our users, and I believe it
would be a pity for the vim community as well. Note that we are not
requiring to use exactly a particular license, we have guidelines for
what we believe is free, and several licenses are free according to our
guidelines. OPL simply does not happen to be one of them.

 Please consider losing the rules a bit, so that you can actually claim
 to have a free operating system.

... it is free precisely as long as we have the rules :-)
YMMV.
Note also that we, as package maintainer of vim, have no particular
power in deciding whether the license is ok or not, it is a matter up to
the whole body of Debian developers.

  Could you please comment on that?
 
 In my opinion the docs go under a free license, I don't see a reason to
 change it.  And I actually can't change it, since I used text from Steve
 Oualline's book in the user manual, and that text uses this license.

Well, there is the way of contacting both the author and the publisher
to see if they agree to license the text also under the terms of some
other license. Note that I'm not asking you to do so, we can do that.
But that would be pointless if you're not interested in relicensing
under another license the part of the manual that you have written by
yourself. Are you interested in that?

Many thanks for this discussion,
Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-


signature.asc
Description: Digital signature


Bug#381380: #381380

2006-08-29 Thread Arno Aaldijk

I'm seeing the same problem here on an AMD64 etch installation:

# hal-device-manager
Traceback (most recent call last):
  File /usr/bin/hal-device-manager, line 15, in ?
from DeviceManager import DeviceManager
  File /usr/share/hal/device-manager/DeviceManager.py, line 6, in ?
import dbus
  File /usr/lib/python2.4/site-packages/dbus/__init__.py, line 1, in ?
from _dbus import *
  File /usr/lib/python2.4/site-packages/dbus/_dbus.py, line 48, in ?
from proxies import *
  File /usr/lib/python2.4/site-packages/dbus/proxies.py, line 2, in ?
import introspect_parser
  File /usr/lib/python2.4/site-packages/dbus/introspect_parser.py,
line 1, in ?
import libxml2
ImportError: No module named libxml2

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



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



Bug#383465: Contains obfuscated source code, DFSG violation?

2006-08-29 Thread Xavier Bestel
On Tue, 2006-08-29 at 01:39, Matthew Garrett wrote:
 Sorry? 12 of the files in the source tree contain explicit Nvidia 
 copyright statements. The others tend to have no copyrights at all, but 
 are generally written by Mark Vojkovich who is an nvidia employee. 

True. But as the driver is distributed under the MIT licence, I don't
think it has to be under the preferred form for modification. Unless
Debian requires it ?

Xav



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



Bug#383465: Contains obfuscated source code, DFSG violation?

2006-08-29 Thread Daniel Stone
On Tue, Aug 29, 2006 at 01:21:26AM +0200, Steinar H. Gunderson wrote:
 On Thu, Aug 17, 2006 at 02:12:17PM +0100, Matthew Garrett wrote:
  The nv driver appears to be heavily obfuscated and is effectively 
  The idea that nvidia do not posess an electronic list of register names 
  and offsets is entirely implausible. The only rational explanation is 
  that register information is postprocessed out in order to reduce 
  information leakage. 
 
 Or that nVidia never wrote the driver in the first place. I cannot find any
 nVidia copyrights on it -- it seems to have been reverse-engineered and then
 written up by the current copyright holders.

The output of the below has been tidied up a bit to remove duplicates:
[EMAIL PROTECTED]:~/x/xorg/driver/xf86-video-nv/src% for i in *.[ch]; do echo 
-n $i:\  ; grep Copyright $i || echo no copyright; done 
nv_const.h: no copyright
nv_cursor.c: |*   Copyright 2003 NVIDIA, Corporation.  All rights reserved. 
  *|
nv_dac.c: |*   Copyright 2003 NVIDIA, Corporation.  All rights reserved.
   *|
nv_dga.c: no copyright
nv_dma.h: |*   Copyright 2003 NVIDIA, Corporation.  All rights reserved.
   *|
nv_driver.c:  * Copyright 1996-1997  David J. McKay
nv_hw.c: |*   Copyright 1993-2003 NVIDIA, Corporation.  All rights 
reserved.  *|
nv_include.h: no copyright
nv_local.h: |*   Copyright 1993-2003 NVIDIA, Corporation.  All rights 
reserved.  *|
nv_proto.h: no copyright
nv_setup.c: |*   Copyright 2003 NVIDIA, Corporation.  All rights reserved.  
 *|
nv_shadow.c:Copyright (c) 1999,  The XFree86 Project Inc. 
nv_type.h: no copyright
nv_video.c: no copyright
nv_xaa.c: |*   Copyright 2003 NVIDIA, Corporation.  All rights reserved.
   *|
nvreg.h:  * Copyright 1996-1997  David J. McKay
nvvga.h:  * Copyright 1996-1997  David J. McKay
riva_const.h: no copyright
riva_cursor.c:  * Copyright 1996-1997  David J. McKay
riva_dac.c:  * Copyright 1996-1997  David J. McKay
riva_dga.c: no copyright
riva_driver.c:  * Copyright 1996-1997  David J. McKay
riva_hw.c: |*   Copyright 1993-1999 NVIDIA, Corporation.  All rights 
reserved.  *|
riva_hw.h: |*   Copyright 1993-1999 NVIDIA, Corporation.  All rights 
reserved.  *|
riva_include.h: no copyright
riva_local.h: |*   Copyright 1993-1999 NVIDIA, Corporation.  All rights 
reserved.  *|
riva_proto.h: no copyright
riva_setup.c:  * Copyright 1996-1997  David J. McKay
riva_shadow.c:Copyright (c) 1999,  The XFree86 Project Inc. 
riva_tbl.h: |*   Copyright 1993-1999 NVIDIA, Corporation.  All rights 
reserved.  *|
riva_type.h: no copyright
riva_xaa.c: |*   Copyright 1993-1999 NVIDIA, Corporation.  All rights 
reserved.  *|

So, of those, a few Riva files for the ancient Riva 128 chipset are
copyright David J. McKay as well as nvreg.h and nvvga.h,
riva_shadow.c and nv_shadow.c are copyright XFree86, and
riva_include.h, riva_proto.h, riva_type.h, riva_dga.c, riva_const.h,
nv_video.c, nv_type.h, nv_proto.h, nv_include.h, nv_dga.c,
and nv_const.h have no copyright.  The rest are NVIDIA.

riva_shadow.c and nv_shadow.c implement a 'shadow framebuffer' option,
which isn't about hardware access.  The files were almost certainly just
taken from some other driver, with a quick sed run.

Assuming the dates for David McKay's copyright run correct, they are
almost nine years old now.  nvreg.h does not actually contain register
definitions, but is a fairly trivial set of macros and declaration of a
few pointers to register locations (extern unsigned char *nvDAC, et al).
nvvga.h contains a register definition for the NV1, which was released
in 1995.  All the fun parts of the Riva driver -- and this is for an
ancient chip -- are in NVIDIA-copyrighted files, like riva_hw.c:
VGA_WR08(chip-PCIO, 0x3D4, 0x19); tmp = VGA_RD08(chip-PCIO, 0x3D5);
VGA_WR08(chip-PCIO, 0x3D5, (offset  0x01F) | (tmp  ~0x1F));
VGA_WR08(chip-PCIO, 0x3D4, 0x2D); tmp = VGA_RD08(chip-PCIO, 0x3D5);
VGA_WR08(chip-PCIO, 0x3D5, (offset  0x60) | (tmp  ~0x60));
and riva_tbl.h:
static unsigned nv3TablePRAMIN[][2] =
{
{0x0500, 0x0001},
{0x0501, 0x007F},
{0x0200, 0x8000},
{0x0201, 0x00C20341},
{0x0204, 0x8001},
[...]

But 'nv' is the interesting one, since that supports current
hardware, and nv_hw.c is the one with genius section such as:
cr11 = VGA_RD08(pNv-PCIO, 0x3D5);
if(Lock) cr11 |= 0x80;
else cr11 = ~0x80;
VGA_WR08(pNv-PCIO, 0x3D5, cr11);

Sadly this isn't even remotely out of the ordinary for the nv driver:
it's one of the most benign sections I could find in the first function
of nv_hw.c.

For recent history, looking at:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-nv.git;a=shortlog
you can see that all code commits have been made either by Aaron
Plattner (an NVIDIA employee, as you can see from his email address,
also you can google him on site:lists.freedesktop.org to see him
offering 

Bug#385101: dovecot segfaults after upgrade

2006-08-29 Thread Andrew Buckeridge
On Tue, 29 Aug 2006 09:21:44 +0200
Fabio Tranchitella [EMAIL PROTECTED] wrote:

 Il giorno mar, 29/08/2006 alle 13.50 +0800, Andrew Buckeridge ha
 scritto:
  package: dovecot
  version: 1.0.rc6-1
  Severity: grave
  Justification: Can not start dovecot.
 
 Hi, could you please try dovecot-1.0.rc7 from
 http://people.debian.org/~kobold/dovecot to see if the problem has been
 solved with the new release candidate?
Yes, it has been solved.  Running these binaries now: -
dovecot-common_1.0.rc7-1_i386.deb
dovecot-imapd_1.0.rc7-1_i386.deb
Thanks.
 
 If it doesn't solve your problem, could you please run strace with
 dovecot and send us the output?
 
 Thanks,
 
 -- 
 Fabio Tranchitella [EMAIL PROTECTED].''`.
 Proud Debian GNU/Linux developer, admin and user.: :'  :
  `. `'`
http://people.debian.org/~kobold/   `-
 _
 1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564
 


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



Bug#327618: marked as done (libqt4-dev: Missing dependency)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 10:44:48 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of qt4-x11 4.1.4-1.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: libqt4-dev
Version: 4.0.1-1
Severity: serious

Hi,

Your package has a QtSql.pc and Qt3Support.pc pkg-config file
included.  Packages using that fail to build because you're
atleast missing a dependency on libmysqlclient14-dev, and looks
like on libpq-dev too.  Maybe some others?


Kurt


---End Message---
---BeginMessage---
Version: 4.1.4-1.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  qt4-x11 (4.1.4-1.1) unstable; urgency=medium
  .
* Non-maintainer upload.
* Reintroduce the libpq-dev dependency, which seems to have been removed by
  mistake in 4.1.0-2. (Closes: #327618)

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


Bug#385111: drscheme: segmentation fault at startup

2006-08-29 Thread Alexander Vodomerov
Package: drscheme
Version: 1:352-3
Severity: grave
Justification: renders package unusable


When I prompt drscheme, it shows splash screen, then put some icons on
it and then crashes with segmentation fault (100% reproducible).

Here is the stack trace:

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

(gdb) run  -N /usr/bin/drscheme -ZmvqL- drscheme.ss drscheme
Starting program: /usr/bin/mred -N /usr/bin/drscheme -ZmvqL- drscheme.ss
drscheme
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0xb7c630e9 in GetDarkGray () from /usr/lib/libmred-352.so
(gdb) bt
#0  0xb7c630e9 in GetDarkGray () from /usr/lib/libmred-352.so
#1  0xb7c63e38 in GetDarkGray () from /usr/lib/libmred-352.so
#2  0xb7a29313 in RealizeWidget (widget=0xad80278) at
../../src/Intrinsic.c:306
#3  0xb7a2975e in XtRealizeWidget (widget=value optimized out) at
../../src/Intrinsic.c:385
#4  0xb7a2bdf0 in ManageChildren (children=0xbf9ff0a8, num_children=1,
parent=0xad80048, call_change_managed=0 '\0',
caller_func=0xb7a4ff48 xtManageChildren) at ../../src/Manage.c:287
#5  0xb7a2beae in XtManageChildren (children=0xbf9ff0a8, num_children=1)
at ../../src/Manage.c:332
#6  0xb7a2bfd6 in XtManageChild (child=0xad80278) at
../../src/Manage.c:352
#7  0xb7a4bd71 in XtVaCreateManagedWidget (name=0xb7cff025 button,
widget_class=0xb7d43ce0, parent=0xad80048) at ../../src/VarCreate.c:141
#8  0xb7cae9d1 in wxButton::Create () from /usr/lib/libmred-352.so
#9  0xb7caec04 in wxButton::wxButton () from /usr/lib/libmred-352.so
#10 0xb7b66395 in os_wxButton::os_wxButton () from
/usr/lib/libmred-352.so
#11 0xb7b66855 in os_wxButton::os_wxButton () from
/usr/lib/libmred-352.so
#12 0xb7e334af in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#13 0xb7b608a7 in operator new[] () from /usr/lib/libmred-352.so
#14 0xb7e334af in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#15 0xb7e4374f in scheme_clear_cc_ok () from /usr/lib/libmzscheme-352.so
#16 0xb7e43893 in scheme_force_value_same_mark () from
/usr/lib/libmzscheme-352.so
#17 0x081baefa in ?? ()
#18 0x0004 in ?? ()
#19 0x0841e5b1 in ?? ()
#20 0x0005 in ?? ()
#21 0x082cd3fc in ?? ()
#22 0x082cd438 in ?? ()
#23 0x03fc in ?? ()
#24 0xb7f3d538 in ?? () from /usr/lib/libmzscheme-352.so
#25 0xbf9ff994 in ?? ()
#26 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#27 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#28 0xb7e4374f in scheme_clear_cc_ok () from /usr/lib/libmzscheme-352.so
#29 0xb7e43893 in scheme_force_value_same_mark () from
/usr/lib/libmzscheme-352.so
#30 0x081babd8 in ?? ()
#31 0x0004 in ?? ()
#32 0x0866bbb2 in ?? ()
#33 0xb7e73ee8 in scheme_set_box () from /usr/lib/libmzscheme-352.so
#34 0x081baee2 in ?? ()
#35 0x0841e5b1 in ?? ()
#36 0x0005 in ?? ()
#37 0x082cd464 in ?? ()
#38 0x082cd4c4 in ?? ()
#39 0x0464 in ?? ()
#40 0xb7f3d538 in ?? () from /usr/lib/libmzscheme-352.so
#41 0xbf9ffc48 in ?? ()
#42 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#43 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#44 0xb7e4374f in scheme_clear_cc_ok () from /usr/lib/libmzscheme-352.so
#45 0xb7e4383e in scheme_force_value () from /usr/lib/libmzscheme-352.so
#46 0xb7e32e62 in _scheme_apply_multi_from_native () from
/usr/lib/libmzscheme-352.so
#47 0x081b9e2b in ?? ()
#48 0x0814a840 in ?? ()
#49 0x0003 in ?? ()
#50 0x082cd464 in ?? ()
#51 0x087d178a in ?? ()
#52 0xb7e73ee8 in scheme_set_box () from /usr/lib/libmzscheme-352.so
#53 0x081baee2 in ?? ()
#54 0x0841e5b1 in ?? ()
#55 0x0005 in ?? ()
#56 0x082cd4f0 in ?? ()
#57 0x082cd520 in ?? ()
#58 0x04f0 in ?? ()
#59 0xb7f3d538 in ?? () from /usr/lib/libmzscheme-352.so
#60 0xbf9fff24 in ?? ()
#61 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#62 0xb7e33ec5 in scheme_do_eval () from /usr/lib/libmzscheme-352.so
#63 0xb7e4374f in scheme_clear_cc_ok () from /usr/lib/libmzscheme-352.so
#64 0xb7e43893 in scheme_force_value_same_mark () from
/usr/lib/libmzscheme-352.so
#65 0x081babd8 in ?? ()
#66 0x0004 in ?? ()
#67 0x08be198c in ?? ()
#68 0xb7e73ee8 in scheme_set_box () from /usr/lib/libmzscheme-352.so
#69 0x081baee2 in ?? ()
#70 0x0841e5b1 in ?? ()
#71 0x082cd524 in ?? ()
#72 0x082cd524 in ?? ()
#73 0x082cd59c in ?? ()
#74 0x0a7e9ac0 in ?? ()
#75 0x082cd524 in ?? ()
#76 0xbf9fffe8 in ?? ()
#77 0x081bc512 in ?? ()
#78 0x0a56697e in ?? ()
#79 0xb7e73ee8 in scheme_set_box () from /usr/lib/libmzscheme-352.so
Previous frame 

Bug#385101: dovecot segfaults after upgrade

2006-08-29 Thread Fabio Tranchitella
Il giorno mar, 29/08/2006 alle 16.12 +0800, Andrew Buckeridge ha
scritto:
 Yes, it has been solved.  Running these binaries now: -
 dovecot-common_1.0.rc7-1_i386.deb
 dovecot-imapd_1.0.rc7-1_i386.deb

Fine, I'm uploading the packages.

Thanks for your tests, and have a nice day.

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


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


Bug#383465: Contains obfuscated source code, DFSG violation?

2006-08-29 Thread Daniel Stone
On Tue, Aug 29, 2006 at 09:53:34AM +0200, Xavier Bestel wrote:
 True. But as the driver is distributed under the MIT licence, I don't
 think it has to be under the preferred form for modification. Unless
 Debian requires it ?

Um, the subject is about a DFSG violation, not a licence violation.
According to -legal, everything must be provided with its pure, original
source -- the head of the coder that hand-wrote some firmware, the
instruments used to record any particular Ogg Vorbis track, et al.
Random hex constants are apparently not source in firmware (and thus
distribution of such is a violation of the DFSG), but I fail to see
how random hex constants are source here either.

Cheers,
Daniel


signature.asc
Description: Digital signature


Bug#385101: marked as done (dovecot segfaults after upgrade)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 02:02:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385101: fixed in dovecot 1.0.rc7-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: dovecot
version: 1.0.rc6-1
Severity: grave
Justification: Can not start dovecot.

console:
imap-login[8895]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4
imap-login[8897]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4
imap-login[8896]: segfault at 0010 rip 08054dd7 rsp 
dc8c error 4

/var/log/dovecot/logfile:
dovecot: 2006-08-29 13:23:59 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:23:59 Error: child 3838 (login) killed with signal 11
dovecot: 2006-08-29 13:23:59 Error: child 3840 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:14 Error: child 8800 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: child 8801 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:48 Error: child 8854 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: child 8855 (login) killed with signal 11
dovecot: 2006-08-29 13:26:18 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:26:18 Error: child 8895 (login) killed with signal 11

/var/log/dovecot/messages:
dovecot: 2006-08-29 13:23:58 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:13 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:47 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:26:17 Info: Dovecot v1.0.rc6 starting up

Using config from previous version.

dovecot.conf: -

protocols = imap
ssl_disable = yes
disable_plaintext_auth = no
log_path = /var/log/dovecot/logfile
info_log_path = /var/log/dovecot/messages
log_timestamp = %Y-%m-%d %H:%M:%S 
mail_extra_groups = mail
default_mail_env = mbox:%h/mail:INBOX=/var/mail/%u
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %v.%u
}
auth default {
  mechanisms = plain login
  passdb pam {
  }
  passdb shadow {
  }
  passdb ldap {
args =/etc/dovecot/dovecot-ldap.conf
  }
  userdb passwd {
  }
  userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
  }
  user = root
}
plugin {
}

dovecot-ldap.conf: -

hosts = 10.0.1.9:389
uris = ldap://10.0.1.9:389
dn = cn=admin,dc=ldap,dc=bgc,dc=com,dc=au
dnpass = THIS_WAS_A_SECRET
auth_bind_userdn = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au
ldap_version = 3
base = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au

---End Message---
---BeginMessage---
Source: dovecot
Source-Version: 1.0.rc7-1

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

dovecot-common_1.0.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-common_1.0.rc7-1_i386.deb
dovecot-imapd_1.0.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-imapd_1.0.rc7-1_i386.deb
dovecot-pop3d_1.0.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.0.rc7-1_i386.deb
dovecot_1.0.rc7-1.diff.gz
  to pool/main/d/dovecot/dovecot_1.0.rc7-1.diff.gz
dovecot_1.0.rc7-1.dsc
  to pool/main/d/dovecot/dovecot_1.0.rc7-1.dsc
dovecot_1.0.rc7.orig.tar.gz
  to pool/main/d/dovecot/dovecot_1.0.rc7.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.
Fabio Tranchitella [EMAIL PROTECTED] (supplier of updated dovecot 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: Tue, 29 Aug 2006 10:38:17 +0200
Source: dovecot
Binary: dovecot-common dovecot-pop3d dovecot-imapd
Architecture: source i386
Version: 1.0.rc7-1
Distribution: unstable
Urgency: low
Maintainer: Dovecot Maintainers [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-imapd - secure IMAP server that supports mbox and maildir 

Bug#385115: chromium-data: Unclear license for some files

2006-08-29 Thread Roberto Gordo Saez
Package: chromium-data
Version: 0.9.12-2
Severity: serious
Justification: Policy 2.1


There are no information on where data files came from. Looking at the
web page, upstream claims that music loops and raw sound effects were
taken from http://www.partnersinrhyme.com/ and
http://www.findsounds.com/. It is very likely for most of them to be
non-free, or even undistributable, as stated here:
http://www.findsounds.com/cpolicy.html

Origin from all other data files (sound, music, graphics...) should be
clarified, since they can be in the same situation. Upstream authors
should include information stating whether data is made from scratch or
based on other sources.

It is always a good idea to add some information on origin of artwork
and tools used. When data is based on other free sources, credits and a
pointer to the proper license should be given. When data is based on
non-free (or unlicensed) sources, obviously can't be distributed by
Debian and need to be replaced. And when data is created from scratch, a
short notice is appreciated to make it clear.


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



Bug#383465: Contains obfuscated source code, DFSG violation?

2006-08-29 Thread Marco d'Itri
On Aug 29, Daniel Stone [EMAIL PROTECTED] wrote:

 According to -legal, everything must be provided with its pure, original
 source -- the head of the coder that hand-wrote some firmware, the
 instruments used to record any particular Ogg Vorbis track, et al.
Let's be accurate here: according to some -legal kooks, everything
If you disagree with this line of tought then you should spend some of
your time on debian-legal arguing against it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#382956: mozilla: Shipping secure Mozilla in Etch would require unreasonable maintainance

2006-08-29 Thread Simon Valiquette

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

 Thanks for the information about Takuo. seamonkey was already
 uploaded, but was rejected by ftp-master. I'm reassigning to
 ftp.d.o. ftp-master may choose to wait some time before proceeding,
 which could let seamonkey become an upgrade path. Otherwise, I
 think that removing Mozilla now won't break unstable too badly. The
 main problem is eclipse (#364368), which isn't in testing since a
 long time anyway.

 Note that there should be serious bugs against all source packages
 in testing depending on mozilla-browser, except for about 10
 mozilla-locale packages.

 Please provide a transition package for mozilla-browser from
 seamonkey, as soon as (but no earlier than) seamonkey is an
 adequate replacement in Debian. Mozilla is a major package with
 over 35% installed base in popcon. It shouldn't just be removed
 and leaving users without an upgrade path.

  I am using Mozilla and Netscape for ages (well, since I stopped
surfing on Goopher web sites).  For different reasons, I always
disliked Firefox/Thunderbird and preferred a better integrated
interface (memory is cheap anyway).

  Whatever, I have tons of archived email inside Mozilla, and you
need to be sure Mozilla will migrate properly to SeaMonkey before
removing Mozilla.

  Unless Etch get significantly delayed, I am not sure that you
will have time for testing everything properly.  Will the French
version of SeaMonkey for PowerPC always migrate properly from Mozilla
while updating from Sarge or Etch?  Probably, but I am not a gambler.


  Just removing Mozilla from Etch without anything to migrate from
is a major NO-GO for many people like me.  I hope it is obvious for
everyone here.

  I am actually running Etch, and if I just see the package
disappearing, or if I have any doubt about the safety to migrate
to SeaMonkey, I will prefer to move to Ubuntu or Slackintosh.

  Maybe I worry too much for nothing, and that Mozilla 1.8 (SeaMonkey)
will allow migration without any problems, but I wanted to express my
concerns about it.  Also, many user will never forgive you if you just
blindly remove Mozilla.

Simon Valiquette
http://gulus.USherbrooke.ca
http://www.gulus.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Linux PPC)

iD8DBQFE9AGqJPE+P+aMAJIRAywEAJ4p+r0Wjp0KUNOT8yBWWebbZ1QAGQCfYeuU
f2QiqMBGKyjRW2wqJa0SEmI=
=XQgQ
-END PGP SIGNATURE-



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



Processed: tagging bugs that are closed by packages in NEW as pending

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the following bugs are closed by packages in NEW
 #
 tags 355507 pending
Bug#355507: old loadlin version fails with big kernels
There were no tags set.
Tags added: pending

 tags 363108 pending
Bug#363108: ITP: ladspa-vcf -- audio EQ biquad filters for LADSPA
There were no tags set.
Tags added: pending

 tags 363019 pending
Bug#363019: ITP: om-synth -- a realtime modular synthesizer and effects 
processor
There were no tags set.
Tags added: pending

 tags 382349 pending
Bug#382349: ITP: dc-qt -- GUI frontend for the dc protocol
There were no tags set.
Tags added: pending

 tags 374748 pending
Bug#374748: ITP: otrs2-doc -- Administrator manual for OTRS version 2
There were no tags set.
Tags added: pending

 tags 369625 pending
Bug#369625: ITP: gmail-notify -- A Gmail Notifier
There were no tags set.
Tags added: pending

 tags 339411 pending
Bug#339411: dcl: numrows global is not used for initial tickets display, but 
is used when changing pages.
There were no tags set.
Tags added: pending

 tags 383349 pending
Bug#383349: ITP: nifticlib -- IO libraries for the NIfTI-1 data format
There were no tags set.
Tags added: pending

 tags 384171 pending
Bug#384171: ITP: m16c-flash -- Flash programmer for Renesas M16C and R8C 
microcontrollers
There were no tags set.
Tags added: pending

 tags 384305 pending
Bug#384305: ITP: softgun -- ARM system emulator
There were no tags set.
Tags added: pending

 tags 383163 pending
Bug#383163: ITP: ffe -- Flat file extractor
There were no tags set.
Tags added: pending

 tags 370722 pending
Bug#370722: ITP: libnet-httpserver-perl -- An extensible HTTP server framework 
for perl
There were no tags set.
Tags added: pending

 tags 360334 pending
Bug#360334: ITP: wmforkplop -- monitors forking activity and displays top CPU 
consuming processes
There were no tags set.
Bug#360318: ITP: wmforkplop -- monitors forking activity and displays top CPU 
consuming processes
Tags added: pending

 tags 342039 pending
Bug#342039: ITP: ripit -- Textbased audio cd ripper
There were no tags set.
Tags added: pending

 tags 335352 pending
Bug#335352: libaio: Support for amd64.
Tags were: patch
Tags added: pending

 tags 318795 pending
Bug#318795: libaio: We can't compile programs using it
Tags were: patch
Tags added: pending

 tags 384407 pending
Bug#384407: ITP: libtest-harness-perl -- Run Perl standard test scripts with 
statistics
There were no tags set.
Tags added: pending

 tags 384097 pending
Bug#384097: ITP: xmmsctrl -- Small utility to control xmms from the command line
There were no tags set.
Tags added: pending

 tags 347934 pending
Bug#347934: ITP: gnoemoe -- Gnome MOO Client
There were no tags set.
Tags added: pending

 tags 325086 pending
Bug#325086: ITP: libsieve2 -- library for parsing, sorting and filtering e-mail
There were no tags set.
Tags added: pending

 tags 379126 pending
Bug#379126: ITP: ccontrol -- Compilation controller
There were no tags set.
Tags added: pending

 tags 383072 pending
Bug#383072: ITP: dynagen -- Cisco 7200 Router Emulator Command Line Interface
There were no tags set.
Tags added: pending

 tags 383595 pending
Bug#383595: ITP: aria2 -- High speed download utility
There were no tags set.
Tags added: pending

 tags 374132 pending
Bug#374132: ITP: tntdb -- C++ class library for easy database access
There were no tags set.
Tags added: pending

 tags 366862 pending
Bug#366862: ITP: libwiki-toolkit-formatter-usemod-perl -- UseModWiki-style 
formatting for Wiki::Toolkit
There were no tags set.
Tags added: pending

 tags 328873 pending
Bug#328873: portaudio: please package v19
There were no tags set.
Tags added: pending

 tags 384516 pending
Bug#384516: ITP: agave -- a colorscheme designer for the gnome desktop
There were no tags set.
Tags added: pending

 tags 354415 pending
Bug#354415: ITP: gnome-colorscheme -- Generates a variety of colorschemes from 
a single starting color
There were no tags set.
Tags added: pending

 tags 379877 pending
Bug#379877: ITP: ipodslave -- kio-slave for ipods
There were no tags set.
Tags added: pending

 tags 375182 pending
Bug#375182: libnotify1: New upstream version
There were no tags set.
Tags added: pending

 tags 379175 pending
Bug#379175: libnotify-bin: Non-existant argument in manpage
There were no tags set.
Tags added: pending

 tags 383459 pending
Bug#383459: ITP: libqtpod -- a Qt based library to access the data on an Apple 
iPod
There were no tags set.
Tags added: pending

 tags 384637 pending
Bug#384637: ITP: magicrescue -- recovers files by looking for magic bytes
There were no tags set.
Tags added: pending

 tags 350943 pending
Bug#350943: ITP: cutecom -- QT-based terminal emulator.
There were no tags set.
Tags added: pending

 tags 370255 pending
Bug#370255: ITP: python-musicbrainz2 -- An interface to the MusicBrainz XML web 
service
There were no tags set.
Tags added: pending

 tags 370261 pending
Bug#370261: ITP: libofa -- The Open Fingerprint Architecture library LIBOFA

Bug#385120: libsdl1.2-dev: Refuses to install

2006-08-29 Thread Jan Willem Stumpel
Package: libsdl1.2-dev
Version: 1.2.11-3
Severity: grave
Justification: renders package unusable


apt-get install libsdl1.2debian-all produces the following message:

  Reading package lists... Done
  Building dependency tree... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.

  Since you only requested a single operation it is extremely likely that
  the package is simply not installable and a bug report against
  that package should be filed.

So hereby I file a bug.

The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libsdl1.2-dev: Depends: libglu1-xorg-dev but it is not going to be installed or
  libglu-dev

Regards, Jan

-- 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=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libsdl1.2-dev depends on:
pn  libaa1-devnone (no description available)
pn  libartsc0-dev none (no description available)
pn  libasound2-devnone (no description available)
ii  libaudio-dev  1.8-2  The Network Audio System (NAS). (d
pn  libdirectfb-dev   none (no description available)
pn  libesd0-dev   none (no description available)
pn  libglu1-xorg-dev | libglu-dev none (no description available)
ii  libsdl1.2debian   1.2.11-3   Simple DirectMedia Layer
ii  libsvga1-dev  1:1.4.3-23 console SVGA display development l
ii  libxext-dev   1:1.0.1-2  X11 miscellaneous extensions libra
ii  libxt-dev 1:1.0.0-5  X11 toolkit intrinsics library (de

libsdl1.2-dev recommends no packages.

-- debconf-show failed


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



Bug#378249: maildrop too

2006-08-29 Thread Josip Rodin
Hi,

My new maildrop 2.x links directly to libcourierauth.so which sounds like
a true shared library that should be in /usr/lib.

The individual modules should be able to stay in a subdirectory since
they're plugins.

-- 
 2. That which causes joy or happiness.


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



Bug#384019: manual-copyright clarification

2006-08-29 Thread Bram Moolenaar

Stefano -

   additional major point, namely the license fails to pass the dissident
   test (see http://people.debian.org/~bap/dfsg-faq.html). The reason is
   that every modification to a document published under this license must
   be owned by an identified author. This is the verbatim text of the test:
  
  This is a bogus point in my opinion.  Since copyright is automatically
  given by creating something, every text should have the author mentioned
  and/or is automatically associated to it.  Thus this is actually implied
  in every created work, no matter if it is mentioned in the license or
  not, since law goes above a license.
  
  The solution is to use a fantasy name for the author.  There is nothing
  to stop someone from doing that, as far as I know.  And the license used
  is irrelevant.
 
 It it not a bogus point, according to my interpretation of the license.
 The text of the license states:
 
   All modified versions of documents covered by this license, including
   translations, anthologies, compilations and partial documents, must
   meet the following requirements:
 
   3. The person making the modifications must be identified and the
  modifications dated.
 
 That identified to me sounds like forbidding the use of a fantasy
 name; the dissident of the test will be breaking the license using a
 fantasy name. Note that IANAL, nor one of the guy who decided the
 license is not DFSG-free, still I can understand the point.

This requirement does sound very strict.  But in practice I think it's
sufficient to keep a changelist, like it's done for just about any
software.  The requirement to keep track of changes is very normal, in
my opinion.  In this case this is to avoid the original author being
blamed/rewarded for text he didn't write.

Note that the license talks about the person making the modifications,
this doesn't need to be the author of the text.  I keep a list of people
who contributed, sometimes for a specific change.  Someone can send a
suggestion for changes to me and I'll include it.  Then I'm the one
making the modification.  I think the original writer of the changes
does not need to reveal its identity if he finds someone else who takes
responsibility.  At the same time I think anonymous changes to code or
docs should indeed be disallowed.  There are too many potential problems
with that.

Thus: I don't think the dissident test makes sense.

Also keep in mind that the license does not say anything about a penalty
if you bend the rules.  I think it's allowed to take some liberty with
how it's applied.  So long as the spirit of the license isn't violated.
At least until you get into a legal battle, anything might happen then
(including that the license is declared useless).

  Please consider losing the rules a bit, so that you can actually claim
  to have a free operating system.
 
 ... it is free precisely as long as we have the rules :-)

Don't you see the contradiction in free and rules?!

   Could you please comment on that?
  
  In my opinion the docs go under a free license, I don't see a reason to
  change it.  And I actually can't change it, since I used text from Steve
  Oualline's book in the user manual, and that text uses this license.
 
 Well, there is the way of contacting both the author and the publisher
 to see if they agree to license the text also under the terms of some
 other license. Note that I'm not asking you to do so, we can do that.
 But that would be pointless if you're not interested in relicensing
 under another license the part of the manual that you have written by
 yourself. Are you interested in that?

I don't have strong feelings for one license or another.  It might be
difficult to convince New Riders that we can use another license for the
(heavily modified) text that came from Steve Oualline's book.  Feel free
to try.

-- 
hundred-and-one symptoms of being an internet addict:
261. You find diskettes in your pockets when doing laundry.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


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



Bug#384781: marked as done (Istanbul doesn't run - Problem with gconf?)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 03:02:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#384781: fixed in istanbul 0.2.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: istanbul
Version: 0.2.1-1
Severity: grave

I have installed istanbul (# apt-get install istanbul) than I have
tried to run it:

$ istanbul
Traceback (most recent call last):
 File /usr/bin/istanbul, line 30, in ?
   from istanbul.main import main
 File /var/lib/python-support/python2.4/istanbul/main/main.py, line 33, in ?
   from istanbul.main.gconf_client import GConfClient
 File /var/lib/python-support/python2.4/istanbul/main/gconf_client.py,
line 19, in ?
   import gconf
ImportError: No module named gconf

I am using Debian GNU/Linux sid, kernel 2.6.17-beyond2.1-b and libc6
2.3.6.ds1-4.

Bye,

--
Marco Crociani - Tyrael
* Perchè usare Formati Aperti? - http://www.openformats.org
---End Message---
---BeginMessage---
Source: istanbul
Source-Version: 0.2.1-2

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

istanbul_0.2.1-2.diff.gz
  to pool/main/i/istanbul/istanbul_0.2.1-2.diff.gz
istanbul_0.2.1-2.dsc
  to pool/main/i/istanbul/istanbul_0.2.1-2.dsc
istanbul_0.2.1-2_i386.deb
  to pool/main/i/istanbul/istanbul_0.2.1-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.
Luca Bruno [EMAIL PROTECTED] (supplier of updated istanbul 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: Mon, 28 Aug 2006 09:47:25 +0200
Source: istanbul
Binary: istanbul
Architecture: source i386
Version: 0.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Luca Bruno [EMAIL PROTECTED]
Changed-By: Luca Bruno [EMAIL PROTECTED]
Description: 
 istanbul   - Desktop session recorder
Closes: 384781
Changes: 
 istanbul (0.2.1-2) unstable; urgency=low
 .
   * Fixed missing dependency on python-gnome2 (Closes: #384781)
Files: 
 136a9d5c028c69c95023df44930fb6ec 920 gnome optional istanbul_0.2.1-2.dsc
 dbea45d4695e6581949eb081ca457547 4988 gnome optional istanbul_0.2.1-2.diff.gz
 a1f9757955fea480654fa2bb21c9d084 47316 gnome optional istanbul_0.2.1-2_i386.deb

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

iD8DBQFE81t+4VUX8isJIMARAgx2AKCovsibw9wv9r4f6I6ETYlHs+iYKQCgsW/5
9nDnPh4/Q3XVH4EXEZz3M7Q=
=3wW0
-END PGP SIGNATURE-

---End Message---


Bug#358746: please try libmhash2 0.9.6-2

2006-08-29 Thread Roland Stigge
Hi,

Chris Hanson wrote:
 I just uploaded libmhash2 0.9.6-2, which contains a more complex
 workaround that should fix the problem you're seeing.  Please try it
 and let me know.
 
 It would be better if upstream did the promised release, but after two
 months it seems best not to wait.

Sorry for the delay, it builds fine now, for me.

Thanks,

Roland


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



Bug#385132: broken dependency on libxml++2.6-2

2006-08-29 Thread martin f krafft
Package: buffy
Version: 0.11.3-1
Severity: serious

piper:~ buffy
buffy: error while loading shared libraries: libxml++-2.6.so.1: cannot open 
shared object file: No such file or directory
piper:~ dpkg -L libxml++2.6-2
/usr/lib/libxml++-2.6.so.2.0.7
[...]
/usr/lib/libxml++-2.6.so.2



A build-dependency on libxml++2.6-dev (= 2.14.0-0.1) should fix this.

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


signature.asc
Description: Digital signature (GPG/PGP)


Bug#322232: marked as done (xdiskusage: uninstallable in sid (depends on libfltk1.1c102 (= 1.1.6) which is UNAVAILABLE))

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 03:17:39 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322232: fixed in xdiskusage 1.48-7
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: xdiskusage
Severity: grave
Justification: renders package unusable

xdiskusage in version 1.48-5 which is in sid depends on libfltk1.1c102 (= 
1.1.6) 
which is UNAVAILABLE, making xdiskusage uninstallable.

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

---End Message---
---BeginMessage---
Source: xdiskusage
Source-Version: 1.48-7

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

xdiskusage_1.48-7.diff.gz
  to pool/main/x/xdiskusage/xdiskusage_1.48-7.diff.gz
xdiskusage_1.48-7.dsc
  to pool/main/x/xdiskusage/xdiskusage_1.48-7.dsc
xdiskusage_1.48-7_i386.deb
  to pool/main/x/xdiskusage/xdiskusage_1.48-7_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.
Thierry Randrianiriana [EMAIL PROTECTED] (supplier of updated xdiskusage 
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, 27 Aug 2006 23:28:07 +0300
Source: xdiskusage
Binary: xdiskusage
Architecture: source i386
Version: 1.48-7
Distribution: unstable
Urgency: low
Maintainer: Thierry Randrianiriana [EMAIL PROTECTED]
Changed-By: Thierry Randrianiriana [EMAIL PROTECTED]
Description: 
 xdiskusage - Displays a graphic of your disk usage with du
Closes: 322232 346781
Changes: 
 xdiskusage (1.48-7) unstable; urgency=low
 .
   * debian/control: use dpatch instead of cdbs.
   * Use patches instead of modify directly the upstream release (#306703).
   * xdiskusage.C: sync with the upstream (#174026)
   * Acknowledge NMUs (Closes: #322232, #346781).
Files: 
 382c5b62cc2c462edb678339fbcefbd1 672 x11 optional xdiskusage_1.48-7.dsc
 159bbcf8a9f050d80d569c9576d1db64 5343 x11 optional xdiskusage_1.48-7.diff.gz
 382708c3b1e28757ff7d7bb822e97607 26680 x11 optional xdiskusage_1.48-7_i386.deb

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

iD8DBQFE9Af+Z1SJHeqsYt8RArSZAJ9P6Edcx4Itl29AEANpf+KrCiD5UACfTSvU
6JiGsrF9P3VeNexrjaXB4lg=
=l8y9
-END PGP SIGNATURE-

---End Message---


Processed: severity of 383625 is grave, tagging 383625

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 383625 grave
Bug#383625: deal: segfault at execution
Severity set to `grave' from `normal'

 tags 383625 confirmed
Bug#383625: deal: segfault at execution
There were no tags set.
Tags added: confirmed


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#346781: marked as done (xdiskusage: FTBFS: build-depends on removed xlibs-dev)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 03:17:39 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#346781: fixed in xdiskusage 1.48-7
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: xdiskusage
Version: 1.48-5.1
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: xdiskusage
Source-Version: 1.48-7

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

xdiskusage_1.48-7.diff.gz
  to pool/main/x/xdiskusage/xdiskusage_1.48-7.diff.gz
xdiskusage_1.48-7.dsc
  to pool/main/x/xdiskusage/xdiskusage_1.48-7.dsc
xdiskusage_1.48-7_i386.deb
  to pool/main/x/xdiskusage/xdiskusage_1.48-7_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.
Thierry Randrianiriana [EMAIL PROTECTED] (supplier of updated xdiskusage 
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, 27 Aug 2006 23:28:07 +0300
Source: xdiskusage
Binary: xdiskusage
Architecture: source i386
Version: 1.48-7
Distribution: unstable
Urgency: low
Maintainer: Thierry Randrianiriana [EMAIL PROTECTED]
Changed-By: Thierry Randrianiriana [EMAIL PROTECTED]
Description: 
 xdiskusage - Displays a graphic of your disk usage with du
Closes: 322232 346781
Changes: 
 xdiskusage (1.48-7) unstable; urgency=low
 .
   * debian/control: use dpatch instead of cdbs.
   * Use patches instead of modify directly the upstream release (#306703).
   * xdiskusage.C: sync with the upstream (#174026)
   * Acknowledge NMUs (Closes: #322232, #346781).
Files: 
 382c5b62cc2c462edb678339fbcefbd1 672 x11 optional xdiskusage_1.48-7.dsc
 159bbcf8a9f050d80d569c9576d1db64 5343 x11 optional xdiskusage_1.48-7.diff.gz
 382708c3b1e28757ff7d7bb822e97607 26680 x11 optional xdiskusage_1.48-7_i386.deb

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

iD8DBQFE9Af+Z1SJHeqsYt8RArSZAJ9P6Edcx4Itl29AEANpf+KrCiD5UACfTSvU
6JiGsrF9P3VeNexrjaXB4lg=
=l8y9
-END PGP SIGNATURE-

---End Message---


Processed: Re: Bug#385132: broken dependency on libxml++2.6-2

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 385132 moreinfo unreproducible
Bug#385132: broken dependency on libxml++2.6-2
There were no tags set.
Tags added: moreinfo, unreproducible

 severity 385132 important
Bug#385132: broken dependency on libxml++2.6-2
Severity set to `important' from `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#385097: beagle 0.2.8-1 doesnt't start anymore

2006-08-29 Thread Valerio Passini
Package: beagle
Version: 0.2.8-1
Followup-For: Bug #385097

Hi,

same problem here. I purged and re-installed the package but 
it didn't work and the message was:

060829 1038565469 01972 Beagle DEBUG: Starting Beagle Daemon 
(version 0.2.8)
060829 1038571366 01972 Beagle DEBUG: Running on Mono 
1.1.13.8
060829 1038571373 01972 Beagle DEBUG: Command Line: 
/usr/lib/beagle/BeagleDaemon.exe --bg
060829 1038572921 01972 Beagle ERROR EX: Unhandled exception 
thrown.  Exiting immediately.
060829 1038572921 01972 Beagle ERROR EX: 
System.DllNotFoundException: libgobject-2.0.so
060829 1038572921 01972 Beagle ERROR EX: in (wrapper 
managed-to-native) Beagle.Daemon.BeagleDaemon:g_type_init ()
060829 1038572921 01972 Beagle ERROR EX: in 0x00909 
Beagle.Daemon.BeagleDaemon:DoMain (System.String[] args)
060829 1038572921 01972 Beagle ERROR EX: in 0x00014 
Beagle.Daemon.BeagleDaemon:Main (System.String[] args)


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

Versions of packages beagle depends on:
ii  adduser3.97  Add and remove users and groups
ii  bash   3.1-5 The GNU Bourne Again SHell
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libexpat1  1.95.8-3.2XML parsing C library - runtime li
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgalago-cil  0.3.2-4   CLI bindings for libgalago
ii  libgconf2.0-cil2.8.3-1   CLI binding for GConf 2.12
ii  libglade2.0-cil2.8.3-1   CLI binding for the Glade librarie
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libglib2.0-cil 2.8.3-1   CLI binding for the GLib utility l
ii  libgmime2.2-cil2.2.3-1   CLI binding for the MIME library, 
ii  libgnome2.0-cil2.8.3-1   CLI binding for GNOME 2.12
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgsf-1-114   1.14.1-2  Structured File Library - runtime 
ii  libgsf0.0-cil  0.8-1 CLI bindings for libgsf
ii  libgtk2.0-02.8.20-1  The GTK+ graphical user interface 
ii  libgtk2.0-cil  2.8.3-1   CLI binding for the GTK+ toolkit 2
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmono-corlib1.0-cil  1.1.13.8-1Mono core library (1.0)
ii  libmono-sharpzip0.6-cil1.1.13.8-1Mono SharpZipLib library
ii  libmono-sharpzip0.84-cil   1.1.13.8-1Mono SharpZipLib library
ii  libmono-sqlite1.0-cil  1.1.13.8-1Mono Sqlite library
ii  libmono-system-data1.0-cil 1.1.13.8-1Mono System.Data library
ii  libmono-system-runtime1.0- 1.1.13.8-1Mono System.Runtime library
ii  libmono-system-web1.0-cil  1.1.13.8-1Mono System.Web library
ii  libmono-system1.0-cil  1.1.13.8-1Mono System libraries (1.0)
ii  libmono1.0-cil 1.1.13.8-1Mono libraries (1.0)
ii  libpango1.0-0  1.12.3-2  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libwmf0.2-70.2.8.4-2 Windows metafile conversion librar
ii  libwv-1.2-11.2.1-2   Library for accessing Microsoft Wo
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxcursor11.1.7-3   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  libxss11:1.0.1-4 X11 Screen Saver extension library
ii  mono-runtime   1.1.13.8-1Mono runtime
ii  zlib1g 1:1.2.3-13compression 

Processed: Re: Bug#385115: chromium-data: Unclear license for some files

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 385115 important
Bug#385115: chromium-data: Unclear license for some files
Severity set to `important' from `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#385115: chromium-data: Unclear license for some files

2006-08-29 Thread Steve Langasek
severity 385115 important
thanks

On Tue, Aug 29, 2006 at 10:47:40AM +0200, Roberto Gordo Saez wrote:

 There are no information on where data files came from. Looking at the
 web page, upstream claims that music loops and raw sound effects were
 taken from http://www.partnersinrhyme.com/ and
 http://www.findsounds.com/. It is very likely for most of them to be
 non-free, or even undistributable, as stated here:
 http://www.findsounds.com/cpolicy.html

 Origin from all other data files (sound, music, graphics...) should be
 clarified, since they can be in the same situation. Upstream authors
 should include information stating whether data is made from scratch or
 based on other sources.

 It is always a good idea to add some information on origin of artwork
 and tools used. When data is based on other free sources, credits and a
 pointer to the proper license should be given. When data is based on
 non-free (or unlicensed) sources, obviously can't be distributed by
 Debian and need to be replaced. And when data is created from scratch, a
 short notice is appreciated to make it clear.

The copyright file claims that these files come from
http://www.reptilelabour.com/software/chromium/ and are available under the
terms of the Artistic License.  If you determine that *specific* files are
covered by a different copyright than the one claimed in debian/copyright,
or under a license other than the Artistic License, please re-raise the
severity.  Otherwise, simple second-guessing of the statements in the
copyright file doesn't seem to be a reason for a release-critical bug.

-- 
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#385132: broken dependency on libxml++2.6-2

2006-08-29 Thread Steve Langasek
tags 385132 moreinfo unreproducible
severity 385132 important
thanks

On Tue, Aug 29, 2006 at 12:30:04PM +0200, martin f krafft wrote:
 Package: buffy
 Version: 0.11.3-1
 Severity: serious

 piper:~ buffy
 buffy: error while loading shared libraries: libxml++-2.6.so.1: cannot open 
 shared object file: No such file or directory
 piper:~ dpkg -L libxml++2.6-2
 /usr/lib/libxml++-2.6.so.2.0.7
 [...]
 /usr/lib/libxml++-2.6.so.2

 A build-dependency on libxml++2.6-dev (= 2.14.0-0.1) should fix this.

I've just checked the 0.11.3-1 binaries for i386, amd64, and alpha, and all
of them depend on libxml++-2.6.so.2, not on libxml++-2.6.so.1.  Please
provide sufficient info to reproduce this bug.

-- 
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#385120: marked as done (libsdl1.2-dev: Refuses to install)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 03:50:20 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385120: libsdl1.2-dev: Refuses to install
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: libsdl1.2-dev
Version: 1.2.11-3
Severity: grave
Justification: renders package unusable


apt-get install libsdl1.2debian-all produces the following message:

  Reading package lists... Done
  Building dependency tree... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.

  Since you only requested a single operation it is extremely likely that
  the package is simply not installable and a bug report against
  that package should be filed.

So hereby I file a bug.

The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libsdl1.2-dev: Depends: libglu1-xorg-dev but it is not going to be installed or
  libglu-dev

Regards, Jan

-- 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=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libsdl1.2-dev depends on:
pn  libaa1-devnone (no description available)
pn  libartsc0-dev none (no description available)
pn  libasound2-devnone (no description available)
ii  libaudio-dev  1.8-2  The Network Audio System (NAS). (d
pn  libdirectfb-dev   none (no description available)
pn  libesd0-dev   none (no description available)
pn  libglu1-xorg-dev | libglu-dev none (no description available)
ii  libsdl1.2debian   1.2.11-3   Simple DirectMedia Layer
ii  libsvga1-dev  1:1.4.3-23 console SVGA display development l
ii  libxext-dev   1:1.0.1-2  X11 miscellaneous extensions libra
ii  libxt-dev 1:1.0.0-5  X11 toolkit intrinsics library (de

libsdl1.2-dev recommends no packages.

-- debconf-show failed

---End Message---
---BeginMessage---
On Tue, Aug 29, 2006 at 11:44:19AM +0200, Jan Willem Stumpel wrote:

 apt-get install libsdl1.2debian-all produces the following message:

   Reading package lists... Done
   Building dependency tree... Done
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.

   Since you only requested a single operation it is extremely likely that
   the package is simply not installable and a bug report against
   that package should be filed.

 So hereby I file a bug.

 The following information may help to resolve the situation:

 The following packages have unmet dependencies.
  libsdl1.2-dev: Depends: libglu1-xorg-dev but it is not going to be installed 
 or
   libglu-dev

Sorry, these packages are installed fine here.  Please look further into why
libglu1-xorg-dev isn't installable for you, because it's not as simple as
apt-get's message suggests.

-- 
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#382956: mozilla: Shipping secure Mozilla in Etch would require unreasonable maintainance

2006-08-29 Thread Alexander Sack - Debian Bugmail
On Tue, Aug 29, 2006 at 04:59:04AM -0400, Simon Valiquette wrote:
 
   I am using Mozilla and Netscape for ages (well, since I stopped
 surfing on Goopher web sites).  For different reasons, I always
 disliked Firefox/Thunderbird and preferred a better integrated
 interface (memory is cheap anyway).
 
   Whatever, I have tons of archived email inside Mozilla, and you
 need to be sure Mozilla will migrate properly to SeaMonkey before
 removing Mozilla.
 
   Unless Etch get significantly delayed, I am not sure that you
 will have time for testing everything properly.  Will the French
 version of SeaMonkey for PowerPC always migrate properly from Mozilla
 while updating from Sarge or Etch?  Probably, but I am not a gambler.
 
 
   Just removing Mozilla from Etch without anything to migrate from
 is a major NO-GO for many people like me.  I hope it is obvious for
 everyone here.
 
   I am actually running Etch, and if I just see the package
 disappearing, or if I have any doubt about the safety to migrate
 to SeaMonkey, I will prefer to move to Ubuntu or Slackintosh.
 
   Maybe I worry too much for nothing, and that Mozilla 1.8 (SeaMonkey)
 will allow migration without any problems, but I wanted to express my
 concerns about it.  Also, many user will never forgive you if you just
 blindly remove Mozilla.

Thanks for pointing out your concerns. I understand it ... and we are
working on it as much as possible. I would guess that migrating to
seamonkey should not cause any pain. You can of course help by testing
the package as soon as it becomes available.

 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#382131: libgwrap-runtime0-dev: ia64 version contains bogus pkgconfig file

2006-08-29 Thread Julian Gilbey
tags 382131 + patch
thanks

On Tue, Aug 08, 2006 at 11:32:24PM -0700, Thomas Bushnell BSG wrote:
 
 Package: libgwrap-runtime0-dev
 Version: 1.9.6-3
 Severity: serious
 
 The 1.9.6-3 ia64 version of g-wrap contains a bogus pkgconfig file,
 with the line:
 
   module_directory=${datarootdir}/guile/site
 
 Where the powerpc and other versions contain the line:
 
   module_directory=${prefix}/share/guile/site

This is due to an upgrading of the autoconf package to a 2.60beta.

The following patch works:

--- guile/g-wrap-2.0-guile.pc.in.orig   2006-08-29 12:17:19.0 +0100
+++ guile/g-wrap-2.0-guile.pc.in2006-08-29 12:17:57.0 +0100
@@ -4,6 +4,8 @@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 
 Name: G-Wrap


Uploading a fixed package.

   Julian


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



Processed: Re: libgwrap-runtime0-dev: ia64 version contains bogus pkgconfig file

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 382131 + patch
Bug#382131: libgwrap-runtime0-dev: ia64 version contains bogus pkgconfig file
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]



Processed: Raising priority to grave

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 342053 grave
Bug#342053: DirectFrameBuffer crashes on PPC systems if HW accelerated drivers 
are used
Severity set to `grave' from `normal'

 Raising priority of this bug to grave as it makes the g-i unusable on
Unknown command or malformed arguments to command.

 many popular PPC machines, and currently this bug is the most severe
Unknown command or malformed arguments to command.

 encountered on PPC systems and a major hurdle to g-i use on PPC systems.
Unknown command or malformed arguments to command.

 Note that selectively disabling DFB acceleration for display drivers
Unknown command or malformed arguments to command.

 known to be broken can not be considered a definitive solution.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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 g-wrap 1.9.6-3.1

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 382131 + fixed
Bug#382131: libgwrap-runtime0-dev: ia64 version contains bogus pkgconfig file
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#383465: Contains obfuscated source code, DFSG violation?

2006-08-29 Thread Steinar H. Gunderson
On Tue, Aug 29, 2006 at 10:41:17AM +0300, Daniel Stone wrote:
 Or that nVidia never wrote the driver in the first place. I cannot find any
 nVidia copyrights on it -- it seems to have been reverse-engineered and then
 written up by the current copyright holders.
 The output of the below has been tidied up a bit to remove duplicates:

OK, my analysis was clearly incorrect. With the information you presented, I
agree with Matthew. :-)

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


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



Bug#385146: trac: trac has an inaccurate dependency and can be installed but broken.

2006-08-29 Thread Mike Ashton
Package: trac
Version: 0.8.1-3sarge5
Severity: serious

As you can see below, trac depends on subversion, but this isn't quite
true.  It depends on the particular version of libsvn0 that stable
subversion comes with.  If you install a backport subversion,
libsvn_swig_py is no longer included in libsvn0, which causes trac to
fail.  So the reason I'm raising a bug against trac for this, as well
mentioning this to backports, is dpkg didn't spot the problem because
trac's dependencies aren't strict enough - it doesn't just depend on
subversion (= 1.0.1), it depends explicitly on libsvn0 certainly less
than 1.3.2, and probably much less than that.

To reproduce this problem, simply install a backport subversion on a
stable system and then try to use trac-admin.

I hope that all made sense.

Cheers,
Mike.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16.20
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages trac depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python-clearsilver0.9.13-3.2 python bindings for clearsilver
ii  python-sqlite 1.0.1-2python interface to SQLite
ii  python2.3-subversion  1.1.4-2python modules for interfacing wit
ii  subversion1.1.4-2advanced version control system (a

-- no debconf information


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



Bug#385149: openoffice.org-base: oobase crashes when starting

2006-08-29 Thread rob

Subject: openoffice.org-base: oobase crashes when starting
Package: openoffice.org-base
Version: 2.0.3-6
Severity: grave
Justification: renders package unusable

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

Starting from terminal gives: *** glibc detected *** free(): invalid 
pointer: 0xb61ed890 ***


Not sure if relevant but kernel patched with Ingo Molnar’s realtime 
preemption patch





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.17-rt8test1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-base depends on:
ii  gij-4.1 [jav 4.1.1-10The GNU Java bytecode 
interpreter
ii  java-gcj-com 1.0.56-2Java runtime environment 
using GIJ

ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libhsqldb-ja 1.8.0.2-2   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libstlport4. 4.6.2-3 STLport C++ class library
ii  openoffice.o 2.0.3-6 OpenOffice.org office suite 
archit
ii  openoffice.o 2.0.3-6 OpenOffice.org office suite 
Java s
ii  sun-j2sdk1.5 1.5.0+update07  Java(TM) 2 SDK, Standard 
Edition,


openoffice.org-base recommends no packages.

-- no debconf information



Bug#384828: marked as done (zope-textindexng2: postinst fails)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 05:47:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#384828: fixed in zope-textindexng2 1:2.2.0-4
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: zope-textindexng2
Version: 1:2.2.0-3
Severity: grave
Justification: renders package unusable


the package fails to install with the following message:

dzhandle postinst-product: missing field `Package' in 
/usr/share/zope/Products/textindexng2/.dzproduct


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_BR.UTF-8)

Versions of packages zope-textindexng2 depends on:
ii  catdoc0.94.2-1   MS-Word to TeX or plain text conve
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy
ii  gs-common 0.3.9  Common files for different Ghostsc
ii  ppthtml   0.5.1-6A program for converting Microsoft
ii  wv1.2.1-2Programs for accessing Microsoft W
ii  xpdf-utils3.01-9 Portable Document Format (PDF) sui
ii  zope-common   0.5.24 common settings and scripts for zo
ii  zope-textindexng2-lib 1:2.2.0-3  full text index for Zope
ii  zope2.9   2.9.4-1Open Source Web Application Server

zope-textindexng2 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: zope-textindexng2
Source-Version: 1:2.2.0-4

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

zope-textindexng2-lib_2.2.0-4_i386.deb
  to pool/main/z/zope-textindexng2/zope-textindexng2-lib_2.2.0-4_i386.deb
zope-textindexng2_2.2.0-4.diff.gz
  to pool/main/z/zope-textindexng2/zope-textindexng2_2.2.0-4.diff.gz
zope-textindexng2_2.2.0-4.dsc
  to pool/main/z/zope-textindexng2/zope-textindexng2_2.2.0-4.dsc
zope-textindexng2_2.2.0-4_all.deb
  to pool/main/z/zope-textindexng2/zope-textindexng2_2.2.0-4_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.
Fabio Tranchitella [EMAIL PROTECTED] (supplier of updated zope-textindexng2 
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: Tue, 29 Aug 2006 13:53:42 +0200
Source: zope-textindexng2
Binary: zope-textindexng2-lib zope-textindexng2
Architecture: source all i386
Version: 1:2.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope-textindexng2 - full text index for Zope
 zope-textindexng2-lib - full text index for Zope
Closes: 384828
Changes: 
 zope-textindexng2 (1:2.2.0-4) unstable; urgency=low
 .
   * debian/dzproduct: added the package field. (Closes: #384828)
   * debian/rules, debian/control: clean-up and changes for the python
 transition.
Files: 
 47abc5a6d812f2837daa2f601fdee5b3 913 web extra zope-textindexng2_2.2.0-4.dsc
 1ff82e4329ec71fca97fa25489b3c634 5986 web extra 
zope-textindexng2_2.2.0-4.diff.gz
 2eefb2ba19f878f6ea540f8dbd7d58c4 560774 web extra 
zope-textindexng2_2.2.0-4_all.deb
 c482ad0be62aa1ec0aeec223a5393136 83200 web extra 
zope-textindexng2-lib_2.2.0-4_i386.deb
Url: http://zope.org/Members/ajung/TextIndexNG/

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

iD8DBQFE9DSYK/juK3+WFWQRAlpfAJ0dvvEis6GU6rl6GHnBVBYw+8vDogCfVHu3
VMpy9K+laZLkSyC3nqQMf6U=
=NbtE
-END PGP SIGNATURE-

---End Message---


Bug#385157: cryptmount: Bashism in init script

2006-08-29 Thread Erich Schubert
Package: cryptmount
Version: 1.1-1
Severity: serious
Tags: patch
Justification: Policy 10.4

/etc/init.d/cryptmount: 16: source: not found
/etc/init.d/cryptmount: 19: Syntax error: ( unexpected

Please use POSIX shell (s/source/./; s/^function //;) or specify
/bin/bash as interpreter. A patch to fix the init script is attached;
but I didn't check the other scripts for similar problems.

Maybe you could make the init-script LSB compliant, too.

Btw, do you have a hint for me on how to have nautilus/pmount ask for
the luks passphrase with a graphical prompt?

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

Versions of packages cryptmount depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdevmapper1.02 [libdevmapp 2:1.02.08-1 The Linux Kernel Device Mapper use
ii  libssl0.9.8  0.9.8b-2SSL shared libraries
ii  openssl  0.9.8b-2Secure Socket Layer (SSL) binary a

Versions of packages cryptmount recommends:
ii  dmsetup  2:1.02.08-1 The Linux Kernel Device Mapper use

-- no debconf information
--- /tmp/cryptmount 2006-08-29 15:17:51.0 +0200
+++ /etc/init.d/cryptmount  2006-08-29 15:18:21.0 +0200
@@ -12,11 +12,11 @@
 
 test -x ${CM_EXE} || exit 0
 if [ -f /etc/default/cryptmount ]; then
-source /etc/default/cryptmount
+. /etc/default/cryptmount
 fi
 
 
-function configured() {
+configured() {
 # check if any of the targets needed at boot has been configured:
 for target in ${CM_BOOTDV} ${CM_BOOTFS} ${CM_BOOTSW}; do
 if [ -b ${DMPATH}/${target} ]; then
@@ -28,7 +28,7 @@
 }
 
 
-function dodevices() {
+dodevices() {
 case $1 in
 start)  test -z ${CM_BOOTDV} || ${CM_EXE} --prepare ${CM_BOOTDV}
 ;;
@@ -38,7 +38,7 @@
 }
 
 
-function doswaps() {
+doswaps() {
 case $1 in
 start)  test -z ${CM_BOOTSW} || ${CM_EXE} --swapon ${CM_BOOTSW}
 ;;
@@ -48,7 +48,7 @@
 }
 
 
-function dofilesys() {
+dofilesys() {
 case $1 in
 start)  test -z ${CM_BOOTFS} || ${CM_EXE} --mount ${CM_BOOTFS}
 ;;
@@ -58,7 +58,7 @@
 }
 
 
-function doALL() {
+doALL() {
 case $1 in
 start)
 dodevices start


Bug#385166: trac: FTBFS: chmod: cannot access `debian/trac/usr/share/python-support/trac/trac/test.py': No such file or directory

2006-08-29 Thread Florent Bayle
Package: trac
Version: 0.9.6-2
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of trac_0.9.6-2 on saturne by sbuild/amd64 85
 Build started at 20060828-1459
 **

[...]

 dh_installlogrotate -ptrac 
 dh_installlogcheck -ptrac 
 dh_installmime -ptrac 
 dh_installchangelogs -ptrac  ./ChangeLog 
 dh_installudev -ptrac 
 dh_install -ptrac  
 dh_link -ptrac  
 dh_pysupport -ptrac 
 dh_python -ptrac   
 chmod 755 debian/trac/usr/share/python-support/trac/trac/test.py
 chmod: cannot access 
 `debian/trac/usr/share/python-support/trac/trac/test.py': No such file or 
 directory
 make: *** [binary-post-install/trac] Error 1
 **
 Build finished at 20060828-1459
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpieca07pqyq.pgp
Description: PGP signature


Bug#385149: openoffice.org-base: oobase crashes when starting

2006-08-29 Thread Mechtilde
Hello,

rob wrote:
 Subject: openoffice.org-base: oobase crashes when starting
 Package: openoffice.org-base
 Version: 2.0.3-6
 Severity: grave
 Justification: renders package unusable
 
 *** Please type your report below this line ***
 
 Starting from terminal gives: *** glibc detected *** free(): invalid
 pointer: 0xb61ed890 ***
 
 Not sure if relevant but kernel patched with Ingo Molnar’s realtime
 preemption patch
 
 
 
 
 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.17-rt8test1
 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 
 Versions of packages openoffice.org-base depends on:
 ii  gij-4.1 [jav 4.1.1-10The GNU Java bytecode
 interpreter
 ii  java-gcj-com 1.0.56-2Java runtime environment
 using GIJ
 ii  libc62.3.6.ds1-4 GNU C Library: Shared
 libraries
 ii  libgcc1  1:4.1.1-11  GCC support library
 ii  libglib2.0-0 2.10.3-3The GLib library of C routines
 ii  libhsqldb-ja 1.8.0.2-2   Java SQL database engine
 ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
 ii  libstdc++6   4.1.1-11The GNU Standard C++
 Library v3
 ii  libstlport4. 4.6.2-3 STLport C++ class library
 ii  openoffice.o 2.0.3-6 OpenOffice.org office suite
 archit
 ii  openoffice.o 2.0.3-6 OpenOffice.org office suite
 Java s
 ii  sun-j2sdk1.5 1.5.0+update07  Java(TM) 2 SDK, Standard
 Edition,
 
 openoffice.org-base recommends no packages.
 
 -- no debconf information
 
 
It works for me.

I can use Base on 2.0.3-6 from sid without a crash.

Mechtilde


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



Bug#385160: fetchmail: FTBFS: /usr/bin/msgfmt: found 1 fatal error

2006-08-29 Thread Florent Bayle
Package: fetchmail
Version: 6.3.4-5
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of fetchmail_6.3.4-5 on saturne by sbuild/amd64 85
 Build started at 20060828-0043
 **

[...]

 # recreate gmo-files as workaround
 (cd po; /usr/bin/make update-gmo)
 make[1]: Entering directory `/build/buildd/fetchmail-6.3.4/po'
 rm -f ca.gmo  /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
 607 translated messages, 8 fuzzy translations, 4 untranslated messages.
 rm -f cs.gmo  /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po
 571 translated messages, 33 fuzzy translations, 15 untranslated messages.
 rm -f de.gmo  /usr/bin/msgfmt -c --statistics -o de.gmo de.po
 619 translated messages.
 rm -f es.gmo  /usr/bin/msgfmt -c --statistics -o es.gmo es.po
 619 translated messages.
 rm -f fr.gmo  /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
 616 translated messages, 3 untranslated messages.
 rm -f ja.gmo  /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
 ja.po:8: nplurals = 1...
 ja.po:162: ...but some messages have 2 plural forms
 /usr/bin/msgfmt: found 1 fatal error
 619 translated messages.
 make[1]: *** [ja.gmo] Error 1
 make[1]: Leaving directory `/build/buildd/fetchmail-6.3.4/po'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060828-0043
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgp7o1qdgQcUo.pgp
Description: PGP signature


Bug#385165: squirrelmail-locales: FTBFS: msgfmt: found 1 fatal error

2006-08-29 Thread Florent Bayle
Package: squirrelmail-locales
Version: 1.4.8-20060811-1
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of squirrelmail-locales_1.4.8-20060811-1 on saturne by 
 sbuild/amd64 85
 Build started at 20060828-1458
 **


[...]

 dh_installdirs
 echo debian/squirrelmail-locales/usr/share/squirrelmail | ./install 
 Please enter path to your squirrelmail installation:
 rm -rf debian/squirrelmail-locales/usr/share/squirrelmail/help/en_US
 find debian/squirrelmail-locales -name '*.mo' | xargs -r rm
 find debian/squirrelmail-locales -name '*.po' | sed 's/\.po$//' \
   | xargs -ri msgfmt -c '{}.po' -o '{}.mo'
 debian/squirrelmail-locales/usr/share/squirrelmail/locale/ja_JP/LC_MESSAGES/mini.po:6:
  nplurals = 1...
 debian/squirrelmail-locales/usr/share/squirrelmail/locale/ja_JP/LC_MESSAGES/mini.po:46:
  ...but some messages have 2 plural forms
 msgfmt: found 1 fatal error
 debian/squirrelmail-locales/usr/share/squirrelmail/locale/ja_JP/LC_MESSAGES/squirrelmail.po:8:
  nplurals = 1...
 debian/squirrelmail-locales/usr/share/squirrelmail/locale/ja_JP/LC_MESSAGES/squirrelmail.po:3152:
  ...but some messages have 2 plural forms
 msgfmt: found 1 fatal error
 debian/squirrelmail-locales/usr/share/squirrelmail/locale/nl_NL/LC_MESSAGES/squirrelmail.po:4553:
  a format specification for argument 1 doesn't exist in 'msgstr[1]'
 msgfmt: found 1 fatal error
 make: *** [binary-indep] Error 123
 **
 Build finished at 20060828-1458
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpfltfmsief9.pgp
Description: PGP signature


Bug#385161: sylpheed-claws-gtk2: FTBFS: /usr/bin/msgfmt: found 1 fatal error

2006-08-29 Thread Florent Bayle
Package: sylpheed-claws-gtk2
Version: 2.4.0-1
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of sylpheed-claws-gtk2_2.4.0-1 on saturne by sbuild/amd64 85
 Build started at 20060828-0059
 **

[...]

 rm -f hu.gmo  /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
 945 translated messages, 885 fuzzy translations, 520 untranslated messages.
 /usr/bin/msgmerge --update it.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f it.gmo  /usr/bin/msgfmt -c --statistics -o it.gmo it.po
 2347 translated messages, 1 fuzzy translation, 2 untranslated messages.
 /usr/bin/msgmerge --update ja.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f ja.gmo  /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
 1464 translated messages, 669 fuzzy translations, 217 untranslated messages.
 /usr/bin/msgmerge --update ko.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f ko.gmo  /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
 ko.po:6: nplurals = 1...
 ko.po:4315: ...but some messages have 2 plural forms
 /usr/bin/msgfmt: found 1 fatal error
 1689 translated messages, 358 fuzzy translations, 303 untranslated messages.
 make[4]: *** [ko.gmo] Error 1
 make[4]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0/po'
 make[3]: *** [stamp-po] Error 2
 make[3]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0/po'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060828-0100
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgptbihrgdKvI.pgp
Description: PGP signature


Bug#382696: r-doc-html: Confirmed on upgrade from 2.3.1-1

2006-08-29 Thread Dirk Eddelbuettel

On 28 August 2006 at 18:06, Chris Lawrence wrote:
| Package: r-doc-html
| Version: 2.3.1-2
| Followup-For: Bug #382696
| 
| Hey Dirk - this bug definitely hits on the upgrade from 2.3.1-1 to
| 2.3.1-2 (I found this out when finally upgrading my work box after the
| big move from NC).
| 
| I can't even get the package to install with --force-all... my strong
| suspicion is that removing the trailing / from the rm (as Don
| suggests) will fix the problem.

Yes, thanks to both of you. I'm now back from a whirlwind trip to Europe and
should be able to get to this this evening, or tomorrow at the latest.

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

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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



Processed: Re: Bug#385012: init-script does not work if /usr is on a different filesystem

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 385012 + moreinfo
Bug#385012: init-script does not work if /usr is on a different filesystem
There were no tags set.
Tags added: moreinfo

 tag 385012 + unreproducible
Bug#385012: init-script does not work if /usr is on a different filesystem
Tags were: moreinfo
Tags added: unreproducible

 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#385012: init-script does not work if /usr is on a different filesystem

2006-08-29 Thread Bas Zoetekouw
tag 385012 + moreinfo
tag 385012 + unreproducible
thanks

Hi Sven!

You wrote:

 /etc/init.d/procps is using which (located at /usr/bin/which) at a
 time where /usr is not mounted.

That's not correct.  Although /usr/bin/which exists, it's a symlink to
/bin/which, which _is_ available when /etc/init.d/procps is run

 This causes the init-script to fail and leaves /etc/sysctl.conf
 unprocessed.

Also, I can't reproduce this here.  I have /usr on a seperate filesystem
on all my machines, and procps runs fine on all of them.
Could you please give some more info on which problem you encountered,
exactly?  Maybe your PATH wasn't set correctly or so?

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Bug#382842: alsaplayer: boundary errors in URIs parsing functions

2006-08-29 Thread Mohammed Adnène Trojette
On Sun, Aug 13, 2006, Paul Brossier wrote:
 Hubert Chan wrote the attached patch which fix these three issues.

Hi Paul, nice to read you!

Please, could you send the patch announced by the tag?

Thanks, and see you,
-- 
adn
Mohammed Adnène Trojette



Bug#385149: openoffice.org-base: oobase crashes when starting

2006-08-29 Thread Rene Engelhard
tag 385149 + moreinfo
thanks

Hi,

Am Dienstag, 29. August 2006 15:50 schrieb Mechtilde:
  Starting from terminal gives: *** glibc detected *** free(): invalid
  pointer: 0xb61ed890 ***
  
  Not sure if relevant but kernel patched with Ingo Molnar’s realtime
  preemption patch

Can you try with a normal kernel?
Because of:

[...]
 It works for me.
 
 I can use Base on 2.0.3-6 from sid without a crash.

Thanks, I'll try later on my machine, too...

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Processed: Re: Bug#385149: openoffice.org-base: oobase crashes when starting

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 385149 + moreinfo
Bug#385149: openoffice.org-base: oobase crashes when starting
There were no tags set.
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#384514: I'll take a look at this

2006-08-29 Thread John Goerzen
on my Alpha, and try to figure out what's going on.



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



Bug#385012: init-script does not work if /usr is on a different filesystem

2006-08-29 Thread Sven Hartge
Bas Zoetekouw wrote:

 That's not correct.  Although /usr/bin/which exists, it's a symlink to
 /bin/which, which _is_ available when /etc/init.d/procps is run

Yes, correct. This bug is totally bogus (and totally my fault for not
researching correctly), because this only exists if using a backported
package to Sarge (where which is only in /usr/bin).

I am very sorry for the noise I made, I will take my business with this
problem back to the backports.org mailinglist.

Grüße,
Sven.

-- 
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/

Achtung, neue Mail-Adresse: [EMAIL PROTECTED]


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



Processed: Re: Bug#385115: chromium-data: Unclear license for some files

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 385115 grave
Bug#385115: chromium-data: Unclear license for some files
Severity set to `grave' from `important'

 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#381167: marked as done (postfix: preinst makes use of start-stop-daemon instead of invoke-rc.d)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 08:02:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#381167: fixed in postfix 2.3.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: postfix
Version: 2.3.2-1
Severity: serious

Hi,

In the preinst you have:
if [ ! start-stop-daemon -K -q -o \
--pidfile /var/spool/postfix/pid/master.pid \
--exec /usr/lib/postfix/master 2/dev/null ]; then :; fi

Please make use of invoke-rc.d to do this.


Kurt


---End Message---
---BeginMessage---
Source: postfix
Source-Version: 2.3.3-1

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

postfix-dev_2.3.3-1_all.deb
  to pool/main/p/postfix/postfix-dev_2.3.3-1_all.deb
postfix-doc_2.3.3-1_all.deb
  to pool/main/p/postfix/postfix-doc_2.3.3-1_all.deb
postfix-ldap_2.3.3-1_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.3.3-1_i386.deb
postfix-mysql_2.3.3-1_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.3.3-1_i386.deb
postfix-pcre_2.3.3-1_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.3.3-1_i386.deb
postfix-pgsql_2.3.3-1_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.3.3-1_i386.deb
postfix_2.3.3-1.diff.gz
  to pool/main/p/postfix/postfix_2.3.3-1.diff.gz
postfix_2.3.3-1.dsc
  to pool/main/p/postfix/postfix_2.3.3-1.dsc
postfix_2.3.3-1_i386.deb
  to pool/main/p/postfix/postfix_2.3.3-1_i386.deb
postfix_2.3.3.orig.tar.gz
  to pool/main/p/postfix/postfix_2.3.3.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.
LaMont Jones [EMAIL PROTECTED] (supplier of updated postfix 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: Tue, 29 Aug 2006 08:49:35 -0600
Source: postfix
Binary: postfix-doc postfix-pgsql postfix-ldap postfix-dev postfix-pcre postfix 
postfix-mysql
Architecture: all i386 source 
Version: 2.3.3-1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 postfix- A high-performance mail transport agent
 postfix-dev - Postfix loadable modules development environment
 postfix-doc - Postfix documentation
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Closes: 381167
Changes: 
 postfix (2.3.3-1) unstable; urgency=low
 .
   * New upstream version with various bug fixes.
   * use invoke-rc.d in preinst.  Closes: #381167
   * Suggest: resolvconf
   * Fix section 8postfix man page headers to say '8postfix', to fix lintian
 errors.
Files: 
 278901e8ade0a536842b2b142ee34f71 125488 devel extra postfix-dev_2.3.3-1_all.deb
 4a394219c7bc2c9bb891ebe68f1a9e28 150921 mail extra postfix_2.3.3-1.diff.gz
 6de68409e65379b81104e8d62c3a989a 36082 mail extra 
postfix-pgsql_2.3.3-1_i386.deb
 6e790531cefcf250034e21050fb8b88e 36016 mail extra 
postfix-mysql_2.3.3-1_i386.deb
 7871b0b35c6db0bf220d8d3968041bcb 40618 mail extra postfix-ldap_2.3.3-1_i386.deb
 90696d72caf5b10e1028653a400bf2d1 1073142 mail extra postfix_2.3.3-1_i386.deb
 ba838aa3b55eed1f978f6a5521bc72c4 762852 doc extra postfix-doc_2.3.3-1_all.deb
 1bb40fce44a7737dc19ac0c535db4604 870 mail extra postfix_2.3.3-1.dsc
 f2d21ddc74269f6a0c785a4ebe569653 35726 mail extra postfix-pcre_2.3.3-1_i386.deb
 f957e9319428be81c724b606fe060cc7 2777045 mail extra postfix_2.3.3.orig.tar.gz

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

iD8DBQFE9FS0zN/kmwoKyScRAiqPAJ44jDUIsRSnJaQBKO9hXt4DtYlf3gCeKy5+
3yPjp/LLsa+T/KMeWg66ZyA=
=pzpD
-END PGP SIGNATURE-

---End Message---


Bug#385012: marked as done (init-script does not work if /usr is on a different filesystem)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 17:05:41 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#385012: init-script does not work if /usr is on a 
different filesystem
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: procps
Version: 1:3.2.7-1
Severity: serious

/etc/init.d/procps is using which (located at /usr/bin/which) at a
time where /usr is not mounted.

This causes the init-script to fail and leaves /etc/sysctl.conf
unprocessed.

The severity is justified by the fact that /etc/sysctl.conf is the
preferred way to set networking parameters (like forwarding etc.) in Etch,
which breaks if one is using this version of procps.

-- 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.17-cks1-198
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages procps depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libncurses5  5.5-2   Shared libraries for terminal hand

Versions of packages procps recommends:
ii  psmisc22.3-1 Utilities that use the proc filesy

-- debconf-show failed

---End Message---
---BeginMessage---
Bas Zoetekouw wrote:

 That's not correct.  Although /usr/bin/which exists, it's a symlink to
 /bin/which, which _is_ available when /etc/init.d/procps is run

Yes, correct. This bug is totally bogus (and totally my fault for not
researching correctly), because this only exists if using a backported
package to Sarge (where which is only in /usr/bin).

I am very sorry for the noise I made, I will take my business with this
problem back to the backports.org mailinglist.

Grüße,
Sven.

-- 
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/

Achtung, neue Mail-Adresse: [EMAIL PROTECTED]
---End Message---


Bug#385181: soundconverter: FTBFS: xgettext: Non-ASCII string at soundconverter.py:72.

2006-08-29 Thread Florent Bayle
Package: soundconverter
Version: 0.8.7-1
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of soundconverter_0.8.7-1 on saturne by sbuild/amd64 85
 Build started at 20060828-1817
 **

[...]

  debian/rules build
 rm po/*.mo
 /usr/bin/make lang
 make[1]: Entering directory `/build/buildd/soundconverter-0.8.7'
 xgettext soundconverter.py soundconverter.glade -o po/soundconverter.pot 
 xgettext: soundconverter.py:2: Unknown encoding latin-1. Proceeding with 
 ASCII instead.
 xgettext: Non-ASCII string at soundconverter.py:72.
   Please specify the source encoding through --from-code or through a 
 comment
   as specified in http://www.python.org/peps/pep-0263.html.
 make[1]: *** [po/soundconverter.pot] Error 1
 make[1]: Leaving directory `/build/buildd/soundconverter-0.8.7'
 make: *** [build] Error 2
 **
 Build finished at 20060828-1817
 FAILED [dpkg-buildpackage died] 

-- 
Florent


pgpdrl31JpAQP.pgp
Description: PGP signature


Bug#385111: drscheme: segmentation fault at startup

2006-08-29 Thread Ari Pollak
I can't seem to reproduce this. Do you have any custom collects
installed? Did this work fine with earlier revisions of 1:352?

On Tue, 2006-08-29 at 12:30 +0400, Alexander Vodomerov wrote:
 Package: drscheme
 Version: 1:352-3
 Severity: grave
 Justification: renders package unusable
 
 
 When I prompt drscheme, it shows splash screen, then put some icons on
 it and then crashes with segmentation fault (100% reproducible).




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



Bug#385177: meld: FTBFS: msgfmt: found 1 fatal error

2006-08-29 Thread Florent Bayle
Package: meld
Version: 1.1.3-1.1
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of meld_1.1.3-1.1 on saturne by sbuild/amd64 85
 Build started at 20060828-1809
 **

[...]

 /usr/bin/make -C po
 make[2]: Entering directory `/build/buildd/meld-1.1.3/po'
 mkdir -m 755 -p bg/LC_MESSAGES/  msgfmt -c -o bg/LC_MESSAGES/meld.mo bg.po
 mkdir -m 755 -p ca/LC_MESSAGES/  msgfmt -c -o ca/LC_MESSAGES/meld.mo ca.po
 mkdir -m 755 -p cs/LC_MESSAGES/  msgfmt -c -o cs/LC_MESSAGES/meld.mo cs.po
 mkdir -m 755 -p de/LC_MESSAGES/  msgfmt -c -o de/LC_MESSAGES/meld.mo de.po
 mkdir -m 755 -p en_CA/LC_MESSAGES/  msgfmt -c -o en_CA/LC_MESSAGES/meld.mo 
 en_CA.po
 mkdir -m 755 -p en_GB/LC_MESSAGES/  msgfmt -c -o en_GB/LC_MESSAGES/meld.mo 
 en_GB.po
 mkdir -m 755 -p es/LC_MESSAGES/  msgfmt -c -o es/LC_MESSAGES/meld.mo es.po
 mkdir -m 755 -p fi/LC_MESSAGES/  msgfmt -c -o fi/LC_MESSAGES/meld.mo fi.po
 mkdir -m 755 -p fr/LC_MESSAGES/  msgfmt -c -o fr/LC_MESSAGES/meld.mo fr.po
 mkdir -m 755 -p hu/LC_MESSAGES/  msgfmt -c -o hu/LC_MESSAGES/meld.mo hu.po
 hu.po:8: nplurals = 1...
 hu.po:101: ...but some messages have 2 plural forms
 msgfmt: found 1 fatal error
 make[2]: *** [hu/LC_MESSAGES/meld.mo] Error 1
 make[2]: Leaving directory `/build/buildd/meld-1.1.3/po'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/meld-1.1.3'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20060828-1809
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpJqDRI5tmF4.pgp
Description: PGP signature


Bug#385185: ocp: FTBFS: kickload.c:203: error: 'struct sigcontext' has no member named 'eax'

2006-08-29 Thread Florent Bayle
Package: ocp
Version: 0.1.10rc6-2
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of ocp_0.1.10rc6-2 on saturne by sbuild/amd64 85
 Build started at 20060829-1009
 **

[...]

 /usr/bin/make
 make[1]: Entering directory `/build/buildd/ocp-0.1.10rc6'
 /usr/bin/make -C binfile TOPDIR=.././
 make[2]: Entering directory `/build/buildd/ocp-0.1.10rc6/binfile'
 x86_64-linux-gnu-gcc -Wall -g -fPIC -O2 -fPIC -Wall -I.././ binfpak.c -c -o 
 binfpak.o
 make[2]: Leaving directory `/build/buildd/ocp-0.1.10rc6/binfile'
 /usr/bin/make -C boot TOPDIR=.././
 make[2]: Entering directory `/build/buildd/ocp-0.1.10rc6/boot'
 x86_64-linux-gnu-gcc -Wall -g -fPIC -O2 -fPIC -Wall -I.././ kickload.c -o 
 kickload.o -c
 kickload.c: In function 'dumpcontext':
 kickload.c:203: error: 'struct sigcontext' has no member named 'eax'
 kickload.c:203: error: 'struct sigcontext' has no member named 'ebx'
 kickload.c:203: error: 'struct sigcontext' has no member named 'ecx'
 kickload.c:203: error: 'struct sigcontext' has no member named 'edx'
 kickload.c:204: error: 'struct sigcontext' has no member named 'ds'
 kickload.c:204: error: 'struct sigcontext' has no member named 'es'
 kickload.c:204: error: 'struct sigcontext' has no member named 'ss'
 kickload.c:205: error: 'struct sigcontext' has no member named 'edi'
 kickload.c:205: error: 'struct sigcontext' has no member named 'esi'
 kickload.c:205: error: 'struct sigcontext' has no member named 'ebp'
 kickload.c:205: error: 'struct sigcontext' has no member named 'esp_at_signal'
 kickload.c:206: error: 'struct sigcontext' has no member named 'eip'
 make[2]: *** [kickload.o] Error 1
 make[2]: Leaving directory `/build/buildd/ocp-0.1.10rc6/boot'
 make[1]: *** [dirs] Error 2
 make[1]: Leaving directory `/build/buildd/ocp-0.1.10rc6'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060829-1010
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpG1e0d1vOUs.pgp
Description: PGP signature


Processed: sendmail 8.13.8 fixes remote DoS vulnerability

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 385054 CVE-2006-4434: sendmail 8.13.8 fixes remote DoS vulnerability
Bug#385054: sendmail 8.13.8 fixes remote DoS vulnerability
Changed Bug title.

 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#385060: asterisk: Asterisk MGCP AUEP Response Handling Buffer Overflow

2006-08-29 Thread Stefan Fritsch
retitle 385060 CVE-2006-4346: Asterisk MGCP AUEP Response Handling Buffer 
Overflow
thanks

CVE-2006-4346 has been assigned to this issue.


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



Bug#385149: openoffice.org-base: oobase crashes when starting

2006-08-29 Thread rob

Rene Engelhard wrote:

tag 385149 + moreinfo
thanks

Hi,

Am Dienstag, 29. August 2006 15:50 schrieb Mechtilde:

Starting from terminal gives: *** glibc detected *** free(): invalid
pointer: 0xb61ed890 ***

Not sure if relevant but kernel patched with Ingo Molnar’s realtime
preemption patch


Can you try with a normal kernel?
Because of:

[...]

It works for me.

I can use Base on 2.0.3-6 from sid without a crash.


Thanks, I'll try later on my machine, too...

Regards,

Rene


Hi

Unfortunately the rt patch isn't the culprit but NVidia propriety 
driver, which I installed when I could'nt get the Debian package to 
build in m-a, that is at fault.



Sorry to waste your time

rob



Bug#385054: sendmail 8.13.8 fixes remote DoS vulnerability

2006-08-29 Thread Stefan Fritsch
retitle 385054 CVE-2006-4434: sendmail 8.13.8 fixes remote DoS vulnerability
thanks

CVE-2006-4434 has been assigned to this issue.


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



Bug#385149: marked as done (openoffice.org-base: oobase crashes when starting)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 18:55:52 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#385149: openoffice.org-base: oobase crashes when starting
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---

Subject: openoffice.org-base: oobase crashes when starting
Package: openoffice.org-base
Version: 2.0.3-6
Severity: grave
Justification: renders package unusable

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

Starting from terminal gives: *** glibc detected *** free(): invalid 
pointer: 0xb61ed890 ***


Not sure if relevant but kernel patched with Ingo Molnar’s realtime 
preemption patch





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.17-rt8test1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-base depends on:
ii  gij-4.1 [jav 4.1.1-10The GNU Java bytecode 
interpreter
ii  java-gcj-com 1.0.56-2Java runtime environment 
using GIJ

ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libhsqldb-ja 1.8.0.2-2   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libstlport4. 4.6.2-3 STLport C++ class library
ii  openoffice.o 2.0.3-6 OpenOffice.org office suite 
archit
ii  openoffice.o 2.0.3-6 OpenOffice.org office suite 
Java s
ii  sun-j2sdk1.5 1.5.0+update07  Java(TM) 2 SDK, Standard 
Edition,


openoffice.org-base recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Hi,

rob wrote:
 Unfortunately the rt patch isn't the culprit but NVidia propriety 
 driver, which I installed when I could'nt get the Debian package to 
 build in m-a, that is at fault.

Thanks. Closing.

Regards,

Rene


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


Processed: Fwd: asterisk: Asterisk MGCP AUEP Response Handling Buffer Overflow

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 385060 CVE-2006-4346: Asterisk MGCP AUEP Response Handling Buffer 
 Overflow
Bug#385060: asterisk: Asterisk MGCP AUEP Response Handling Buffer Overflow
Changed Bug title.

 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#385191: plucker-desktop: won't update channels, no error messages

2006-08-29 Thread Florian Schlichting
Package: plucker-desktop
Version: 1.8-16+b1
Severity: grave
Justification: renders package unusable

since the last update of plucker (1.8-16+b1, a binary NMU by the buildd
to rebuild plucker against python2.4), it won't update my channel any
more. Without any error messages, it merely reports success, albeit
without the usual progress messages (retrieving http:// etc). After 
finishing, there is no file in the output location, or if a file is
still cached in ~/.plucker, it will be copied without being updated.

since updating channels is the whole point of plucker-desktop, I believe
the severity is justified

[EMAIL PROTECTED]:~$ cat PlkrLog_2006-08-29_191235.txt 
Initializing Plucker spidering engine...
 
---
Updating channel: Heise7Tage...
---
Installing channel output to destinations...
Setting new due date...
Tasks completed for all channels.


my un-educated guess: the NMU'er forgot to take into account the effects
of various FutureWarnings für python2.4 reported in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381343


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (350, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages plucker-desktop depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libwxgtk2.4-12.4.5.1 wxWindows Cross-platform C++ GUI t
ii  libwxgtk2.4-1-contrib2.4.5.1 wxWindows Cross-platform C++ GUI t
ii  plucker  1.8-16+b1   Pluck stuff from the web and read 

plucker-desktop recommends no packages.

-- no debconf information



signature.asc
Description: Digital signature


Bug#385194: kdebase source is missing debian/debian-kde_default.png

2006-08-29 Thread Sean Meiners
Source: kdebase
Version: 3.5.4-2
Severity: serious
Tags: etch

When trying to build kdebase with dpkg-buildpackage I ran across the following 
error:

install -p -D -m644 debian/debian-kde_default.png 
debian/kdebase-data/usr/share/wallpapers/debian-kde_default.png
install: cannot stat `debian/debian-kde_default.png': No such file or 
directory
make: *** [binary-install/kdebase-data] Error 1

On further investigation I was able to find several references to 
debian-kde_default.png, but not the file itself.

Note: I've marked this bug as 'serious' because it causes the package to fail 
to build and because patch 22_default_backgrounds.diff changes causes KDE to 
use it as the default.


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



Bug#385055: thttpd: cannot uninstall when daemon is not running

2006-08-29 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Langasek schrieb:
 This is still a policy violation; maintainer scripts aren't supposed to
 invoke init.d scripts directly, they should use invoke-rc.d.
I agree. There is already a bug filed wrt invoke-rc.d (#05). I will
raise the severity of #05, and block this bug by it.
The || true after the stop command must be added regardless of the
usage of invoke-rc.d.

Regards,
  Bastian
- --
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

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

iD8DBQFE9H9XeBwlBDLsbz4RAk30AJ4wfOg35QsIqlfc9rewEq5vLfLECQCgtzE4
rCbuVubpVqMLz8kq7yGbNJQ=
=pEd9
-END PGP SIGNATURE-



Processed: severity of 333305 is serious

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 05 serious
Bug#05: thttpd: use invoke-rc.d
Severity set to `serious' from `normal'


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#385023:

2006-08-29 Thread Dennis Brakhane

Hmm... It seems to work now...

If nobody else reports this problem, this bug can be closed.


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



Processed: block 385055 with 333305

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 block 385055 with 05
Bug#385055: thttpd: cannot uninstall when daemon is not running
Was not blocked by any bugs.
Blocking bugs of 385055 added: 05


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#384957: libfl.a with -fPIC at amd64

2006-08-29 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm trying to solve the bug #384957: libmatheval: FTBFS (amd64):
libfl.a(libyywrap.o): relocation R_X86_64_32 against `a local symbol'
can not be used when making a shared object; recompile with -fPIC.

libmatheval is a shared library and needs libfl.a (flex) at build time,
but it's compiled without -fPIC (as usual) and there aren't a shared
library. Could you provide the shared library or the libfl.a built with
- -fPIC for amd64 at least to solve this bug?

Thant you on advanced.

PD: There are other package affected with this bug ( #373170
setools: FTBFS (amd64): libfl.a(libyywrap.o): ...)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9IbxNTNQylgICMQRAjynAJkBIxKbOBaqG3hpvqI8OFzlqX+DHwCgk4Vs
LqQKdDBfThQYuHm8GJMuDgE=
=oOGA
-END PGP SIGNATURE-


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



Bug#385199: spca5xx-source: version magic '2.6.16-2-686-smp SMP 686 gcc-4.1' should be '2.6.16-2-686-smp SMP 686 gcc-4.0'

2006-08-29 Thread os390
Package: spca5xx-source
Version: 2.6.16-2-686-smp
Severity: grave
Justification: renders package unusable


 version magic '2.6.16-2-686-smp SMP 686 gcc-4.1' should be '2.6.16-2-686-smp 
SMP 686 gcc-4.0

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


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



Bug#385202: libgd-graph-perl: FTBFS: New or changed copyright notices discovered!

2006-08-29 Thread Florent Bayle
Package: libgd-graph-perl
Version: 1.43.08-2
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of libgd-graph-perl_1.43.08-2 on saturne by sbuild/amd64 85
 Build started at 20060829-1357
 **

[...]

 Scanning upstream source for new/changed copyright notices (except debian 
 subdir!)...
 diff --normal debian/copyright_hints debian/copyright_newhints | egrep '^'
  BSRKl?gR!Rx!C`dr(h$/ 
  Sg4o*uY.v,@v{hPW|@n7rjpZ,e]!rT_n;ot$qcN\H=G|;0?+oJx0IENDB`Dustismo is 
  Copyright (C) 2002 Dustin Norlander
 New or changed copyright notices discovered! Do this:
   1) Search source for each of the above lines ('grep -r' is your friend)
   2) Update debian/copyright as needed
   3) Replace debian/copyright_hints with debian/copyright_newhints
 make: *** [clean] Error 1
 **
 Build finished at 20060829-1357
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpz8F7sKa65Q.pgp
Description: PGP signature


Processed: Re: Bug#385111: drscheme: segmentation fault at startup

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 385111 important
Bug#385111: drscheme: segmentation fault at startup
Severity set to `important' from `grave'


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#385203: epylog: FTBFS: rm: cannot remove `/build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc': No such file or directory

2006-08-29 Thread Florent Bayle
Package: epylog
Version: 1.0.3-4
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of epylog_1.0.3-4 on saturne by sbuild/amd64 85
 Build started at 20060829-1357
 **

[...]

 mkdir /build/buildd/epylog-1.0.3/debian/epylog/usr/share/epylog/modules
 for EPYMOD in mail_mod notices_mod spamd_mod logins_mod packets_mod 
 weeder_mod; do \
 /usr/bin/install -c -m 644 $EPYMOD.py $EPYMOD.pyc \
   
 /build/buildd/epylog-1.0.3/debian/epylog/usr/share/epylog/modules/; \
   done
 make[2]: Leaving directory `/build/buildd/epylog-1.0.3/modules'
 make[1]: Leaving directory `/build/buildd/epylog-1.0.3'
 rm /build/buildd/epylog-1.0.3/debian/epylog/usr/share/doc/epylog/INSTALL \
  
 /build/buildd/epylog-1.0.3/debian/epylog/usr/share/doc/epylog/LICENSE \
  
 /build/buildd/epylog-1.0.3/debian/epylog/usr/share/doc/epylog/ChangeLog
 rm 
 /build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc
 rm: cannot remove 
 `/build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc':
  No such file or directory
 make: *** [install] Error 1
 **
 Build finished at 20060829-1358
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpOUIbY8TxG8.pgp
Description: PGP signature


Bug#385185: Patch

2006-08-29 Thread Mario Iseli
tags 385185 + patch

Hi Guerkan!

The fix for this bug is really simple, you only have to depend on
linux-headers, because /usr/include/asm*/sigcontext.h is inside of this
packages which are needed to build. Maybe you should check your packages
next time with piuparts or pbuilder...

-- 
  .''`. Mario Iseli [EMAIL PROTECTED]
 : :'  :proud user of Debian unstable
 `. `'`
   `-  Debian - when you have better things to do than fixing a system


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



Bug#385223: FTBS: php5-5.1.4-0.1

2006-08-29 Thread Bob Tanner
Package: php5
Version: 5.1.4-0.1
Severity: serious
Justification: no longer builds from source

# apt-get source php5=5.1.4-0.1 
# apt-get build-dep  php5=5.1.4-0.1
E: Build-dependencies for php5=5.1.4-0.1 could not be satisfied.

# dpkg-buildpackage -sa
dpkg-checkbuilddeps: Unmet build dependencies: apache-dev (= 1.3.23)
apache2-prefork-dev (= 2.0.53-3)  snip

# apt-cache policy apache-dev
apache-dev:
  Installed: (none)
  Candidate: 1.3.34-4

# apt-cache policy apache2-prefork-dev
apache2-prefork-dev:
  Installed: (none)
  Candidate: 2.0.55-4.1

# apt-get install apache-dev
snip
Setting up apache-dev (1.3.34-4) ...

# apt-get install apache2-prefork-dev
snip
The following packages will be REMOVED:
  apache-dev libdb4.4-dev

?

php5 requires apache-dev and apache2-prefork-dev but both cannot be installed on
the same system?


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

Versions of packages php5 depends on:
ii  libapache2-mod-php5   5.1.4-0.1  server-side, HTML-embedded scripti
ii  php5-common   5.1.4-0.1  Common files for packages built fr

php5 recommends no packages.

-- no debconf information


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



Processed: use invoke-rc.d

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 Tags 05 + patch
Bug#05: thttpd: use invoke-rc.d
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#385181: Patch

2006-08-29 Thread Mario Iseli
tags 385181 + patch

Hi, I have a patch for this bug (write directly to mail because it's so
short:

+++ soundconverter-0.8.7/soundconverter.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
 -# -*- coding: latin-1 -*-
 +# -*- coding: iso-8859-1 -*-
  #

-- 
  .''`. Mario Iseli [EMAIL PROTECTED]
 : :'  :proud user of Debian unstable
 `. `'`
   `-  Debian - when you have better things to do than fixing a system


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



Bug#383744: diff for 3.4.2-8.1 NMU

2006-08-29 Thread Mohammed Adnène Trojette
Hi,

Attached is the diff for my bittorrent 3.4.2-8.1 NMU.
-- 
adn
Mohammed Adnène Trojette
diff -u bittorrent-3.4.2/debian/changelog bittorrent-3.4.2/debian/changelog
--- bittorrent-3.4.2/debian/changelog
+++ bittorrent-3.4.2/debian/changelog
@@ -1,3 +1,12 @@
+bittorrent (3.4.2-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Applied a patch from Michael Vogt to make it work with python2.4
+(HTTPHandler.http_open() return changed) pulled from 3.4.2-3ubuntu2.
+Closes: #383744
+
+ -- Mohammed Adnène Trojette [EMAIL PROTECTED]  Tue, 29 Aug 2006 16:43:05 
+0200
+
 bittorrent (3.4.2-8) unstable; urgency=low
 
   * Make BitTorrent modules accessible. Closes: #381586
only in patch2:
unchanged:
--- bittorrent-3.4.2.orig/BitTorrent/zurllib.py
+++ bittorrent-3.4.2/BitTorrent/zurllib.py
@@ -35,8 +35,14 @@
 if DEBUG: 
  pprint.pprint(headers.dict)
 url = fp.url
-return addinfourldecompress(fp, headers, url)
-
+   resp = addinfourldecompress(fp, headers, url)
+   # As of Python 2.4 http_open response also has 'code' and 'msg'
+# members, and HTTPErrorProcessor breaks if they don't exist.
+   if 'code' in dir(fp):
+   resp.code = fp.code
+   if 'msg' in dir(fp):
+   resp.msg = fp.msg
+   return resp
 
 class addinfourldecompress(addinfourl):
 Do gzip decompression if necessary. Do addinfourl stuff too.


Bug#358309: marked as done (FTBFS: error: request for member '_mp_a' in something not a structure or union)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 15:02:42 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#358309: fixed in gclcvs 2.7.0-55
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: gclcvs
Version: 2.7.0-54
Severity: serious

Your package fails to build in unstable beause of an undefined
reference to 'init_gcl_cmpfun'.


 Automatic build of gclcvs_2.7.0-54 on em64t by sbuild/amd64 1.106
...
 ar rs libgcl.a ../o/alloc.o ../o/array.o ../o/assignment.o ../o/backq.o 
 ../o/bds.o ../o/big.o ../o/bind.o ../o/bitop.o ../o/block.o ../o/catch.o 
 ../o/cfun.o ../o/character.o ../o/clxsocket.o ../o/cmpaux.o 
 ../o/conditional.o ../o/earith.o ../o/error.o ../o/eval.o ../o/fat_string.o 
 ../o/file.o ../o/format.o ../o/frame.o ../o/funlink.o ../o/gbc.o 
 ../o/gcl_readline.o ../o/gmp_wrappers.o ../o/hash.o ../o/init_pari.o 
 ../o/iteration.o ../o/let.o ../o/lex.o ../o/list.o ../o/macros.o ../o/main.o 
 ../o/makefun.o ../o/mapfun.o ../o/multival.o ../o/new_init.o ../o/nfunlink.o 
 ../o/nsocket.o ../o/num_arith.o ../o/num_co.o ../o/num_comp.o ../o/num_log.o 
 ../o/num_pred.o ../o/num_rand.o ../o/num_sfun.o ../o/number.o ../o/package.o 
 ../o/pathname.o ../o/plt.o ../o/predicate.o ../o/print.o ../o/prog.o 
 ../o/read.o ../o/reference.o ../o/regexpr.o ../o/run_process.o 
 ../o/sequence.o ../o/sfasl.o ../o/sockets.o ../o/string.o ../o/structure.o 
 ../o/symbol.o ../o/toplevel.o ../o/typespec.o ../o/unixfasl.o ../o/unixfsys.o 
 ../o/unixsave.o ../o/unixsys.o ../o/unixtime.o ../o/usig.o ../o/usig2.o 
 ../o/utils.o ../lsp/gcl_arraylib.o ../lsp/gcl_assert.o ../lsp/gcl_debug.o 
 ../lsp/gcl_defmacro.o ../lsp/gcl_defstruct.o ../lsp/gcl_describe.o 
 ../lsp/gcl_evalmacros.o ../lsp/gcl_info.o ../lsp/gcl_iolib.o 
 ../lsp/gcl_listlib.o ../lsp/gcl_mislib.o ../lsp/gcl_module.o 
 ../lsp/gcl_numlib.o ../lsp/gcl_packlib.o ../lsp/gcl_predlib.o 
 ../lsp/gcl_seq.o ../lsp/gcl_seqlib.o ../lsp/gcl_serror.o ../lsp/gcl_setf.o 
 ../lsp/gcl_sloop.o ../lsp/gcl_top.o ../lsp/gcl_trace.o 
 ../cmpnew/gcl_cmpbind.o ../cmpnew/gcl_cmpblock.o ../cmpnew/gcl_cmpcall.o 
 ../cmpnew/gcl_cmpcatch.o ../cmpnew/gcl_cmpenv.o ../cmpnew/gcl_cmpeval.o 
 ../cmpnew/gcl_cmpflet.o ../cmpnew/gcl_cmpfun.o ../cmpnew/gcl_cmpif.o 
 ../cmpnew/gcl_cmpinline.o ../cmpnew/gcl_cmplabel.o ../cmpnew/gcl_cmplam.o 
 ../cmpnew/gcl_cmplet.o ../cmpnew/gcl_cmploc.o ../cmpnew/gcl_cmpmain.o 
 ../cmpnew/gcl_cmpmap.o ../cmpnew/gcl_cmpmulti.o ../cmpnew/gcl_cmpspecial.o 
 ../cmpnew/gcl_cmptag.o ../cmpnew/gcl_cmptop.o ../cmpnew/gcl_cmptype.o 
 ../cmpnew/gcl_cmputil.o ../cmpnew/gcl_cmpvar.o ../cmpnew/gcl_cmpvs.o 
 ../cmpnew/gcl_cmpwt.o sys_gcl.o bfd/binutils_bfd_archive.o 
 bfd/binutils_bfd_archures.o bfd/binutils_bfd_bfdio.o bfd/binutils_bfd_bfd.o 
 bfd/binutils_bfd_bfdwin.o bfd/binutils_bfd_cache.o bfd/binutils_bfd_coffgen.o 
 bfd/binutils_bfd_corefile.o bfd/binutils_bfd_format.o bfd/binutils_bfd_init.o 
 bfd/binutils_bfd_libbfd.o bfd/binutils_bfd_opncls.o bfd/binutils_bfd_reloc.o 
 bfd/binutils_bfd_section.o bfd/binutils_bfd_syms.o 
 bfd/binutils_bfd_stab-syms.o bfd/binutils_bfd_targets.o 
 bfd/binutils_bfd_hash.o bfd/binutils_bfd_linker.o bfd/binutils_bfd_srec.o 
 bfd/binutils_bfd_binary.o bfd/binutils_bfd_tekhex.o bfd/binutils_bfd_ihex.o 
 bfd/binutils_bfd_stabs.o bfd/binutils_bfd_merge.o bfd/binutils_bfd_dwarf2.o 
 bfd/binutils_bfd_simple.o bfd/binutils_bfd_archive64.o 
 bfd/binutils_bfd_elf64-x86-64.o bfd/binutils_bfd_elf64.o 
 bfd/binutils_bfd_elf.o bfd/binutils_bfd_elflink.o 
 bfd/binutils_bfd_elf-strtab.o bfd/binutils_bfd_elf-eh-frame.o 
 bfd/binutils_bfd_dwarf1.o bfd/binutils_bfd_elf32-i386.o 
 bfd/binutils_bfd_elf32.o bfd/binutils_bfd_i386linux.o 
 bfd/binutils_bfd_aout32.o bfd/binutils_bfd_efi-app-ia32.o 
 bfd/binutils_bfd_peigen.o bfd/binutils_bfd_cofflink.o 
 bfd/binutils_bfd_elf64-gen.o bfd/binutils_bfd_elf32-gen.o 
 bfd/binutils_bfd_cpu-i386.o bfd/binutils_libiberty_regex.o 
 bfd/binutils_libiberty_cplus-dem.o bfd/binutils_libiberty_cp-demangle.o 
 bfd/binutils_libiberty_md5.o bfd/binutils_libiberty_alloca.o 
 bfd/binutils_libiberty_argv.o bfd/binutils_libiberty_choose-temp.o 
 bfd/binutils_libiberty_concat.o bfd/binutils_libiberty_cp-demint.o 
 bfd/binutils_libiberty_dyn-string.o bfd/binutils_libiberty_fdmatch.o 
 bfd/binutils_libiberty_fibheap.o bfd/binutils_libiberty_floatformat.o 
 bfd/binutils_libiberty_fnmatch.o bfd/binutils_libiberty_getopt.o 
 bfd/binutils_libiberty_getopt1.o bfd/binutils_libiberty_getpwd.o 
 bfd/binutils_libiberty_getruntime.o bfd/binutils_libiberty_hashtab.o 
 

Bug#385161: marked as done (sylpheed-claws-gtk2: FTBFS: /usr/bin/msgfmt: found 1 fatal error)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 15:32:37 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385161: fixed in sylpheed-claws-gtk2 2.5.0~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: sylpheed-claws-gtk2
Version: 2.4.0-1
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of sylpheed-claws-gtk2_2.4.0-1 on saturne by sbuild/amd64 85
 Build started at 20060828-0059
 **

[...]

 rm -f hu.gmo  /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
 945 translated messages, 885 fuzzy translations, 520 untranslated messages.
 /usr/bin/msgmerge --update it.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f it.gmo  /usr/bin/msgfmt -c --statistics -o it.gmo it.po
 2347 translated messages, 1 fuzzy translation, 2 untranslated messages.
 /usr/bin/msgmerge --update ja.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f ja.gmo  /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po
 1464 translated messages, 669 fuzzy translations, 217 untranslated messages.
 /usr/bin/msgmerge --update ko.po sylpheed-claws-gtk2.pot
 .
  done.
 rm -f ko.gmo  /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
 ko.po:6: nplurals = 1...
 ko.po:4315: ...but some messages have 2 plural forms
 /usr/bin/msgfmt: found 1 fatal error
 1689 translated messages, 358 fuzzy translations, 303 untranslated messages.
 make[4]: *** [ko.gmo] Error 1
 make[4]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0/po'
 make[3]: *** [stamp-po] Error 2
 make[3]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0/po'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/sylpheed-claws-gtk2-2.4.0'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060828-0100
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpXh6Z1OvCQL.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: sylpheed-claws-gtk2
Source-Version: 2.5.0~rc2-1

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

libsylpheed-claws-gtk2-dev_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/libsylpheed-claws-gtk2-dev_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-clamav_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-clamav_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-dillo-viewer_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-dillo-viewer_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-doc_2.5.0~rc2-1_all.deb
  to pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-doc_2.5.0~rc2-1_all.deb
sylpheed-claws-gtk2-i18n_2.5.0~rc2-1_all.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-i18n_2.5.0~rc2-1_all.deb
sylpheed-claws-gtk2-pgpinline_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-pgpinline_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-pgpmime_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-pgpmime_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-plugins_2.5.0~rc2-1_all.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-plugins_2.5.0~rc2-1_all.deb
sylpheed-claws-gtk2-spamassassin_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-spamassassin_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2-trayicon_2.5.0~rc2-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2/sylpheed-claws-gtk2-trayicon_2.5.0~rc2-1_amd64.deb
sylpheed-claws-gtk2_2.5.0~rc2-1.diff.gz
  to 

Bug#385203: epylog: FTBFS: rm: cannot remove `/build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc': No such file or directory

2006-08-29 Thread Pierre Habouzit
severity 380788 serious
merge 380788 385203
thanks

the current FTBFS will be solved when the package will be updated to the 
last python policy.


Le mar 29 août 2006 21:36, Florent Bayle a écrit :
 Package: epylog
 Version: 1.0.3-4
 Severity: serious
 Justification: no longer builds from source

 Hello,

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


pgpmvrc9LPDPt.pgp
Description: PGP signature


Bug#384910: marked as done (guessnet: FTBFS: Missing Build-Depends on 'pkg-config')

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 14:17:40 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#384910: fixed in guessnet 0.39-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: guessnet
Version: 0.39-1
Severity: serious
Tags: patch

When building 'guessnet' in a clean 'unstable' chroot,
I get the following error:

checking for byacc... no
checking for pkg-config... no
checking for LIBWIBBLE... configure: error: The pkg-config script could not be 
found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBWIBBLE_CFLAGS
and LIBWIBBLE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see http://www.freedesktop.org/software/pkgconfig.
See `config.log' for more details.
make: *** [config.status] Error 1

Please add the missing Build-Depends on 'pkg-config' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/guessnet-0.39/debian/control ./debian/control
--- ../tmp-orig/guessnet-0.39/debian/control2006-08-25 19:19:44.0 
+
+++ ./debian/control2006-08-27 19:56:55.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Enrico Zini [EMAIL PROTECTED]
-Build-Depends: cdbs, debhelper ( 4.1), dh-buildinfo, libnet1-dev (= 
1.1.1rel-2), libpcap-dev, libtut-dev, libwibble-dev (= 0.1.3), libwibble-dev 
( 0.2)
+Build-Depends: cdbs, debhelper ( 4.1), dh-buildinfo, pkg-config, libnet1-dev 
(= 1.1.1rel-2), libpcap-dev, libtut-dev, libwibble-dev (= 0.1.3), 
libwibble-dev ( 0.2)
 Standards-Version: 3.7.2.0
 
 Package: guessnet

---End Message---
---BeginMessage---
Source: guessnet
Source-Version: 0.39-2

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

guessnet_0.39-2.diff.gz
  to pool/main/g/guessnet/guessnet_0.39-2.diff.gz
guessnet_0.39-2.dsc
  to pool/main/g/guessnet/guessnet_0.39-2.dsc
guessnet_0.39-2_i386.deb
  to pool/main/g/guessnet/guessnet_0.39-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.
martin f. krafft [EMAIL PROTECTED] (supplier of updated guessnet 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: Tue, 29 Aug 2006 08:30:18 +0200
Source: guessnet
Binary: guessnet
Architecture: source i386
Version: 0.39-2
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 guessnet   - Guess which LAN a network device is connected to
Closes: 384910
Changes: 
 guessnet (0.39-2) unstable; urgency=low
 .
   * Added pkg-config to build dependencies, thanks to Andreas Jochens for the
 note (closes: #384910).
Files: 
 6e550f9393093a58f1efeb1f85a97faf 745 net optional guessnet_0.39-2.dsc
 4a15169a08acf9dd8428a8c169eb280e 4452 net optional guessnet_0.39-2.diff.gz
 c73ac1d767b7bdb7cb5bc1314ce4312f 307640 net optional guessnet_0.39-2_i386.deb

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

iD8DBQFE9JLi9LSwzHl+v6sRAo3ZAKCG4i6MzGC5bcYbP96IkyGl5VqYswCfdHJm
03K8z8dbsNQW2IQiBLpoWm0=
=mPLa
-END PGP SIGNATURE-

---End Message---


Bug#385224: [experimental] slrn segfaults in strlen() on some articles

2006-08-29 Thread Bernhard Schmidt
Package: slrn
Version: 0.9.8.1pl2~cvs20060816-2
Severity: serious
Justification: segfault

The version in experimental reproducibly dies when selecting special
articles in the article pager. Running in gdb does not give much output
unfortunately:

Program received signal SIGSEGV, Segmentation fault.
0xb7ce1203 in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb7ce1203 in strlen () from /lib/tls/libc.so.6
#1  0x0807e454 in ?? ()

One article that _always_ kills slrn is news.gmane.org, group
gmane.org.operators.nanog, article #43204 (MsgID
[EMAIL PROTECTED], Experiences with DDoS
platforms... by Fergie). Happens several times to me per day.

Thanks for the experimental release though, finally a slrn with good UTF-8
support.

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

Versions of packages slrn depends on:
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcanlock2   2b-4   library for creating and verifying
ii  libgnutls13   1.4.2-1the GNU TLS library - runtime libr
ii  libslang2 2.0.6-2The S-Lang programming library - r

slrn recommends no packages.

-- debconf information:
  slrn/getdescs_now: false
* shared/mailname: obelix.birkenwald.de
  slrn/manual_getdescs:
* shared/news/server: localhost
  slrn/getdescs: cron job
  slrn/lost_slrnpull:


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



Processed: tagging 385165

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 385165 sid
Bug#385165: squirrelmail-locales: FTBFS: msgfmt: found 1 fatal error
There were no tags set.
Tags added: sid


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#385054: marked as done (CVE-2006-4434: sendmail 8.13.8 fixes remote DoS vulnerability)

2006-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2006 14:47:51 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385054: fixed in sendmail 8.13.8-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: sendmail
Severity: grave
Tags: security
Justification: user security hole

According to [1], one of the problems fixed in 8.13.8 can be
used for a remote denial of service attack.

[1] http://secunia.com/advisories/21637/ 


AFAICS there is no CVE-id yet.

---End Message---
---BeginMessage---
Source: sendmail
Source-Version: 8.13.8-1

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

libmilter-dev_8.13.8-1_i386.deb
  to pool/main/s/sendmail/libmilter-dev_8.13.8-1_i386.deb
libmilter0-dbg_8.13.8-1_i386.deb
  to pool/main/s/sendmail/libmilter0-dbg_8.13.8-1_i386.deb
libmilter0_8.13.8-1_i386.deb
  to pool/main/s/sendmail/libmilter0_8.13.8-1_i386.deb
rmail_8.13.8-1_i386.deb
  to pool/main/s/sendmail/rmail_8.13.8-1_i386.deb
sendmail-base_8.13.8-1_all.deb
  to pool/main/s/sendmail/sendmail-base_8.13.8-1_all.deb
sendmail-bin_8.13.8-1_i386.deb
  to pool/main/s/sendmail/sendmail-bin_8.13.8-1_i386.deb
sendmail-cf_8.13.8-1_all.deb
  to pool/main/s/sendmail/sendmail-cf_8.13.8-1_all.deb
sendmail-doc_8.13.8-1_all.deb
  to pool/main/s/sendmail/sendmail-doc_8.13.8-1_all.deb
sendmail_8.13.8-1.diff.gz
  to pool/main/s/sendmail/sendmail_8.13.8-1.diff.gz
sendmail_8.13.8-1.dsc
  to pool/main/s/sendmail/sendmail_8.13.8-1.dsc
sendmail_8.13.8-1_all.deb
  to pool/main/s/sendmail/sendmail_8.13.8-1_all.deb
sendmail_8.13.8.orig.tar.gz
  to pool/main/s/sendmail/sendmail_8.13.8.orig.tar.gz
sensible-mda_8.13.8-1_i386.deb
  to pool/main/s/sendmail/sensible-mda_8.13.8-1_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.
Richard A Nelson (Rick) [EMAIL PROTECTED] (supplier of updated sendmail 
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-

Format: 1.7
Date: Tue, 29 Aug 2006 14:00:00 -
Source: sendmail
Binary: libmilter-dev rmail sendmail sendmail-doc libmilter0 sendmail-cf 
sensible-mda libmilter0-dbg sendmail-base sendmail-bin
Architecture: source all i386
Version: 8.13.8-1
Distribution: unstable
Urgency: high
Maintainer: Richard A Nelson (Rick) [EMAIL PROTECTED]
Changed-By: Richard A Nelson (Rick) [EMAIL PROTECTED]
Description: 
 libmilter-dev - Sendmail Mail Filter API (Milter)
 libmilter0 - Sendmail Mail Filter API (Milter)
 libmilter0-dbg - Sendmail Mail Filter API (Milter)
 rmail  - MTA-UUCP remote mail handler
 sendmail   - powerful, efficient, and scalable Mail Transport Agent
 sendmail-base - powerful, efficient, and scalable Mail Transport Agent
 sendmail-bin - powerful, efficient, and scalable Mail Transport Agent
 sendmail-cf - powerful, efficient, and scalable Mail Transport Agent
 sendmail-doc - powerful, efficient, and scalable Mail Transport Agent
 sensible-mda - Mail Delivery Agent wrapper
Closes: 385054
Changes: 
 sendmail (8.13.8-1) unstable; urgency=high
 .
* CVE-2006-4434: sendmail 8.13.8 fixes remote DoS vulnerability
  use-after-free vulnerability in Sendmail before 8.13.8
  closes: #385054
 .
* I hadn't released this earlier because I had the 8.13.7 errata
  patches in 8.13.7-2, so it didn't look like a big deal.
Files: 
 4e3012239cfd66c96113e686a01fef14 1021 mail extra sendmail_8.13.8-1.dsc
 bcdd005ae02fdb0ecef2d6b21ac44e5d 1995868 mail extra sendmail_8.13.8.orig.tar.gz
 1e885ae4bfc1d0be42f47b9f2a66ebef 376575 mail extra sendmail_8.13.8-1.diff.gz
 d9c3ffc45b9aea466c33536b3bdba424 821158 doc extra sendmail-doc_8.13.8-1_all.deb
 eb704edbed172f070a6e0f54bdda6653 197676 mail extra sendmail_8.13.8-1_all.deb
 b9ad31d1455643e6394d987b14027116 345222 mail extra 
sendmail-base_8.13.8-1_all.deb
 9695d3f668df09f3a7275d404e44756e 283982 mail extra sendmail-cf_8.13.8-1_all.deb
 5d0d72203065c8ac2946ca32324f7c01 830758 mail extra 
sendmail-bin_8.13.8-1_i386.deb
 ac5bb0e603fb600dcac201fcb8852228 228190 mail extra rmail_8.13.8-1_i386.deb
 48ed416df51e08cbdcceeb955adf07d7 202888 mail extra 

Processed: Re: Bug#385203: epylog: FTBFS: rm: cannot remove `/build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc': No such file or directory

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 380788 serious
Bug#380788: Python transition (#2): you are building a private python module !
Severity set to `serious' from `important'

 merge 380788 385203
Bug#380788: Python transition (#2): you are building a private python module !
Bug#385203: epylog: FTBFS: rm: cannot remove 
`/build/buildd/epylog-1.0.3/debian/epylog/usr/lib/python2.3/site-packages/epylog/*.pyc':
 No such file or directory
Merged 380788 385203.

 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: severity of 333305 is important

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
  # not all policy violations are RC
 severity 05 important
Bug#05: thttpd: use invoke-rc.d
Severity set to `important' from `serious'


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

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 385181 + patch
Bug#385181: soundconverter: FTBFS: xgettext: Non-ASCII string at 
soundconverter.py:72.
There were no tags set.
Tags added: patch

 Hi, I have a patch for this bug (write directly to mail because it's so
Unknown command or malformed arguments to command.

 short:
Unknown command or malformed arguments to command.

 +++ soundconverter-0.8.7/soundconverter.py
Unknown command or malformed arguments to command.

 @@ -1,5 +1,5 @@
Unknown command or malformed arguments to command.

  #!/usr/bin/python
  -# -*- coding: latin-1 -*-
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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 bittorrent 3.4.2-8.1

2006-08-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 383744 + fixed
Bug#383744: bittorrent: btdownloadcurses fails with traceback
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]



  1   2   >