Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Tuncer Ayaz
Hi Andreas,

my proposal to remove/disable the calls to arm() may be the
correct fix but it's hard to guess whether apt-proxy has other
problems that I'm triggering from both a Sarge and Sid apt-get
client which results in 503 errors or if it is related to the missing
arm() calls.

You say that it might be a frontend problem (apt-get). If this is
the case I'm not sure there will be a apt-proxy compatibility fix
for apt-get released to Sarge and I'm also not sure that apt-get in
Sarge is broken at all. To me apt-proxy is the point of failure,
at least with my patched-(tried-to-fix-Twisted-incompatibility)-version.

Re: The apt cache "clean" strangeness:
On one of my tries (with the not yet completely patched version)
apt-proxy exceptioned and apt-get failed with 503 and the only
way to install with the completely patched apt-proxy
(restarted of course) was to "apt-get clean" and re-download/-install
package X.
On Sarge and Sid I get 503s everytime right now with the
patched apt-proxy (especially if it needs to download dependencies)
and apt-get dist-upgrade on Sid against apt-proxy does not work at all.

Is there anyone out there where the diff I posted fixes apt-proxy
without any side-effects?

Anyway, I'm not an APT, apt-proxy or Twisted expert, so don't take
my word on it. There might be other problems I run into which are
not related to the removed arm() calls.



Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread Laurent CARON

Steve Langasek a écrit :

On Tue, Jan 24, 2006 at 07:20:50PM +0100, Laurent CARON wrote:


Package: syslog-ng
Version: 1.9.8
Severity: critical
Justification: breaks the whole system




Installed latest syslog-ng from unstable.




When an event of priority crit is logged it is repeated until
/var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
dies.



Are you sure that this is a single event being logged repeatedly, as opposed
to repeated critical events?


yes
when issuing logger -p crit junk





Reverted to latest stable version, all is now fine.



So after reverting, you're getting a single critical event logged?


yes





Strange thing is it only happens on one of my computers.



All running the same version, and all receiving critical events?


yes

syslog-ng.conf attached
#
# Configuration file for syslog-ng under Debian
#
# attempts at reproducing default syslog behavior

# the standard syslog levels are (in descending order of priority):
# emerg alert crit err warning notice info debug
# the aliases "error", "panic", and "warn" are deprecated
# the "none" priority found in the original syslogd configuration is
# only used in internal messages created by syslogd


##
# options

options {
# disable the chained hostname format in logs
# (default is enabled)
chain_hostnames(0);

# the time to wait before a died connection is re-established
# (default is 60)
time_reopen(10);

# the time to wait before an idle destination file is closed
# (default is 60)
time_reap(360);

# the number of lines buffered before written to file
# you might want to increase this if your disk isn't catching with
# all the log messages you get or if you want less disk activity
# (say on a laptop)
# (default is 0)
#sync(0);

# the number of lines fitting in the output queue
log_fifo_size(65536);

# enable or disable directory creation for destination files
create_dirs(yes);

# default owner, group, and permissions for log files
# (defaults are 0, 0, 0600)
#owner(root);
group(adm);
perm(0640);

# default owner, group, and permissions for created directories
# (defaults are 0, 0, 0700)
#dir_owner(root);
#dir_group(root);
dir_perm(0755);

# enable or disable DNS usage
# syslog-ng blocks on DNS queries, so enabling DNS may lead to
# a Denial of Service attack
# (default is yes)
use_dns(yes);

keep_hostname(yes);
# maximum length of message in bytes
# this is only limited by the program listening on the /dev/log Unix
# socket, glibc can handle arbitrary length log messages, but -- for
# example -- syslogd accepts only 1024 bytes
# (default is 2048)
#log_msg_size(2048);
};


##
# sources

# all known message sources
source s_all {
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream("/dev/log");
# messages from the kernel
file("/proc/kmsg" log_prefix("kernel: "));
# use the following line if you want to receive remote UDP logging 
messages
# (this is equivalent to the "-r" syslogd flag)
udp();
};


##
# destinations

# some standard log files
destination df_auth { file("/var/log/auth.log"); };
destination df_syslog { file("/var/log/syslog"); };
destination df_cron { file("/var/log/cron.log"); };
destination df_daemon { file("/var/log/daemon.log"); };
destination df_kern { file("/var/log/kern.log"); };
destination df_lpr { file("/var/log/lpr.log"); };
destination df_mail { file("/var/log/mail.log"); };
destination df_user { file("/var/log/user.log"); };
destination df_uucp { file("/var/log/uucp.log"); };

# these files are meant for the mail system log files
# and provide re-usable destinations for {mail,cron,...}.info,
# {mail,cron,...}.notice, etc.
destination df_facility_dot_info { file("/var/log/$FACILITY.info"); };
destination df_facility_dot_notice { file("/var/log/$FACILITY.notice"); };
destination df_facility_dot_warn { file("/var/log/$FACILITY.warn"); };
destination df_facility_dot_err { file("/var/log/$FACILITY.err"); };
destination df_facility_dot_crit { file("/var/log/$FACILITY.crit"); };

# these files are meant for the news system, and are kept separated
# because they should be owned by "news" instead of "root"
destination df_news_dot_notice { file("/var/log/news/news.notice" 
owner("news")); };
destination df_news_dot_err { file("/var/log/news/news.err" owner("news")); };
destination df_news_dot_crit { file("/var/log/news/news.crit" owner("news")); };

