Bug#426630: lwat: postinst fails to install admin.ini

2007-05-30 Thread Finn-Arne Johansen
Package: lwat
Version: 0.14-3
Severity: grave
Justification: renders package unusable


When installed lwat from unstable/testing, I get no /etc/lwat/admin.ini

This makes it impossible to add new users, which is a core function for lwat. 


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (1000, 'stable'), (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages lwat depends on:
ii  apache22.2.3-4   Next generation, scalable, extenda
ii  apache2-mpm-prefork [apach 2.2.3-4   Traditional model for Apache HTTPD
ii  debconf [debconf-2.0]  1.5.11Debian configuration management sy
ii  libapache2-mod-php55.2.0-8+etch4 server-side, HTML-embedded scripti
ii  php5   5.2.0-8+etch4 server-side, HTML-embedded scripti
ii  php5-cli   5.2.0-8+etch4 command-line interpreter for the p
ii  php5-ldap  5.2.0-8+etch4 LDAP module for php5
ii  smarty-gettext 1.0b1-2   provides gettext support for smart

lwat recommends no packages.

-- debconf information:
* shared/ldapns/base-dn: dc=bzzware,dc=org
* lwat/authprefix: ou=AuthGroup
* lwat/minPwLength: 5
* lwat/allowPwSet: true
* lwat/minPwLower: 0
* lwat/netgroupprefix: ou=Netgroup
* lwat/domain: test.bzzware.org
* lwat/minPwNumber: 0
* shared/ldapns/ldap-server: localhost
* lwat/uselisgroup: false
* lwat/minPwUpper: 0
* lwat/hostprefix: ou=Hosts
* lwat/homedirlocation: /home
* lwat/groupprefix: ou=Group
* lwat/templates: educational institution


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



Bug#426397: marked as done (libcrypto++: FTBFS: cp: cannot create directory `debian/tmp/usr/share/crypto--': No such file or directory)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 09:01:04 +0200
with message-id [EMAIL PROTECTED]
and subject line 
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: libcrypto++
Version: 5.5-1
Severity: serious
Tags: patch

Hello.

The latest version of libcrypto++ fails to build from source in the
alpha, mips, and mipsel autobuilders. If I'm not mistaken, this is
related to the fact that these autobuilders use sudo instead of fakeroot
to build the packages, which does not preserve the environment, thus the
variable $(PWD) that is used in debian/rules is not defined.

To fix this, simply replace $(PWD) with $(CURDIR), which is a make
variable and always defined.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Truth is the most valuable thing we have, so let's economize it.
-- Mark Twain


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

Fixed with uploaded 5.5-2 by using CURDIR throughout debian/rules.
---End Message---


Bug#426395: libc dlopening libgcc on arm

2007-05-30 Thread Aurelien Jarno
Joey Hess a écrit :
 Just spent half an hour since my slug wouldn't boot and I had to reflash
 an old initramfs. This bug should be fixed ASAP before it breaks a lot
 of systems.
 
 [EMAIL PROTECTED]:/tmp/initramfsmkinitramfs -o out -k
 Working files in /root/tmp/mkinitramfs_tj3082 and overlay in 
 /root/tmp/mkinitramfs-OL_jH3085
 [EMAIL PROTECTED]:/tmp/initramfschroot /root/tmp/mkinitramfs_tj3082 bin/sh
 libgcc_s.so.1 must be installed for pthread_cancel to work
 [EMAIL PROTECTED]:~/tmp/initramfsstrings /lib/libc.so.6|grep 'libgcc_s.so.1 
 must be installed for pthread_cancel to wor'
 libgcc_s.so.1 must be installed for pthread_cancel to work
 [EMAIL PROTECTED]:~/tmp/mkinitramfs_tj3082dpkg -l libc6 
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 ii  libc6  2.5-9  GNU C Library: Shared libraries
 
 This need for libgcc without direct linkage to it seems to be specific to
 arm. CCing the glibc maintainers for comment; you can find the code that does
 this under ports/sysdeps/unix/sysv/linux/arm/.
 

This code is actually present on all architectures. I am currently
trying to see what makes arm different.

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


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



Bug#426395: libc dlopening libgcc on arm

2007-05-30 Thread Aurelien Jarno
Aurelien Jarno a écrit :
 Joey Hess a écrit :
 Just spent half an hour since my slug wouldn't boot and I had to reflash
 an old initramfs. This bug should be fixed ASAP before it breaks a lot
 of systems.

 [EMAIL PROTECTED]:/tmp/initramfsmkinitramfs -o out -k
 Working files in /root/tmp/mkinitramfs_tj3082 and overlay in 
 /root/tmp/mkinitramfs-OL_jH3085
 [EMAIL PROTECTED]:/tmp/initramfschroot /root/tmp/mkinitramfs_tj3082 bin/sh
 libgcc_s.so.1 must be installed for pthread_cancel to work
 [EMAIL PROTECTED]:~/tmp/initramfsstrings /lib/libc.so.6|grep 'libgcc_s.so.1 
 must be installed for pthread_cancel to wor'
 libgcc_s.so.1 must be installed for pthread_cancel to work
 [EMAIL PROTECTED]:~/tmp/mkinitramfs_tj3082dpkg -l libc6 
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 ii  libc6  2.5-9  GNU C Library: Shared libraries

 This need for libgcc without direct linkage to it seems to be specific to
 arm. CCing the glibc maintainers for comment; you can find the code that does
 this under ports/sysdeps/unix/sysv/linux/arm/.

 
 This code is actually present on all architectures. I am currently
 trying to see what makes arm different.
 

The same code is also present on glibc 2.3.6 for nptl builds. So at
least amd64 is using it in etch for the initrd.

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


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



Bug#426630: lwat on debian-edu

2007-05-30 Thread Ronny Aasen
I had lwat 0.14-3 on my debian-edu etch system. /etc/lwat/admin.ini present

purged lwat and reinstalled with lwat from sid version 0.14-3

I have /etc/lwat/admin.ini both in my etch installed from dvd and after
the apt-get from sid.

Ronny Aasen




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



Bug#426332: marked as done (initramfs-tools: architectural confusion - looks for 486 instead of K7)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 09:53:00 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#426332: initramfs-tools: architectural confusion - looks 
for 486 instead of K7
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: initramfs-tools
Version: 0.88
Severity: grave
Justification: renders package unusable

...
Setting up initramfs-tools (0.88) ...
update-initramfs: Generating /boot/initrd.img-2.6.18-4-k7
ERROR lilo fails for new /boot/initrd.img-2.6.18-4-k7:

Added 2.6.18-4-k7 *
Fatal: open /boot/vmlinuz-2.6.18-4-486: No such file or directory
dpkg: error processing initramfs-tools (--configure):
 subprocess post-installation script returned error exit status 1
Setting up libmozjs0d (1.8.1.4-1) ...

Setting up libxul-common (1.8.1.4-1) ...
Setting up libxul0d (1.8.1.4-1) ...

Errors were encountered while processing:
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up initramfs-tools (0.88) ...
update-initramfs: Generating /boot/initrd.img-2.6.18-4-k7
ERROR lilo fails for new /boot/initrd.img-2.6.18-4-k7:

Added 2.6.18-4-k7 *
Fatal: open /boot/vmlinuz-2.6.18-4-486: No such file or directory
dpkg: error processing initramfs-tools (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 initramfs-tools
[EMAIL PROTECTED]:~#

-- Package-specific info:
-- /proc/cmdline
auto BOOT_IMAGE=2.6.18-4-k7 ro root=302 noapic idebus=66

-- /proc/filesystems
cramfs
ext3

-- lsmod
Module  Size  Used by
tcp_diag2176  0 
inet_diag  11464  1 tcp_diag
snd_rtctimer4064  1 
binfmt_misc11272  1 
nfs   203980  0 
lockd  55240  1 nfs
nfs_acl 3904  1 nfs
sunrpc139772  4 nfs,lockd,nfs_acl
ipt_REJECT  5568  1 
xt_tcpudp   3456  23 
ipt_LOG 6464  5 
iptable_filter  3392  1 
iptable_mangle  3200  0 
iptable_nat 7428  0 
ip_nat 17260  1 iptable_nat
ip_tables  13476  3 iptable_filter,iptable_mangle,iptable_nat
ppdev   8964  0 
lp 11300  0 
ipv6  228000  36 
cpufreq_userspace   4768  0 
cpufreq_stats   5696  0 
freq_table  4832  1 cpufreq_stats
cpufreq_powersave   2240  0 
cpufreq_ondemand6924  0 
cpufreq_conservative 7624  0 
dm_snapshot15904  0 
dm_mirror  19600  0 
dm_mod 50776  2 dm_snapshot,dm_mirror
eeprom  7504  0 
lm80   16080  0 
xt_state2560  0 
xt_conntrack2944  0 
x_tables   13636  7 
ipt_REJECT,xt_tcpudp,ipt_LOG,iptable_nat,ip_tables,xt_state,xt_conntrack
ip_conntrack   49504  4 iptable_nat,ip_nat,xt_state,xt_conntrack
nfnetlink   7128  2 ip_nat,ip_conntrack
snd_emu10k1_synth   7296  0 
snd_emu10k1   102912  1 snd_emu10k1_synth
snd_emux_synth 31040  1 snd_emu10k1_synth
snd_seq_virmidi 7232  1 snd_emux_synth
snd_seq_midi_emul   6272  1 snd_emux_synth
snd_hwdep   9156  2 snd_emu10k1,snd_emux_synth
snd_util_mem4992  2 snd_emu10k1,snd_emux_synth
button  6928  0 
ac  5508  0 
sb_lib 41668  0 
uart40111524  1 sb_lib
sound  70440  2 sb_lib,uart401
usbkbd  7104  0 
tsdev   7808  0 
snd_via82xx26264  0 
gameport   14920  1 snd_via82xx
snd_ac97_codec 83360  2 snd_emu10k1,snd_via82xx
snd_ac97_bus2688  1 snd_ac97_codec
snd_pcm_oss39200  0 
snd_mixer_oss  15552  1 snd_pcm_oss
snd_pcm68996  4 
snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc  9928  3 snd_emu10k1,snd_via82xx,snd_pcm
snd_mpu401_uart 8384  1 snd_via82xx
snd_seq_dummy   4164  0 
snd_seq_oss29120  0 
snd_seq_midi8544  0 
snd_rawmidi23200  4 
snd_emu10k1,snd_seq_virmidi,snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event  7488  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq46224  10 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  21316  4 

Processed: severity of 426395 is important

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 severity 426395 important
Bug#426395: initramfs-tools: omission of libgcc_s.so.1 from initramfs makes 
Linksys NSLU2 unbootable
Severity set to `important' from `critical'


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#426258: cinelerra: playback does not stop

2007-05-30 Thread Martin Michlmayr
* Florian Cramer [EMAIL PROTECTED] [2007-05-27 16:39]:
 Package: cinelerra

This package doesn't appear to be in Debian.  Did you get it from
another web site?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#426444: libtalloc-dev: Should depend on libtalloc1

2007-05-30 Thread Martin Michlmayr
* Josh Triplett [EMAIL PROTECTED] [2007-05-28 13:56]:
 Package: libtalloc-dev
 Version: 1.0.1-1

There's no such package afaict.  Where did you find it?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#426023: marked as done (poppler: Missing Conflicts/Replaces: to old library names)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 08:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426023: fixed in poppler 0.5.4-6
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: poppler
Version: 0.5.4-4
Severity: serious
Tags: patch

Hi poppler developers!

Recently, the library names were renamed like libpoppler1-glib -
libpoppler-glib1. However, the new packages do not
Conflicts:/Replaces: the old names and they cannot be installed side
by side. This will create a mess on upgrades.

Attached is the patch we use in Ubuntu. Ubuntu also had to do this for
the qt4 package; This is not actually necessary for Debian (since the
qt4 bindings weren't built in Debian before), but it would be great if
you could add them nevertheless, so that Ubuntu can avoid patching the
package just to add this C/R.

Thank you!

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org
diff -u poppler-0.5.4/debian/control poppler-0.5.4/debian/control
--- poppler-0.5.4/debian/control
+++ poppler-0.5.4/debian/control
@@ -1,7 +1,8 @@
 Source: poppler
 Section: devel
 Priority: optional
-Maintainer: Ondřej Surý [EMAIL PROTECTED]
+Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
+XSBC-Original-Maintainer: Ondřej Surý [EMAIL PROTECTED]
 Uploaders: Josselin Mouette [EMAIL PROTECTED], Dave Beckett [EMAIL PROTECTED], Loic Minier [EMAIL PROTECTED], Ross Burton [EMAIL PROTECTED]
 Build-Depends: cdbs, debhelper (= 5), gnome-pkg-tools, libglib2.0-dev (= 2.6), libgtk2.0-dev (= 2.4.0), libfontconfig1-dev, libqt3-mt-dev (= 3:3.3.4-4), libqt4-dev, libglade2-dev, libcairo2-dev, gtk-doc-tools (= 1.0)
 Standards-Version: 3.7.2.2
@@ -29,6 +30,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libpoppler1-glib
+Replaces: libpoppler1-glib
 Description: PDF rendering library (GLib-based shared library)
  Poppler is a PDF rendering library based on xpdf PDF viewer.
  .
@@ -48,6 +51,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libpoppler1-qt
+Replaces: libpoppler1-qt
 Description: PDF rendering library (Qt 3 based shared library)
  Poppler is a PDF rendering library based on xpdf PDF viewer.
  .
@@ -67,6 +72,8 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libpoppler1-qt4
+Replaces: libpoppler1-qt4
 Description: PDF rendering library (Qt 4 based shared library)
  Poppler is a PDF rendering library based on xpdf PDF viewer.
  .
diff -u poppler-0.5.4/debian/changelog poppler-0.5.4/debian/changelog
--- poppler-0.5.4/debian/changelog
+++ poppler-0.5.4/debian/changelog
@@ -1,3 +1,9 @@
+poppler (0.5.4-4ubuntu1) gutsy; urgency=low
+
+  * debian/control: Add Conflicts/Replaces to the old library names.
+
+ -- Martin Pitt [EMAIL PROTECTED]  Fri, 25 May 2007 18:43:39 +0200
+
 poppler (0.5.4-4) unstable; urgency=low
 
   * The Augean Stables release.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: poppler
Source-Version: 0.5.4-6

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

libpoppler-dev_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-dev_0.5.4-6_i386.deb
libpoppler-glib-dev_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-glib-dev_0.5.4-6_i386.deb
libpoppler-glib1_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-glib1_0.5.4-6_i386.deb
libpoppler-qt-dev_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-qt-dev_0.5.4-6_i386.deb
libpoppler-qt1_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-qt1_0.5.4-6_i386.deb
libpoppler-qt4-1_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-qt4-1_0.5.4-6_i386.deb
libpoppler-qt4-dev_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler-qt4-dev_0.5.4-6_i386.deb
libpoppler1_0.5.4-6_i386.deb
  to pool/main/p/poppler/libpoppler1_0.5.4-6_i386.deb
poppler-utils_0.5.4-6_i386.deb
  to pool/main/p/poppler/poppler-utils_0.5.4-6_i386.deb
poppler_0.5.4-6.diff.gz
  to pool/main/p/poppler/poppler_0.5.4-6.diff.gz
poppler_0.5.4-6.dsc
  to pool/main/p/poppler/poppler_0.5.4-6.dsc



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 

Bug#424770: marked as done (can't install git-core and cogito)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 09:07:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#424770: can't install git-core and cogito
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: git-core
Version: 1.4.2-0
Severity: critical
Tags: sid

I can't install the package cogito when i have used apt-get install
cogito it say me the package git-core is defective.

The error:
# apt-get install cogito
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.

Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
probablement pas installable et vous devriez envoyer un rapport de bogue.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
 cogito: Dépend: git-core ( 1:1.4.2-0) mais ne sera pas installé
E: Paquets défectueux


I am using Debian unstable 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC
2007 i686 GNU/Linux



--
Cordialement,

Tony EMMA

_

Chef de Projet Informatique
Reshape-music.com

Tél.: 06 03 57 44 66
_
---End Message---
---BeginMessage---
On Fri, May 18, 2007 at 08:43:36AM +, Gerrit Pape wrote:
 On Thu, May 17, 2007 at 11:25:16AM +0200, Emma Tony wrote:
  I can't install the package cogito when i have used apt-get install
  cogito it say me the package git-core is defective.
 
 this is a temporary problem in the unstable distribution due to a
 libcurl transition.  The current git-core package for i386 is built
 against libcurl3-gnutls which isn't available anymore; the new build
 against libcurl4 is not yet available for i386, but will be probably
 soon.

Fixed now.  Regards, Gerrit.
---End Message---


Bug#422293: aolserver4 - Fails to install

2007-05-30 Thread Steve Langasek

 /etc/ld.so.conf.d is not for private libs. Use rpath.

Furthermore, the same failure is still happening on the buildds when using
aolserver4 4.5.0-6.

-- 
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#422957: marked as done (FTBFS: Please adapt to the $(moduledir) change in scim 1.4.6-1)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 11:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#422957: fixed in scim-thai 0.1.0-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: scim-thai
Version: 0.1.0-1
Severity: serious
Justification: fails to build from source

Hello scim-thai maintainers,

As you may have read in pkg-ime-devel list [1][2], there is a change in
scim's pkg-config file from upstream, and the variable $(moduledir)
changed.  As a consequence scim-thai 0.1.0-1 in unstable fails to build
with new scim 1.4.6-1, with the following error message:

dh_install --sourcedir=debian/tmp
cp: cannot stat `debian/tmp//usr/lib/scim-1.0/IMEngine/thai.so': No such file 
or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1

I've given a brief summary in my mail [2] on how to fix this, pasted
here for your convenience:
1.  Build-depend on libscim-dev (= 1.4.6-1);
2a. If already using a patch to change @SCIM_MODULEDIR@/* to
@SCIM_MODULEDIR@/1.4.0/* in Makefile.{am,in}, drop such patch.
2b. If not using such a patch, make necessary changes to deal with
the move of installed module files from /usr/lib/scim-1.0/*/ to
/usr/lib/scim-1.0/1.4.0/*/.
3.  (Optional) Change all references to /usr/lib/scim-1.0/1.4.0/ to
/usr/lib/scim-1.0/*/ so that binNMU is possible for the next SCIM
module ABI change.

As your package is the (2b) case, you should start to put the module
files into the ABI-specific /usr/lib/scim-1.0/1.4.0/ directory.  It
seems the only change you need is in the debian/install file.

1. http://lists.alioth.debian.org/pipermail/pkg-ime-devel/2007-April/000322.html
2. http://lists.alioth.debian.org/pipermail/pkg-ime-devel/2007-May/000323.html

Ming
2007.05.08

---End Message---
---BeginMessage---
Source: scim-thai
Source-Version: 0.1.0-2

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

scim-thai_0.1.0-2.diff.gz
  to pool/main/s/scim-thai/scim-thai_0.1.0-2.diff.gz
scim-thai_0.1.0-2.dsc
  to pool/main/s/scim-thai/scim-thai_0.1.0-2.dsc
scim-thai_0.1.0-2_i386.deb
  to pool/main/s/scim-thai/scim-thai_0.1.0-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.
Theppitak Karoonboonyanan [EMAIL PROTECTED] (supplier of updated scim-thai 
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, 20 May 2007 21:35:11 +0700
Source: scim-thai
Binary: scim-thai
Architecture: source i386
Version: 0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Changed-By: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Description: 
 scim-thai  - Thai Input Method Engine for SCIM
Closes: 422957
Changes: 
 scim-thai (0.1.0-2) unstable; urgency=low
 .
   * Install shared objects from usr/lib/scim-1.0/1.4.0/* instead of
 usr/lib/scim-1.0/*, according to new upstream change, fixing FTBFS.
 (Closes: #422957)
   * Build-Depends on libscim-dev (= 1.4.6-1).
   * Bump standards version to 3.7.2.2, no change needed.
   * debian/dirs: remove, unneeded.
   * debian/rules: pass --host=$(DEB_HOST_GNU_TYPE) to configure only when
 cross compiling.
   * Remove rpath info in *.so using chrpath.
   * Don't include config.{guess,sub} in .diff.gz.
Files: 
 0aac30bd379bac36ab73210e4e5e1ec6 665 utils optional scim-thai_0.1.0-2.dsc
 b7edbced699e7060e2bfad7a42973a63 2681 utils optional scim-thai_0.1.0-2.diff.gz
 3c876c9669bae67e8a5ed4fd5dc4e4b2 23418 utils optional 
scim-thai_0.1.0-2_i386.deb

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

iD8DBQFGXVnYgY5NIXPNpFURAg4xAJ9LbzDgx+Ge7sZmOzEblkKMNp5N4gCg0Y97
HJF9kI564c+xZLAFdRq1iwk=
=OSFu
-END PGP SIGNATURE-

---End Message---


Bug#426708: dosemu-freedos: merge with dosemu

2007-05-30 Thread Bart Martens
Package: dosemu-freedos
Severity: serious
Tags: confirmed patch pending

I intend to merge dosemu and dosemu-freedos.  The new name is dosemu.

The severity is serious as in in the package maintainer's opinion,
makes the package unsuitable for release.
http://www.debian.org/Bugs/Developer#severities



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


Bug#426533: marked as done (FTBFS: libmyspell-dev gone)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 13:02:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426533: fixed in ispell-et 20030606.5
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: ispell-et
Severity: serious
Tags: patch

Hi,

As libmyspell-dev is now gone your package FTBFSes because of this.
You should switch to use either hunspell-tools or myspell-tools
(both packages contain the ispellaff2myspell you use)

Trivial patch:

--- control.old 2007-05-29 15:44:08.0 +0200
+++ control 2007-05-29 15:44:57.0 +0200
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Martin-??ric Racine [EMAIL PROTECTED]
-Build-Depends: aspell (=0.60.4), cdbs (= 0.4.28), debhelper (= 4.2.32), 
dictionaries-common-dev (= 0.49.2), ispell (= 3.1.20.0-4), libmyspell-dev (= 
1:3.1-16)
+Build-Depends: aspell (=0.60.4), cdbs (= 0.4.28), debhelper (= 4.2.32), 
dictionaries-common-dev (= 0.49.2), ispell (= 3.1.20.0-4), hunspell-tools | 
myspell-tools
 Standards-Version: 3.7.2

 Package: iestonian

Regards,

Rene


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: ispell-et
Source-Version: 20030606.5

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

aspell-et_20030606.5_all.deb
  to pool/main/i/ispell-et/aspell-et_20030606.5_all.deb
iestonian_20030606.5_i386.deb
  to pool/main/i/ispell-et/iestonian_20030606.5_i386.deb
ispell-et_20030606.5.dsc
  to pool/main/i/ispell-et/ispell-et_20030606.5.dsc
ispell-et_20030606.5.tar.gz
  to pool/main/i/ispell-et/ispell-et_20030606.5.tar.gz
myspell-et_20030606.5_all.deb
  to pool/main/i/ispell-et/myspell-et_20030606.5_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.
Martin-Éric Racine [EMAIL PROTECTED] (supplier of updated ispell-et 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 May 2007 17:27:05 +0300
Source: ispell-et
Binary: aspell-et iestonian myspell-et
Architecture: source all i386
Version: 20030606.5
Distribution: unstable
Urgency: low
Maintainer: Martin-Éric Racine [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 aspell-et  - Estonian dictionary for Aspell
 iestonian  - Estonian dictionary for Ispell
 myspell-et - Estonian dictionary for MySpell
Closes: 426533
Changes: 
 ispell-et (20030606.5) unstable; urgency=low
 .
   * Added Build-Depends alternatives to hunspell-tools | myspell-tools
 to fix FTBFS (Closes: #426533).
Files: 
 97157ba15f6680dce68f8d8f51fea362 696 text optional ispell-et_20030606.5.dsc
 0ad4dd2721561b2a37b2851623ba1199 1730145 text optional 
ispell-et_20030606.5.tar.gz
 a15d6bddaca5a30c999f19b52021b22b 881626 text optional 
myspell-et_20030606.5_all.deb
 97dfc1f77f8097678b46f4b23a1c2562 266922 text optional 
aspell-et_20030606.5_all.deb
 7909706e6e76c292e4719bf42d637f52 2511500 text optional 
iestonian_20030606.5_i386.deb

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

iD8DBQFGXXJcy2+jQOcHWlQRAmdRAJ97anrP8rzZzWED2GmAQQ2+Mugi1ACeKAXf
ULP2o/0HpOvvZJCRUi5rCMk=
=8jHm
-END PGP SIGNATURE-

---End Message---


Bug#426537: marked as done (FTBFS: libmyspell-dev gone)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 13:02:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426537: fixed in rus-ispell 0.99g4-3
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: rus-ispell
Severity: serious
Tags: patch

Hi,

As libmyspell-dev is now gone your package FTBFSes because of this.
You should switch to use either hunspell-tools or myspell-tools
(both packages contain the ispellaff2myspell you use)

Trivial patch:

diff -u rus-ispell-0.99g4/debian/control rus-ispell-0.99g4/debian/control
--- rus-ispell-0.99g4/debian/control
+++ rus-ispell-0.99g4/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Martin-??ric Racine [EMAIL PROTECTED]
 Uploaders: Anton Martchukov [EMAIL PROTECTED]
-Build-Depends: aspell (= 0.60.4), ispell (= 3.1.20.0-4), libmyspell-dev (= 
1:3.1-16), dictionaries-common-dev (= 0.49.2), cdbs (= 0.4.28), debhelper (= 
4.2.32)
+Build-Depends: aspell (= 0.60.4), ispell (= 3.1.20.0-4), hunspell-tools | 
myspell-tools, dictionaries-common-dev (= 0.49.2), cdbs (= 0.4.28), debhelper 
(= 4.2.32)
 Standards-Version: 3.7.2

 Package: irussian

Regards,

Rene


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: rus-ispell
Source-Version: 0.99g4-3

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

aspell-ru_0.99g4-3_all.deb
  to pool/main/r/rus-ispell/aspell-ru_0.99g4-3_all.deb
irussian_0.99g4-3_i386.deb
  to pool/main/r/rus-ispell/irussian_0.99g4-3_i386.deb
myspell-ru_0.99g4-3_all.deb
  to pool/main/r/rus-ispell/myspell-ru_0.99g4-3_all.deb
rus-ispell_0.99g4-3.diff.gz
  to pool/main/r/rus-ispell/rus-ispell_0.99g4-3.diff.gz
rus-ispell_0.99g4-3.dsc
  to pool/main/r/rus-ispell/rus-ispell_0.99g4-3.dsc



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-Éric Racine [EMAIL PROTECTED] (supplier of updated rus-ispell 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 May 2007 17:26:39 +0300
Source: rus-ispell
Binary: irussian myspell-ru aspell-ru
Architecture: source i386 all
Version: 0.99g4-3
Distribution: unstable
Urgency: low
Maintainer: Martin-Éric Racine [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 aspell-ru  - Russian dictionary for Aspell
 irussian   - Russian dictionary for Ispell
 myspell-ru - Russian dictionary for MySpell
Closes: 426537
Changes: 
 rus-ispell (0.99g4-3) unstable; urgency=low
 .
   * Added Build-Depends alternatives to hunspell-tools | myspell-tools
 to fix FTBFS (Closes: #426537).
Files: 
 8f152f70d52bf1a5d1cb97f5ba1984b2 813 text optional rus-ispell_0.99g4-3.dsc
 a8ce9cdf45d471fb978c2522514e28c6 5720 text optional rus-ispell_0.99g4-3.diff.gz
 c024d645dfa9a2867e50e8c5172e5562 497568 text optional 
myspell-ru_0.99g4-3_all.deb
 ef6363585261858bc47f00c44ec331c9 329946 text optional 
aspell-ru_0.99g4-3_all.deb
 870a4b98c450e71132eadc0ae7e6a732 1326294 text optional 
irussian_0.99g4-3_i386.deb

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

iD8DBQFGXXM4y2+jQOcHWlQRAoYTAJ9L6YytGEt7/O2EksXkn2vIutsQYQCgm9uf
Kdsa+rycggbX+s78/2F+5Vg=
=+RT+
-END PGP SIGNATURE-

---End Message---


Bug#426361: fixed

2007-05-30 Thread Marc =?UTF-8?Q?Poulhi=C3=A8s
Yes, the bug seems to be fixed thanks to changes in mono packages.

Marc


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



Bug#425625: CVE-2007-2754: integer overflow and heap-based buffer overflow vulnerability in freetype

2007-05-30 Thread Steve Langasek
On Tue, May 29, 2007 at 12:15:41PM +0100, Steve Kemp wrote:
 On Sun May 27, 2007 at 12:47:58 +0200, Moritz Muehlenhoff wrote:

  I guess we should fix this, it's indirectly remotely exploitable at least
  by providing someone a malformed TTF font file. As libfreetype is an 
  important
  infrastructure library there might also be unforeseen indirect attack
  vectors, like embedding TTFs in other document types, etc.

   Agreed.

  Steve Kemp wanted to work on a DSA, so you should probably check back
  with him before preparing an upload.

   I was planning on handling this yes, so if there were a fixed package
  available for Etch then I'd appreciate seeing it.

Signed package for etch is on its way up to
http://people.debian.org/~vorlon/freetype/ right now (built with -sa, so
should indeed be ready for upload straight to security-master).  Changelog
is:

freetype (2.2.1-5+etch1) stable-security; urgency=high

  * debian/patches-freetype/CVE-2007-2754_ttgfload: address CVE-2007-2754,
a bug allowing execution of arbitrary code via a crafted TTF image by
way of an integer overflow.  Closes: #425625.

 -- Steve Langasek [EMAIL PROTECTED]  Wed, 23 May 2007 03:26:25 -0700

(hmm, date's wrong, that's what I get for just editing the existing -6
changelog entry and renumbering it. :)

Let me know if there's anything else you need from me for etch.  I haven't
yet looked into whether this bug affects the sarge version of the package,
I'll do that next (unless somebody here already knows the answer).

Thanks,
-- 
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#425784: marked as done (glibc_2.6~20070518-2(hppa/experimental): FTBFS: Lowlevel primitives for ld.so not implemented)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 15:13:37 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#425784: glibc_2.6~20070518-2(hppa/experimental): FTBFS: 
Lowlevel primitives for ld.so not implemented
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: glibc
Version: 2.6~20070518-2
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of glibc_2.6~20070518-2 on meitner by sbuild/hppa 98-farm
| Build started at 20070524-0014
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 15.8MB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main glibc 2.6~20070518-2 (dsc) 
[2365B]
| Get:2 http://ftp.de.debian.org experimental/main glibc 2.6~20070518-2 (tar) 
[15.1MB]
| Get:3 http://ftp.de.debian.org experimental/main glibc 2.6~20070518-2 (diff) 
[726kB]
| Fetched 15.8MB in 1m34s (168kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: gettext, make (= 3.80-1), dpkg-dev (= 1.13.5), bzip2, lzma, 
file, quilt, autoconf, sed (= 4.0.5-4), gawk, debhelper (= 5.0), 
linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], mig (= 1.3-2) 
[hurd-i386], hurd-dev (= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386], 
kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64], binutils (= 
2.17cvs20070426-1), gcc-4.0 [hurd-i386], gcc-4.1 (= 4.1.2-5) [!hurd-i386], 
gcc-4.1 (= 4.1.2-6) [hppa], gcc-4.1-multilib [amd64 i386 kfreebsd-amd64 
powerpc ppc64 s390 sparc], libc6-dev-amd64 [i386], libc6-dev-ppc64 [powerpc], 
libc6-dev-i386 [amd64], libc6-dev-powerpc [ppc64], libc6-dev-sparc64 [sparc], 
libc6-dev-s390x [s390], libc0.1-dev-i386 [kfreebsd-amd64]
| Build-Depends-Indep: perl, po-debconf (= 1.0)
| Checking for already installed source dependencies...
| gettext: missing
| Using default version 0.16.1-1 (Priority: 500)
| make: already installed (3.81-3 = 3.80-1 is satisfied)
| dpkg-dev: already installed (1.14.3 = 1.13.5 is satisfied)
| bzip2: missing
| Using default version 1.0.3-7 (Priority: 500)
| lzma: missing
| Using default version 4.43-7 (Priority: 500)
| file: missing
| Using default version 4.20-8 (Priority: 500)
| quilt: missing
| Using default version 0.46-2 (Priority: 500)
| autoconf: missing
| Using default version 2.61-4 (Priority: 500)
| sed: already installed (4.1.5-2 = 4.0.5-4 is satisfied)
| gawk: missing
| Using default version 1:3.1.5.dfsg-4 (Priority: 500)
| debhelper: missing
| Using default version 5.0.49 (Priority: 500)
| linux-libc-dev: missing
| Using default version 2.6.21-2 (Priority: 500)
| binutils: already installed (2.17cvs20070426-6 = 2.17cvs20070426-1 is 
satisfied)
| gcc-4.1: already installed (4.1.2-8 = 4.1.2-5 is satisfied)
| gcc-4.1: already installed (4.1.2-8 = 4.1.2-6 is satisfied)
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
gettext bzip2 lzma file quilt autoconf gawk debhelper linux-libc-dev
| Reading package lists...
| Building dependency tree...
| The following extra packages will be installed:
|   diffstat gettext-base html2text intltool-debian libmagic1 m4 po-debconf
| Suggested packages:
|   autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc dh-make
|   cvs gettext-doc procmail graphviz
| Recommended packages:
|   automaken curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
| The following packages will be REMOVED:
|   linux-kernel-headers*
| The following NEW packages will be installed:
|   autoconf bzip2 debhelper diffstat file gawk gettext gettext-base html2text
|   intltool-debian libmagic1 linux-libc-dev lzma m4 po-debconf quilt
| 0 upgraded, 16 newly installed, 1 to remove and 0 not upgraded.
| Need to get 1077kB/6397kB of archives.
| After unpacking 12.6MB of additional disk space will be used.
| WARNING: The following packages cannot be authenticated!
|   gawk libmagic1 file gettext-base m4 autoconf bzip2 html2text gettext
|   intltool-debian po-debconf debhelper diffstat linux-libc-dev lzma quilt
| Authentication warning overridden.
| Get:1 http://ftp.de.debian.org sid/main bzip2 1.0.3-7 [269kB]
| Get:2 http://ftp.de.debian.org sid/main linux-libc-dev 2.6.21-2 [661kB]
| Get:3 http://ftp.de.debian.org sid/main lzma 4.43-7 [147kB]
| Fetched 1077kB in 10s (99.1kB/s)
| dpkg: linux-kernel-headers: dependency problems, but 

Bug#426054: /usr/share/doc-base/ispell-manual: error upon upgrade: info...

2007-05-30 Thread Agustin Martin
forcemerge  366100   426054
thanks

On Sat, May 26, 2007 at 05:44:25AM +0800, Dan Jacobson wrote:
 Package: ispell
 Version: 3.1.20.0-4.3
 Severity: wishlist
 File: /usr/share/doc-base/ispell-manual
 
 
 Error in `/usr/share/doc-base/ispell-manual', line 16: `Index' value missing 
 for format info

Fixed in 3.1.20.0-4.4, but not yet propagated to testing, merging with other
bugs about this same issue.

Thanks,

-- 
Agustin


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



Processed: Re: Bug#426054: /usr/share/doc-base/ispell-manual: error upon upgrade: info...

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forcemerge  366100   426054
Bug#366100: doc-base: `Index' value missing for `info'
Bug#426054: /usr/share/doc-base/ispell-manual: error upon upgrade: info...
Bug#364535: Buggy /usr/share/doc-base/ispell-manual line 16
Bug#384157: ispell: install error: missing file in install-docs
Bug#384173: ispell: install error: missing file in /usr/sbin/install-docs
Bug#386846: ispell: info error during installation
Bug#401639: ispell: error in control file: `Index' value missing for format 
[...]
Bug#409132: ispell: error in control file: `Index' value missing for format 
`info' at /usr/sbin/install-docs line 709, /usr/share/doc-base/ispell-manual 
line 16.
Bug#424960: doc-base: error at installation
Bug#425590: doc-base: Error In upgrade: 'Index' value missing for format info
Forcibly Merged 364535 366100 384157 384173 386846 401639 409132 424960 425590 
426054.

 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#263358: marked as done (minit: Minit not to be included in sarge, experimental packaging)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 16:06:58 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#263358: minit: Minit not to be included in sarge, 
experimental packaging
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: minit
Version: 0.9.1.cvs20040418-1
Severity: serious
Tags: sarge

Minit should not be included in sarge.
The packaging is experimental and i did not recieve any feedback yet.
Since minit doesn't have any dependencies it can be installed from
unstable on even a potato system easily.

Erich

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

Hi,
Ask Panthera on IRC. He had expressed interest in adopting minit IIRC.
He had actuall promised me a reply by April 6th...

best regards,
Erich Schubert


Hi,

I'm the new maintainer for this package and uses it rather often since
I didn't find any good replacement for what I'm doing with it.

I hope this is a sufficient reason to close the bug :)

Regards,

--
Herve Rousseau
---End Message---


Bug#263358: closed by Hervé Rousseau [EMAIL PROTECTED] (Re: Bug#263358: minit: Minit not to be included in sarge, experimental packaging)

2007-05-30 Thread Erich Schubert
Hello Hervé,
Thanks for adopting minit!

best regards,
Erich Schubert
-- 
erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_
 Reality continues to ruin my life --- Calvin//\
   Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln.   V_/_




Bug#419742: QL-Swig failed again on mips

2007-05-30 Thread Thiemo Seufer
Dirk Eddelbuettel wrote:
 
 MIPSers,
 
 I have an open FTBFS [1] again quantlib-swig, and I don't understand it.  The
 package builds fine on a number of architectures, used to build on mips too,
 has not changed its build instructions but now fails. For the newest from
 today see [2]. Older logs are at [3] and we see that this started with QL
 0.3.14.  Is there anything different that mips requires from QL?

 Upstream, CC'ed here, is also out of ideas.

The thing is mips/mipsel and some other architectures are compiled with -O0.
The resulting object file has quite a bit more than a single C++ call, it
is half a million symbols, with e.g. about ~64000 exception handler frames.

The MIPS toolchain has a limitation on the number of symbols which triggers
here.

I removed the specialcase for mips/mipsel, and retried with version 0.8.0
of the package (the old one doesn't build from unstable anymore). This gets
me back to:

/usr/include/unistd.h:270: error: declaration of 'int eaccess(const char*, int) 
throw ()' throws different exceptions

which is a soon-to-be fixed bug in libc. I believe the specialcase for MIPS
was introduced back when the buildds were too memory limited. Since the
system I tested on (a bcm91250a with 1GB RAM) is the same hardware as our
current mips/mipsel buildds I believe it is safe to remove the special
handling (it might need to stay for arm/m68k, though).


Thiemo


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



Bug#419742: QL-Swig failed again on mips

2007-05-30 Thread Dirk Eddelbuettel

Hi Thimo,

Thanks for the feedback -- much appreciated.

On 30 May 2007 at 16:07, Thiemo Seufer wrote:
| Dirk Eddelbuettel wrote:
|  
|  MIPSers,
|  
|  I have an open FTBFS [1] again quantlib-swig, and I don't understand it.  
The
|  package builds fine on a number of architectures, used to build on mips too,
|  has not changed its build instructions but now fails. For the newest from
|  today see [2]. Older logs are at [3] and we see that this started with QL
|  0.3.14.  Is there anything different that mips requires from QL?
| 
|  Upstream, CC'ed here, is also out of ideas.
| 
| The thing is mips/mipsel and some other architectures are compiled with -O0.
| The resulting object file has quite a bit more than a single C++ call, it

If I wrote 'one call' , I probably meant 'one function'. Sorry.

This is swig-generated code from a __large__ c++ project that takes more than
an hour to build on my reasonably beefy x86 box with 2gb ram.  It may not be
appropriate for mips/mipsel.

| is half a million symbols, with e.g. about ~64000 exception handler frames.

Yup. See above.

| The MIPS toolchain has a limitation on the number of symbols which triggers
| here.
| 
| I removed the specialcase for mips/mipsel, and retried with version 0.8.0
| of the package (the old one doesn't build from unstable anymore). This gets
| me back to:
| 
| /usr/include/unistd.h:270: error: declaration of 'int eaccess(const char*, 
int) throw ()' throws different exceptions
| 
| which is a soon-to-be fixed bug in libc. I believe the specialcase for MIPS
| was introduced back when the buildds were too memory limited. Since the
| system I tested on (a bcm91250a with 1GB RAM) is the same hardware as our
| current mips/mipsel buildds I believe it is safe to remove the special
| handling (it might need to stay for arm/m68k, though).

Could we possibly have a discussion on whether we should exclude the three
related packages

quantlib
quantlib-swig
rquantlib

from building on mips/mipsel and arm?  They are already excluded on m68k (but
then m68k is sort-of a moot point anyway).

Please don't misunderstand my point of view. I like mips. I think I'll get a
'slug' box, and I run a linksys router.  It's just that QuantLib is really
meant for decent-size workstations. 

Thanks for the feedback,  Dirk

-- 
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]



Bug#421140: NMU prep

2007-05-30 Thread Kees Cook
Tags: patch

Hi!  Attached is the NMU I'd like to upload shortly.

Thanks,

-Kees

-- 
Kees Cook@outflux.net
diff -u libgtkada2-2.8.1/debian/control libgtkada2-2.8.1/debian/control
--- libgtkada2-2.8.1/debian/control
+++ libgtkada2-2.8.1/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Ludovic Brenta [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.2.13), gnat (= 4.1), libglade2-dev, 
libpopt-dev, libgnomeui-dev, libglu1-xorg-dev | libglu1-mesa-dev, perl, 
texinfo, quilt, tetex-bin
+Build-Depends: debhelper (= 4.2.13), gnat (= 4.1), libglade2-dev, 
libpopt-dev, libgnomeui-dev, libglu1-xorg-dev | libglu1-mesa-dev, perl, 
texinfo, quilt, texlive, texlive-generic-recommended
 Standards-Version: 3.7.2
 
 Package: libgtkada2-dev
diff -u libgtkada2-2.8.1/debian/changelog libgtkada2-2.8.1/debian/changelog
--- libgtkada2-2.8.1/debian/changelog
+++ libgtkada2-2.8.1/debian/changelog
@@ -1,3 +1,10 @@
+libgtkada2 (2.8.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: tetex-texlive transition to fix FTBFS (Closes: #421140).
+
+ -- Kees Cook [EMAIL PROTECTED]  Wed, 23 May 2007 13:25:51 -0700
+
 libgtkada2 (2.8.1-5) unstable; urgency=low
   
   * patches/00-makefiles.patch: pass @CFLAGS@ to configure, instead of the


Bug#426371: Which Packages?

2007-05-30 Thread Steinar H. Gunderson
On Tue, May 29, 2007 at 08:05:52AM -0400, Filipus Klutiero wrote:
 I'd check if update-manager is using the sid source 
 in /usr/share/update-manager/channels/Debian.info
 Or just monitor network activity while checking updates.

Yes, indeed, Debian.info shows getting sid from
http://http.us.debian.org/debian/ (main only). Why on earth is it doing that?
I've never used http.us.debian.org.

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


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



Bug#419742: QL-Swig failed again on mips

2007-05-30 Thread Thiemo Seufer
Dirk Eddelbuettel wrote:
 
 Hi Thimo,
 
 Thanks for the feedback -- much appreciated.
 
 On 30 May 2007 at 16:07, Thiemo Seufer wrote:
 | Dirk Eddelbuettel wrote:
 |  
 |  MIPSers,
 |  
 |  I have an open FTBFS [1] again quantlib-swig, and I don't understand it.  
 The
 |  package builds fine on a number of architectures, used to build on mips 
 too,
 |  has not changed its build instructions but now fails. For the newest from
 |  today see [2]. Older logs are at [3] and we see that this started with QL
 |  0.3.14.  Is there anything different that mips requires from QL?
 | 
 |  Upstream, CC'ed here, is also out of ideas.
 | 
 | The thing is mips/mipsel and some other architectures are compiled with -O0.
 | The resulting object file has quite a bit more than a single C++ call, it
 
 If I wrote 'one call' , I probably meant 'one function'. Sorry.
 
 This is swig-generated code from a __large__ c++ project that takes more than
 an hour to build on my reasonably beefy x86 box with 2gb ram.  It may not be
 appropriate for mips/mipsel.

Build time up to the failure was 58 minutes on my machine (which is dualcore
but currently runs in UP mode).

[snip]
 | which is a soon-to-be fixed bug in libc. I believe the specialcase for MIPS
 | was introduced back when the buildds were too memory limited. Since the
 | system I tested on (a bcm91250a with 1GB RAM) is the same hardware as our
 | current mips/mipsel buildds I believe it is safe to remove the special
 | handling (it might need to stay for arm/m68k, though).
 
 Could we possibly have a discussion on whether we should exclude the three
 related packages
 
   quantlib
   quantlib-swig
   rquantlib
 
 from building on mips/mipsel and arm?  They are already excluded on m68k (but
 then m68k is sort-of a moot point anyway).
 
 Please don't misunderstand my point of view. I like mips. I think I'll get a
 'slug' box, and I run a linksys router.  It's just that QuantLib is really
 meant for decent-size workstations. 

Given that MIPS today spans the range from said Linksys router over workstation
class machines like the buildds up to a SiCortex SC5832
http://www.sicortex.com/prod_sc5832.shtml I can't follow your rationale.


Thiemo


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



Bug#422482: marked as done (FTBFS: scim_uim_imengine.cpp:839: error: 'uim_set_surrounding_text' was not declared in this scope)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 16:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#422482: fixed in scim-uim 0.2.0-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: scim-uim
Version: 0.1.4-2
Severity: serious
Justification: no longer builds from source

Hi!

scim-uim currently fails to build from source in sid [1]:

--- 8 ---
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src 
-DSCIM_ICONDIR=\/usr/share/scim/icons\ 
-DSCIM_UIM_ICON_FILE=\/usr/share/scim/icons/scim-uim.png\ 
-I/usr/include/scim-1.0 -I/usr/include/uim -W -g -O2 -MT 
uim_la-scim_uim_imengine.lo -MD -MP -MF .deps/uim_la-scim_uim_imengine.Tpo -c 
scim_uim_imengine.cpp  -fPIC -DPIC -o .libs/uim_la-scim_uim_imengine.o
scim_uim_imengine.cpp: In member function 'virtual void 
UIMInstance::select_candidate(unsigned int)':
scim_uim_imengine.cpp:440: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In member function 'virtual void 
UIMInstance::lookup_table_page_down()':
scim_uim_imengine.cpp:473: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In static member function 'static void 
UIMInstance::uim_cand_select_cb(void*, int)':
scim_uim_imengine.cpp:793: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In static member function 'static void 
UIMInstance::uim_surrounding_text_request_cb(void*)':
scim_uim_imengine.cpp:839: error: 'uim_set_surrounding_text' was not declared 
in this scope
make[3]: *** [uim_la-scim_uim_imengine.lo] Error 1
--- 8 ---

[1] http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/scim-uim_0.1.4-2_sid32.buildlog

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: scim-uim
Source-Version: 0.2.0-1

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

scim-uim_0.2.0-1.diff.gz
  to pool/main/s/scim-uim/scim-uim_0.2.0-1.diff.gz
scim-uim_0.2.0-1.dsc
  to pool/main/s/scim-uim/scim-uim_0.2.0-1.dsc
scim-uim_0.2.0-1_amd64.deb
  to pool/main/s/scim-uim/scim-uim_0.2.0-1_amd64.deb
scim-uim_0.2.0.orig.tar.gz
  to pool/main/s/scim-uim/scim-uim_0.2.0.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.
Ming Hua [EMAIL PROTECTED] (supplier of updated scim-uim 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 May 2007 03:44:31 -0500
Source: scim-uim
Binary: scim-uim
Architecture: source amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Ming Hua [EMAIL PROTECTED]
Changed-By: Ming Hua [EMAIL PROTECTED]
Description: 
 scim-uim   - UIM IM engine module for SCIM platform
Closes: 422482
Changes: 
 scim-uim (0.2.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Fix the API incompatibility against uim 1.4.0.  (Closes: #422482)
 - Bump build dependency to libuim-dev (= 1:1.1.0).
 - Add libgcroots-dev to build dependency, working around #423269.
   * Adapt to the $(moduledir) change in scim 1.4.6.
 - Bump build dependency to libscim-dev (= 1.4.6-1).
 - Drop 10_scim-module-install-dir dpatch, no longer needed.
   * Rewrite debian/rules.
 - Use the platform detection code recommended by autotools-dev.
 - Drop binary-common target, since there is only one binary package.
 - Finally remove all the cruft generated by dh_make.
   * Add debian/NEWS file.  Remind the users to install the desired uim input
 method plugin package because they are split out of uim-common as separate
 packages after uim 1.3.0.
   * Don't install upstream's README file to /usr/share/doc/scim-uim/ anymore,
 as it has just one line and already covered in package description.
   * Update information in debian/copyright according to the 

Bug#419742: QL-Swig failed again on mips

2007-05-30 Thread Dirk Eddelbuettel

On 30 May 2007 at 17:17, Thiemo Seufer wrote:
|  | which is a soon-to-be fixed bug in libc. I believe the specialcase for 
MIPS
|  | was introduced back when the buildds were too memory limited. Since the
|  | system I tested on (a bcm91250a with 1GB RAM) is the same hardware as our
|  | current mips/mipsel buildds I believe it is safe to remove the special
|  | handling (it might need to stay for arm/m68k, though).
|  
|  Could we possibly have a discussion on whether we should exclude the three
|  related packages
|  
|  quantlib
|  quantlib-swig
|  rquantlib
|  
|  from building on mips/mipsel and arm?  They are already excluded on m68k 
(but
|  then m68k is sort-of a moot point anyway).
|  
|  Please don't misunderstand my point of view. I like mips. I think I'll get a
|  'slug' box, and I run a linksys router.  It's just that QuantLib is really
|  meant for decent-size workstations. 
| 
| Given that MIPS today spans the range from said Linksys router over 
workstation
| class machines like the buildds up to a SiCortex SC5832
| http://www.sicortex.com/prod_sc5832.shtml I can't follow your rationale.

Incidentally, I caught a msg from Sicortex on another list today and looked
at this.

So how about if I re-assign the bug report to the toolchain, rather than the
package in question now that we learned from you that libc6 is the one with
the bug?   

Dirk

-- 
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]



Bug#425802: still a problem with current version of spampd

2007-05-30 Thread Sven Mueller
James Cloos wrote on 27/05/2007 17:48:
 I get this on startup with the current version of spampd:

F***

You are right. Sorry for not noticing this when I checked the fixed up
patch.

 Starting spam checking proxy daemon: spampd
 util: cannot untaint path: REF(0x8c6d024)/bayes
 util: cannot untaint path: REF(0x8c6d024)
 util: cannot untaint path: REF(0x8c6d024)
 pyzor: check failed: internal error
 util: cannot untaint path: REF(0x8c6d024)
 util: cannot untaint path: REF(0x8c6d024)/auto-whitelist
 util: cannot untaint path: REF(0x8c6d024)/auto-whitelist.lock.HOSTNAME.23429
 auto-whitelist: open of auto-whitelist file failed: \
   locker: safe_lock: cannot create tmp lockfile \
   REF(0x8c6d024)/auto-whitelist.lock.HOSTNAME.23429 \
   for REF(0x8c6d024)/auto-whitelist.lock: \
   No such file or directory
 
 (I replaced the host's name with HOSTNAME above.)
 
 Dropping back to 2.30-16 fixes it.
 
 The home directory looks to be called w/o a deref, yes?

Exactly.

 Thanks for packaging spampd; I find that it gets the job done better
 than the alternatives for using spamassassin.

I must admit that I don't use it myself anymore. It just didn't want to
work with the SpamAssassin FuzzyOCR plugin, so I switched to using my
amavisd-new (which already did the virus scanning) for SpamAssassin
checks, too.

Regards,
Sven


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



Bug#426534: FTBFS: localedef fails, missing build-dep on locales

2007-05-30 Thread Robert Luberda
Rene Engelhard wrote:

Hi,


 Package: ipolish
 
 dpkg-source: building ipolish in ipolish_20070410-3.dsc
 cannot read character map directory `/usr/share/i18n/charmaps': No
such file or directory
 (on another system); you seem to miss a build-dep on locales.

Which version is your local ipolish package based on: 20070410-1 or
20070410-2? The former does not build-depend on locales, but the latter
does, and both were uploaded one and a half months ago.


Best Regards,
robert



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



Processed: tagging 421140

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4ubuntu4
 tags 421140 patch
Bug#421140: FTBFS: can't find file `epsf.tex'.
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: curb your enthusiasm ;)

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 388141 www.debian.org SPI copyright claim not legally valid until all 
 contributors are contacted for relicensing
Bug#388141: www.debian.org copyright statements are false  website is illegal 
to publish until all contributors are contacted for relicensing
Changed Bug title to `www.debian.org SPI copyright claim not legally valid 
until all contributors are contacted for relicensing' from `www.debian.org 
copyright statements are false  website is illegal to publish until all 
contributors are contacted for relicensing'.

 --
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#426361: marked as done (banshee: banshee crashed at startup)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 20:09:23 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#426361: banshee: banshee crashed at startup
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: banshee
Version: 0.12.1+dfsg-3+b1
Severity: grave

When starting, banshee fails with this:

** (Banshee:4145): WARNING **: Missing method Gdk.CairoHelper::Create(Drawable) 
in assembly 
/usr/lib/mono/gac/gdk-sharp/2.10.0.0__35e10195dab3c99f/gdk-sharp.dll, 
referenced in assembly /usr/lib/banshee/Banshee.Base.dll
Method not found: 'Gdk.CairoHelper.Create'.
System.MissingMethodException: Method not found: 'Gdk.CairoHelper.Create'.
  at 0x0 unknown method
  at Gtk.Widget.exposeevent_cb (IntPtr widget, IntPtr evnt) [0x0] 
  at (wrapper native-to-managed) Gtk.Widget:exposeevent_cb (intptr,intptr)
  at 0x0 unknown method
  at (wrapper managed-to-native) Gtk.Application:gtk_main_iteration_do (bool)
  at Gtk.Application.RunIteration (Boolean blocking) [0x0] 
  at Banshee.Gui.Dialogs.SplashScreen.PumpEventLoop () [0x0] 
  at Banshee.Gui.Dialogs.SplashScreen.Run () [0x0] 
  at Banshee.Base.BansheeBranding.Initialize () [0x0] 
  at Banshee.Base.Branding.Initialize () [0x0] 
  at Banshee.Base.Globals.Initialize (Banshee.Base.ComponentInitializerHandler 
interfaceStartupHandler) [0x0] 
  at Banshee.BansheeEntry.Startup (System.String[] args) [0x0] 
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] 
(string[])
  at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler 
startup, System.String[] args) [0x0] 
Stacktrace:

  at (wrapper managed-to-native) GLib.Signal.g_signal_get_invocation_hint 
(intptr) 0x4
  at (wrapper managed-to-native) GLib.Signal.g_signal_get_invocation_hint 
(intptr) 0x
  at GLib.Signal.get_Handler () 0x0001c
  at GLib.Signal.voidObjectCallback (intptr,intptr) 0x00060
  at (wrapper native-to-managed) GLib.Signal.voidObjectCallback (intptr,intptr) 
0x
  at (wrapper managed-to-native) Gtk.Object.gtk_object_destroy (intptr) 
0x4
  at (wrapper managed-to-native) Gtk.Object.gtk_object_destroy (intptr) 
0x
  at Gtk.Object.Destroy () 0x0001a
  at Gtk.Widget.Destroy () 0xd
  at Banshee.Gui.CleanRoomStartup.Startup 
(Banshee.Gui.CleanRoomStartup/StartupInvocationHandler,string[]) 0x00115
  at Banshee.BansheeEntry.Main (string[]) 0x00038
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[] 
(object,intptr,intptr,intptr) 0x

Native stacktrace:

banshee [0x81924e9]
banshee [0x8174ad4]
[0xb7f17440]
[0xb5a1b27e]
[0xb5a1b1ad]
[0xb5a1afc9]
[0xb5a96480]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x49) 
[0xb63765c9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x122) [0xb63691c2]
/usr/lib/libgobject-2.0.so.0 [0xb6379fe1]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c7) [0xb637b217]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29) [0xb637b3d9]
/usr/lib/libgtk-x11-2.0.so.0 [0xb67b4211]
/usr/lib/libgtk-x11-2.0.so.0 [0xb68af2b1]
/usr/lib/libgtk-x11-2.0.so.0 [0xb68bb626]
/usr/lib/libgobject-2.0.so.0(g_object_run_dispose+0x50) [0xb636b860]
/usr/lib/libgtk-x11-2.0.so.0(gtk_object_destroy+0x7e) [0xb67b3f1e]
[0xb5a1af43]
[0xb5a1aeeb]
[0xb5a1aec6]
[0xb7738ff6]
[0xb7738261]
[0xb7738075]
banshee [0x8174937]
banshee(mono_runtime_invoke+0x27) [0x80b088f]
banshee(mono_runtime_exec_main+0x142) [0x80b50c3]
banshee(mono_runtime_run_main+0x27e) [0x80b5371]
banshee(mono_jit_exec+0xbd) [0x805a4ab]
banshee [0x805a588]
banshee(mono_main+0x167a) [0x805bda0]
banshee [0x8059616]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7cedebc]
banshee [0x8059571]


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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages banshee depends on:
ii  boo0.7.6.2237-6  a python-like language and compile
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gstreamer0.10-gnomevfs 0.10.12-2 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-base 

