Bug#339955: [Pkg-sysvinit-devel] Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-20 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 The patch look good, but will be equivalent to a forked subprocess
 when running the scripts in parallel.

Here is a possible patch to avoid running .sh scripts in the
background when using CONCURRENCY=shell.

Index: debian/sysv-rc/etc/init.d/rc
===
--- debian/sysv-rc/etc/init.d/rc(revisjon 164)
+++ debian/sysv-rc/etc/init.d/rc(arbeidskopi)
@@ -58,10 +58,19 @@
$debug startpar -a $action $scripts
;;
shell)
+   backgrounded=0
for script in $scripts ; do
-   $debug $script $action 
+   case $script in
+ *.sh)
+ $debug $sh $script $action
+ ;;
+ *)
+ $debug $script $action 
+ backgrounded=1
+ ;;
+   esac
done
-   wait
+   [ 1 = $backgrounded ]  wait
;;
 esac
 }


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



Bug#339955: [Pkg-sysvinit-devel] Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-20 Thread Steve Langasek
On Sun, Nov 20, 2005 at 08:20:59AM +0100, Petter Reinholdtsen wrote:
 [Steve Langasek]
  It's perfectly sensible: if the scripts were meant to be run in
  parallel, they shouldn't have the .sh extension...

 Eh, are you claiming that policy mention sourcing of .sh scripts to
 make sure those scripts are not run in paralell?  It does not sounds
 reasonable to me, as the parallel booting feature have never been
 tried before in Debian.  Or are you trying to say something else, like
 we should change the name of the init.d scripts in /etc/rcS.d/ to
 allow parallelization?

I imagine that parallelization wasn't a major consideration when this part
of policy was written, but *if* parallelization of these scripts is now the
most important thing for boot time optimization, then they could be renamed,
yes.

This would have to be evaluated per-script; the side-effect of being able
to set env variables for the remaining boot scripts also needs to be taken
into consideration.

 I suspect this part of policy was written to document the current
 implementation, without considering which part of the implementation
 should be part of the policy and which part was better left
 unspecified for future improvements.  Am I wrong?

Er, this is a case of policy defining an interface, so that both init script
implementors and implementors of runlevel managers both know what to expect.
I don't think that's inappropriate for policy.

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


signature.asc
Description: Digital signature


Bug#317963: marked as done (quodlibet: fails to start on x86_64)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 00:02:10 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#317963: fixed in quodlibet 0.15-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 12 Jul 2005 15:54:48 +
From [EMAIL PROTECTED] Tue Jul 12 08:54:48 2005
Return-path: [EMAIL PROTECTED]
Received: from rwcrmhc11.comcast.net [204.127.198.35] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsN5s-0002Rv-00; Tue, 12 Jul 2005 08:54:48 -0700
Received: from honig (c-67-169-196-202.hsd1.wa.comcast.net[67.169.196.202])
  by comcast.net (rwcrmhc11) with ESMTP
  id 20050712155417013002s3q0e; Tue, 12 Jul 2005 15:54:17 +