# some more classical and useful files found in standard syslog configurations
destination df_debug { file("/var/log

Bug#336715: marked as done (lsscsi FTBFS when built with sudo)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 00:17:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336715: fixed in lsscsi 0.16-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)

--
Received: (at submit) by bugs.debian.org; 1 Nov 2005 03:07:31 +
>From [EMAIL PROTECTED] Mon Oct 31 19:07:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx02.qsc.de [213.148.130.14] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EWmUl-0002pr-00; Mon, 31 Oct 2005 19:07:31 -0800
Received: from port-195-158-169-21.dynamic.qsc.de ([195.158.169.21] 
helo=hattusa.textio)
by mx02.qsc.de with esmtp (Exim 3.35 #1)
id 1EWmUF-0005jw-00
for [EMAIL PROTECTED]; Tue, 01 Nov 2005 04:06:59 +0100
Received: from ths by hattusa.textio with local (Exim 4.54)
id 1EWmSY-0002TT-7k
for [EMAIL PROTECTED]; Tue, 01 Nov 2005 04:05:14 +0100
Date: Tue, 1 Nov 2005 04:05:14 +0100
To: [EMAIL PROTECTED]
Subject: lsscsi FTBFS when built with sudo
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.11
From: Thiemo Seufer <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: lsscsi
Version: 0.15-1
Severity: serious
Justification: Policy violation (4.8)

Lsscsi fails to build with sudo as root command, like in
dpkg-buildpackage -us -uc -B -rsudo
because the .deps/ directory is created with root permissions in the
clean target. The result is:

[...]
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory /home/ths/colo/lsscsi-0.15'
cd . && autoheader
/usr/bin/make  all-recursive
make[2]: Entering directory /home/ths/colo/lsscsi-0.15'
make[3]: Entering directory /home/ths/colo/lsscsi-0.15'
gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -W -g -O2 -c lsscsi.c
lsscsi.c:1214: fatal error: opening dependency file .deps/lsscsi.pp: Permission 
denied
compilation terminated.
make[3]: *** [lsscsi.o] Error 1
make[3]: Leaving directory /home/ths/colo/lsscsi-0.15'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /home/ths/colo/lsscsi-0.15'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory /home/ths/colo/lsscsi-0.15'
make: *** [build-stamp] Error 2


Thiemo

---
Received: (at 336715-close) by bugs.debian.org; 25 Jan 2006 08:20:32 +
>From [EMAIL PROTECTED] Wed Jan 25 00:20:32 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F1fq3-0004g1-HO; Wed, 25 Jan 2006 00:17:11 -0800
From: Matt Taggart <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#336715: fixed in lsscsi 0.16-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 00:17:11 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: lsscsi
Source-Version: 0.16-1

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

lsscsi_0.16-1.diff.gz
  to pool/main/l/lsscsi/lsscsi_0.16-1.diff.gz
lsscsi_0.16-1.dsc
  to pool/main/l/lsscsi/lsscsi_0.16-1.dsc
lsscsi_0.16-1_i386.deb
  to pool/main/l/lsscsi/lsscsi_0.16-1_i386.deb
lsscsi_0.16.orig.tar.gz
  to pool/main/l/lsscsi/lsscsi_0.16.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.
Matt Taggart <[EMAIL PROTECTED]> (supplier of updated lsscsi package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 

Bug#325937: marked as done (depends on a FLAC library no longer available in unstable)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 09:43:21 +0100
with message-id <[EMAIL PROTECTED]>
and subject line depends on a FLAC library no longer available in unstable
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)

--
Received: (at submit) by bugs.debian.org; 31 Aug 2005 21:37:38 +
>From [EMAIL PROTECTED] Wed Aug 31 14:37:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp101.sbc.mail.mud.yahoo.com [68.142.198.200] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EAaH4-0004k3-00; Wed, 31 Aug 2005 14:37:38 -0700
Received: (qmail 3009 invoked from network); 31 Aug 2005 21:37:07 -
Received: from unknown (HELO triplehelix.org) ([EMAIL PROTECTED]@68.126.216.211 
with login)
  by smtp101.sbc.mail.mud.yahoo.com with SMTP; 31 Aug 2005 21:37:06 -
Received: by triplehelix.org (Postfix, from userid 1000)
id 1DBAE2A95CD; Wed, 31 Aug 2005 14:37:06 -0700 (PDT)
From: Joshua Kwan <[EMAIL PROTECTED]>
Subject: depends on a FLAC library no longer available in unstable
To: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 31 Aug 2005 14:37:06 -0700 (PDT)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: cynthiune.app
Severity: serious

Hello,

If you're receiving this message, you have a package that depends on one
of the FLAC libraries (libFLAC, libFLAC++, libOggFLAC, libOggFLAC++.)
Once again, the SONAME of the libraries has increased due to an API
transition and you must rebuild your packages.

Please briefly review the upstream API changelog at:

http://flac.sourceforge.net/changelog.html

to check if any of the API changes affect your FLAC-depending package.
In most cases, a simple rebuild will be sufficient to transition. If you
like, you can version the libflac-dev, libflac++-dev, liboggflac-dev,
or liboggflac++-dev build-dependency to (>= 1.1.2-1) to ensure that your
package is autobuilt against the new versions of the libraries.

Please contact me if you have any questions regarding the transition.
Sorry for the inconvenience, and thank you.

-- 
Joshua Kwan

---
Received: (at 325937-done) by bugs.debian.org; 25 Jan 2006 08:43:24 +
>From [EMAIL PROTECTED] Wed Jan 25 00:43:24 2006
Return-path: <[EMAIL PROTECTED]>
Received: from wiggis.ethz.ch ([129.132.86.197] ident=postfix)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F1gFP-0007Sr-QB
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 00:43:24 -0800
Received: from wiggis3.ethz.ch (wiggis3.ethz.ch [192.168.127.4])
by wiggis.ethz.ch (Postfix) with ESMTP id 7E8464269
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 09:43:22 +0100 (CET)
Received: from [195.176.50.50] (bludger.ethz.ch [195.176.50.50])
(using TLSv1 with cipher RC4-MD5 (128/128 bits))
(No client certificate requested)
by wiggis.ethz.ch (Postfix) with ESMTP id 9FA5C4263
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 09:43:21 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 09:43:21 +0100
From: =?ISO-8859-1?Q?G=FCrkan_Seng=FCn?= <[EMAIL PROTECTED]>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: depends on a FLAC library no longer available in unstable
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

bug was fixed in a NMU..


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



Processed: tagging 347190

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.14
> tags 347190 sarge
Bug#347190: f-prot-installer: problem on check-updates
There were no tags set.
Tags added: sarge

>
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#325937: marked as done (depends on a FLAC library no longer available in unstable)

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 325937
Bug#325937: depends on a FLAC library no longer available in unstable
Bug reopened, originator not changed.

> close 325937 0.9.4-3
Bug#325937: depends on a FLAC library no longer available in unstable
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.9.4-3, send any further explanations to Joshua 
Kwan <[EMAIL PROTECTED]>

> thanks mate
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#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Stephen Gran
Package: phpmyadmin
Severity: grave
Justification: user security hole

http://www.securityfocus.com/bid/15761/info

I see several other things fixed recently, butnot this one, so I
thought I would pass it along.  If it is already fixed and I missed
it, then I am sorry for the noise.

Upstream says this is fixed 2.7 -pl1, but it appears unstable has 2.7,
so even sid may be vulnerable right now.

Take care,

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)


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



Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Andreas Pakulat
On 25.01.06 09:11:54, Tuncer Ayaz wrote:
> my proposal to remove/disable the calls to arm() may be the
> correct fix but it's hard to guess whether apt-proxy has other
> problems that I'm triggering from both a Sarge and Sid apt-get
> client which results in 503 errors or if it is related to the missing
> arm() calls.

As I said before, the missing arm calls produced warnings with twisted
2.0 and did nothing in twisted 1.3.

Now apart from that: apt-proxy had several issues in the past and
besides my own system here probably still has issues.

> You say that it might be a frontend problem (apt-get). If this is
> the case I'm not sure there will be a apt-proxy compatibility fix
> for apt-get released to Sarge and I'm also not sure that apt-get in
> Sarge is broken at all. To me apt-proxy is the point of failure,
> at least with my patched-(tried-to-fix-Twisted-incompatibility)-version.

You never mentioned Sarge Systems, of course their apt-get should be Ok
and thus the failure probably lies on apt-proxy side, however it can't
be the removed arm() callls, it just can't. If apt-proxy doesn't work
for you anymore, turn on debugging and file a bugreport. Though honestly
I don't think anyone has time/cares ATM for apt-proxy

> Re: The apt cache "clean" strangeness:
> On one of my tries (with the not yet completely patched version)
> apt-proxy exceptioned and apt-get failed with 503 and the only
> way to install with the completely patched apt-proxy
> (restarted of course) was to "apt-get clean" and re-download/-install
> package X.

Then apt-get thought the package it downloaded from apt-proxy was
already completely downloaded but it wasn't or apt-proxy produced
garbage in the file it sent. From this description it might be
an apt-proxy problem, especially when comparing apt-proxy's bugginess to
the one of apt-get...

> On Sarge and Sid I get 503s everytime right now with the
> patched apt-proxy (especially if it needs to download dependencies)
> and apt-get dist-upgrade on Sid against apt-proxy does not work at all.

So, as I said above turn on debugging and see where that takes you. BTW:
Does "the old" apt-proxy work in tahose cases, i.e. the one with
arm-calls and an older twisted? 

> Is there anyone out there where the diff I posted fixes apt-proxy
> without any side-effects?

It works here, though I did not yet check my http-backends. If you're
interested in those results I can test them on the weekend and let you
know how it goes. I suspect that the new twisted-web package might have
broken apt-proxy's http backend. The tests I did so far were always
using ftp-backends

> Anyway, I'm not an APT, apt-proxy or Twisted expert, so don't take
> my word on it. There might be other problems I run into which are
> not related to the removed arm() calls.

That's all I wanted to clarify, it _can't_ be related to the arm calls,
as they practically weren't there before the new twisted. But it can be
related to the twisted, though probably not to the Defer-stuff, but
something else.

Andreas

-- 
You too can wear a nose mitten.


pgp4IgWU8szwu.pgp
Description: PGP signature


Bug#349790: caca-utils: links to libfreetype6, which is going away

2006-01-25 Thread Steve Langasek
Package: caca-utils
Version: 0.9-5
Severity: grave
Tags: patch

Hi Sam,

The caca-utils package currently depends on libfreetype6, but it does not
use it.  This dependency is being pulled in via imlib2-config --libs, which
works as designed but is *not* a correct tool for getting a list of libs to
link against on a GNU system using dynamic linking.

Attached is a short patch which fixes the caca-utils package build to no
longer link against spurious libraries.  This patch changes the binary
package dependencies from this:

 Depends: libc6 (>= 2.3.5-1), libfreetype6 (>= 2.1.5-1), libimlib2, libncurses5 
(>= 5.4-5), libslang2 (>= 2.0.1-1), libx11-6, libxext6, zlib1g (>= 1:1.2.1)

to this:

 Depends: libc6 (>= 2.3.5-1), libimlib2, libncurses5 (>= 5.4-5), libslang2 (>= 
2.0.1-1), libx11-6

Although libfreetype6 is currently available in unstable, due to bug #314385
it is very likely that this package will have to go through a library
transition in the near future.  Since caca-utils doesn't use freetype, I'm
filing this bug at "grave" severity pre-emptively, to encourage you to get
your package free of the transition before it starts.  Please fix this bug
at your earliest convenience.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u libcaca-0.9/debian/changelog libcaca-0.9/debian/changelog
--- libcaca-0.9/debian/changelog
+++ libcaca-0.9/debian/changelog
@@ -1,3 +1,15 @@
+libcaca (0.9-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Hard-code cacaview_LDFLAGS = -lImlib2 instead of using the output of
+imlib2-config which is incorrect for GNU/* systems using dynamic linking.
+  * Add AM_MAINTAINER_MODE to configure.ac as well, to avoid build-time
+regeneration of autotools files.
+  * Fix syntax errors in doc/Makefile.am that aren't accepted by current
+automake-1.7
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 00:56:27 -0800
+
 libcaca (0.9-5) unstable; urgency=low
 
   * debian/control:
only in patch2:
unchanged:
--- libcaca-0.9.orig/examples/Makefile.am
+++ libcaca-0.9/examples/Makefile.am
@@ -31,7 +31,7 @@
 cacaview_CPPFLAGS = -I$(top_srcdir)/src -DX_DISPLAY_MISSING=1
 if USE_IMLIB2
 cacaview_CFLAGS = `imlib2-config --cflags`
-cacaview_LDFLAGS = `imlib2-config --libs`
+cacaview_LDFLAGS = -lImlib2
 else
 cacaview_CFLAGS =
 cacaview_LDFLAGS =
only in patch2:
unchanged:
--- libcaca-0.9.orig/configure.ac
+++ libcaca-0.9/configure.ac
@@ -9,6 +9,8 @@
 AM_INIT_AUTOMAKE(libcaca, 0.9)
 AM_CONFIG_HEADER(config.h)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_RANLIB
diff -u libcaca-0.9/doc/Makefile.am libcaca-0.9/doc/Makefile.am
--- libcaca-0.9/doc/Makefile.am
+++ libcaca-0.9/doc/Makefile.am
@@ -45,10 +45,9 @@
cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
  $(DESTDIR)$(datadir)/doc/libcaca-dev/html
$(mkinstalldirs) $(DESTDIR)$(mandir)/man3
-   for mp in `find man -name '*.3caca'`; do
- sed 's/man3caca/man3/g' $$mp > $(DESTDIR)$(mandir)/man3/`basename 
$$mp`;
+   for mp in `find man -name '*.3caca'`; do \
+ sed 's/man3caca/man3/g' $$mp > $(DESTDIR)$(mandir)/man3/`basename 
$$mp`; \
done
-   #cp `find man -name '*.3caca'` $(DESTDIR)$(mandir)/man3
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
diff -u libcaca-0.9/doc/Makefile.in libcaca-0.9/doc/Makefile.in
--- libcaca-0.9/doc/Makefile.in
+++ libcaca-0.9/doc/Makefile.in
@@ -76,6 +76,9 @@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@
 MATH_LIBS = @MATH_LIBS@
 NEED_PIC_FALSE = @NEED_PIC_FALSE@
@@ -160,10 +163,10 @@
 all: all-am
 
 .SUFFIXES:
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  
$(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
  $(AUTOMAKE) --gnu  doc/Makefile
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  
$(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)
 doxygen.cfg: $(top_builddir)/config.status doxygen.cfg.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -405,7 +408,9 @@
 @BUILD_DOCUMENTATION_TRUE@ cp `find html -name '*.html' -o -name '*.gif' 
-o -name '*.png'` \
 @BUILD_DOCUMENTATION_TRUE@   $(DESTDIR)$(datadir)/doc/libcaca-dev/html
 @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
[EMAIL PROTECTED]@  for mp in `find man -name '*.3caca'`; do sed 
's/

Bug#349791: bluemon: Does not have DBus privileges to start

2006-01-25 Thread Matthew Johnson
Package: bluemon
Version: 1.2-1
Severity: grave
Justification: renders package unusable


the package does not provide a dbus configuration file granting it
permissions to take a name on the bus, and therefore does not start.

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

Versions of packages bluemon depends on:
ii  bluez-utils   2.24-1 Bluetooth tools and daemons
ii  libbluetooth1 2.24-1 Library to use the BlueZ Linux Blu
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libdbus-1-2   0.60-5 simple interprocess messaging syst

bluemon recommends no packages.

-- no debconf information


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



Bug#349793: apache-common: Cross-site scripting (XSS) vulnerability in the mod_imap module

2006-01-25 Thread Stephen Gran
Package: apache-common
Version: 1.3.33-6sarge1
Severity: grave
Tags: security

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3352

Thanks,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)

Versions of packages apache-common depends on:
ii  apache2-utils2.0.54-5utility programs for webservers
ii  debconf  1.4.30.13   Debian configuration management sy
ii  elinks [www-browser] 0.10.4-7advanced text-mode WWW browser
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdb4.2 4.2.52-18   Berkeley v4.2 Database Libraries [
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  lynx [www-browser]   2.8.5-2sarge1   Text-mode WWW Browser
ii  mime-support 3.28-1  MIME files 'mime.types' & 'mailcap
ii  mozilla-browser [www-bro 2:1.7.8-1sarge3 The Mozilla Internet application s
ii  perl 5.8.4-8sarge3   Larry Wall's Practical Extraction 
ii  sed  4.1.2-8 The GNU sed stream editor
ii  ucf  1.17Update Configuration File: preserv
ii  w3m [www-browser]0.5.1-3 WWW browsable pager with excellent

-- debconf information:
* apache-common/confignotes:
  apache-common/old-logrotate-exists:
  apache-common/logs:
  apache-shared/debconf-modules: mod_vhost_alias, mod_userdir, mod_unique_id, 
mod_status, mod_setenvif, mod_rewrite, mod_negotiation, mod_mime_ssl, 
mod_mime_magic, mod_log_config_ssl, mod_info, mod_expires, mod_dir, mod_cgi, 
mod_autoindex, mod_auth_ssl, mod_alias, mod_access, apache-ssl, mod_php4
  apache-shared/restart: false

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
Package: unzip
Version: 5.52-1sarge3
Severity: grave
Tags: security

http://www.securityfocus.com/bid/15968

Thanks,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)

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

-- no debconf information

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Tuncer Ayaz
Summary of my private reply to Andreas for the record:

1) I only use FTP backends
2) Yes all apt-get clients ran flawlessly before the upgrade with
apt-proxy and Twisted in Sarge. Actually I upgraded to Sid due
to other reasons and I'm not sure I will downgrade as there are
core packages which I need to be newer than in Sarge or Testing
without pinning etc.
3) I can imagine apt-proxy having other bugs which only surfaced now
in Sid and with the new Twisted
4) I may turn on debug logs and try again



Bug#349674: unison: causes data loss if one of the replicas disappears

2006-01-25 Thread Gabor Gombas
On Tue, Jan 24, 2006 at 09:44:59PM +0100, Sylvain Le Gall wrote:

> Was it during the synchronisation phase (when effectively doing
> operation) or before (when calculating changes) ?

I don't really know, I was not sitting in front of the machine during
the synchronization. I only realized the end result.

> I think, it is the first case, and in this case, i agree : it a real
> problem.

I think not noticing that the whole filesystem has changed is a problem
in any phase.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences,
 Laboratory of Parallel and Distributed Systems
 Address   : H-1132 Budapest Victor Hugo u. 18-22. Hungary
 Phone/Fax : +36 1 329-78-64 (secretary)
 W3: http://www.lpds.sztaki.hu
 -


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



Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Piotr Roszatycki
found 349786 4:2.6.2-3sarge1
tags 349786 security sarge
severity 349786 critical
thanks

On Wednesday 25 January 2006 10:32, Stephen Gran wrote: 
> http://www.securityfocus.com/bid/15761/info
>
> I see several other things fixed recently, butnot this one, so I
> thought I would pass it along.  If it is already fixed and I missed
> it, then I am sorry for the noise.
>
> Upstream says this is fixed 2.7 -pl1, but it appears unstable has 2.7,
> so even sid may be vulnerable right now.

The testing and ustable is unaffected. The sarge's version contains this bug. 
I'm going to notify the Security Team and provide the fix.

-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Processed: Re: Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> found 349786 4:2.6.2-3sarge1
Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
Bug marked as found in version 4:2.6.2-3sarge1.

> tags 349786 security sarge
Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
There were no tags set.
Tags added: security, sarge

> severity 349786 critical
Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
Severity set to `critical'.

> 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#349528: Security bugs in elog

2006-01-25 Thread Florian Weimer
* Stefan Ritt:

> Florian Weimer wrote:
>> address you started with.  Since DNS is quite dynamic, it's also a
>> good idea to include IP address information in the log file in all
>> cases, even if a proper host name was found in DNS.
>
> So I put the IP address there in any case, committed in revision 1636.

Thanks.

>> However, the second argument of write_logfile is passed to vsprintf
>> (which should be turned into vsnprintf, by the way), so it should be a
>> real format string, and not some user input.  The 0005 patch I sent
>> tries to address that (but for the version in Debian stable).
>
> That's not true anymore. Inside write_logfile, I do not use vsprintf any 
> more, instead I use strlcat() which should be safe.

Okay, the current version in your Subversion repository should be safe
indeed.  I missed the strlcat change, as I looked mostly at the Debian
versions.


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



Bug#349801: gimp segfaults at start

2006-01-25 Thread Shaun Lee
Package: gimp
Version: 2.2.10-1
Severity: grave
Justification: renders package unusable

>From the commandline, gimp segfaults with the following error output:

$ gimp

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpConfigInterface'

(gimp:23055): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: 
assertion 
`G_TYPE_IS_INTERFACE (interface_type)' failed

(gimp:23055): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 
`g_type_parent (interface_type) == G_TYPE_INTERFACE' failed

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpConfigInterface'

(gimp:23055): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: 
assertion 
`G_TYPE_IS_INTERFACE (interface_type)' failed

(gimp:23055): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 
`g_type_parent (interface_type) == G_TYPE_INTERFACE' failed

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpParamRGB'

(gimp:23055): GLib-GObject-CRITICAL **: g_param_spec_internal: assertion 
`G_TYPE_IS_PARAM 
(param_type) && param_type != G_TYPE_PARAM' failed
Segmentation fault



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

Versions of packages gimp depends on:
ii  gimp-data 2.2.10-1   Data files for The GIMP
ii  libaa11.4p5-30   ascii art library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgimp2.02.3.6-1Libraries necessary to run the GIM
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libtiff4  3.7.4-1Tag Image File Format (TIFF) libra
ii  libwmf0.2-7   0.2.8.3-3.1Windows metafile conversion librar
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxpm4   6.9.0.dfsg.1-4 X pixmap library
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
hi  wget  1.10.1-1   retrieves files from the web
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages gimp recommends:
ii  gimp-print   4.3.99+cvs20051122.dfsg.1-2 print plugin for the GIMP
ii  gimp-svg 2.2.10-1SVG (Scalable Vector Graphics) plu

-- no debconf information


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



Bug#317082: Not just a dpkg bug

2006-01-25 Thread Frank Lichtenheld
[CCing Joey Hess. As debhelper maintainer he might want to add something
to the discussion and I don't know if he reads it already]

On Tue, Jan 24, 2006 at 04:35:54PM -0800, Steve Langasek wrote:
> If you don't handle the -l, you won't be able to resolve a full path for
> these libs.  If you have a package in this situation that's biarch and you
> have local libs for both the 32bit and the 64bit targets, how will you know
> which shlibs file to use if you don't look up the full library path and
> examine the lib for target compatibility?

Yeah, that's indeed a problem. But that isn't solved by the current
implementation either. When I think about it there is now way the
-l option (if pointing to a directory that is not known to dpkg)
changes anything about the build currently since the local shlibs
information is considered before using the ldd paths. And the ldd paths
are only used in conjunction with dpkg --search ...
The only thing it does is supressing the error "couldn't find path for
X".

So -l is usefull in one case currently:
 - If it points to an installed package that has a library which is
   listed in its shlibs file but which is not in the normal systems
   library paths (which maybe later is accessed via a wrapper that
   sets LD_LIBRARY_PATH, e.g. like /usr/bin/firefox)
(does anyone use it this way?)
This one should be easy to fix and I will do it before uploading the
current dpkg to unstable.

And we could make it usefull in one other case:
 - If there are several "local" packages that provide the same library
   let the user choose one of them.

The 32bit vs. 64bit problem should be solved by checking the library's
binary format though. I will also fix this before uploading to unstable.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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



Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Piotr Roszatycki
On Wednesday 25 January 2006 11:39, Piotr Roszatycki wrote: 
notfound 349786 4:2.6.2-3sarge1
close 349786
tags 349786 -sarge unconfirmed
thanks

Well, the bug was introduced in 2.7.0 version and was fixed in 2.7.0-pl1 
version, so the 2.6.2 does not contain this bug.

In 2.7.0 version the method of sanitizing global variables was changed. I 
doubt if method used in 2.6.2 version is unsecure, so I think the bugreport 
should be just closed.

Thanks.
-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Processed: Re: Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> On Wednesday 25 January 2006 11:39, Piotr Roszatycki wrote:
Unknown command or malformed arguments to command.

> notfound 349786 4:2.6.2-3sarge1
Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
Bug marked as not found in version 4:2.6.2-3sarge1.

> close 349786
Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Stephen Gran <[EMAIL PROTECTED]>

> tags 349786 -sarge unconfirmed
Unknown tag/s: unconfirmed.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore.

Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability
Tags were: sarge security
Tags removed: sarge

> 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#313537: qpopper-drac: Failed to create /var/spool/pop/* with uid **, gid ** Change permissions.

2006-01-25 Thread Christoph Berg
Hi,

here's the diff for the NMU I'm just uploading:

debdiff qpopper_4.0.5-4sarge1.dsc qpopper_4.0.5-4.1.dsc
 debian/README.Debian   |5 ---
 qpopper-4.0.5/debian/changelog |   11 +++
 debian/postinst|   43 -
 qpopper-4.0.5/debian/control   |4 --
 debian/postrm  |   35 ---
 qpopper-4.0.5/debian/qpopper-drac.postinst |4 +-
 qpopper-4.0.5/debian/qpopper.postrm|2 -
 7 files changed, 15 insertions(+), 89 deletions(-)

reverted:
--- qpopper-4.0.5/debian/README.Debian
+++ qpopper-4.0.5.orig/debian/README.Debian
@@ -1,5 +0,0 @@
-There is a new qpopper-drac package.  Please read documents of drac 
-package for drac support. ;-)
-
-   Yu 
Guanghui <[EMAIL PROTECTED]>
-   
2002-02-06
diff -u qpopper-4.0.5/debian/changelog qpopper-4.0.5/debian/changelog
--- qpopper-4.0.5/debian/changelog
+++ qpopper-4.0.5/debian/changelog
@@ -1,3 +1,14 @@
+qpopper (4.0.5-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Always set permissions on /var/spool/pop/ in qpopper-drac.postinst
+(Closes: #313537).
+  * Drop unused debian/post{rm,inst}.
+  * Drop README.Debian.
+  * Bump Standards-Version.
+
+ -- Christoph Berg <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 12:13:37 +0100
+
 qpopper (4.0.5-4sarge1) testing-security; urgency=high
 
   * Non-maintainer upload by the Security Team
reverted:
--- qpopper-4.0.5/debian/postinst
+++ qpopper-4.0.5.orig/debian/postinst
@@ -1,43 +0,0 @@
-#! /bin/sh
-#
-# Remove the original pop3 entry from /etc/inetd.conf, and add ours.
-#
-
-case "$1" in
-   configure)
-   ;;
-   abort-upgrade|abort-remove|abort-deconfigure)
-   exit 0
-   ;;
-   *)
-   exit 0
-   ;;
-esac
-umask 022
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-# Compatibility symlinks into /usr/doc
-if [ -d /usr/doc -a ! -e /usr/doc/qpopper \
--a -d /usr/share/doc/qpopper ]
-then
-ln -sf ../share/doc/qpopper /usr/doc/qpopper
-fi
-
-# Make sure /var/spool/pop is there, and mode drwxrwsr-x  root  mail
-if [ ! -d /var/spool/pop ]
-then
-   mkdir -p /var/spool/pop
-   chgrp mail /var/spool/pop
-   chmod 2775 /var/spool/pop
-fi
-
-# Check if we have already been installed.
-grep "^pop-3.*/in.qpopper" /etc/inetd.conf > /dev/null 2>&1 && exit 0
-
-# Install the qpopper.
-update-inetd --remove '^pop-3'
-update-inetd --group MAIL --add \
-  'pop-3\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd\t/usr/sbin/in.qpopper -f 
/etc/qpopper.conf'
-
-#DEBHELPER#
diff -u qpopper-4.0.5/debian/control qpopper-4.0.5/debian/control
--- qpopper-4.0.5/debian/control
+++ qpopper-4.0.5/debian/control
@@ -3,7 +3,7 @@
 Section: mail
 Priority: extra
 Maintainer: Yu Guanghui <[EMAIL PROTECTED]>
-Standards-Version: 3.5.8
+Standards-Version: 3.6.2
 
 Package: qpopper
 Architecture: any
@@ -34,2 +33,0 @@
- .
- Please read the README.Debian of drac package to setup your MTA.
reverted:
--- qpopper-4.0.5/debian/postrm
+++ qpopper-4.0.5.orig/debian/postrm
@@ -1,35 +0,0 @@
-#! /bin/sh
-#
-#  Remove the qpopper entry from /etc/inittab and
-#  restore the original one.
-#
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-case "$1" in
-   purge)
-   rm -f /etc/pop.auth.*
-   exit 0
-   ;;
-   remove)
-   ;;
-   *)
-   # Do nothing...
-   exit 0
-   ;;
-esac
-
-update-inetd --remove '^pop-3'
-
-if [ -x /usr/sbin/in.pop3d ]
-then
-   update-inetd --group MAIL --add \
-   'pop-3\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd\t/usr/sbin/in.pop3d'
-fi
-
-if [ -f /var/run/inetd.pid ]
-then
-   kill -s HUP `cat /var/run/inetd.pid` 2>/dev/null
-fi
-
-#DEBHELPER#
diff -u qpopper-4.0.5/debian/qpopper-drac.postinst 
qpopper-4.0.5/debian/qpopper-drac.postinst
--- qpopper-4.0.5/debian/qpopper-drac.postinst
+++ qpopper-4.0.5/debian/qpopper-drac.postinst
@@ -21,9 +21,9 @@
 if [ ! -d /var/spool/pop ]
 then