Bug#426748: gnbd.ko block device not packaged

2007-05-30 Thread andremachado
Package: linux-modules-extra
Version: 2.6.18-7+etch2
Severity: serious

--- Please enter the report below this line. ---
gnbd.ko block device is not packaged into the binary debian package.
This makes impossible to use gnbd_import from redhat-cluster packages.
Regards.
Andre Felipe Machado


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.18-4-xen-686

Debian Release: 4.0
500 stable www.debian-multimedia.org
500 stable security.debian.org
500 stable ftp.br.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
|





Bug#425813: marked as done (texlive-base: upgrade fails with 'fmtutil-sys failed')

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 18:32:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425781: fixed in texlive-bin 2007-10
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: texlive-base
Version: 2007-7
Severity: normal


Here is the complete error:

Setting up texlive-base (2007-7) ...
Running mktexlsr. This may take some time... done.
Building format(s) --all . This may take some time...
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.WyS25504
Please include this file if you report a bug.

Regards,
Andrei

##
 List of ls-R files

-rw-r--r-- 1 root root 909 2007-05-24 11:07 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2007-04-30 21:37 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-05-24 10:49 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-05-24 10:49 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2007-04-30 21:37 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 3179 2007-05-24 11:07 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 6506 2007-05-24 11:07 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4292 2007-05-24 11:07 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 0
##
 md5sums of texmf.d
