Processed: Fixed in NMU of pgplot5 5.2.2-7.1

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 375459 + fixed
Bug#375459: pgplot5: FTBFS: Failed to satisfy Build-Depends dependency for 
pgplot5: libxaw8-dev
Tags were: patch
Tags added: fixed

 tag 376822 + fixed
Bug#376822: pgplot5: duplicate invocation of install-docs
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377248: jless - FTBFS: Cannot find terminal libraries - configure failed

2006-07-13 Thread Matej Vela
retitle 377248 jless: FTBFS: missing build-dep on libncurses5-dev
tag 377248 patch
thanks

--- jless-382-iso258.orig/debian/control
+++ jless-382-iso258/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Tatsuki Sugiura [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (= 4.0.0), dpatch
+Build-Depends: cdbs, debhelper (= 4.0.0), dpatch, libncurses5-dev | 
libncurses-dev
 
 Package: jless
 Architecture: any

Thanks,

Matej


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



Bug#377595: mod-bt - FTBFS: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-07-13 Thread Kurt Roeckx
On Wed, Jul 12, 2006 at 06:57:25PM -0700, Tyler MacDonald wrote:
 
 Kurt,
   I believe those are addressed in mod-bt_0.0.18+p4.1364, if you'd
 like to have a look:
 
   http://www.crackerjack.net/mod_bt/debian/sid/

That one build without any problems.


Kurt



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



Processed: Bug#377248: jless - FTBFS: Cannot find terminal libraries - configure failed

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 377248 jless: FTBFS: missing build-dep on libncurses5-dev
Bug#377248: jless - FTBFS: Cannot find terminal libraries - configure failed
Changed Bug title.

 tag 377248 patch
Bug#377248: jless: FTBFS: missing build-dep on libncurses5-dev
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#378070: CVE-2006-3403: Memory exhaustion DoS against smbd

2006-07-13 Thread Christian Perrier
Quoting Geoff Crompton ([EMAIL PROTECTED]):
 Package: samba
 Version: 3.0.14a-3sarge1
 Severity: grave
 
 Samba have announced http://www.samba.org/samba/security/CAN-2006-3403.html,
 and have a patch available. It affects all samba configurations, hence I
 consider this grave.
 I wouldn't be surprised if the security team is already aware of this.


It is.

I tested a compile of the current sarge package to which I added the
patch provided by upstream (attached) but it failed:

Compiling lib/util.c
lib/util.c:2447: error: redefinition of `data_path'
lib/util.c:2392: error: `data_path' previously defined here
lib/util.c:2457: error: redefinition of `state_path'
lib/util.c:2402: error: `state_path' previously defined here
lib/util.c:2477: error: redefinition of `cache_path'
lib/util.c:2422: error: `cache_path' previously defined here
make[1]: *** [lib/util.o] Erreur 1
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.14a/source'
make: *** [build-stamp] Erreur 2

Index: samba-3.0.14a/source/smbd/service.c
===
--- samba-3.0.14a/source/smbd/service.c (revision 16676)
+++ samba-3.0.14a/source/smbd/service.c (working copy)
@@ -763,6 +763,11 @@
smb_panic(make_connection: PANIC ERROR. Called as nonroot\n);
}
 