mkdir -p /var/spool/pop
-   chgrp mail /var/spool/pop
-   chmod 2775 /var/spool/pop
 fi
+chgrp mail /var/spool/pop
+chmod 2775 /var/spool/pop
 
 # Check if we have already been installed.
 grep "^pop-3.*/in.qpopper" /etc/inetd.conf > /dev/null 2>&1 && exit 0
diff -u qpopper-4.0.5/debian/qpopper.postrm qpopper-4.0.5/debian/qpopper.postrm
--- qpopper-4.0.5/debian/qpopper.postrm
+++ qpopper-4.0.5/debian/qpopper.postrm
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#  Remove the qpopper entry from /etc/inittab and
+#  Remove the qpopper entry from /etc/inetd.conf and
 #  restore the original one.
 #
 

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#349555: komi - FTBFS: cannot find -lgp

2006-01-25 Thread Thierry Reding
* Bastian Blank wrote:
> Package: komi
> Version: 1.03-4
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of komi_1.03-4 on debian01 by sbuild/s390 85
> [...]
> > cc -Wall -pedantic -std=c99 -O2 -I/usr/include/SDL -D_REENTRANT 
> > -DDATAPATH=\"/usr/share/games/komi/\" komi.o -o komi -L/usr/lib -lSDL 
> > -lpthread -lm -ldl -L/usr/lib -lasound -lm -ldl -lpthread -L/usr/lib -ldl 
> > -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib 
> > -lesd -laudiofile -lm -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext -laa -lgpm 
> > -L/usr/lib -laa -lm -L/usr/X11R6/lib -lX11 -lslang -lncurses -lSDL_mixer
> > /usr/bin/ld: cannot find -lgpm
> > collect2: ld returned 1 exit status
> > make[1]: *** [komi] Error 1
> > make[1]: Leaving directory `/build/buildd/komi-1.03'
> > make: *** [build-stamp] Error 2
> > **
> > Build finished at 20060123-1242
> > FAILED [dpkg-buildpackage died]

I've investigated this a bit, and it looks like the upstream Makefile links
statically against SDL. I've tried rebuilding with dynamic linking and it
solves the FTBFS.

Any reason why komi would link statically against SDL? Steve? If not, maybe
the attached patch should be applied.

Thierry

Index: Makefile
===
--- Makefile(revision 41)
+++ Makefile(working copy)
@@ -11,7 +11,7 @@
 MANPATH=/usr/local/man/man6/
 
 MIXER=-lSDL_mixer
-SDL_LIB=$(shell sdl-config --static-libs) $(MIXER)
+SDL_LIB=$(shell sdl-config --libs) $(MIXER)
 
 CFLAGS=-Wall -pedantic -std=c99 -O2 \
$(shell sdl-config --cflags) \


signature.asc
Description: Digital signature


Bug#348706: There could be a simpler patch

2006-01-25 Thread Regis Boudin
Hi,

having thought about it since yesterday evening and checked this morning
in the upstream configure.in file, it looks like passing the --with-gl
flag when calling configure would be enought to fix this bug. However, I
can't test it before this evening, but I will do it and give the result as
soon as I can.

Regis
-- 
"While a monkey can be a manager, it takes a human to be an engineer" Erik
Zapletal




Processed: Fixed in NMU of mailman 2.1.5-8sarge1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 326024 + fixed
Bug#326024: mailman: Unhandled exception in date handling causes mails to fail 
to be processed correctly
Tags were: patch
Tags added: fixed

> tag 339095 + fixed
Bug#339095: Dos attack to a list in mailman using sarge due to impropper 
handling of exception of utf8
Tags were: patch security sarge
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#349804: ocaml-native-compilers: FTBFS on ppc64

2006-01-25 Thread Wolf Wiegand
Package: ocaml-native-compilers
Version: 3.08.3
Severity: serious
Justification: no longer builds from source


Build within a sarge chroot aborts with the following message:

dpkg-deb: building package `ocaml-base' in `../ocaml-base_3.08.3-3_powerpc.deb'.
dpkg-deb: failed to open package info file 
`debian/ocaml-native-compilers/DEBIAN/control' for reading: No such file or 
directory


-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc64)
Kernel: Linux 2.6.14.5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)




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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Santiago Vila
On Wed, 25 Jan 2006, Stephen Gran wrote:

> Package: unzip
> Version: 5.52-1sarge3
> Severity: grave
> Tags: security
> 
> http://www.securityfocus.com/bid/15968

Why "grave" and "security"? AFAIK, this is not the case where a
malicious user gives you a .zip archive and your system get
compromised if you try to unzip it.


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



Processed: Fixed in NMU of qpopper 4.0.5-4.1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 313537 + fixed
Bug#313537: qpopper-drac: Failed to create /var/spool/pop/* with uid **, gid ** 
Change permissions.
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#333790: marked as done (Depends on RC buggy package(s))

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 12:53:42 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Depends on RC buggy package(s)
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)

--
Received: (at submit) by bugs.debian.org; 13 Oct 2005 18:07:02 +
>From [EMAIL PROTECTED] Thu Oct 13 11:07:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.lenk.info [217.160.183.176] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EQ7Tq-0007Fn-00; Thu, 13 Oct 2005 11:07:02 -0700
Received: from smtp.lenk.info ([82.165.24.235] ident=Debian-exim)
by mail.lenk.info with esmtpsa 
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EQ7Tt-0007yq-KW; Thu, 13 Oct 2005 20:07:05 +0200
Received: from p54a3dee7.dip.t-dialin.net ([84.163.222.231] 
helo=feynman.djpig.de)
by smtp.lenk.info with esmtpsa 
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EQ7Un-0002FE-VM; Thu, 13 Oct 2005 20:08:02 +0200
Received: from djpig by feynman.djpig.de with local (Exim 4.52)
id 1EQ7Tp-0006Jy-D7; Thu, 13 Oct 2005 20:07:01 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Depends on RC buggy package(s)
X-Mailer: reportbug 3.17
Date: Thu, 13 Oct 2005 20:07:01 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Frank Lichtenheld <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: uim-skk
Severity: serious

uim-skk depends on skkdic which in turn depends on freecdb which should
be removed. But apparently nobody cared to fix skkdic yet. So either
uim-skk needs to be dropped or skkdic needs to be fixed (and probably
taken over from the current maintainer)

Gruesse,
Frank Lichtenheld

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

---
Received: (at 333790-done) by bugs.debian.org; 25 Jan 2006 11:54:07 +
>From [EMAIL PROTECTED] Wed Jan 25 03:54:07 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mail.irb.hr ([161.53.22.8] ident=UNKNOWN)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F1jDy-0002pm-WE
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 03:54:07 -0800
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
by mail.irb.hr (8.13.4/8.13.4/Debian-3) with ESMTP id k0PBrQUe026704
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 12:53:26 +0100
Received: from diziet.irb.hr (localhost [127.0.0.1])
by diziet.irb.hr (8.13.5/8.13.5/Debian-3) with ESMTP id k0PBrh5Z026003
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 12:53:43 +0100
Received: (from [EMAIL PROTECTED])
by diziet.irb.hr (8.13.5/8.13.5/Submit) id k0PBrhCm026001;
Wed, 25 Jan 2006 12:53:43 +0100
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Depends on RC buggy package(s)
References: <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 12:53:42 +0100
In-Reply-To: <[EMAIL PROTECTED]> (Frank Lichtenheld's message
of "Thu, 13 Oct 2005 20:07:01 +0200")
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Frank Lichtenheld <[EMAIL PROTECTED]> writes:

> uim-skk depends on skkdic which in turn depends on freecdb which should
> be removed. But apparently nobody cared to fix skkdic yet. So either
> uim-skk needs to be dropped or skkdic needs to be fixed (and probably
> taken over from the current maintainer)

skkdic has been fixed (#325271) and taken over by Kenshi Muto, so this
is no longer an issue.

T

Bug#349807: towitoko: [m68k, arm, s390] FTBFS: cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory

2006-01-25 Thread Christian T. Steigies
Package: towitoko
Severity: serious
Justification: no longer builds from source

Automatic build of towitoko_2.0.7-7 on garkin by sbuild/m68k 85
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.1.16)
[...]
dh_install
cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1

See full logs at
http://buildd.debian.org/build.php?&pkg=towitoko

Christian


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
This one time, at band camp, Santiago Vila said:
> On Wed, 25 Jan 2006, Stephen Gran wrote:
> 
> > Package: unzip
> > Version: 5.52-1sarge3
> > Severity: grave
> > Tags: security
> > 
> > http://www.securityfocus.com/bid/15968
> 
> Why "grave" and "security"? AFAIK, this is not the case where a
> malicious user gives you a .zip archive and your system get
> compromised if you try to unzip it.

Actually it appears this is exactly the case.  

http://www.securityfocus.com/bid/15968/discuss:
"This issue allows attackers to execute arbitrary machine code in the
context of users utilizing the affected application."

Granted, most of the time this will only be a local user exploit, rather
than a root level exploit, but if an application uses info-zip routines
and runs as root, it will be root level exploit.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread SZALAY Attila
Hi!

On Tue, 2006-01-24 at 19:20 +0100, Laurent CARON wrote:
> 
> When an event of priority crit is logged it is repeated until
> /var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
> dies.

Could you send me a small :)) part of the log file and the config? Is
there any difference between a good machine and the bad one?


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Santiago Vila
On Wed, 25 Jan 2006, Stephen Gran wrote:

> This one time, at band camp, Santiago Vila said:
> > On Wed, 25 Jan 2006, Stephen Gran wrote:
> > 
> > > Package: unzip
> > > Version: 5.52-1sarge3
> > > Severity: grave
> > > Tags: security
> > > 
> > > http://www.securityfocus.com/bid/15968
> > 
> > Why "grave" and "security"? AFAIK, this is not the case where a
> > malicious user gives you a .zip archive and your system get
> > compromised if you try to unzip it.
> 
> Actually it appears this is exactly the case.  
> 
> http://www.securityfocus.com/bid/15968/discuss:
> "This issue allows attackers to execute arbitrary machine code in the
> context of users utilizing the affected application."

No, it's not that case.

This one is about an insanely long command line. Normally, you can't
run unzip with an arbitrary command line unless you already have local
user access.


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
This one time, at band camp, Santiago Vila said:
> On Wed, 25 Jan 2006, Stephen Gran wrote:
> 
> > This one time, at band camp, Santiago Vila said:
> > > On Wed, 25 Jan 2006, Stephen Gran wrote:
> > > 
> > > > Package: unzip
> > > > Version: 5.52-1sarge3
> > > > Severity: grave
> > > > Tags: security
> > > > 
> > > > http://www.securityfocus.com/bid/15968
> > > 
> > > Why "grave" and "security"? AFAIK, this is not the case where a
> > > malicious user gives you a .zip archive and your system get
> > > compromised if you try to unzip it.
> > 
> > Actually it appears this is exactly the case.  
> > 
> > http://www.securityfocus.com/bid/15968/discuss:
> > "This issue allows attackers to execute arbitrary machine code in the
> > context of users utilizing the affected application."
> 
> No, it's not that case.
> 
> This one is about an insanely long command line. Normally, you can't
> run unzip with an arbitrary command line unless you already have local
> user access.

I was under the impression that the filename was part of the command
line.  So, I could send you an email with an insanely long filename zip
file attached and cause this overflow.  If I'm wrong, and the filename
isn't part of this vulnerablity (even though the title of the report is
"UnZip File Name Buffer Overflow") then feel free to downgrade it.

I am not particularly interested in an argument about it, one way or the
other.  If you feel that it's unlikely to be exploited, then handle it
as you see fit.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Processed: tag bug as found/closed for all versions currently in the archive

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # tag bug as found/closed for all versions currently in the archive
> found 349283 0.1.0.16-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
Bug marked as found in version 0.1.0.16-1.

> found 349283 0.1.1.7-alpha-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
Bug marked as found in version 0.1.1.7-alpha-1.

> found 349283 0.1.1.8-alpha-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
Bug marked as found in version 0.1.1.8-alpha-1.

> found 349283 0.1.1.10-alpha-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
Bug marked as found in version 0.1.1.10-alpha-1.

> close 349283 0.1.1.12-alpha-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.1.1.12-alpha-1, send any further explanations 
to Chris Howie <[EMAIL PROTECTED]>

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#339095: marked as done (Dos attack to a list in mailman using sarge due to impropper handling of exception of utf8)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 13:41:41 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Mailman UTF8 filename DoS attack solved in Sarge
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)

--
Received: (at submit) by bugs.debian.org; 11 Sep 2005 18:51:36 +
>From [EMAIL PROTECTED] Sun Sep 11 11:51:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from galileo.cujae.edu.cu [200.55.139.18] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EEWvP-0005Jo-00; Sun, 11 Sep 2005 11:51:36 -0700
Received: from galileo.cujae.edu.cu (galileo [127.0.0.1])
by galileo.cujae.edu.cu (Postfix) with SMTP id B7D98B0016
for <[EMAIL PROTECTED]>; Sun, 11 Sep 2005 14:50:49 -0400 (CDT)
Received: from newton.cujae.edu.cu (proxy2.cujae.edu.cu [172.16.13.69])
by galileo.cujae.edu.cu (Postfix) with ESMTP id 9AC75B0011
for <[EMAIL PROTECTED]>; Sun, 11 Sep 2005 14:50:49 -0400 (CDT)
Received: from newton (localhost.localdomain [127.0.0.1])
by newton.cujae.edu.cu (Postfix) with SMTP id 253C33CC2D2
for <[EMAIL PROTECTED]>; Sun, 11 Sep 2005 14:50:41 -0400 (CDT)
Received: by newton.cujae.edu.cu (Postfix, from userid 1001)
id 150F03CC2D6; Sun, 11 Sep 2005 14:50:41 -0400 (CDT)
Received: from tesla.cujae.edu.cu (tesla.cujae.edu.cu [172.16.13.34])
by newton.cujae.edu.cu (Postfix) with ESMTP id D3DA83CC2D2
for <[EMAIL PROTECTED]>; Sun, 11 Sep 2005 14:50:40 -0400 (CDT)
Received: from [172.17.24.11] by tesla.cujae.edu.cu
(Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v8.0.2.R)
with ESMTP id 04-md5003310.msg
for <[EMAIL PROTECTED]>; Sun, 11 Sep 2005 14:50:52 -0400
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 11 Sep 2005 14:50:02 -0400
From: Aliet Santiesteban Sifontes <[EMAIL PROTECTED]>
User-Agent: Thunderbird 1.0+ (Windows/20050803)
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Dos attack to a list in mailman using sarge due to impropper handling
 of exception of utf8
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Authenticated-Sender: [EMAIL PROTECTED]
X-MDRemoteIP: 172.17.24.11
X-Return-Path: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]
X-Spam-Processed: tesla.cujae.edu.cu, Sun, 11 Sep 2005 14:50:53 -0400
X-MDAV-Processed: tesla.cujae.edu.cu, Sun, 11 Sep 2005 14:50:53 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: mailman
Version: 2.1.5-8
Severity: |grave|

Site running several lists, it seems that a specially formed message can Dos a 
list 
due to impropper handling of a exception, the lists sops working, here the 
mailman error, all messages then
goes to shunt:


Sep 11 13:34:35 2005 (12535) Uncaught runner exception: 'utf8' codec can't 
decode bytes in position 1-4: invalid data
Sep 11 13:34:35 2005 (12535) Traceback (most recent call last):
  File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop
self._onefile(msg, msgdata)
  File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 167, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 153, in 
_dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
  File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 91, in process
send_digests(mlist, mboxfp)
  File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 132, in 
send_digests
send_i18n_digests(mlist, mboxfp)
  File "/var/lib/mailman/Mailman/Handlers/ToDigest.py", line 306, in 
send_i18n_digests
msg = scrubber(mlist, msg)
  File "/var/lib/mailman/Mailman/Handlers/Scrubber.py", line 265, in process
url = save_attachment(mlist, part, dir)
  File "/var/lib/mailman/Mailman/Handlers/Scrubber.py", line 361, in 
save_attachment
fnext = os.path.splitext(msg.get_filename(''))[1]
  File "/usr/lib/python2.3/email/Message.py", line 731, in get_filename
return unicode(newvalue[2], newvalue[0] or 'us-ascii')
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-4: invalid 
data

Sep 11 13:34:35 2005 (12535) SHUNTING: 
1126458561.9029

Bug#349812: backup-manager: security update overwrote conffile

2006-01-25 Thread Christoph Martin
Package: backup-manager
Version: 0.5.7-1sarge1
Severity: grave
Justification: renders package unusable


Because /etc/backup-manager.conf is not marked as a conffile, 
the last security
update overwrote my configuration of /etc/backup-manager.conf. 
I configured an upload via ftp and also MB_POST_BACKUP_COMMAND.
The complete configuration is lost, so that no backup to the ftp
site was made.

The hint in README.Debian to not edit the .conf file and to use
debconf instead is useless, since not all options are handled by
debconf.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (99, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages backup-manager depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  gzip  1.3.5-10sarge1 The GNU compression utility

-- debconf information:
  backup-manager/upload-passwd: (password omitted)
  backup-manager/upload-key:
* backup-manager/name-format: long
  backup-manager/burning-device: /dev/cdrom
  backup-manager/upload-hosts:
  backup-manager/upload-dir: /var/archives/uploads
  backup-manager/upload-user-ftp:
* backup-manager/cron_frequency: daily
* backup-manager/directories: /etc /home /var/lib/dpkg
* backup-manager/blacklist: /var/archives
* backup-manager/filetype: tar.gz
* backup-manager/time-to-live: 30
  backup-manager/burning-maxsize: 650
* backup-manager/backup-repository: /var/archives
  backup-manager/burning-method: CDRW
  backup-manager/upload-user-scp-warning:
  backup-manager/transfert_mode: scp
* backup-manager/burning-enabled: false
* backup-manager/dump_symlinks: false
  backup-manager/upload-user-scp: bmngr
  backup-manager/cron_remove_deprecated: false
* backup-manager/want_to_upload: false


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



Bug#344767: Is bug #344767 fixed in grub 0.97-4?

2006-01-25 Thread Otavio Salvador
"Edward C. Jones" <[EMAIL PROTECTED]> writes:

> I use a PC with an AMD64 +3500 chip and Debian unstable, i386 port.
>
> I had the problem described here which I reported as bug #349219. I
> have grub 0.97-4. I still cannot purge "linux-image-2.6.14-2-386". Is
> bug #344767 fixed in grub 0.97-4?

the problem isn't with grub but kernel-package scripts. Check the
postinst where it stops. Try to run it for purge with -x.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


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



Bug#344767: This bug is fixed

2006-01-25 Thread Otavio Salvador
Kristian Edlund <[EMAIL PROTECTED]> writes:

> Yes I believe that he bug is fixed in the 0.97-3 release. I just tried
> to install kernel 2.4.17-2-k7 and remove it again, and there was no
> problems with the scripts running.
>
> After that I purged the configuration, which also went without problems.
>
> I have tested with 2.6.15 as well, which also runs without problems. So
> I doubt that #349291, is related to this bug.
>
> When you try to purge your kernel, what command are you using and what
> happens?

Yes, both bugs were in kernel-package in previous versions. Close it.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


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



Processed: not smart enough to know 0.1.1.12 is in experimental

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Looks like it doesn't know that 0.1.1.12 is only in experimental.
> # I wonder if this marks it as open again:
> found 349283 0.1.0.16-1
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
Bug marked as found in version 0.1.0.16-1.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread Laurent CARON

SZALAY Attila a écrit :

Hi!

On Tue, 2006-01-24 at 19:20 +0100, Laurent CARON wrote:


When an event of priority crit is logged it is repeated until
/var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
dies.



Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:21 gw syslog-ng[18178]: SIGTERM received, terminating;
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:21 gw syslog-ng[18178]: syslog-ng shutting down; 
version='1.9.8'

Jan 24 19:18:15 gw lcaron: a
Jan 24 19:19:00 gw syslog-ng[18232]: syslog-ng starting up; version='1.9.8'
Jan 24 19:19:01 gw /USR/SBIN/CRON[18234]: (lcaron) CMD 
(/usr/bin/fetchmail >/dev/null 2>&1)
Jan 24 19:19:01 gw /USR/SBIN/CRON[18236]: (root) CMD (/opt/mbm.sh 
>/dev/null 2>/dev/null)

Jan 24 19:19:03 gw lcaron: a
Jan 24 19:19:09 gw lcaron: b
Jan 24 19:19:21 gw syslog-ng[18232]: SIGTERM received, terminating;
Jan 24 19:19:21 gw syslog-ng[18232]: syslog-ng shutting down; 
version='1.9.8'

Jan 24 19:21:14 gw syslog-ng[18830]: syslog-ng version 1.6.9 starting
Jan 24 19:21:14 gw syslog-ng[18830]: Changing permissions on special 
file /dev/xconsole



i killed the process there.




Could you send me a small :)) part of the log file and the config? Is
there any difference between a good machine and the bad one?



#
# Configuration file for syslog-ng under Debian
#
# attempts at reproducing default syslog behavior

# the standard syslog levels are (in descending order of priority):
# emerg alert crit err warning notice info debug
# the aliases "error", "panic", and "warn" are deprecated
# the "none" priority found in the original syslogd configuration is
# only used in internal messages created by syslogd


##
# options

options {
# disable the chained hostname format in logs
# (default is enabled)
chain_hostnames(0);

# the time to wait before a died connection is re-established
# (default is 60)
time_reopen(10);

# the time to wait before an idle destination file is closed
# (default is 60)
time_reap(360);

# the number of lines buffered before written to file
# you might want to increase this if your disk isn't catching with
# all the log messages you get or if you want less disk activity
# (say on a laptop)
# (default is 0)
#sync(0);

# the number of lines fitting in the output queue
log_fifo_size(65536);

# enable or disable directory creation for destination files
create_dirs(yes);

# default owner, group, and permissions for log files
# (defaults are 0, 0, 0600)
#owner(root);
group(adm);
perm(0640);

# default owner, group, and permissions for created directories
# (defaults are 0, 0, 0700)
#dir_owner(root);
#dir_group(root);
dir_perm(0755);

# enable or disable DNS usage
# syslog-ng blocks on DNS queries, so enabling DNS may lead to
# a Denial of Service attack
# (default is yes)
use_dns(yes);

keep_hostname(yes);
# maximum length of message in bytes
# this is only limited by the program listening on the /dev/log Unix
# socket, glibc can handle arbitrary length log messages, but -- for
# example -- syslogd accepts only 1024 bytes
# (default is 2048)
#log_msg_size(2048);
};


##
# sources

# all known message sources
source s_all {
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream("/dev/log");
# messages from the kernel
file("/proc/kmsg" log_prefix("kernel: "));
# use the following line if you want to receive remote UDP logging 
messages
# (this is equivalent to the "-r" syslogd flag)
udp();
};


##
# destinations

# some standard log files
destination df_auth { file("/var/lo

Processed: 349815 grave, not critical

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 349815 grave
Bug#349815: s-c-gtk2 exposes private messages to third party
Severity set to `grave'.