25bf3a257a0bedb5c67349c3eaff74af  /etc/texmf/texmf.d/05TeXMF.cnf
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
e95ae4d6b002ade290425bd74a175a83  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
15cd7cfba075d781fa71dfd994ca72ce  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7952e5392660042fb4b84e67a3b85463  /etc/texmf/texmf.d/85Misc.cnf
7e8f87acdeba48edac16d851c77b9e75  /etc/texmf/texmf.d/90TeXDoc.cnf
e3b19f249b562f21556a3ea2abc17678  /etc/texmf/texmf.d/95NonPath.cnf

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

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

Versions of packages texlive-base depends on:
ii  texlive-base-bin  2007-8 TeX Live: Essential binaries
ii  texlive-common2007-7 TeX Live: Base component
ii  texlive-doc-base  2007-3 TeX Live: Base documentation

Versions of packages texlive-base recommends:
pn  dvipdfmx  none (no description available)
ii  lmodern   1.010x-3   scalable PostScript and OpenType f

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages texlive-base is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
fmtutil: running `mf-nowin -ini   -jobname=mf -progname=mf 
-translate-file=cp227.tcx mf.ini' ...
This is METAFONT, Version 2.71828 (Web2C 7.5.6) (INIMF)
(/usr/share/texmf-texlive/web2c/cp227.tcx)
(/usr/share/texmf-texlive/metafont/config/mf.ini
(/usr/share/texmf-texlive/metafont/base/plain.mf
Preloading the plain base, version 2.71: preliminaries,
 basic constants and mathematical macros,
 macros for converting from device-independent units to pixels,
 macros and tables for various modes of operation,
 macros for drawing and filling,
 macros for proof labels and rules,
 macros for character and font administration,
and a few last-minute items.)kpathsea: Running mktexmf modes

! I can't find file `modes'.
l.3 \input modes