Received: from tony by honig with local (Exim 4.52)
id 1DsN5n-0002Lk-6X; Tue, 12 Jul 2005 08:54:43 -0700
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: tony mancill [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: quodlibet: fails to start on x86_64
X-Mailer: reportbug 3.15
Date: Tue, 12 Jul 2005 08:54:43 -0700
Message-Id: [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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: quodlibet
Version: 0.11-1
Severity: important

[EMAIL PROTECTED]:~$ quodlibet
Traceback (most recent call last):
  File /usr/bin/quodlibet, line 316, in ?
  from util import to
OverflowError: signed integer is greater than maximum

Note that this may be a more generic problem.  Using a python shell, I
can't import any of the functions contained in the quodlibet.zip
archive.  However, after extracting the component .py files into /tmp
and modifying the sys.path.insert line to add /tmp to the path, it works
fine.  Sorry I don't know more about Python to troubleshoot this more.
Please let me know if there's something else I can try to narrow the
problem.

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

Versions of packages quodlibet depends on:
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  python2.3.5-3An interactive high-level object-o
ii  python-gtk2   2.6.2-1Python bindings for the GTK+ widge
ii  python-id3lib 0.5.1-5id3lib wrapper for Python - dummy 
ii  python-pymad  0.5.4-1Python wrapper to the MPEG Audio D
ii  python-pyvorbis   1.3-1  A Python interface to the Ogg Vorb
ii  python2.3-pymad [python-pymad 0.5.4-1Python wrapper to the MPEG Audio D
ii  quodlibet-ext 0.11-1 extensions for the Quod Libet audi

Versions of packages quodlibet recommends:
ii  python-pyao 0.82-1   A Python interface to the Audio Ou
ii  ttf-freefont20031008-1.1 Freefont Serif, Sans and Mono True

-- no debconf information

---
Received: (at 317963-close) by bugs.debian.org; 20 Nov 2005 08:11:20 +
From [EMAIL PROTECTED] Sun Nov 20 00:11:20 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Edk9K-0002lf-7B; Sun, 20 Nov 2005 00:02:10 -0800
From: Joe Wreschnig [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317963: fixed in quodlibet 0.15-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 00:02:10 -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: quodlibet
Source-Version: 0.15-2

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

quodlibet-ext_0.15-2_i386.deb
  to pool/main/q/quodlibet/quodlibet-ext_0.15-2_i386.deb
quodlibet_0.15-2.diff.gz
  to pool/main/q/quodlibet/quodlibet_0.15-2.diff.gz
quodlibet_0.15-2.dsc
  to 

Bug#339000: bashism in /usr/bin/nicec

2005-11-20 Thread Petter Reinholdtsen

tags 339000 + patch
thanks

Here is a patch to fix this issue.

-- bin/nicec.orig  2005-11-20 10:00:56.004671430 +0100
+++ bin/nicec   2005-11-20 10:00:40.563175008 +0100
@@ -89,6 +89,6 @@
 # Certain JVMs seem to exit by throwing SIGHUP, thus replacing the exit code
 # with 129.
 # This happens only when running inside Emacs with Sun's 1.4.2_04-b05.
-trap  SIGHUP
+trap  HUP

 exec ${java} $class ${system_args} $@


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



Processed: Re: bashism in /usr/bin/nicec

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 339000 + patch
Bug#339000: bashism in /usr/bin/nicec
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: nice: FTBFS java.lang.NoSuchMethodError: gnu/bytecode/Type.reset

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 336191 serious
Bug#336191: nice: FTBFS java.lang.NoSuchMethodError: gnu/bytecode/Type.reset
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

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 339201 + pending
Bug#339201: library package needs to be renamed (libstdc++ allocator change)
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]



Bug#339419: d4x crashes in strlen () from /lib64/libc.so.6

2005-11-20 Thread Cai Qian
From: Max Alekseyev [EMAIL PROTECTED]
Subject: Re: d4x crashes in strlen () from /lib64/libc.so.6
Date: Sat, 19 Nov 2005 12:46:09 -0800

 Cai Qian wrote:
 
  This bug is caused by mismatch versions between libgtk2.0-0 (2.8.3-1) and
  libglib2.0-0 (2.6.10-1) in unstable. If use both 2.8 or 2.6, d4x will not
  crash.
 
 Could you provide a simpler testcase?
 
 Max
You can try packages in experimental.
http://packages.debian.org/experimental/libs/libgtk2.0-0

Cai Qian


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



Bug#340005: licq: Segfault and core dump on startup

2005-11-20 Thread Katarína Machálková
Package: licq
Version: 1.3.2-4
Severity: grave
Justification: renders package unusable

After starting licq and going online, it takes just a few seconds, when
licq crashes and dumps core into current directory.
Please let me know, if you need the core file so that I can send it to
you separately, I don't attach it to this report, since it has ~53 MB.
Following is the bactrace:

[EMAIL PROTECTED]:~$ licq
10:25:29: [WRN] Licq: Ignoring stale lockfile (pid 5863)
Licq Segmentation Violation Detected.
Backtrace:
licq(licq_handle_sigsegv+0xa4) [0x80f6fd4]
[0xe420]
/usr/lib/libqt-mt.so.3(_ZN13QListViewItemD2Ev+0x131) [0x40a78973]
/usr/lib/licq/licq_qt-gui.so(_ZN13CUserViewItemD0Ev+0x1c4) [0x405d81e4]
/usr/lib/licq/licq_qt-gui.so(_ZN11CMainWindow16slot_updatedUserEP10CICQSignal+0x76c)
[0x4058416c]
/usr/lib/licq/licq_qt-gui.so(_ZN11CMainWindow9qt_invokeEiP8QUObject+0x127)
[0x4059a637]
/usr/lib/libqt-mt.so.3
(_ZN7QObject15activate_signalEP15QConnectionListP8QUObject+0x131)
[0x40979c5f]
/usr/lib/licq/licq_qt-gui.so(_ZN14CSignalManager18signal_updatedUserEP10CICQSignal+0x8b)
[0x405c1bbb]
/usr/lib/licq/licq_qt-gui.so(_ZN14CSignalManager13ProcessSignalEP10CICQSignal+0x258)
[0x405c27e8]
/usr/lib/licq/licq_qt-gui.so(_ZN14CSignalManager13slot_incomingEv+0xcd)
[0x405c2f0d]
/usr/lib/licq/licq_qt-gui.so(_ZN14CSignalManager9qt_invokeEiP8QUObject+0x2e)
[0x405c2f4e]
/usr/lib/libqt-mt.so.3
(_ZN7QObject15activate_signalEP15QConnectionListP8QUObject+0x131)
[0x40979c5f]
/usr/lib/libqt-mt.so.3(_ZN7QObject15activate_signalEii+0x1b1)
[0x4097a5ad]
/usr/lib/libqt-mt.so.3(_ZN15QSocketNotifier9activatedEi+0x34)
[0x40d0b20c]
/usr/lib/libqt-mt.so.3(_ZN15QSocketNotifier5eventEP6QEvent+0x4f)
[0x4099a659]
/usr/lib/libqt-mt.so.3
(_ZN12QApplication14internalNotifyEP7QObjectP6QEvent+0x2ac)
[0x4090f778]
/usr/lib/libqt-mt.so.3(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x1fe)
[0x4090f996]
/usr/lib/libqt-mt.so.3(_ZN12QApplication9sendEventEP7QObjectP6QEvent+0x4f)
[0x4089f665]
/usr/lib/libqt-mt.so.3(_ZN10QEventLoop23activateSocketNotifiersEv+0xf1)
[0x40900b81]
/usr/lib/libqt-mt.so.3(_ZN10QEventLoop13processEventsEj+0xb74)
[0x408b33d0]
/usr/lib/libqt-mt.so.3(_ZN10QEventLoop9enterLoopEv+0x5c) [0x40927ea2]
/usr/lib/libqt-mt.so.3(_ZN10QEventLoop4execEv+0x37) [0x40927dcb]
/usr/lib/libqt-mt.so.3(_ZN12QApplication4execEv+0x27) [0x4090e305]
/usr/lib/licq/licq_qt-gui.so(_ZN8CLicqGui3RunEP10CICQDaemon+0xf7)
[0x4057a6b7]
/usr/lib/licq/licq_qt-gui.so(LP_Main+0x49) [0x4057b529]
/usr/lib/licq/licq_qt-gui.so(LP_Main_tep+0x1c) [0x4057c0dc]
/lib/tls/libpthread.so.0 [0x401abcfd]
/lib/tls/libc.so.6(__clone+0x5e) [0x403d113e]
Attempting to generate core file.
Aborted (core dumped)

-- 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.7
Locale: LANG=C, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages licq depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries a
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libgpg-error0 1.1-4  library for common error values a
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  libstdc++64.0.2-4The GNU Standard C++ Library v3
ii  licq-plugin-qt [licq-plugin]  1.3.2-4graphical user interface plug-in 

Versions of packages licq recommends:
pn  sox   none (no description available)

-- no debconf information

-- 
Z  |\  _,,,--,,_... a solitary cat. 
   /,`.-'`'   ._  \-;;,_Katarína Bubli Machálková 
  |,4-  ) )_   .;.(  `'-'   http://www.bubli.org 
 '---''(_/._)-'(_\_)



pgpqJRIoNouoQ.pgp
Description: PGP signature


Bug#329358: marked as done (findutils: '-perm +...' broken in 4.2.25)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 02:32:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#329358: fixed in findutils 4.2.26-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; 21 Sep 2005 10:47:52 +
From [EMAIL PROTECTED] Wed Sep 21 03:47:52 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.bmlv.gv.at [193.171.152.37] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EI28m-0001l5-00; Wed, 21 Sep 2005 03:47:52 -0700
Received: from localhost (localhost [127.0.0.1])
by mail.bmlv.gv.at (mail) with ESMTP id CCCFF5FA77
for [EMAIL PROTECTED]; Wed, 21 Sep 2005 12:47:17 +0200 (CEST)
From: Ph. Marek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: findutils: -perm doesn't work
Date: Wed, 21 Sep 2005 12:47:14 +0200
User-Agent: KMail/1.8.2
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at bmlv.gv.at
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

X-Reportbug-Version: 3.17
X-Debbugs-Cc: [EMAIL PROTECTED]
Package: findutils
Version: 4.2.25-1
Severity: important


# find /usr/bin/ -type f -perm +x
# ls -la /usr/bin/ | head -6
insgesamt 215060
drwxr-xr-x   2 root   root  94208 2005-09-21 07:59 .
drwxr-xr-x  14 root   root   4096 2005-07-20 10:14 ..
-rwxr-xr-x   1 root   root  23368 2005-09-04 03:32 [
-rwxr-xr-x   1 root   root   5644 2005-09-04 23:04 411toppm
-rwxr-xr-x   1 root   root 39 2005-08-11 01:52 7z
# find /usr/bin/ -type f | wc
   21832183   41277
# find /usr/bin/ -type f -perm +o+x | wc
  0   0   0

4.2.24-1 was ok.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to de_AT)

Versions of packages findutils depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries 
an

findutils recommends no packages.

-- no debconf information

---
Received: (at 329358-close) by bugs.debian.org; 20 Nov 2005 10:41:31 +
From [EMAIL PROTECTED] Sun Nov 20 02:41:31 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EdmUS-0007KF-AQ; Sun, 20 Nov 2005 02:32:08 -0800
From: Andreas Metzler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#329358: fixed in findutils 4.2.26-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 02:32:08 -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: findutils
Source-Version: 4.2.26-1

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

findutils_4.2.26-1.diff.gz
  to pool/main/f/findutils/findutils_4.2.26-1.diff.gz
findutils_4.2.26-1.dsc
  to pool/main/f/findutils/findutils_4.2.26-1.dsc
findutils_4.2.26-1_i386.deb
  to pool/main/f/findutils/findutils_4.2.26-1_i386.deb
findutils_4.2.26.orig.tar.gz
  to pool/main/f/findutils/findutils_4.2.26.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.
Andreas Metzler [EMAIL PROTECTED] (supplier of updated findutils package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 Nov 

Bug#339698: gdesklets 0.35.2-3 won't start

2005-11-20 Thread Clément Stenac
Hello,

It looks like you are experiencing #339718.

Could you try strace -f gdesklets 21|grep SIGSEGV. You will probably
see something like : 

rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
[pid 14160] rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
[pid 14162] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

(the gdesklets daemon process is crashing)

-- 
Clément Stenac



Bug#340010: potracegui: FTBFS: New, more restrictive coreutils mv

2005-11-20 Thread Roland Stigge
Package: potracegui
Version: 1.3-2.1
Severity: serious
Tags: patch

Hi,

building the package potracegui in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
/bin/sh ../admin/mkinstalldirs 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/16x16/apps
mkdir -p -- 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/16x16/apps
/usr/bin/install -c -p -m 644 ./hi16-app-potracegui.png 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/16x16/apps/potracegui.png
/bin/sh ../admin/mkinstalldirs 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/32x32/apps
mkdir -p -- 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/32x32/apps
/usr/bin/install -c -p -m 644 ./hi32-app-potracegui.png 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/icons/hicolor/32x32/apps/potracegui.png
test -z /usr/share/applnk/Utilities || mkdir -p -- 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/applnk/Utilities
 /usr/bin/install -c -p -m 644 'potracegui.desktop' 
'/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/applnk/Utilities/potracegui.desktop'
test -z /usr/share/apps/potracegui || mkdir -p -- 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/apps/potracegui
 /usr/bin/install -c -p -m 644 'potraceguiui.rc' 
'/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/apps/potracegui/potraceguiui.rc'
make[3]: Leaving directory `/tmp/buildd/potracegui-1.3/src'
make[2]: Leaving directory `/tmp/buildd/potracegui-1.3/src'
make[2]: Entering directory `/tmp/buildd/potracegui-1.3'
Makefile:822: warning: overriding commands for target `clean-bcheck'
Makefile:785: warning: ignoring old commands for target `clean-bcheck'
Makefile:827: warning: overriding commands for target `bcheck-am'
Makefile:790: warning: ignoring old commands for target `bcheck-am'
make[3]: Entering directory `/tmp/buildd/potracegui-1.3'
Makefile:822: warning: overriding commands for target `clean-bcheck'
Makefile:785: warning: ignoring old commands for target `clean-bcheck'
Makefile:827: warning: overriding commands for target `bcheck-am'
Makefile:790: warning: ignoring old commands for target `bcheck-am'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/potracegui-1.3'
make[2]: Leaving directory `/tmp/buildd/potracegui-1.3'
make[1]: Leaving directory `/tmp/buildd/potracegui-1.3'
mv /tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/doc/HTML/ 
/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/doc/kde/HTML/
mv: target 
`/tmp/buildd/potracegui-1.3/debian/potracegui/usr/share/doc/kde/HTML/' is not a 
directory: No such file or directory
make: *** [install] Error 1
=

mv now doesn't accept the slash behind the directory name. This patch fixes it
for potracegui:

=
--- debian/rules.orig   2005-11-20 11:43:21.0 +0100
+++ debian/rules2005-11-20 11:43:40.0 +0100
@@ -61,7 +61,7 @@
dh_installdirs

$(MAKE) install DESTDIR=$(CURDIR)/debian/potracegui
-   mv $(CURDIR)/debian/potracegui/usr/share/doc/HTML/ 
$(CURDIR)/debian/potracegui/usr/share/doc/kde/HTML/
+   mv $(CURDIR)/debian/potracegui/usr/share/doc/HTML 
$(CURDIR)/debian/potracegui/usr/share/doc/kde/HTML
mv 
$(CURDIR)/debian/potracegui/usr/share/applnk/Utilities/potracegui.desktop 
$(CURDIR)/debian/potracegui/usr/share/applnk/Graphics/
rmdir $(CURDIR)/debian/potracegui/usr/share/applnk/Utilities

=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#334089: marked as done (remotely segfaultable, DOS)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 03:47:05 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#334089: fixed in centericq 4.21.0-4
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 15 Oct 2005 13:13:56 +
From [EMAIL PROTECTED] Sat Oct 15 06:13:56 2005
Return-path: [EMAIL PROTECTED]
Received: from natsmtp00.rzone.de [81.169.145.165] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EQlrH-0003wB-00; Sat, 15 Oct 2005 06:13:55 -0700
Received: from ngolde.de (e178086029.adsl.alicedsl.de [85.178.86.29])
by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j9FDDqkE011941;
Sat, 15 Oct 2005 15:13:52 +0200 (MEST)
Received: by ngolde.de (Postfix, from userid 1000)
id E0F3C530005; Sat, 15 Oct 2005 15:14:09 +0200 (CEST)
Date: Sat, 15 Oct 2005 15:14:09 +0200
From: Nico Golde [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: remotely segfaultable, DOS
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=cWoXeonUoKmBZSoM
Content-Disposition: inline
X-Reportbug-Version: 3.17
X-Debbugs-Cc: Debian Security Team [EMAIL PROTECTED]
X-Editor: Vim 6.3   http://www.vim.org/
X-Operating-System: Debian GNU/Linux 2.6.13 http://www.debian.org/
X-My-Homepage: http://www.ngolde.de
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02


--cWoXeonUoKmBZSoM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: centericq
Version: 4.21.0-3
Severity: grave
Tags: security
Hi,
Yesterday I discovered the same bug as described on:
https://bugs.gentoo.org/show_bug.cgi?id=3D100519

All versions of centericq in Debian are vulnerable.
You can find a backtrace, coredump and strace on:
http://nion.modprobe.de/centericq-bug/
Regards Nico


-- 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.13
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DISO-8859-15) (i=
gnored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages centericq depends on:
ii  centericq-common  4.21.0-3   A text-mode multi-protocol ins=
tant
ii  libc6 2.3.5-6GNU C Library: Shared librarie=
s an
ii  libcurl3  7.14.1-5   Multi-protocol file transfer l=
ibra
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libgnutls12   1.2.6-1the GNU TLS library - runtime =
libr
ii  libgpg-error0 1.1-4  library for common error value=
s an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libidn11  0.5.18-1   GNU libidn library, implementa=
tion
ii  libjpeg62 6b-10  The Independent JPEG Group's J=
PEG=20
ii  libncurses5   5.4-9  Shared libraries for terminal =
hand
ii  libssl0.9.7   0.9.7g-4   SSL shared libraries
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages centericq recommends:
ii  dillo [www-browser]   0.8.5-1GTK-based web browser
ii  elinks [www-browser]  0.10.6-1   advanced text-mode WWW browser
ii  links2 [www-browser]  2.1pre18-2 Web browser running in both gr=
aphi
ii  lynx [www-browser]2.8.5-2Text-mode WWW Browser
ii  mozilla-firefox [www-browser] 1.0.7-1lightweight web browser based =
on M
ii  sox   12.17.8-1  A universal sound sample trans=
lato
ii  w3m [www-browser] 0.5.1-4WWW browsable pager with excel=
lent

-- no debconf information

--=20
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org=20
$ route add default roma.it

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

-BEGIN PGP 

Bug#337393: libgtk-mozembed-ruby: FTBFS: Tries to install outside build directory

2005-11-20 Thread Roland Stigge
reopen 337393
thanks

Hi,

I can reproduce the problem here very well, on i386. Please don't just
close unreproducible bugs away.

Maybe you are building as root insider pbuilder? This is not recommended.

Besides, on sparc, I get on build:

==
[...]
dpkg-source: building libgtk-mozembed-ruby using existing
libgtk-mozembed-ruby_0.3.1.orig.tar.gz
dpkg-source: building libgtk-mozembed-ruby in
libgtk-mozembed-ruby_0.3.1-2.diff.gz
dpkg-source: building libgtk-mozembed-ruby in
libgtk-mozembed-ruby_0.3.1-2.dsc
 debian/rules build
dh_testdir
ruby1.8 extconf.rb --enable-fullwidth-reverse-solidus
make: *** [build-stamp] Illegal instruction
[...]
==


bye,
  Roland


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



Bug#335938: mantis: Mantis 't_core_path' File Inclusion Vulnerability

2005-11-20 Thread Martin Schulze
Thijs Kinkhorst wrote:
 On Thu, 2005-10-27 at 15:49 +0200, Moritz Muehlenhoff wrote:
  All affect Sarge. 
 
 I've prepared updated packages for sarge. My updated package for sid is
 still pending with my sponsor Luk Claes. The updated packages for sarge
 are available here:
 http://www.a-eskwadraat.nl/~kink/mantis_sec/
 
 They are not signed since I'm not a DD yet. 
 Please let me know if you have comments or questions.

Sorry for the delay.  I've finally got to it and will release an advisory
soon.  Thijs and Moritz, great work!

Package: mantis
Vulnerability  : several
Problem type   : remote
Debian-specific: no
CVE IDs: CVE-2005-3091 CVE-2005-3335 CVE-2005-3336 CVE-2005-3338
 CVE-2005-3339
CERT advisory  :
BugTraq ID :
Debian Bugs: 330682 335938

Several security related problems have been discovered in Mantis, a
web-based bug tracking system.  The Common Vulnerabilities and
Exposures project identifies the following problems:

CVE-2005-3091

A cross-site scripting vulnerability allows attackers to inject
arbitrary web script or HTML.

CVE-2005-3335

A file inclusion vulnerability allows remote attackers to execute
arbitrary PHP code and include arbitrary local files.

CVE-2005-3336

An SQL injection vulnerability allows remote attackers to execute
arbitrary SQL commands.

CVE-2005-3338

Mantis can be tricked into displaying the otherwise hidden real
mail address of its users.

Regards,

Joey

-- 
Life is a lot easier when you have someone to share it with.  -- Sean Perry

Please always Cc to me when replying to me on the lists.


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



Processed: libgtk-mozembed-ruby: FTBFS: Tries to install outside build directory

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 337393
Bug#337393: libgtk-mozembed-ruby: FTBFS: Tries to install outside build 
directory
Bug reopened, originator not changed.

 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#339967: marked as done (gmsh: FTBFS: DVI file can't be opened)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 04:17:05 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#339967: fixed in gmsh 1.60.1-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; 19 Nov 2005 23:12:14 +
From [EMAIL PROTECTED] Sat Nov 19 15:12:14 2005
Return-path: [EMAIL PROTECTED]
Received: from mail-out.m-online.net ([212.18.0.9])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdbsU-0002bU-EI
for [EMAIL PROTECTED]; Sat, 19 Nov 2005 15:12:14 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
by mail-out.m-online.net (Postfix) with ESMTP id 06DFE70567;
Sun, 20 Nov 2005 00:10:26 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-13-99.mnet-online.de [82.135.13.99])
by mail.m-online.net (Postfix) with ESMTP id 3C427137143;
Sun, 20 Nov 2005 00:12:07 +0100 (CET)
Received: from [192.168.5.99] (localhost [127.0.0.1])
by atari.stigge.org (Postfix) with ESMTP id 1A63D100295CC;
Sun, 20 Nov 2005 00:12:13 +0100 (CET)
From: Roland Stigge [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: gmsh: FTBFS: DVI file can't be opened
Message-Id: [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 00:12:13 +0100 (CET)
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=-4.7 required=4.0 tests=BAYES_40,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gmsh
Version: 1.60.1-2
Severity: serious

Hi,

building the package gmsh in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
[143] [144] [145] [146] [147] [148] [149] [150] [151] Chapter 10 [152]
Chapter 11 [153] [154] (../VERSIONS [155] [156] [157] [158] [159] [160]
[161] [162] [163]) (../CREDITS [164] [165]) Appendix A [166] Appendix B
[167] [168] (../FAQ [169] [170] [171] [172] [173] [174] [175]) Appendix C
[176] (./license.texi
Underfull \hbox (badness 2368) in paragraph at lines 72--72
[EMAIL PROTECTED] TERMS AND CON-DI-TIONS FOR COPY-ING, 
[177] [178] [179] [180] [181]) (Concept index) [182] (./gmsh.cps [183] [184])
(Syntax index) [185] [186] (./gmsh.tps [187] [188] [189] [190] [191] [192]
[193] [194]) [195] [196] )
(see the transcript file for additional information) /var/cache/fonts/pk/ljfou
r/public/cm/cmti9.600pk /var/cache/fonts/pk/ljfour/public/cm/cmti10.540pk /
var/cache/fonts/pk/ljfour/public/cm/cmtt12.720pk /var/cache/fonts/pk/ljfour/p
ublic/cm/cmtt9.600pk /var/cache/fonts/pk/ljfour/public/cm/cmbx12.657pk /var
/cache/fonts/pk/ljfour/public/cm/cmsy9.600pk /var/cache/fonts/pk/ljfour/publi
c/cm/cmr9.600pk /var/cache/fonts/pk/ljfour/public/cm/cmr7.600pk /var/cache/
fonts/pk/ljfour/public/cm/cmtt10.657pk /var/cache/fonts/pk/ljfour/public/cm/c
mti10.657pk /var/cache/fonts/pk/ljfour/public/cm/cmbxti10.864pk /var/cache/
fonts/pk/ljfour/public/cm/cmr12.600pk /var/cache/fonts/pk/ljfour/public/cm/cm
sy10.657pk /var/cache/fonts/pk/ljfour/public/cm/cmbx12.720pk /var/cache/fon
ts/pk/ljfour/public/cm/cmr10.657pk /var/cache/fonts/pk/ljfour/public/cm/cmbx1
2.1037pk /var/cache/fonts/pk/ljfour/public/cm/cmbx12.864pk
Output written on gmsh.pdf (206 pages, 853813 bytes).
Transcript written on gmsh.log.
dvips gmsh -o
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
make[1]: *** [ps] Error 1
make[1]: Leaving directory `/tmp/buildd/gmsh-1.60.1/doc/texinfo'
make: *** [build-stamp] Error 2
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

---
Received: (at 339967-close) by bugs.debian.org; 20 Nov 2005 12:21:25 +
From [EMAIL PROTECTED] Sun Nov 20 04:21:25 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Edo81-0007U7-Jc; Sun, 20 Nov 2005 04:17:05 -0800
From: Christophe Prud'homme [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#339967: fixed in gmsh 1.60.1-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 04:17:05 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 

Bug#339972: marked as done (phalanx: /var/games doesn't exist)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 04:17:13 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#339972: fixed in phalanx 22-16
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; 19 Nov 2005 23:50:23 +
From [EMAIL PROTECTED] Sat Nov 19 15:50:23 2005
Return-path: [EMAIL PROTECTED]
Received: from gw02.mail.saunalahti.fi ([195.197.172.116])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdcTP-0005JP-H8
for [EMAIL PROTECTED]; Sat, 19 Nov 2005 15:50:23 -0800
Received: from angua.pieni.net (ip212-226-168-226.adsl.kpnqwest.fi 
[212.226.168.226])
by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 89E00D85FE
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 01:50:21 +0200 (EET)
Received: from [10.10.100.16] (unknown [10.10.100.16])
(using TLSv1 with cipher RC4-MD5 (128/128 bits))
(No client certificate requested)
by angua.pieni.net (Postfix) with ESMTP id 4DEEB6A70A
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 01:50:21 +0200 (EET)
Subject: phalanx: /var/games doesn't exist
From: Lars Wirzenius [EMAIL PROTECTED]
To: debian bugs [EMAIL PROTECTED]
Content-Type: text/plain
Date: Sun, 20 Nov 2005 01:50:20 +0200
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Content-Transfer-Encoding: 7bit
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: phalanx
Version: 22-15
Severity: serious
Justification: uninstallable in some circumstances

While testing phalanx with piuparts, I get the following error:

  Unpacking phalanx (from .../phalanx_22-15_i386.deb) ...
  Setting up phalanx (22-15) ...
  dd: opening `/var/games/phalanx.learn': No such file or directory
  dpkg: error processing phalanx (--configure):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   phalanx
  E: Sub-process /usr/bin/dpkg returned an error code (1)

This would seem to be because the postinst script assumes /var/games
exists, but it is not part of base-files, so the package needs to create
it if it doesn't exist, and remove when the package is removed (unless
it's still being used by others). For example the gnome-games package
does this (the first package I found).

-- 
On a clear disk, you seek forever.


---
Received: (at 339972-close) by bugs.debian.org; 20 Nov 2005 12:21:24 +
From [EMAIL PROTECTED] Sun Nov 20 04:21:24 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Edo89-0007Vj-5r; Sun, 20 Nov 2005 04:17:13 -0800
From: Florian Ernst [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#339972: fixed in phalanx 22-16
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 04:17:13 -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: phalanx
Source-Version: 22-16

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

phalanx_22-16.diff.gz
  to pool/main/p/phalanx/phalanx_22-16.diff.gz
phalanx_22-16.dsc
  to pool/main/p/phalanx/phalanx_22-16.dsc
phalanx_22-16_i386.deb
  to pool/main/p/phalanx/phalanx_22-16_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.
Florian Ernst [EMAIL PROTECTED] (supplier of updated phalanx package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 Nov 2005 13:05:44 +0100
Source: phalanx
Binary: phalanx
Architecture: source i386

Bug#339837: http://www.debian.org/security/ seriously misleading about security infrastructure performance

2005-11-20 Thread Javier Fernández-Sanguino Peña
On Sat, Nov 19, 2005 at 06:03:13PM -0500, Filipus Klutiero wrote:
 Hi Javier,
 I'd like to be sure about which claim you refer to. The current claim is 
 the one that says that Debian *does* issue fixes for most problems under 
 48 hours, right? I'm asking since if I understand right the statistics 
 you produced do make the bug valid.

I don't know where the current claim comes from, you'll have to ask the
security team.

 That looks interesting but also like a 404. I red your 2001 post and one 
 of the attachments is integrated in the text. I don't know how to view 
 it. I also don't know how to use the bin0.bin attached. gunzip-ing 
 and trying a PNG viewer on it seemed to fail.

Oh, it should have been:
http://people.debian.org/~jfs/debconf3/security/

Regards

Javier


signature.asc
Description: Digital signature


Bug#330191: #330191: klibc 1.1.1-4 FTBFS on sparc

2005-11-20 Thread Roland Stigge
Hi,

now that linux-headers-2.6.12-1-* is not available in sid anymore, I
tried it with linux-headers-2.6.14-2-* (-sparc64 in this case). Besides
the fact that the proper asm - asm-sparc64 symlink was missing, the
2.6.14-2-* package is configured for SPARC32 and therefore doesn't
provide 64 bit options like page size etc. that is needed by klibc (build).

Is this a bug or a feature? ;-)

Thanks.

bye,
  Roland


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



Bug#330191: #330191: klibc 1.1.1-4 FTBFS on sparc

2005-11-20 Thread Maximilian Attems
On Sun, Nov 20, 2005 at 02:41:11PM +0100, Roland Stigge wrote:
 now that linux-headers-2.6.12-1-* is not available in sid anymore, I
 tried it with linux-headers-2.6.14-2-* (-sparc64 in this case). Besides
 the fact that the proper asm - asm-sparc64 symlink was missing, the
 2.6.14-2-* package is configured for SPARC32 and therefore doesn't
 provide 64 bit options like page size etc. that is needed by klibc (build).
 
 Is this a bug or a feature? ;-)

this is a bug in current linux-headers,
which prevents upload of updated klibc.
hope it to be resolved soon.

--
maks


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



Bug#340033: fetchmail-ssl does not install on Woody

2005-11-20 Thread Sebastian Niehaus
Package: fetchmail-ssl
Version: 5.9.11-6.2 
Severity: serious
Justification: 7.



-- System Information:
Debian Release: 3.0
Architecture: i386 (i686)
Kernel: Linux 2.4.18-1-586tsc 
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)


Possibly broken dependencies in fetchmail-ssl,  thanks for the effort 


Sebastian 


narcotic:/home/niehaus# apt-get install fetchmail-ssl 
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  fetchmail-ssl: Depends: fetchmail-common (= 5.9.11-6.2) but 5.9.11-6.3 
is to be installed
E: Sorry, broken packages
narcotic:/home/niehaus# 
 

-- no debconf information


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



Bug#340035: quodlibet: png files in /usr/lib violates FHS

2005-11-20 Thread Christine Spang
Package: quodlibet
Version: 0.15-2
Severity: serious

The QL package contains image files in /usr/lib/quodlibet, which
should go in /usr/share according to the FHS.

Lintian also reports this:

lintian -i quodlibet_0.15-2_i386.changes
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/exfalso.png
N:
N:   This package installs a pixmap or a bitmap within /usr/lib. According
N:   to the Filesystem Hierarchy Standard, architecture-independent files
N:   need to be placed within /usr/share instead.
N:
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/quodlibet.png
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/ql-volume-max.png
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/ql-volume-medium.png
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/ql-volume-min.png
W: quodlibet: image-file-in-usr-lib usr/lib/quodlibet/ql-volume-zero.png

References:
http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1
http://www.debian.org/doc/packaging-manuals/fhs/fhs-4.7.html

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

Versions of packages quodlibet depends on:
ii  gstreamer0.8-alsa [gstreamer0 0.8.11-2   ALSA plugin for GStreamer
ii  gstreamer0.8-artsd [gstreamer 0.8.11-2   aRtsd plugin for GStreamer
ii  gstreamer0.8-esd [gstreamer0. 0.8.11-2   Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-mad  0.8.11-2   MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-oss [gstreamer0. 0.8.11-2   OSS plugin for GStreamer
ii  gstreamer0.8-polypaudio [gstr 0.8.11-2   polypaudio plugin for GStreamer
ii  gstreamer0.8-vorbis   0.8.11-2   Vorbis plugin for GStreamer
ii  libgtk2.0-0   2.8.7-1The GTK+ graphical user interface 
ii  python2.3.5-3An interactive high-level object-o
ii  python-gst0.8.2-1generic media-playing framework (P
ii  python-gtk2   2.8.2-2Python bindings for the GTK+ widge
ii  python-pymad  0.5.4-1Python wrapper to the MPEG Audio D
ii  python-pyvorbis   1.3-1  A Python interface to the Ogg Vorb
ii  python2.3-pymad [python-pymad 0.5.4-1Python wrapper to the MPEG Audio D

Versions of packages quodlibet recommends:
ii  libgstreamer-gconf0.8-0   0.8.11-2   GConf support for GStreamer
ii  python-gnome2-extras  2.12.1-1   Python bindings for the GNOME desk
ii  python2.3-gnome2  2.12.1-3   Python bindings for the GNOME desk
ii  quodlibet-ext 0.15-2 extensions for the Quod Libet audi

-- no debconf information


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



Bug#334515: Pong :)

2005-11-20 Thread Daniel Baumann
Just to show, that this is not ignored..

As soon as the latest c++ transition for libextractor (package
libextractor1c2a) is in the archive, I'll fix doodle.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#339891: Reopening #339891

2005-11-20 Thread Steinar H. Gunderson
reopen 339891
thanks

It seems my stable upload was rejected -- vorlon explained that I can't have
a version in stable that's above the version in testing. Thus, I'll have to
wait for evms to enter testing, and then re-upload.

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


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



Processed: Reopening #339891

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 339891
Bug#339891: evms: corrupts RAID-5 volumes when running in degraded mode
Bug reopened, originator not changed.

 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: libhttp-server-simple-perl: FTBFS: failed test

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 304093 serious
Bug#304093: libhttp-server-simple-perl: FTBFS: failed test
Severity set to `serious'.

 tag 304093 patch
Bug#304093: libhttp-server-simple-perl: FTBFS: failed test
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#321548: marked as done (mpeg2dec: uninstallable due to dependency on slang1)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 16:01:04 +0100
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of mpeg2dec 0.4.0b-2.1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 6 Aug 2005 04:51:39 +
From [EMAIL PROTECTED] Fri Aug 05 21:51:39 2005
Return-path: [EMAIL PROTECTED]
Received: from rozz.csail.mit.edu [128.30.2.16] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E1Gep-s5-00; Fri, 05 Aug 2005 21:51:39 -0700
Received: from c-24-147-127-19.hsd1.ma.comcast.net ([24.147.127.19] 
helo=kleph.csail.mit.edu)
by rozz.csail.mit.edu with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.50)
id 1E1Gep-0006rK-0m
for [EMAIL PROTECTED]; Sat, 06 Aug 2005 00:51:39 -0400
Received: from cph by kleph.csail.mit.edu with local (Exim 4.52)
id 1E1Geo-0003RL-Kq
for [EMAIL PROTECTED]; Sat, 06 Aug 2005 00:51:38 -0400
From: Chris Hanson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: mpeg2dec: uninstallable due to dependency on slang1
X-Debbugs-CC: Chris Hanson [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Date: Sat, 06 Aug 2005 00:51:38 -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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: mpeg2dec
Version: 0.4.0b-2
Severity: grave
Tags: sid

Please recompile with libslang1-dev to update dependency.

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

Versions of packages mpeg2dec depends on:
ii  aalib11.4p5-28   ascii art library - transitional p
ii  libaa1 [aalib 1.4p5-28   ascii art library
ii  libasound21.0.9-3ALSA library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libmpeg2-40.4.0b-2   MPEG1 and MPEG2 video decoder libr
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libsvga1  1:1.4.3-22 console SVGA display libraries
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  slang11.4.9dbs-8 The S-Lang programming library - r
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m

mpeg2dec recommends no packages.

-- no debconf information

---
Received: (at 321548-done) by bugs.debian.org; 20 Nov 2005 15:01:47 +
From [EMAIL PROTECTED] Sun Nov 20 07:01:46 2005
Return-path: [EMAIL PROTECTED]
Received: from mf00.sitadelle.com ([212.94.174.67] helo=smtp.cegetel.net)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdqhO-0002JY-I2; Sun, 20 Nov 2005 07:01:46 -0800
Received: from mx0.bpl-group.org (mx0.bpl-group.org [195.115.71.69])
by smtp.cegetel.net (Postfix) with ESMTP id E0F7E1A4556;
Sun, 20 Nov 2005 16:01:14 +0100 (CET)
Received: from bee.dooz.org (levallois.dooz.org [81.57.180.178])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN lminier.people.bpl-group.org, Issuer BPL Group People 
Certification Authority (verified OK))
by mx0.bpl-group.org (Postfix) with ESMTP id 3D477C5CA;
Sun, 20 Nov 2005 15:01:14 + (UTC)
Received: by bee.dooz.org (Postfix, from userid 1000)
id 551A64F007E; Sun, 20 Nov 2005 16:01:04 +0100 (CET)
Date: Sun, 20 Nov 2005 16:01:04 +0100
From: Loic Minier [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: Fixed in NMU of mpeg2dec 0.4.0b-2.1
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
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: 

Bug#339698: gdesklets 0.35.2-3 won't start

2005-11-20 Thread KRK
OK, I must be doing something wrong here.  I have installed the
python2.4 version of all of the python named dependencies for gdesklets.

python2.4
python2.4-gtk2
python2.4-gnome2
python2.4-nautalis
python2.4-xml

But when I do python2.4 /usr/bin/gdesklets, I get the same result.

[EMAIL PROTECTED]:~$ strace -f python2.4 /usr/bin/gdesklets
21|grep SIGSEGV
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
[pid  8432] rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
[pid  8434] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

What am I doing wrong here?  Is this the correct approach, or is there a
way to downgrade to .35.2-2?

Thanks,



On Sun, 2005-11-20 at 11:39 +0100, Clément Stenac wrote:
 Hello,
 
 It looks like you are experiencing #339718.
 
 Could you try strace -f gdesklets 21|grep SIGSEGV. You will probably
 see something like : 
 
 rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
 [pid 14160] rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
 [pid 14162] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 
 (the gdesklets daemon process is crashing)
 



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



Bug#340040: manderlbot: FTBFS: no lyx available

2005-11-20 Thread Roland Stigge
Package: manderlbot
Version: 0.9.2-3.1
Severity: serious

Hi,

building the package manderlbot in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
src/mdb_search.erl:239: Warning: variable 'BotName' is unused
src/mdb_search.erl:239: Warning: variable 'BotPid' is unused
src/mdb_search.erl:239: Warning: variable 'Channel' is unused
src/mdb_search.erl:239: Warning: variable 'Input' is unused
erlc -W -I ./inc -o ebin src/misc_tools.erl
src/misc_tools.erl:166: Warning: variable 'EventName' is unused
src/misc_tools.erl:167: Warning: variable 'LastEventName' is unused
src/misc_tools.erl:182: Warning: variable 'Sep' is unused
src/misc_tools.erl:215: Warning: variable 'Error' is unused
make[1]: Leaving directory `/tmp/buildd/manderlbot-0.9.2'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
#dh_clean -k
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/manderlbot.
make install DESTDIR=/tmp/buildd/manderlbot-0.9.2/debian/manderlbot/
make[1]: Entering directory `/tmp/buildd/manderlbot-0.9.2'
make -C doc
make[2]: Entering directory `/tmp/buildd/manderlbot-0.9.2/doc'
docbook2man manderlbot.1.sgml /dev/null 21
lyx -e latex manderlbot.lyx
make[2]: lyx: Command not found
make[2]: *** [manderlbot.tex] Error 127
make[2]: Leaving directory `/tmp/buildd/manderlbot-0.9.2/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/tmp/buildd/manderlbot-0.9.2'
make: *** [install] Error 2
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#340044: a2ps: source file tests/tstfiles/Converter.java fails DFSG #1

2005-11-20 Thread Timo Lindfors
Package: a2ps
Severity: serious
Justification: Policy 2.1

source file a2ps-4.13/tests/tstfiles/Converter.java fails DFSG #1
because it can only be distributed for non-commercial purposes:

 * Copyright (c) 1994 Sun Microsystems, Inc. All Rights Reserved.
 *
 * Permission to use, copy, modify, and distribute this software
 * and its documentation for NON-COMMERCIAL purposes and without
 * fee is hereby granted provided that this copyright notice
 * appears in all copies. Please refer to the file copyright.html
 * for further important copyright and licensing information.
 


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


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



Bug#340042: libnurbs++1c2: Should conflict with libnurbs++1c102

2005-11-20 Thread Kurt Roeckx
Package: libnurbs++1c2
Version: 3.0.11-5
Severity: serious

Hi,

It seems you just went thru the C++ transition, but you forgot to
add the Conflict/Replaces with libnurbs++1c102.


Kurt



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



Bug#340049: antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java fails DFSG #1

2005-11-20 Thread Timo Lindfors
Package: antlr
Version: 2.7.5-8
Severity: serious
Justification: Policy 2.1

source files

 antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java
and
 ./antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java

fail DFSG #1 because they can be distributed only for non-commercial
purposes:

 * Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
 *
 * Permission to use, copy, modify, and distribute this software
 * and its documentation for NON-COMMERCIAL purposes and without
 * fee is hereby granted provided that this copyright notice
 * appears in all copies. Please refer to the file copyright.html
 * for further important copyright and licensing information.
 


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

Versions of packages antlr depends on:
ii  gij [java-virtual-machine]4:4.0.2-1  The GNU Java bytecode interpreter
ii  gij-4.0 [java-virtual-machine 4.0.2-4The GNU Java bytecode interpreter
ii  jamvm [java-virtual-machine]  1.3.3-2virtual machine which conforms to 
ii  kaffe 2:1.1.6-3  A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe]2:1.1.6-3  A POSIX threads enabled version of
ii  sablevm [java-virtual-machine 1.11.3-1.1 Free implementation of Java Virtua

antlr recommends no packages.

-- no debconf information


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



Bug#340050: pcmcia-modules-2.4.27-i386: FTBFS: missing build dependency on dpatch etc.

2005-11-20 Thread Roland Stigge
Package: pcmcia-modules-2.4.27-i386
Version: 3.2.5+2
Severity: serious

Hi,

building the package pcmcia-modules-2.4.27-i386 in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
  fi;   \
 );\
  else  \
   echo Module $module does not exist;   \
   echo Hit return to Continue?;  \
  fi;   \
done
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
make[2]: Entering directory 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs'
./debian/rules:29: /usr/share/dpatch/dpatch.make: No such file or directory
make[2]: *** No rule to make target `/usr/share/dpatch/dpatch.make'.  Stop.
make[2]: Leaving directory 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs'
Module 
/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs 
failed.
Hit return to Continue
make[1]: [modules_image] Error 1 (ignored)
make[1]: Leaving directory 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/build-586tsc'
/bin/sh: 
/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules/usr/share/doc/pcmcia-modules-2.4.27--2-586tsc/changelog.Debian.gz:
 No such file or directory
cat: 
/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules/DEBIAN/control:
 No such file or directory
/bin/sh: 
/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules/DEBIAN/control.new:
 No such file or directory
mv: cannot stat 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules/DEBIAN/control.new':
 No such file or directory
chown: cannot access 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules':
 No such file or directory
chmod: cannot access 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules':
 No such file or directory
dpkg-deb: failed to open package info file 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs/debian/tmp-modules/DEBIAN/control'
 for reading: No such file or directory
for i in *.deb; do \
dpkg-distaddfile $i admin extra; \
done
dpkg-distaddfile: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
mv *.deb ../
mv: cannot stat `*.deb': No such file or directory
make: *** [binary-arch] Error 1
=

After adding dpatch to the list of build dependencies, I get:

=
[...]
dh_installdocs -s
dh_installexamples -s
dh_installdebconf -s
dh_installinit -s --name=pcmcia -r --no-start -- \
start 40 S . stop 88 0 6 .
rm -f debian/pcmcia-cs-udeb/etc/init.d/pcmcia # installed non-writeable
cp -a debian/pcmcia-cs/etc/init.d/pcmcia debian/pcmcia-cs-udeb/etc/init.d/
cp: target `debian/pcmcia-cs-udeb/etc/init.d/' is not a directory: No such file 
or directory
make[2]: *** [binary-arch] Error 1
make[2]: Leaving directory 
`/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs'
Module 
/tmp/buildd/pcmcia-modules-2.4.27-i386-3.2.5+2/kernel-image/modules/pcmcia-cs 
failed.
Hit return to Continue
make[1]: [modules_image] Error 1 (ignored)
[...]
=


Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#340052: nevow: FTBFS: missing build dependencies

2005-11-20 Thread Roland Stigge
Package: nevow
Version: 0.6.0-1
Severity: serious
Tags: patch

Hi,

building the package nevow in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
dh_install -ppython2.3-nevow  
dh_link -ppython2.3-nevow  
dh_python -ppython2.3-nevow
grep -v '^# See the file LICENSE' \
'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright' \
'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp'
cat LICENSE \
'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp'
mv \
'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp' \
'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright'
set -e; for file in debian/python2.3-nevow/usr/bin/*; do \
sed '1s|.*|#!/usr/bin/python2.3|' $file \
${file}2.3;\
rm -- $file;\
chmod 755 ${file}2.3;\
mv debian/python2.3-nevow/usr/share/man/man1/$(basename $file).1 \
debian/python2.3-nevow/usr/share/man/man1/$(basename 
$file)2.3.1;\
done
set -e; for file in debian/python2.3-nevow/usr/bin/*;\
do target=$(echo $file | sed 's/2.3$//');\
ln -s $(basename $file) $target;\
manname=$(basename $target).1.gz;\
ln -s $(basename $file).1.gz \
debian/python2.3-nevow/usr/share/man/man1/$manname;\
done
PYTHONPATH='debian/python2.3-nevow/usr/lib/python2.3/site-packages/' \
'trial2.3' --bwverbose -R nevow formless
/bin/sh: trial2.3: command not found
make: *** [binary-post-install/python2.3-nevow] Error 127
=

Adding python2.3-twisted and python2.4-twisted to the list of build
dependencies helps.

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#340056: r5rs-doc: FTBFS: r5rs.txi missing

2005-11-20 Thread Roland Stigge
Package: r5rs-doc
Version: 20010328-6
Severity: serious

Hi,

building the package r5rs-doc in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
Output written on r5rs.pdf (50 pages, 432655 bytes).
Transcript written on r5rs.log.
./rrrs2txi.sh

;In file loaded from rrrs2txi.scm:53:
;ERROR: Permission denied
ERROR: OPEN-OUTPUT-FILE couldn't open file  /usr/lib/scm/slibcat

;STACK TRACE
1; ([EMAIL PROTECTED] ((cep ([EMAIL PROTECTED])))  ([EMAIL PROTECTED] ([EMAIL 
PROTECTED] d ...
2; (([EMAIL PROTECTED] ([EMAIL PROTECTED] [EMAIL PROTECTED]) [EMAIL PROTECTED]))
3; ([EMAIL PROTECTED] ((catpath ([EMAIL PROTECTED] ([EMAIL PROTECTED])  ...
...

 * Breakpoint established: (continue val) to return.

;In file loaded from /usr/share/slib/mklibcat:250,
;   loaded from rrrs2txi.scm:53:
;ERROR: Permission denied
ERROR: OPEN-OUTPUT-FILE couldn't open file  /usr/lib/scm/slibcat

;ERROR: unbound variable:  go
; in expression: (go)
; in top level environment.
;STACK TRACE
1; (go)

makeinfo r5rs.txi
r5rs.txi: No such file or directory
make: *** [build-stamp] Error 1
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-20 Thread Daniel Jacobowitz
reassign 339415 binutils
thanks

On Tue, Nov 15, 2005 at 10:32:54AM -0800, Matt Kraai wrote:
 Package: glibc
 Version: 2.3.5-8
 Severity: serious
 
 pbuilder fails to build glibc in an unstable chroot on i386:
 
  gcc-4.0 ../sysdeps/wordsize-32/divdi3.c -c -std=gnu99 -O2 -Wall -Winline 
  -Wstrict-prototypes -Wwrite-strings -fstrict-aliasing -g -pipe 
  -mpreferred-stack-boundary=4  -fPIC-I../include -I. 
  -I/tmp/buildd/glibc-2.3.5/build-tree/i386-libc/csu -I.. -I../libio  
  -I/tmp/buildd/glibc-2.3.5/build-tree/i386-libc -I../sysdeps/i386/elf 
  -I../libidn/sysdeps/unix -I../linuxthreads/sysdeps/unix/sysv/linux/i386 
  -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread 
  -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv 
  -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 
  -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux 
  -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman 
  -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv 
  -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix 
  -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 
  -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 
  -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 
  -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic 
  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.0.3/include -isystem 
  /tmp/buildd/glibc-2.3.5/debian/include -D_LIBC_REENTRANT -include 
  ../include/libc-symbols.h  -DPIC -DSHARED -DHAVE_INITFINI -o 
  /tmp/buildd/glibc-2.3.5/build-tree/i386-libc/csu/divdi3.os -MD -MP -MF 
  /tmp/buildd/glibc-2.3.5/build-tree/i386-libc/csu/divdi3.os.dt -MT 
  /tmp/buildd/glibc-2.3.5/build-tree/i386-libc/csu/divdi3.os
  ../sysdeps/wordsize-32/divdi3.c: In function '__moddi3':
  ../sysdeps/wordsize-32/divdi3.c:312: warning: pointer targets in passing 
  argument 3 of '__udivmoddi4' differ in signedness
  {standard input}: Assembler messages:
  {standard input}:416: Error: symbol `__divdi3' is already defined
  {standard input}:504: Error: symbol `__moddi3' is already defined
  {standard input}:608: Error: symbol `__udivdi3' is already defined
  {standard input}:642: Error: symbol `__umoddi3' is already defined

This bug was both worked around in the glibc CVS and fixed in binutils.
It was only present in binutils HEAD for a week or two.

-- 
Daniel Jacobowitz
CodeSourcery, LLC



Processed: Re: Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 339415 binutils
Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and 
__umoddi3
Bug reassigned from package `glibc' to `binutils'.

 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#316637: newt: Etch is expected to be fully Unicode-compliant so fribidi should be in Depends, not Recommends

2005-11-20 Thread Martin-Éric Racine
Package: libnewt0.51
Version: 0.51.6-31
Followup-For: Bug #316637

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Given how Unicode compliance is a release goal for Etch, having libfribidi0 in 
Recommends is not sufficient; it 
really must show in Depends.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (99, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-imac
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages libslang2 depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

libslang2 recommends no packages.

- -- no debconf information

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

iD8DBQFDgLJceXr56x4Muc0RAlGnAJ9Aqwj8TA5eriAsDyCtmFAdIbVewQCfSnDj
cnEAg0j+Bqd/XH17ylBsqGA=
=W1Nj
-END PGP SIGNATURE-


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



Bug#340062: pspp: FTBFS: tex

2005-11-20 Thread Roland Stigge
Package: pspp
Version: 0.4.0-3
Severity: serious

Hi,

building the package pspp in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
make[1]: Leaving directory `/tmp/buildd/pspp-0.4.0'
cd doc; \
make html pspp.pdf
make[1]: Entering directory `/tmp/buildd/pspp-0.4.0/doc'
rm -rf pspp.htp
if /bin/sh /tmp/buildd/pspp-0.4.0/missing --run makeinfo --html   -I . \
 -o pspp.htp `test -f 'pspp.texinfo' || echo './'`pspp.texinfo; \
then \
  rm -rf pspp.html; \
  if test ! -d pspp.htp  test -d pspp; then \
mv pspp pspp.html; else mv pspp.htp pspp.html; fi; \
else \
  if test ! -d pspp.htp  test -d pspp; then \
rm -rf pspp; else rm -Rf pspp.htp pspp.html; fi; \
  exit 1; \
fi
/tmp/buildd/pspp-0.4.0/missing: line 52: makeinfo: command not found
WARNING: `makeinfo' is missing on your system.  You should only need it if
 you modified a `.texi' or `.texinfo' file, or any other file
 indirectly affecting the aspect of the manual.  The spurious
 call might also be the consequence of using a buggy `make' (AIX,
 DU, IRIX).  You might want to install the `Texinfo' package or
 the `GNU make' package.  Grab either from any GNU archive site.
TEXINPUTS=.:$TEXINPUTS \
MAKEINFO='/bin/sh /tmp/buildd/pspp-0.4.0/missing --run makeinfo   -I .' \
texi2dvi --pdf --batch -o pspp.pdf `test -f 'pspp.texinfo' || echo 
'./'`pspp.texinfo
/bin/sh: texi2dvi: command not found
make[1]: *** [pspp.pdf] Error 127
make[1]: Leaving directory `/tmp/buildd/pspp-0.4.0/doc'
make: *** [build-stamp] Error 2
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Processed: severity of 332812 is serious

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 332812 serious
Bug#332812: remove libbonobo-activation-dev as build dependency
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 332811 is serious

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 332811 serious
Bug#332811: remove libbonobo-activation-dev as build dependency
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 332808 is serious

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 332808 serious
Bug#332808: remove bonobo-activation as build dependency
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#232702: Status of package?

2005-11-20 Thread Jeroen van Wolffelaar
On Sat, Sep 10, 2005 at 05:45:57PM +0200, Frank Lichtenheld wrote:
 Hi.
 
 This package was removed before sarge. Is it planned to get it fixed up
 for etch or at least in unstable or should it just be removed from
 the archive alltogether?

One of the dependencies, irssi-snapshot-dev, is now removed from the
archive, making this package FTBFS too.

What's that status? If a package is removed, it can later also be re-added
relatively easily, NEW is quite fast nowadays. In its current state, it's
unuseable.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#339568: initramfs-tools: patch to support udev 0.72-2 and udev = 0.72-2

2005-11-20 Thread Paul Traina
Package: initramfs-tools
Version: 0.38
Followup-For: Bug #339568


--- mkinitramfs 2005-10-24 01:05:05.0 -0700
+++ mkinitramfs 2005-11-20 09:49:08.881214220 -0800
@@ -167,13 +167,16 @@
 cp -p /etc/mkinitramfs/scripts/${f} ${DESTDIR}/scripts/$(dirname ${f})
 done
 cp ${CONFDIR}/initramfs.conf ${DESTDIR}/conf
-cp -a /etc/udev ${DESTDIR}/etc
 
 # udev
-cp /sbin/udev ${DESTDIR}/sbin
+cp -a /etc/udev ${DESTDIR}/etc
 cp /sbin/udevd ${DESTDIR}/sbin
 cp /sbin/udevsynthesize ${DESTDIR}/sbin
-cp -a /lib/hotplug ${DESTDIR}/lib
+# udev = 0.72-2
+test -d /lib/evms cp -a /lib/evms${DESTDIR}/lib
+# obsolete versions of udev
+test -f /sbin/udevcp/sbin/udev   ${DESTDIR}/sbin
+test -d /lib/hotplug  cp -a /lib/hotplug ${DESTDIR}/lib
 
 # Busybox
 cp ${BUSYBOXDIR}/busybox ${DESTDIR}/bin/busybox


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

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-3   Tiny utilities for small and embed
ii  cpio  2.6-9  GNU cpio -- a program to manage ar
ii  klibc-utils   1.1.1-2small statically-linked utilities 
ii  mklibs-copy   0.1.18 Shared library reduction script
hi  udev  0.074-3/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information
--- mkinitramfs 2005-10-24 01:05:05.0 -0700
+++ mkinitramfs 2005-11-20 09:49:08.881214220 -0800
@@ -167,13 +167,16 @@
 cp -p /etc/mkinitramfs/scripts/${f} ${DESTDIR}/scripts/$(dirname ${f})
 done
 cp ${CONFDIR}/initramfs.conf ${DESTDIR}/conf
-cp -a /etc/udev ${DESTDIR}/etc
 
 # udev
-cp /sbin/udev ${DESTDIR}/sbin
+cp -a /etc/udev ${DESTDIR}/etc
 cp /sbin/udevd ${DESTDIR}/sbin
 cp /sbin/udevsynthesize ${DESTDIR}/sbin
-cp -a /lib/hotplug ${DESTDIR}/lib
+# udev = 0.72-2
+test -d /lib/evms cp -a /lib/evms${DESTDIR}/lib
+# obsolete versions of udev
+test -f /sbin/udevcp/sbin/udev   ${DESTDIR}/sbin
+test -d /lib/hotplug  cp -a /lib/hotplug ${DESTDIR}/lib
 
 # Busybox
 cp ${BUSYBOXDIR}/busybox ${DESTDIR}/bin/busybox


Bug#340033: marked as done (fetchmail-ssl does not install on Woody)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 10:01:26 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#340033: fetchmail-ssl does not install on Woody
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; 20 Nov 2005 15:19:35 +
From [EMAIL PROTECTED] Sun Nov 20 07:19:35 2005
Return-path: [EMAIL PROTECTED]
Received: from moutng.kundenserver.de ([212.227.126.187])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Edqyc-0003r6-Is
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 07:19:35 -0800
Received: from [217.84.0.64] (helo=worst-case.tsps2.freenet6.net)
by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis),
id 0ML25U-1Edqyb0BnV-0001E2; Sun, 20 Nov 2005 16:19:33 +0100
Received: from crystalline.tsps2.freenet6.net (crystalline [192.168.0.100])
by worst-case.tsps2.freenet6.net (Postfix) with ESMTP id 3715936E49E
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 16:19:32 +0100 (CET)
Received: by crystalline.tsps2.freenet6.net (Postfix, from userid 1000)
id 60A283C8690; Sun, 20 Nov 2005 16:19:29 +0100 (CET)
Date: Sun, 20 Nov 2005 16:19:29 +0100
From: Sebastian Niehaus [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: fetchmail-ssl does not install on Woody
Message-ID: [EMAIL PROTECTED]
Reply-To: Sebastian Niehaus [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.8
User-Agent: Mutt/1.5.9i
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
login:6af2f45e332c0b6c9e248ef8cf848a13
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: fetchmail-ssl
Version: 5.9.11-6.2 
Severity: serious
Justification: 7.



-- System Information:
Debian Release: 3.0
Architecture: i386 (i686)
Kernel: Linux 2.4.18-1-586tsc 
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)


Possibly broken dependencies in fetchmail-ssl,  thanks for the effort 


Sebastian 


narcotic:/home/niehaus# apt-get install fetchmail-ssl 
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  fetchmail-ssl: Depends: fetchmail-common (= 5.9.11-6.2) but 5.9.11-6.3 
is to be installed
E: Sorry, broken packages
narcotic:/home/niehaus# 
 

-- no debconf information

---
Received: (at 340033-done) by bugs.debian.org; 20 Nov 2005 18:01:28 +
From [EMAIL PROTECTED] Sun Nov 20 10:01:28 2005
Return-path: [EMAIL PROTECTED]
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net ([66.93.39.86] 
helo=tennyson.dodds.net)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdtVI-0004jc-1z
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 10:01:28 -0800
Received: by tennyson.dodds.net (Postfix, from userid 1000)
id 7B0CE7002; Sun, 20 Nov 2005 10:01:26 -0800 (PST)
Date: Sun, 20 Nov 2005 10:01:26 -0800
From: Steve Langasek [EMAIL PROTECTED]
To: Sebastian Niehaus [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: Bug#340033: fetchmail-ssl does not install on Woody
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=d01dLTUuW90fS44H
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.9i
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


--d01dLTUuW90fS44H
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Nov 20, 

Bug#316637: newt: Etch is expected to be fully Unicode-compliant so fribidi should be in Depends, not Recommends

2005-11-20 Thread Steve Langasek
On Sun, Nov 20, 2005 at 07:29:00PM +0200, Martin-Éric Racine wrote:
 Given how Unicode compliance is a release goal for Etch, having libfribidi0 
 in Recommends is not sufficient; it 
 really must show in Depends.

No.  Unicode support refers to applications functioning in a UTF-8 locale
as correctly as they do in a single-byte locale.

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


signature.asc
Description: Digital signature


Bug#338773: marked as done (geomview: FTBFS: makeinfo not found)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 10:02:07 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#338773: fixed in geomview 1.8.1-10
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 12 Nov 2005 17:04:05 +
From [EMAIL PROTECTED] Sat Nov 12 09:04:05 2005
Return-path: [EMAIL PROTECTED]
Received: from mail-out.m-online.net ([212.18.0.9])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EaynN-0005Zk-H4
for [EMAIL PROTECTED]; Sat, 12 Nov 2005 09:04:05 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
by mail-out.m-online.net (Postfix) with ESMTP id F1835703F8;
Sat, 12 Nov 2005 18:02:28 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-12-228.mnet-online.de 
[82.135.12.228])
by mail.m-online.net (Postfix) with ESMTP id 2D7C612EC6C;
Sat, 12 Nov 2005 18:03:58 +0100 (CET)
Received: from [192.168.5.99] (localhost [127.0.0.1])
by atari.stigge.org (Postfix) with ESMTP id 7009C10040E8C;
Sat, 12 Nov 2005 18:04:07 +0100 (CET)
From: Roland Stigge [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: geomview: FTBFS: makeinfo not found
Message-Id: [EMAIL PROTECTED]
Date: Sat, 12 Nov 2005 18:04:07 +0100 (CET)
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: geomview
Version: 1.8.1-9
Severity: serious
Tags: patch

Hi,

building the package geomview in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
make[3]: Leaving directory `/tmp/buildd/geomview-1.8.1/m4'
Making all in doc
make[3]: Entering directory `/tmp/buildd/geomview-1.8.1/doc'
cd ..  /bin/sh ./config.status doc/Makefile 
config.status: creating doc/Makefile
make[3]: Leaving directory `/tmp/buildd/geomview-1.8.1/doc'
make[3]: Entering directory `/tmp/buildd/geomview-1.8.1/doc'
Making all in html
make[4]: Entering directory `/tmp/buildd/geomview-1.8.1/doc/html'
Makefile:332: target `geomview_toc.html' given more than once in the same rule.
cd ../..  /bin/sh ./config.status doc/html/Makefile 
config.status: creating doc/html/Makefile
make[4]: Leaving directory `/tmp/buildd/geomview-1.8.1/doc/html'
make[4]: Entering directory `/tmp/buildd/geomview-1.8.1/doc/html'
Makefile:332: target `geomview_toc.html' given more than once in the same rule.
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/buildd/geomview-1.8.1/doc/html'
make[4]: Entering directory `/tmp/buildd/geomview-1.8.1/doc'
makeinfo --no-validate   -I . \
 -o geomview `test -f 'geomview.texi' || echo './'`geomview.texi
/bin/sh: makeinfo: command not found
make[4]: *** [geomview] Error 127
make[4]: Leaving directory `/tmp/buildd/geomview-1.8.1/doc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/geomview-1.8.1/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/geomview-1.8.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/geomview-1.8.1'
make: *** [build-stamp] Error 2
=

Adding texinfo to Build-Depends fixes this.

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

---
Received: (at 338773-close) by bugs.debian.org; 20 Nov 2005 18:11:20 +
From [EMAIL PROTECTED] Sun Nov 20 10:11:20 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EdtVv-000594-K6; Sun, 20 Nov 2005 10:02:07 -0800
From: [EMAIL PROTECTED] (Steve M. Robbins)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#338773: fixed in geomview 1.8.1-10
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 10:02:07 -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: geomview
Source-Version: 1.8.1-10

We believe that the bug you reported is fixed in 

Bug#314988: marked as done (Starting geomview ends up with InstCreate: undefined option: 7042768)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 10:02:07 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#314988: fixed in geomview 1.8.1-10
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 19 Jun 2005 21:12:32 +
From [EMAIL PROTECTED] Sun Jun 19 14:12:32 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp-100-sunday.nerim.net (kraid.nerim.net) [62.4.16.100] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dk75k-nQ-00; Sun, 19 Jun 2005 14:12:32 -0700
Received: from gnopt.remotecomputingsystems.com (jmt.net2.nerim.net 
[213.41.180.91])
by kraid.nerim.net (Postfix) with ESMTP id 5B78840E20;
Sun, 19 Jun 2005 23:12:28 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jean-Marie Thomas [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: Starting geomview ends up with InstCreate: undefined option: 7042768
X-Mailer: reportbug 3.8
Date: Sun, 19 Jun 2005 23:12:29 +0200
Message-Id: [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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: geomview
Version: 1.8.1-8
Severity: grave
Justification: renders package unusable

I thought for a time this bug might come from a mis-configured
nvidia-driver ; but I fixed the thing today, and can run softwares like
blender that use opengl.
Hope this helps,
jmt

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages geomview depends on:
ii  lesstif1 1:0.93.94-11.4  OSF/Motif 1.2 implementation relea
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libforms11.0-6   The XForms graphical interface wid
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-12 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12 X Window System miscellaneous exte
ii  libxt6   4.3.0.dfsg.1-12 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-12 Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-12 Mesa OpenGL utility library [XFree
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

-- no debconf information

---
Received: (at 314988-close) by bugs.debian.org; 20 Nov 2005 18:11:21 +
From [EMAIL PROTECTED] Sun Nov 20 10:11:21 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EdtVv-000592-JC; Sun, 20 Nov 2005 10:02:07 -0800
From: [EMAIL PROTECTED] (Steve M. Robbins)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314988: fixed in geomview 1.8.1-10
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 10:02:07 -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: geomview
Source-Version: 1.8.1-10

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

geomview_1.8.1-10.diff.gz
  to pool/main/g/geomview/geomview_1.8.1-10.diff.gz
geomview_1.8.1-10.dsc
  to pool/main/g/geomview/geomview_1.8.1-10.dsc
geomview_1.8.1-10_i386.deb
  to pool/main/g/geomview/geomview_1.8.1-10_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 

Bug#340070: yate: FTBFS: compile error: invalid conversion

2005-11-20 Thread Roland Stigge
Package: yate
Version: 0.8.7+cvs20050604-3
Severity: serious

Hi,

building the package yate in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o wavefile.yate  wavefile.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o moh.yate  moh.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o rmanager.yate  rmanager.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o extmodule.yate  
extmodule.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o osschan.yate  osschan.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o regfile.yate  regfile.cpp 
/usr/bin/make -C ../contrib/ysip
make[3]: Entering directory `/tmp/buildd/yate-0.8.7+cvs20050604/contrib/ysip'
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -c util.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -c engine.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -c body.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -c message.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -c transaction.cpp
ar rcs libysip.a util.o engine.o body.o message.o transaction.o
make[3]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604/contrib/ysip'
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o ysipchan.yate 
-I../contrib/ysip ysipchan.cpp ../contrib/ysip/libysip.a
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o pgsqlroute.yate 
-I/usr/include/postgresql -lpq pgsqlroute.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o cdrpgsql.yate 
-I/usr/include/postgresql -lpq cdrpgsql.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o register.yate 
-I/usr/include/postgresql -lpq register.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC 
-DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared 
-Wl,--retain-symbols-file,/dev/null -L.. -lyate -o zapchan.yate -lpri 
zapchan.cpp 
zapchan.cpp: In constructor 'ZaptelPlugin::ZaptelPlugin()':
zapchan.cpp:1454: error: invalid conversion from 'void (*)(char*)' to 'void 
(*)(pri*, char*)'
zapchan.cpp:1454: error:   initializing argument 1 of 'void pri_set_error(void 
(*)(pri*, char*))'
zapchan.cpp:1455: error: invalid conversion from 'void (*)(char*)' to 'void 
(*)(pri*, char*)'
zapchan.cpp:1455: error:   initializing argument 1 of 'void 
pri_set_message(void (*)(pri*, char*))'
make[2]: *** [zapchan.yate] Error 1
make[2]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604/modules'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604'
make: *** [build-stamp] Error 2
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#340072: xsp: FTBFS: dh_installxsp not found

2005-11-20 Thread Roland Stigge
Package: xsp
Version: 1.0.5-2
Severity: serious

Hi,

building the package xsp in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
mv debian/mono-apache-server/usr/bin/*.exe 
debian/mono-apache-server/usr/share/dotnet/bin   
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (0)
dh_installdocs
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (0)
dh_installexamples
dh_installdirs
dh_install 
cd test  cp ServiceClient.exe *.aspx *.ascx *.asmx *.ashx *.config *.asax 
*.xml *.png *.inc *.xsl *.cs 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp
cd test  cp *.dll 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin
rm -Rf 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp/monodoc.ashx
chmod -x 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin/*
chmod -x 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp/*
chmod +x 
/tmp/buildd/xsp-1.0.5/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin
cp /tmp/buildd/xsp-1.0.5/debian/mono-xsp-update.conf 
debian/mono-xsp/usr/share/dotnet/xsp/
cp /tmp/buildd/xsp-1.0.5/debian/mono-xsp-admin.conf 
debian/mono-xsp/usr/share/dotnet/xsp/
cp /tmp/buildd/xsp-1.0.5/debian/mono-server-admin.conf 
/tmp/buildd/xsp-1.0.5/debian/mono-apache-server/usr/share/dotnet/monoserver/
cp /tmp/buildd/xsp-1.0.5/debian/mono-server-update.conf 
/tmp/buildd/xsp-1.0.5/debian/mono-apache-server/usr/share/dotnet/monoserver/
chmod +x 
/tmp/buildd/xsp-1.0.5/debian/mono-apache-server/usr/share/dotnet/monoserver/*.conf
chmod +x /tmp/buildd/xsp-1.0.5/debian/mono-xsp/usr/share/dotnet/xsp/*.conf  
#Patch for index.aspx   
dh_installdebconf   
dh_installinit --noscripts
dh_installxsp
make: dh_installxsp: Command not found
make: *** [binary-arch] Error 127
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#340035: quodlibet: png files in /usr/lib violates FHS

2005-11-20 Thread Steve Langasek
severity 340035 important
thanks

On Sun, Nov 20, 2005 at 10:29:48AM -0500, Christine Spang wrote:
 The QL package contains image files in /usr/lib/quodlibet, which
 should go in /usr/share according to the FHS.

They may, however, be placed in /usr/lib for backwards compatibility, at
the distributor's discretion.

http://www.debian.org/doc/packaging-manuals/fhs/fhs-4.7.html

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


signature.asc
Description: Digital signature


Bug#340062: pspp: FTBFS: texi2dvi missing

2005-11-20 Thread Roland Stigge
retitle 340062 pspp: FTBFS: texi2dvi missing
tags 340062 patch
thanks

Hi,

adding texinfo to the list of build dependency helps.

bye,
  Roland


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



Processed: (no subject)

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package initramfs-tools
Ignoring bugs not assigned to: initramfs-tools

 merge 338814 339365 339568
Bug#338814: initramfs-tools: udev and hotplug dirs were moved to /lib/udev
Bug#339365: initramfs-tools: fails with recent udev versions
Mismatch - only Bugs in same state can be merged:
Values for `severity' don't match:
 #338814 has `normal';
 #339365 has `important'

 severity 339568 important
Bug#339568: initramfs-tools: incompatibility with udev 0.74 (0.72.2 and beyond)
Severity set to `important'.

 tags 337704 -moreinfo
Bug#337704: initramfs-tools: evms root *still* broken -- only part of 336617 
resolved!
Tags were: moreinfo patch
Tags removed: moreinfo

 stop
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: pspp: FTBFS: texi2dvi missing

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 340062 pspp: FTBFS: texi2dvi missing
Bug#340062: pspp: FTBFS: tex
Changed Bug title.

 tags 340062 patch
Bug#340062: pspp: FTBFS: texi2dvi missing
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#340035: quodlibet: png files in /usr/lib violates FHS

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 340035 important
Bug#340035: quodlibet: png files in /usr/lib violates FHS
Severity set to `important'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#340073: FTBFS with newest binutils

2005-11-20 Thread Sebastian Dröge
Package: libcairo
Version: 1.0.2-1
Severity: serious

Hi,
libcairo FTBFS with the newest binutils. A patch for this is in cairo svn:
http://cvs.cairographics.org/cairo/pixman/src/pixman-remap.h?r1=1.5r2=1.5.2.1makepatch=1diff_format=u

Bye

[...]
make[1]: Entering directory `/tmp/buildd/libcairo-1.0.2'
make  all-recursive
make[2]: Entering directory `/tmp/buildd/libcairo-1.0.2'
Making all in pixman
make[3]: Entering directory `/tmp/buildd/libcairo-1.0.2/pixman'
Making all in src
make[4]: Entering directory `/tmp/buildd/libcairo-1.0.2/pixman/src'
if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../.. -I. -g -Wall -O2 -MT pixregion.lo -MD -MP -MF 
.deps/pixregion.Tpo -c -o pixregion.lo pixregion.c; \
then mv -f .deps/pixregion.Tpo .deps/pixregion.Plo; else rm -f 
.deps/pixregion.Tpo; exit 1; fi
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -Wall -O2 -MT pixregion.lo 
-MD -MP -MF .deps/pixregion.Tpo -c pixregion.c  -fPIC -DPIC -o .libs/pixregion.o
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -Wall -O2 -MT pixregion.lo 
-MD -MP -MF .deps/pixregion.Tpo -c pixregion.c -o pixregion.o /dev/null 21
if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../.. -I. -g -Wall -O2 -MT fbpict.lo -MD -MP -MF 
.deps/fbpict.Tpo -c -o fbpict.lo fbpict.c; \
then mv -f .deps/fbpict.Tpo .deps/fbpict.Plo; else rm -f 
.deps/fbpict.Tpo; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -Wall -O2 -MT fbpict.lo -MD 
-MP -MF .deps/fbpict.Tpo -c fbpict.c  -fPIC -DPIC -o .libs/fbpict.o
fbpict.c: In function '_cairo_pixman_composite':
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_CLEAR' not handled 
in switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_DST' not handled in 
switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_OVER_REVERSE' not 
handled in switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_IN' not handled in 
switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_IN_REVERSE' not 
handled in switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_OUT' not handled in 
switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_OUT_REVERSE' not 
handled in switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_ATOP' not handled in 
switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_ATOP_REVERSE' not 
handled in switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_XOR' not handled in 
switch
fbpict.c:1421: warning: enumeration value 'PIXMAN_OPERATOR_SATURATE' not 
handled in switch
fbpict.c: At top level:
fbpict.c:79: warning: 'fbIn24' defined but not used
/tmp/cc34VTNL.s: Assembler messages:
/tmp/cc34VTNL.s:8160: Error: symbol `_cairo_pixman_composite' is already defined
make[4]: *** [fbpict.lo] Error 1
make[4]: Leaving directory `/tmp/buildd/libcairo-1.0.2/pixman/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/libcairo-1.0.2/pixman'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/libcairo-1.0.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/libcairo-1.0.2'
make: *** [debian/stamp-makefile-build] Error 2
pbuilder: Failed autobuilding of package




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



Bug#340076: Fails to generate format xmltex

2005-11-20 Thread Braun Gabor
Package: xmltex
Version: 1.9-11
Severity: grave
Justification: renders package unusable
Tags: patch

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

The following message appeared while upgrading xmltex and tetex 
packages.
The system was configuring tetex-bin at the time and the new version 
of xmltex (1.9-11) was soon unpacked.

The message:

fmtutil-sys: running `tex -ini   -jobname=xmltex -progname=xmltex 
latex xmltex.ini' ...
This is TeX, Version 3.141592 (Web2C 7.5.4) (INITEX)
---! /var/lib/texmf/web2c/latex.fmt was written by pdfetex
(Fatal format file error; I'm stymied)


I think the problem is that tetex changed the default tex engine to 
pdfetex and the latex format uses this engine and not tex.
(This claim is supported by /etc/texmf/01tetex.cnf)

I suggest to make 40xmltex.cnf more robust: do not make any 
assumptions on the tex engines the formats use.
Suggested patch:

--- /root/40xmltex.cnf  2005-04-21 16:42:54.0 +0200
+++ /etc/texmf/fmt.d/40xmltex.cnf   2005-11-20 18:26:14.376656208 +0100
@@ -1,2 +1,2 @@
-xmltex tex language.datlatex xmltex.ini
-pdfxmltex  pdftex  language.datpdflatex pdfxmltex.ini
+xmltex latex   language.datxmltex.ini
+pdfxmltex  pdflatexlanguage.datpdfxmltex.ini

I have managed to generate the formats with this change.

Best wishes,

Gabor Braun

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9.20041228
Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 (charmap=ISO-8859-2) 
(ignored: LC_ALL set to hu_HU.iso88592)

Versions of packages xmltex depends on:
ii  tetex-base3.0-10 Basic library files of teTeX
ii  tetex-bin 3.0-10.1   The teTeX binary files
ii  tetex-extra   3.0-10 Additional library files of teTeX

-- no debconf information


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



Bug#340049: antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java fails DFSG #1

2005-11-20 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 340049 confirmed + pending
tags 329980 confirmed + pending
stop

Timo Lindfors wrote:
[...]
 source files
 
  antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java
 and
  ./antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java
 
 fail DFSG #1 because they can be distributed only for non-commercial
 purposes:
 
  * Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
[...]
Not good at all.  I will include patches to remove this in the next release.

- --
Barry Hawkins
All Things Computed
site: www.alltc.com
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDgMNLHuKcDICy0QoRAoqqAKC23jMKLhncJjTEAqRzrUk6G6SHoACcDiZ8
JyAtYxqFH2DnRciHbzVkh80=
=k7qm
-END PGP SIGNATURE-


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



Processed: Re: Bug#340049: antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java fails DFSG #1

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 340049 confirmed + pending
Unknown tag/s: +.
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#340049: antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java fails DFSG 
#1
There were no tags set.
Tags added: confirmed, pending

 tags 329980 confirmed + pending
Unknown tag/s: +.
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#329980: Please include patch for antlr 2.7.5 from Hibernate 3 project
Tags were: patch
Tags added: confirmed, pending

 stop
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#340078: junior-games-gl: fails to install: depends on no longer existing package tuxracer

2005-11-20 Thread Alexander Schmehl
Package: junior-games-gl
Version: 1.6
Severity: grave
Tags: Patch
Justification: renders package unusable


Hi!

Your package depends on tuxracer which has been replaced by
planetpenguin-racer (tuxracer in sarge has been an transition
package).

Now tuxracer has just been removed from sid, since it wasn't needed
anymorw, which renders your package uninstallable.

The attached patch solves the missing dependency and the package
description.

Yours sincerely,
  Alexander

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.13.4-vinyamar
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
diff -Nur junior-games-gl-1.6-old/debian/control 
junior-games-gl-1.6/debian/control
--- junior-games-gl-1.6-old/debian/control  2005-11-20 19:47:50.0 
+0100
+++ junior-games-gl-1.6/debian/control  2005-11-20 19:49:27.0 +0100
@@ -6,13 +6,13 @@
 
 Package: junior-games-gl
 Architecture: all
-Depends: armagetron, bzflag, gltron, tuxkart, tuxracer
+Depends: armagetron, bzflag, gltron, tuxkart, planetpenguin-racer
 Description: Debian Jr. 3D Games (hardware acceleration required)
  These games all use OpenGL libraries.  They will not work without
  decent 3D graphics cards providing hardware-accelerated OpenGL.
  .
  While armagetron and gltron are different interpretations of the
- game depicted in the classic 3D-animated movie Tron, Tux Racer
+ game depicted in the classic 3D-animated movie Tron, ppracer
  is an all-original made-for-Linux 3D racing game.  Unlike the
  standard blood-and-guts fare in the 3D games universe, all of
  these games are suitable for children.


Processed: severity of 331649 is serious

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 331649 serious
Bug#331649: nice: libant1.6-java to ant transition
Bug#333171: nice: libant1.6-java to ant transition
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 337913 is serious

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 337913 serious
Bug#337913: forrest: Move depends to ant instead of libant1.6-java
Severity set to `serious'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#339813: marked as done (apt-howto: FTBFS: can't find file `sphyph.tex')

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 10:47:05 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#339813: fixed in apt-howto 2.0.0-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 18 Nov 2005 23:34:43 +
From [EMAIL PROTECTED] Fri Nov 18 15:34:43 2005
Return-path: [EMAIL PROTECTED]
Received: from mail-out.m-online.net ([212.18.0.9])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdFkh-0002Nq-GE
for [EMAIL PROTECTED]; Fri, 18 Nov 2005 15:34:43 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
by mail-out.m-online.net (Postfix) with ESMTP id 2C3D0703F3;
Sat, 19 Nov 2005 00:32:57 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-4-165.mnet-online.de [82.135.4.165])
by mail.m-online.net (Postfix) with ESMTP id BAE5B133220;
Sat, 19 Nov 2005 00:34:39 +0100 (CET)
Received: from [192.168.5.99] (localhost [127.0.0.1])
by atari.stigge.org (Postfix) with ESMTP id 3AF881033FA47;
Sat, 19 Nov 2005 00:34:43 +0100 (CET)
From: Roland Stigge [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: apt-howto: FTBFS: can't find file `sphyph.tex'
Message-Id: [EMAIL PROTECTED]
Date: Sat, 19 Nov 2005 00:34:43 +0100 (CET)
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: apt-howto
Version: 2.0.0-1
Severity: serious

Hi,

building the package apt-howto in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
bin/fixtxt ca apt-howto.ca.txt
debiandoc2text  -l $(echo de | bin/getlocale) apt-howto.de.sgml
bin/fixtxt de apt-howto.de.txt
debiandoc2text  -l $(echo el | bin/getlocale) apt-howto.el.sgml
bin/fixtxt el apt-howto.el.txt
debiandoc2text  -l $(echo en | bin/getlocale) apt-howto.en.sgml
bin/fixtxt en apt-howto.en.txt
debiandoc2text  -l $(echo es | bin/getlocale) apt-howto.es.sgml
bin/fixtxt es apt-howto.es.txt
debiandoc2text  -l $(echo fr | bin/getlocale) apt-howto.fr.sgml
bin/fixtxt fr apt-howto.fr.txt
debiandoc2text  -l $(echo it | bin/getlocale) apt-howto.it.sgml
bin/fixtxt it apt-howto.it.txt
debiandoc2text  -l $(echo ja | bin/getlocale) apt-howto.ja.sgml
bin/fixtxt ja apt-howto.ja.txt
debiandoc2text  -l $(echo ko | bin/getlocale) apt-howto.ko.sgml
bin/fixtxt ko apt-howto.ko.txt
debiandoc2text  -l $(echo pt-br | bin/getlocale) apt-howto.pt-br.sgml
bin/fixtxt pt-br apt-howto.pt-br.txt
debiandoc2text  -l $(echo pl | bin/getlocale) apt-howto.pl.sgml
bin/fixtxt pl apt-howto.pl.txt
debiandoc2text  -l $(echo ru | bin/getlocale) apt-howto.ru.sgml
bin/fixtxt ru apt-howto.ru.txt
debiandoc2text  -l $(echo tr | bin/getlocale) apt-howto.tr.sgml
bin/fixtxt tr apt-howto.tr.txt
TEXINPUTS=$(pwd)/texmf/:$(kpsetool -n pdftex -p tex) \
pdftex -ini pdflatex.ini  /dev/null
make[1]: *** [pdflatex.fmt] Error 1
make[1]: Leaving directory `/tmp/buildd/apt-howto-2.0.0'
make: *** [build-stamp] Error 2
=

Removing the redirection to /dev/null reveals that sphyph.tex can't be found
in the build process. This file used to be distributed with tetex-base 2 (in
current testing) but isn't anymore with tetex 3 (or anywhere in current sid).

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

---
Received: (at 339813-close) by bugs.debian.org; 20 Nov 2005 18:51:26 +
From [EMAIL PROTECTED] Sun Nov 20 10:51:25 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EduDR-0003cS-Lj; Sun, 20 Nov 2005 10:47:05 -0800
From: Gustavo Noronha Silva [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#339813: fixed in apt-howto 2.0.0-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 10:47:05 -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 

Bug#340079: insecure tempfiles

2005-11-20 Thread Uwe Zeisberger
Package: libjpeg-progs
Version: 6b-10
Severity: grave
File: /usr/bin/exifautotran
Tags: security patch

Hello,

exifautotran just uses a file named tempfile for temporarly saving
the result of jpegtran.

With the attached patch applied, it uses mktemp for their creation.

Best regards
Uwe

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (300, 
'unstable'), (1, 'proposed-updates'), (1, 'oldstable'), (1, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libjpeg-progs depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 

libjpeg-progs recommends no packages.

-- no debconf information



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



Bug#340081: gpsd: ftbfs [sparc] undefined reference to `floor'

2005-11-20 Thread Blars Blarson
Package: gpsd
Version: 2.30-1
Severity: serious
Justification: fails to build from source


gpsd failed to build on a sparc buildd, duplicated on my sparc pbuilder.


if sparc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
   -DDBUS_API_SUBJECT_TO_CHANGE=1-Wall -g -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
-O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
-Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE  -MT 
gpxlogger.o -MD -MP -MF .deps/gpxlogger.Tpo -c -o gpxlogger.o gpxlogger.c; \
then mv -f .deps/gpxlogger.Tpo .deps/gpxlogger.Po; else rm -f 
.deps/gpxlogger.Tpo; exit 1; fi
/bin/sh ./libtool --mode=link --tag=CC sparc-linux-gnu-gcc  -Wall -g 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include -O2 -Wall -Wcast-align -Wmissing-declarations 
-Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type 
-D_GNU_SOURCE   -L/usr/X11R6/lib -o gpxlogger  gpxlogger.o -ldbus-glib-1 
-ldbus-1 -lglib-2.0   
sparc-linux-gnu-gcc -Wall -g -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
-O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
-Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -o gpxlogger 
gpxlogger.o  -L/usr/X11R6/lib /usr/lib/libdbus-glib-1.so 
/usr/lib/libgobject-2.0.so /usr/lib/libdbus-1.so -lnsl /usr/lib/libglib-2.0.so
gpxlogger.o: In function `handle_gps_fix':
/build/buildd/gpsd-2.30/gpxlogger.c:67: undefined reference to `floor'
collect2: ld returned 1 exit status
make[2]: *** [gpxlogger] Error 1
make[2]: Leaving directory `/build/buildd/gpsd-2.30'
make[1]: *** [all] Error 2


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



Bug#340082: ftp: Should depend on netbase

2005-11-20 Thread Kurt Roeckx
Package: ftp
Version: 0.17-14
Severity: serious

Hi,

ftp does not work when netbase is not installed:
$ ftp
ftp: ftp/tcp: unknown service

It requires an /etc/services, which is in netbase.


Kurt



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



Bug#339415: Processed: Re: Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-20 Thread James Troup
reassign 339415 glibc
thanks

Daniel Jacobowitz [EMAIL PROTECTED] writes:

 This bug was both worked around in the glibc CVS and fixed in binutils.
 It was only present in binutils HEAD for a week or two.

[AFAIK (and based in no small part on the conversation I had with
you?)]  We already have a new enough binutils to fix this; it's glibc
which needs patched now.

I believe there's a suitable patch ('ubuntu-new-binutils') for
i386/amd64 in the (work-in-progress) package at:

  http://people.ubuntu.com/~jbailey/glibc/

However, powerpc also has similar build problems now (and they're also
glibc bugs) but I'm not sure how far Jeff has got with those.

-- 
James


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



Bug#339415: Processed: Re: Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-20 Thread Daniel Jacobowitz
On Sun, Nov 20, 2005 at 07:17:40PM +, James Troup wrote:
 reassign 339415 glibc
 thanks
 
 Daniel Jacobowitz [EMAIL PROTECTED] writes:
 
  This bug was both worked around in the glibc CVS and fixed in binutils.
  It was only present in binutils HEAD for a week or two.
 
 [AFAIK (and based in no small part on the conversation I had with
 you?)]  We already have a new enough binutils to fix this; it's glibc
 which needs patched now.

In that case this bug can probably be closed.  Matt filed the original
report on 2005-11-15, and you uploaded a package with the fix two days
later :-)

Jeff's ubuntu-new-binutils patch is for that same issue, but shouldn't
be necessary with the fixed binutils, unless I've totally
misunderstood.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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



Bug#340079: insecure tempfiles

2005-11-20 Thread Steve Kemp
On Sun, Nov 20, 2005 at 08:17:17PM +0100, Uwe Zeisberger wrote:

 Tags: security patch

 With the attached patch applied, it uses mktemp for their creation.

  The patch is .. missing.

Steve
-- 



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



Bug#340079: insecure tempfiles

2005-11-20 Thread Bill Allombert
On Sun, Nov 20, 2005 at 08:17:17PM +0100, Uwe Zeisberger wrote:
 Package: libjpeg-progs
 Version: 6b-10
 Severity: grave
 File: /usr/bin/exifautotran
 Tags: security patch
 
 Hello,
 
 exifautotran just uses a file named tempfile for temporarly saving
 the result of jpegtran.
 
 With the attached patch applied, it uses mktemp for their creation.

Probably but there were no patch attached...

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Processed: Re: Processed: Re: Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 339415 glibc
Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and 
__umoddi3
Bug reassigned from package `binutils' to `glibc'.

 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#336715: lsscsi FTBFS when built with sudo

2005-11-20 Thread Stefan Fritsch
Just replace

   -$(MAKE) clean

by

   -$(MAKE) clean distclean-depend

in debian/rules




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



Bug#340084: speech-tools: FTBFS: New restrictive coreutils cp

2005-11-20 Thread Roland Stigge
Package: speech-tools
Version: 1:1.2.3-9
Severity: serious

Hi,

building the package speech-tools in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
(cd main  cp bcat ch_lab ch_track ch_utt ch_wave dp na_play na_record 
ngram_build ngram_test ols ols_test pda pitchmark scfg_make scfg_parse 
scfg_test scfg_train sig2fv sigfilter spectgen tilt_analysis tilt_synthesis 
viterbi wagon wagon_test wfst_build wfst_run 
/tmp/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin)
(cd scripts  \
for i in pm.prl raw_to_xgraph.prl make_wagon_desc.sh resynth.sh; do \
dest=`echo $i | sed -e 's/\.\(prl\|sh\)$//'`; \
sed -e 's,__PERL__,/usr/bin/perl,g' \
$i 
/tmp/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin/$dest; \
chmod +x 
/tmp/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin/$dest; \
done)
install -m644 debian/na_play.1 debian/na_record.1 debian/ch_wave.1 
debian/ch_utt.1 debian/ch_track.1 debian/ch_lab.1 
/tmp/buildd/speech-tools-1.2.3/debian/speech-tools/usr/share/man/man1

-- Installing package libestools1.2-dev --
dh_installdirs -p libestools1.2-dev usr/lib/speech_tools/lib/siod \
usr/include/speech_tools/{unix,instantiate,sigpr,rxp,ling_class}
cp lib/*.a /tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/lib/
dh_link -p libestools1.2-dev \
usr/lib/libestbase.so.1.2   usr/lib/libestbase.so \
usr/lib/libestools.so.1.2   usr/lib/libestools.so \
usr/lib/libeststring.so.1.2 usr/lib/libeststring.so
cp include/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/
cp include/unix/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/unix/
# Note: these are possibly internal headers (C++ lossage)
cp include/instantiate/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/instantiate/
cp include/sigpr/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/sigpr/
cp include/ling_class/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/ling_class/
cp include/rxp/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/rxp/
cp base_class/*.h 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/
# Needed to compile things against speech_tools
cp -R config/ 
/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/lib/speech_tools/config/
cp: target 
`/tmp/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/lib/speech_tools/config/'
 is not a directory: No such file or directory
make: *** [install-stamp] Error 1
=

This patch fixes it:

=
--- debian/rules.orig   2005-11-20 20:39:34.0 +0100
+++ debian/rules2005-11-20 20:39:42.0 +0100
@@ -85,7 +85,7 @@
cp base_class/*.h $(STD)/usr/include/speech_tools/

# Needed to compile things against speech_tools
-   cp -R config/ $(STD)/usr/lib/speech_tools/config/
+   cp -R config $(STD)/usr/lib/speech_tools/config
find $(STD)/usr/lib/speech_tools/config/ \
\( -name SCCS -o -name CVS -o -name RCS \) -print0 | \
xargs -0r rm -rf
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


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



Bug#326358: marked as done (please rebuild with libreadline5-dev as build dependency)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 11:32:10 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#326358: fixed in gdb 6.3.90.20051119-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; 2 Sep 2005 20:40:58 +
From [EMAIL PROTECTED] Fri Sep 02 13:40:58 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EBILK-0007EV-00; Fri, 02 Sep 2005 13:40:58 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id WAA10307
for [EMAIL PROTECTED]; Fri, 2 Sep 2005 22:40:56 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 66F6FFD4A
for [EMAIL PROTECTED]; Fri,  2 Sep 2005 22:40:56 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 11849-30 for [EMAIL PROTECTED];
 Fri,  2 Sep 2005 22:40:56 +0200 (MEST) 13917
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
for [EMAIL PROTECTED]; Fri,  2 Sep 2005 22:40:56 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j82KeuDj004565
for [EMAIL PROTECTED]; Fri, 2 Sep 2005 22:40:56 +0200 (MEST)
Date: Fri, 2 Sep 2005 22:40:56 +0200 (MEST)
From: Matthias Klose [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: please rebuild with libreadline5-dev as build dependency
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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: gdb

The package depends/recommends libreadline4. This version
will be removed from the archive in the near future.
Please change your build dependencies to

 libreadline5-dev | libreadline-dev

Please raise the severity of this bug report to serious,
if the package cannot be built with libreadline5-dev.

---
Received: (at 326358-close) by bugs.debian.org; 20 Nov 2005 19:41:25 +
From [EMAIL PROTECTED] Sun Nov 20 11:41:25 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Eduv4-0002rX-Oa; Sun, 20 Nov 2005 11:32:10 -0800
From: Daniel Jacobowitz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#326358: fixed in gdb 6.3.90.20051119-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 11:32:10 -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: 3

Source: gdb
Source-Version: 6.3.90.20051119-1

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

gdb_6.3.90.20051119-1.diff.gz
  to pool/main/g/gdb/gdb_6.3.90.20051119-1.diff.gz
gdb_6.3.90.20051119-1.dsc
  to pool/main/g/gdb/gdb_6.3.90.20051119-1.dsc
gdb_6.3.90.20051119-1_i386.deb
  to pool/main/g/gdb/gdb_6.3.90.20051119-1_i386.deb
gdb_6.3.90.20051119.orig.tar.gz
  to pool/main/g/gdb/gdb_6.3.90.20051119.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.
Daniel Jacobowitz [EMAIL PROTECTED] (supplier of updated gdb package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 Nov 2005 13:40:44 -0500
Source: gdb
Binary: gdb
Architecture: source i386

Bug#330894: Inkscape SVG parser buffer overflows

2005-11-20 Thread MenTaLguY
On Sun, 2005-11-20 at 15:54 +0100, Martin Schulze wrote:
 Moritz Muehlenhoff wrote:
  | October 9, 2005
  |
  | Mentalguy has released new point releases of the past two  versions of 
  Inkscape
  | to correct two issues with arbitrary  code execution when  opening 
  malicious 
  | files. There  are no  known exploits  for this  issue, but  if you  use 
  Inkscape
  | on a production machine in a manner that invokes files from arbitrary 
  sources,
  | you may wish to upgrade.
 
 Hi,
 
 could you provide some assistance?  The above note about arbitrary
 code execution may originate in our Bug#330894 bugs.debian.org/330894.
 I'd like to see the correction for this/these particular issue(s) so
 that Debian can correct the older version of Inkscape in its stable
 release, where no new upstream versions are installed.

Yes, I believe that's the bug that prompted the new point release.  I've
attached the patch for the 0.42 branch.

It's worth noting that (except for incrementing the version number in
the about dialog, etc, and some changes to the distributed Windows
makefiles) this is the only difference between 0.42.2 and 0.42.3.

I believe the patch can also be applied to the 0.41 line as well (the
same change is present in 0.41.1).  I don't believe it's relevent to
0.40.

-mental
Index: src/style.cpp
===
RCS file: /cvsroot/inkscape/inkscape/src/style.cpp,v
retrieving revision 1.110
retrieving revision 1.110.2.1
diff -u -3 -r1.110 -r1.110.2.1
--- src/style.cpp	14 Jul 2005 01:48:57 -	1.110
+++ src/style.cpp	3 Oct 2005 05:40:12 -	1.110.2.1
@@ -28,6 +28,7 @@
 #include stdlib.h
 #endif
 
+#include glib/gmem.h
 #include gtk/gtksignal.h
 #include libcroco/cr-prop-list.h
 #include libcroco/cr-sel-eng.h
@@ -1175,7 +1176,6 @@
  * string: should we ignore the whole string or just from the first error onwards?) */
 
 gchar property [BMAX];
-gchar value [BMAX];
 
 for (;;) {
 
@@ -1235,9 +1235,11 @@
 if (idx  0) {
 if (value_begin  value_end) {
 size_t const value_len = value_end - value_begin;
+char *value = (char *) g_malloc(value_len + 1);
 memcpy(value, value_begin, value_len);
 value[value_len] = '\0';
 sp_style_merge_property(style, idx, value);
+g_free(value);
 } else {
 /* TODO: Don't use g_warning for SVG errors. */
 g_warning(No style property value at: %s, property_begin);


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


Bug#340049: antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java fails DFSG #1

2005-11-20 Thread Steve Langasek
On Sun, Nov 20, 2005 at 01:41:15PM -0500, Barry Hawkins wrote:
 Timo Lindfors wrote:
 [...]
  source files
  
   antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java
  and
   ./antlr-2.7.5/examples/java/unicode.IDENTs/ShowString.java
  
  fail DFSG #1 because they can be distributed only for non-commercial
  purposes:
  
   * Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
 [...]
 Not good at all.  I will include patches to remove this in the next release.

Please keep in mind that non-free code should not be distributed at all in
main, including in source packages, even if it's not shipped in binary
packages.  I imagine you'll need to roll a new .orig.tar.gz for this.

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


signature.asc
Description: Digital signature


Processed: correcting serverity

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 339568 grave
Bug#339568: initramfs-tools: incompatibility with udev 0.74 (0.72.2 and beyond)
Severity set to `grave'.

 severity 336317 important
Bug#336317: initramfs-tools: created initramfs is unable to boot a system with 
mirrored rootdisks
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#340079: insecure tempfiles

2005-11-20 Thread Uwe Zeisberger
Steve Kemp wrote:
 On Sun, Nov 20, 2005 at 08:17:17PM +0100, Uwe Zeisberger wrote:
   The patch is .. missing.
Uuups, sorry, here it comes...

Best regards,
Uwe

-- 
Uwe Zeisberger

scriptalert(This is a virus for Outlook)/script
--- /usr/bin/exifautotran   2005-03-02 13:26:24.0 +0100
+++ /usr/bin/exifautotran   2005-11-20 19:57:38.612512182 +0100
@@ -3,6 +3,9 @@
 #
 # Transforms Exif files so that Orientation becomes 1
 #
+
+trap if test -n \\$tempfile\; then rm -f \\$tempfile\; fi INT QUIT TERM
+
 for i
 do
  case $i in
@@ -28,13 +31,21 @@
  *) transform=;;
  esac
  if test -n $transform; then
+  tempfile=`mktemp`;
+  if test $? -ne 0; then
+echo Failed to create temporary file 2
+exit 1;
+  fi
   echo Executing: jpegtran -copy all $transform $i 2
-  jpegtran -copy all $transform $i  tempfile
+  jpegtran -copy all $transform $i  $tempfile
   if test $? -ne 0; then
echo Error while transforming $i - skipped. 2
+   rm $tempfile
+   tempfile=
   else
rm $i
-   mv tempfile $i
+   mv $tempfile $i
+   tempfile=
jpegexiforient -1 $i  /dev/null
   fi
  fi


signature.asc
Description: Digital signature


Processed: Closing bug#339894 (fixed in version 2.5.0-9)

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 339894 2.5.0-9
Bug#339894: sdcc: FTBFS: lyx: Command not found
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.5.0-9, send any further explanations to Roland 
Stigge [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#329087: Cause found, and fix

2005-11-20 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tag 329087 +security
tag 329087 +patch

The upstream kernel patch maintainer looked at the Debian patch and
found that when the port was done, key pieces were not included that
would prevent such an escape. Namely the immutable unlink extended
filesystem attributes and the capability system that would enforce the
chroot barrier. This this is a Debian specific problem, limited to
the 2.4 kernel patch included with kernel-patch-vserver.

The attached patch resolves this issue.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDgOVM9n4qXRzy1ioRAs+GAJ9ec41DDqeIHh+DFD2iVLO8hnVqKgCgkJwl
fCVp+hwOQVpi6dA/5mae8DE=
=7D0W
-END PGP SIGNATURE-
diff -NurpP --minimal linux-2.4.27-9-vs1.2.10.micah/fs/ext2/ialloc.c 
linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/ialloc.c
--- linux-2.4.27-9-vs1.2.10.micah/fs/ext2/ialloc.c  2005-11-11 03:28:50 
+0100
+++ linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/ialloc.c2005-11-11 
04:51:07 +0100
@@ -390,9 +390,9 @@ repeat:
inode-i_mtime = inode-i_atime = inode-i_ctime = CURRENT_TIME;
inode-u.ext2_i.i_state = EXT2_STATE_NEW;
inode-u.ext2_i.i_flags = dir-u.ext2_i.i_flags 
-   ~(EXT2_BTREE_FL|EXT2_IMMUTABLE_LINK_FL);
+   ~(EXT2_BTREE_FL|EXT2_IUNLINK_FL);
if (S_ISLNK(mode))
-   inode-u.ext2_i.i_flags = 
~(EXT2_IMMUTABLE_FILE_FL|EXT2_APPEND_FL);
+   inode-u.ext2_i.i_flags = ~(EXT2_IMMUTABLE_FL|EXT2_APPEND_FL);
inode-u.ext2_i.i_block_group = group;
ext2_set_inode_flags(inode);
insert_inode_hash(inode);
diff -NurpP --minimal linux-2.4.27-9-vs1.2.10.micah/fs/ext2/inode.c 
linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/inode.c
--- linux-2.4.27-9-vs1.2.10.micah/fs/ext2/inode.c   2005-11-11 03:28:50 
+0100
+++ linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/inode.c 2005-11-11 04:51:07 
+0100
@@ -892,7 +892,7 @@ do_indirects:
 
 void ext2_truncate (struct inode * inode)
 {
-   if (IS_APPEND(inode) || IS_IMMUTABLE_FILE(inode))
+   if (IS_APPEND(inode) || IS_IMMUTABLE(inode))
return;
ext2_truncate_nocheck(inode);
 }
@@ -901,15 +901,15 @@ void ext2_set_inode_flags(struct inode *
 {
unsigned int flags = inode-u.ext2_i.i_flags;
 
-   inode-i_flags = 
~(S_SYNC|S_APPEND|S_IMMUTABLE_FILE|S_IMMUTABLE_LINK|S_NOATIME);
+   inode-i_flags = ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_IUNLINK|S_NOATIME);
if (flags  EXT2_SYNC_FL)
inode-i_flags |= S_SYNC;
if (flags  EXT2_APPEND_FL)
inode-i_flags |= S_APPEND;
-   if (flags  EXT2_IMMUTABLE_FILE_FL)
-   inode-i_flags |= S_IMMUTABLE_FILE;
-   if (flags  EXT2_IMMUTABLE_LINK_FL)
-   inode-i_flags |= S_IMMUTABLE_LINK;
+   if (flags  EXT2_IMMUTABLE_FL)
+   inode-i_flags |= S_IMMUTABLE;
+   if (flags  EXT2_IUNLINK_FL)
+   inode-i_flags |= S_IUNLINK;
if (flags  EXT2_NOATIME_FL)
inode-i_flags |= S_NOATIME;
 }
diff -NurpP --minimal linux-2.4.27-9-vs1.2.10.micah/fs/ext2/ioctl.c 
linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/ioctl.c
--- linux-2.4.27-9-vs1.2.10.micah/fs/ext2/ioctl.c   2005-11-11 03:28:50 
+0100
+++ linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext2/ioctl.c 2005-11-11 04:51:07 
+0100
@@ -44,9 +44,9 @@ int ext2_ioctl (struct inode * inode, st
 *
 * This test looks nicer. Thanks to Pauline Middelink
 */
-   if ((oldflags  EXT2_IMMUTABLE_FILE_FL) ||
+   if ((oldflags  EXT2_IMMUTABLE_FL) ||
((flags ^ oldflags)  (EXT2_APPEND_FL |
-   EXT2_IMMUTABLE_FILE_FL | EXT2_IMMUTABLE_LINK_FL))) {
+   EXT2_IMMUTABLE_FL | EXT2_IUNLINK_FL))) {
if (!capable(CAP_LINUX_IMMUTABLE))
return -EPERM;
}
diff -NurpP --minimal linux-2.4.27-9-vs1.2.10.micah/fs/ext3/ialloc.c 
linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext3/ialloc.c
--- linux-2.4.27-9-vs1.2.10.micah/fs/ext3/ialloc.c  2005-11-11 03:28:50 
+0100
+++ linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext3/ialloc.c2005-11-11 
04:51:07 +0100
@@ -486,9 +486,9 @@ repeat:
inode-i_blocks = 0;
inode-i_mtime = inode-i_atime = inode-i_ctime = CURRENT_TIME;
inode-u.ext3_i.i_flags = dir-u.ext3_i.i_flags 
-   ~(EXT3_INDEX_FL|EXT3_IMMUTABLE_LINK_FL);
+   ~(EXT3_INDEX_FL|EXT3_IUNLINK_FL);
if (S_ISLNK(mode))
-   inode-u.ext3_i.i_flags = 
~(EXT3_IMMUTABLE_FILE_FL|EXT3_APPEND_FL);
+   inode-u.ext3_i.i_flags = ~(EXT3_IMMUTABLE_FL|EXT3_APPEND_FL);
 #ifdef EXT3_FRAGMENTS
inode-u.ext3_i.i_faddr = 0;
inode-u.ext3_i.i_frag_no = 0;
diff -NurpP --minimal linux-2.4.27-9-vs1.2.10.micah/fs/ext3/inode.c 
linux-2.4.27-9-vs1.2.10.micah-fix01/fs/ext3/inode.c
--- linux-2.4.27-9-vs1.2.10.micah/fs/ext3/inode.c   

Bug#340079: insecure tempfiles

2005-11-20 Thread Bill Allombert
On Sun, Nov 20, 2005 at 08:17:17PM +0100, Uwe Zeisberger wrote:
 Package: libjpeg-progs
 Version: 6b-10
 Severity: grave
 File: /usr/bin/exifautotran
 Tags: security patch
 
 Hello,
 
 exifautotran just uses a file named tempfile for temporarly saving
 the result of jpegtran.

Note that woody is not affected since it does not include exifautotran.
Note that sarge, etch and sid include the same version.

I have put fixed package at 
http://people.Debian.org/~ballombe/jpeg

I won't upload them until I get advice from the security team.

However I am not sure this is a security bug:
The original script create a file named tempfile in the current
directory, not int /tmp.

Would you consider this script to have a security hole?
#!/bin/sh
cat $1  tempfile
mv tempfile $2

or even
#!/bin/sh
cat $1  $2

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#339431: CVE-2005-3186: Integer overflow in gdk-pixbuf's XPM code

2005-11-20 Thread Loic Minier
tags 339431 + pending patch
thanks

Hi,

 Sorry for the delay.  You can grab the proposed fixes in:
http://people.dooz.org/~lool/debian/gtk-gdk-cves.tgz (87M)
 MD5: 56148df50af6e28beaca57e4fa3bf6cc

 I found the vulnerability matrix by Moritz Muehlenhoff useful:
   Woody gtk2   Woody gdk-pixbuf   Sarge gtk2   Sarge gdk-pixbuf
CVE-2005-29751170 2841170 284
CVE-2005-29761317 413 413
CVE-2005-31861255 3591256 359

Fixed-in:  2.0.2-5woody2.1  0.17.0-2woody2.1   2.6.4-3.10.22.0-8.1

 Let me know if you have issues with this.

   Cheers,
-- 
Loïc Minier [EMAIL PROTECTED]



Processed: Re: Bug#339431: CVE-2005-3186: Integer overflow in gdk-pixbuf's XPM code

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 339431 + pending patch
Bug#339431: CVE-2005-3186: Integer overflow in gdk-pixbuf's XPM code
Tags were: fixed-in-experimental patch security
Tags added: pending, patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Cause found, and fix

2005-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 329087 +security
Bug#329087: kernel-patch-vserver: be able to do chroot escape
Tags were: moreinfo sarge
Bug#329090: barrier not working, but chroot escape does on 2.4 kernel
Tags added: security

 tag 329087 +patch
Bug#329087: kernel-patch-vserver: be able to do chroot escape
Tags were: security moreinfo sarge
Bug#329090: barrier not working, but chroot escape does on 2.4 kernel
Tags added: patch

 The upstream kernel patch maintainer looked at the Debian patch and
Unknown command or malformed arguments to command.

 found that when the port was done, key pieces were not included that
Unknown command or malformed arguments to command.

 would prevent such an escape. Namely the immutable unlink extended
Unknown command or malformed arguments to command.

 filesystem attributes and the capability system that would enforce the
Unknown command or malformed arguments to command.

 chroot barrier. This this is a Debian specific problem, limited to
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#337265: marked as done (drift: FTBFS with new tetex-bin: DVI file can't be opened)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 11:02:37 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug closed in drift version 2.1.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 3 Nov 2005 15:41:27 +
From [EMAIL PROTECTED] Thu Nov 03 07:41:27 2005
Return-path: [EMAIL PROTECTED]
Received: from srv-smtp.math.univ-rennes1.fr [129.20.36.164] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EXhDT-0003e7-00; Thu, 03 Nov 2005 07:41:27 -0800
Received: from frobnitz.homelinux.net (dyn37079.math.univ-rennes1.fr 
[129.20.37.79])
by srv-smtp.math.univ-rennes1.fr (Postfix) with ESMTP id 63D0AB8A1
for [EMAIL PROTECTED]; Thu,  3 Nov 2005 16:40:56 +0100 (CET)
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.54)
id 1EXhCy-00062P-34
for [EMAIL PROTECTED]; Thu, 03 Nov 2005 16:40:56 +0100
From: Daniel Schepler [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: drift: FTBFS with new tetex-bin: DVI file can't be opened
Message-Id: [EMAIL PROTECTED]
Date: Thu, 03 Nov 2005 16:40:56 +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: drift
Severity: serious
Version: 2.1.1-5

From my pbuilder build log:

...
TEXINPUTS=.:$TEXINPUTS \
MAKEINFO='/bin/sh /tmp/buildd/drift-2.1.1/missing --run makeinfo   -I .' \
texi2dvi drift.texi
This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 file:line:error style messages enabled.
entering extended mode
(/tmp/buildd/drift-2.1.1/docs/drift.texi (./texinfo.tex
...
Output written on drift.pdf (16 pages, 185268 bytes).
Transcript written on drift.log.
dvips -o drift.ps drift.dvi
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
make[2]: *** [drift.ps] Error 1
make[2]: Leaving directory `/tmp/buildd/drift-2.1.1/docs'
make[1]: *** [docs] Error 2
make[1]: Leaving directory `/tmp/buildd/drift-2.1.1'
make: *** [common-build-arch] Error 2

Since texi2dvi works correctly for other packages, it looks like the
local version of texinfo.tex is forcing PDF output no matter what.

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

---
Received: (at 337265-done) by bugs.debian.org; 20 Nov 2005 21:31:19 +
From [EMAIL PROTECTED] Sun Nov 20 13:31:19 2005
Return-path: [EMAIL PROTECTED]
Received: from smtpq1.tilbu1.nb.home.nl ([213.51.146.200])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdwmM-0004W5-KP
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 13:31:18 -0800
Received: from [213.51.146.190] (port=52103 helo=smtp1.tilbu1.nb.home.nl)
by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30)
id 1EdwmL-ct-2h
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 22:31:17 +0100
Received: from cc203504-a.zwoll1.ov.home.nl ([82.74.134.22]:53464 
helo=moonshine.dnsalias.org)
by smtp1.tilbu1.nb.home.nl with esmtp (Exim 4.30)
id 1EdwmK-0006CV-0Z
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 22:31:16 +0100
Received: from localhost ([127.0.0.1])
by moonshine.dnsalias.org with esmtp (Exim 4.50)
id 1EdwmI-0004Pf-Mm
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 22:31:14 +0100
Received: from moonshine.dnsalias.org ([127.0.0.1])
by localhost (moonshine.dnsalias.org [127.0.0.1]) (amavisd-new, port 
10024)
with ESMTP id 04235-09 for [EMAIL PROTECTED];
Sun, 20 Nov 2005 22:31:06 +0100 (CET)
Received: from nebula.arriesoft.nl ([192.168.1.4] helo=nebula)
by moonshine.dnsalias.org with esmtp (Exim 4.50)
id 1EdwmA-0004PW-L4
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 22:31:06 +0100
Received: from 127.0.0.1 (ident=unknown) by nebula with esmtp (masqmail
 0.2.21) id 1Edm1u-2yK-00 for [EMAIL PROTECTED]; Sun, 20 Nov
 2005 11:02:38 +0100
Subject: Bug closed in drift version 2.1.2-1
From: Arjan Oosting [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1; 

Bug#340094: CVE-2005-2781: Execution of arbitrary web code

2005-11-20 Thread Moritz Muehlenhoff
Package: phpgroupware-fudforum
Severity: grave
Tags: security
Justification: user security hole

phpgroupware embeds a shared/forked copy of fudforum, which was
vulnerable to:

| The Avatar upload feature in FUD Forum before 2.7.0 does not properly
| verify uploaded files, which allows remote attackers to execute arbitrary
| PHP code via a file with a .php extension that contains image data
| followed by PHP code.

(Please see http://secunia.com/advisories/16627/ for details)

phpgroupware-fudforum is vulnerable as well, see
http://www.mail-archive.com/phpgroupware-cvs@gnu.org/msg21210.html for a
fix.

Cheers,
Moritz

-- 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.14-2-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#316637: newt: Etch is expected to be fully Unicode-compliant so fribidi should be in Depends, not Recommends

2005-11-20 Thread Martin-Éric Racine
su, 2005-11-20 kello 10:16 -0800, Steve Langasek kirjoitti:
 On Sun, Nov 20, 2005 at 07:29:00PM +0200, Martin-Éric Racine wrote:
  Given how Unicode compliance is a release goal for Etch, having libfribidi0 
  in Recommends is not sufficient; it 
  really must show in Depends.
 
 No.  Unicode support refers to applications functioning in a UTF-8 locale
 as correctly as they do in a single-byte locale.

And it indeed doesn't function correctly here.  Not putting libfribidi0
as Depends breaks newt operation on UTF-8 locales, which in turns also
affects debconf.  Without it, debconf does NOT work correctly under a
UTF-8 locale using the 'dialog' front-end.

-- 
Martin-Éric Racine
http://q-funk.iki.fi


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


Bug#340079: insecure tempfiles

2005-11-20 Thread Steve Langasek
On Sun, Nov 20, 2005 at 10:13:00PM +0100, Bill Allombert wrote:
 However I am not sure this is a security bug:
 The original script create a file named tempfile in the current
 directory, not int /tmp.

 Would you consider this script to have a security hole?
 #!/bin/sh
 cat $1  tempfile
 mv tempfile $2

Yes, because the tool may be run in an untrusted directory that can be
written to by an attacker.

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


signature.asc
Description: Digital signature


Bug#340102: asterisk - FTBFS: Tries to build a i386 assembler file

2005-11-20 Thread Bastian Blank
:620: Error: Unrecognized opcode: `popl'
 src/k6opt.s:621: Error: Unrecognized opcode: `popl'
 src/k6opt.s:622: Error: Unrecognized opcode: `leave'
 src/k6opt.s:623: Error: Unrecognized opcode: `ret'
 make[3]: *** [src/k6opt.o] Error 1
 make[3]: Leaving directory `/build/buildd/asterisk-1.2.0.dfsg/codecs/gsm'
 make[2]: *** [gsm/lib/libgsm.a] Error 2
 make[2]: Leaving directory `/build/buildd/asterisk-1.2.0.dfsg/codecs'
 make[1]: *** [subdirs] Error 1
 make[1]: Leaving directory `/build/buildd/asterisk-1.2.0.dfsg'
 make: *** [build-arch-stamp] Error 2
 **
 Build finished at 20051120-0517
 FAILED [dpkg-buildpackage died]

Bastian


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



Bug#340103: ocamlodbc - FTBFS: cp: cannot stat `libocamlodbc.a': No such file or directory

2005-11-20 Thread Bastian Blank
Package: ocamlodbc
Version: 2.10-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of ocamlodbc_2.10-1 on debian-31 by sbuild/s390 69
[...]
 mkdir -p unixodbc
 cp -f libocamlodbc.a  ocamlodbc.cmi ocamlodbc.cma   META unixodbc/
 cp: cannot stat `libocamlodbc.a': No such file or directory
 make[1]: *** [unixodbc] Error 1
 make[1]: Leaving directory `/build/buildd/ocamlodbc-2.10'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20051120-1230
 FAILED [dpkg-buildpackage died]

Bastian


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



Bug#340105: vpnc: provided example config is 0644 (should be 0600) and contains IPsec secret

2005-11-20 Thread Martin Zobel-Helas
Package: vpnc
Version: 0.3.2+SVN20050326-2
Severity: serious
Tags: security
Justification: security


Hi Zomb,

the provided /etc/vpnc/example.conf is 0644 per default. It should be
0600 as lazy users might not add their own file but just edit
/etc/vpnc/example.conf. This file contains at least the IPsec secret.
This file should be 0600 per default.

This bug seems to be valid for all suites.

Greetings
Martin


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

Versions of packages vpnc depends on:
ii  iproute   20041019-4 Professional tools to control the 
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libgpg-error0 1.1-4  library for common error values an

vpnc recommends no packages.

-- no debconf information


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



Bug#340106: dhclient script gets wrong kernel majorname

2005-11-20 Thread annonygmouse
Package: dhclient
Severity: grave
Tags: security
Justification: user security hole


Hi, I do not know since when does this happen because I didn't need
a reboot for a while... anyway, It's recent.
The dhclient-script has a bug getting the kernel's majornumber.
On line 76 it states:
relmajor=`echo $relmajor | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'`

where it should be:
relmajor=`echo $release | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'`


Easy to solve, but it raises this bash errors:
/etc/dhclient-script: line 108: [: -lt: unary operator expected
/etc/dhclient-script: line 108: [: -eq: unary operator expected


Anyway it still works, so maybe is not _that_ bad...

Sebastià.

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


___ 
Yahoo! Model Search 2005 - Find the next catwalk superstars - 
http://uk.news.yahoo.com/hot/model-search/



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



Bug#330164: marked as done (mysql-server-4.1: Authentication bypass)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Mon, 21 Nov 2005 00:34:04 +0100
with message-id [EMAIL PROTECTED]
and subject line [Bug 16205] MySQL Authentication Bypass Vulnerability
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; 26 Sep 2005 13:06:30 +
From [EMAIL PROTECTED] Mon Sep 26 06:06:30 2005
Return-path: [EMAIL PROTECTED]
Received: from box79162.elkhouse.de [213.9.79.162] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EJsgg-0007kA-00; Mon, 26 Sep 2005 06:06:30 -0700
Received: from localhost.localdomain (unknown [195.227.105.180])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN Martin Pitt (workstation), Issuer piware CA (verified 
OK))
by box79162.elkhouse.de (Postfix) with ESMTP id D24C019637E
for [EMAIL PROTECTED]; Mon, 26 Sep 2005 15:05:54 +0200 (CEST)
Received: by localhost.localdomain (Postfix, from userid 1000)
id A3A951FDA9; Mon, 26 Sep 2005 15:05:51 +0200 (CEST)
Date: Mon, 26 Sep 2005 15:05:51 +0200
From: Martin Pitt [EMAIL PROTECTED]
To: Debian BTS Submit [EMAIL PROTECTED]
Subject: mysql-server-4.1: Authentication bypass
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=SLDf9lqlvOQaIe6s
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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


--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: mysql-server-4.1
Version: 4.1.12-1
Severity: grave
Tags: security

Hi Christian!

MySQL 4.1 and 5.0 are prone to an authentication bypass:

 http://www.nextgenss.com/advisories/mysql-authbypass.txt

4.0 seems to be unaffected. There is no CAN number yet.

Thanks,

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

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

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

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

iD8DBQFDN/IvDecnbV4Fd/IRAgeGAJ4mMcalYeZSsDAktg9DBTrwhQwxeACg6KlX
G8daD91sb6FWhDtAGBp/UsE=
=cZEj
-END PGP SIGNATURE-

--SLDf9lqlvOQaIe6s--

---
Received: (at 330164-done) by bugs.debian.org; 20 Nov 2005 23:34:09 +
From [EMAIL PROTECTED] Sun Nov 20 15:34:09 2005
Return-path: [EMAIL PROTECTED]
Received: from mail3b.westend.com ([212.117.79.78] helo=mail3b2.westend.com)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdyhF-0001zG-A2
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 15:34:09 -0800
Received: from localhost (localhost [127.0.0.1])
by mail3b2.westend.com (Postfix) with ESMTP id C6C8D1212B2
for [EMAIL PROTECTED]; Mon, 21 Nov 2005 00:34:07 +0100 (CET)
Received: from mail3b2.westend.com ([127.0.0.1])
by localhost (mail3b [127.0.0.1]) (amavisd-new, port 20024)
with ESMTP id 28410-08 for [EMAIL PROTECTED];
Mon, 21 Nov 2005 00:34:04 +0100 (CET)
Received: from app109.intern (gate.lathspell.de [212.117.68.82])
by mail3b2.westend.com (Postfix) with ESMTP id AF86312128D
for [EMAIL PROTECTED]; Mon, 21 Nov 2005 00:34:04 +0100 (CET)
Date: Mon, 21 Nov 2005 00:34:04 +0100
From: Christian Hammers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Bug 16205] MySQL Authentication Bypass Vulnerability
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]
X-Mailer: Sylpheed-Claws 1.0.5 (GTK+ 1.2.10; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
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

Well, I'm doing the same as Ubuntu and close this bug report as nobody could
verify the existence of this bug.

On 2005-11-18 

Bug#339344: marked as done (belpic - FTBFS: invalid conversion from 'unsigned int*' to 'size_t*')

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 15:32:08 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#339344: fixed in belpic 2.3.13.full-5
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 15 Nov 2005 16:47:38 +
From [EMAIL PROTECTED] Tue Nov 15 08:47:38 2005
Return-path: [EMAIL PROTECTED]
Received: from mx02.uni-tuebingen.de ([134.2.3.12])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ec3y6-0007JX-Cv
for [EMAIL PROTECTED]; Tue, 15 Nov 2005 08:47:38 -0800
Received: from mobilewave.waldi.eu.org (vpn0271.extern.uni-tuebingen.de 
[134.2.165.21])
by mx02.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id jAFGlZ8r022184
for [EMAIL PROTECTED]; Tue, 15 Nov 2005 17:47:35 +0100
Received: by mobilewave.waldi.eu.org (Postfix, from userid 1000)
id 5907D184F2; Tue, 15 Nov 2005 11:20:31 +0100 (CET)
Date: Tue, 15 Nov 2005 11:20:31 +0100
From: Bastian Blank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: belpic - FTBFS: invalid conversion from 'unsigned int*' to 'size_t*'
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.32.0.58; VDF: 
6.32.0.182; host: mx02)
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=-5.8 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
HAS_PACKAGE,UPPERCASE_25_50 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Package: belpic
Version: 2.3.13.full-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of belpic_2.3.13.full-3 on debian-31 by sbuild/s390 69
[...]
  g++ -DPACKAGE_NAME=3D\libeid\ -DPACKAGE_TARNAME=3D\libeid\ -DPACKAGE=
_VERSION=3D\2.3.13\ -DPACKAGE_STRING=3D\libeid 2.3.13\ -DPACKAGE_BUGR=
EPORT=3D\\ -DPACKAGE=3D\libeid\ -DVERSION=3D\2.3.13\ -DSTDC_HEADERS=
=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAV=
E_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=
=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DSTDC_HEAD=
ERS=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_SYS_SOCKET_H=3D1 -DH=
AVE__BOOL=3D1 -DHAVE_STDBOOL_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_MALLOC=3D1 -D=
HAVE_STDLIB_H=3D1 -DHAVE_REALLOC=3D1 -DHAVE_SYS_SELECT_H=3D1 -DHAVE_SYS_SOC=
KET_H=3D1 -DSELECT_TYPE_ARG1=3Dint -DSELECT_TYPE_ARG234=3D(fd_set *) -DS=
ELECT_TYPE_ARG5=3D(struct timeval *) -DHAVE_MEMSET=3D1 -DHAVE_SELECT=3D1 -=
DHAVE_STRCASECMP=3D1 -DHAVE_STRCHR=3D1 -DHAVE_STRDUP=3D1 -DHAVE_STRSTR=3D1 =
-I. -I. -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_F=
ILE_OFFSET_BITS=3D64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/g=
lib-1.2 -I/usr/lib/glib/include -I../ObjectsMultiPlatform/Include -I/usr/in=
clude/PCSC -I../pkcs11/opensc/src/include/ -g -O2 -MT libeid_la-CertifManag=
er.lo -MD -MP -MF .deps/libeid_la-CertifManager.Tpo -c CertifManager.cpp  -=
fPIC -DPIC -o .libs/libeid_la-CertifManager.o
 CertifManager.cpp: In member function 'long int CCertifManager::ReadCerti=
fsP15(BEID_Status*, BOOL)':
 CertifManager.cpp:200: error: invalid conversion from 'unsigned int*' to =
'size_t*'
 CertifManager.cpp:200: error:   initializing argument 4 of 'int sc_pkcs15=
_read_cached_file(sc_pkcs15_card*, const sc_path*, u8**, size_t*)'
 make[2]: *** [libeid_la-CertifManager.lo] Error 1
 make[2]: Leaving directory `/build/buildd/belpic-2.3.13.full/eidlib'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/belpic-2.3.13.full'
 make: *** [stampdir/build-stamp] Error 2
 *=
*
 Build finished at 20051114-1911
 FAILED [dpkg-buildpackage died]

size_t is not unsigned int on s390.

Bastian

---
Received: (at 339344-close) by bugs.debian.org; 20 Nov 2005 23:41:25 +
From [EMAIL PROTECTED] Sun Nov 20 15:41:25 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EdyfI-0001od-I5; Sun, 20 Nov 2005 15:32:08 -0800
From: Wouter Verhelst [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: 

Bug#332622: marked as done (exult - fails to build)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 16:02:09 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#332622: fixed in exult 1.2-6
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 7 Oct 2005 11:21:32 +
From [EMAIL PROTECTED] Fri Oct 07 04:21:32 2005
Return-path: [EMAIL PROTECTED]
Received: from mobilewave.waldi.eu.org [82.139.201.22] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENqI8-0008Sl-00; Fri, 07 Oct 2005 04:21:32 -0700
Received: by mobilewave.waldi.eu.org (Postfix, from userid 1000)
id B3814183BC; Fri,  7 Oct 2005 13:21:19 +0200 (CEST)
Date: Fri, 7 Oct 2005 13:21:19 +0200
From: Bastian Blank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: exult - fails to build
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: exult
Version: 1.2-5
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of exult_1.2-5 on debian01 by sbuild/s390 69
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.16), dpatch, flex, bison, libsdl1.2-dev (= 
 1.2.7+1.2.8cvs20041007-5.1), libsdl-mixer1.2-dev, xlibs-dev, timidity, 
 libgimp2.0-dev, libglade2-dev, zlib1g-dev, libpng12-dev, autoconf, 
 automake1.4, libtool, libx11-dev
  Warning:
  The following central src deps are (probably) missing:
   libgimp1.2-dev (= 1.2.0), libglade0-dev, libglib1.2-dev (= 1.2.0), 
 libgtk1.2-dev (= 1.2.10-4), libxml-dev (= 1:1.8.14-3)
[...]
 Checking correctness of source dependencies...
 Toolchain package versions: libc6-dev_2.3.5-6 
 linux-kernel-headers_2.6.13+0rc3-1.1 gcc-4.0_4.0.2-2 g++-4.0_4.0.2-2 
 binutils_2.16.1cvs20050902-1 libstdc++6-4.0-dev_4.0.2-2 libstdc++6_4.0.2-2
 --
 dpkg-source: extracting exult in exult-1.2
 
 +--+
 | sbuild Warning:  |
 | ---  |
 | After unpacking, there exists a file debian/files with the contents: |
 |  |
 | exult_0.98rc1-1_i386.deb contrib/games extra |
 | exult-tools_0.98rc1-1_i386.deb contrib/games extra   |
 |  |
 | This should be reported as a bug.|
 | The file has been removed to avoid dpkg-genchanges errors.   |
 +--+
 
 gcc-3.3 -I.. -DHAVE_CONFIG_H -I/usr/include/gimp-2.0 -DXTHREADS 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o ./u7shp u7shp.c 
 -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 
 -lgimpmath-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 
 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
 /usr/bin/gimptool-2.0: line 327: exec: gcc-3.3: not found
 make[3]: *** [u7shp] Error 127
 make[3]: Leaving directory `/build/buildd/exult-1.2/mapedit'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/exult-1.2'
 make[1]: *** [all-recursive-am] Error 2
 make[1]: Leaving directory `/build/buildd/exult-1.2'
 make: *** [build-stamp] Error 2

Two bugs:
- Uses gcc-3.3 without declaring a dependency against it.
- clean don't properly clean the sources.

Bastian

---
Received: (at 332622-close) by bugs.debian.org; 21 Nov 2005 00:11:25 +
From [EMAIL PROTECTED] Sun Nov 20 16:11:25 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Edz8L-00052B-9b; Sun, 20 Nov 2005 16:02:09 

Bug#340113: stunnel4: stunnel fails to run

2005-11-20 Thread Martin Schwenke
Package: stunnel4
Version: 2:4.140-1
Severity: grave
Justification: renders package unusable


stunnel loops for a long time trying to find library files and finally
terminates with:

Can't locate strict.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /usr/share/perl/5.8/AutoLoader.pm line 3.
BEGIN failed--compilation aborted at /usr/share/perl/5.8/AutoLoader.pm line 3.
Compilation failed in require at /usr/lib/perl/5.8/POSIX.pm line 7.
BEGIN failed--compilation aborted at /usr/lib/perl/5.8/POSIX.pm line 7.
Compilation failed in require at /usr/sbin/stunnel line 26.
BEGIN failed--compilation aborted at /usr/sbin/stunnel line 26.

However, this message is misleading.  strace tells us:

...
open(/usr/share/perl/5.8/strict.pm, O_RDONLY|O_LARGEFILE) = 1022
...
open(/usr/share/perl/5.8/strict.pm, O_RDONLY|O_LARGEFILE) = 1023
...
open(/usr/local/lib/site_perl/strict.pm, O_RDONLY|O_LARGEFILE) = -1 EMFILE 
(Too many open files)
...

So the problem is really that something is looping.

Oh dear...

$stunnel_bin='/usr/sbin/stunnel';

That ain't right!  Shouldn't that be /usr/sbin/stunnel4?

Hmmm...

peace  happiness,
martin


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

Versions of packages stunnel4 depends on:
ii  adduser   3.78   Add and remove users and groups
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  netbase   4.23   Basic TCP/IP networking system
ii  openssl   0.9.8a-4   Secure Socket Layer (SSL) binary a
ii  perl-modules  5.8.7-8Core Perl modules
ii  zlib1g1:1.2.3-8  compression library - runtime

stunnel4 recommends no packages.

-- no debconf information



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



Bug#324108: marked as done (libffi2 is no longer available in unstable)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Nov 2005 17:17:14 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#324108: fixed in sablevm 1.11.3-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 20 Aug 2005 09:11:16 +
From [EMAIL PROTECTED] Sat Aug 20 02:11:16 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp104.sbc.mail.mud.yahoo.com [68.142.198.203] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1E6PNj-0007Qf-00; Sat, 20 Aug 2005 02:11:15 -0700
Received: (qmail 54875 invoked from network); 20 Aug 2005 09:10:44 -
Received: from unknown (HELO triplehelix.org) ([EMAIL PROTECTED]@68.126.216.211 
with login)
  by smtp104.sbc.mail.mud.yahoo.com with SMTP; 20 Aug 2005 09:10:44 -
Received: from darjeeling.triplehelix.org (tristan.wifi.triplehelix.org 
[192.168.0.2])
by triplehelix.org (Postfix) with ESMTP id 98F932A9561;
Sat, 20 Aug 2005 02:10:43 -0700 (PDT)
Received: from joshk by darjeeling.triplehelix.org with local (Exim 3.36 #1 
(Debian))
id 1E6PND-0007Mm-00; Sat, 20 Aug 2005 02:10:43 -0700
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Joshua Kwan [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libffi2 is no longer available in unstable
X-Mailer: reportbug 3.15
Date: Sat, 20 Aug 2005 02:10:43 -0700
Message-Id: [EMAIL PROTECTED]
Sender: Joshua Kwan [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=-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: libsablevm1
Version: 1.11.3-1
Severity: serious

[EMAIL PROTECTED]:/# apt-get install libsablevm1
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libsablevm1: Depends: libffi2 (= 1:3.3.4-1) but it is not installable
E: Broken packages

libffi2 is no longer available in unstable, so libsablevm1 needs to be
rebuilt against libffi4 (or similar..) Until then, libsablevm1 is thus
uninstallable as well.

-Josh

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

---
Received: (at 324108-close) by bugs.debian.org; 21 Nov 2005 01:21:22 +
From [EMAIL PROTECTED] Sun Nov 20 17:21:22 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Ee0J0-0007Y2-AY; Sun, 20 Nov 2005 17:17:14 -0800
From: [EMAIL PROTECTED] (Grzegorz B. Prokopski)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324108: fixed in sablevm 1.11.3-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 20 Nov 2005 17:17:14 -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: sablevm
Source-Version: 1.11.3-2

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

jikes-sablevm_1.11.3-2_all.deb
  to pool/main/s/sablevm/jikes-sablevm_1.11.3-2_all.deb
libsablevm1-dev_1.11.3-2_all.deb
  to pool/main/s/sablevm/libsablevm1-dev_1.11.3-2_all.deb
libsablevm1_1.11.3-2_i386.deb
  to pool/main/s/sablevm/libsablevm1_1.11.3-2_i386.deb
sablevm_1.11.3-2.diff.gz
  to pool/main/s/sablevm/sablevm_1.11.3-2.diff.gz
sablevm_1.11.3-2.dsc
  to 

Bug#316637: newt: Etch is expected to be fully Unicode-compliant so fribidi should be in Depends, not Recommends

2005-11-20 Thread Steve Langasek
On Sun, Nov 20, 2005 at 11:43:47PM +0200, Martin-Éric Racine wrote:
 su, 2005-11-20 kello 10:16 -0800, Steve Langasek kirjoitti:
  On Sun, Nov 20, 2005 at 07:29:00PM +0200, Martin-Éric Racine wrote:
   Given how Unicode compliance is a release goal for Etch, having 
   libfribidi0 in Recommends is not sufficient; it 
   really must show in Depends.

  No.  Unicode support refers to applications functioning in a UTF-8 locale
  as correctly as they do in a single-byte locale.

 And it indeed doesn't function correctly here.  Not putting libfribidi0
 as Depends breaks newt operation on UTF-8 locales, which in turns also
 affects debconf.  Without it, debconf does NOT work correctly under a
 UTF-8 locale using the 'dialog' front-end.

Then you should have said that (and in a separate bug report, no less)
instead of claiming that dependencies were missing.  If UTF-8 isn't working
right without lifribidi0, then something's buggy in the UTF-8 support,
because libfribidi0 should *not* be required for this.

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


signature.asc
Description: Digital signature


Bug#328455: marked as done (amsynth_1.0.0-1.1(m68k/unstable/vault13): FTBFS on m68k)

2005-11-20 Thread Debian Bug Tracking System
Your message dated Mon, 21 Nov 2005 04:36:47 +0100
with message-id [EMAIL PROTECTED]
and subject line Fixed in lastest upstream
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; 15 Sep 2005 12:23:29 +
From [EMAIL PROTECTED] Thu Sep 15 05:23:29 2005
Return-path: [EMAIL PROTECTED]
Received: from adsl-78-168-20.hsv.bellsouth.net (hades.marenka.net) 
[216.78.168.20] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EFsm1-0002Wt-00; Thu, 15 Sep 2005 05:23:29 -0700
Received: from hades2.marenka.net (hades2.marenka.net [10.0.0.2])
by hades.marenka.net (Postfix) with ESMTP id 5C16E1778F
for [EMAIL PROTECTED]; Thu, 15 Sep 2005 07:23:28 -0500 (CDT)
Received: from localhost (hades2.marenka.net [127.0.0.1])
by hades2.marenka.net (Postfix) with ESMTP id 9A674358F4
for [EMAIL PROTECTED]; Thu, 15 Sep 2005 07:23:28 -0500 (CDT)
Received: from hades2.marenka.net ([127.0.0.1])
by localhost (hades2 [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 14757-05 for [EMAIL PROTECTED];
Thu, 15 Sep 2005 07:23:25 -0500 (CDT)
Received: by hades2.marenka.net (Postfix, from userid 10)
id 527DE35894; Thu, 15 Sep 2005 07:23:25 -0500 (CDT)
Received: by loki.marenka.net (Postfix, from userid 1000)
id D24611303DE; Thu, 15 Sep 2005 07:23:15 -0500 (CDT)
Date: Thu, 15 Sep 2005 07:23:15 -0500
From: Stephen R Marenka [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: amsynth_1.0.0-1.1(m68k/unstable/vault13): FTBFS on m68k
Message-ID: [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at marenka.net
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: amsynth
Version: 1.0.0-1.1
Severity: serious
Justification: fails to build on release candidate arch.
Tags: sid


amsynth fails to build from source on m68k. This is likely due
to bug #317475 on gcc-4.0. As a workaround, you might try compiling with
less optimization or gcc-3.3/gcc-3.4.


A full buildd log is available at 
http://buildd.debian.org/build.php?pkg=amsynthver=1.0.0-1.1arch=m68k

Other buildd logs may be available at 
http://buildd.debian.org/build.php?arch=pkg=amsynth

--
Stephen R. Marenka If life's not fun, you're not doing it right!
[EMAIL PROTECTED]

---
Received: (at 328455-done) by bugs.debian.org; 21 Nov 2005 02:36:11 +
From [EMAIL PROTECTED] Sun Nov 20 18:36:11 2005
Return-path: [EMAIL PROTECTED]
Received: from serverina.hacknight.org ([80.68.90.101])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ee1XO-0001bm-Uj
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 18:36:11 -0800
Received: from localhost.localdomain (unknown [203.94.94.33])
by serverina.hacknight.org (Postfix) with ESMTP id E1D1B1409F
for [EMAIL PROTECTED]; Mon, 21 Nov 2005 02:25:34 + (GMT)
To: [EMAIL PROTECTED]
Subject: Fixed in lastest upstream
From: Free Ekanayaka [EMAIL PROTECTED]
Organization: AGNULA
Date: Mon, 21 Nov 2005 04:36:47 +0100
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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=-0.4 required=4.0 tests=ADDR_FREE,BAYES_00 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Hi,

this bug is fixed in the latest upload, see:

http://people.debian.org/~igloo/status.php?email=packages=amsyntharches=

Cheers,

Free


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



  1   2   >