> 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: your mail

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 347765 serious
Bug#347765: glabels has unmet dependency on glabels-data
Severity set to `serious'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: your mail

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 338675 serious
Bug#338675: glabels - not bin-nmu save
Severity set to `serious'.

> merge 347765 338675
Bug#338675: glabels - not bin-nmu save
Bug#347765: glabels has unmet dependency on glabels-data
Merged 338675 347765.

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

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 05:32:31 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#346842: fixed in xtron 1.1a-13
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at maintonly) by bugs.debian.org; 9 Jan 2006 01:39:35 +
>From [EMAIL PROTECTED] Sun Jan 08 17:39:34 2006
Return-path: <[EMAIL PROTECTED]>
Received: from 84-120-75-62.onocable.ono.com ([84.120.75.62] 
helo=chistera.yi.org)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Evm0U-0001QG-7g
for [EMAIL PROTECTED]; Sun, 08 Jan 2006 17:39:34 -0800
Received: from userid 1000 by chistera.yi.org with local (Exim 4.60) 
  id 1Evlzy-00076h-6A
  for [EMAIL PROTECTED]; Mon, 09 Jan 2006 02:39:02 +0100
From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: xtron: FTBFS: build-depends on removed xlibs-dev
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 09 Jan 2006 02:39:02 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: xtron
Version: 1.1a-12
Severity: serious