Please type another input file name: 
! Emergency stop.
l.3 \input modes

Transcript written on mf.log.
Error: `mf-nowin -ini  -jobname=mf -progname=mf -translate-file=cp227.tcx 
mf.ini' failed
fmtutil: running `pdftex -ini   -jobname=etex -progname=etex 
-translate-file=cp227.tcx *etex.ini' 

Bug#425781: marked as done (upgrade fails due to missing conffiles (see solved bug #420390))

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 18:32:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425781: fixed in texlive-bin 2007-10
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: texlive-base
Version: 2007-7
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Todays upgrade failed. The log is attached. I guess, the issue is
caused in texlive-base-bin, but I'm not sure (and no expert for tex
packages), so I leave it here for the moment.

Regards, Daniel



##
 List of ls-R files

- -rw-r--r-- 1 root users 1391 2007-05-24 00:23 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2007-04-16 01:05 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-05-24 00:16 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-05-24 00:16 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2007-04-16 01:05 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
- -rw-r--r-- 1 root root 4627 2007-05-24 00:23 /var/lib/texmf/web2c/fmtutil.cnf
- -rw-r--r-- 1 root root 7268 2007-05-24 00:23 /var/lib/texmf/web2c/updmap.cfg
- -rw-r--r-- 1 root root 4819 2007-05-24 00:23 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
insgesamt 0
##
 md5sums of texmf.d