+   if (conn_num_open()  2047) {
+   *status = NT_STATUS_INSUFF_SERVER_RESOURCES;
+   return NULL;
+   }
+
if(lp_security() != SEC_SHARE) {
vuser = get_valid_user_struct(vuid);
if (!vuser) {


signature.asc
Description: Digital signature


Bug#378084: crm114: mailfiter is broken

2006-07-13 Thread Steinar H. Gunderson
Package: crm114
Version: 20060704a-1
Severity: grave
Justification: renders package unusable

When trying to learn new mail as spam, I get the following error twice:

 Aw, crud.  mailfilter.crm broke.  Here's the error: 

/usr/bin/crm: *ERROR* 
 This program wants to use a nonexistent variable named: ':text_cache:' 
 Sorry, but this program is very sick and probably should be killed off.
This happened at line 218 of file /usr/share/crm114/mailfilter.crm


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

Versions of packages crm114 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libtre4   0.7.3-1regexp matching library with appro

Versions of packages crm114 recommends:
ii  metamail  2.7-51 implementation of MIME

-- debconf-show failed


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



Bug#378070: CVE-2006-3403: Memory exhaustion DoS against smbd

2006-07-13 Thread Steve Langasek
On Thu, Jul 13, 2006 at 07:56:02AM +0200, Christian Perrier wrote:
 Quoting Geoff Crompton ([EMAIL PROTECTED]):
  Package: samba
  Version: 3.0.14a-3sarge1
  Severity: grave

  Samba have announced http://www.samba.org/samba/security/CAN-2006-3403.html,
  and have a patch available. It affects all samba configurations, hence I
  consider this grave.
  I wouldn't be surprised if the security team is already aware of this.

 It is.

 I tested a compile of the current sarge package to which I added the
 patch provided by upstream (attached) but it failed:

 Compiling lib/util.c
 lib/util.c:2447: error: redefinition of `data_path'
 lib/util.c:2392: error: `data_path' previously defined here
 lib/util.c:2457: error: redefinition of `state_path'
 lib/util.c:2402: error: `state_path' previously defined here
 lib/util.c:2477: error: redefinition of `cache_path'
 lib/util.c:2422: error: `cache_path' previously defined here
 make[1]: *** [lib/util.o] Erreur 1
 make[1]: Leaving directory 
 `/home/bubulle/src/debian/samba/samba-3.0.14a/source'
 make: *** [build-stamp] Erreur 2

This looks like you've gotten yourself a double-patched file.  Perhaps you
should try cleaning your build tree and trying again?

Anyway, it built for me and I've committed the patch to /branches/sarge. 
I'd be happy if someone else could follow through with the security team,
though.

BTW, I've downgraded this bug from 'grave' to 'important' since, according
to upstream's security advisory, it's a DoS rather than an exploitable
privilege escalation.

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


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



Bug#336583: ieee80211-source: Workaround

2006-07-13 Thread Stephen Touset
Package: ieee80211-source
Version: 1.1.6-4
Followup-For: Bug #336583

This seems to be due to a call in
/usr/src/linux-headers-2.6.17-1-686/Makefile to crmodverdir. This
task does a mkdir -p on a directory, then rm's all the files in it.
However, it looks like this operation would fail if there are only
directories in the directory given.

My workaround for the time being was to comment out line 1090. This
might break other module build processes, though; however, it works for
building ieee80211-source.

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

Versions of packages ieee80211-source depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  module-assistant  0.10.4 tool to make module package creati

ieee80211-source recommends no packages.

-- no debconf information


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



Bug#378091: libtunepimp: buffer overflow

2006-07-13 Thread Martin Pitt
Package: libtunepimp
Version: 0.4.2-3
Version: 0.3.0-3
Severity: grave
Tags: security patch

Hi!

http://bugs.musicbrainz.org/ticket/1764 describes some buffer
overflows in libtunepimp. For your convenience, these are the ubuntu
debdiffs for 0.4.2 and 0.3.0 (for sarge-security):

  http://people.ubuntu.com/patches/libtunepimp-0.4.2.buffer-overflow.diff
  http://people.ubuntu.com/patches/libtunepimp-0.3.0.buffer-overflow.diff

I asked for a CVE on vendor-sec, will forward it here as soon as it is
assigned.

Thanks,

Martin

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

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


signature.asc
Description: Digital signature


Processed: retitle 375080 to synfig: g++ 4.1.0, 4.1.1 and 4.2 miscompile synfig

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
  #tested with g++-4.2 from experimental
 retitle 375080 synfig: g++ 4.1.0, 4.1.1 and 4.2 miscompile synfig
Bug#375080: synfig: g++ 4.1.0 in etch and 4.1.1 in sid miscompiles synfig
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-13 Thread Milan Zamazal
 LM == Lieven Marchand [EMAIL PROTECTED] writes:

LM With the standard mailfilter.cf I get the following

LM [EMAIL PROTECTED]:~$ /usr/share/crm114/mailfilter.crm -u .crm114/ test
LM test

LM  Aw, crud.  mailfilter.crm broke.  Here's the error:

LM /usr/bin/crm: *ERROR* This file should have learncounts, but
LM doesn't, and the learncount slot is busy.  It's hosed.  Time to
LM die.  Sorry, but this program is very sick and probably should
LM be killed off.  This happened at line 917 of file
LM /usr/share/crm114/mailfilter.crm

Thank you for trying it out.  The error message looks strange to me --
the line 917 of mailfilter.crm is inside a commentary:

  #End of blacklist processing.  

Could you please look at the line in your
/usr/share/crm114/mailfilter.crm whether it is the same there?

BTW, did you upgrade from crm114 20060118 or from an older version?  I'd
guess from the error message that your *.css files either got damaged or
belong to a different classification method (the default classification
method has changed in 20060118).

Regards,

Milan Zamazal



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



Bug#378084: crm114: mailfiter is broken

2006-07-13 Thread Milan Zamazal
 SHG == Steinar H Gunderson [EMAIL PROTECTED] writes:

SHG When trying to learn new mail as spam, I get the following
SHG error twice:

SHG  Aw, crud.  mailfilter.crm broke.  Here's the error:

SHG /usr/bin/crm: *ERROR* This program wants to use a nonexistent
SHG variable named: ':text_cache:' Sorry, but this program is very
SHG sick and probably should be killed off.  This happened at line
SHG 218 of file /usr/share/crm114/mailfilter.crm

You should update your mailfilter.cf, see
/usr/share/crm114/mailfilter.cf.  I should put a warning about it into
NEWS.Debian.  I'll do it, but first I'd like to know whether there are
more problems with the new crm114 package, see bug #377978.  Could you
please test it?  crm114 seems to work fine for me with both the default
new configuration and my own old configuration, so I need help from
other users.

Thanks for the report.

Regards,

Milan Zamazal



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



Bug#353189: marked as done (yaws - FTBFS: Build depends against unavailable package erlang-src)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 15:19:28 +0400
with message-id [EMAIL PROTECTED]
and subject line The bug is resolved
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: yaws
Version: 1.58-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of yaws_1.58-1 on debian-31 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.0), autotools-dev, erlang, erlang-src, 
 mime-support
[...]
 Building Dependency Tree...
 E: Couldn't find package erlang-src
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping yaws
 **
 Finished at 20060215-1658
 Build needed 00:01:08, 0k disk space

bastian

-- 
Schshschshchsch.
-- The Gorn, Arena, stardate 3046.2

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

The bug is resolved in yaws 1.63-1 (probably the changelog entry was
not clear for automatic bug closing). So, I close the bug manually.

--
Sergei Golovan
---End Message---


Bug#375035: Ignore last message

2006-07-13 Thread Daniel Dickinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please ignore the last message; It
a) should have gone to control, and
b) It is unconfirmed (the success may have been with 2.6.15).

Must be less quick with bts...

- -- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore

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

iD8DBQFEteaxhvWBpdQuHxwRAjNLAKC5UjuJHh+qpp4xoXNxA/Q/zzm42QCgl5WB
uTuQRB7oGw0W4EcZiaM9RMQ=
=YHvF
-END PGP SIGNATURE-


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



Bug#375035: OldWorld Mac-specific problems; perhaps drop?

2006-07-13 Thread Holger Levsen
Hi,

On Thursday 13 July 2006 05:45, Daniel Dickinson wrote:
 That is, not because I say so, but de facto, because it wouldn't have a
 bootable kernel for old world.  Last week I upgraded the appropriate
 kernel bug (#375035) to grave (which makes it RC), which means the bug
 will be fixed, someone will demonstrate that it's just me and the other
 guy (and downgrade the bug), or old world will be dropped.

From reading this bug (and especially the one its merged with), I dont think 
it's a kernel problem (rather initramfs, mkvmlinuz or udev). Also I had no 
problems on the pismo to boot (an installed sid system) with 2.6.16 and quik.


regards,
Holger



pgpE1qJwot3HK.pgp
Description: PGP signature


Bug#377943: [Pkg-tikiwiki-devel] Re: Bug#377943: tikiwiki: distributing Houndtime infringes copyright and violates policy 2.2.1

2006-07-13 Thread Thijs Kinkhorst
  For example, who can say who is the copyright holder for 
  img/icons/clear.gif and what are its
  conditions of use ?
 
 Well, the one who committed it to CVS should definitely have checked,
 and documented, if an icon is covered by copyright. If someone just took
 a bunch of icons off the web and stuffed them in the CVS without
 checking copyright, then we may have a problem.

I don't think you ever do with this file: clear.gif is of trivial
simplicity (16x16 empty image). You should not be worried about its
copyright, because there's nothing original in it, and thus not
copyrightable.


Thijs


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


Processed: Segfaults always at startup

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 376979 grave
Bug#376979: democracyplayer: Segmentation fault on start
Severity set to `grave' from `normal'

 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#377853: CONFIG_USB_STORAGE_DEBUG enabled = linux-image-2.6.16-2-nslu2 is unusable

2006-07-13 Thread Frans Pop
On Thursday 13 July 2006 00:34, Martin Michlmayr wrote:
 Yeah, I just noticed that myself. :/  It does suck but I'm not sure
 this is a RC bug.  The kernel does work, sort of, after all... we're
 trying to get beta3 out and I think the -boot team will kill me if
 there has to be another kernel rebuild so I suggest we leave it as it
 is for now (I've disabled it in SVN already for future releases).

Also, nslu2 is not really a mainstream arch that justifies delaying 
everything. This seems like a too small issue to have to rebuild for all 
arches to me.

 Ccing -boot to get comments.  Would there be time for another kernel
 upload?  If not, I'll downgrade this bug.

An upload would just be possible, especially if it includes no other 
changes affecting other arches (so we can skip rebuilding the udebs).
The main delay would be the build for arm which takes over a day...
I'll leave the final decision to the kernel team, but if you upload please 
do so ASAP.

Isn't there a way to work around this at run time (i.e. setting a value to 
0 in /proc somewhere that disables the debugging)?

Cheers,
FJP


pgpbNsk1gWptu.pgp
Description: PGP signature


Bug#377119: libsvn-javahl: package name violates Java policy

2006-07-13 Thread Thijs Kinkhorst
Hello all,

 In other words, if distributing the jar 'svn-javahl.jar', the package
 should be named 'libsvn-javahl-java'. Though I can't help but wondering
 about the value of the javahl part of the package name.

I really doubt that this issue is release critical. I've looked through this 
file:
http://release.debian.org/etch_rc_policy.txt and there's nothing in
there that would qualify the package as unsuitable for release. While I
can understand that it's good if the package names are all according to
some specified scheme, I don't think that the wrong name makes the
package in such a broken state that we should prevent it from being
released.

I therefore propose to lower the severity to important. It should still
be fixed of course.


Thijs


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


Processed: severity of 377119 is important

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 377119 important
Bug#377119: libsvn-javahl: package name violates Java policy
Severity set to `important' from `serious'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#336993: marked as done (yaboot breaks booting with initramfs from xfs)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 06:49:24 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#336993: fixed in yaboot 1.3.13-7
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: linux-image-2.6.14-1-powerpc64
Version: 2.6.14-2
Severity: important

Hi,

I have been trying to boot this G5 (PowerMac7,2) with Sven's 2.6.14-rc5,
and the 2.6.14-{1,2} in the archives, but i always get the same error at
boot time, something that looks like:

[...]
RAMDISK: Compressed image found at block 0.
Kernel Panic - not syncing - VFS: Unable to mount root fs on unknown block (0,0)
 Rebooting in 180 sec...

i couldn't spot anything else strange in the lines above these last ones.

i use xfs on this partition. the initrd.img created by yaird seems to
contain all it takes:

[EMAIL PROTECTED]:/tmp/initrd-2.6.14 $ sudo zcat /boot/initrd.img | cpio -ivd
.
bin
bin/cat
bin/dash
bin/mkdir
bin/mknod
bin/mount
bin/sleep
bin/umount
dev
cpio: dev/console: Operation not permitted
dev/console
cpio: dev/null: Operation not permitted
dev/null
etc
lib
lib/modules
lib/modules/2.6.14-rc5-powerpc64
lib/modules/2.6.14-rc5-powerpc64/kernel
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/ide
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/ide/pci
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/ide/pci/generic.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/input
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/input/evdev.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/scsi
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/scsi/libata.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/scsi/sata_svw.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/scsi/scsi_mod.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/scsi/sd_mod.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/core
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/core/usbcore.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/host
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/host/ehci-hcd.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/host/ohci-hcd.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/input
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/input/usbhid.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/drivers/usb/input/yealink.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/fs
lib/modules/2.6.14-rc5-powerpc64/kernel/fs/exportfs
lib/modules/2.6.14-rc5-powerpc64/kernel/fs/exportfs/exportfs.ko
lib/modules/2.6.14-rc5-powerpc64/kernel/fs/xfs
lib/modules/2.6.14-rc5-powerpc64/kernel/fs/xfs/xfs.ko
lib/tls
lib/tls/libc-2.3.5.so
lib/tls/libm-2.3.5.so
lib/tls/libpthread-2.3.5.so
lib/tls/librt-2.3.5.so
lib/tls/libc.so.6
lib/tls/libm.so.6
lib/tls/libpthread.so.0
lib/tls/librt.so.1
lib/ld-2.3.5.so
lib/libblkid.so.1.0
lib/libuuid.so.1.2
lib/ld.so.1
lib/libblkid.so.1
lib/libuuid.so.1
mnt
proc
sbin
sbin/insmod
sys
usr
usr/lib
usr/lib/yaird
usr/lib/yaird/exec
usr/lib/yaird/exec/run_init
var
init
8308 blocks

the yaboot entry looks like:

image=/boot/vmlinux
label=Linux
append=devfs=mount
read-only
initrd=/boot/initrd.img

anything i can try?

cheers, piem


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.14-1-powerpc64 depends on:
ii  initramfs-tools [linux-initra 0.37   tools for generating an initramfs
ii  module-init-tools 3.2-pre9-3 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.11-10  Yet Another mkInitRD

linux-image-2.6.14-1-powerpc64 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: yaboot
Source-Version: 1.3.13-7

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

yaboot_1.3.13-7.diff.gz
  to pool/main/y/yaboot/yaboot_1.3.13-7.diff.gz
yaboot_1.3.13-7.dsc
  to pool/main/y/yaboot/yaboot_1.3.13-7.dsc
yaboot_1.3.13-7_powerpc.deb
  to pool/main/y/yaboot/yaboot_1.3.13-7_powerpc.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],

Bug#377853: marked as done (CONFIG_USB_STORAGE_DEBUG enabled = linux-image-2.6.16-2-nslu2 is unusable)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 06:49:19 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#377853: fixed in linux-2.6 2.6.17-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: linux-image-2.6.16-2-nslu2
Version: 2.6.16-16
Severity: serious

CONFIG_USB_STORAGE_DEBUG is now enabled on nslu2 kernels. As this
kernels only run on machines which only supports USB disks, this render
the machine unusable: every traffic on the disk is logged to
/var/log/syslog, which generates traffic on the disk, etc.

This option should be disabled, as on previous kernels.


Note: arm is a release architecture, but I am not sure if the nslu2 
  subarchitecture is a release one. In the contrary, this bug could
  be downgraded to important.

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

---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.17-3

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

kernel-image-2.6-power3-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-power3-smp_2.6.17-3_powerpc.deb
kernel-image-2.6-power3_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-power3_2.6.17-3_powerpc.deb
kernel-image-2.6-power4-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-power4-smp_2.6.17-3_powerpc.deb
kernel-image-2.6-power4_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-power4_2.6.17-3_powerpc.deb
kernel-image-2.6-powerpc-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-powerpc-smp_2.6.17-3_powerpc.deb
kernel-image-2.6-powerpc_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-2.6-powerpc_2.6.17-3_powerpc.deb
kernel-image-power3-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-power3-smp_2.6.17-3_powerpc.deb
kernel-image-power3_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-power3_2.6.17-3_powerpc.deb
kernel-image-power4-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-power4-smp_2.6.17-3_powerpc.deb
kernel-image-power4_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-power4_2.6.17-3_powerpc.deb
kernel-image-powerpc-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-powerpc-smp_2.6.17-3_powerpc.deb
kernel-image-powerpc_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/kernel-image-powerpc_2.6.17-3_powerpc.deb
linux-2.6_2.6.17-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.17-3.diff.gz
linux-2.6_2.6.17-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.17-3.dsc
linux-doc-2.6.17_2.6.17-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.17_2.6.17-3_all.deb
linux-headers-2.6-powerpc-miboot_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6-powerpc-miboot_2.6.17-3_powerpc.deb
linux-headers-2.6-powerpc-smp_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6-powerpc-smp_2.6.17-3_powerpc.deb
linux-headers-2.6-powerpc64_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6-powerpc64_2.6.17-3_powerpc.deb
linux-headers-2.6-powerpc_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6-powerpc_2.6.17-3_powerpc.deb
linux-headers-2.6-vserver-powerpc64_2.6.17-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6-vserver-powerpc64_2.6.17-3_powerpc.deb
linux-headers-2.6-vserver-powerpc_2.6.17-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6-vserver-powerpc_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-all-powerpc_2.6.17-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.17-1-all-powerpc_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-all_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.17-1-all_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-powerpc-miboot_2.6.17-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.17-1-powerpc-miboot_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-powerpc-smp_2.6.17-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.17-1-powerpc-smp_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-powerpc64_2.6.17-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.17-1-powerpc64_2.6.17-3_powerpc.deb
linux-headers-2.6.17-1-powerpc_2.6.17-3_powerpc.deb
  to 

Bug#100801: marked as done (bird_1.0.4-4(unstable): missing build-depends)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 11:05:39 -0400
with message-id [EMAIL PROTECTED]
and subject line Ack NMUs
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: bird
Version: 1.0.4-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of bird_1.0.4-4 on remake.rfc822.org by sbuild/mipsel 1.158
 Build started at 20010604-0453

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: bison, debhelper, flex, m4

[...]

  The following central src deps are (probably) missing:
   libncurses5-dev, libreadline4-dev (= 4.1)

[...]

 checking size of long int... 4
 checking for 8-bit type... char
 checking for 16-bit type... short int
 checking for 32-bit type... int
 checking CPU endianity... little-endian
 checking usual alignment of structures... 8
 checking characteristics of time_t... 32-bit signed
 checking for struct ip_mreqn... yes
 checking for add_history in -lhistory... no
 checking for tgetent in -lncurses... no
 checking for tgetent in -lcurses... no
 checking for tgetent in -ltermcap... no
 checking for rl_callback_read_char in -lreadline... no
 configure: error: The client requires GNU readline library 2.1 or newer. 
 Either install the library or use --disable-client to compile without the 
 client.
 make: *** [build-stamp] Error 1

bird needs a build-depends on libreadline4-dev

---End Message---
---BeginMessage---
Acknowledge those NMUs and close them...

-- 
Ondrej Sury [EMAIL PROTECTED]


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


Processed: Re: Bug#373903: Broken apt-file

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 373903 grave
Bug#373903: Broken apt-file.
Severity set to `grave' from `normal'

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#376023: marked as done (No plugin in amd64 package!)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 07:32:30 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#376023: fixed in xmms-midi 0.03-4
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: xmms-midi
Version: 0.03-3
Severity: grave

The actual plugin is missing :)

$ dpkg -L xmms-midi
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/xmms-midi
/usr/share/doc/xmms-midi/README
/usr/share/doc/xmms-midi/TODO.Debian
/usr/share/doc/xmms-midi/copyright
/usr/share/doc/xmms-midi/changelog.Debian.gz
/usr/share/doc/xmms-midi/changelog.gz
/usr/share/doc/xmms-midi/README.Debian
/usr/share/doc/xmms-midi/TODO
/etc
/etc/timidity
/etc/timidity/xmms-midi.cfg

bye,

-christian-


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

xmms-midi depends on no packages.

Versions of packages xmms-midi recommends:
pn  freepats  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: xmms-midi
Source-Version: 0.03-4

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

xmms-midi_0.03-4.diff.gz
  to pool/main/x/xmms-midi/xmms-midi_0.03-4.diff.gz
xmms-midi_0.03-4.dsc
  to pool/main/x/xmms-midi/xmms-midi_0.03-4.dsc
xmms-midi_0.03-4_i386.deb
  to pool/main/x/xmms-midi/xmms-midi_0.03-4_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.
Paul Wise [EMAIL PROTECTED] (supplier of updated xmms-midi package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 30 Jun 2006 11:11:30 +0800
Source: xmms-midi
Binary: xmms-midi
Architecture: source i386
Version: 0.03-4
Distribution: unstable
Urgency: high
Maintainer: Paul Wise [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 xmms-midi  - MIDI plugin for XMMS
Closes: 376023
Changes: 
 xmms-midi (0.03-4) unstable; urgency=high
 .
   * Ensure the buildds run make install (Closes: #376023)
Files: 
 ce7a7fbca00d4b04f975adf15990c131 589 sound optional xmms-midi_0.03-4.dsc
 571c1c224ad323e3ca78e7f58c18d7e4 2647 sound optional xmms-midi_0.03-4.diff.gz
 13f3c4b70b8664b3300c18319befa3ac 82006 sound optional xmms-midi_0.03-4_i386.deb

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

iD8DBQFEtlYaJdKMxZV9WM8RAgPyAJ9MVwqZ0KQa9gblUYBx77+Ru3ZgwACfepCm
SDhlxq68Z9UPmIqL8iPZjOg=
=Eijk
-END PGP SIGNATURE-

---End Message---


Bug#378134: gimp data version and gimp version aren't the same (experimental)

2006-07-13 Thread Yves Lambert

Package: gimp
Version: 2.3.9-1
Severity: serious

(closing bug #378130 severity: normal because of wrong version of gimp)
gimp data version is 2.3.10-1 in experimental. This package replaces
gimp 2.3.9-1
gimp version 2.3.9-1: this package cannot be installed as gimp data 
2.3.9-1

is unavailable.
I did not install gimp data 2.3.10-1 yet. Problems with this package
should be related to this bug. If there is some (dependancies and
so...) I will forward it to this bug.

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

Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gimp depends on:
ii  gimp-data   2.2.11-3.1   Data files for The GIMP
ii  libaa1  1.4p5-30 ascii art library
ii  libart-2.0-22.3.17-1 Library of functions 
for 2D graphi
ii  libatk1.0-0 1.11.4-3 The ATK accessibility 
toolkit
ii  libc6   2.3.6-15 GNU C Library: Shared 
libraries
ii  libcairo2   1.2.0-3  The Cairo 2D vector 
graphics libra

ii  libexif12   0.6.13-4 library to parse EXIF files
ii  libexpat1   1.95.8-3.2   XML parsing C library - 
runtime li
ii  libfontconfig1  2.3.2-7  generic font 
configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, 
shared lib
ii  libgimp2.0  2.2.11-3.1   Libraries necessary to 
Run the GIM
ii  libglib2.0-02.10.3-3 The GLib library of C 
routines
ii  libgtk2.0-0 2.8.18-1 The GTK+ graphical user 
interface
ii  libice6 1:1.0.0-3X11 Inter-Client 
Exchange library
ii  libjpeg62   6b-13The Independent JPEG 
Group's JPEG

ii  liblcms11.15-1   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network 
Graphics li
ii  libpango1.0-0   1.12.3-1 Layout and rendering of 
internatio

ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management 
library
ii  libtiff43.8.2-5  Tag Image File Format 
(TIFF) libra
ii  libwmf0.2-7 0.2.8.3-3.1  Windows metafile 
conversion librar

ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous 
extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 
'fixes' extensio

ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension 
library
ii  libxmu6 1:1.0.1-3X11 miscellaneous 
utility library

ii  libxpm4 1:3.5.4.2-3  X11 pixmap library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension 
client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics 
library
ii  wget1.10.2-2 retrieves files from 
the web
ii  zlib1g  1:1.2.3-13   compression library - 
runtime


Versions of packages gimp recommends:
ii  gimp-print  4.3.99+cvs20060521-4 print plugin for the GIMP
ii  gimp-svg2.2.11-3.1   SVG (Scalable Vector 
Graphics) plu


-- no debconf information




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



Processed: reopening 373953

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
  #it is NMUed quickly but it is not enough to fix the problem. (And the NMU 
 ignored dpatch.) I will upload new package in two or three dayes.
 reopen 373953
Bug#373953: ruby1.9: FTBFS: Error in ext/bigdecimal Makefile
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.


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#378134: marked as done (gimp data version and gimp version aren't the same (experimental))

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 11:53:25 -0400 (EDT)
with message-id [EMAIL PROTECTED]
and subject line Bug#378134: gimp data version and gimp version aren't the same 
 (experimental)
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: gimp
Version: 2.3.9-1
Severity: serious

(closing bug #378130 severity: normal because of wrong version of gimp)
gimp data version is 2.3.10-1 in experimental. This package replaces
gimp 2.3.9-1
gimp version 2.3.9-1: this package cannot be installed as gimp data 
2.3.9-1

is unavailable.
I did not install gimp data 2.3.10-1 yet. Problems with this package
should be related to this bug. If there is some (dependancies and
so...) I will forward it to this bug.

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

Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gimp depends on:
ii  gimp-data   2.2.11-3.1   Data files for The GIMP
ii  libaa1  1.4p5-30 ascii art library
ii  libart-2.0-22.3.17-1 Library of functions 
for 2D graphi
ii  libatk1.0-0 1.11.4-3 The ATK accessibility 
toolkit
ii  libc6   2.3.6-15 GNU C Library: Shared 
libraries
ii  libcairo2   1.2.0-3  The Cairo 2D vector 
graphics libra

ii  libexif12   0.6.13-4 library to parse EXIF files
ii  libexpat1   1.95.8-3.2   XML parsing C library - 
runtime li
ii  libfontconfig1  2.3.2-7  generic font 
configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, 
shared lib
ii  libgimp2.0  2.2.11-3.1   Libraries necessary to 
Run the GIM
ii  libglib2.0-02.10.3-3 The GLib library of C 
routines
ii  libgtk2.0-0 2.8.18-1 The GTK+ graphical user 
interface
ii  libice6 1:1.0.0-3X11 Inter-Client 
Exchange library
ii  libjpeg62   6b-13The Independent JPEG 
Group's JPEG

ii  liblcms11.15-1   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network 
Graphics li
ii  libpango1.0-0   1.12.3-1 Layout and rendering of 
internatio

ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management 
library
ii  libtiff43.8.2-5  Tag Image File Format 
(TIFF) libra
ii  libwmf0.2-7 0.2.8.3-3.1  Windows metafile 
conversion librar

ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous 
extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 
'fixes' extensio

ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension 
library
ii  libxmu6 1:1.0.1-3X11 miscellaneous 
utility library

ii  libxpm4 1:3.5.4.2-3  X11 pixmap library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension 
client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics 
library
ii  wget1.10.2-2 retrieves files from 
the web
ii  zlib1g  1:1.2.3-13   compression library - 
runtime


Versions of packages gimp recommends:
ii  gimp-print  4.3.99+cvs20060521-4 print plugin for the GIMP
ii  gimp-svg2.2.11-3.1   SVG (Scalable Vector 
Graphics) plu


-- no debconf information



---End Message---
---BeginMessage---
I'm closing this bug with the same reason I closed #378130. gimp 2.3.10
hasn't been built for i386 on experimental yet.

---End Message---


Bug#378140: Uninstallable on alpha/ia64 due to unmet dep libc6-dev

2006-07-13 Thread Luk Claes
Package: libstdc++2.10-dev
Severity: serious
Version: 2.95.4.ds15-26

Hi

Your package is not installable on alpha or ia64 as it depends on
libc6-dev which is not available on these architectures. You might want
to depend on libc6.1-dev on these architectures...

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


Processed: More informative title

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 376159 open21xx: FTBFS: syntax error [arm, s390, powerpc]
Bug#376159: open21xx
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-13 Thread Lieven Marchand
Milan Zamazal [EMAIL PROTECTED] writes:

 LM == Lieven Marchand [EMAIL PROTECTED] writes:

 LM With the standard mailfilter.cf I get the following

 LM [EMAIL PROTECTED]:~$ /usr/share/crm114/mailfilter.crm -u .crm114/ test
 LM test

 LM  Aw, crud.  mailfilter.crm broke.  Here's the error:

 LM /usr/bin/crm: *ERROR* This file should have learncounts, but
 LM doesn't, and the learncount slot is busy.  It's hosed.  Time to
 LM die.  Sorry, but this program is very sick and probably should
 LM be killed off.  This happened at line 917 of file
 LM /usr/share/crm114/mailfilter.crm

 Thank you for trying it out.  The error message looks strange to me --
 the line 917 of mailfilter.crm is inside a commentary:

   #End of blacklist processing.  

 Could you please look at the line in your
 /usr/share/crm114/mailfilter.crm whether it is the same there?

It's the same.

 BTW, did you upgrade from crm114 20060118 or from an older version?  I'd
 guess from the error message that your *.css files either got damaged or
 belong to a different classification method (the default classification
 method has changed in 20060118).

Given that nowhere in the source any reference was made to learncounts
I suspected the css files too. With empty css files everything worked
again, after training off course.

-- 
Caedite eos! Novit enim Dominus qui sunt eius!


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



Bug#376422: diff for 1.3-4.2 NMU

2006-07-13 Thread Julien Danjou
Hello,

Attached is the diff for my wmcpu 1.3-4.2 NMU.

-- 
Julien Danjou
// Λ̊ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line.
diff -u wmcpu-1.3/debian/wmcpu.1x wmcpu-1.3/debian/wmcpu.1x
--- wmcpu-1.3/debian/wmcpu.1x
+++ wmcpu-1.3/debian/wmcpu.1x
@@ -1,4 +1,4 @@
-.TH wmCPU(1.2-debian) 1 
+.TH wmCPU(1.2-debian) 1x
 .\ NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
 .\ other parms are allowed: see man(7), man(1)
 .SH NAME
diff -u wmcpu-1.3/debian/changelog wmcpu-1.3/debian/changelog
--- wmcpu-1.3/debian/changelog
+++ wmcpu-1.3/debian/changelog
@@ -1,3 +1,14 @@
+wmcpu (1.3-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't use /usr/X11R6 (Closes: #376422)
+  * Bump standards version
+  * Quote menu entry
+  * Use dh compat 4
+  * Fix manpage entry
+
+ -- Julien Danjou [EMAIL PROTECTED]  Thu, 13 Jul 2006 18:13:16 +0200
+
 wmcpu (1.3-4.1) unstable; urgency=low
 
   * Non-maintainer upload to help with xlibs-dev transition.
diff -u wmcpu-1.3/debian/dirs wmcpu-1.3/debian/dirs
--- wmcpu-1.3/debian/dirs
+++ wmcpu-1.3/debian/dirs
@@ -1,2 +1 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
+usr/bin
diff -u wmcpu-1.3/debian/menu wmcpu-1.3/debian/menu
--- wmcpu-1.3/debian/menu
+++ wmcpu-1.3/debian/menu
@@ -1,2 +1,2 @@
-?package(wmcpu):needs=X11 section=Apps/Tools\
-  title=wmCPU command=/usr/X11R6/bin/wmcpu
+?package(wmcpu):needs=X11 section=Apps/Tools\
+  title=wmCPU command=/usr/bin/wmcpu
diff -u wmcpu-1.3/debian/control wmcpu-1.3/debian/control
--- wmcpu-1.3/debian/control
+++ wmcpu-1.3/debian/control
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Warren A. Layton [EMAIL PROTECTED]
-Build-Depends: debhelper, libx11-dev, libxext-dev, libxpm-dev
-Standards-Version: 3.5.9.0
+Build-Depends: debhelper (= 4.0.0), libx11-dev, libxext-dev, libxpm-dev
+Standards-Version: 3.7.2
 
 Package: wmcpu
 Architecture: any
diff -u wmcpu-1.3/debian/rules wmcpu-1.3/debian/rules
--- wmcpu-1.3/debian/rules
+++ wmcpu-1.3/debian/rules
@@ -34,10 +34,7 @@
dh_installdirs
 
# Add here commands to install the package into debian/tmp.
-   install -d `pwd`/debian/tmp/usr/X11R6/bin
-   install -d `pwd`/debian/tmp/usr/X11R6/man/man1
-   install wmcpu `pwd`/debian/tmp/usr/X11R6/bin
-   install debian/wmcpu.1x `pwd`/debian/tmp/usr/X11R6/man/man1
+   install wmcpu `pwd`/debian/wmcpu/usr/bin
 
touch install-stamp
 
@@ -50,7 +47,7 @@
dh_testdir
dh_testroot
dh_installmenu
-   dh_installmanpages wmcpu.1x
+   dh_installman debian/wmcpu.1x
dh_installdocs
dh_installchangelogs 
dh_strip
only in patch2:
unchanged:
--- wmcpu-1.3.orig/Makefile
+++ wmcpu-1.3/Makefile
@@ -1,11 +1,11 @@
 CC = gcc
 CFLAGS = -O3 -Wall -W
-LDFLAGS= -L/usr/X11R6/lib -lXpm -lXext -lX11
+LDFLAGS= -L/usr/lib -lXpm -lXext -lX11
 OBJS   = wmcpu.o
 
 # where to install this program (also for packaging stuff)
 DESTDIR=
-PREFIX = $(DESTDIR)/usr/X11R6
+PREFIX = $(DESTDIR)/usr
 INSTALL= -m 755
 
 wmcpu: $(OBJS)
only in patch2:
unchanged:
--- wmcpu-1.3.orig/debian/compat
+++ wmcpu-1.3/debian/compat
@@ -0,0 +1 @@
+4


signature.asc
Description: Digital signature


Bug#377853: CONFIG_USB_STORAGE_DEBUG enabled = linux-image-2.6.16-2-nslu2 is unusable

2006-07-13 Thread Aurelien Jarno

Frans Pop a écrit :

On Thursday 13 July 2006 00:34, Martin Michlmayr wrote:

Yeah, I just noticed that myself. :/  It does suck but I'm not sure
this is a RC bug.  The kernel does work, sort of, after all... we're
trying to get beta3 out and I think the -boot team will kill me if
there has to be another kernel rebuild so I suggest we leave it as it
is for now (I've disabled it in SVN already for future releases).


Also, nslu2 is not really a mainstream arch that justifies delaying 
everything. This seems like a too small issue to have to rebuild for all 
arches to me.


I fully understand your point of view, and I have written in my original 
bug report that nslu2 is maybe not a subarchitecture release, so the bug 
is maybe not so critical.


However, I also maintain that this kernel is not usable. Your disk is 
filled in one or two hours, and the load of the machine is between 1.5 
and 2.0.



Ccing -boot to get comments.  Would there be time for another kernel
upload?  If not, I'll downgrade this bug.


An upload would just be possible, especially if it includes no other 
changes affecting other arches (so we can skip rebuilding the udebs).

The main delay would be the build for arm which takes over a day...
I'll leave the final decision to the kernel team, but if you upload please 
do so ASAP.


I have reported the bug against the 2.6.16 version as I think it is 
important for the release. However if you plan to fix the bug later, 
fixing it in 2.6.17 is also ok for me. I am not sure my machine is fast 
enough to rebuilt the kernel myself (also given the current load I get 
doing nothing except filling /var/log/syslog), and I am using this 
machine to make test builds of the glibc.


Isn't there a way to work around this at run time (i.e. setting a value to 
0 in /proc somewhere that disables the debugging)?


Well I have looked at the code, the debugging messages are printed using 
printk(), and their inclusion or not in the final code is done by 
preprocessor options (#ifdef #endif).


--
  .''`.  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#376422: wmcpu 1.3-4.2 NMU

2006-07-13 Thread Matej Vela
Hello,

I'm doing an NMU of wmcpu to fix #376422; diff attached.

Thanks,

Matej
diff -u wmcpu-1.3/debian/changelog wmcpu-1.3/debian/changelog
--- wmcpu-1.3/debian/changelog
+++ wmcpu-1.3/debian/changelog
@@ -1,3 +1,10 @@
+wmcpu (1.3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Migrate from /usr/X11R6 to /usr.  Closes: #376422.
+
+ -- Matej Vela [EMAIL PROTECTED]  Thu, 13 Jul 2006 18:39:16 +0200
+
 wmcpu (1.3-4.1) unstable; urgency=low
 
   * Non-maintainer upload to help with xlibs-dev transition.
reverted:
--- wmcpu-1.3/debian/dirs
+++ wmcpu-1.3.orig/debian/dirs
@@ -1,2 +0,0 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
diff -u wmcpu-1.3/debian/menu wmcpu-1.3/debian/menu
--- wmcpu-1.3/debian/menu
+++ wmcpu-1.3/debian/menu
@@ -2 +2 @@
-  title=wmCPU command=/usr/X11R6/bin/wmcpu
+  title=wmCPU command=/usr/bin/wmcpu
diff -u wmcpu-1.3/debian/rules wmcpu-1.3/debian/rules
--- wmcpu-1.3/debian/rules
+++ wmcpu-1.3/debian/rules
@@ -34,10 +34,7 @@
dh_installdirs
 
# Add here commands to install the package into debian/tmp.
-   install -d `pwd`/debian/tmp/usr/X11R6/bin
-   install -d `pwd`/debian/tmp/usr/X11R6/man/man1
-   install wmcpu `pwd`/debian/tmp/usr/X11R6/bin
-   install debian/wmcpu.1x `pwd`/debian/tmp/usr/X11R6/man/man1
+   install -D wmcpu debian/tmp/usr/bin/wmcpu
 
touch install-stamp
 
@@ -50,7 +47,7 @@
dh_testdir
dh_testroot
dh_installmenu
-   dh_installmanpages wmcpu.1x
+   dh_installman debian/wmcpu.1x
dh_installdocs
dh_installchangelogs 
dh_strip


Processed: Fixed in NMU of wmcpu 1.3-4.2

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 376422 + fixed
Bug#376422: Uninstallable due to xorg transition
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of schoolbell 1.2.4-2

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 362981 + fixed
Bug#362981: schoolbell: The homepage URL in the package description is broken
Tags were: patch
Tags added: fixed

 tag 376872 + fixed
Bug#376872: Uninstallable due to python transition
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of schooltool 0.11.4-2

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 378066 + fixed
Bug#378066: python2.4-schooltool: Uninstallable due to python transition
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377595: mod-bt - FTBFS: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-07-13 Thread Tyler MacDonald
Kurt Roeckx [EMAIL PROTECTED] wrote:
  
  http://www.crackerjack.net/mod_bt/debian/sid/
 
 That one build without any problems.

Awesome, thank you again for your help... I have sent an email off
to Julien letting him know, this should be uploaded soon. :)

 - Tyler


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



Bug#376421: wmscope 3.0-9.2 NMU

2006-07-13 Thread Matej Vela
Hello,

I'm doing an NMU of wmscope to fix #376421; diff attached.

Thanks,

Matej
diff -u wmscope-3.0/debian/changelog wmscope-3.0/debian/changelog
--- wmscope-3.0/debian/changelog
+++ wmscope-3.0/debian/changelog
@@ -1,3 +1,12 @@
+wmscope (3.0-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Migrate from /usr/X11R6 to /usr.  Closes: #376421.
+  * debian/postinst, debian/postrm: Remove duplicate invocation of
+update-menus.
+
+ -- Matej Vela [EMAIL PROTECTED]  Thu, 13 Jul 2006 18:53:56 +0200
+
 wmscope (3.0-9.1) unstable; urgency=low
 
   * Non-maintainer upload to help xlibs-dev transition.
diff -u wmscope-3.0/debian/menu wmscope-3.0/debian/menu
--- wmscope-3.0/debian/menu
+++ wmscope-3.0/debian/menu
@@ -3 +3 @@
-   command=/usr/X11R6/bin/wmscope -w
+   command=/usr/bin/wmscope -w
diff -u wmscope-3.0/debian/rules wmscope-3.0/debian/rules
--- wmscope-3.0/debian/rules
+++ wmscope-3.0/debian/rules
@@ -16,8 +16,6 @@
 install-stamp: build
dh_testdir
dh_clean -k
-   install -m 0755  $(shell pwd)/debian/wmscope
-   install -m 0755 -d  $(shell pwd)/debian/wmscope/usr/X11R6/man/man1
 clean:
dh_testdir
dh_testroot
@@ -37,7 +35,7 @@
dh_testroot
dh_clean -k
dh_installdirs
-   install -s -m 0755 `pwd`/wmscope `pwd`/debian/tmp/usr/X11R6/bin/wmscope
+   install -D -m 0755 wmscope debian/tmp/usr/bin/wmscope
dh_installdocs
 #  ( cd XPM ; tar cf - . ) | \
 #  ( cd debian/tmp/usr/doc/wmcdplay/examples ; tar xvf - )
--- wmscope-3.0/debian/dirs
+++ wmscope-3.0.orig/debian/dirs
@@ -1,3 +0,0 @@
-usr/lib/menu
-usr/X11R6/bin
-usr/X11R6/man/man1
diff -u wmscope-3.0/debian/postinst wmscope-3.0/debian/postinst
--- wmscope-3.0/debian/postinst
+++ wmscope-3.0/debian/postinst
@@ -3,7 +3,6 @@
 
 case $1 in
   configure)
-[ -x /usr/bin/update-menus ]  update-menus
   ;;
 
   abort-upgrade|abort-deconfigure|abort-remove)
diff -u wmscope-3.0/debian/postrm wmscope-3.0/debian/postrm
--- wmscope-3.0/debian/postrm
+++ wmscope-3.0/debian/postrm
@@ -3,7 +3,6 @@
 
 case $1 in
   remove)
-[ -x /usr/bin/update-menus ]  update-menus
   ;;
   purge)
   ;;


Bug#378066: [Pkg-zope-developers] Bug#378066: python2.4-schooltool: Uninstallable due to python transition

2006-07-13 Thread Brian Sutherland
On Thu, Jul 13, 2006 at 03:42:14AM +0200, Adeodato Simó wrote:
 Package: python2.4-schooltool
 Version: 0.11.4-1
 Severity: serious
 
 Hi.
 
 Your package is unninstallable as it depends on python2.4-libxml2, which
 is not available any more.

While I agree that python2.4-schooltool should be updated to follow the new
python policy, I also think that python-libxml2 should provide
python2.4-libxml2 thus preventing this breakage.

But this point is moot because I cannot install zope3 at the moment, and
thus cannot build/test a new schooltool/schoolbell.

(/me goes to file bugs on zope3 dependencies to also provide python2.4
versions)

P.S. It appears that there is actually someone out there that can
install zope3 because schoolbell wa just NMU'ed...

 
 Cheers,
 
 -- 
 Adeodato Simó dato at net.com.org.es
 Debian Developer  adeodato at debian.org
  
 From the moment I picked your book up until I put it down I was
 convulsed with laughter. Some day I intend reading it.
 -- Groucho Marx
 
 
 
 ___
 Pkg-zope-developers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-zope-developers
 

-- 
Brian Sutherland

Metropolis - it's the first movie with a robot. And she's a woman.
  And she's EVIL!!



Processed: Fixed in NMU of schoolbell 1.2.4-1.1

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 376872 + fixed
Bug#376872: Uninstallable due to python transition
Tags were: fixed
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: patch available

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 377612 + patch
Bug#377612: honeyd - FTBFS: error: libpcre not found
There were no tags set.
Tags added: patch

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#378066: [Pkg-zope-developers] Bug#378066: python2.4-schooltool: Uninstallable due to python transition

2006-07-13 Thread Adeodato Simó
* Brian Sutherland [Thu, 13 Jul 2006 18:54:39 +0200]:

Hi,

 While I agree that python2.4-schooltool should be updated to follow the new
 python policy, I also think that python-libxml2 should provide
 python2.4-libxml2 thus preventing this breakage.

It wouldn't be prevented, no, since your dependency on python2.4-xml is
versioned.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
A pretty boy like you
With hands that could break me in two
But don't
-- Anja Garbarek, Can I keep him?



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



Bug#377612: Patch

2006-07-13 Thread Stephen Quinney
Here's the patch to fix the problem. Note it needs a change to the
python dev build-dep as well from python2.3-dev to python2.4-dev

diff -ruN honeyd-1.5a.orig/debian/control honeyd-1.5a/debian/control
--- honeyd-1.5a.orig/debian/control 2006-07-13 18:20:44.0 +0100
+++ honeyd-1.5a/debian/control  2006-07-13 18:22:08.0 +0100
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), libpcap0.8-dev | libpcap-dev, 
libdumbnet-dev ( 1.8), libevent-dev, wget, sharutils, flex, bison, 
libreadline5-dev | libreadline-dev, python2.3-dev | python-dev, zlib1g-dev, 
libdnsres-dev
+Build-Depends: debhelper ( 3.0.0), libpcap0.8-dev | libpcap-dev, 
libdumbnet-dev ( 1.8), libevent-dev, wget, sharutils, flex, bison, 
libreadline5-dev | libreadline-dev, python2.4-dev | python-dev, zlib1g-dev, 
libdnsres-dev, libpcre3-dev
 Standards-Version: 3.6.1

 Package: honeyd





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



Bug#378066: [Pkg-zope-developers] Bug#378066: python2.4-schooltool: Uninstallable due to python transition

2006-07-13 Thread Steve Langasek
On Thu, Jul 13, 2006 at 06:54:39PM +0200, Brian Sutherland wrote:
 On Thu, Jul 13, 2006 at 03:42:14AM +0200, Adeodato Simó wrote:
  Package: python2.4-schooltool
  Version: 0.11.4-1
  Severity: serious

  Your package is unninstallable as it depends on python2.4-libxml2, which
  is not available any more.

 While I agree that python2.4-schooltool should be updated to follow the new
 python policy, I also think that python-libxml2 should provide
 python2.4-libxml2 thus preventing this breakage.

It does.  You have a *versioned* dependency on python2.4-libxml2, which
cannot be satisfied by a virtual package.

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



Bug#376872: marked as done (Uninstallable due to python transition)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 19:38:39 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of schoolbell 1.2.4-1.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: python2.4-schoolbell
Severity: serious
Version: 1.2.4-1

Hi

Your package is not installable as it depends on python2.4-libxml2 and
python2.4-reportlab which are not available anymore. You might want to
update the dependencies to python-libxml2 and python-reportlab.

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---
Version: 1.2.4-1.1

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

  schoolbell (1.2.4-1.1) unstable; urgency=high
  .
* Non-maintainer upload.
* Update dependencies and build-dependencies from python2.4-* to python-*,
  due to the new Python policy; fixes FTBFS and makes the package
  installable again. (Closes: #376872)

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


Bug#378066: [Pkg-zope-developers] Bug#378066: python2.4-schooltool: Uninstallable due to python transition

2006-07-13 Thread Brian Sutherland
On Thu, Jul 13, 2006 at 07:18:26PM +0200, Adeodato Simó wrote:
 * Brian Sutherland [Thu, 13 Jul 2006 18:54:39 +0200]:
 
 Hi,
 
  While I agree that python2.4-schooltool should be updated to follow the new
  python policy, I also think that python-libxml2 should provide
  python2.4-libxml2 thus preventing this breakage.
 
 It wouldn't be prevented, no, since your dependency on python2.4-xml is
 versioned.

hmm, never mind what I said, also the other stuff.

I had a bad case of shoot hole in foot.

 
 Cheers,
 
 -- 
 Adeodato Simó dato at net.com.org.es
 Debian Developer  adeodato at debian.org
  
 A pretty boy like you
 With hands that could break me in two
 But don't
 -- Anja Garbarek, Can I keep him?
 
 

-- 
Brian Sutherland

Metropolis - it's the first movie with a robot. And she's a woman.
  And she's EVIL!!



Processed: notfound 378140 in 2.95.4.ds15-26, found 378140 in 1:2.95.4-26

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 notfound 378140 2.95.4.ds15-26
Bug#378140: Uninstallable on alpha/ia64 due to unmet dep libc6-dev
Bug marked as not found in version 2.95.4.ds15-26.

 found 378140 1:2.95.4-26
Bug#378140: Uninstallable on alpha/ia64 due to unmet dep libc6-dev
Bug marked as found in version 1:2.95.4-26.


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#345793: mldonkey: fails to build on alpha

2006-07-13 Thread spiral voice

Hi,

the bug is there again:
http://buildd.debian.org/fetch.php?pkg=mldonkeyver=2.7.7-3arch=armstamp=1152654927file=logas=raw

/tmp/camlstartup4ea0de.o: In function `caml_curry5_3':
(.text+0x43bc): relocation truncated to fit: BRADDR against symbol 
`caml_call_gc' defined in .text section in 
/usr/lib/ocaml/3.09.2/libasmrun.a(alpha.o)

/tmp/camlstartup4ea0de.o: In function `caml_curry6':
(.text+0x444c): additional relocation overflows omitted from the output
collect2: ld returned 1 exit status
Error during linking
make[1]: *** [mlnet] Error 2

Greetings, spiralvoice




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



Processed: Fixed in NMU of wmscope 3.0-9.2

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 376421 + fixed
Bug#376421: Uninstallable due to xorg transition
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377853: CONFIG_USB_STORAGE_DEBUG enabled = linux-image-2.6.16-2-nslu2 is unusable

2006-07-13 Thread Martin Michlmayr
* Aurelien Jarno [EMAIL PROTECTED] [2006-07-13 15:55]:
 I have reported the bug against the 2.6.16 version as I think it is 
 important for the release. However if you plan to fix the bug later, 
 fixing it in 2.6.17 is also ok for me. I am not sure my machine is fast 

It's fixed in 2.6.17-3, uploaded today (ARM build coming in a day or two).
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#377853: CONFIG_USB_STORAGE_DEBUG enabled = linux-image-2.6.16-2-nslu2 is unusable

2006-07-13 Thread Martin Michlmayr
* Frans Pop [EMAIL PROTECTED] [2006-07-13 15:20]:
 Also, nslu2 is not really a mainstream arch that justifies delaying
 everything. This seems like a too small issue to have to rebuild for
 all arches to me.

Yeah, I agree.  Furthermore, the nslu2 requires a non-free ethernet
driver so I have to provide unofficial images anyway - I can simply
include another kernel in there.

 I'll leave the final decision to the kernel team, but if you upload
 please do so ASAP.

Don't worry.  However, there's this new security bug, but it seems
waldi isn't interested in doing another 2.6.16 upload.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Processed: crm114 bugs merge

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 378135 grave
Bug#378135: :text_cache: in mailfilter.cmr not declared
Severity set to `grave' from `normal'

 merge 378084 378135
Bug#378084: crm114: mailfiter is broken
Bug#378135: :text_cache: in mailfilter.cmr not declared
Merged 378084 378135.


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#378156: postfix not installable on Debian GNU/kFreeBSD

2006-07-13 Thread Ritesh Raj Sarraf
Package: postfix
Version: 2.2.8-9+kbsd
Severity: grave
Justification: renders package unusable

postfix is not installable on Debian GNU/kFreeBSD.
Actually it does the installation, but the post-installation
script fails to start postfix.

And that is because on start-up, postfix tries to chdir to 
/usr/libexec/postfix and there is no /usr/libexec folder.

A symlink creation of /usr/lib to /usr/libexec solved the problem.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages postfix depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  dpkg  1.13.22package maintenance system for Deb
ii  libc0.1   2.3.6-4+kbsd.r1393 GNU C Library: Shared libraries an
ii  libdb4.3  4.3.29-5   Berkeley v4.3 Database Libraries [
ii  libsasl2  2.1.19.dfsg1-0.2   Authentication abstraction library
ii  libssl0.9.8   0.9.8b-2   SSL shared libraries
ii  lsb-base  3.1-10 Linux Standard Base 3.1 init scrip
ii  netbase   4.25   Basic TCP/IP networking system

Versions of packages postfix recommends:
pn  mail-reader   none (no description available)
pn  resolvconfnone (no description available)

-- debconf information:
* postfix/root_address: rrs
  postfix/nqmgr_upgrade_warning:
  postfix/rfc1035_violation: false
  postfix/master_upgrade_warning:
  postfix/mynetworks: 127.0.0.0/8
  postfix/not_configured:
  postfix/relayhost:
  postfix/mailbox_limit: 0
  postfix/db_upgrade_warning: true
  postfix/procmail: false
  postfix/bad_recipient_delimiter:
  postfix/protocols:
* postfix/mailname: localhost
  postfix/tlsmgr_upgrade_warning:
  postfix/dynamicmaps_upgrade_warning:
  postfix/recipient_delim: +
* postfix/main_mailer_type: Local only
  postfix/destinations: localhost, localhost.localdomain, localhost
* postfix/chattr: false
  postfix/transport_map_warning:


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



Bug#376149: resolution

2006-07-13 Thread Oleksandr Moskalenko
Hi,

Is there a workaround for this bug? I must get to my passwords asap.

Thanks,

Alex.


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



Processed: severity of 378156 is normal

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 378156 normal
Bug#378156: postfix not installable on Debian GNU/kFreeBSD
Severity set to `normal' from `grave'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#378084: crm114: mailfiter is broken

2006-07-13 Thread Steinar H. Gunderson
severity 378084 important
retitle 378084 NEWS.Debian needs to document mailfilter configuration change
thanks

On Thu, Jul 13, 2006 at 12:06:25PM +0200, Milan Zamazal wrote:
 You should update your mailfilter.cf, see
 /usr/share/crm114/mailfilter.cf.  I should put a warning about it into
 NEWS.Debian.  I'll do it, but first I'd like to know whether there are
 more problems with the new crm114 package, see bug #377978.  Could you
 please test it?  crm114 seems to work fine for me with both the default
 new configuration and my own old configuration, so I need help from
 other users.

Well, yes, updating mailfilter.cf (and removing the old .css files,
creating new ones instead) helped.

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


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



Bug#376149: resolution

2006-07-13 Thread Javier Kohen
El jue, 13-07-2006 a las 13:53 -0600, Oleksandr Moskalenko escribió:
 Hi,
 
 Is there a workaround for this bug? I must get to my passwords asap.

Either downgrade the python-gnome2 packages, if you can, or compile your
own version of revelation applied the patch somebody attached a couple
days ago to this report.

Note that the patch was sent in reversed form, so you need to pass the
-R option to patch's command line.

I wonder if the maintainer uses this package at all.

Greetings,
-- 
Javier Kohen [EMAIL PROTECTED]
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#378163: FTBFS, rejecting valid autoconf version

2006-07-13 Thread Marc 'HE' Brockschmidt
Package: kdepim
Severity: serious
Tags: patch
Justification: no longer builds from source

Heya,

| *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
| *** KDE requires autoconf 2.53 or newer
From 
http://buildd.debian.org/fetch.php?pkg=kdepimver=4%3A3.5.3-2arch=hppastamp=1152811704file=logas=raw

And the patch:
--- branches/KDE/3.5/kde-common/admin/cvs.sh2006/05/23 10:01:43 543983
+++ branches/KDE/3.5/kde-common/admin/cvs.sh2006/06/28 19:26:30 555946
@@ -32,7 +32,7 @@
 required_autoconf_version=2.53 or newer
 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
 case $AUTOCONF_VERSION in
-  Autoconf*2.5* | autoconf*2.5* ) : ;;
+  Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
)
 echo *** AUTOCONF NOT FOUND!.
 echo *** KDE requires autoconf $required_autoconf_version
@@ -47,7 +47,7 @@
 
 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
 case $AUTOHEADER_VERSION in
-  Autoconf*2.5* | autoheader*2.5* ) : ;;
+  Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
)
 echo *** AUTOHEADER NOT FOUND!.
 echo *** KDE requires autoheader $required_autoconf_version

Taken from http://kubuntu.org/~jriddell/autoconf2.60.diff

Please upload, kdepim is holding up the transition of bluez-libs 3.X and
its r-deps to testing.

Marc


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



Bug#378160: adacontrol: FTBFS: missing build-dep on debhelper

2006-07-13 Thread Julien Danjou
Package: adacontrol
Version: 1.4r20-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of adacontrol_1.4r20-1 on avidan by sbuild/i386 0.48
 Build started at 20060713-2215
 **
...
  /usr/bin/fakeroot debian/rules clean
 quilt pop -a
 No patch removed
 make: [unpatch] Error 2 (ignored)
 rm -rf adactl obj
 dh_clean
 make: dh_clean: Command not found
 make: *** [clean] Error 127
 **
 Build finished at 20060713-2216
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Processed: reopening 345793, found 345793 in 2.7.7-3

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 reopen 345793
Bug#345793: mldonkey: fails to build on alpha
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 found 345793 2.7.7-3
Bug#345793: mldonkey: fails to build on alpha
Bug marked as found in version 2.7.7-3.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#378084: crm114: mailfiter is broken

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 378084 important
Bug#378084: crm114: mailfiter is broken
Bug#378135: :text_cache: in mailfilter.cmr not declared
Severity set to `important' from `grave'

 retitle 378084 NEWS.Debian needs to document mailfilter configuration change
Bug#378084: crm114: mailfiter is broken
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tikiwiki: clear up license issues

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 377943 Clear up license issues
Bug#377943: tikiwiki: distributing Houndtime infringes copyright and violates 
policy 2.2.1
Changed Bug title.

 tag 377943 -pending
Bug#377943: Clear up license issues
Tags were: pending
Tags removed: pending

 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#378049: python-opensync: python-gammu broken

2006-07-13 Thread Matthias Bläsing
Hey,

Am Donnerstag, den 13.07.2006, 12:32 +1000 schrieb Robert Collins:
 Looks like the new python module approach is not so infallible :(.
 
 What is the output of 'dpkg -L python2.4-opensync' ?

no problem:

[EMAIL PROTECTED]:~$ dpkg -L python2.4-opensync
Paket „python2.4-opensync“ enthält keine Dateien (!)
[EMAIL PROTECTED]:~$ dpkg -L python-opensync
/.
/usr
/usr/lib
/usr/lib/python-support
/usr/lib/python-support/python-opensync
/usr/lib/python-support/python-opensync/python2.4
/usr/share
/usr/share/doc
/usr/share/doc/python-opensync
/usr/share/doc/python-opensync/copyright
/usr/share/doc/python-opensync/changelog.Debian.gz
/usr/share/python-support
/usr/share/python-support/python-opensync
/usr/share/python-support/python-opensync/_opensync.so.0.0.0
/usr/share/python-support/python-opensync/opensync.py
/usr/lib/python-support/python-opensync/python2.4/_opensync.so
/usr/share/python-support/python-opensync/_opensync.so.0
[EMAIL PROTECTED]:~$

HTH

Matthias

-- 
Matthias Bläsing (GPG-Schlüsselkennung: A71B4BD5)
ICQ: 84617206   AIM: linuxfun81   MSN: [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#377686: marked as done (invoke-rc.d package start in vzctl.postinst causes installation failure)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 13:49:28 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#377686: fixed in vzctl 3.0.10-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: vzctl
Version: 3.0.10-1
Severity: grave
Tags: patch
Justification: renders package unusable

/var/lib/dpkg/info/vzctl.postinst has an error that causes
installation to fail.  'invoke-rc.d package start' should be
'invoke-rc.d vz start'.

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

Versions of packages vzctl depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

vzctl recommends no packages.

-- no debconf information
--- vzctl.postinst.orig 2006-07-05 06:08:15.0 -0400
+++ vzctl.postinst  2006-07-10 12:32:59.0 -0400
@@ -22,7 +22,7 @@
if [ -x /etc/init.d/vz ]; then
update-rc.d vz defaults /dev/null
if which invoke-rc.d /dev/null 21; then
-   invoke-rc.d package start
+   invoke-rc.d vz start
else
/etc/init.d/vz start
fi
---End Message---
---BeginMessage---
Source: vzctl
Source-Version: 3.0.10-2

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

vzctl_3.0.10-2.diff.gz
  to pool/main/v/vzctl/vzctl_3.0.10-2.diff.gz
vzctl_3.0.10-2.dsc
  to pool/main/v/vzctl/vzctl_3.0.10-2.dsc
vzctl_3.0.10-2_i386.deb
  to pool/main/v/vzctl/vzctl_3.0.10-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.
Ola Lundqvist [EMAIL PROTECTED] (supplier of updated vzctl 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: Thu, 13 Jul 2006 22:23:40 +0200
Source: vzctl
Binary: vzctl
Architecture: source i386
Version: 3.0.10-2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 vzctl  - server virtualization solution - control tools
Closes: 377686
Changes: 
 vzctl (3.0.10-2) unstable; urgency=low
 .
   * Correction of installation problem, closes: #377686.
Files: 
 bc9fa2ec84fcdd468ba2ef31b9e142ba 554 admin optional vzctl_3.0.10-2.dsc
 18164827b596ff823885d385455e2959 3283 admin optional vzctl_3.0.10-2.diff.gz
 c0acab11afc6dac833b7ff8abc2169d3 156794 admin optional vzctl_3.0.10-2_i386.deb

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

iD8DBQFEtqwhGKGxzw/lPdkRAt75AJ9WHjKsywG8MKbuMzYGMYZSLGuVYACeMo63
kGVvID2ZeBQ4M1/9Gu1VKQY=
=qs0Z
-END PGP SIGNATURE-

---End Message---


Bug#377943: tikiwiki: clear up license issues

2006-07-13 Thread Marcus Better
retitle 377943 Clear up license issues
tag 377943 -pending
thanks

I have audited all of Tikiwiki for license problems. This will result in
a new release soon with some code removed.

It remains to clear up these areas:

-lib/class_calendar.php: license/copyright status unclear.

-lib/class_rdf_parser.php: license/copyright status unclear.

-lib/htmlparser: license unclear, author has been contacted.

-all icons: copyright status unknown, upstream is working on it.

Moreover some PEAR modules in Tikiwiki are under PHP license (which is
unacceptable), but have now been relicensed. These need to be packaged
for Debian (separately) so that Tikiwiki can use them. This should not
be difficult (volunteers needed!). These modules are listed in the
Alioth tracker at

https://alioth.debian.org/pm/task.php?group_id=30980group_project_id=79


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



Bug#362123: marked as done (fontforge fails to apply its patches)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 13:47:40 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#362123: fixed in fontforge 0.0.20060703-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: fontforge
Version: 0.0.20051205-0.1
Severity: serious

[...]
# First, configure libuninameslist
cp /usr/share/misc/config.guess /usr/share/misc/config.sub libuninameslist/
(cd libuninameslist; libtoolize --force --copy ; aclocal-1.7 ; autoconf)
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
# Now configure fontforge
(cd fontforge-20051205; for p in ../debian/fontforge-patches/*; do patch -p1  
$p ; done)
patching file gdraw/Makefile.dynamic.in
patching file Unicode/Makefile.dynamic.in
patching file gdraw/Makefile.dynamic.in
Hunk #2 FAILED at 43.
1 out of 2 hunks FAILED -- saving rejects to file gdraw/Makefile.dynamic.in.rej
patching file Makefile.dynamic.in
Hunk #1 succeeded at 25 with fuzz 1 (offset 2 lines).
Hunk #2 FAILED at 45.
1 out of 2 hunks FAILED -- saving rejects to file Makefile.dynamic.in.rej
patching file fontforge/Makefile.dynamic.in
Hunk #1 FAILED at 48.
1 out of 1 hunk FAILED -- saving rejects to file 
fontforge/Makefile.dynamic.in.rej
patching file fontforge/uiutil.c
Hunk #1 FAILED at 240.
1 out of 1 hunk FAILED -- saving rejects to file fontforge/uiutil.c.rej
patching file fontforge/autosave.c
Hunk #1 succeeded at 79 (offset 14 lines).
patching file mensis/Makefile.in
patching file gdraw/gxdrawP.h
# Update config.sub and config.guess
cp /usr/share/misc/config.guess /usr/share/misc/config.sub fontforge-20051205/
(cd fontforge-20051205; cp configure.dynamic.in configure.in ; libtoolize 
--force --copy ; aclocal-1.7 ; autoconf)
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
# and mensis
cp /usr/share/misc/config.guess /usr/share/misc/config.sub 
fontforge-20051205/mensis/
(cd fontforge-20051205/mensis; libtoolize --force --copy ; aclocal-1.7 ; 
autoconf)
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
touch configure-stamp

... and happily ignores the failures

---End Message---
---BeginMessage---
Source: fontforge
Source-Version: 0.0.20060703-1

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

fontforge-doc_0.0.20060703-1_all.deb
  to pool/main/f/fontforge/fontforge-doc_0.0.20060703-1_all.deb
fontforge_0.0.20060703-1.diff.gz
  to pool/main/f/fontforge/fontforge_0.0.20060703-1.diff.gz
fontforge_0.0.20060703-1.dsc
  to pool/main/f/fontforge/fontforge_0.0.20060703-1.dsc
fontforge_0.0.20060703-1_i386.deb
  to pool/main/f/fontforge/fontforge_0.0.20060703-1_i386.deb
fontforge_0.0.20060703.orig.tar.gz
  to pool/main/f/fontforge/fontforge_0.0.20060703.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.
Kęstutis Biliūnas [EMAIL PROTECTED] (supplier of updated fontforge 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: Thu, 13 Jul 2006 00:07:22 +0300
Source: fontforge
Binary: fontforge-doc fontforge
Architecture: source i386 all
Version: 0.0.20060703-1
Distribution: unstable
Urgency: low
Maintainer: Kęstutis Biliūnas [EMAIL PROTECTED]
Changed-By: Kęstutis Biliūnas [EMAIL PROTECTED]
Description: 
 fontforge  - Font Editor for PS, TrueType and OpenType fonts
 fontforge-doc - Documentation for FontForge
Closes: 335263 362123
Changes: 
 fontforge (0.0.20060703-1) unstable; urgency=low
 .
   * New upstream release.
   * Ack previous NMU (Closes: #335263, #362123)
   * debian/control:
 - removed the field Section: x11 from the source package part,
   and added the field Section: graphics to the fontforge binary
   package.
 - bumped Standards-Version to 3.7.2. No changes required.
Files: 
 9cce9a5c4f8b403211f4f33bf8dbce70 915 - optional fontforge_0.0.20060703-1.dsc
 3933bdc1449cfbf48952a88769a9f60f 6241383 - optional 
fontforge_0.0.20060703.orig.tar.gz
 bcd0ba6c985423fbc057e33fce489cc0 11938 - optional 
fontforge_0.0.20060703-1.diff.gz
 

Bug#372637: this bug: #372637: cupsys: installation breaks

2006-07-13 Thread Justin Pryzby
(Please keep the Cc: to the bug#)

On Mon, Jul 10, 2006 at 02:59:07PM +0200, Daniel Knabl wrote:
 Am Thu, 6 Jul 2006 09:59:45 -0400 schrieb Justin Pryzby
 [EMAIL PROTECTED]:
 
  Thanks; now how about the output of debsums libcupsys2 |grep -vw
  OK$, and dpkg -S /usr/lib/libcups.so.2.
 
 First:
 
 $ debsums libcupsys2 |grep -vw OK$
 
 and:
 
 $ dpkg -S /usr/lib/libcups.so.2
 libcupsys2: /usr/lib/libcups.so.2
 
  Also nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 
 $ nm -D /usr/lib/libcups.so.2 |grep cupsFileWrite
 00010a60 T cupsFileWrite
Same here, now that I've upgraded.

 As you can see, there is NO output for the first command, but I don't
 really know much about debsums :(
This is expected; all the unmodified files have  OK at the end, and
are uninteresting, since everyone [should] be able to reproduce the
problem with distribution files..

Could you also try debsums cupsys2 |grep -vw OK$?

Also send the output when setting (exporting) LD_DEBUG=bindings or
LD_DEBUG=symbols before starting cupsd.

Rub�n, any extra info you can give is also appreciated.

Can either of you still reproduce this problem?

Just for kicks, sudo which cupsd.

grep 'upgrade .*cupsys' /var/log/dpkg.log

locate libcups.

Thanks
Justin


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



Bug#345793: mldonkey: fails to build on alpha

2006-07-13 Thread Samuel Mimram
reassign 345793 ocaml
severity 345793 important
forwarded 345793 http://caml.inria.fr/mantis/view.php?id=3072
thanks

Hi,

spiral voice wrote:
 The bug is there again:
 http://buildd.debian.org/fetch.php?pkg=mldonkeyver=2.7.7-3arch=armstamp=1152654927file=logas=raw
 
 
 /tmp/camlstartup4ea0de.o: In function `caml_curry5_3':
 (.text+0x43bc): relocation truncated to fit: BRADDR against symbol
 `caml_call_gc' defined in .text section in
 /usr/lib/ocaml/3.09.2/libasmrun.a(alpha.o)
 /tmp/camlstartup4ea0de.o: In function `caml_curry6':
 (.text+0x444c): additional relocation overflows omitted from the output
 collect2: ld returned 1 exit status
 Error during linking
 make[1]: *** [mlnet] Error 2

You're right (excepting that the right url for the buildd log is [1]).
Unfortunately, there's not much we can do. It is a known bug in OCaml
which has already been forwarded upstream. For now, if the compilation
of mldonkey fails in native mode then it is retried in byte mode. So, it
shouldn't be a major problem wrt mldonkey.

Cheers,

Samuel.

[1]
http://buildd.debian.org/fetch.php?pkg=mldonkeyver=2.7.7-3arch=alphastamp=1152643505file=logas=raw


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



Bug#378140: marked as done (Uninstallable on alpha/ia64 due to unmet dep libc6-dev)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 23:59:35 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#378140: Uninstallable on alpha/ia64 due to unmet dep 
libc6-dev
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: libstdc++2.10-dev
Severity: serious
Version: 2.95.4.ds15-26

Hi

Your package is not installable on alpha or ia64 as it depends on
libc6-dev which is not available on these architectures. You might want
to depend on libc6.1-dev on these architectures...

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---
that was already fixed in -27.

Luk Claes writes:
 Package: libstdc++2.10-dev
 Severity: serious
 Version: 2.95.4.ds15-26
 
 Hi
 
 Your package is not installable on alpha or ia64 as it depends on
 libc6-dev which is not available on these architectures. You might want
 to depend on libc6.1-dev on these architectures...
 
 Cheers
 
 Luk
 
 -- 
 Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
 Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
 
---End Message---


Bug#377246: marked as done (libqalculate - FTBFS: cannot find -lqalculate)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2006 00:10:15 +0200
with message-id [EMAIL PROTECTED]
and subject line libqalculate builds again
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: libqalculate
Version: 0.9.4-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libqalculate_0.9.4-3 on lxdebian.bfinv.de by sbuild/s390 85
[...]
 /bin/sh ../libtool --tag=CXX --mode=link g++  -g -Wall -O2   -o qalc  qalc.o 
 -lglib-2.0 -lxml2 -lreadline -lhistory -lncurses -L/usr/lib -lcln -lgmp 
 -lpthread -lqalculate -lpthread -L/usr/lib -lcln -lgmp
 mkdir .libs
 g++ -g -Wall -O2 -o qalc qalc.o  /usr/lib/libglib-2.0.so /usr/lib/libxml2.so 
 -lreadline -lhistory -lncurses -L/usr/lib -lqalculate -lpthread 
 /usr/lib/libcln.so /usr/lib/libgmp.so -ldl -lz
 /usr/bin/ld: cannot find -lqalculate
 collect2: ld returned 1 exit status
 make[3]: *** [qalc] Error 1
 make[3]: Leaving directory `/build/buildd/libqalculate-0.9.4/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/libqalculate-0.9.4'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/libqalculate-0.9.4'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20060706-2254
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Package: libqalculate
Version: 0.9.4-5

now I finally found the FTBFS: the new source package used an old
libtool version that added more -l parameters to LDFLAGS than
neccessary.

Thanks for reporting.

-- 
Martin Waitz


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


Bug#365653: marked as done (ketchup: problem with stable kernels .9)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jul 2006 15:17:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#365653: fixed in ketchup 0.9.8-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: ketchup
Version: 0.9.6-1bpo1
Severity: normal

[EMAIL PROTECTED]:~% ketchup -s 2.6
2.6.16.9

But the latest kernel is 2.6.16.12. This bug is fixed in 0.9.8, which
was just released.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-k7
Locale: LANG=en_US, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages ketchup depends on:
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information

---End Message---
---BeginMessage---
Source: ketchup
Source-Version: 0.9.8-1

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

ketchup_0.9.8-1.diff.gz
  to pool/main/k/ketchup/ketchup_0.9.8-1.diff.gz
ketchup_0.9.8-1.dsc
  to pool/main/k/ketchup/ketchup_0.9.8-1.dsc
ketchup_0.9.8-1_all.deb
  to pool/main/k/ketchup/ketchup_0.9.8-1_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.
Baruch Even [EMAIL PROTECTED] (supplier of updated ketchup 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: Thu, 13 Jul 2006 23:02:49 +0100
Source: ketchup
Binary: ketchup
Architecture: source all
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Baruch Even [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 ketchup- update utility for linux-kernel sources
Closes: 365603 365653 369871
Changes: 
 ketchup (0.9.8-1) unstable; urgency=low
 .
   * Acknowledge NMU by Zephaniah E. Hull (Closes: #365603, #365653)
   * Update data for -ck/-cks patches, thanks to Sven Hartge (Closes: #369871)
   * Update Standards-Version to 3.7.2, no changes needed.
   * Moved debhelper to Build-Depends from Build-Depends-Indep
Files: 
 6d8e8ef3bd33ddcf96bc74e3f8cedb7e 585 devel optional ketchup_0.9.8-1.dsc
 d15738146f817adbb448b31e7c2537f2 7833 devel optional ketchup_0.9.8.orig.tar.gz
 ffbe058a7df2d58d35bca4160d78e3c1 3487 devel optional ketchup_0.9.8-1.diff.gz
 a7b351d692fbe17071643359657efdc8 10280 devel optional ketchup_0.9.8-1_all.deb

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

iD8DBQFEtsUHHCar6qtHRZgRAqopAKC7DHlwxc0UFGt9St8BNCumqN4GpgCgkg0I
CZSg/vBjZ5n8o1sGn4xkBCE=
=D5TD
-END PGP SIGNATURE-

---End Message---


Bug#377951: marked as done (FTBFS: cannot find -lz)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2006 00:10:15 +0200
with message-id [EMAIL PROTECTED]
and subject line libqalculate builds again
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: libqalculate
Severity: serious

Hi, 
libqalculate_0.9.4-4 FTBFS with the following error:

g++ -g -Wall -O2 -o .libs/qalc qalc.o  /usr/lib/libglib-2.0.so 
/usr/lib/libxml2.so -lreadline -lhistory -lncurses -L/usr/lib 
-L/build/buildd/libqalculate-0.9.4/libqalculate/.libs 
/build/buildd/libqalculate-0.9.4/libqalculate/.libs/libqalculate.so 
/usr/lib/libcln.so /usr/lib/libgmp.so -ldl -lz -lpthread
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make[3]: *** [qalc] Error 1

It probably misses a dependency on zlib1g-dev.

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

---End Message---
---BeginMessage---
Package: libqalculate
Version: 0.9.4-5

now I finally found the FTBFS: the new source package used an old
libtool version that added more -l parameters to LDFLAGS than
neccessary.

Thanks for reporting.

-- 
Martin Waitz


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


Processed: Re: Bug#345793: mldonkey: fails to build on alpha

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 345793 ocaml
Bug#345793: mldonkey: fails to build on alpha
Bug reassigned from package `mldonkey' to `ocaml'.

 severity 345793 important
Bug#345793: mldonkey: fails to build on alpha
Severity set to `important' from `serious'

 forwarded 345793 http://caml.inria.fr/mantis/view.php?id=3072
Bug#345793: mldonkey: fails to build on alpha
Noted your statement that Bug has been forwarded to 
http://caml.inria.fr/mantis/view.php?id=3072.

 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#374408: marked as done (epiphany: cannot run - segmentation fault)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2006 00:20:24 +0200
with message-id [EMAIL PROTECTED]
and subject line closing fixed bug
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: epiphany
Version: 0.5.1-2
Severity: grave
Justification: renders package unusable


First run:
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7fba000
open(/home/krzysio/.epiphany, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file 
or directory)
open(/home/krzysio/.epiphany, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 5
write(5, 0, 1)= 1
close(5)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Second run:
open(/home/krzysio/.epiphany, O_RDONLY|O_LARGEFILE) = 5
read(5, 0, 8191)  = 1
read(5, , 8191)   = 0
open(./maps, O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No 
such file or directory)
close(5)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

$ ln -s /usr/share/epiphany/maps/ .
open(./maps, O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
fstat64(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
getdents64(6, /* 15 entries */, 4096)   = 464
stat64(., {st_mode=S_IFDIR|0711, st_size=12288, ...}) = 0
stat64(.., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64(level0.map, 0xbfcaab6c)= -1 ENOENT (No such file or directory)
stat64(level1.map, 0xbfcaabcc)= -1 ENOENT (No such file or directory)
...
stat64(level10.map, 0xbfcaabcc)   = -1 ENOENT (No such file or directory)
getdents64(6, /* 0 entries */, 4096)= 0
close(6)= 0
close(5)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

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

Versions of packages epiphany depends on:
ii  epiphany-data0.5.1-2 required maps for epiphany game
ii  libc62.3.6-13GNU C Library: Shared libraries
ii  libclan2c2a-sound0.6.5-1-3.2 Sound module for ClanLib game SDK
ii  libclanlib2c2a   0.6.5-1-3.2 ClanLib game SDK core runtime
ii  libgcc1  1:4.1.0-4   GCC support library
ii  libstdc++6   4.1.0-4 The GNU Standard C++ Library v3

epiphany recommends no packages.

-- no debconf information

Krzysztof Bielatowicz
[EMAIL PROTECTED]

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

  Hi,

  This one is already fixed, closing.
-- 
  Ricardo Mones 
  ~
  Datei nicht gefunden Fehler 404



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


Bug#378053: marked as done (empty file /var/lib/dpkg/info/gtk-engines-eazel.postinst blocks installation)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2006 00:04:59 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in latest upload
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: gtk-engines-eazel
Version: 0.3-5.1
Severity: grave
Justification: renders package unusable

The empty file /var/lib/dpkg/info/gtk-engines-eazel.postinst blocks
postinst, and should be removed from the package.


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

Versions of packages gtk-engines-eazel depends on:
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libgdk-pixbuf2   0.22.0-11   The GdkPixBuf image library, gtk+ 
ii  libglib1.2   1.2.10-10.1 The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6   1:1.0.0-5   X11 Input extension library

gtk-engines-eazel recommends no packages.

-- no debconf information

-- 
Today is the first day of the rest of your life.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Jul 2006 12:35:50 +0200
Source: eazel-engine
Binary: gtk-engines-eazel
Architecture: source i386
Version: 0.3-5.2
Distribution: unstable
Urgency: low
Maintainer: Filip Van Raemdonck [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 gtk-engines-eazel - The Eazel GTK+ theme engine, including the Crux theme
Changes: 
 eazel-engine (0.3-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules installs an empty postinst. Fixing.
   * Fixing awful typos in postinst.
Files: 
 ccad079405ac43e8d7d6dd00baab60aa 606 graphics optional eazel-engine_0.3-5.2.dsc
 c20e7c99130b2775edb5688efb71b5ea 520952 graphics optional 
eazel-engine_0.3-5.2.diff.gz
 bcc8f725a7670cab2af17f7798ea234c 59662 graphics optional 
gtk-engines-eazel_0.3-5.2_i386.deb

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

iD8DBQFEtiLbNFDtUT/MKpARAg/eAKC7SV1nRUoi1AEgea1Yw3C2rbSXOQCfbH1E
k03R+tb1Pp/590TYQgmF0VY=
=PWNX
-END PGP SIGNATURE-
-- 
 .''`. Fuck your fascist beauty standards
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
---End Message---


Bug#376171: marked as done (qalculate-kde - FTBFS: Requested 'libqalculate = 0.9.4' but version of libqalculate is 0.9.3)

2006-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2006 00:16:47 +0200
with message-id [EMAIL PROTECTED]
and subject line qalculate-kde builds again
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: qalculate-kde
Version: 0.9.4-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of qalculate-kde_0.9.4-1 on debian-31 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.16), cdbs, libqalculate-dev (= 0.9.3), 
 libcln-dev, libgmp3-dev, kdelibs4-dev, libqt3-mt-dev, libxml2-dev, intltool
[...]
 checking pkg-config is at least version 0.9.0... yes
 checking for QALCULATE... configure: error: Package requirements (
   libxml-2.0
   glib-2.0
   libqalculate = 0.9.4
   ) were not met:
 
 Requested 'libqalculate = 0.9.4' but version of libqalculate is 0.9.3
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables QALCULATE_CFLAGS
 and QALCULATE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 make: *** [obj-s390-linux-gnu/config.status] Error 1
 **
 Build finished at 20060630-1213
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Package: qalculate-kde
Version: 0.9.4-2

Package now builds again with a new build dependency.
Thanks for reporting.

-- 
Martin Waitz


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


Processed: Fixed in latest upload

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 378053 fixed
Bug#378053: empty file /var/lib/dpkg/info/gtk-engines-eazel.postinst blocks 
installation
There were no tags set.
Tags added: fixed

 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#378173: sear: Seg fault on startup after installation

2006-07-13 Thread Damien Laniel
Package: sear
Version: 0.6.1-1
Severity: grave
Justification: renders package unusable


I just installed sear to try out Mason.
When I run it, here is what I get :

~ $ sear
Starting Sear
Sprite compass_case has no filename defined
Sprite compass_needle has no filename defined
Sprite compass_needle_shadow has no filename defined
Error: Varconf Error:
Varconf Error: could not open configuration file 
/home/heretik/.sear//general.cfg for input.

Error: Error processing /home/heretik/.sear//bindings.cfg
reading sprite config at /usr/share/sear/sear-media-0.6//sprites.cfg
/usr/games/sear: line 24:  8424 Segmentation fault  $bindir/sear-bin


And in my .sear directory which has just been created :
~ $ ls .sear
startup.script



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

Versions of packages sear depends on:
ii  libaa1 1.4p5-30  ascii art library
ii  libartsc0  1.5.3-2   aRts sound system C support librar
ii  libasound2 1.0.11-7  ALSA library
ii  libatlas-cpp-0.6-0 0.5.98-3  The protocol library of the World 
ii  libaudio2  1.8-1 The Network Audio System (NAS). (s
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcal3d11c2a  0.10.0-7  Skeletal based 3d character animat
ii  liberis-1.3-11 1.3.10-2  The WorldForge client entity libra
ii  libesd-alsa0 [libe 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libgcc11:4.1.1-8 GCC support library
ii  libgl1-mesa-glx [l 6.4.2-1   A free implementation of the OpenG
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libglu1-mesa [libg 6.4.2-1   The OpenGL utility library (GLU)
ii  libguichan00.4.0-4   Guichan is a small, efficient C++ 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmd3-1   0.1.92-1  library to handle Quake .md3 files
ii  libmercator-0.2-4c 0.2.4-3   WorldForge terrain library
ii  libncurses55.5-2 Shared libraries for terminal hand
ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libsage0   0.1.2-1   Supports OpenGL in SDL application
ii  libsdl-image1.21.2.5-1   image loading library for Simple D
ii  libsdl-mixer1.21.2.6-1.1+b1  mixer library for Simple DirectMed
ii  libsdl1.2debian1.2.10-3  Simple DirectMedia Layer
ii  libsigc++-2.0-0c2a 2.0.16-3  type-safe Signal Framework for C++
ii  libskstream-0.3-3  0.3.5-1   Isostream C++ socket library
ii  libslang2  2.0.6-2   The S-Lang programming library - r
ii  libsmpeg0  0.4.5+cvs20030824-1.8 SDL MPEG Player Library - shared l
ii  libstdc++6 4.1.1-8   The GNU Standard C++ Library v3
ii  libsvga1   1:1.4.3-23console SVGA display libraries
ii  libtiff4   3.8.2-5   Tag Image File Format (TIFF) libra
ii  libvarconf-1.0-6   0.6.4-1   WorldForge configuration file hand
ii  libvorbis0a1.1.2-1   The Vorbis General Audio Compressi
ii  libvorbisfile3 1.1.2-1   The Vorbis General Audio Compressi
ii  libwfmath-0.3-3c2a 0.3.4-4   WorldForge math library
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxt6 1:1.0.0-5 X11 toolkit intrinsics library
ii  sear-media 0.6-20060204-13D client for the Worldforge game 
ii  zlib1g 1:1.2.3-13compression library - runtime

sear recommends no packages.

-- no debconf information


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



Processed: tagging 376295

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 376295 + pending
Bug#376295: ntpdate doesn't work
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 328200

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 328200 + confirmed
Bug#328200: ntp: Source package contains unlicensed files
There were no tags set.
Tags added: confirmed


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: ruby1.6 marked for removal

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 376943 ruby1.6: FTBFS [but is marked for removal; 378111]
Bug#376943: ruby1.6: FTBFS: ./instruby.rb:9:in `require': No such file to load 
-- ftools (LoadError)
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#377781: fix; it may be time to drop the g++-3.4 build-dependency

2006-07-13 Thread Adeodato Simó
tag 377781 + patch
thanks

Please do not add a build-dependency on g++-4.0, just remove the
following two lines from your debian/rules file:

  else
  DEB_CONFIGURE_EXTRA_FLAGS = CC=gcc-4.0 CXX=g++-4.0

Also, it may be as well that g++-3.4 is no longer needed in those three
architectures. (Can't be checked right now because porter machines are
locked down.)

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Fabiana Cantilo - Mi Enfermedad


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



Processed: fix; it may be time to drop the g++-3.4 build-dependency

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 377781 + patch
Bug#377781: monotone - FTBFS: Missing build dependency: g++-4.0
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#376943: ruby1.6 marked for removal

2006-07-13 Thread Adeodato Simó
retitle 376943 ruby1.6: FTBFS [but is marked for removal; 378111]
thanks

There is no need to put effort into fixing this bug since ruby1.6 has
been requested for removal from the archive by its maintainers (#378111).

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
To be nobody but yourself in a world which is doing its best night and
day to make you like everybody else means to fight the hardest battle
any human being can fight and never stop fighting.
-- e.e. cummings


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



Bug#378183: apt: All SHA256 hashes generated/used by APT are wrong

2006-07-13 Thread Jakob Bohm
Package: apt
Version: 0.6.44.2
Severity: critical
Tags: security patch
Justification: breaks the whole system

The SHA256 checksums recently added to Packages files are wrong
due to a porting error when the sha256 implementation code was
imported from the Linux kernel sources to the apt source tree. 
Specifically, the broken sha256 code checksums only 19 out of
every 64 bytes of input and otherwise computes a result which is
neither sha256(input) nor sha256(mangled input).

According to the changelog, the broken code was added to
non-experimental apt in version 0.6.44 uploaded 8 May 2006 .

This has the following severe consequences:

- The broken hash values obviously do not provide anything
 resembling the security needed by secure apt, a problem
 compounded by the broken status of the other two hash
 algorithms used (MD5 and SHA1).  Thus the security tag.

- When the code is fixed to produce and check correct SHA256
 hashes, the fact that these values are different from the
 broken values means that a correct apt will reject all Packages
 files produced by a broken apt and a broken apt will reject all
 Packages files produced by a correct apt.  This means that
 when such a new apt implementation is placed in the debian
 archive, the whole system becomes impossible to install or
 upgrade:

 If the Packages file has bad SHA256 values, the broken apt
 versions already installed by testers/users will allow
 installation of the new apt, but once it has been installed,
 the new apt will reject all packages and stop all further
 installs.

 If the Packages file has good SHA256 values, the broken apt
 versions already deployed will refuse their contents, thus
 preventing users from upgrading to a good apt.

 This I believe justifies the breaks whole system, critical
 tag.

To work around the breaks whole system issue, the following
transition plan is proposed:

 1. Before uploading the fixed apt, temporarily reconfigure
  darcs etc. to NOT include SHA256 values in Packages files at
  all (apt-ftparchive has an option to do that).

 2. Upload the fixed apt as a minimal change from the apt
   version in testing, and coordinate with ftpadmin to push it
   quickly through to testing.  Yes, this means holding back
   other bug fixes until the change has propagated.

 3. Allow 1-3 weeks for users to upgrade to the fixed apt.  Use
   the various announce mailing lists to alert users to the
   urgency of getting rid of apt versions 0.6.44 to 0.6.44.?
   inclusive before the grace period ends!

 4. Turn SHA256 back on in darcs etc. this makes the SHA256
   security available for real.  But it also means that the
   archive can no longer be used by the broken 0.6.44 versions
   of apt.  So leave behind (on the ftp server, www server etc.)
   a message explaining how users can manually upgrade to a new
   apt version by downloading a .tar file and a detached .gpg
   signature from ftp.debian.org/debian/tools/something .  (This
   would be a hand-built tar file containing replacement .so
   files for each of the bad 0.6.44 apt versions and platforms).

For the security breakage, patching apt is the obvious fix.

Steps to reproduce:

$ apt-ftparchive packages somedirwithdebs
.
Filename: somedirwithdebs/something_xyz_all.deb
SHA256: 64 wrong hex digits here
.
$ gpg --pring-md sha256 somedirwithdebs/something_xyz_all.deb
somedirwithdebs/something_xyz_all.deb: 64 right hex digits
$ shasum -a 256 somedirwithdebs/something_xyz_all.deb
64 right hex digits  somedirwithdebs/something_xyz_all.deb
$ openssl dgst -sha256 -hex somedirwithdebs/something_xyz_all.deb
SHA256(somedirwithdebs/something_xyz_all.deb)= 64 right hex
digits
$

Thus at least 3 independent SHA256 implementations agree on the
correct value, as will apt once corrected.

[Patch begin, apply to apt-0.6.44.x with patch -Np1]
diff -Naur apt-0.6.44.2.old/apt-pkg/contrib/sha256.cc 
apt-0.6.44.2.new/apt-pkg/contrib/sha256.cc
--- apt-0.6.44.2.orig/apt-pkg/contrib/sha256.cc 2006-05-16 19:31:39.0 
+
+++ apt-0.6.44.2.new/apt-pkg/contrib/sha256.cc  2006-07-14 00:50:49.0 
+
@@ -61,10 +61,10 @@
 
 static inline void LOAD_OP(int I, u32 *W, const u8 *input)
 {
-   W[I] = (  ((u32) input[I + 0]  24)
-   | ((u32) input[I + 1]  16)
-   | ((u32) input[I + 2]  8)
-   | ((u32) input[I + 3]));
+   W[I] = (  ((u32) input[I * 4 + 0]  24)
+   | ((u32) input[I * 4 + 1]  16)
+   | ((u32) input[I * 4 + 2]  8)
+   | ((u32) input[I * 4 + 3]));
 }
 
 static inline void BLEND_OP(int I, u32 *W)
[Patch end]
(In the Linux kernel, the same calculation used a kernel only
type and macro to do the big-endian-unaligned-32bit to
native-endian-aligned-32bit conversion, the code lines above
were written specially for apt 0.6.44 (8 May 2006) and later).


-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
Dir 

Bug#372115: Uploaded

2006-07-13 Thread Martin Pitt
found 372115 7.4.7-6sarge2
tag 372115 pending
thanks

I recently uploaded the fixed version to stable-proposed-updates.
Pending approval from the stable release team.

Martin
-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Processed: Uploaded

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 372115 7.4.7-6sarge2
Bug#372115: Last security update of postgresql-contrib breaks database 
replication with DBMirror.pl
Bug marked as found in version 7.4.7-6sarge2.

 tag 372115 pending
Bug#372115: Last security update of postgresql-contrib breaks database 
replication with DBMirror.pl
Tags were: upstream confirmed
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Upgrade

2006-07-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 376084 serious
Bug#376084: ICE (k3d, ia64): in add_insn_before, at emit-rtl.c:3479
Severity set to `serious' from `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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