Hello,

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

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

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

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

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

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

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

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

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

  Thanks for your collaboration!

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


---
Received: (at 346842-close) by bugs.debian.org; 25 Jan 2006 13:40:52 +
>From [EMAIL PROTECTED] Wed Jan 25 05:40:52 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F1klD-0005ec-5x; Wed, 25 Jan 2006 05:32:31 -0800
From: Uwe Hermann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#346842: fixed in xtron 1.1a-13
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 05:32:31 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xtron
Source-Version: 1.1a-13

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

xtron_1.1a-13.diff.gz
  to pool/main/x/xtron/xtron_1.1a-13.diff.gz
xtron_1.1a-13.dsc
  to pool/main/x/xtron/xtron_1.1a-13.dsc
xtron_1.1a-13_i386.deb
  to pool/main/x/xtron/xtron_1.1a-13_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have f

Bug#349815: s-c-gtk2 exposes private messages to third party

2006-01-25 Thread Martin Samuelsson
Package: sylpheed-claws-gtk2
Version: 1.9.100-2
Severity: critical

When composing a message in s-c-gtk2, it adds the full contents of the
last message read when sending it.

Steps to reproduce:

1. Start sylpheed-claws-gtk2
2. Read a message
3. Compose a message

Now, the message at the receiving end contains both the message sent and
the last mail read by the sending user. Since that can very likely be
revealing information for unintended eyes, that is of course NOT
acceptable.

I understand that there probably is something in my environment that
triggers this bug, otherwise it would have already been reported.
However, the fact that a critical bug is hard to trigger does not lower
its severity.  I'm not spending more time trying to hunt this down,
because I'm not willing to mess in my production environment.

This is not the first time I report an issue like this one. Please look
at #333498, which was closed without finding the actual cause.

I might set up a test environment, with toy servers - if asked to. Until
this bug is properly fixed, I suggest the removal of the package from
testing.
--
/Martin


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



Bug#349812: backup-manager: security update overwrote conffile

2006-01-25 Thread Alexis Sukrieh
tags 349812 + confirmed
thanks

* Christoph Martin ([EMAIL PROTECTED]) disait :
> Because /etc/backup-manager.conf is not marked as a conffile, 
> the last security
> update overwrote my configuration of /etc/backup-manager.conf. 
> I configured an upload via ftp and also MB_POST_BACKUP_COMMAND.
> The complete configuration is lost, so that no backup to the ftp
> site was made.

This bug was closed in later versions of the package a while ago.
Sadly sarge's version is pretty old (0.5.7-1) regarding to sid's one
(0.6-1).

In later versions of tha pckage, ucf is used in order to prevent such
bad things.

I would suggest to use the backport in the meantime.

-- 
Alexis Sukrieh <[EMAIL PROTECTED]>
0x1EE5DD34
Debian   http://www.debian.org
Backup Manager   http://www.backup-manager.org


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



Bug#349807: towitoko: [m68k, arm, s390] FTBFS: cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory

2006-01-25 Thread Simon Richter

Hi,

Christian T. Steigies wrote:


cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory
dh_install: command returned error code 256


This appears to be the libtool bug with the missing ".so", probably a 
side-effect of the libtool version bump.


   Simon


signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#349812: backup-manager: security update overwrote conffile

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 349812 + confirmed
Bug#349812: backup-manager: security update overwrote conffile
There were no tags set.
Tags added: confirmed

> 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#346781: Intend to NMU xdiskusage

2006-01-25 Thread Cyril Bouthors
On 20 Jan 2006, Nico Golde wrote:

> Hi,
> I think you had some time to react to this bug. I intend to NMU this
> bug.
> patch attached.

Nico,

I have to admit I was quite busy lately, my apologies for this lack of
reaction.

Thank you for fixing the problem.
-- 
Cyril Bouthors


pgpZmc3d8ydsL.pgp
Description: PGP signature


Bug#331649: nice: libant1.6-java to ant transition

2006-01-25 Thread Daniel Bonniot


Hi Arnaud,

Sorry for not being responsive earlier. I put together a new release for Nice, 
and took the opportunity to fix all the standing packaging bugs at the same 
time. This one was easy ;-)


Unfortunately I cannot build at the moment, as the testing version of kaffe is 
buggy (see bug report on nice). According to dalibor, the unstable should 
work. But I don't have unstable, and I'm hitting some pbuilder bug, so I 
cannot build at all.


If you or anybody could try to build those with the latest kaffe:
http://cristal.inria.fr/~bonniot/debian/
That would be a great help. The Buid-Depends version requirement on kaffe will 
need to be adjusted based on the result of this build. I'll also need a 
sponsor later on.


Daniel



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



Bug#349555: komi - FTBFS: cannot find -lgp

2006-01-25 Thread Steve Kemp
On Wed, Jan 25, 2006 at 12:29:32PM +0100, Thierry Reding wrote:
> * Bastian Blank wrote:

> > Package: komi
> > Version: 1.03-4
> > Severity: serious
> > 
> > There was an error while trying to autobuild your package:
> > 

> I've investigated this a bit, and it looks like the upstream Makefile links
> statically against SDL. I've tried rebuilding with dynamic linking and it
> solves the FTBFS.
> 
> Any reason why komi would link statically against SDL? Steve? If not, maybe
> the attached patch should be applied.

  I see nothing wrong with this patch.  (Although I'm wondering why
 this build failure didn't manifest itself previously..?)

  If you wish to upload a fixed package feel free.  Otherwise I'll
 do it tomorrow evening.

Steve
-- 


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



Bug#192095: marked as done (icukrell: Too buggy for Testing)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 14:02:32 - (GMT)
with message-id <[EMAIL PROTECTED]>
and subject line Obsolete 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)