25bf3a257a0bedb5c67349c3eaff74af  /etc/texmf/texmf.d/05TeXMF.cnf
3b2d2ef73d731db452ed1bfdf8eabd4b  /etc/texmf/texmf.d/05TeXMF.cnf.dpkg-old
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
e95ae4d6b002ade290425bd74a175a83  /etc/texmf/texmf.d/45TeXinputs.cnf
9411ee616c8423f4f3c32359dee74795  /etc/texmf/texmf.d/45TeXinputs.cnf.dpkg-old
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
15cd7cfba075d781fa71dfd994ca72ce  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
731d2c9ebf22e8f636f7bad7858ee6d2  /etc/texmf/texmf.d/75DviPS.cnf.dpkg-old
7952e5392660042fb4b84e67a3b85463  /etc/texmf/texmf.d/85Misc.cnf
743d1cefb4f11e48cd8cad1092c1c8ff  /etc/texmf/texmf.d/85Misc.cnf.dpkg-old
92e13107fe95c3f681df94e0235d0e45  /etc/texmf/texmf.d/90tex4ht.cnf
7e8f87acdeba48edac16d851c77b9e75  /etc/texmf/texmf.d/90TeXDoc.cnf
e3b19f249b562f21556a3ea2abc17678  /etc/texmf/texmf.d/95NonPath.cnf
5e42201ef8b41fe090b6facdc7e71497  /etc/texmf/texmf.d/95NonPath.cnf.dpkg-old

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

Kernel: Linux 2.6.20.3 (PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base depends on:
ii  texlive-base-bin  2007-8 TeX Live: Essential binaries
ii  texlive-common2007-7 TeX Live: Base component
ii  texlive-doc-base  2007-3 TeX Live: Base documentation

Versions of packages texlive-base recommends:
pn  dvipdfmx  none (no description available)
pn  lmodern   none (no description available)

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages texlive-base is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

- -- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/singleuser: false

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

iD8DBQFGVMDXm0bx+wiPa4wRAlVeAJ9ycHj7bA/uGA45JGq7wRp/LHDofwCfbAEe
vLfzTTHIa7WEL5jrIZyNEII=
=3FoU
-END PGP SIGNATURE-
fmtutil: running `mf-nowin -ini   -jobname=mf -progname=mf 
-translate-file=cp227.tcx mf.ini' ...
This is METAFONT, Version 2.71828 (Web2C 7.5.6) (INIMF)
(/usr/share/texmf-texlive/web2c/cp227.tcx)
(/usr/share/texmf-texlive/metafont/config/mf.ini
(/usr/share/texmf-texlive/metafont/base/plain.mf
Preloading the plain base, version 2.71: preliminaries,
 basic constants and mathematical macros,
 macros for converting from device-independent units to pixels,
 macros 

Bug#425802: marked as done (spampd: 2.30-17 pulled in by apt-get update; apt-get upgrade ; ; it fails to run w/ syntax error, et al)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 17:17:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425802: fixed in spampd 2.30-19
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: spampd
Version: 2.30-17
Severity: grave
Justification: renders package unusable


When apt-get tried to start the daemon, it failed with an error
indicating a missing } or ].

I found an obvious missing } in a function, added it, but then it
complained that $homedir was global but had to be an a package
namespace.  Adding a my $homdir line where the other neighbor variables
are declared silenced that error but replaced it with further errors.

(It appears $homedir needs to be a ref to a string rather than a
string...)

I forced a download to -16 but manually downloading the deb and invoking
dkpg --install on it.  That version works.

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

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

Versions of packages spampd depends on:
ii  adduser   3.102  Add and remove users and groups
ii  dpkg  1.14.3 package maintenance system for Deb
ii  libnet-server-perl0.94-1 An extensible, general perl server
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  spamassassin  3.2.0-1Perl-based spam filter using text 

spampd recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: spampd
Source-Version: 2.30-19

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

spampd_2.30-19.diff.gz
  to pool/main/s/spampd/spampd_2.30-19.diff.gz
spampd_2.30-19.dsc
  to pool/main/s/spampd/spampd_2.30-19.dsc
spampd_2.30-19_all.deb
  to pool/main/s/spampd/spampd_2.30-19_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.
Sven Mueller [EMAIL PROTECTED] (supplier of updated spampd 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: Wed, 30 May 2007 18:58:55 +0200
Source: spampd
Binary: spampd
Architecture: source all
Version: 2.30-19
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller [EMAIL PROTECTED]
Changed-By: Sven Mueller [EMAIL PROTECTED]
Description: 
 spampd - spamassassin based SMTP/LMTP proxy daemon
Closes: 425802
Changes: 
 spampd (2.30-19) unstable; urgency=low
 .
   * The Shame again release
   * Fix missing dereference (Closes: #425802)
Files: 
 3bb2785b109a4dc2da5d2a9d5ca418fe 563 mail optional spampd_2.30-19.dsc
 f5dba2209dc3136581fe3a1fb9f9323e 16928 mail optional spampd_2.30-19.diff.gz
 c69366b9fa3d8755eadcba8dab2b1ac7 55172 mail optional spampd_2.30-19_all.deb

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

iD8DBQFGXa/RDcs5RBTUBgsRAgvPAKDAaIF+WKrMxs7+pNlUrcvbWkQTIQCfWO/M
vrL6tnO69vo8/z29c3VNNWY=
=WQNj
-END PGP SIGNATURE-

---End Message---


Processed: severity of 426751 is serious

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 severity 426751 serious
Bug#426751: libao2: should Replace (and Conflict?) libao-pulse
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#425781: marked as done (upgrade fails due to missing conffiles (see solved bug #420390))

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 19:02:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425781: fixed in texlive-base 2007-8
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: texlive-base
Version: 2007-7
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Todays upgrade failed. The log is attached. I guess, the issue is
caused in texlive-base-bin, but I'm not sure (and no expert for tex
packages), so I leave it here for the moment.

Regards, Daniel



##
 List of ls-R files

- -rw-r--r-- 1 root users 1391 2007-05-24 00:23 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2007-04-16 01:05 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-05-24 00:16 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-05-24 00:16 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2007-04-16 01:05 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
- -rw-r--r-- 1 root root 4627 2007-05-24 00:23 /var/lib/texmf/web2c/fmtutil.cnf
- -rw-r--r-- 1 root root 7268 2007-05-24 00:23 /var/lib/texmf/web2c/updmap.cfg
- -rw-r--r-- 1 root root 4819 2007-05-24 00:23 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
insgesamt 0
##
 md5sums of texmf.d
25bf3a257a0bedb5c67349c3eaff74af  /etc/texmf/texmf.d/05TeXMF.cnf
3b2d2ef73d731db452ed1bfdf8eabd4b  /etc/texmf/texmf.d/05TeXMF.cnf.dpkg-old
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
e95ae4d6b002ade290425bd74a175a83  /etc/texmf/texmf.d/45TeXinputs.cnf
9411ee616c8423f4f3c32359dee74795  /etc/texmf/texmf.d/45TeXinputs.cnf.dpkg-old
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
15cd7cfba075d781fa71dfd994ca72ce  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
731d2c9ebf22e8f636f7bad7858ee6d2  /etc/texmf/texmf.d/75DviPS.cnf.dpkg-old
7952e5392660042fb4b84e67a3b85463  /etc/texmf/texmf.d/85Misc.cnf
743d1cefb4f11e48cd8cad1092c1c8ff  /etc/texmf/texmf.d/85Misc.cnf.dpkg-old
92e13107fe95c3f681df94e0235d0e45  /etc/texmf/texmf.d/90tex4ht.cnf
7e8f87acdeba48edac16d851c77b9e75  /etc/texmf/texmf.d/90TeXDoc.cnf
e3b19f249b562f21556a3ea2abc17678  /etc/texmf/texmf.d/95NonPath.cnf
5e42201ef8b41fe090b6facdc7e71497  /etc/texmf/texmf.d/95NonPath.cnf.dpkg-old

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

Kernel: Linux 2.6.20.3 (PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base depends on:
ii  texlive-base-bin  2007-8 TeX Live: Essential binaries
ii  texlive-common2007-7 TeX Live: Base component
ii  texlive-doc-base  2007-3 TeX Live: Base documentation

Versions of packages texlive-base recommends:
pn  dvipdfmx  none (no description available)
pn  lmodern   none (no description available)

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages texlive-base is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

- -- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/singleuser: false

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

iD8DBQFGVMDXm0bx+wiPa4wRAlVeAJ9ycHj7bA/uGA45JGq7wRp/LHDofwCfbAEe
vLfzTTHIa7WEL5jrIZyNEII=
=3FoU
-END PGP SIGNATURE-
fmtutil: running `mf-nowin -ini   -jobname=mf -progname=mf 
-translate-file=cp227.tcx mf.ini' ...
This is METAFONT, Version 2.71828 (Web2C 7.5.6) (INIMF)
(/usr/share/texmf-texlive/web2c/cp227.tcx)
(/usr/share/texmf-texlive/metafont/config/mf.ini
(/usr/share/texmf-texlive/metafont/base/plain.mf
Preloading the plain base, version 2.71: preliminaries,
 basic constants and mathematical macros,
 macros for converting from device-independent units to pixels,
 macros 

Bug#425813: marked as done (texlive-base: upgrade fails with 'fmtutil-sys failed')

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 19:02:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425781: fixed in texlive-base 2007-8
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: texlive-base
Version: 2007-7
Severity: normal


Here is the complete error:

Setting up texlive-base (2007-7) ...
Running mktexlsr. This may take some time... done.
Building format(s) --all . This may take some time...
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.WyS25504
Please include this file if you report a bug.

Regards,
Andrei

##
 List of ls-R files

-rw-r--r-- 1 root root 909 2007-05-24 11:07 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2007-04-30 21:37 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-05-24 10:49 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-05-24 10:49 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2007-04-30 21:37 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 3179 2007-05-24 11:07 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 6506 2007-05-24 11:07 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4292 2007-05-24 11:07 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 0
##
 md5sums of texmf.d
25bf3a257a0bedb5c67349c3eaff74af  /etc/texmf/texmf.d/05TeXMF.cnf
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
e95ae4d6b002ade290425bd74a175a83  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
15cd7cfba075d781fa71dfd994ca72ce  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7952e5392660042fb4b84e67a3b85463  /etc/texmf/texmf.d/85Misc.cnf
7e8f87acdeba48edac16d851c77b9e75  /etc/texmf/texmf.d/90TeXDoc.cnf
e3b19f249b562f21556a3ea2abc17678  /etc/texmf/texmf.d/95NonPath.cnf

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

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

Versions of packages texlive-base depends on:
ii  texlive-base-bin  2007-8 TeX Live: Essential binaries
ii  texlive-common2007-7 TeX Live: Base component
ii  texlive-doc-base  2007-3 TeX Live: Base documentation

Versions of packages texlive-base recommends:
pn  dvipdfmx  none (no description available)
ii  lmodern   1.010x-3   scalable PostScript and OpenType f

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages texlive-base is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
fmtutil: running `mf-nowin -ini   -jobname=mf -progname=mf 
-translate-file=cp227.tcx mf.ini' ...
This is METAFONT, Version 2.71828 (Web2C 7.5.6) (INIMF)
(/usr/share/texmf-texlive/web2c/cp227.tcx)
(/usr/share/texmf-texlive/metafont/config/mf.ini
(/usr/share/texmf-texlive/metafont/base/plain.mf
Preloading the plain base, version 2.71: preliminaries,
 basic constants and mathematical macros,
 macros for converting from device-independent units to pixels,
 macros and tables for various modes of operation,
 macros for drawing and filling,
 macros for proof labels and rules,
 macros for character and font administration,
and a few last-minute items.)kpathsea: Running mktexmf modes

! I can't find file `modes'.
l.3 \input modes

Please type another input file name: 
! Emergency stop.
l.3 \input modes

Transcript written on mf.log.
Error: `mf-nowin -ini  -jobname=mf -progname=mf -translate-file=cp227.tcx 
mf.ini' failed
fmtutil: running `pdftex -ini   -jobname=etex -progname=etex 
-translate-file=cp227.tcx *etex.ini' 

Bug#426751: marked as done (libao2: should Replace (and Conflict?) libao-pulse)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 19:32:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426751: fixed in libao 0.8.8-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: libao2
Version: 0.8.8-1
Severity: normal

As of 0.8.8-1 libao contains a pulseaudio plugin, previously available
separately. This causes errors if you already have libao-pulse:

dpkg: error processing /var/cache/apt/archives/libao2_0.8.8-1_i386.deb
(--unpack):
 trying to overwrite `/usr/lib/ao/plugins-2/libpulse.so', which is also
 in package libao-pulse

A Conflicts/Replaces on libao-pulse should fix this.

It should perhaps also have a Suggests: or something on libpulse0; or
perhaps pulseaudio should Recommends: libpulse0, or there should be
some other way to ensure that if a user has libao2 and pulseaudio installed,
they will probably have libpulse0 (hence the ao-pulse plugin will work).

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

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

Versions of packages libao2 depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries

libao2 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: libao
Source-Version: 0.8.8-2

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

libao-dev_0.8.8-2_i386.deb
  to pool/main/liba/libao/libao-dev_0.8.8-2_i386.deb
libao2_0.8.8-2_i386.deb
  to pool/main/liba/libao/libao2_0.8.8-2_i386.deb
libao_0.8.8-2.diff.gz
  to pool/main/liba/libao/libao_0.8.8-2.diff.gz
libao_0.8.8-2.dsc
  to pool/main/liba/libao/libao_0.8.8-2.dsc



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.
Adeodato Simó [EMAIL PROTECTED] (supplier of updated libao 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: Wed, 30 May 2007 21:08:19 +0200
Source: libao
Binary: libao2 libao-dev
Architecture: source i386
Version: 0.8.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers [EMAIL PROTECTED]
Changed-By: Adeodato Simó [EMAIL PROTECTED]
Description: 
 libao-dev  - Cross Platform Audio Output Library Development
 libao2 - Cross Platform Audio Output Library
Closes: 426751
Changes: 
 libao (0.8.8-2) unstable; urgency=low
 .
   * Make libao2 Replace: libao-pulse, and Suggest: libpulse0. (Closes: #426751)
Files: 
 cad5e9278ac65ad98231e505e94bd222 938 libs optional libao_0.8.8-2.dsc
 4c387234987e98f925d23473b9681e74 4134 libs optional libao_0.8.8-2.diff.gz
 7bad65a4f3873b7e1745c63242ebbce5 25566 libs optional libao2_0.8.8-2_i386.deb
 b0c865b6ed0aab02d732f3279bd3dea8 41592 libdevel optional 
libao-dev_0.8.8-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Adeodato Simó [EMAIL PROTECTED]

iEYEARECAAYFAkZdzYMACgkQgyNlRdHEGILR5ACg5414L9SrhoFML/jCyiDjI6O5
SHAAn07GGWUuVOFAA25jX4v0g6wUH/iD
=LeWW
-END PGP SIGNATURE-

---End Message---


Bug#421140: NMU prep

2007-05-30 Thread Ludovic Brenta
Kees Cook [EMAIL PROTECTED] writes:
 Tags: patch

 Hi!  Attached is the NMU I'd like to upload shortly.

Approved.

-- 
Ludovic Brenta.



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



Bug#426769: gnbd.ko block device not packaged

2007-05-30 Thread andremachado
Package: linux-modules-extra-2.6
Version: 2.6.18-7+etch2
Severity: serious

--- Please enter the report below this line. ---
gnbd.ko block device is not packaged into the binary debian package.
This makes impossible to use gnbd_import from redhat-cluster packages.
Regards.
Andre Felipe Machado


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.18-4-xen-686

Debian Release: 4.0
500 stable www.debian-multimedia.org
500 stable security.debian.org
500 stable ftp.br.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
|




Bug#422293: aolserver4 - Fails to install

2007-05-30 Thread Francesco P. Lovergine
On Wed, May 30, 2007 at 03:41:25AM -0700, Steve Langasek wrote:
 
  /etc/ld.so.conf.d is not for private libs. Use rpath.
 
 Furthermore, the same failure is still happening on the buildds when using
 aolserver4 4.5.0-6.
 

Interestingly enough I'm not able to reproduce that on my own box. Is
that a sbuild issue? Note that modules build perfectly in pbuilder. 

-- 
Francesco P. Lovergine


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



Bug#422293: aolserver4 - Fails to install

2007-05-30 Thread Steve Langasek
On Wed, May 30, 2007 at 07:21:20PM +0200, Francesco P. Lovergine wrote:
 On Wed, May 30, 2007 at 03:41:25AM -0700, Steve Langasek wrote:

   /etc/ld.so.conf.d is not for private libs. Use rpath.

  Furthermore, the same failure is still happening on the buildds when using
  aolserver4 4.5.0-6.

 Interestingly enough I'm not able to reproduce that on my own box. Is
 that a sbuild issue? Note that modules build perfectly in pbuilder. 

Please build with DEBIAN_FRONTEND=noninteractive and redirect stdin from
/dev/null.  The problem is trivially reproducible under those circumstances,
which pbuilder does not correctly model.

-- 
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#426444: libtalloc-dev: Should depend on libtalloc1

2007-05-30 Thread Josh Triplett
Martin Michlmayr wrote:
 * Josh Triplett [EMAIL PROTECTED] [2007-05-28 13:56]:
 Package: libtalloc-dev
 Version: 1.0.1-1
 
 There's no such package afaict.  Where did you find it?

Current unstable:

$ apt-cache policy libtalloc-dev
libtalloc-dev:
  Installed: 1.0.1-1
  Candidate: 1.0.1-1
  Version table:
 *** 1.0.1-1 0
500 http://debian.cs.pdx.edu unstable/main Packages
500 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#422899: I confirm the bug

2007-05-30 Thread gpe
I've got the same error message when I try to launch democracypalyer.

-- 
+---+
| gpe92 |
+---+


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



Bug#426769: gnbd.ko block device not packaged

2007-05-30 Thread Bastian Blank
severity 426769 wishlist
thanks

On Wed, May 30, 2007 at 12:50:47PM -0700, andremachado wrote:
 Package: linux-modules-extra-2.6
 Version: 2.6.18-7+etch2
 Severity: serious

What?

Bastian

-- 
A father doesn't destroy his children.
-- Lt. Carolyn Palamas, Who Mourns for Adonais?,
   stardate 3468.1.


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



Bug#407374: marked as done (Try to use /usr/local/etc/no-ip.conf)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#407374: fixed in ruby-gnome2 0.16.0-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: no-ip
Version: 2.1.3-2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
With this version, the no-ip trying to use the config file in
/usr/local/etc/no-ip.conf instead of using the /etc/no-ip.conf

Thanks
leoserra

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

Versions of packages no-ip depends on:
ii  libc6 2.5-0exp3  GNU C Library: Shared libraries

no-ip recommends no packages.

- -- no debconf information

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

iD8DBQFFrq7EidffdjWZJQERAjEBAJ40//v3yY6dOiq4IuZGPy6glmjz5wCeIroO
DJMWCDb4AJepZ25AYV23Hb4=
=J+78
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: ruby-gnome2
Source-Version: 0.16.0-2

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

libart2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libart2-ruby1.8_0.16.0-2_powerpc.deb
libart2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.16.0-2_all.deb
libatk1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby1.8_0.16.0-2_powerpc.deb
libatk1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.16.0-2_all.deb
libgconf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby1.8_0.16.0-2_powerpc.deb
libgconf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.16.0-2_all.deb
libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
libgdk-pixbuf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.16.0-2_all.deb
libglade2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby1.8_0.16.0-2_powerpc.deb
libglade2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.16.0-2_all.deb
libglib2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby1.8_0.16.0-2_powerpc.deb
libglib2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby_0.16.0-2_all.deb
libgnome2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby1.8_0.16.0-2_powerpc.deb
libgnome2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby_0.16.0-2_all.deb
libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
libgnomecanvas2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby_0.16.0-2_all.deb
libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprint2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby_0.16.0-2_all.deb
libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprintui2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby_0.16.0-2_all.deb
libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
libgnomevfs2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby_0.16.0-2_all.deb
libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
libgtk-mozembed-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby_0.16.0-2_all.deb
libgtk2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby1.8_0.16.0-2_powerpc.deb
libgtk2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby_0.16.0-2_all.deb
libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
libgtkglext1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby_0.16.0-2_all.deb
libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
libgtkhtml2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtkhtml2-ruby_0.16.0-2_all.deb
libgtksourceview1-ruby1.8_0.16.0-2_powerpc.deb
  to 

Bug#426497: marked as done (overwrites file from libglib2-ruby)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426497: fixed in ruby-gnome2 0.16.0-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: libglib2-ruby1.8
Version: 0.16.0-1
Severity: serious

Unpacking libglib2-ruby1.8 (from .../libglib2-ruby1.8_0.16.0-1_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libglib2-ruby1.8_0.16.0-1_amd64.deb (--unpack):
 trying to overwrite `/usr/lib/ruby/1.8/x86_64-linux/glib2.so', which is also 
in package libglib2-ruby
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Please add a Conflicts/Replaces pair if so needed.

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

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

Versions of packages libglib2-ruby1.8 depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libruby1.81.8.6-1+b1 Libraries necessary to run Ruby 1.

libglib2-ruby1.8 recommends no packages.

-- 
 .''`.   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)
---End Message---
---BeginMessage---
Source: ruby-gnome2
Source-Version: 0.16.0-2

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

libart2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libart2-ruby1.8_0.16.0-2_powerpc.deb
libart2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.16.0-2_all.deb
libatk1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby1.8_0.16.0-2_powerpc.deb
libatk1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.16.0-2_all.deb
libgconf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby1.8_0.16.0-2_powerpc.deb
libgconf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.16.0-2_all.deb
libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
libgdk-pixbuf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.16.0-2_all.deb
libglade2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby1.8_0.16.0-2_powerpc.deb
libglade2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.16.0-2_all.deb
libglib2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby1.8_0.16.0-2_powerpc.deb
libglib2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby_0.16.0-2_all.deb
libgnome2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby1.8_0.16.0-2_powerpc.deb
libgnome2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby_0.16.0-2_all.deb
libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
libgnomecanvas2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby_0.16.0-2_all.deb
libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprint2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby_0.16.0-2_all.deb
libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprintui2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby_0.16.0-2_all.deb
libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
libgnomevfs2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby_0.16.0-2_all.deb
libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
libgtk-mozembed-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby_0.16.0-2_all.deb
libgtk2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby1.8_0.16.0-2_powerpc.deb
libgtk2-ruby_0.16.0-2_all.deb
  to 

Bug#426498: marked as done (overwrites file from libgdk-pixbuf2-ruby)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426498: fixed in ruby-gnome2 0.16.0-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: libgdk-pixbuf2-ruby1.8
Version: 0.16.0-1
Severity: serious

Unpacking libgdk-pixbuf2-ruby1.8 (from
.../libgdk-pixbuf2-ruby1.8_0.16.0-1_amd64.deb) … dpkg: error
processing
/var/cache/apt/archives/libgdk-pixbuf2-ruby1.8_0.16.0-1_amd64.deb
(--unpack): trying to overwrite
`/usr/lib/ruby/1.8/x86_64-linux/gdk_pixbuf2.so', which is also in
package libgdk-pixbuf2-ruby

Please add a Conflicts/Replaces pair if so needed.

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

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

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


signature.asc
Description: Digital signature (GPG/PGP)
---End Message---
---BeginMessage---
Source: ruby-gnome2
Source-Version: 0.16.0-2

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

libart2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libart2-ruby1.8_0.16.0-2_powerpc.deb
libart2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.16.0-2_all.deb
libatk1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby1.8_0.16.0-2_powerpc.deb
libatk1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.16.0-2_all.deb
libgconf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby1.8_0.16.0-2_powerpc.deb
libgconf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.16.0-2_all.deb
libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
libgdk-pixbuf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.16.0-2_all.deb
libglade2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby1.8_0.16.0-2_powerpc.deb
libglade2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.16.0-2_all.deb
libglib2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby1.8_0.16.0-2_powerpc.deb
libglib2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby_0.16.0-2_all.deb
libgnome2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby1.8_0.16.0-2_powerpc.deb
libgnome2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby_0.16.0-2_all.deb
libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
libgnomecanvas2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby_0.16.0-2_all.deb
libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprint2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby_0.16.0-2_all.deb
libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprintui2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby_0.16.0-2_all.deb
libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
libgnomevfs2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby_0.16.0-2_all.deb
libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
libgtk-mozembed-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby_0.16.0-2_all.deb
libgtk2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby1.8_0.16.0-2_powerpc.deb
libgtk2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby_0.16.0-2_all.deb
libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
libgtkglext1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby_0.16.0-2_all.deb
libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb

Bug#426500: marked as done (overwrites file from libatk1-ruby)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426500: fixed in ruby-gnome2 0.16.0-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: libatk1-ruby1.8
Version: 0.16.0-1
Severity: serious

Unpacking libatk1-ruby1.8 (from
.../libatk1-ruby1.8_0.16.0-1_amd64.deb) … dpkg: error processing
/var/cache/apt/archives/libatk1-ruby1.8_0.16.0-1_amd64.deb
(--unpack): trying to overwrite
`/usr/lib/ruby/1.8/x86_64-linux/atk.so', which is also in package
libatk1-ruby

Please add a Conflicts/Replaces pair if so needed.

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

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

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


signature.asc
Description: Digital signature (GPG/PGP)
---End Message---
---BeginMessage---
Source: ruby-gnome2
Source-Version: 0.16.0-2

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

libart2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libart2-ruby1.8_0.16.0-2_powerpc.deb
libart2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.16.0-2_all.deb
libatk1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby1.8_0.16.0-2_powerpc.deb
libatk1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.16.0-2_all.deb
libgconf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby1.8_0.16.0-2_powerpc.deb
libgconf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.16.0-2_all.deb
libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
libgdk-pixbuf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.16.0-2_all.deb
libglade2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby1.8_0.16.0-2_powerpc.deb
libglade2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.16.0-2_all.deb
libglib2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby1.8_0.16.0-2_powerpc.deb
libglib2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby_0.16.0-2_all.deb
libgnome2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby1.8_0.16.0-2_powerpc.deb
libgnome2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby_0.16.0-2_all.deb
libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
libgnomecanvas2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby_0.16.0-2_all.deb
libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprint2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby_0.16.0-2_all.deb
libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprintui2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby_0.16.0-2_all.deb
libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
libgnomevfs2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby_0.16.0-2_all.deb
libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
libgtk-mozembed-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby_0.16.0-2_all.deb
libgtk2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby1.8_0.16.0-2_powerpc.deb
libgtk2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby_0.16.0-2_all.deb
libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
libgtkglext1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby_0.16.0-2_all.deb
libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
libgtkhtml2-ruby_0.16.0-2_all.deb
  to 

Bug#426499: marked as done (overwrites file from libpango1-ruby)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426499: fixed in ruby-gnome2 0.16.0-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: libpango1-ruby1.8
Version: 0.16.0-1
Severity: serious

Unpacking libpango1-ruby1.8 (from
.../libpango1-ruby1.8_0.16.0-1_amd64.deb) … dpkg: error processing
/var/cache/apt/archives/libpango1-ruby1.8_0.16.0-1_amd64.deb
(--unpack): trying to overwrite
`/usr/lib/ruby/1.8/x86_64-linux/rbpangoversion.h', which is also in
package libpango1-ruby

Please add a Conflicts/Replaces pair if so needed.

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

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

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


signature.asc
Description: Digital signature (GPG/PGP)
---End Message---
---BeginMessage---
Source: ruby-gnome2
Source-Version: 0.16.0-2

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

libart2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libart2-ruby1.8_0.16.0-2_powerpc.deb
libart2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libart2-ruby_0.16.0-2_all.deb
libatk1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby1.8_0.16.0-2_powerpc.deb
libatk1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libatk1-ruby_0.16.0-2_all.deb
libgconf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby1.8_0.16.0-2_powerpc.deb
libgconf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgconf2-ruby_0.16.0-2_all.deb
libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby1.8_0.16.0-2_powerpc.deb
libgdk-pixbuf2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgdk-pixbuf2-ruby_0.16.0-2_all.deb
libglade2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby1.8_0.16.0-2_powerpc.deb
libglade2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglade2-ruby_0.16.0-2_all.deb
libglib2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby1.8_0.16.0-2_powerpc.deb
libglib2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libglib2-ruby_0.16.0-2_all.deb
libgnome2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby1.8_0.16.0-2_powerpc.deb
libgnome2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnome2-ruby_0.16.0-2_all.deb
libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby1.8_0.16.0-2_powerpc.deb
libgnomecanvas2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomecanvas2-ruby_0.16.0-2_all.deb
libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprint2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprint2-ruby_0.16.0-2_all.deb
libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby1.8_0.16.0-2_powerpc.deb
libgnomeprintui2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomeprintui2-ruby_0.16.0-2_all.deb
libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby1.8_0.16.0-2_powerpc.deb
libgnomevfs2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgnomevfs2-ruby_0.16.0-2_all.deb
libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby1.8_0.16.0-2_powerpc.deb
libgtk-mozembed-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk-mozembed-ruby_0.16.0-2_all.deb
libgtk2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby1.8_0.16.0-2_powerpc.deb
libgtk2-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtk2-ruby_0.16.0-2_all.deb
libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby1.8_0.16.0-2_powerpc.deb
libgtkglext1-ruby_0.16.0-2_all.deb
  to pool/main/r/ruby-gnome2/libgtkglext1-ruby_0.16.0-2_all.deb
libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
  to pool/main/r/ruby-gnome2/libgtkhtml2-ruby1.8_0.16.0-2_powerpc.deb
libgtkhtml2-ruby_0.16.0-2_all.deb
  

Processed: found 426107 in 0.2.1-1

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 found 426107 0.2.1-1
Bug#426107: molly-guard: Molly-guard failed to stop me halting my server
Bug marked as found in version 0.2.1-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Uninstallable packages are severity grave

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 422574 grave
Bug#422574: trang not installable (depends on missing libgcj7-0)
Severity set to `grave' from `important'

 kthxbye
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#400344: marked as done (Uninstallable due to unmet dep on python2.3-libxslt1)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 22:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#400344: fixed in rubrica 2.0~rc3-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: rubrica
Severity: serious
Version: 1.0.15-1
Tags: sid

Hi

Your package is not installable as it depends on python2.3-libxslt1 which is
not available in unstable anymore. You might want to consider depending on
python-libxslt1 which only provides python2.4-libxslt1 instead...

Cheers

Luk

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



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: rubrica
Source-Version: 2.0~rc3-1

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

rubrica_2.0~rc3-1.diff.gz
  to pool/main/r/rubrica/rubrica_2.0~rc3-1.diff.gz
rubrica_2.0~rc3-1.dsc
  to pool/main/r/rubrica/rubrica_2.0~rc3-1.dsc
rubrica_2.0~rc3-1_i386.deb
  to pool/main/r/rubrica/rubrica_2.0~rc3-1_i386.deb
rubrica_2.0~rc3.orig.tar.gz
  to pool/main/r/rubrica/rubrica_2.0~rc3.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.
Sebastien Bacher [EMAIL PROTECTED] (supplier of updated rubrica 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: Wed, 30 May 2007 23:31:30 +0200
Source: rubrica
Binary: rubrica
Architecture: source i386
Version: 2.0~rc3-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 rubrica- An addressbook for the GNOME desktop
Closes: 400344 425545
Changes: 
 rubrica (2.0~rc3-1) unstable; urgency=low
 .
   * New upstream version:
 - build with gcc 4.3 (Closes: #425545)
   * debian/control:
 - updated Build-Depends, Depends for the new version (Closes: #400344)
   * debian/menu:
 - updated binary name
   * debian/rubrica.1, debian/rubrica.manpages:
 - updated manpage name
   * debian/patches/01_relibtoolise.patch:
 - dropped, not required
   * debian/rules:
 - updated for the new version
Files: 
 3ff8f40179d9385bf6261e9d454fad48 669 x11 optional rubrica_2.0~rc3-1.dsc
 c8c6389171279445eb2dd74956c4a2da 742068 x11 optional 
rubrica_2.0~rc3.orig.tar.gz
 5eb4b95779da6b232a6a1e30a63f29b2 2785 x11 optional rubrica_2.0~rc3-1.diff.gz
 21c7b4d2a50ff277e3715c005fce6172 407572 x11 optional rubrica_2.0~rc3-1_i386.deb

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

iD8DBQFGXfmrQxo87aLX0pIRAvmYAJ9k3nB5PnvlsdMBp5N9avThOe5n9ACgojyo
idUjVmPWf6tMYoT0K0gn7vY=
=SbKX
-END PGP SIGNATURE-

---End Message---


Bug#426371: Which Packages?

2007-05-30 Thread Filipus Klutiero
Le mercredi 30 mai 2007 11:52, Steinar H. Gunderson a écrit :
 On Tue, May 29, 2007 at 08:05:52AM -0400, Filipus Klutiero wrote:
  I'd check if update-manager is using the sid source
  in /usr/share/update-manager/channels/Debian.info
  Or just monitor network activity while checking updates.

 Yes, indeed, Debian.info shows getting sid from
 http://http.us.debian.org/debian/ (main only). Why on earth is it doing
 that? I've never used http.us.debian.org.
I think we misunderstand. /usr/share/update-manager/channels/Debian.info is 
not a configuration file, but shipped by update-manager. I also have 
http.us.debian.org in that file, but my system does not seem affected by the 
problem. What I wanted to ask is, can you deny/confirm that the problematic 
system is fetching a Packages from http.us.debian.org? Or find where else 
Packages is downloaded.



Bug#426748: marked as done (gnbd.ko block device not packaged)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 13:02:14 -0700
with message-id [EMAIL PROTECTED]
and subject line should be at kernel or redhat-cluster source pkg (gnbd.ko 
block device not packaged)
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: linux-modules-extra
Version: 2.6.18-7+etch2
Severity: serious

--- Please enter the report below this line. ---
gnbd.ko block device is not packaged into the binary debian package.
This makes impossible to use gnbd_import from redhat-cluster packages.
Regards.
Andre Felipe Machado


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.18-4-xen-686

Debian Release: 4.0
500 stable www.debian-multimedia.org
500 stable security.debian.org
500 stable ftp.br.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
|



---End Message---
---BeginMessage---
Hello,
this bug report should be issued to kernel team or to redhat-cluster source 
package.
Another bug report was submitted.
Please, close this report.
Regards.
Andre Felipe Machado


---End Message---


Bug#421140: marked as done (FTBFS: can't find file `epsf.tex'.)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 May 2007 21:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#421140: fixed in libgtkada2 2.8.1-5.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: libgtkada2
Version: 2.8.1-5
Severity: serious

This is probably related to the tetex-texlive transition:

 Automatic build of libgtkada2_2.8.1-5 on em64t by sbuild/amd64 0.53
...
 entering extended mode
 (./txiversion.tex (/build/tbm/libgtkada2-2.8.1/docs/gtkada_ug/texinfo.tex
 Loading texinfo package [Version 1.1]: Basics, fonts, page headings, tables,
 indexing, sectioning, toc printing, environments, defuns, cross reference,
 ! I can't find file `epsf.tex'.
 l.4624   \input epsf.tex
 
 Please type another input file name: 
 ! Emergency stop.
 l.4624   \input epsf.tex
 
 !  == Fatal error occurred, no output PDF file produced!
 Transcript written on txiversion.log.
 /usr/bin/texi2dvi: texinfo.tex appears to be broken, quitting.
 make: *** [docs-stamp] Error 1

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

---End Message---
---BeginMessage---
Source: libgtkada2
Source-Version: 2.8.1-5.1

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

libgnomeada-2.8_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgnomeada-2.8_2.8.1-5.1_i386.deb
libgnomeada2-dbg_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgnomeada2-dbg_2.8.1-5.1_i386.deb
libgnomeada2-dev_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgnomeada2-dev_2.8.1-5.1_i386.deb
libgtkada-2.8_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-2.8_2.8.1-5.1_i386.deb
libgtkada-gl-2.8_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-gl-2.8_2.8.1-5.1_i386.deb
libgtkada-glade-2.8_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada-glade-2.8_2.8.1-5.1_i386.deb
libgtkada2-bin_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada2-bin_2.8.1-5.1_i386.deb
libgtkada2-dbg_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada2-dbg_2.8.1-5.1_i386.deb
libgtkada2-dev_2.8.1-5.1_i386.deb
  to pool/main/libg/libgtkada2/libgtkada2-dev_2.8.1-5.1_i386.deb
libgtkada2-doc_2.8.1-5.1_all.deb
  to pool/main/libg/libgtkada2/libgtkada2-doc_2.8.1-5.1_all.deb
libgtkada2_2.8.1-5.1.diff.gz
  to pool/main/libg/libgtkada2/libgtkada2_2.8.1-5.1.diff.gz
libgtkada2_2.8.1-5.1.dsc
  to pool/main/libg/libgtkada2/libgtkada2_2.8.1-5.1.dsc



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.
Kees Cook [EMAIL PROTECTED] (supplier of updated libgtkada2 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: Wed, 23 May 2007 13:25:51 -0700
Source: libgtkada2
Binary: libgnomeada-2.8 libgtkada-glade-2.8 libgtkada2-dev libgnomeada2-dev 
libgtkada2-doc libgtkada2-dbg libgtkada-gl-2.8 libgtkada2-bin libgnomeada2-dbg 
libgtkada-2.8
Architecture: source i386 all
Version: 2.8.1-5.1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta [EMAIL PROTECTED]
Changed-By: Kees Cook [EMAIL PROTECTED]
Description: 
 libgnomeada-2.8 - Ada binding for the Gnome Library
 libgnomeada2-dbg - Debugging symbols for libgnomeada2
 libgnomeada2-dev - Development files for libgnomeada2
 libgtkada-2.8 - Ada binding for the GTK library
 libgtkada-gl-2.8 - Ada binding for OpenGL
 libgtkada-glade-2.8 - Ada binding for Glade generated applications
 libgtkada2-bin - Development files for libgtkada2
 libgtkada2-dbg - Debugging symbols for libgtkada2
 libgtkada2-dev - Development files for libgtkada2
 libgtkada2-doc - Documentation for libgtkada2
Closes: 421140
Changes: 
 libgtkada2 (2.8.1-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: tetex-texlive transition to fix FTBFS (Closes: #421140).
Files: 
 ea1eab1dfe540221008ef32de1a86062 897 libs optional libgtkada2_2.8.1-5.1.dsc
 17c258ec933c36f74822ca0cc16f11e7 22977 libs optional 
libgtkada2_2.8.1-5.1.diff.gz
 c2aee0872a50d1a73f11701114408fa2 3162384 doc optional 
libgtkada2-doc_2.8.1-5.1_all.deb
 6bbfdc5c885a5fd5c45b6a2df4163d2d 6373868 

Bug#425625: CVE-2007-2754: integer overflow and heap-based buffer overflow vulnerability in freetype

2007-05-30 Thread Steve Kemp
On Wed May 30, 2007 at 06:19:29 -0700, Steve Langasek wrote:

 Signed package for etch is on its way up to
 http://people.debian.org/~vorlon/freetype/ right now (built with -sa, so
 should indeed be ready for upload straight to security-master).

  Thanks a lot, Steve.

 Let me know if there's anything else you need from me for etch.  

  Looks good, thanks.  I'll upload tomorrow with an aim of getting
 it released on Friday.

 I haven't
 yet looked into whether this bug affects the sarge version of the package,
 I'll do that next (unless somebody here already knows the answer).

  I was under the impression that it wasn't vulnerable, but I admit
 I've not yet checked.  If we've not heard back by the time I make 
 the upload I'll take a look myself.

Steve
-- 
http://www.steve.org.uk/


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



Bug#425390: Error in icedove start even with a new profile

2007-05-30 Thread Igor Stirbu
Package: icedove
Version: 2.0.0.0-3
Followup-For: Bug #425390


It looks like something is wrong when Icedove starts.
I started icedove with the following command:
 
 icedove -ProfileManager  -jsconsole

and these were shown in the Error Console:

Error: [Exception... Component returned failure code: 0x8000
(NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]  nsresult:
0x8000 (NS_ERROR_UNEXPECTED)  location: JS frame ::
file:///usr/lib/icedove/components/offlineStartup.js :: anonymous ::
line 79  data: no]
Source File: file:///usr/lib/icedove/components/offlineStartup.js
Line: 79

Error: uncaught exception: [Exception... Component returned failure
code: 0x8000 (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getIntPref]
nsresult: 0x8000 (NS_ERROR_UNEXPECTED)  location: JS frame ::
chrome://messenger/content/msgMail3PaneWindow.js :: UpdateMailPaneConfig
:: line 650  data: no]

Hope this helps. Oh, by the way. Tried to downgrade to icedove
1.5.0.10.dfsg1-3 to check if the mailboxes are ok and all I got
is a segmentation fault. Tried to run gdb and got this:

Core was generated by `/usr/lib/icedove/icedove-bin'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7dc6f0c in raise () from /lib/libpthread.so.0

Is this that kind of error that should never appear? Please help me
to help you. If you need the core, I'll put it online.

Thanks,
Igor


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

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

Versions of packages icedove depends on:
ii  debianutils 2.19 Miscellaneous utilities specific t
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.6.6-3  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.5-3 Network Security Service libraries
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-15   compression library - runtime

icedove recommends no packages.

-- debconf information:
* icedove/browser: Debian


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



Processed: Re: Bug#426769: gnbd.ko block device not packaged

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 426769 wishlist
Bug#426769: gnbd.ko block device not packaged
Severity set to `wishlist' 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#425390: Error in icedove start even with a new profile

2007-05-30 Thread Alexander Sack - Debian Bugmail
On Thu, May 31, 2007 at 12:42:07AM +0300, Igor Stirbu wrote:
 Package: icedove
 Version: 2.0.0.0-3
 Followup-For: Bug #425390
 
 
 It looks like something is wrong when Icedove starts.
 I started icedove with the following command:

Try:

first uninstall ... then install icedove again.

 - Alexander

-- 
 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#426371: Which Packages?

2007-05-30 Thread Steinar H. Gunderson
On Wed, May 30, 2007 at 06:24:17PM -0400, Filipus Klutiero wrote:
 I think we misunderstand. /usr/share/update-manager/channels/Debian.info is 
 not a configuration file, but shipped by update-manager.

Ah, OK. It just looked a lot like a configuration file :-)

 I also have http.us.debian.org in that file, but my system does not seem
 affected by the problem. What I wanted to ask is, can you deny/confirm that
 the problematic system is fetching a Packages from http.us.debian.org? Or
 find where else Packages is downloaded.

I don't have physical access to the machine; however, I've started a tcpdump.
I'll check in 24 hours or so what it actually has reported (I guess
update-notifier will eventually ask for a new Packages file?).

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


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



Bug#407405: file conflicts between ncc and nemerle

2007-05-30 Thread Anuradha Weeraman

Hi Sebastian,


Ok, now that etch is release what shall we do about this bug, Anuradha?
Does your upstream consider to change the name of the binary?


Sorry for the late response, but I've been a bit busy lately and I've
not had much time for anything else. But things should change soon,
hopefully.

The last time I spoke to Stelios, he was not completely for changing
the ncc binary name. According to his view, which I tend to agree
with, he believes nemerle should rename it's ncc binary to something
that's more appropriate for a dot-net application, such as with an
.exe suffix.

But according to the CLI Policy [1]

Never ever install application files (.exe) directly into /usr/bin.
Instead create a wrapper script into /usr/bin to allow them to be run
without the .exe suffix.

So I'm guessing that would not work? Forgive my ignorance on the CLI
policy, but do you know if it is an approved policy document?

I realize this can be a stale mate situation, and I'm not clear what
nemerle's stance on this issue is and whether they would consent to a
name change.

Any suggestions?

[1] - http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html

--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com


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



Bug#426019: cruddy workaround

2007-05-30 Thread JT Hundley
I'm currently suffering from this bug as well. If it's any comfort
to you, your address book isn't lost. You can still get information
from ~/.mozilla-thunderbird/*.default/abook.mab


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



Bug#426371: Which Packages?

2007-05-30 Thread Filipus Klutiero
Le mercredi 30 mai 2007 20:35, Steinar H. Gunderson a écrit :
 On Wed, May 30, 2007 at 06:24:17PM -0400, Filipus Klutiero wrote:

  I also have http.us.debian.org in that file, but my system does not seem
  affected by the problem. What I wanted to ask is, can you deny/confirm
  that the problematic system is fetching a Packages from
  http.us.debian.org? Or find where else Packages is downloaded.

 I don't have physical access to the machine; however, I've started a
 tcpdump. I'll check in 24 hours or so what it actually has reported (I
 guess update-notifier will eventually ask for a new Packages file?).
I don't use update-notifier, but I guess so. I also guess the Check function 
should fetch the problematic Packages, so you may be able to check this 
quickly with VNC, u-m and wireshark.



Bug#426808: coreutils: Appending and verifying a tar file results in only newly appended files being visable

2007-05-30 Thread Robert Jeffrey Miesen
Package: coreutils
Version: 5.97-5.3
Severity: grave
Justification: causes non-serious data loss


Running 'tar -r -W -f archive.tar anotherArchive.tar' causes only the contents 
of anotherArchive to be visible, thus rendering whatever was in the archive 
prior to 'appending' anotherArchive.tar to be unreachable by means of the tar 
utility.

Run the attached script to replicate the problem for yourselves. 


Note: I tracked the problem down far enough to figure out that the '-W' option 
is causing this problem to occur. This happens with both the '-r' and the '-A' 
options.

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

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.42-1   Access control list shared library
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libselinux1   2.0.15-2   SELinux shared libraries

coreutils recommends no packages.

-- no debconf information


tarBug
Description: application/shellscript


Processed: tagging 422087, tagging 390954, tagging 361846

2007-05-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 tags 422087 pending
Bug#422087: slapd: syncprov follows referrals
Tags were: patch
Tags added: pending

 tags 390954 pending
Bug#390954: slapd is compiled withou SLAPI support
There were no tags set.
Tags added: pending

 tags 361846 pending
Bug#361846: invalid assertion of copyright on contents of core.schema
Tags were: etch-ignore
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#426810: tripod: Crash when trying to create a new album

2007-05-30 Thread Fabio Pugliese Ornellas
Package: tripod
Version: 0.7.0-1
Severity: grave
Justification: renders package unusable

I get a segfault directly:

  - Open
  - It detects my white 30G iPod (late 2006) mounted
  - I click to add a new album
  - Name it All
  - Click OK
  - Seg fault

I'll try on ia32 port to see if it is amd64 specific.

Thank you.

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

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

Versions of packages tripod depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libacl1 2.2.42-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.32-1.1 Extended attribute shared library
ii  libaudio2   1.8-4The Network Audio System (NAS). (s
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.8-2  Client library for the gamin file 
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgpod10.4.2-3  a library to read and write songs 
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libqt3-mt   3:3.3.7-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.5-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

tripod recommends no packages.

-- no debconf information


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



Bug#426810: tripod: ia32

2007-05-30 Thread Fabio Pugliese Ornellas
Package: tripod
Version: 0.7.0-1
Followup-For: Bug #426810

Yes, it crashes under an ia32 environment.

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

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

Versions of packages tripod depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libacl1 2.2.42-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.32-1.1 Extended attribute shared library
ii  libaudio2   1.8-4The Network Audio System (NAS). (s
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.8-2  Client library for the gamin file 
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgpod10.4.2-3  a library to read and write songs 
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libqt3-mt   3:3.3.7-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.5-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

tripod recommends no packages.

-- no debconf information


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



Bug#426814: suitesparse: Build-Depends on non-free package libparmetis-dev

2007-05-30 Thread Daniel Schepler
Package: suitesparse
Version: 3.0.0-2
Severity: serious

As the subject says...  Packages in main are not allowed to Build-Depend on 
packages in contrib or non-free.
-- 
Daniel Schepler


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



Bug#426816: rofs-fuse: FTBFS: Missing Build-Depends

2007-05-30 Thread Daniel Schepler
Package: rofs-fuse
Version: 2006.11.28-1
Severity: serious

From my pbuilder build log:

...
 debian/rules build
dh_testdir
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/rofs-fuse-2006.11.28'
cc `pkg-config fuse --cflags --libs` rofs.c -o rofs
/bin/sh: pkg-config: command not found
In file included from /usr/include/fuse/fuse.h:23,
 from /usr/include/fuse.h:9,
 from rofs.c:40:
/usr/include/fuse/fuse_common.h:30:2: error: #error Please add 
-D_FILE_OFFSET_BITS=64 to your compile flags!
rofs.c: In function 'rofs_opendir':
rofs.c:110: warning: cast from pointer to integer of different size
rofs.c: In function 'rofs_readdir':
rofs.c:123: warning: cast to pointer from integer of different size
rofs.c: In function 'rofs_releasedir':
rofs.c:143: warning: cast to pointer from integer of different size
make[1]: *** [rofs] Error 1
make[1]: Leaving directory `/tmp/buildd/rofs-fuse-2006.11.28'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler



Bug#426815: jruby1.0: FTBFS: Cannot find jruby-bin-1.0.0~rc2.tar.gz

2007-05-30 Thread Daniel Schepler
Package: jruby1.0
Version: 1.0.0~rc2-3
Severity: serious

From my pbuilder build log:

...
  [zip] Building zip: /tmp/buildd/jruby1.0-1.0.0~rc2/jruby-bin-1.0.0RC2.zip

BUILD SUCCESSFUL
Total time: 21 seconds
tar -zxf jruby-bin-1.0.0~rc2.tar.gz -C 
/tmp/buildd/jruby1.0-1.0.0~rc2/debian/jruby1.0/usr/lib/
tar: jruby-bin-1.0.0~rc2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
make: *** [install] Error 2
-- 
Daniel Schepler



Bug#426813: et131x: FTBFS: Looks for /lib/modules/2.6.21-1-686/build

2007-05-30 Thread Daniel Schepler
Package: et131x
Version: 1.2.3-2
Severity: serious

From my pbuilder build log:

...
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/et131x-1.2.3'
#@/usr/bin/make -C /lib/modules/2.6.21-1-686/build M=/tmp/buildd/et131x-1.2.3 
modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.21-1-686/build: No such file or directory.  Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/tmp/buildd/et131x-1.2.3'
make: *** [build-arch-stamp] Error 2
-- 
Daniel Schepler



Bug#426818: rus-ispell: FTBFS: Cannot find i2myspell

2007-05-30 Thread Daniel Schepler
Package: rus-ispell
Version: 0.99g4-3
Severity: serious

From my pbuilder build log:

...
# Generate myspell dictionary
i2myspell -d ./russian.dict  ru_RU.dic
/bin/sh: i2myspell: command not found
make: *** [build-arch] Error 127
-- 
Daniel Schepler



Bug#425929: Current version of smc builds successfully

2007-05-30 Thread Daniel Schepler
Version: 0.99.6-1.1

As pointed out to me over private email, smc now builds, so I'm closing the 
FTBFS bug now.
-- 
Daniel Schepler


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



Bug#425929: marked as done (smc: FTBFS with new boost libraries)

2007-05-30 Thread Debian Bug Tracking System
Your message dated Thu, 31 May 2007 01:26:10 -0400
with message-id [EMAIL PROTECTED]
and subject line Really close
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: smc
Version: 0.99.6-1
Severity: serious
Tags: sid

From my pbuilder build log:

...
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking for main in -lboost_filesystem... no
configure: error: Unable to find Boost Filesystem library
make: *** [config.status] Error 1
-- 
Daniel Schepler

---End Message---
---BeginMessage---
Version: 0.99.6-1.1

Whoops, sent the last one to the wrong address.  Really closing now.
-- 
Daniel Schepler
---End Message---