--
Received: (at submit) by bugs.debian.org; 6 May 2003 02:43:13 +
>From [EMAIL PROTECTED] Mon May 05 21:43:12 2003
Return-path: <[EMAIL PROTECTED]>
Received: from pc19f3733.dip.t-dialin.net (wisdom.homelinux.net) 
[193.159.55.51] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19CsQB-00023a-00; Mon, 05 May 2003 21:43:12 -0500
Received: from leo by wisdom.homelinux.net with local (Exim 3.36 #1 (Debian))
id 19Cx68-n5-00; Tue, 06 May 2003 04:42:48 -0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Leo Costela <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: icukrell: Too buggy for Testing
X-Mailer: reportbug 2.10.1
Date: Tue, 06 May 2003 04:42:48 -0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Leo Costela <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-4.5 required=4.0
tests=BAYES_01,DATE_IN_FUTURE_03_06,HAS_PACKAGE
version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23 
(1.174.2.15-2003-03-30-exp)

Package: icukrell
Version: 2.0.0pre0.1-1
Severity: important

Bogus bug report to keep IcuKrell from entering sarge, until a stable
release enters sid.
This is an alpha release and is known to have stability issues.

Cheers

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux wisdom 2.4.18 #4 Qua Jan 22 19:27:15 BRST 2003 i686
Locale: LANG=C, LC_CTYPE=pt_BR

Versions of packages icukrell depends on:
ii  gkrellm 2.1.9-1  Multiple stacked system monitors: 
ii  gnomeicu0.99.3.CVS20030503-1 Gnome instant messaging software c
ii  libc6   2.3.1-17 GNU C Library: Shared libraries an

-- no debconf information


---
Received: (at 192095-done) by bugs.debian.org; 25 Jan 2006 14:02:34 +
>From [EMAIL PROTECTED] Wed Jan 25 06:02:34 2006
Return-path: <[EMAIL PROTECTED]>
Received: from smtp3-g19.free.fr ([212.27.42.29])
by spohr.debian.org with esmtp (Exim 4.50)
id 1F1lEI-0002c2-4T
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 06:02:34 -0800
Received: from gateway.imalip.net (fny94-2-81-56-43-158.fbx.proxad.net 
[81.56.43.158])
by smtp3-g19.free.fr (Postfix) with ESMTP id 2C3414421E
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 15:02:33 +0100 (CET)
Received: from mail.imalip.net (serveur.imalip.net [192.168.1.3])
by gateway.imalip.net (Postfix) with ESMTP id BC2CFC003F3
for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 15:02:32 +0100 (CET)
Received: from 195.183.80.132
(SquirrelMail authenticated user regis)
by mail.imalip.net with HTTP;
Wed, 25 Jan 2006 14:02:32 - (GMT)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 14:02:32 - (GMT)
Subject: Obsolete bug
From: "Regis Boudin" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.4.4
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3 (Normal)
Importance: Normal
Content-Transfer-Encoding: quoted-printable
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: **
X-Spam-Status: No, hits=2.1 required=4.0 tests=BAYES_44,PRIORITY_NO_NAME,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Hi,

the package icukrell has been completely removed and sarge release, so a
bug only here to prevent it from entering testing is useless.

If you believe this bug should be kept open, please reopen it.

Regis
--=20
"While a monkey can be a manager, it takes a human to be an engineer" Eri=
k
Zapletal


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



Bug#338675: marked as done (glabels - not bin-nmu save)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 06:17:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338675: fixed in glabels 2.1.2-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)

--
Received: (at submit) by bugs.debian.org; 11 Nov 2005 23:57:32 +
>From [EMAIL PROTECTED] Fri Nov 11 15:57:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wavehammer.waldi.eu.org ([82.139.196.55])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Eailv-0001SS-N1
for [EMAIL PROTECTED]; Fri, 11 Nov 2005 15:57:32 -0800
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
id 1BAEE3C016; Sat, 12 Nov 2005 00:57:29 +0100 (CET)
Date: Sat, 12 Nov 2005 00:57:29 +0100
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: glabels - not bin-nmu save
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ"
Content-Disposition: inline
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_20,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--rwEMma7ioTxnRzrJ
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: glabels
Version: 2.1.1-3
Severity: serious

glabels is not bin-nmu save. glabels is an arch-any package which
depends against glabels-data, an arch-all package, with the same
version.

Bastian

--=20
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4

--rwEMma7ioTxnRzrJ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkN1L+gACgkQnw66O/MvCNFJiwCeMLiot8F0rDC4n4T7gxwod5YA
oFkAn28lDD/xw8nYz7hnUvx0MyXVkduy
=pgSh
-END PGP SIGNATURE-

--rwEMma7ioTxnRzrJ--

---
Received: (at 338675-close) by bugs.debian.org; 25 Jan 2006 14:20:25 +
>From [EMAIL PROTECTED] Wed Jan 25 06:20:25 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F1lSZ-re-BU; Wed, 25 Jan 2006 06:17:19 -0800
From: Andrew Lau <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#338675: fixed in glabels 2.1.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 06:17:19 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: glabels
Source-Version: 2.1.2-3

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

glabels-data_2.1.2-3_all.deb
  to pool/main/g/glabels/glabels-data_2.1.2-3_all.deb
glabels-dev_2.1.2-3_i386.deb
  to pool/main/g/glabels/glabels-dev_2.1.2-3_i386.deb
glabels_2.1.2-3.diff.gz
  to pool/main/g/glabels/glabels_2.1.2-3.diff.gz
glabels_2.1.2-3.dsc
  to pool/main/g/glabels/glabels_2.1.2-3.dsc
glabels_2.1.2-3_i386.deb
  to pool/main/g/glabels/glabels_2.1.2-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Andrew Lau <[EMAIL PROTECTED]> (supplier of updated glabels package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jan 2006 18:40:28 +1100
Source: glabels
Binary: glabels-dev glabels-data glabels
Architecture: source i386 all
Version: 2.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Andrew Lau <[EMAIL PROTECTED]>
Changed-By: Andrew Lau <[EMAIL PROTECTED]>
Description: 
 glabels- label, business card an

Bug#347765: marked as done (glabels has unmet dependency on glabels-data)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 06:17:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338675: fixed in glabels 2.1.2-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)

--
Received: (at submit) by bugs.debian.org; 12 Jan 2006 14:32:56 +
>From [EMAIL PROTECTED] Thu Jan 12 06:32:56 2006
Return-path: <[EMAIL PROTECTED]>
Received: from port-212-202-201-57.dynamic.qsc.de ([212.202.201.57] 
helo=acidmachine.weltall.home)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ex3VY-0003VS-5O
for [EMAIL PROTECTED]; Thu, 12 Jan 2006 06:32:56 -0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Carsten Luedtke <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: glabels has unmet dependency on glabels-data
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Thu, 12 Jan 2006 15:33:12 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: glabels
Version: 2.1.1-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


the latest glabels depends on glabels-data with the same version, which isn't 
there. This makes glabels 
uninstallable and the upgrade from an older version fails. Now there are these 
packages in the archive:

glabels-2.1.2-2+b1
glabels-data-2.1.2-2

Please correct this.

Thanks
Carsten Luedtke

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

Versions of packages glabels depends on:
ii  glabels-data  2.1.1-3data files for gLabels
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgconf2-4   2.12.1-8   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgnome2-0   2.12.0.1-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.12.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.12.1-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.12.0-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.12.2-3   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libxml2   2.6.23-1   GNOME XML library
ii  zlib1g1:1.2.3-9  compression library - runtime

glabels recommends no packages.

- -- no debconf information

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

iD8DBQFDxmioK569vX68PzgRAq3mAKC0EcoReFw983lFY0ISLCBWLPEe+QCeJMvH
8mcpC8aULA0pL8CDt6g63Fg=
=enKv
-END PGP SIGNATURE-

---
Received: (at 338675-close) by bugs.debian.org; 25 Jan 2006 14:20:25 +
>From [EMAIL PROTECTED] Wed Jan 25 06:20:25 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F1lSZ-re-BU; Wed, 25 Jan 2006 06:17:19 -0800
From: Andrew Lau <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#338675: fixed in glabels 2.1.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 06:17:19 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: glabels
Source-Version: 2.1.2-3

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

g

Bug#348496: marked as done (nautilus-sendto - FTBFS: cannot find -ldbus-1)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 06:17:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348496: fixed in nautilus-sendto 0.4-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)

--
Received: (at submit) by bugs.debian.org; 17 Jan 2006 10:56:42 +
>From [EMAIL PROTECTED] Tue Jan 17 02:56:42 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mx01.uni-tuebingen.de ([134.2.3.11])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EyoW1-0005tg-Mb
for [EMAIL PROTECTED]; Tue, 17 Jan 2006 02:56:42 -0800
Received: from mobilewave.waldi.eu.org (vpn0268.extern.uni-tuebingen.de 
[134.2.165.18])
by mx01.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id k0HAudSu031551
for <[EMAIL PROTECTED]>; Tue, 17 Jan 2006 11:56:39 +0100
Received: by mobilewave.waldi.eu.org (Postfix, from userid 1000)
id A875C18363; Tue, 17 Jan 2006 11:57:00 +0100 (CET)
Date: Tue, 17 Jan 2006 11:57:00 +0100
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: nautilus-sendto - FTBFS: cannot find -ldbus-1
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.33.0.27; VDF: 
6.33.0.133; host: mx01)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: nautilus-sendto
Version: 0.3-5+b1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of nautilus-sendto_0.3-5+b1 on debian01 by sbuild/s390 85
[...]
> ** Using build dependencies supplied by package:
> Build-Depends: autotools-dev, cdbs, debhelper (>=3D 4.1), dh-buildinfo, g=
aim-dev, gnome-pkg-tools, libebook1.2-dev (>=3D 1.2.3-8), libglade2-dev, li=
bgnomeui-dev (>=3D 2.0), libnautilus-extension-dev, libxml-parser-perl
[...]
> /bin/sh ../libtool --mode=3Dlink cc  -g -Wall -O2 -Wl,-O1 -Wl,--as-needed=
 -o nautilus-sendto  nautilus-sendto-command.o -pthread -Wl,--export-dynami=
c -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-=
keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2=
-1.0 -lnautilus-extension -lgtk-x11-2.0 -lgnomevfs-2 -lgdk-x11-2.0 -lXrandr=
 -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontc=
onfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lbonobo-2 -lgconf-2 -l=
gobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-=
2.0 -lglib-2.0  =20
> cc -g -Wall -O2 -Wl,-O1 -Wl,--as-needed -o nautilus-sendto nautilus-sendt=
o-command.o -Wl,--export-dynamic  -pthread -L/usr/X11R6/lib /usr/lib/libgla=
de-2.0.so /usr/lib/libgnomeui-2.so -L/usr/lib /usr/lib/libjpeg.so /usr/lib/=
libbonoboui-2.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so -lSM=
 -lICE /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so /usr/lib/l=
ibgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so /usr/lib/libart_lg=
pl_2.so /usr/lib/libnautilus-extension.so -lrt /usr/lib/libgtk-x11-2.0.so /=
usr/lib/libgnomevfs-2.so /usr/lib/libxml2.so /usr/lib/libgnutls.so /usr/lib=
/libtasn1.so /usr/lib/libgcrypt.so -lnsl /usr/lib/libgpg-error.so /usr/lib/=
libhowl.so /usr/lib/libavahi-client.so -ldbus-1 /usr/lib/libavahi-common.so=
 -lresolv /usr/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/l=
ib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.s=
o /usr/lib/libpangoft2-1.0.so /usr/lib/libXcursor.so /usr/lib/libpango-1.0.=
so /usr/lib/libcairo.so -lpng12 -lfontconfig /usr/lib/libfreetype.so -lz /u=
sr/lib/libXrender.so -lX11 /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /=
usr/lib/libbonobo-activation.so /usr/lib/libORBitCosNaming-2.so /usr/lib/li=
bORBit-2.so /usr/lib/libpopt.so /usr/lib/libgobject-2.0.so -lm /usr/lib/lib=
gmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2=
=2E0.so
> /usr/bin/ld: cannot find -ldbus-1
> collect2: ld returned 1 exit status
> make[4]: *** [nautilus-sendto] Error 1
> make[4]: Leaving directory `/build/buildd/nautilus-sendto-0.3/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/nautilus

Processed: Re: Processed: not smart enough to know 0.1.1.12 is in experimental

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> On Wed, 25 Jan 2006, Debian Bug Tracking System wrote:
Unknown command or malformed arguments to command.

> #> > # Looks like it doesn't know that 0.1.1.12 is only in experimental.
> #> > # I wonder if this marks it as open again:
> #> > found 349283 0.1.0.16-1
> #> Bug#349283: tor: Tor security advisory: hidden services can be located 
> quickly
> #> Bug marked as found in version 0.1.0.16-1.
> #
> # let's try something else then
> reopen 349283
Bug#349283: tor: Tor security advisory: hidden services can be located quickly
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#348706: Possible patch

2006-01-25 Thread Amaya
Regis Boudin wrote:
> It looks like the problem is due to the Mesa part. Applying the
> attached patch, amaya was linked against the Xorg shared library
> during the build instead of the internally provided one. 

Forgot to attach the patch maybe? :)

Thanks for everything, you rock!


-- 
 .''`.  If batman carried a laptop, he'd carry a classic thinkpad
: :' :   -- Javier "The Fro" Candeira
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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



Bug#338532: Intent to NMU

2006-01-25 Thread Margarita Manterola
I intent to upload an NMU for sfs, to fix this bug.

The interdiff with the current version in Debian is attached.

-- 
 Bessos,
 Maggie.
diff -u sfs-0.8-0+pre20050819.1/debian/changelog 
sfs-0.8-0+pre20050819.1/debian/changelog
--- sfs-0.8-0+pre20050819.1/debian/changelog
+++ sfs-0.8-0+pre20050819.1/debian/changelog
@@ -1,3 +1,10 @@
+sfs (1:0.8-0+pre20050819.1-2.1) unstable; urgency=low
+
+  * NMU to fix FTBFS bug (Closes: #338532), thanks to Damian Viano:
+added declare_set_and_setsize patch, that declares the needed functions.
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 11:28:56 -0300
+
 sfs (1:0.8-0+pre20050819.1-2) unstable; urgency=low
 
   * Add patch to fix build failure on 64-bit archs (Closes: #326269)
only in patch2:
unchanged:
--- sfs-0.8-0+pre20050819.1.orig/debian/patches/declare_set_and_setsize.diff
+++ sfs-0.8-0+pre20050819.1/debian/patches/declare_set_and_setsize.diff
@@ -0,0 +1,11 @@
+--- sfs-0.8-0+pre20050819.1_debian/arpc/rpctypes.h 2004-09-19 
19:02:20.0 -0300
 sfs-0.8-0+pre20050819.1/arpc/rpctypes.h2006-01-25 10:03:35.0 
-0300
+@@ -270,6 +270,8 @@
+ template struct rpc_bytes : rpc_vec {
+   using rpc_vec::base;
+   using rpc_vec::size;
++  using rpc_vec::set;
++  using rpc_vec::setsize;
+ 
+   void setstrmem (const str &s) { set (s.cstr (), s.len ()); }
+   rpc_bytes &operator= (const str &s)


signature.asc
Description: Digital signature


Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread SZALAY Attila
Hi!

On Wed, 2006-01-25 at 09:27 +0100, Laurent CARON wrote:
> #
> # filter f_attention { level(err .. emerg); };
> destination buckrogers { udp("buckrogers"); };
> log { source(s_all); filter(f_attention); destination(buckrogers); };
> #

The problem is with the destination above. Sadly syslog-ng 1.9 cannot
resolve host names, so you can only use address not host name.

And because of this (and with kernel magic) all messages to this
destionation goes to 127.0.0.1 and syslog-ng will read it again. :(

I put this into the inner bug system with ticket ID 8174.

I don't close this bug, but I going to lover it's severity a bit if you
accept it. (This only can happen if you listen in wild and try to send
somewhere too.)


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



Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread Laurent CARON

SZALAY Attila a écrit :

Hi!

On Wed, 2006-01-25 at 09:27 +0100, Laurent CARON wrote:


#
# filter f_attention { level(err .. emerg); };
destination buckrogers { udp("buckrogers"); };
log { source(s_all); filter(f_attention); destination(buckrogers); };
#



The problem is with the destination above. Sadly syslog-ng 1.9 cannot
resolve host names, so you can only use address not host name.


It seems to be a big point (to me).

Is it a bug, feature ?



And because of this (and with kernel magic) all messages to this
destionation goes to 127.0.0.1 and syslog-ng will read it again. :(

I put this into the inner bug system with ticket ID 8174.

I don't close this bug, but I going to lover it's severity a bit if you
accept it. (This only can happen if you listen in wild and try to send
somewhere too.)


Yes, you can lower it, but not too much as it can bring the entire 
system down, and fill disk space..


Laurent



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Santiago Vila
forwarded 349794 http://www.info-zip.org/zip-bug.html
thanks

On Wed, 25 Jan 2006, Stephen Gran wrote:

> Package: unzip
> Version: 5.52-1sarge3
> Severity: grave
> Tags: security
> 
> http://www.securityfocus.com/bid/15968

I have forwarded this to the authors (well, as a reminder, they already knew
about this. If I remember well, this would be fixed in 6.0d and 5.53d,
but those beta releases do not exist yet).


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



Bug#349838: libmail-audit-perl: Mail::Audit cannot find autotype_new via Mail::Audit::MimeEntity

2006-01-25 Thread Good Times
Package: libmail-audit-perl
Version: 2.1-5.1
Severity: grave
Justification: renders package unusable

when i upgraded today i stopped receiving mail. after looking at the
sendmail logs, i was getting a mailer error 9

passing a test message through my mail filter, i found this message


Can't locate object method "autotype_new" via package
"Mail::Audit::MimeEntity" at /usr/share/perl5/Mail/Audit.pm line 184,
 line 411.
 at /usr/share/perl5/Mail/Audit.pm line 184

 walking through the debugger, i found that the real problem is when the
 require for Mail::Audit::MimeEntity happens

 since the require doesn't check $@ to see if there is an error, if there
 is an error, then it will fail ungracefully

 the problem is that the MimeEntity package is missing a semi colon at
 line 7

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

Versions of packages libmail-audit-perl depends on:
ii  libmail-listdetector-perl 0.31-1 Library for detecting mailing list
ii  libmailtools-perl 1.62-1 Manipulate email in perl programs
ii  libmime-perl  5.419-1Perl5 modules for MIME-compliant m
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.7-10   Core Perl modules

Versions of packages libmail-audit-perl recommends:
ii  mail-audit-tools  2.1-5.1Programs derived from the Mail::Au

-- no debconf information


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



Bug#342887: hwclock sets the wrong time

2006-01-25 Thread Goswin von Brederlow
From: Joey Hess <[EMAIL PROTECTED]>
| Perhaps hwclock should stash a copy of /etc/localtime at shutdown and
| run using that version in early boot if /usr is not mounted?

/ is potentialy read-only so this doesn't work out.

MfG
Goswin


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



Processed: tagging 334261, severity of 334261 is important

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> tags 334261 moreinfo
Bug#334261: apt-spy - fails to build
There were no tags set.
Tags added: moreinfo

> severity 334261 important
Bug#334261: apt-spy - fails to build
Severity set to `important'.

>
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#347324: freeloader: Fails to start on sid

2006-01-25 Thread Guilherme M. Gondim (semente)
Em Sáb, 2006-01-14 às 10:46 +0100, Julien Valroff escreveu:
> I can't reproduce this problem.
> Could you please ensure
> that /usr/share/freeloader/pixmaps/freeloader_icon.svg file wasn't
> altered?
> 
> Can you open it with:
> display /usr/share/freeloader/pixmaps/freeloader_icon.svg


The problem does not occur more, I dist-upgraded sid.

Thanks!! :-)
semente

-- 
Guilherme Mesquita Gondim (semente)
Movido a Debian GNU/Linux e anarquismo!
# aptitude install anarchism


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Bug#349845: mednafen: ships locale.alias on 64-bit systems due to outdated gettext test

2006-01-25 Thread Aaron M. Ucko
Package: mednafen
Version: 0.4.4-1
Severity: serious
Justification: Policy 6.5(4)

On amd64, and presumably also any 64-bit release architectures that
don't run into #349633, mednafen fails to observe that libc contains a
working version of GNU gettext, so it builds its own, and proceeds to
ship a copy of /usr/share/locale/locale.alias, creating an effective
conflict with the locales package.

config.log reveals the problem:

} configure:29304: checking for GNU gettext in libc
} configure:29328: x86_64-linux-gnu-g++ -o conftest -Wall -O2 -Wl,-z,defs   
conftest.cc  >&5
} conftest.cc: In function 'int main()':
} conftest.cc:109: error: cast from 'char*' to 'int' loses precision
} configure:29334: $? = 1
} configure: failed program was:
} | /* confdefs.h.  */
[...]
} | /* end confdefs.h.  */
} | #include 
} | extern int _nl_msg_cat_cntr;
} | extern int *_nl_domain_bindings;
} | int
} | main ()
} | {
} | bindtextdomain ("", "");
} | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
} |   ;
} |   return 0;
} | }

This seems to be because aclocal.m4 contains an old definition of
AM_GNU_GETTEXT, from gettext.m4 serial 28 (gettext-0.13), with a last
copyright date of 2003; the current version in /usr/share/aclocal,
gettext.m4 serial 37 (gettext-0.14.4), had further updates through
2005 and in particular dereferences the pointer gettext returns rather
than casting it to int.

As expected, copying the new version of gettext.m4 into the m4
directory and rerunning autogen.sh (which you can do before uploading
rather than from debian/rules to avoid excess build dependencies,
though you should then pass configure the --disable-maintainer-mode
flag to avoid problems from time skew) addresses the problem.

Curiously, 0.4.1-1 properly detected gettext in libc.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mednafen depends on:
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libc62.3.5-12GNU C Library: Shared libraries an
ii  libcdio6 0.76-1  library to read and control CD-ROM
ii  libesd-alsa0 [libesd0]   0.2.36-3Enlightened Sound Daemon (ALSA) - 
ii  libgcc1  1:4.0.2-7   GCC support library
ii  libjack0.100.0-0 0.100.0-4   JACK Audio Connection Kit (librari
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libsamplerate0   0.1.2-2 audio rate conversion library
ii  libsdl-net1.21.2.5-6 network library for Simple DirectM
ii  libsdl1.2debian  1.2.9-0.1   Simple DirectMedia Layer
ii  libsndfile1  1.0.12-3Library for reading/writing audio 
ii  libstdc++6   4.0.2-7 The GNU Standard C++ Library v3
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  xlibmesa-gl [libgl1] 6.8.2.dfsg.1-11 Mesa 3D graphics library [X.Org]
ii  zlib1g   1:1.2.3-9   compression library - runtime

mednafen recommends no packages.

-- no debconf information


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



Processed: Re: Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 349794 http://www.info-zip.org/zip-bug.html
Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability
Noted your statement that Bug has been forwarded to 
http://www.info-zip.org/zip-bug.html.

> 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#231924: --disable-share-modules

2006-01-25 Thread Reinhard Tartler
Package: oops
Version: 1.5.23.cvs-2.2ubuntu1
Followup-For: Bug #231924

using --disable-shared-modules actually breakes the packages.  SOFLAGS
in configure is not set at all. Without it, oopsctl is available again,
so the init script won't fail because of it


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

Versions of packages oops depends on:
ii  debconf [debconf-2.0]   1.4.67ubuntu1Debian configuration management sy
ii  libc6   2.3.6-0ubuntu4   GNU C Library: Shared libraries an
ii  libdb4.34.3.29-3 Berkeley v4.3 Database Libraries [
ii  libgcc1 1:4.0.2-7ubuntu1 GCC support library
ii  libstdc++6  4.0.2-7ubuntu1   The GNU Standard C++ Library v3
ii  netbase 4.23ubuntu4  Basic TCP/IP networking system

oops recommends no packages.

-- debconf information excluded


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



Bug#254680: crystalspace: still missing -fPIC on amd64

2006-01-25 Thread Roberto Pariset
Package: crystalspace
Followup-For: Bug #254680

According to [1], this packages still FTBFS on amd64, and -fPIC still has
to be put among flags.
I see that it was already considered as a patch, but unfortunately it
doesn't seem to work. In particular, I see you create a config.mak:

debian/rules:   echo "CFLAGS.SYSTEM += -fPIC"  >>
$(CURDIR)/CS/config.mak
debian/rules:   echo "LFLAGS.EXE += -fPIC"  >> $(CURDIR)/CS/config.mak
debian/rules:   echo "LFLAGS.DLL += -fPIC"  >> $(CURDIR)/CS/config.mak
debian/rules:   echo "LIBS.EXE += -fPIC"  >> $(CURDIR)/CS/config.mak

but this config.mak seems not to be used. Please make sure it's included
somewhere.

All the best,
Roberto.



[1]
http://amd64.ftbfs.de/fetch.php?&pkg=crystalspace&ver=0.98-20040623-2.1&arch=amd64&stamp=1115219628&file=log&as=raw


-- 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.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#339103: rcalc 0.5.0-1.1 NMU

2006-01-25 Thread Matej Vela
Hello,

I'm doing an NMU of rcalc to fix #339103 and #340527; diff attached.

Thanks,

Matej
diff -u rcalc-0.5.0/debian/changelog rcalc-0.5.0/debian/changelog
--- rcalc-0.5.0/debian/changelog
+++ rcalc-0.5.0/debian/changelog
@@ -1,3 +1,11 @@
+rcalc (0.5.0-1.1) unstable; urgency=medium
+
+  * NMU.
+  * Build depend on libxml-parser-perl, scrollkeeper.  Closes: #339103.
+  * Use dh_gconf to migrate GConf schemas.  Closes: #340527.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 17:44:46 +0100
+
 rcalc (0.5.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #306961).
diff -u rcalc-0.5.0/debian/control rcalc-0.5.0/debian/control
--- rcalc-0.5.0/debian/control
+++ rcalc-0.5.0/debian/control
@@ -2,12 +2,12 @@
 Section: gnome
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), libncurses5-dev, libreadline5-dev, 
libglib2.0-dev, libgnomeui-dev (>= 2.0.0), libzvt2.0-dev, libpanel-applet2-dev, 
pkg-config
+Build-Depends: debhelper (>= 4.2.13), libncurses5-dev, libreadline5-dev, 
libglib2.0-dev, libgnomeui-dev (>= 2.0.0), libzvt2.0-dev, libpanel-applet2-dev, 
pkg-config, libxml-parser-perl, scrollkeeper
 Standards-Version: 3.6.2.1
 
 Package: rcalc
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: graphical symbolic calculator
  rCalc is a scientific calculator for the GNOME desktop environment. It aims
  to occupy the middle ground between simple `point-and-click' calculators and
diff -u rcalc-0.5.0/debian/rules rcalc-0.5.0/debian/rules
--- rcalc-0.5.0/debian/rules
+++ rcalc-0.5.0/debian/rules
@@ -72,6 +72,7 @@
dh_installinfo
 #  dh_undocumented
dh_installchangelogs NEWS
+   dh_gconf
dh_link
dh_strip
dh_compress


Bug#349849: thrust - FTBFS: mv: cannot stat `debian/substvars': No such file or directory

2006-01-25 Thread Bastian Blank
Package: thrust
Version: 0.89c-3.1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of thrust_0.89c-3.1 on debian-31 by sbuild/s390 85
[...]
> dh_compress
> dh_compress: Compatibility levels before 4 are deprecated.
> dh_fixperms
> dh_fixperms: Compatibility levels before 4 are deprecated.
> # Don't die if these operations fail (binaries might not all be
> # present on some architectures.)
> chown root.games debian/tmp/usr/games/xthrust
> chown: cannot access `debian/tmp/usr/games/xthrust': No such file or directory
> make: [binary-arch] Error 1 (ignored)
> chmod g+s debian/tmp/usr/games/xthrust
> chmod: cannot access `debian/tmp/usr/games/xthrust': No such file or directory
> make: [binary-arch] Error 1 (ignored)
> chown root.games debian/tmp/usr/games/thrust
> chown: cannot access `debian/tmp/usr/games/thrust': No such file or directory
> make: [binary-arch] Error 1 (ignored)
> chmod ug+s debian/tmp/usr/games/thrust
> chmod: cannot access `debian/tmp/usr/games/thrust': No such file or directory
> make: [binary-arch] Error 1 (ignored)
> dh_installdeb
> dh_installdeb: Compatibility levels before 4 are deprecated.
> dh_shlibdeps
> dh_shlibdeps: Compatibility levels before 4 are deprecated.
> set -e; \
>   if ! grep svgalib-dummyg1 debian/substvars >/dev/null ; then \
>   mv debian/substvars debian/substvars-unhacked ; \
>   sed -e 's/svgalibg1\( *([^)]*)\)\{0,1\}/& | svgalib-dummyg1\1/' 
> \
>   debian/substvars; \
>   rm debian/substvars-unhacked; \
>   fi
> grep: debian/substvars: No such file or directory
> mv: cannot stat `debian/substvars': No such file or directory
> make: *** [binary-arch] Error 1
> **
> Build finished at 20060123-0618
> FAILED [dpkg-buildpackage died]

Bastian


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



Bug#349850: depends on unavailable gkrellm2

2006-01-25 Thread paul cannon
Package: gkrellmoon
Version: 0.6-3
Severity: grave

Package is uninstallable; it depends on 'gkrellm2', which has been
provided by the gkrellm package up until 2.2.7-5 (or maybe -6). It is no
longer provided, so gkrellmoon should update its depends. For example,
Depends: gkrellm (>= 2.0.0).

-- 
paul

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

Versions of packages gkrellmoon depends on:
ii  gkrellm [gkrellm2]2.2.7-5multiple stacked system monitors: 
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio

gkrellmoon recommends no packages.

-- no debconf information


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



Bug#349851: gpe-contacts - FTBFS: Build-depends against not available package libcontactsdb-dev

2006-01-25 Thread Bastian Blank
Package: gpe-contacts
Version: 0.43-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of gpe-contacts_0.43-1 on debian-31 by sbuild/s390 85
[...]
> Reading Package Lists...
> Building Dependency Tree...
> E: Couldn't find package libcontactsdb-dev
> apt-get failed.
> Package installation failed
> Trying to reinstall removed packages:
> Trying to uninstall newly installed packages:
> Source-dependencies not satisfied; skipping gpe-contacts
> **
> Finished at 20060123-0603
> Build needed 00:00:11, 0k disk space


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



Bug#349852: libgpevtype - FTBFS: Build-depends against unavailable package libeventdb-dev

2006-01-25 Thread Bastian Blank
Package: libgpevtype
Version: 0.14-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of libgpevtype_0.14-1 on debian-31 by sbuild/s390 85
[...]
> Using libmimedir-gnome0-dev (only possibility)
>   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install cdbs 
> debhelper libeventdb-dev libgpewidget-dev libglib2.0-dev gtk-doc-tools 
> libmimedir-gnome0-dev
> Reading Package Lists...
> Building Dependency Tree...
> E: Couldn't find package libeventdb-dev
> apt-get failed.
> Package installation failed
> Trying to reinstall removed packages:
> Trying to uninstall newly installed packages:
> Source-dependencies not satisfied; skipping libgpevtype
> **
> Finished at 20060123-0526
> Build needed 00:00:13, 0k disk space


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



Bug#346653: crystalspace: xlibmesa-dev too?

2006-01-25 Thread Roberto Pariset
Package: crystalspace
Followup-For: Bug #346653


Maybe it not only depends on xlibs-dev, but also xlibmesa-dev. See for
yourselves:

# LC_ALL=C apt-get build-dep crystalspace
Reading package lists... Done
Building dependency tree... Done
Package xlibmesa-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  xlibmesa-gl-dev libglu1-xorg-dev
Note, selecting libode0-dev instead of libode-dev
Note, selecting libcal3d11-dev instead of libcal3d-dev
Package xlibs-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  x-dev pm-dev libxxf86vm-dev libxxf86rush-dev libxxf86misc-dev libxxf86dga-dev 
libxvmc-dev libxv-dev libxtst-dev libxtrap-dev libxt-dev libxss-dev
  libxres-dev libxrandr-dev libxpm-dev libxp-dev libxmuu-dev libxmu-dev 
libxkbui-dev libxkbfile-dev libxinerama-dev libxi-dev libxext-dev libxdmcp-dev
  libxau-dev libx11-dev libsm-dev libice-dev libfs-dev
E: Package xlibmesa-dev has no installation candidate
E: Package xlibs-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for crystalspace: xlibs-dev

All the best,
Rob

- 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.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#349853: libdockapp-dev - depends against unavailable package xlibx11-dev

2006-01-25 Thread Bastian Blank
Package: libdockapp-dev
Version: 1:0.5.0-1.2
Severity: grave

libdockapp-dev depends against the not available package xlibx11-dev and
is therefor uninstallable.

Bastian

-- 
Fascinating, a totally parochial attitude.
-- Spock, "Metamorphosis", stardate 3219.8


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



Bug#349854: ktechlab - FTBFS: error: sys/io.h: No such file or directory

2006-01-25 Thread Bastian Blank
Package: ktechlab
Version: 0.3-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of ktechlab_0.3-1 on debian-31 by sbuild/s390 85
[...]
> source='port.cpp' object='port.lo' libtool=yes \
>   depfile='.deps/port.Plo' tmpdepfile='.deps/port.TPlo' \
>   depmode=gcc3 /bin/sh ../../admin/depcomp \
>   /bin/sh ../../libtool --silent --mode=compile --tag=CXX 
> s390-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src 
> -I../../src/electronics -I../../src/electronics/components 
> -I../../src/electronics/simulation -I../../src/flowparts -I../../src/gui 
> -I../../src/languages -I../../src/mechanics -I../../src/micro 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/kde 
> -I/usr/include/qt3 -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
> -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security 
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o 
> port.lo `test -f 'port.cpp' || echo './'`port.cpp
> port.cpp:19:20: error: sys/io.h: No such file or directory
> make[5]: *** [port.lo] Error 1
> make[5]: Leaving directory `/build/buildd/ktechlab-0.3/src/electronics'

Bastian


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



Bug#331649: nice: libant1.6-java to ant transition

2006-01-25 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yo Daniel,

I'll try to take upload it asap, thanks for your work,

Daniel Bonniot wrote:
> 
> Hi Arnaud,
> 
> Sorry for not being responsive earlier. I put together a new release for
> Nice, and took the opportunity to fix all the standing packaging bugs at
> the same time. This one was easy ;-)
> 
> Unfortunately I cannot build at the moment, as the testing version of
> kaffe is buggy (see bug report on nice). According to dalibor, the
> unstable should work. But I don't have unstable, and I'm hitting some
> pbuilder bug, so I cannot build at all.
> 
> If you or anybody could try to build those with the latest kaffe:
> http://cristal.inria.fr/~bonniot/debian/
> That would be a great help. The Buid-Depends version requirement on
> kaffe will need to be adjusted based on the result of this build. I'll
> also need a sponsor later on.
> 
> Daniel
> 
> 
> 


- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD17U94vzFZu62tMIRAltPAJ96WkCpfFxRVtdc8+TgGStkjOS3DgCgrXPq
3/LytiFXpk3QCQ+JkBYRwsg=
=XCGw
-END PGP SIGNATURE-


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



Bug#349851: gpe-contacts - FTBFS: Build-depends against not available package libcontactsdb-dev

2006-01-25 Thread Moray Allan
On Wed, Jan 25, 2006 at 06:12:02PM +0100, Bastian Blank wrote:
> Package: gpe-contacts
> Version: 0.43-1
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of gpe-contacts_0.43-1 on debian-31 by sbuild/s390 85
> [...]
> > Reading Package Lists...
> > Building Dependency Tree...
> > E: Couldn't find package libcontactsdb-dev
> > apt-get failed.
> > Package installation failed
> > Trying to reinstall removed packages:
> > Trying to uninstall newly installed packages:
> > Source-dependencies not satisfied; skipping gpe-contacts
> > **
> > Finished at 20060123-0603
> > Build needed 00:00:11, 0k disk space

libcontactsdb-dev is stuck in the NEW queue.

Please set your autobuilder to dep-wait for it.

-- 
Moray
http://www.morayallan.com/


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



Processed: Fixed in NMU of rcalc 0.5.0-1.1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 339103 + fixed
Bug#339103: rcalc: FTBFS: error: XML::Parser perl module is required for 
intltool
There were no tags set.
Tags added: fixed

> tag 340527 + fixed
Bug#340527: package still ships gconf schemas in /etc
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: block 346752 with 29056

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> block 346752 with 29056
Bug number 29056 not found.

Unknown blocking bug/s: 29056.
Bug#346752: ghc6: FTBFS: build-depends on removed xlibs-dev
Was not blocked by any bugs.
Blocking bugs added: 

>
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#349852: libgpevtype - FTBFS: Build-depends against unavailable package libeventdb-dev

2006-01-25 Thread Moray Allan
On Wed, Jan 25, 2006 at 06:14:16PM +0100, Bastian Blank wrote:
> Package: libgpevtype
> Version: 0.14-1
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of libgpevtype_0.14-1 on debian-31 by sbuild/s390 85
> [...]
> > Using libmimedir-gnome0-dev (only possibility)
> >   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install cdbs 
> > debhelper libeventdb-dev libgpewidget-dev libglib2.0-dev gtk-doc-tools 
> > libmimedir-gnome0-dev
> > Reading Package Lists...
> > Building Dependency Tree...
> > E: Couldn't find package libeventdb-dev
> > apt-get failed.
> > Package installation failed
> > Trying to reinstall removed packages:
> > Trying to uninstall newly installed packages:
> > Source-dependencies not satisfied; skipping libgpevtype
> > **
> > Finished at 20060123-0526
> > Build needed 00:00:13, 0k disk space

libeventdb-dev is stuck in the NEW queue.

Please set your autobuilder to dep-wait for it.

-- 
Moray
http://www.morayallan.com/


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



Processed: Fixed in NMU of sfs 1:0.8-0+pre20050819.1-2.1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 338532 + fixed
Bug#338532: sfs: FTBFS: compile error in rpctypes.h: declaration of 'set' must 
be available
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#349858: python-twisted-web: File conflict when upgrading from twisted 2,0

2006-01-25 Thread Chris Halls
Package: python-twisted-web
Version: 0.5.0-1
Severity: serious

Unpacking python-twisted-web (from .../python-twisted-web_0.5.0-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/python-twisted-web_0.5.0-1_all.deb (--unpack):
 trying to overwrite `/usr/bin/websetroot', which is also in package 
python-twisted

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


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



Bug#349804: ocaml-native-compilers: FTBFS on ppc64

2006-01-25 Thread Sven Luther
severity 349804 minor
thanks
On Wed, Jan 25, 2006 at 12:55:27PM +0100, Wolf Wiegand wrote:
> Package: ocaml-native-compilers
> Version: 3.08.3
> Severity: serious

A serious sevetiry for an arch not even supported by debian, and which will
never be (at least in the way of Andreas Jochens pure64 effort) is wrong,
downgrading to minor.

> Justification: no longer builds from source
> 
> 
> Build within a sarge chroot aborts with the following message:
> 
> dpkg-deb: building package `ocaml-base' in 
> `../ocaml-base_3.08.3-3_powerpc.deb'.
> dpkg-deb: failed to open package info file 
> `debian/ocaml-native-compilers/DEBIAN/control' for reading: No such file or 
> directory

Ocaml has no support for 64bit powerpc native compilers, as such the
ocaml-native-compilers does not exist and as such the above error message is
perfectly normal.

I suppose this is due to a botched attempt to build this package on
Andreas-Jochens pure-64 unofficial fork, and if so i am not familiar with the
packaging changes which were added to your source package.

If this is not the case, and you are simply trying to build the 32bit userland
powerpc package on a 64bit powerpc machine, with 32bit kernel since 3.08.3-3
is sarge material, i would very much like more information about your
situation.

I have myself now a 64bit machine too, which i will set up in the next few
weeks, so i will be able to tell you more about this.

Friendly,

Sven Luther



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



Processed: Re: Bug#349804: ocaml-native-compilers: FTBFS on ppc64

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 349804 minor
Bug#349804: ocaml-native-compilers: FTBFS on ppc64
Severity set to `minor'.

> 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: cloning 346907, severity of -1 is normal, retitle -1 to libast: native package should not be? ...

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> clone 346907 -1
Bug#346907: libast: FTBFS: build-depends on removed xlibs-dev
Bug 346907 cloned as bug 349859.

> severity -1 normal
Bug#349859: libast: FTBFS: build-depends on removed xlibs-dev
Severity set to `normal'.

> retitle -1 libast: native package should not be?
Bug#349859: libast: FTBFS: build-depends on removed xlibs-dev
Changed Bug title.

> submitter -1 [EMAIL PROTECTED]
Bug#349859: libast: native package should not be?
Changed Bug submitter from Adeodato Simó <[EMAIL PROTECTED]> to [EMAIL 
PROTECTED]

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: cloning 347040, severity of -1 is normal, retitle -1 to rscheme: native package should not be? ...

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> clone 347040 -1
Bug#347040: rscheme: FTBFS: build-depends on removed xlibs-dev
Bug 347040 cloned as bug 349860.

> severity -1 normal
Bug#349860: rscheme: FTBFS: build-depends on removed xlibs-dev
Severity set to `normal'.

> retitle -1 rscheme: native package should not be?
Bug#349860: rscheme: FTBFS: build-depends on removed xlibs-dev
Changed Bug title.

> submitter -1 [EMAIL PROTECTED]
Bug#349860: rscheme: native package should not be?
Changed Bug submitter from Adeodato Simó <[EMAIL PROTECTED]> to [EMAIL 
PROTECTED]

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#345246: Patch for NMU of kq

2006-01-25 Thread Luk Claes
Hi

Attached the patch for the version uploaded. Please respond if
you think that the attached patch won't work.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u kq-0.98+cvs.20031006/debian/changelog 
kq-0.98+cvs.20031006/debian/changelog
--- kq-0.98+cvs.20031006/debian/changelog
+++ kq-0.98+cvs.20031006/debian/changelog
@@ -1,3 +1,15 @@
+kq (0.98+cvs.20031006-6.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Update dumb and aldmb build-deps to libdumb1-dev and libaldmb1-dev
+(Closes: #345246).
+  * Make it build
++ Change liblua41-dev build-deps to liblua40-dev.
++ Change allegro build-deps to liballegro4.2-dev
++ Use luac40 instead of luac
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 19:15:29 +0100
+
 kq (0.98+cvs.20031006-6) unstable; urgency=low
 
   * Rebuilt with a newer version of Allegro. A newer package of KQ will follow
diff -u kq-0.98+cvs.20031006/debian/control kq-0.98+cvs.20031006/debian/control
--- kq-0.98+cvs.20031006/debian/control
+++ kq-0.98+cvs.20031006/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2.1
-Build-Depends: debhelper (>= 4.0), liballegro-dev, libaldmb0-dev, lua40, 
liblua40-dev
+Build-Depends: debhelper (>= 4.0), liballegro4.2-dev, libaldmb1-dev, 
liblua40-dev, lua40
 
 Package: kq
 Architecture: any
only in patch2:
unchanged:
--- kq-0.98+cvs.20031006.orig/readme.txt
+++ kq-0.98+cvs.20031006/readme.txt
@@ -95,7 +95,7 @@
 script into a .lob file, do the following if you have perl:
 
 perl prep.pl < filename.lua > temp.tmp
-luac -o filename.lob temp.tmp
+luac40 -o filename.lob temp.tmp
 
 I tried piping under DOS, but it wasn't working quite right.  Just
 try it yourself if you like.
@@ -104,7 +104,7 @@
 'scripts' directory that contains all of the .lua files, but without
 macros in them.  Then you can compile these by just doing this:
 
-luac -o filename.lob filename.lua
+luac40 -o filename.lob filename.lua
 
 If you don't use DOS for doing this, things might be slightly
 different for you.
only in patch2:
unchanged:
--- kq-0.98+cvs.20031006.orig/scripts/comp.bat
+++ kq-0.98+cvs.20031006/scripts/comp.bat
@@ -1,4 +1,4 @@
 perl prep.pl < %1.lua > _tmpfile.$$$
-luac -o %1.lob _tmpfile.$$$
+luac40 -o %1.lob _tmpfile.$$$
 erase _tmpfile.$$$
 
only in patch2:
unchanged:
--- kq-0.98+cvs.20031006.orig/scripts/compall.sh
+++ kq-0.98+cvs.20031006/scripts/compall.sh
@@ -1,5 +1,5 @@
 for a in `cat allsc.txt`
 do
   echo "Processing $a"
-  perl prep.pl < $a.lua | ./luac.exe -o $a.lob -
+  perl prep.pl < $a.lua | ./luac40.exe -o $a.lob -
 done  
only in patch2:
unchanged:
--- kq-0.98+cvs.20031006.orig/scripts/makefile
+++ kq-0.98+cvs.20031006/scripts/makefile
@@ -18,8 +18,8 @@
 
 ifndef NO_PERL
 %.lob: %.lua $(INCLUDES)
-   perl prep.pl < $< | luac -o $@ -
+   perl prep.pl < $< | luac40 -o $@ -
 else
 %.lob: %.lua $(INCLUDES)
-   $(CPP) $(foreach X, $(INCLUDES), -include $(X)) $< | luac -o $@ -
+   $(CPP) $(foreach X, $(INCLUDES), -include $(X)) $< | luac40 -o $@ -
 endif


signature.asc
Description: OpenPGP digital signature


Processed: cloning 347082, severity of -1 is important ...

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> clone 347082 -1
Bug#347082: winesetuptk: FTBFS: build-depends on removed xlibs-dev
Bug 347082 cloned as bug 349864.

> severity -1 important
Bug#349864: winesetuptk: FTBFS: build-depends on removed xlibs-dev
Severity set to `important'.

> retitle -1 FTBFS: checking system version (for dynamic loading)... 
> ./configure: line 5718: syntax error near unexpected token `)'
Bug#349864: winesetuptk: FTBFS: build-depends on removed xlibs-dev
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#347701: nanourl bug

2006-01-25 Thread stefani banerian
severity 347701 important
tags 347701 pending
thanks

justification:

the package is usable to those not using apache2.
for apache2 users, edits to the apache2 configuration will render the
package usable.



Paul Scott wrote:
> Package: nanourl
> Version: 0.1-6
> Severity: grave
> Justification: renders package unusable
> 
> 
> I noticed apache2 was not running.  The error message on trying to
> restart apache2 led me to
> Bug#339323: apache2-common:
> 
> Looking at that bug report and  /etc/init.d/apache2 I tried
> /usr/sbin/apache2ctl which told me
> there was an error in the nanourl script.  (This may be due to the fact
> that I don't have mysql
> installed on this machine).
> 
> I uninstalled nanourl and apache2 started working.
> 
> Considering this worthy of a bug investigation I reinstalled nanourl.
> 
> Now /etc/init.d/apache2 gives me:
> 
> Forcing reload of apache 2.0 web server...grep:
> /etc/apache2/conf.d/nanourl: No such file or directory
> ... failed!
> 
> Removing nanourl allows apache2 to run again.
> 
> Paul Scott
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>  APT prefers unstable
>  APT policy: (500, 'unstable'), (500, 'testing')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.14-2-k7
> Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
> 
> Versions of packages nanourl depends on:
> ii  apache2   2.0.55-3   next generation, scalable,
> extenda
> ii  apache2-mpm-prefork [apache2] 2.0.55-3   traditional model for Apache2
> ii  mysql-client  4.1.15-1   mysql database client
> (transitiona
> ii  mysql-client-4.1 [mysql-clien 4.1.15-1   mysql database client binaries
> ii  php4  4:4.4.0-4  server-side, HTML-embedded
> scripti
> ii  php4-mysql4:4.4.0-4  MySQL module for php4
> 
> nanourl recommends no packages.
> 
> -- no debconf information
> 
> &
> 
> 



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



Processed: Re: Bug#347701: nanourl bug

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 347701 important
Bug#347701: nanourl bug
Severity set to `important'.

> tags 347701 pending
Bug#347701: nanourl bug
There were no tags set.
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: Fixed in NMU of kq 0.98+cvs.20031006-6.1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 345246 + fixed
Bug#345246: kq: not installable in sid
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#317082: Not just a dpkg bug

2006-01-25 Thread Joey Hess
Frank Lichtenheld wrote:
> Yeah, that's indeed a problem. But that isn't solved by the current
> implementation either. When I think about it there is now way the
> -l option (if pointing to a directory that is not known to dpkg)
> changes anything about the build currently since the local shlibs
> information is considered before using the ldd paths. And the ldd paths
> are only used in conjunction with dpkg --search ...
> The only thing it does is supressing the error "couldn't find path for
> X".

You're right.

BTW, dpkg-shlibdeps -l does not seem to be documented in its manual page
or help text ATM.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#346653: crystalspace: xlibmesa-dev too?

2006-01-25 Thread Christian Bayle

Don't worry, I'm curently working on a new upstream version
Will fix this

Christian

Roberto Pariset a écrit :


Package: crystalspace
Followup-For: Bug #346653


Maybe it not only depends on xlibs-dev, but also xlibmesa-dev. See for
yourselves:

# LC_ALL=C apt-get build-dep crystalspace
Reading package lists... Done
Building dependency tree... Done
Package xlibmesa-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
 xlibmesa-gl-dev libglu1-xorg-dev
Note, selecting libode0-dev instead of libode-dev
Note, selecting libcal3d11-dev instead of libcal3d-dev
Package xlibs-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
 x-dev pm-dev libxxf86vm-dev libxxf86rush-dev libxxf86misc-dev libxxf86dga-dev 
libxvmc-dev libxv-dev libxtst-dev libxtrap-dev libxt-dev libxss-dev
 libxres-dev libxrandr-dev libxpm-dev libxp-dev libxmuu-dev libxmu-dev 
libxkbui-dev libxkbfile-dev libxinerama-dev libxi-dev libxext-dev libxdmcp-dev
 libxau-dev libx11-dev libsm-dev libice-dev libfs-dev
E: Package xlibmesa-dev has no installation candidate
E: Package xlibs-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for crystalspace: xlibs-dev

All the best,
Rob

- 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.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

 





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



Processed: Fixed in NMU of libmail-audit-perl 2.1-5.2

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 349838 + fixed
Bug#349838: libmail-audit-perl: Mail::Audit cannot find autotype_new via 
Mail::Audit::MimeEntity
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: cloning 347093, severity of -1 is important ...

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.10
> clone 347093 -1
Bug#347093: sourcenav: FTBFS: build-depends on removed xlibs-dev
Bug 347093 cloned as bug 349875.

> severity -1 important
Bug#349875: sourcenav: FTBFS: build-depends on removed xlibs-dev
Severity set to `important'.

> retitle -1 FTBFS: checking system version (for dynamic loading)... 
> /tmp/buildd/sourcenav-5.1.4/tcl/unix/configure: line 6020: syntax error near 
> unexpected token `)
Bug#349875: sourcenav: FTBFS: build-depends on removed xlibs-dev
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of lesstif2 1:0.94.4-1.1

2006-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 339864 + fixed
Bug#339864: gpsd: FTBFS: XmStrDefs.h:959: error: syntax error before 'extern'
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#339864: Patch for NMU of lesstif2

2006-01-25 Thread Luk Claes
Hi

Attached the patch for the version I uploaded. Please respond if
you think that the attached patch won't work.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u lesstif2-0.94.4/debian/changelog lesstif2-0.94.4/debian/changelog
--- lesstif2-0.94.4/debian/changelog
+++ lesstif2-0.94.4/debian/changelog
@@ -1,3 +1,10 @@
+lesstif2 (1:0.94.4-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTBFS by including Xm.h header (Closes: #339864).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 19:30:29 +0100
+
 lesstif2 (1:0.94.4-1) unstable; urgency=low
 
   * Upstream dropped support for lesstif1. Changing source package to
diff -u lesstif2-0.94.4/debian/mwm-menumethod 
lesstif2-0.94.4/debian/mwm-menumethod
--- lesstif2-0.94.4/debian/mwm-menumethod
+++ lesstif2-0.94.4/debian/mwm-menumethod
@@ -1,9 +1,9 @@
-#!/usr/sbin/install-menu
+#!/usr/bin/install-menu
 #   -*- mode: shell-script; -*-
 #I need menu-1!
 #
 #NOTE: the first line of this script _must_ be
-# equal to "#!/usr/sbin/install-menu", otherwise update-menus
+# equal to "#!/usr/bin/install-menu", otherwise update-menus
 # will feed this script old-compat-mode data.
 #
 #More info: /usr/share/doc/menu/README.
only in patch2:
unchanged:
--- lesstif2-0.94.4.orig/include/Motif-2.1/Xm/XmStrDefs.h
+++ lesstif2-0.94.4/include/Motif-2.1/Xm/XmStrDefs.h
@@ -28,6 +28,8 @@
 
 #include 
 
+#include 
+
 #ifdef __cplusplus
 extern "C" {
 #endif


signature.asc
Description: OpenPGP digital signature


  1   2   >