Bug#383744: bittorrent: btdownloadcurses fails with traceback

2006-08-19 Thread Marc Wilson
Package: bittorrent
Version: 3.4.2-8
Severity: grave
Justification: renders package unusable

Googleing it makes it look like it might be a python 2.3 vs 2.4 problem,
but the default python version has been 2.4 for a while now, so...

Exception in thread Thread-2:
Traceback (most recent call last):
  File threading.py, line 442, in __bootstrap
self.run()
  File threading.py, line 422, in run
self.__target(*self.__args, **self.__kwargs)
  File /var/lib/python-support/python2.4/BitTorrent/Rerequester.py, line 84, 
in rerequest
h = urlopen(url)
  File urllib2.py, line 130, in urlopen
return _opener.open(url, data)
  File urllib2.py, line 364, in open
response = meth(req, response)
  File urllib2.py, line 468, in http_response
code, msg, hdrs = response.code, response.msg, response.info()
AttributeError: addinfourldecompress instance has no attribute 'code'

I can't find a combination of downgraded packages that makes it work
again.  Debian's ever-so-nifty-and-impossible-to-understand Python
Policy and the infighting going on about it make it impossible for me to
work out whether it's bittorrent's problem or Python's.

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

Versions of packages bittorrent depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.1  automated rebuilding support for p

Versions of packages bittorrent recommends:
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap

-- no debconf information


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



Bug#381665: marked as done (pympd crash)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Fri, 18 Aug 2006 23:27:22 -0700
with message-id [EMAIL PROTECTED]
and subject line pympd crash
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---

Package:pympd
Version: 0.07-1 


$ pympd 
Traceback (most recent call last):

 File /usr/bin/pympd, line 14, in ?
   from pympd.modules import pympdriver
 File /usr/lib/python2.3/site-packages/pympd/modules/pympdriver.py, line 1, 
in ?
   import gtk
 File /var/lib/python-support/python2.3/gtk-2.0/gtk/__init__.py, line 45, in ?
   from _gtk import *
ImportError: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden


Debian etch

Cheers
Fabien 



---End Message---
---BeginMessage---
This is definitely not a bug in libcairo2 or libfreetype6.  Whatever version
of libfreetype.so.6 you have on your system, it is not the Debian version
that libcairo2 depends on; this is a local configuration problem, not a
Debian bug.

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


Bug#382807: -rdynamic required

2006-08-19 Thread Kris Jurka
Looking at these messages and a quick google revealed this email 
suggesting that -rdynamic was needed.


http://lists.ximian.com/pipermail/glade-users/2005-October/002750.html

So I added a LDFLAGS declaration to debian/rules as attached and it 
works for me.
--- silky-0.5.2/debian/rules2004-08-20 14:09:00.0 -0700
+++ my-silky-0.5.2/debian/rules 2006-08-18 23:21:26.0 -0700
@@ -14,6 +14,7 @@
 
 
 CFLAGS = -Wall -g
+LDFLAGS = -rdynamic
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -27,7 +28,7 @@
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   CFLAGS=$(CFLAGS) ./configure \
+   CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \


Bug#383746: qof: FTBFS (sparc): test suite failures

2006-08-19 Thread Clint Adams
Package: qof
Severity: serious
Version: 0.7.0-1

http://buildd.debian.org/fetch.php?pkg=qof%26ver=0.7.0-1%26arch=sparc%26stamp=1155137227%26file=log

[...]
Executed 344 tests. There were 6 failures.
FAIL: test-book-merge
[...]
Executed 1908 tests. There were 99 failures.
FAIL: test-date
[...]
==
2 of 8 tests failed
Please report to http://lists.sourceforge.net/lists/listinfo/qof-devel
==
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/build/buildd/qof-0.7.0/qof/test'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/build/buildd/qof-0.7.0/qof/test'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/build/buildd/qof-0.7.0/qof'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/build/buildd/qof-0.7.0'
make: *** [debian/stamp-makefile-check] Error 2
**



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



Bug#382086: libapache2-mod-suphp: hangs when php script sends 4097 bytes of data to stderr

2006-08-19 Thread Steve Langasek
Hi Sam,

Should this bug really be considered grave?  Is there a valid reason why
the exec'ed scripts should be printing to stderr, or could this be equally
considered a bug in those scripts?

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



Processed: tagging 381817

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 381817 sid
Bug#381817: Uninstallable due to unmet dep on ghc ( 6.4.2)
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#373711: marked as done (libxv1: missing copyright file)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 03:40:26 -0300
with message-id [EMAIL PROTECTED]
and subject line This bug has already been fixed
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---

Package: libxv1
Version: 1:1.0.1-3
Severity: serious

The copyright file is missing in /usr/share/doc/libxv1.  Please add it
as mandated by section 12.5 of the Debian Policy Manual.


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

Versions of packages libxv1 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  x11-common1:7.0.22   X Window System (X.Org) infrastruc

libxv1 recommends no packages.

-- no debconf information




---End Message---
---BeginMessage---
Version: 1:1.0.1-4

This bug was fixed by Andres Salomon in a previous version.

Therefore, I'm closing this bug

-- 
Love,
Marga
---End Message---


Processed: tagging 381816

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 381816 sid
Bug#381816: Uninstallable due to unmet dep on ghc6 ( 6.4.1-999)
Tags were: patch
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 382385

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

 tags 382385 + patch
Bug#382385: mozilla_2:1.7.13-0.3(hppa/unstable): FTBFS: compile errors
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#372719: regression in FreeType security fix for DSA-1095

2006-08-19 Thread Steve Langasek
On Sun, Jul 23, 2006 at 08:51:29PM +0200, Martin Schulze wrote:
 Steve Langasek wrote:
  On Fri, Jul 07, 2006 at 08:42:59PM +0200, Martin Schulze wrote:

  It appears to be a correct fix for the regression that has been reported.

   I'd rather make it read:

   if (height = 0 || (FT_ULong)pitch  LONG_MAX/height)

   because later we have pitch * height which will result in a malloc
   of zero.

 s/of zero/of less than zero/ it should have read, i.e. a negative malloc
 which is general a bad thing.

Ok, that's fair.  I think there's still the possibility of a negative malloc
if pitch is negative, but that's now several steps removed from the stated
vulnerability, and in the meantime we still have the crasher regression, so
I've updated the patch to use the height = 0 check.

 I still see

 --- freetype-2.1.7.orig/--variant=buildd/debootstrap/debootstrap.log
 +++ freetype-2.1.7/--variant=buildd/debootstrap/debootstrap.log
 @@ -0,0 +1,2 @@
 +/usr/sbin/debootstrap: line 349: .: /chroots/sarge-i386-pristine: is a 
 directory
 +/usr/sbin/debootstrap: line 349: .: /chroots/sarge-i386-pristine: is a 
 directory
 
 which ought not to be there.

Well, apparently the -3 package that you said you couldn't find was on
security.d.o all along, because this was *not* in the second -3 package that
I uploaded; but that one was rejected because it was a duplicate.

I've uploaded -4 now with the additional check.

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


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



Bug#372719: regression in FreeType security fix for DSA-1095

2006-08-19 Thread Martin Schulze
Steve Langasek wrote:
 On Sun, Jul 23, 2006 at 08:51:29PM +0200, Martin Schulze wrote:
  Steve Langasek wrote:
   On Fri, Jul 07, 2006 at 08:42:59PM +0200, Martin Schulze wrote:
 
   It appears to be a correct fix for the regression that has been reported.
 
I'd rather make it read:
 
if (height = 0 || (FT_ULong)pitch  LONG_MAX/height)
 
because later we have pitch * height which will result in a malloc
of zero.
 
  s/of zero/of less than zero/ it should have read, i.e. a negative malloc
  which is general a bad thing.
 
 Ok, that's fair.  I think there's still the possibility of a negative malloc
 if pitch is negative, but that's now several steps removed from the stated
 vulnerability, and in the meantime we still have the crasher regression, so
 I've updated the patch to use the height = 0 check.
 
  I still see
 
  --- freetype-2.1.7.orig/--variant=buildd/debootstrap/debootstrap.log
  +++ freetype-2.1.7/--variant=buildd/debootstrap/debootstrap.log
  @@ -0,0 +1,2 @@
  +/usr/sbin/debootstrap: line 349: .: /chroots/sarge-i386-pristine: is a 
  directory
  +/usr/sbin/debootstrap: line 349: .: /chroots/sarge-i386-pristine: is a 
  directory
  
  which ought not to be there.
 
 Well, apparently the -3 package that you said you couldn't find was on
 security.d.o all along, because this was *not* in the second -3 package that
 I uploaded; but that one was rejected because it was a duplicate.
 
 I've uploaded -4 now with the additional check.

Oh damn you!

This way we won't get an update any time.

I was tying to build -2.5 with no luck, then just started with -3.1 to
fix your invisible -3 build, and just no you've deciced to upload -4
which is also invisible to us and which most probably blocks -3.1 from
building - as I see -4 build logs.  Thanks you very much.

-- 
Unix is user friendly ...  It's just picky about its friends.

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]



Bug#379371: status

2006-08-19 Thread Martín Ferrari

I can confirm that this is not a libgd-gd2-perl problem, but a libgd2 problem.

The problem arises with a patch which changes all the font
definitions, generated by the maintainer with different fonts. THe
purpose of this patch was supposedly to change the font encoding,
which would also break things, but it also has a different style,
which makes the giant font look smaller than the large font. I have
already filed a bug against libgd (#383747), and I expect this one to
be closed when libgd is fixed.

This could also be fixed modifying the test*.png template files, to
match the new fonts, but I believe that the change in libgd is bad and
should be reverted.

On a side note, the warning about header files noted in the OP is
indeed a bug in GD, which fails to sanitize gcc output, and therefore
is not really checking correctly library clashes. I include here the
patch that fixes it.

--
Martín Ferrari
--- Makefile.PL-orig	2006-06-01 16:59:19.0 -0300
+++ Makefile.PL	2006-08-19 02:20:03.0 -0300
@@ -290,7 +290,9 @@
   my $data= `$cc -print-search-dirs`;
   $data ||= '';
   my ($libraries) = $data =~ /^libraries: =(.+)/m;
-  my %libraries   = map {$_=1} (split /:/,$libraries),'/include','/usr/include','/usr/local/include','/opt/include','/usr/X11R6/include';
+  my @libraries = (split /:/,$libraries),'/include','/usr/include','/usr/local/include','/opt/include','/usr/X11R6/include';
+  map {$_ =~ s#/$##g} @libraries;
+  my %libraries   = map {$_=1} @libraries;
   my $problems;
   foreach (keys %libraries) {
 s/\blib\b/include/;


Bug#382429: libc6 problem?

2006-08-19 Thread Steve Langasek
On Thu, Aug 17, 2006 at 09:04:17PM +0200, Harald Dunkel wrote:
 PS: The problem seems to be related to the most recent libc6
 update. After rebuilding and installing 23b-2

Then the problem went away because you rebuilt 23b-2; it has nothing to do
with which version of glibc you had installed.

 If I install the official debian packages for Samba, or if
 I upgrade libc6 to 2.3.6.ds1-1, then I get

I think you'll find that this is the case *only* when you install the
official Debian package, and has nothing to do with upgrading libc6.

I've tested here with downgrades to libc6 2.3.6-17, with no difference in
behavior.

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


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



Bug#383344: thunderbird: crashes on startup

2006-08-19 Thread Leszek Koltunski


Sure, no problem. I am flying overseas today, though -till Monday 
I'll be unavailable.


L.

On Sat, 19 Aug 2006, Alexander Sack - Debian Bugmail wrote:


OK,

I am preparing a new package revision that produces debug
symbols. Since I have no amd64 box at hand, would you volunteer to
respin this package on your machine in order to get a readable
backtrace (Of course, I would provide instructions)?

- Alexander

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




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



Bug#383741: workaround

2006-08-19 Thread Marco d'Itri
touch /etc/cron.deny

-- 
ciao,
Marco


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



Bug#374897: bigloo and java: the problem is more subtle

2006-08-19 Thread Steve Langasek
On Sun, Aug 13, 2006 at 11:28:03PM +0200, Yann Dirson wrote:
 The problem is more subtle, as shown by the arm build of 2.8a-2:

java: no
 *** ERROR:configure:Can't configure Java.
 Command:
 ./autoconf/javatest --java=/usr/bin/java --jflags= --jvflags=-noverify 
 --javac=/usr/bin/javac --jcflags=-O --user=buildd --tmp=/tmp --cpsep=:
 failed unexpectedly (see configure.log for details).

 That is, it is indeed checking for an available /usr/bin/java... which
 we have, because gij is installed by side-effect.  But then, what is
 this failure on arm ?

Sorry, this seems to be something quite different from the bug I was
originally reporting on; I have no idea why these build scripts aren't able
to find a working java on the buildd.

-- 
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#372719: regression in FreeType security fix for DSA-1095

2006-08-19 Thread Steve Langasek
On Sat, Aug 19, 2006 at 09:28:46AM +0200, Martin Schulze wrote:
  Well, apparently the -3 package that you said you couldn't find was on
  security.d.o all along, because this was *not* in the second -3 package that
  I uploaded; but that one was rejected because it was a duplicate.

  I've uploaded -4 now with the additional check.

 I was tying to build -2.5 with no luck, then just started with -3.1 to
 fix your invisible -3 build, and just no you've deciced to upload -4
 which is also invisible to us and which most probably blocks -3.1 from
 building - as I see -4 build logs.  Thanks you very much.

Gee, thanks for swearing at me.  How is it *my* fault that you can't see
builds that are being uploaded to the documented queue on
security.debian.org, and why did you not bother to let *me* know that
something had changed with the package when I'd previously been given
approval to upload?  I'm sure I could've found something else to do with my
time tonight besides trying to help clean up after your broken DSA build.

Either way, I guess this bug is not my problem any more, since I apparently
can't contribute anything useful to fixing it and am not sure I would want
to if there was.

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


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



Bug#382617: marked as done (samhain: FTBFS: multiple undefined references)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 01:47:22 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#382617: fixed in samhain 2.2.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)

---BeginMessage---
Package: samhain
Version: 2.2.0-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of samhain_2.2.0-2 on avidan by sbuild/i386 0.49
 Build started at 20060812-0354
 **
...
 ./encode 0 ./src/sh_prelude_old.c -- x_sh_prelude_old.c
 ./encode 0 ./src/`echo sh_prelude_old.o |sed 's%\.o$%%'`.c
 echo gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -fstack-protector -Wall -W  
 -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o `echo 
 sh_prelude_old.o |sed 's%.*/%%'` -c x_`echo sh_prelude_old.o |sed 
 's%\.o$%%'`.c
 gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -fstack-protector -Wall -W  
 -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o 
 sh_prelude_old.o -c x_sh_prelude_old.c
 gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -fstack-protector -Wall -W  
 -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o `echo 
 sh_prelude_old.o |sed 's%.*/%%'` -c x_`echo sh_prelude_old.o |sed 
 's%\.o$%%'`.c
 rm x_`echo sh_prelude_old.o |sed 's%\.o$%%'`.c
 gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -fstack-protector -Wall -W  
 -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o sh_tiger_i.o 
 -c ./src/sh_tiger1.s
 gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -fstack-protector -Wall -W  
 -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o sh_tiger_i.o 
 -c ./src/sh_tiger1.s
 gcc  -O  -o samhain sh_tiger_i.o sh_files.o sh_tiger0.o sh_tiger2.o 
 sh_tiger2_64.o samhain.o sh_unix.o sh_utils.o sh_error.o sh_getopt.o 
 sh_readconf.o sh_hash.o sh_mail.o sh_mem.o sh_entropy.o sh_forward.o 
 sh_modules.o sh_utmp.o sh_kern.o sh_suidchk.o sh_srp.o sh_fifo.o sh_tools.o 
 sh_html.o sh_gpg.o sh_cat.o sh_calls.o sh_extern.o sh_database.o sh_err_log.o 
 sh_err_console.o sh_err_syslog.o sh_schedule.o bignum.o trustfile.o 
 rijndael-alg-fst.o rijndael-api-fst.o slib.o zAVLTree.o sh_socket.o 
 sh_ignore.o sh_prelude.o sh_mounts.o sh_userfiles.o sh_prelink.o sh_static.o 
 sh_prelude_old.o  -lnsl  -lnsl -lresolv
 gcc  -O  -o samhain sh_tiger_i.o sh_files.o sh_tiger0.o sh_tiger2.o 
 sh_tiger2_64.o samhain.o sh_unix.o sh_utils.o sh_error.o sh_getopt.o 
 sh_readconf.o sh_hash.o sh_mail.o sh_mem.o sh_entropy.o sh_forward.o 
 sh_modules.o sh_utmp.o sh_kern.o sh_suidchk.o sh_srp.o sh_fifo.o sh_tools.o 
 sh_html.o sh_gpg.o sh_cat.o sh_calls.o sh_extern.o sh_database.o sh_err_log.o 
 sh_err_console.o sh_err_syslog.o sh_schedule.o bignum.o trustfile.o 
 rijndael-alg-fst.o rijndael-api-fst.o slib.o zAVLTree.o sh_socket.o 
 sh_ignore.o sh_prelude.o sh_mounts.o sh_userfiles.o sh_prelink.o sh_static.o 
 sh_prelude_old.o  -lnsl  -lnsl -lresolv
 sh_files.o: In function `sh_files_parse_mask':
 x_sh_files.c:(.text+0x45d): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x695): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x849): undefined reference to `__stack_chk_fail'
 sh_files.o: In function `sh_files_filecheck':
 x_sh_files.c:(.text+0x1619): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x16ad): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x1921): undefined reference to `__stack_chk_fail'
 sh_files.o: In function `sh_files_checkdir':
 x_sh_files.c:(.text+0x1f73): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x1fbc): undefined reference to `__stack_chk_guard'
 x_sh_files.c:(.text+0x2756): undefined reference to `__stack_chk_fail'
 sh_tiger0.o: In function `md5_buffer':
 x_sh_tiger0.c:(.text+0x2bd3): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x2c09): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x2c1d): undefined reference to `__stack_chk_fail'
 sh_tiger0.o: In function `sh_tiger_hash_val':
 x_sh_tiger0.c:(.text+0x2c8b): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x2cd9): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x348f): undefined reference to `__stack_chk_fail'
 sh_tiger0.o: In function `sh_tiger_hash_gpg':
 x_sh_tiger0.c:(.text+0x37a0): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x38b3): undefined reference to `__stack_chk_guard'
 x_sh_tiger0.c:(.text+0x3934): undefined reference to `__stack_chk_fail'
 sh_tiger0.o: In function 

Bug#382444: marked as done (scim-uim: libuim1 transition)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 01:54:18 -0700
with message-id [EMAIL PROTECTED]
and subject line Request for binNMU for scim-uim
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: scim-uim
Version: 0.1.4-1
Severity: normal

Hi,

uim changed its library soname to libuim1 since version 1.1.1.
So I believe scim-uim has to be rebuild with libuim-dev (= 1.1.1)
for the transition.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]

---End Message---
---BeginMessage---
On Thu, Aug 17, 2006 at 07:21:06PM -0500, Ming Hua wrote:

 Starting from version 1:1.1.1, package uim changed the SONAME, and
 builds libuim1 instead of libuim0.  As scim-uim depends on libuim0, it
 is uninstallable in unstable now (bug #382444).

 This library transition for uim indeed has API changes, but fortunately
 scim-uim doesn't use any of the changed part of the API, so a simple
 rebuild should be sufficient, therefore I am requesting a binNMU.

BinNMUs scheduled for all architectures, fixed packages should become
available in unstable starting tomorrow.  Closing this report.

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


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


Processed: tagging 379988

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 379988 sid
Bug#379988: Uninstallable due to unmet dep on libyaz
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#383741: marked as done (users can no longer use cron)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 02:02:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#383741: fixed in cron 3.0pl1-97
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: cron
Version: 3.0pl1-96
Severity: serious

[EMAIL PROTECTED]:~crontab -l
You (joey) are not allowed to use this program (crontab)
See crontab(1) for more information

This is not a cron.allow ot cron.deny issue:

stat64(/var/spool/cron, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir(/var/spool/cron)= 0
stat64(crontabs, {st_mode=S_IFDIR|S_ISVTX|0730, st_size=4096, ...}) = 0
open(/etc/cron.allow, O_RDONLY)   = -1 ENOENT (No such file or directory)
open(/etc/cron.deny, O_RDONLY)= -1 ENOENT (No such file or directory)
write(2, You (joey) are not allowed to us..., 57You (joey) are not allowed to 
use this program (crontab)
) = 57
write(2, See crontab(1) for more informat..., 36See crontab(1) for more 
information

Verified on irc that others see this.

-- 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.16-2-xen-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cron depends on:
ii  adduser  3.97Add and remove users and groups
ii  debianutils  2.17Miscellaneous utilities specific t
ii  libc62.3.6.ds1-2 GNU C Library: Shared libraries
ii  libpam0g 0.79-3.2Pluggable Authentication Modules l
ii  libselinux1  1.30.26-2   SELinux shared libraries
ii  lsb-base 3.1-14  Linux Standard Base 3.1 init scrip

Versions of packages cron recommends:
ii  postfix [mail-transport-agent 2.3.2-1A high-performance mail transport 

-- no debconf information

-- 
see shy jo

---End Message---
---BeginMessage---
Source: cron
Source-Version: 3.0pl1-97

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

cron_3.0pl1-97.diff.gz
  to pool/main/c/cron/cron_3.0pl1-97.diff.gz
cron_3.0pl1-97.dsc
  to pool/main/c/cron/cron_3.0pl1-97.dsc
cron_3.0pl1-97_i386.deb
  to pool/main/c/cron/cron_3.0pl1-97_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.
Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED] (supplier of updated cron 
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: Sat, 19 Aug 2006 10:36:48 +0200
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-97
Distribution: unstable
Urgency: high
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 cron   - management of regular background processing
Closes: 383741
Changes: 
 cron (3.0pl1-97) unstable; urgency=high
 .
   * Fix the behaviour of crontab so that in systems that do *not* have
 a cron.allow file users will be allowed to use crontab, change
 the behaviour of the previous version because it was contrary
 to the manpage (now a user that is in *both* cron.deny and
 cron.allow will be allowed access) (Closes: #383741)
Files: 
 d84765a379c585f7a13d01811f729459 801 admin important cron_3.0pl1-97.dsc
 b2fc9acdbac51d031eecb2153792149a 65968 admin important cron_3.0pl1-97.diff.gz
 d457d481bff933c5535f190c6b9f4dd1 77720 admin important cron_3.0pl1-97_i386.deb

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

iQCVAwUBRObRyPtEPvakNq0lAQKo7QQAhEZzbtD6wKfM3HoicoJC/3yxRpDIKia9
wdHsS90f6GuX4NX9FHKxSffN92hvGd2ESNGlzq0zzY3iHniAg6WDg5Av/p1CkFnA
sIYNwhnqjU3zHXldnAVQtk0WUC5onuF9U4YqRUiOtGDApSOqzoDuNtDjnEqNKgnM
nJkMYqcofGM=
=woRM
-END PGP SIGNATURE-

---End Message---


Processed: tagging 382444

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 382444 sid
Bug#382444: scim-uim: libuim1 transition
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: merging 383403 242866

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

 # Automatically generated email from bts, devscripts version 2.9.20
 merge 383403 242866
Bug#242866: drivers containing firmware blobs
Bug#383403: linux-2.6: includes nondistributable and non-free binary firmware
Bug#243022: ymfpci_image.h: Sourceless microcode without permission to 
redistribute
Merged 242866 243022 383403.


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#382607: second patch

2006-08-19 Thread sean finney
the second set of changes of which i spoke do seem to be overlapping,
so i'll try merging them together and applying them both:

http://pike.ida.liu.se/development/cvs/diff.xml?module=Pikefile=7.6/src/modules/Postgres/postgres.cfrom=1.40to=1.41


sean

-- 


signature.asc
Description: Digital signature


Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Yavor Doganov
Package: exim4-config
Version: 4.62-4
Severity: serious

When upgrading the exim4 packages I receive the following error:

Setting up exim4-config (4.62-4) ...
/usr/sbin/update-exim4.conf: line 434: 14851 Illegal instruction
${EXIM} -C ${UPEX4C_outputfile}.tmp -bV /dev/null
Invalid new configfile /var/lib/exim4/config.autogenerated.tmp
not installing /var/lib/exim4/config.autogenerated.tmp to 
/var/lib/exim4/config.autogenerated
dpkg: error processing exim4-config (--configure):
 subprocess post-installation script returned error exit status 1

I have purged them and tried a fresh install, but the error is the
same.  Perhaps it is worth noting that this happens only on one of my
machines which is running Debian testing, and it is an old one (Cyrix
100 MHz).  I am reporting this bug from another one (obviously!) and
changed the information below accordingly.

-- Package-specific info:
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='internet'
dc_other_hostnames='yavor.doganov.org:chushkopek.org'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.168.0.0/24'
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
mailname:yavor.doganov.org

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

Versions of packages exim4-config depends on:
ii  adduser   3.96   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy

exim4-config recommends no packages.

-- debconf information:
  exim4/dc_noalias_regenerate: false
  exim4/dc_smarthost:
* exim4/dc_relay_domains:
* exim4/dc_relay_nets: 192.168.0.0/24
* exim4/mailname: yavor.doganov.org
* exim4/dc_local_interfaces:
  exim4/dc_minimaldns: false
  exim4/exim3_upgrade: true
* exim4/dc_other_hostnames: yavor.doganov.org:chushkopek.org
* exim4/dc_eximconfig_configtype: internet site; mail is sent and received dire
  exim4/no_config: true
  exim4/hide_mailname:
  exim4/dc_postmaster:
  exim4/dc_readhost:
* exim4/use_split_config: false
  exim4/exim4-config-title:


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



Processed: tagging 383403

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 383403 - confirmed
Bug#383403: linux-2.6: includes nondistributable and non-free binary firmware
Tags were: upstream sid d-i etch confirmed help sarge-ignore
Bug#242866: drivers containing firmware blobs
Bug#243022: ymfpci_image.h: Sourceless microcode without permission to 
redistribute
Tags removed: confirmed


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#382607: further info on CVE-2006-4041

2006-08-19 Thread sean finney
tags 382607 patch
clone 382607 -1
reassign -1 pike7.6
found -1 7.6.24
notfound -1 7.6.87
thanks

(some bts-fu to reflect the bug exists in both versions of pike)

executive summary for security team: not escaping query strings
can possibly result in SQL injection for apps that use pike+postgresql.

i've developed a patch which cleanly applies to both the 7.2 and 7.6
branches that exist in sarge.  however, looking more closely at
what the patch actually *does*, it seems that it does nothing
but provide a new function which can do the escaping of query strings.

(patch attached)

therefore, i'm not sure that this is even really a valid security issue
worth an update, at least by itself.  unless this function is somehow
automatically invoked when code uses the postgres module, it has no
effect on any application that uses pike/postgres, and thus has no
improvement on security apart from offering pike developers in sarge
access to the function in question.

so, i propose that either (a) in addition to supplying the fix we audit
all pike+postgres apps using postgresql, or (b) consider dropping the
issue entirely.

okay, i just did (a), and it doesn't look like there are any
pike+postgres apps in the archive for sarge at all.  so given that,
what say you security team?


sean

ps - fwiw pike seems to FTBFS for me in sarge right now, so i don't have
 a working NMU diff.gz
-- 
--- old/src/modules/Postgres/postgres.c 2004-02-03 10:13:58.0 +
+++ new/src/modules/Postgres/postgres.c 2006-08-19 09:37:09.0 +
@@ -728,6 +728,33 @@
Pike_error (Bad connection.\n);
 }
 
+/*! @decl string quote(string s)
+ *!
+ *! Escape a string to prevent SQL injection, using the current connection's
+ *! character encoding settings.
+ */
+static void f_quote(INT32 args)
+{
+   int err;
+   int len;
+   struct pike_string *ret;
+   struct pike_string *s;
+   char *err_msg;
+
+   get_all_args(Postgres-quote, args, %S, s);
+
+   ret = begin_shared_string(s-len * 2 + 1);
+   len = PQescapeStringConn(THIS-dblink, ret-str, s-str, s-len, err);
+   if (err != 0) {
+   err_msg = PQerrorMessage(THIS-dblink);
+   set_error(err_msg);
+   Pike_error(err_msg);
+   }
+   pop_n_elems(args);
+   push_string(end_and_resize_shared_string(ret, len));
+}
+
+
 /*! @endclass
  *!
  *! @endmodule
@@ -762,6 +795,9 @@
   ADD_FUNCTION(host_info,f_host_info,tFunc(tVoid,tStr),
OPT_EXTERNAL_DEPEND|OPT_RETURN);
 
+  /* function(string:string) */
+  ADD_FUNCTION(quote, f_quote, tFunc(tStr,tStr), 0);
+
/* postgres-specific functions */
/* function(void:void) */
   
ADD_FUNCTION(reset,f_reset,tFunc(tVoid,tVoid),OPT_EXTERNAL_DEPEND|OPT_SIDE_EFFECT);


signature.asc
Description: Digital signature


Processed: further info on CVE-2006-4041

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

 tags 382607 patch
Bug#382607: CVE-2006-4041: Pike Unspecified SQL Injection Vulnerability
Tags were: security
Tags added: patch

 clone 382607 -1
Bug#382607: CVE-2006-4041: Pike Unspecified SQL Injection Vulnerability
Bug 382607 cloned as bug 383766.

 reassign -1 pike7.6
Bug#383766: CVE-2006-4041: Pike Unspecified SQL Injection Vulnerability
Bug reassigned from package `pike7.2' to `pike7.6'.

 found -1 7.6.24
Bug#383766: CVE-2006-4041: Pike Unspecified SQL Injection Vulnerability
Bug marked as found in version 7.6.24.

 notfound -1 7.6.87
Bug#383766: CVE-2006-4041: Pike Unspecified SQL Injection Vulnerability
Bug marked as not found in version 7.6.87.

 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#366172: libnss-ldap: abort during useradd (ber_free_buf error)

2006-08-19 Thread Steve Langasek
Scott,

Are you still seeing this error with useradd?  Does it happen with
libnss-ldap 251-5, which is now the current version in testing/unstable?

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


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



Processed: Re: Bug#383759: exim4-config: Fails to upgrade/install

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

 found 383759 4.63-2
Bug#383759: exim4-config: Fails to upgrade/install
Bug marked as found in version 4.63-2.

 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#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Yavor Doganov
found 383759 4.63-2
thanks

I experience the same trouble with the version from unstable.  No
problem with the Sarge packages.

-- 
I had a very low opinion of TCL, basically because it wasn't Lisp. --RMS


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



Bug#383493: easy fix

2006-08-19 Thread Holger Levsen
Hi,

the place to fix this is in debian/postinst and is pretty straightforward.


regards,
Holger


pgpYe1QA5nWNC.pgp
Description: PGP signature


Bug#383772: openjade: FTBFS: cmp error, License is not GPL-2

2006-08-19 Thread Julien Danjou
Package: openjade
Version: 1.4devel1-16
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of openjade_1.4devel1-16 on avidan by sbuild/i386 0.49
 Build started at 20060819-1338
 **
...
 make[1]: Leaving directory `/build/buildd/openjade-1.4devel1'
 touch install-stamp
 cmp -s COPYING /usr/share/common-licenses/GPL-2 || \
   (echo License is not GPL-2  false)
 License is not GPL-2
 make: *** [debian/copyright] Error 1
 **
 Build finished at 20060819-1350
 FAILED [dpkg-buildpackage died]
 --

Kinda funny.

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


signature.asc
Description: Digital signature


Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Marc Haber
On Sat, Aug 19, 2006 at 12:27:25PM +0300, Yavor Doganov wrote:
 When upgrading the exim4 packages I receive the following error:
 Setting up exim4-config (4.62-4) ...
 /usr/sbin/update-exim4.conf: line 434: 14851 Illegal instruction
 ${EXIM} -C ${UPEX4C_outputfile}.tmp -bV /dev/null
 Invalid new configfile /var/lib/exim4/config.autogenerated.tmp
 not installing /var/lib/exim4/config.autogenerated.tmp to 
 /var/lib/exim4/config.autogenerated
 dpkg: error processing exim4-config (--configure):
  subprocess post-installation script returned error exit status 1
 
 I have purged them and tried a fresh install, but the error is the
 same.  Perhaps it is worth noting that this happens only on one of my
 machines which is running Debian testing, and it is an old one (Cyrix
 100 MHz).

Illegal Instruction? That sounds like a compiler issue with your exim
binary.

Can you please try this:

# /usr/sbin/exim4 -C /dev/null -bV
Exim version 4.63 #1 built 15-Aug-2006 20:40:36
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /dev/null

This is output of an exim4-daemon-light. Your output should be _very_
similiar.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#367221: (no subject)

2006-08-19 Thread Stefan Huebner
Wouldn't it be usefull to forcing that version of python-gst0.10?

Thanks,
Stefan

Subject: quodlibet: problem with pygst still persists here
Followup-For: Bug #367221
Package: quodlibet
Version: 0.22-2



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

Versions of packages quodlibet depends on:
ii  exfalso   0.22-2 audio tag editor for GTK+
ii  gstreamer0.10-plugins-base0.10.5-1   GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.2-1   GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly0.10.2-1   GStreamer plugins from the ugly 
ii  python-central0.5.0  register and build utility for Pyt
ii  python-gst0.100.10.4-4   generic media-playing framework (P
ii  python2.4 2.4.3-8An interactive high-level object-o

Versions of packages quodlibet recommends:
ii  gstreamer0.10-alsa0.10.5-1   GStreamer plugin for ALSA
pn  gstreamer0.10-gnomevfsnone (no description available)
ii  python-feedparser 4.1-2  Universal Feed Parser for Python
ii  quodlibet-ext 0.22-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#367221: my last report

2006-08-19 Thread Stefan Huebner
Sorry, the complete mail should have said, that...

after upgrading from quodlibet 0.21.1-1 I experienced the same problem. After 
some research though, I was able to fix the issue by upgrading python-gst0.10 
from 0.10.2-.. to 0.10.4-4.

don't know, why reportbugs dumped that part of the mail. Hope, this clarifies 
my report slightly.

Regards,
Stefan

On Sat, Aug 19, 2006 at 02:14:48PM +0200, Stefan Huebner wrote:
 Wouldn't it be usefull to forcing that version of python-gst0.10?
 
 Thanks,
 Stefan
 
 Subject: quodlibet: problem with pygst still persists here
 Followup-For: Bug #367221
 Package: quodlibet
 Version: 0.22-2
 
 
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (300, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.15-1-k7-smp
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 
 Versions of packages quodlibet depends on:
 ii  exfalso   0.22-2 audio tag editor for GTK+
 ii  gstreamer0.10-plugins-base0.10.5-1   GStreamer plugins from the 
 base 
 ii  gstreamer0.10-plugins-good0.10.2-1   GStreamer plugins from the 
 good 
 ii  gstreamer0.10-plugins-ugly0.10.2-1   GStreamer plugins from the 
 ugly 
 ii  python-central0.5.0  register and build utility for 
 Pyt
 ii  python-gst0.100.10.4-4   generic media-playing framework 
 (P
 ii  python2.4 2.4.3-8An interactive high-level 
 object-o
 
 Versions of packages quodlibet recommends:
 ii  gstreamer0.10-alsa0.10.5-1   GStreamer plugin for ALSA
 pn  gstreamer0.10-gnomevfsnone (no description available)
 ii  python-feedparser 4.1-2  Universal Feed Parser for Python
 ii  quodlibet-ext 0.22-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#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Yavor Doganov
On Sat, Aug 19, 2006 at 01:58:32PM +0200, Marc Haber wrote:
 Illegal Instruction? That sounds like a compiler issue with your exim
 binary.
 
 Can you please try this:
 
 # /usr/sbin/exim4 -C /dev/null -bV
Illegal instruction

This is the whole output (exim4-daemon-heavy 4.62-4).

-- 
Best regards / SSC Varna | E-mail: [EMAIL PROTECTED]
Yavor Doganov| Mobile: +359 88 7517748 
Southway Shipping Consultancy Ltd.-Gibraltar, Varna Branch
Ph: +359 52 600129, 600130, 603643 | Fax: +359 52 603612


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



Bug#383344: thunderbird: crashes on startup

2006-08-19 Thread Alexander Sack - Debian Bugmail
retitle 383344 thunderbird: crashes on startup on amd64
tags 383344 + help
thanks

Can anyone with amd64 platform confirm this? I would like to see at
least one other voice to justify this package with security fixes to
not enter testing.

 - Alexander

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


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



Processed: Re: Bug#383636: Missing dependency xterm

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

 severity 383636 normal
Bug#383636: Missing dependency xterm
Severity set to `normal' from `serious'

 tags 383636 + moreinfo
Bug#383636: Missing dependency xterm
There were no tags set.
Tags added: moreinfo

 On Friday 18 August 2006 13:27 pm, Magnus Ekdahl wrote:
Unknown command or malformed arguments to command.

  Package: ddd
Unknown command or malformed arguments to command.

  Version: 1:3.3.11-1
Unknown command or malformed arguments to command.

  Severity: serious
Unknown command or malformed arguments to command.

 
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#383636: Missing dependency xterm

2006-08-19 Thread Daniel Schepler
severity 383636 normal
tags 383636 + moreinfo

On Friday 18 August 2006 13:27 pm, Magnus Ekdahl wrote:
 Package: ddd
 Version: 1:3.3.11-1
 Severity: serious

 DDD requires xterm for diplaying stdout from the program debugged.

It doesn't require it on my system -- by default, it just shows stdout in the 
debugger output at the bottom, which for a lot of programs is good enough, 
and I need to select View / Execution Window to get a separate xterm.  And 
accordingly, xterm is already in the Suggests list of the package.  In 
fact, I just tried uninstalling xterm temporarily, and ddd ran just fine, 
except that it hung when trying to show an execution window (which is a bug 
to do this instead of showing a useful error message...).

So I'm wondering what's different on your system that prompted you to file a 
bug at severity serious, which I can't tell from your bug report.
-- 
Daniel Schepler


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



Processed: Re: Bug#383344: thunderbird: crashes on startup

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

 retitle 383344 thunderbird: crashes on startup on amd64
Bug#383344: thunderbird: crashes on startup
Changed Bug title.

 tags 383344 + help
Bug#383344: thunderbird: crashes on startup on amd64
Tags were: moreinfo unreproducible
Tags added: help

 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#383777: FTBFS on 64-bit: Segmentation fault ../../safe_slsh

2006-08-19 Thread Martin Michlmayr
Package: slang-slirp
Version: 1.9.0-1-1
Severity: serious

slang-slirp fails to build on ia64 and alpha with:

Testing examples/vec ...
/bin/sh: line 1: 31862 Segmentation fault  ../../safe_slsh ../../slsh -n 
./test.sl test.out 21
make[4]: *** [test.out] Error 139

http://buildd.debian.org/fetch.php?pkg=slang-slirpver=1.9.0-1-1arch=alphastamp=1155678958file=logas=raw
http://buildd.debian.org/fetch.php?pkg=slang-slirpver=1.9.0-1-1arch=ia64stamp=1155678057file=logas=raw

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


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



Bug#367221: my last report

2006-08-19 Thread Tristan Seligmann
* Stefan Huebner [EMAIL PROTECTED] [2006-08-19 14:24:22 +0200]:

 Sorry, the complete mail should have said, that...
 
 after upgrading from quodlibet 0.21.1-1 I experienced the same
 problem. After some research though, I was able to fix the issue by
 upgrading python-gst0.10 from 0.10.2-.. to 0.10.4-4.
 
 don't know, why reportbugs dumped that part of the mail. Hope, this
 clarifies my report slightly.

This is an issue of incorrect dependencies; quodlibet now requires the
python2.4 versions of its dependencies to be installed. The 0.23-1
package I have uploaded to my sponsor correctly depends on
python2.4-gst0.10, thus fixing this issue.
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar


signature.asc
Description: Digital signature


Bug#383779: FTBFS on amd64: not creating PIC code?

2006-08-19 Thread Martin Michlmayr
Package: slang-slirp
Version: 1.9.0-1-1
Severity: serious

slang-slirp doesn't build on amd64, probably because you're not
building PIC code (see policy for more information on this requirement).

| Testing examples/vec ...
| /usr/bin/ld: fvec.o: relocation R_X86_64_32S against `a local symbol'
| can not be used when making a shared object; recompile with -fPIC
| fvec.o: could not read symbols: Bad value
| collect2: ld returned 1 exit status

http://buildd.debian.org/fetch.php?pkg=slang-slirpver=1.9.0-1-1arch=amd64stamp=1155677704file=logas=raw

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


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



Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Marc Haber
On Sat, Aug 19, 2006 at 03:28:44PM +0300, Yavor Doganov wrote:
 On Sat, Aug 19, 2006 at 01:58:32PM +0200, Marc Haber wrote:
  Illegal Instruction? That sounds like a compiler issue with your exim
  binary.
  
  Can you please try this:
  
  # /usr/sbin/exim4 -C /dev/null -bV
 Illegal instruction
 
 This is the whole output (exim4-daemon-heavy 4.62-4).

That confirms my suspicon. Are you using exim4-daemon-heavy or
exim4-daemon-light? What's the md5sum of your /usr/sbin/exim4 binary
and what does ldd /usr/sbin/exim4 say on your system?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#379420: broken system

2006-08-19 Thread Martin Michlmayr
For the record, I saw this bug because /dev/null was broken on my
system.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Yavor Doganov
On Sat, Aug 19, 2006 at 03:20:36PM +0200, Marc Haber wrote:
 That confirms my suspicon. Are you using exim4-daemon-heavy or
 exim4-daemon-light? 

I am using exim4-daemon-heavy.

 What's the md5sum of your /usr/sbin/exim4 binary

6a002941afe0b8a5a05bbd95d56be0e0  /usr/sbin/exim4

 and what does ldd /usr/sbin/exim4 say on your system?

linux-gate.so.1 =  (0xe000)
libpcre.so.3 = /usr/lib/libpcre.so.3 (0xa7f2f000)
libresolv.so.2 = /lib/tls/libresolv.so.2 (0xa7f1b000)
libnsl.so.1 = /lib/tls/libnsl.so.1 (0xa7f05000)
libcrypt.so.1 = /lib/tls/libcrypt.so.1 (0xa7ed7000)
libm.so.6 = /lib/tls/libm.so.6 (0xa7eb1000)
libpam.so.0 = /lib/libpam.so.0 (0xa7ea9000)
libdb-4.3.so = /usr/lib/libdb-4.3.so (0xa7dc5000)
libldap_r.so.2 = /usr/lib/libldap_r.so.2 (0xa7d8f000)
liblber.so.2 = /usr/lib/liblber.so.2 (0xa7d83000)
libmysqlclient.so.15 = /usr/lib/libmysqlclient.so.15 (0xa7bc2000)
libpq.so.4 = /usr/lib/libpq.so.4 (0xa7ba5000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0xa7b9)
libperl.so.5.8 = /usr/lib/libperl.so.5.8 (0xa7a74000)
libdl.so.2 = /lib/tls/libdl.so.2 (0xa7a6f000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0xa7a5d000)
libc.so.6 = /lib/tls/libc.so.6 (0xa7925000)
libgnutls.so.13 = /usr/lib/libgnutls.so.13 (0xa78b7000)
/lib/ld-linux.so.2 (0xa7f64000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0xa78a4000)
libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0xa7852000)
libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0xa784e000)
libz.so.1 = /usr/lib/libz.so.1 (0xa783a000)
libssl.so.0.9.8 = /usr/lib/i486/libssl.so.0.9.8 (0xa77fe000)
libcrypto.so.0.9.8 = /usr/lib/i486/libcrypto.so.0.9.8 (0xa76d3000)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0xa7654000)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0xa762f000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0xa762c000)
libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0xa7627000)

Here's the backtrace:

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

(gdb) r -C /dev/null -bV
Starting program: /usr/sbin/exim4 -C /dev/null -bV
[Thread debugging using libthread_db enabled]
[New Thread -1487128256 (LWP 24625)]

Program received signal SIGILL, Illegal instruction.
[Switching to Thread -1487128256 (LWP 24625)]
0xa7bf5c80 in
TaoCrypt::RSA_DecryptorTaoCrypt::RSA_BlockType2::SSL_Sign ()
   from /usr/lib/libmysqlclient.so.15
(gdb) bt
#0  0xa7bf5c80 in TaoCrypt::RSA_DecryptorTaoCrypt::RSA_BlockType2::SSL_Sign
() from /usr/lib/libmysqlclient.so.15
#1  0xa7bf68fc in TaoCrypt::Integer::Swap () from /usr/lib/libmysqlclient.so.15
#2  0xa7bf69a5 in TaoCrypt::Integer::Swap () from /usr/lib/libmysqlclient.so.15
#3  0xa7c045d2 in TaoCrypt::EuclideanDomainOf::MultiplicativeIdentity ()
from /usr/lib/libmysqlclient.so.15
#4  0xa7b8fe19 in _init () from /usr/lib/libmysqlclient.so.15
#5  0xa7f0dbd4 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#6  0xa7f0dd11 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#7  0xa7f027ef in ?? () from /lib/ld-linux.so.2

-- 
Best regards / SSC Varna | E-mail: [EMAIL PROTECTED]
Yavor Doganov| Mobile: +359 88 7517748 
Southway Shipping Consultancy Ltd.-Gibraltar, Varna Branch
Ph: +359 52 600129, 600130, 603643 | Fax: +359 52 603612


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



Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Robert Millan
On Sat, Aug 19, 2006 at 03:28:44PM +0300, Yavor Doganov wrote:
 On Sat, Aug 19, 2006 at 01:58:32PM +0200, Marc Haber wrote:
  Illegal Instruction? That sounds like a compiler issue with your exim
  binary.
  
  Can you please try this:
  
  # /usr/sbin/exim4 -C /dev/null -bV
 Illegal instruction
 
 This is the whole output (exim4-daemon-heavy 4.62-4).

Can you provide a gdb backtrace?  (with debugging symbols; see exim4-dbg)

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


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



Bug#383388: marked as done (openoffice.org-draw attempts to overwrite files in -common )

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 07:19:40 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#383388: fixed in openoffice.org 2.0.3-6
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: openoffice.org-draw
Version: 2.0.3-4
Severity: normal


Whilst attempting to upgrade from the previous version in unstable, I 
received the following error:

Unpacking replacement openoffice.org-draw ...
dpkg: error processing 
/var/cache/apt/archives/openoffice.org-draw_2.0.3-5_i386.deb (--unpack):
 trying to overwrite 
`/usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Filter/fcfg_drawgraphics_filters.xcu',
 
which is also in package openoffice.org-common
dpkg-deb: subprocess paste killed by signal (Broken pipe)


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

Versions of packages openoffice.org-draw depends on:
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-10 GCC support library
ii  libstdc++64.1.1-10   The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  openoffice.org-core   2.0.3-4OpenOffice.org office suite archit
ii  zlib1g1:1.2.3-13 compression library - runtime

openoffice.org-draw recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: openoffice.org
Source-Version: 2.0.3-6

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

libmythes-dev_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.0.3-6_i386.deb
openoffice.org-base_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.0.3-6_i386.deb
openoffice.org-calc_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.0.3-6_i386.deb
openoffice.org-common_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.0.3-6_all.deb
openoffice.org-core_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.0.3-6_i386.deb
openoffice.org-dev-doc_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.0.3-6_all.deb
openoffice.org-dev_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.0.3-6_i386.deb
openoffice.org-draw_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.0.3-6_i386.deb
openoffice.org-evolution_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_2.0.3-6_i386.deb
openoffice.org-filter-so52_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-filter-so52_2.0.3-6_i386.deb
openoffice.org-gnome_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gnome_2.0.3-6_i386.deb
openoffice.org-gtk-gnome_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gtk-gnome_2.0.3-6_i386.deb
openoffice.org-gtk_2.0.3-6_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gtk_2.0.3-6_i386.deb
openoffice.org-help-bg_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-bg_2.0.3-6_all.deb
openoffice.org-help-cs_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-cs_2.0.3-6_all.deb
openoffice.org-help-da_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-da_2.0.3-6_all.deb
openoffice.org-help-de_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-de_2.0.3-6_all.deb
openoffice.org-help-en-gb_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-en-gb_2.0.3-6_all.deb
openoffice.org-help-en-us_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-en-us_2.0.3-6_all.deb
openoffice.org-help-es_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-es_2.0.3-6_all.deb
openoffice.org-help-et_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-et_2.0.3-6_all.deb
openoffice.org-help-fr_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-fr_2.0.3-6_all.deb
openoffice.org-help-hu_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-hu_2.0.3-6_all.deb
openoffice.org-help-it_2.0.3-6_all.deb
  to pool/main/o/openoffice.org/openoffice.org-help-it_2.0.3-6_all.deb
openoffice.org-help-ja_2.0.3-6_all.deb
  to 

Bug#295644: Processed: severity 295644 grave due to age and usability

2006-08-19 Thread Sebastien Bacher
severity 295644 normal
done

Le vendredi 18 août 2006 à 18:33 -0700, Debian Bug Tracking System a écrit :
 Processing commands for [EMAIL PROTECTED]:
 
  severity 295644 grave
 Bug#295644: gdeskcal does not check dates of repeat events for errors
 Severity set to `grave' from `normal'
 
 
 End of message, stopping processing here.
 
 Please contact me if you need assistance.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

That's a bug settings abuse with not justification, this bug happens
only in some situations, that doesn't mean it should not be shipped




Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Marc Haber
reassign #383759 exim4-daemon-heavy
retitle #383759 exim4-daemon-heavy: illegal instruction when executing on 100 
MHz Cyrix CPU
thanks

On Sat, Aug 19, 2006 at 04:32:54PM +0300, Yavor Doganov wrote:
 On Sat, Aug 19, 2006 at 03:20:36PM +0200, Marc Haber wrote:
  That confirms my suspicon. Are you using exim4-daemon-heavy or
  exim4-daemon-light? 
 
 I am using exim4-daemon-heavy.

Reassigning

  What's the md5sum of your /usr/sbin/exim4 binary
 
 6a002941afe0b8a5a05bbd95d56be0e0  /usr/sbin/exim4

That looks ok.

 Program received signal SIGILL, Illegal instruction.
 [Switching to Thread -1487128256 (LWP 24625)]
 0xa7bf5c80 in
 TaoCrypt::RSA_DecryptorTaoCrypt::RSA_BlockType2::SSL_Sign ()
from /usr/lib/libmysqlclient.so.15
 (gdb) bt
 #0  0xa7bf5c80 in TaoCrypt::RSA_DecryptorTaoCrypt::RSA_BlockType2::SSL_Sign
 () from /usr/lib/libmysqlclient.so.15
 #1  0xa7bf68fc in TaoCrypt::Integer::Swap () from 
 /usr/lib/libmysqlclient.so.15
 #2  0xa7bf69a5 in TaoCrypt::Integer::Swap () from 
 /usr/lib/libmysqlclient.so.15
 #3  0xa7c045d2 in TaoCrypt::EuclideanDomainOf::MultiplicativeIdentity ()
 from /usr/lib/libmysqlclient.so.15
 #4  0xa7b8fe19 in _init () from /usr/lib/libmysqlclient.so.15
 #5  0xa7f0dbd4 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
 #6  0xa7f0dd11 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
 #7  0xa7f027ef in ?? () from /lib/ld-linux.so.2

This is possibly a MySQL or a toolchain issue. Since I cannot
reproduce this here, I suspect a problem with your CPU architecture. I
am not sure how to proceed from here.

Greetings
Marc


-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#383772: openjade: FTBFS: cmp error, License is not GPL-2

2006-08-19 Thread Neil Roeth
On Aug 19, Julien Danjou ([EMAIL PROTECTED]) wrote:
  Package: openjade
  Version: 1.4devel1-16
  Severity: serious
  
  Hello,
  
  There was a problem while autobuilding your package:
  
   Automatic build of openjade_1.4devel1-16 on avidan by sbuild/i386 0.49
   Build started at 20060819-1338
   **
  ...
   make[1]: Leaving directory `/build/buildd/openjade-1.4devel1'
   touch install-stamp
   cmp -s COPYING /usr/share/common-licenses/GPL-2 || \
  (echo License is not GPL-2  false)
   License is not GPL-2
   make: *** [debian/copyright] Error 1
   **
   Build finished at 20060819-1350
   FAILED [dpkg-buildpackage died]
   --
  
  Kinda funny.

Thanks.  I'll fix it soon.

-- 
Neil Roeth


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



Processed: Re: Bug#383759: exim4-config: Fails to upgrade/install

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

 reassign #383759 exim4-daemon-heavy
Bug#383759: exim4-config: Fails to upgrade/install
Bug reassigned from package `exim4-config' to `exim4-daemon-heavy'.

 retitle #383759 exim4-daemon-heavy: illegal instruction when executing on 
 100 MHz Cyrix CPU
Bug#383759: exim4-config: Fails to upgrade/install
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Update prepared, build blocked by apache2-prefork-dev

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

 package php4
Ignoring bugs not assigned to: php4

 tags 382261 +pending
Bug#382261: php5: CVE-2006-4020: arbitrary code execution in php
Tags were: fixed-upstream upstream security
Tags added: pending

 tags 382259 +pending
Bug#382259: PHP 4.4.3 and 4.4.4 fix security bugs (CVE-2006-301[67], et al.)
Tags were: fixed-upstream upstream security
Tags added: pending

 tags 361210 +pending
Bug#361210: [INTL:gl] Galician debconf templates translation
Tags were: pending l10n patch
Tags added: pending

 package php5
Ignoring bugs not assigned to: php5

 tags 383596 +pending
Bug#383596: PHP 5.1.5 fixes multiple security flaws
Tags were: security
Tags added: pending

 tags 370165 +pending
Bug number 370165 belongs to package php5-curl, skipping.

 tags 382256 +pending
Bug#382256: php5: CVE-2006-4020: arbitrary code execution in php
Tags were: fixed-upstream upstream security
Tags added: pending

 thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: your mail

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

 reopen 68
Bug#68: udev doesn't load psmouse driver
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug#35: udev: firewire hotplug regression
Bug reopened, originator not changed.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#372719: regression in FreeType security fix for DSA-1095

2006-08-19 Thread Martin Schulze
Hi!

First of all, I'd like to apologise for my harsh words.  I spent the last
days nearly only on Debian issues including a lot of security and buildd
work and yesterday had just decided to not wait for your answer to a mail
from nearly one month ago and go ahead with the upload.

Steve Langasek wrote:
 On Sat, Aug 19, 2006 at 09:28:46AM +0200, Martin Schulze wrote:
   Well, apparently the -3 package that you said you couldn't find was on
   security.d.o all along, because this was *not* in the second -3 package 
   that
   I uploaded; but that one was rejected because it was a duplicate.
 
   I've uploaded -4 now with the additional check.
 
  I was tying to build -2.5 with no luck, then just started with -3.1 to
  fix your invisible -3 build, and just no you've deciced to upload -4
  which is also invisible to us and which most probably blocks -3.1 from
  building - as I see -4 build logs.  Thanks you very much.
 
 Gee, thanks for swearing at me.  How is it *my* fault that you can't see
 builds that are being uploaded to the documented queue on
 security.debian.org, and why did you not bother to let *me* know that
 something had changed with the package when I'd previously been given
 approval to upload?  I'm sure I could've found something else to do with my
 time tonight besides trying to help clean up after your broken DSA build.

As I said, I've sent you a mail nearly one month ago apparently (according
to the date in the greeting of the mail you responded).  I was waiting for
your approval but it didn't happen until today.

 Either way, I guess this bug is not my problem any more, since I apparently
 can't contribute anything useful to fixing it and am not sure I would want
 to if there was.

Neither can I.

Maybe it's better to fix it via proposed-updates and let the SRM team
decide.

Regards,

Joey

-- 
Unix is user friendly ...  It's just picky about its friends.

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]



Bug#370295: marked as done (DLJ prevents running jython with sun-java)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 15:46:57 +0200
with message-id [EMAIL PROTECTED]
and subject line DLJ prevents running jython with sun-java
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: sun-java5-jre
Version: 1.5.0-06-1
Severity: serious

In the Distributor License for Java, there is the clause

(c) you do not combine, configure or distribute the Software to
run in conjunction with any additional software that implements
the same or similar functionality or APIs as the Software;

Debian distributes Jython, which can run with sun-java.  However,
Jython, being a reimplementation of Python, implements a great deal of
similar functionality as sun-java.

This can be fixed by making Jython conflict with sun-java, although I
suspect that there may be other packages that also cause problems.

Cheers,
Walter Landry
[EMAIL PROTECTED]



---End Message---
---BeginMessage---
On Mon, Jul 10, 2006 at 12:15:10AM -0700, Josh Triplett wrote:
 Jeroen van Wolffelaar wrote:
  On Sun, Jun 04, 2006 at 02:37:45PM -0700, Josh Triplett wrote:
  As more direct examples than Jython:
 [...]
  Any libfoo-java package in Debian will run with the current installed
  JDK.  Thus, any libfoo-java package in Debian which implements the same
  or similar functionality as Sun Java causes Debian to violate the
  license on Sun Java.  Obvious examples include libswingwt-java (which
  implements much of the Swing API), libcharva1-java, libcommons-*-java
  (similar functionality), Java XML processing tools that implement the
  standard APIs, libgnu-regexp-java (since, if I recall correctly, Sun
  Java includes regular expression handling), liboro-java (same reason),
  libregexp-java (same reason), libgetenv-java (specifically notes itself
  as a replacement for java.lang.System.getenv), and probably others.
  
  I don't think any of these are a violation of the license, most clearly
  as per FAQ#14. If they are, it's a bug on the package itself, instead of
  on sun-java5 -- analog to it being a kernel module's bug if it's non-GPL
  and still using GPL-only symbols from the kernel, or it being a package
  bug if it uses OpenSSL being GPL itself, and not a bug in the OpenSSL
  package.
 
 I believe you have the dependency the wrong way around in your analogy,
 possibly due to my pointing out jikes-sun (a dubious package from
 contrib); the more important case occurs with all the Free Software in
 main that runs with any JDK following Debian's Java policies.  Multiple
 implementations of the JDK exist, and these Free Software packages run
 just fine on all the Free ones.  The fact that the non-free
 implementation prohibits distribution with compatible software
 configured to run with it, while at the same time following the Debian
 Java policy that lets it run with all of those packages of Java
 software, does not mean those packages of Java software have done
 anything even remotely wrong.
 
 To use your analogy, imagine multiple implementations of the kernel
 existed, both capable of running modules X, Y, and Z.  Imagine that the
 license of kernel B banned the distribution of X and Y in a
 configuration designed to run with kernel B.  The fact that apt-get
 install kernel-b x y z will work out-of-the-box puts Debian in
 violation of the license on kernel B; this doesn't constitute a bug in
 x or y, and the x and y packages have no need to change to suit the
 demands of the non-free kernel-b package, so the fault must lie with the
 kernel-b package.

I see...

I think the main reason this is not a issue is the following:
Everybody realizes that because of the configurability of Linux and
Debian in particular, if someone wants to run and mix-and-match
technologies on one's own system, one can do so. There is no way this
can be technically prevented.

This particular license statements intends to forbid shipping
mix-and-matching code and applications, as once mentioned as example, a
Sun's JVM combined with classpath.

As per FAQ#14, Sun has an issue if parts of the JDK/JRE were used
together with other non-Sun parts to create a Java implementation.
Debian does ship Sun's JDK/JRE in such a way that it is configured to
run completely as a single suite. Existance of other packages, even
those implementing similar features to the same API, do not result in a
Java implementation configured as such by Debian that's consisting of
bits of Sun with bits of other things.

It is still possible for extra packages that implement part of the Java
class library API 

Bug#267040: Is a warning really adequate?

2006-08-19 Thread Jeroen van Wolffelaar
As I explained in my mail below, I have my doubt whether just a warning
is an adequate resolution to this bug. I haven't entirely made up my
mind though, because well, there is a warning and users sort of choose
for themselves, but still, currently I tend to think it's not a good
idea to allow *this* easily that users allow remote code execution.

What do you think about this?

--Jeroen

- Forwarded message from Jeroen van Wolffelaar [EMAIL PROTECTED] -

Date: Sat, 19 Aug 2006 13:16:54 +0200
From: Jeroen van Wolffelaar [EMAIL PROTECTED]
To: Robert Millan [EMAIL PROTECTED], debian-gcc@lists.debian.org,
debian-release@lists.debian.org
Subject: Re: gcj and etch freeze
Message-ID: [EMAIL PROTECTED]
Resent-From: debian-release@lists.debian.org
List-Id: debian-release.lists.debian.org

On Sat, Aug 19, 2006 at 02:59:28AM -0700, Steve Langasek wrote:
 On Sat, Aug 19, 2006 at 11:42:03AM +0200, Robert Millan wrote:
   Last I knew, it still had
   serious security problems.
 
  Which ones?  I can't see anything in the BTS.
 
 I wouldn't know them by bug number; previously though, the problem was that
 gcjwebplugin didn't have appropriate sandboxing.

#267040: remote code execution hole due to lack of Java security manager

This is 'fixed' by:
- Shows warning before loading an applet (Closes: #267040, #301134)

Which, IMHO, doesn't make this usable except in fully trusted
environments where the browser is exclusively used to browse a fully
trusted intranet where nobody can change web content that doens't
already have root on your machine.

Which is, basicly nowhere (IMHO, and barring myself misunderstanding
something).

The warning is talked about here:
http://langel.wordpress.com/2006/06/05/gcjwebplugin-is-actually-worth-using/
(thanks Michael Koch for the link)

I personally do not think we should offer this option to users, because
users tend to trust sites easily (and they are too often asked about
'trusting' too, w.r.t. https websites, for example), even though the
wording used is strong, and the consequence is arbitrary remote code
execution.

Anyway, I will followup to the bug in question for discussion about this
issue.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



- End forwarded message -

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#383791: checkstyle: source code missing for emma.jar?

2006-08-19 Thread Timo Juhani Lindfors
Package: checkstyle
Version: 4.1-1
Severity: serious
Justification: breaks DFSG #2

I just noticed that checkstyle_4.1.orig.tar.gz includes

checkstyle-src-4.1/lib/emma.jar

which according to

unzip -l checkstyle-src-4.1/lib/emma.jar

includes e.g.

com/vladium/emma/instr/InstrProcessorST.class

but I couldn't find source code for this file anywhere in debian. I'm
not sure but I think this violates DFSG #2 and at least
http://release.debian.org/etch_rc_policy.txt says 

 All content in main and contrib must meet the DFSG, both in
  .debs and in the source (including the .orig.tar.gz)

If the build process does not need emma.jar you probably could just
remove it? Otherwise I think you should include the sources as well.

-- 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.32sauna0
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#383759: Some more tests

2006-08-19 Thread Alexander Wirt
Hi, 

as we had the idea that this is due to a missing CMOV Support in the Cyrix
CPU I did some tests on my Via Samuel II which is missing this support too. 
Unfortunatly I was not able to reproduce the bug. But I have to say that
libmysql could have a fallback to MMX functions (which this cpu supports). So
missing CMOV could be the reason too, if this is the case its either a gcc
bug or a bug in libmysql which uses some inline assembly to be as fast as
possible, but I didn't looked into the libmysql code and unfortunatly I have
no cyrix CPU so I couldn't give the problem a deeper look. 

Alex 


signature.asc
Description: Digital signature


Bug#383344: thunderbird: crashes on startup

2006-08-19 Thread Alexander Sack
here we go:

1. add the lines of my unstable archive to your sources.list:

  deb http://people.debian.org/~asac/unstable ./
  deb-src http://people.debian.org/~asac/unstable ./ 

1a. apt-get update (aptitude update)

2. get sources:

apt-get source thunderbird

3. install build essentials:

   aptitude install build-essential

4. switch to the source directory (cd thunderbird-1.5.0.5)

5. run dpkg-buildpackage -rfakeroot

   It will fail naming missing build dependencies. Install those
   packages too, until the package starts to build fine.

6. the build will fail at the end because you don't have my key. This
is no problem

7. install all debs: dpkg -i thunderbird*1.5.0.5-2*deb

8. run thunderbird with debug:

  thunderbird --debug
  (gdb) run

9. as soon as it crashes, use:
   (gdb) bt

to print a good backtrace, like (see the source files and lines mentioned).

10. post that one.


If I need more information, I will let you know.

Thanks!
 
deb
On Sat, Aug 19, 2006 at 10:02:17AM +0200, Leszek Koltunski wrote:
 
 Sure, no problem. I am flying overseas today, though -till Monday 
 I'll be unavailable.

 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org


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



Bug#321833: marked as done (bayonne: FTBFS: cannot allocate an object of abstract type 'ost::CallXMLTrunk')

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 08:17:22 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#321833: fixed in bayonne 1.2.16-4
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: bayonne
Version: 1.2.14pl2-2
Severity: serious

Hi,

Your package is failing to build with the following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../server-fPIC -g -O2 -I/us
r/include/cc++2 -D_GNU_SOURCE -DXML_SCRIPTS -c -o callxml_xml-callxml.o `test -
f callxml.cpp || echo './'`callxml.cpp
callxml.cpp: In member function 'virtual ost::TrunkImage* ost::CallXMLModule::g
etXML()':
callxml.cpp:48: error: cannot allocate an object of abstract type 'ost::CallXML
Trunk'
callxml.cpp:25: note:   because the following virtual functions are pure within
 'ost::CallXMLTrunk':
/usr/include/cc++2/cc++/xml.h:137: note:  virtual void ost::XMLStream::characte
rs(const unsigned char*, size_t)
make[3]: *** [callxml_xml-callxml.o] Error 1



Kurt


---End Message---
---BeginMessage---
Source: bayonne
Source-Version: 1.2.16-4

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

bayonne-doc_1.2.16-4_all.deb
  to pool/main/b/bayonne/bayonne-doc_1.2.16-4_all.deb
bayonne-prompts-en_1.2.16-4_all.deb
  to pool/main/b/bayonne/bayonne-prompts-en_1.2.16-4_all.deb
bayonne-prompts-sys_1.2.16-4_all.deb
  to pool/main/b/bayonne/bayonne-prompts-sys_1.2.16-4_all.deb
bayonne_1.2.16-4.diff.gz
  to pool/main/b/bayonne/bayonne_1.2.16-4.diff.gz
bayonne_1.2.16-4.dsc
  to pool/main/b/bayonne/bayonne_1.2.16-4.dsc
bayonne_1.2.16-4_i386.deb
  to pool/main/b/bayonne/bayonne_1.2.16-4_i386.deb



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

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

Debian distribution maintenance software
pp.
Mark Purcell [EMAIL PROTECTED] (supplier of updated bayonne 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: Sat, 19 Aug 2006 13:04:40 +0100
Source: bayonne
Binary: bayonne-prompts-en bayonne bayonne-doc bayonne-prompts-sys
Architecture: source all i386
Version: 1.2.16-4
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 bayonne- Telephony server of the GNU project
 bayonne-doc - bayonne documentation
 bayonne-prompts-en - bayonne voice library for US English speaker
 bayonne-prompts-sys - bayonne sys voice library
Closes: 321833
Changes: 
 bayonne (1.2.16-4) unstable; urgency=low
 .
   * Build-Depends: libxml2-dev [!amd64 !alpha !s390]
 - FTBFS: cannot allocate an object of abstract type
 'ost::CallXMLTrunk' (Closes: #321833)
Files: 
 dc175ef7567755e9361c8c9f66c9bb32 1121 comm optional bayonne_1.2.16-4.dsc
 1c9c10b20d1ca6ad4ece18e49078e3fa 31271 comm optional bayonne_1.2.16-4.diff.gz
 22b7705117fcf533b596bcbcb4497199 1360548 comm optional 
bayonne-doc_1.2.16-4_all.deb
 8d1881ed2528902fb8fa13a940325604 1045392 comm optional 
bayonne-prompts-en_1.2.16-4_all.deb
 8b5906ce8aa88aef38ae779e24021949 2223370 comm optional 
bayonne-prompts-sys_1.2.16-4_all.deb
 20063c83cb83b740bf4b6ba892a77e2b 496212 comm optional bayonne_1.2.16-4_i386.deb

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

iD8DBQFE5v/MoCzanz0IthIRAqZjAJ9axsa3O3dWFWas58g/8DCxMDb2BgCdGJDm
Jn92+8WAdkUOq4GKh8B1DQs=
=Vcei
-END PGP SIGNATURE-

---End Message---


Bug#383759: exim4-config: Fails to upgrade/install

2006-08-19 Thread Christian Hammers
Hi

The last functions in the backtrace belong to the rather new SSL code
which has been activated in 5.0.22-4 so it is indeed be likely that the
problem suddenly appears after the last update.
(quick fix: manually install 5.0.22-3 again, it might still be in 
/var/cache/apt/archives)

I checked the build log[1] and it says that the
(libmysqlclient15off_5.0.24-1) package was tried to get compiled for the
i486-linux-gnu target.
Sadly the further g++ calls in the build log do not seem to have a --target=
paramter so I cannot tell for sure what GCC actually did.

The 100 MHz Cyrix CPU was a Pentium clone i.e. at least no pre-i486 CPU,
right?

In the source code I found no obvious architecture dependend optimizing
parts and neither a related bug report on http://bugs.mysql.com.


Please try if the official MySQL i386 version works better. Download
 Linux (non RPM, Intel C/C++ compiled, glibc-2.3) downloads
  Linux (x86)   Standard5.0.2426.0M Download
from http://dev.mysql.com/downloads/mysql/5.0.html, unpack it and just
copy the libmysqlclient.so.15.0.0 over to /usr/lib/



bye,

-christian-


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



Processed: Re: Bug#380271: SECURITY: Merge table are unaffected from later right revokations.

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

 severity 380271 important
Bug#380271: SECURITY: Merge table are unaffected from later right revokations. 
[WONTFIX]
Bug#382415: CVE-2006-4031: mysql security policy violation throue MERGE tables
Severity set to `important' from `grave'

 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: Re: Processed: severity 295644 grave due to age and usability

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

 severity 295644 normal
Bug#295644: gdeskcal does not check dates of repeat events for errors
Severity set to `normal' from `grave'

 done
Unknown command or malformed arguments to command.

 Le vendredi 18 août 2006 à 18:33 -0700, Debian Bug Tracking System a écrit :
Unknown command or malformed arguments to command.

  Processing commands for [EMAIL PROTECTED]:
Unknown command or malformed arguments to command.

 
Unknown command or malformed arguments to command.

   severity 295644 grave
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#382607: further info on CVE-2006-4041

2006-08-19 Thread Martin Schulze
sean finney wrote:
 executive summary for security team: not escaping query strings
 can possibly result in SQL injection for apps that use pike+postgresql.
 
 i've developed a patch which cleanly applies to both the 7.2 and 7.6
 branches that exist in sarge.  however, looking more closely at
 what the patch actually *does*, it seems that it does nothing
 but provide a new function which can do the escaping of query strings.
 
 (patch attached)
 
 therefore, i'm not sure that this is even really a valid security issue
 worth an update, at least by itself.  unless this function is somehow
 automatically invoked when code uses the postgres module, it has no
 effect on any application that uses pike/postgres, and thus has no
 improvement on security apart from offering pike developers in sarge
 access to the function in question.
 
 so, i propose that either (a) in addition to supplying the fix we audit
 all pike+postgres apps using postgresql, or (b) consider dropping the
 issue entirely.
 
 okay, i just did (a), and it doesn't look like there are any
 pike+postgres apps in the archive for sarge at all.  so given that,
 what say you security team?

I wonder if this problem relates to updates in the PostgreSQL server
to fix quoting issues, i.e. see:
http://lists.debian.org/debian-release/2006/06/msg00024.html

If so, then an update may go into stable via proposed-updates.

If it's an unrelated issue, we should probably fix this via security.

Regards,

Joey

-- 
Unix is user friendly ...  It's just picky about its friends.

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]



Bug#381386: gs-esp accent not rendered also in french

2006-08-19 Thread Guillaume Brocker

Hi,

I've just installed a cups server using gs-esp for printing and I also 
encountered the same issue. Only some accents are printed only few 
times, according to the font. I tested this using abiword, openoffice 
and gedit.


Versions are:
 gs-esp 8.15.2.dfsg.1-1
 cupsys 1.2.2.1

Thanks

Guillaume


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



Bug#382844: marked as done (fidogate: privilege escalation)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 18:28:06 +0200 (CEST)
with message-id [EMAIL PROTECTED]
and subject line Fidogate has been removed from Debian
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: fidogate
Version: 4.4.7-2
Severity: grave
Tags: security

Neils Heinen found that a local attacker can use setuid programs
installed as part of fidogate to create or append to files with the
privileges of the `ftn' user.  Binaries ffx, ftnafmail, and rfc2ftn
will open any file specified by the LOGFILE or FIDOGATE_LOGFILE
environment variable.

fidogate 4.4.10 fixes this by removing the vulnerable code (patch
below).

To reproduce:

$ ls -l /tmp/example
ls: /tmp/example: No such file or directory
$ LOGFILE=/tmp/example /usr/lib/fidogate/ffx
$ ls -l /tmp/example
-rw-r--r-- 1 ftn users 99 Aug 13 19:05 /tmp/example

References:

http://www.securityfocus.com/bid/11005
http://securitytracker.com/id?1011021

Thanks,

Matej
Index: fidogate/src/common/log.c
===
RCS file: /cvsroot/fidogate/fidogate/src/common/log.c,v
retrieving revision 4.21
retrieving revision 4.22
diff -u -b -I\$Id -r4.21 -r4.22
--- fidogate/src/common/log.c   16 Feb 2003 15:38:56 -  4.21
+++ fidogate/src/common/log.c   20 Aug 2004 21:21:39 -  4.22
@@ -280,8 +280,10 @@
 
 BUF_COPY(logprog, name);
 
+#if 0 /**NOT NEEDED AND SECURITY RISK**/
 if( (p = getenv(LOGFILE)) )
log_file(p);
 if( (p = getenv(FIDOGATE_LOGFILE)) )
log_file(p);
+#endif
 }
---End Message---
---BeginMessage---
Hello,

Thanks for reporting this bug. However, fidogate has been removed from the
Debian archive, so it no longer applies. It is being closed now.


Thijs

---End Message---


Bug#383799: ImportError: No module named BitTornado

2006-08-19 Thread Artur R. Czechowski
Package: bittornado
Version: 0.3.15-2
Severity: serious

After last python upgrade bittornado does not start.

[EMAIL PROTECTED]:~/tmp/AO$ btdownloadcurses 
AOInstall16.2.8_EP0_Live_nointro.torrent
Traceback (most recent call last):
  File /usr/bin/btdownloadcurses, line 8, in ?
from BitTornado import PSYCO
ImportError: No module named BitTornado


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

Versions of packages bittornado depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.1  automated rebuilding support for p

Versions of packages bittornado recommends:
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap

-- no debconf information


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



Bug#382512: view3ds 1.0.0-9.2 NMU

2006-08-19 Thread Matej Vela
Hello,

I'm doing an NMU of view3ds to fix #382512; diff attached.

Thanks,

Matej
diff -u view3ds-1.0.0/debian/changelog view3ds-1.0.0/debian/changelog
--- view3ds-1.0.0/debian/changelog
+++ view3ds-1.0.0/debian/changelog
@@ -1,3 +1,12 @@
+view3ds (1.0.0-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build dependencies.  Closes: #382512.
+- Replace xlibmesa-gl-dev with libgl1-mesa-dev.
+- Replace xlibmesa-glu-dev with libglu1-mesa-dev.
+
+ -- Matej Vela [EMAIL PROTECTED]  Sat, 19 Aug 2006 18:48:48 +0200
+
 view3ds (1.0.0-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u view3ds-1.0.0/debian/control view3ds-1.0.0/debian/control
--- view3ds-1.0.0/debian/control
+++ view3ds-1.0.0/debian/control
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
-Build-Depends: debhelper, libqt3-mt-dev, lib3ds-dev ( 1.2), xlibmesa-gl-dev 
| libgl-dev, xlibmesa-glu-dev | libglu-dev, autotools-dev
+Build-Depends: debhelper, libqt3-mt-dev, lib3ds-dev ( 1.2), libgl1-mesa-dev 
| libgl-dev, libglu1-mesa-dev | libglu-dev, autotools-dev
 Standards-Version: 3.2.1
 
 Package: view3ds


Processed: tagging 382082

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 382082 patch
Bug#382082: CVE-2006-400[56]: Multiple Remote Vulnerabilities in Bomberclone
Tags were: help security
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of view3ds 1.0.0-9.2

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

 tag 382512 + fixed
Bug#382512: view3ds: FTBFS: build-dep on removed xlibmesa-glu-dev
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 383746

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

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 383746 + help
Bug#383746: qof: FTBFS (sparc): test suite failures
There were no tags set.
Tags added: help


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#383746: qof: FTBFS (hppa, sparc, m68k): test suite failures - help required

2006-08-19 Thread Neil Williams
I need some help fixing this. I'm the upstream developer and
co-maintainer for libqof1 and I am in the NM process, so don't have
direct access to hppa, sparc or m68k where this problem occurs. sparc
and m68k are flagged as not keeping up so never mind so I haven't
looked into those two. Since the upload, I have been monitoring the
buildd reports and trying to identify the source of the problem.

However, my AM has built libqof1_0.7.0-1 on hppa without problems, yet
the buildd hppa build log shows the same test failures.

It is possible to simply disable the tests (which have not been enabled
in previous releases) and let the package build, albeit with bugs on
these architectures.

Alternatively, if someone can build libqof1_0.7.0-1 on hppa (and
possibly sparc / m68k too) and report back - maybe upload the packages
for that arch if QOF builds properly - I'll be very grateful.

The test failures appear in a section of code that tests conversions of
seconds (64bit) into date strings and date strings back to seconds,
using extended versions of strftime and strptime that can handle 64bit
dates on 32bit systems. The code compiles fine, it's only the tests that
fail and not all such tests fail - although the precise number of
failures changes between architectures.

hppa buildd log:
http://buildd.debian.org/fetch.php?pkg=qofver=0.7.0-1arch=hppastamp=1155137213file=logas=raw

sparc buildd log:
http://buildd.debian.org/fetch.php?pkg=qofver=0.7.0-1arch=sparcstamp=1155137227file=logas=raw

m68k buildd log:
http://buildd.debian.org/fetch.php?pkg=qofver=0.7.0-1arch=m68kstamp=1155144846file=logas=raw

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




signature.asc
Description: OpenPGP digital signature


Processed: Re: Processed: your mail

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

 # lusers should not play with the BTS
 close 68
Bug#68: udev doesn't load psmouse driver
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#35: udev: firewire hotplug regression
Bug closed, send any further explanations to Chip Salzenberg [EMAIL PROTECTED]

 close 35
Bug#35: udev: firewire hotplug regression
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug is already closed, cannot re-close.

 --
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#383746: qof: FTBFS (hppa, sparc, m68k): test suite failures - help required

2006-08-19 Thread Clint Adams
 Alternatively, if someone can build libqof1_0.7.0-1 on hppa (and
 possibly sparc / m68k too) and report back - maybe upload the packages
 for that arch if QOF builds properly - I'll be very grateful.

I can reproduce the failure on sparc.  What additional output would be
helpful?


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



Bug#383746: qof: FTBFS (hppa, sparc, m68k): test suite failures - help required

2006-08-19 Thread Neil Williams
Neil Williams wrote:
 
 Alternatively, if someone can build libqof1_0.7.0-1 on hppa (and
 possibly sparc / m68k too) and report back - maybe upload the packages
 for that arch if QOF builds properly - I'll be very grateful.

Sorry, I meant that if the working hppa build could be uploaded and
someone can possibly build QOF on sparc and m68k too and report back,
I'll be very grateful.


-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/






signature.asc
Description: OpenPGP digital signature


Processed: retitle 383746 to qof: FTBFS on hppa, sparc and m68k: date test failures

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

 # Automatically generated email from bts, devscripts version 2.9.20
 retitle 383746 qof: FTBFS on hppa, sparc and m68k: date test failures
Bug#383746: qof: FTBFS (sparc): test suite failures
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#383746: qof: FTBFS (hppa, sparc, m68k): test suite failures - help required

2006-08-19 Thread Neil Williams
Clint Adams wrote:

 Alternatively, if someone can build libqof1_0.7.0-1 on hppa (and
 possibly sparc / m68k too) and report back - maybe upload the packages
 for that arch if QOF builds properly - I'll be very grateful.
 
 I can reproduce the failure on sparc.  What additional output would be
 helpful?

The 'main' function at the end of qof-0.7.0/qof/test/test-date.c
contains a DEBUG section that can be enabled by either using #define
TEST_DEBUG 1 or by commenting out the #ifdef and #endif in each case.
Compiling and running the test (either directly or using make check)
will then create a debug file, test-date.trace. Would you mind
attaching test-date.trace please?

Thanks.

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




signature.asc
Description: OpenPGP digital signature


Bug#383809: mpd: Error loading shared libraries (libshout3 and libvorbisenc2)

2006-08-19 Thread Trevor Caira
Package: mpd
Version: 0.11.5-9
Severity: grave
Justification: renders package unusable


libshout3 and libvorbisenc2 are not installed as dependencies, but
starting mpd without them installed fails as it links against those
libraries.

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

Versions of packages mpd depends on:
ii  adduser  3.96Add and remove users and groups
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  libao2   0.8.6-4 Cross Platform Audio Output Librar
ii  libasound2   1.0.11-3ALSA library
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libflac7 1.1.2-5 Free Lossless Audio Codec - runtim
ii  libid3tag0   0.15.1b-8   ID3 tag reading library from the M
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmikmod2   3.1.11-a-6  A portable sound library
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libvorbis0a  1.1.2-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.2-1 The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3-13  compression library - runtime

mpd recommends no packages.

-- debconf information:
  mpd/playlist_directory: /var/lib/mpd/playlists
  mpd/systemwide: false
  mpd/music_directory: /usr/share/mpd/music


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



Processed: retitle 383481 to nvidiafb contains obfuscated source code, DFSG violation?

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

 retitle 383481 nvidiafb contains obfuscated source code, DFSG violation?
Bug#383481: nvidiafb is not in the preferred form of modification either
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#383493: easy fix

2006-08-19 Thread Santiago Vila
On Sat, 19 Aug 2006, Holger Levsen wrote:

 the place to fix this is in debian/postinst and is pretty straightforward.

I know it is easy to fix, but there are several ways to fix it.
For example: Should perhaps /usr/local/etc be a symlink to /etc?



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



Bug#383809: mpd: Error loading shared libraries (libshout3 and libvorbisenc2)

2006-08-19 Thread Decklin Foster
Trevor Caira writes:

 libshout3 and libvorbisenc2 are not installed as dependencies, but
 starting mpd without them installed fails as it links against those
 libraries.

I'm not seeing this:

$ ldd /usr/bin/mpd 
linux-gate.so.1 =  (0xe000)
libnsl.so.1 = /lib/tls/i686/cmov/libnsl.so.1 (0xb7f87000)
libao.so.2 = /usr/lib/libao.so.2 (0xb7f83000)
libasound.so.2 = /usr/lib/libasound.so.2 (0xb7ec1000)
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0xb7eaf000)
libvorbisfile.so.3 = /usr/lib/libvorbisfile.so.3 (0xb7ea8000)
libvorbis.so.0 = /usr/lib/libvorbis.so.0 (0xb7e7e000)
libogg.so.0 = /usr/lib/libogg.so.0 (0xb7e79000)
libFLAC.so.7 = /usr/lib/libFLAC.so.7 (0xb7e39000)
libaudiofile.so.0 = /usr/lib/libaudiofile.so.0 (0xb7e15000)
libmikmod.so.2 = /usr/lib/libmikmod.so.2 (0xb7dd5000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0xb7dd1000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb7dab000)
libid3tag.so.0 = /usr/lib/libid3tag.so.0 (0xb7d9b000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7d87000)
libmad.so.0 = /usr/lib/libmad.so.0 (0xb7d71000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7c4)
/lib/ld-linux.so.2 (0xb7faf000)

the version in experimental does link against these libraries, but they are
listed as dependencies there.

-- 
things change.
[EMAIL PROTECTED]


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



Bug#383555: i fixed this problem by installing klibc-tools from incoming

2006-08-19 Thread Mixalis georgiou
i had a lot of problems such as described above and i finally managed to
fix it, by installing
klibc-tools and libklibc from incoming http://incoming.debian.org.

after i installed this packages i did the following:

#update-initramfs -u


and everything was fine.


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



Bug#383815: gconf2-common: fails to install and purge

2006-08-19 Thread David Prévot
Package: gconf2-common
Version: 2.14.0-4
Severity: grave
Justification: renders package unusable

gconf2-common refuses to be configure. I can't purge it any more.

$ sudo dpkg -P gconf2-common
(Lecture de la base de données... 130569 fichiers et répertoires déjà 
installés.)
Suppression de gconf2-common ...
Purge des fichiers de configuration de gconf2-common ...
Can't call method description on an undefined value at 
/usr/share/perl5/Debconf/Question.pm line 93, GEN0 line 1.
dpkg : erreur de traitement de gconf2-common (--purge) :
 le sous-processus post-removal script a retourné une erreur de sortie d'état 9
Des erreurs ont été rencontrées pendant l'exécution :
 gconf2-common


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

Versions of packages gconf2-common depends on:
ii  ucf   2.0012 Update Configuration File: preserv

gconf2-common recommends no packages.

-- no debconf information


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



Bug#383759: Cyrix CPU issues

2006-08-19 Thread Yavor Doganov
On Sat, Aug 19, 2006 at 05:47:57PM +0200, Christian Hammers wrote:
 The last functions in the backtrace belong to the rather new SSL code
 which has been activated in 5.0.22-4 so it is indeed be likely that the
 problem suddenly appears after the last update.

That's true, this is the problem.
I tried to build the package (5.0.22-4) from the Debian source on that machine, 
but it fails to build:

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../ndb/include 
-I../ndb/include/ndbapi -I../ndb/include/mgmapi -I../sql-DDBUG_OFF 
-DBIG_JOINS=1 -O2   -MT resolveip.o -MD -MP -MF .deps/resolveip.Tpo -c -o 
resolveip.o resolveip.c; \
then mv -f .deps/resolveip.Tpo .deps/resolveip.Po; else rm -f 
.deps/resolveip.Tpo; exit 1; fi
/bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=link gcc -DDBUG_OFF 
-DBIG_JOINS=1 -O2-rdynamic  -o resolveip resolveip.o ../mysys/libmysys.a 
../dbug/libdbug.a ../strings/libmystrings.a -lpthread -lcrypt -lnsl -lm  
-lpthread 
gcc -DDBUG_OFF -DBIG_JOINS=1 -O2 -rdynamic -o resolveip resolveip.o  
../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lpthread 
-lcrypt -lnsl -lm -lpthread
collect2: ld returned 1 exit status
make[5]: *** [resolveip] Error 1
make[5]: Leaving directory `/home/disorder/src/mysql-dfsg-5.0-5.0.22/extra'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/disorder/src/mysql-dfsg-5.0-5.0.22/extra'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/disorder/src/mysql-dfsg-5.0-5.0.22/extra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/disorder/src/mysql-dfsg-5.0-5.0.22'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/disorder/src/mysql-dfsg-5.0-5.0.22'
make: *** [build-stamp] Error 2

 (quick fix: manually install 5.0.22-3 again, it might still be in 
 /var/cache/apt/archives)

It works with 5.0.22-3 from snapshot.debian.net and the exim4 packages
configure and work fine.  So perhaps this bug should be reassigned to
libmysqlclient15off?

 I checked the build log[1] and it says that the
 (libmysqlclient15off_5.0.24-1) package was tried to get compiled for the
 i486-linux-gnu target.
 Sadly the further g++ calls in the build log do not seem to have a --target=
 paramter so I cannot tell for sure what GCC actually did.

Could be a GCC-related issue, that's why I tried to build it, but
unfortunately failed.

 The 100 MHz Cyrix CPU was a Pentium clone i.e. at least no pre-i486 CPU,
 right?

Yes, it is a Pentium clone that should be equivalent to Pentium 120 MHz.
$ cat /proc/cpuinfo
processor   : 0
vendor_id   : unknown
cpu family  : 4
model   : 0
model name  : 486
stepping: unknown
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : no
cpuid level : -1
wp  : yes
flags   :
bogomips: 98.81

It's not really a Cyrix, but ST (the Canadian company that had a
license to produce them once upon a time).  AFAIK, it is 100% equal to
the original Cyrix.

 Please try if the official MySQL i386 version works better. Download
  Linux (non RPM, Intel C/C++ compiled, glibc-2.3) downloads
   Linux (x86) Standard5.0.2426.0M Download
 from http://dev.mysql.com/downloads/mysql/5.0.html, unpack it and just
 copy the libmysqlclient.so.15.0.0 over to /usr/lib/

I downloaded it, but there is no such file there.

I can give anyone (DD or not, nevermind) an account with sudo rights to
reproduce/debug this.

-- 
Best regards / SSC Varna | E-mail: [EMAIL PROTECTED]
Yavor Doganov| Mobile: +359 88 7517748 
Southway Shipping Consultancy Ltd.-Gibraltar, Varna Branch
Ph: +359 52 600129, 600130, 603643 | Fax: +359 52 603612


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



Bug#383823: gimp-gap crashes when duplicating images

2006-08-19 Thread Christophe Combelles
Package: gimp-gap
Version: 2.2.0-2
Severity: grave
Justification: renders package unusable


- open the gimp
- create a new empty frame
- save it as foobar-001.xcf
- clic on Video - Duplicate images...
- choose any number of images
- OK

= systematic crash

$ gimp
(gimp:25117): LibGimpBase-WARNING **: gimp: wire_read(): error
*** glibc detected *** free(): invalid pointer: 0x080e6180 ***

(gimp:25117): Gimp-Plug-In-WARNING **: gimp: plug_in_flush(): error:
Broken pipe

The severity is set to grave, because duplicating images is the first
thing to do when using gimp-gap.




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

Versions of packages gimp-gap depends on:
ii  liba52-0.7.40.7.4-4  Library for decoding ATSC A/52 str
ii  libatk1.0-0 1.12.1-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-2  GNU C Library: Shared libraries
ii  libgimp2.0  2.2.12-1 Libraries necessary to Run the GIM
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-1 The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.12.3-2 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  zlib1g  1:1.2.3-13   compression library - runtime

gimp-gap recommends no packages.

-- no debconf information


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



Bug#382607: further info on CVE-2006-4041

2006-08-19 Thread sean finney
On Sat, Aug 19, 2006 at 05:34:35PM +0200, Martin Schulze wrote:
 I wonder if this problem relates to updates in the PostgreSQL server
 to fix quoting issues, i.e. see:
 http://lists.debian.org/debian-release/2006/06/msg00024.html

my *guess* is that this is the case.  i'll send an email to upstream
upstream tomorrow and verify with them.


sean



signature.asc
Description: Digital signature


Bug#383815: gconf2-common: fails to install and purge

2006-08-19 Thread Loïc Minier
tags 383815 + unreproducible
stop

Hi,

On Sat, Aug 19, 2006, David Prévot wrote:
 gconf2-common refuses to be configure. I can't purge it any more.
 $ sudo dpkg -P gconf2-common
 (Lecture de la base de données... 130569 fichiers et répertoires déjà 
 installés.)
 Suppression de gconf2-common ...
 Purge des fichiers de configuration de gconf2-common ...
 Can't call method description on an undefined value at 
 /usr/share/perl5/Debconf/Question.pm line 93, GEN0 line 1.
 dpkg : erreur de traitement de gconf2-common (--purge) :
  le sous-processus post-removal script a retourné une erreur de sortie d'état 
 9
 Des erreurs ont été rencontrées pendant l'exécution :
  gconf2-common

 It would seem some deps are missing somewhere or your system is
 severely broken.  /var/lib/dpkg/info/gconf2-common.postrm only calls
 ucf, and only if it's there.  Could you check whether ucf is
 correctly installed on your system?  Can you run debsums and report
 the result of dpkg -C on your system?

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



Processed: Re: Bug#383815: gconf2-common: fails to install and purge

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

 tags 383815 + unreproducible
Bug#383815: gconf2-common: fails to install and purge
There were no tags set.
Tags added: unreproducible

 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#383830: mapserver: FTBFS: build-dep on missing libgdal1-1.3.2-dev

2006-08-19 Thread Julien Danjou
Package: mapserver
Version: 4.8.3-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of mapserver_4.8.3-2 on avidan by sbuild/i386 0.49
 Build started at 20060819-2215
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 1552kB of source archives.
 Get:1 http://ftp.fr.debian.org sid/main mapserver 4.8.3-2 (dsc) [1197B]
 Get:2 http://ftp.fr.debian.org sid/main mapserver 4.8.3-2 (tar) [1535kB]
 Get:3 http://ftp.fr.debian.org sid/main mapserver 4.8.3-2 (diff) [16.5kB]
 Fetched 1552kB in 3s (420kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4), dpatch, libcurl3-gnutls-dev | libcurl3-dev, 
 libpng12-dev, zlib1g-dev (= 1.1.4), libgd2-xpm-dev (= 2.0.1-10), 
 libfreetype6-dev (= 2.0.9), libjpeg62-dev, libgdal1-1.3.1-dev, proj, 
 libwww-dev, postgresql-dev (= 7.3.3-1), php4-dev, php5-dev, swig, 
 python-dev, libgeos-dev
 Build-Depends-Indep: python-docutils
 Build-Conflicts: libcurl3-openssl-dev
 Checking for already installed source dependencies...
 debhelper: already installed (5.0.37.3 = 4 is satisfied)
 dpatch: missing
 libcurl3-gnutls-dev: missing
 libcurl3-dev: missing
 libpng12-dev: already installed (1.2.8rel-5.2)
 zlib1g-dev: already installed (1:1.2.3-13 = 1.1.4 is satisfied)
 libgd2-xpm-dev: missing
 libfreetype6-dev: already installed (2.2.1-2 = 2.0.9 is satisfied)
 libjpeg62-dev: already installed (6b-13)
 libgdal1-1.3.1-dev: missing
 proj: missing
 libwww-dev: missing
 postgresql-dev: missing
 php4-dev: missing
 php5-dev: missing
 swig: missing
 python-dev: missing
 libgeos-dev: missing
 libcurl3-openssl-dev: already deinstalled
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Package libgdal1-1.3.1-dev is not available, but is referred to by another 
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   libgdal1-1.3.2-dev
 E: Package libgdal1-1.3.1-dev has no installation candidate
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping mapserver
 **
 Finished at 20060819-2215
 Build needed 00:00:09, 284k disk space

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


signature.asc
Description: Digital signature


Bug#383835: gnome-osd: missing files in /usr/lib/python2.4/site-packages/gnomeosd

2006-08-19 Thread Marco Milanesi
Package: gnome-osd
Version: 0.11.2-3
Severity: grave
Justification: renders package unusable


as the subject says, files are missing. when copied manually from debian
source all were ok


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

Versions of packages gnome-osd depends on:
ii  gconf22.14.0-4   GNOME configuration database syste
ii  python2.3.5-11   An interactive high-level object-o
ii  python-gnome2 [python2.4-gnom 2.12.4-4   Python bindings for the GNOME desk
ii  python-gtk2 [python2.4-gtk2]  2.8.6-5Python bindings for the GTK+ widge
ii  python-pyorbit-omg [python2.4 2.0.1-5PyORBit - python CORBA OMG standar
ii  python-support0.4.1  automated rebuilding support for p
ii  python2.4 2.4.3-8An interactive high-level object-o
ii  python2.4-dbus0.62-4 simple interprocess messaging syst

gnome-osd recommends no packages.

-- no debconf information


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



Bug#383829: libapache2-mod-xmlrpc2: FTBFS: missing build-dep ?

2006-08-19 Thread Julien Danjou
Package: libapache2-mod-xmlrpc2
Version: 2.2.1-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of libapache2-mod-xmlrpc2_2.2.1-2 on avidan by sbuild/i386 
 0.49
 Build started at 20060819-2154
 **
...
 /usr/bin/make -f CMakeFiles/Makefile2 all
 make[2]: Entering directory `/build/buildd/libapache2-mod-xmlrpc2-2.2.1/build'
 /usr/bin/make -f CMakeFiles/mod_xmlrpc.dir/build.make 
 CMakeFiles/mod_xmlrpc.dir/depend
 make[3]: Entering directory `/build/buildd/libapache2-mod-xmlrpc2-2.2.1/build'
 Scanning dependencies of target mod_xmlrpc
 cd /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build  /usr/bin/cmake -E 
 cmake_depends Unix Makefiles /build/buildd/libapache2-mod-xmlrpc2-2.2.1 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build/CMakeFiles/mod_xmlrpc.dir/DependInfo.cmake
 make[3]: Leaving directory `/build/buildd/libapache2-mod-xmlrpc2-2.2.1/build'
 /usr/bin/make -f CMakeFiles/mod_xmlrpc.dir/build.make 
 CMakeFiles/mod_xmlrpc.dir/build
 make[3]: Entering directory `/build/buildd/libapache2-mod-xmlrpc2-2.2.1/build'
 /usr/bin/cmake -E cmake_progress_report 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build/CMakeFiles 1
 [ 16%] Building C object CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc.o
 /usr/bin/gcc  -Dmod_xmlrpc_EXPORTS   -DSUPPORT_C `/usr/bin/xmlrpc-c-config 
 --cflags` `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
 `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
 -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY 
 -fPIC -I/build/buildd/libapache2-mod-xmlrpc2-2.2.1   -o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc.o   -c 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/mod_xmlrpc.c
 /usr/bin/cmake -E cmake_progress_report 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build/CMakeFiles 2
 [ 33%] Building C object CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_c.o
 /usr/bin/gcc  -Dmod_xmlrpc_EXPORTS   -DSUPPORT_C `/usr/bin/xmlrpc-c-config 
 --cflags` `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
 `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
 -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY 
 -fPIC -I/build/buildd/libapache2-mod-xmlrpc2-2.2.1   -o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_c.o   -c 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/mod_xmlrpc_c.c
 /usr/bin/cmake -E cmake_progress_report 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build/CMakeFiles 3
 [ 50%] Building C object CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_rb.o
 /usr/bin/gcc  -Dmod_xmlrpc_EXPORTS   -DSUPPORT_C `/usr/bin/xmlrpc-c-config 
 --cflags` `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
 `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
 -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY 
 -fPIC -I/build/buildd/libapache2-mod-xmlrpc2-2.2.1   -o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_rb.o   -c 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/mod_xmlrpc_rb.c
 /usr/bin/cmake -E cmake_progress_report 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/build/CMakeFiles 4
 [ 66%] Building C object CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_server.o
 /usr/bin/gcc  -Dmod_xmlrpc_EXPORTS   -DSUPPORT_C `/usr/bin/xmlrpc-c-config 
 --cflags` `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
 `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
 -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY 
 -fPIC -I/build/buildd/libapache2-mod-xmlrpc2-2.2.1   -o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_server.o   -c 
 /build/buildd/libapache2-mod-xmlrpc2-2.2.1/mod_xmlrpc_server.c
 Linking C shared library mod_xmlrpc.so
 /usr/bin/cmake -P CMakeFiles/mod_xmlrpc.dir/cmake_clean_target.cmake
 /usr/bin/cmake -E cmake_link_script CMakeFiles/mod_xmlrpc.dir/link.txt 
 --verbose=1
 /usr/bin/gcc  -fPIC   -DSUPPORT_C `/usr/bin/xmlrpc-c-config --cflags` 
 `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
 `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
 -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY 
  `/usr/bin/xmlrpc-c-config --libs` `/usr/bin/apr-config --libs` 
 `/usr/bin/apxs2 -q LDFLAGS` -lpthread -ldl -lcrypt -lm   -lc -lruby1.8 
 -shared -Wl,-soname,mod_xmlrpc.so -o mod_xmlrpc.so 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc.o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_c.o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_rb.o 
 CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_server.o 
 gcc: `/usr/bin/xmlrpc-c-config: No such file or directory
 gcc: `/usr/bin/apr-config: No such file or directory
 gcc: `/usr/bin/apxs2: No such file or directory
 gcc: CFLAGS`: No such file or directory
 gcc: INCLUDEDIR`: No such file or directory

Processed: Re: bzrtools: New upstream release

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

 tag 382561 patch
Bug#382561: Uninstallable due to unmet dep on bzr ( 0.9)
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#330604: same issue

2006-08-19 Thread Carl Strickland
It would appear I have the same issue as the others on this list and I am
running sid. I'll try and provide all the information the others have
supplied as well as the gdb output. I'm also here for questions if it
helps resolve this bug faster.

Package: inkscape
Version: 0.44-1
Followup-For: Bug #330604

This is the error I get upon starting it up. Also note that it keeps
running until I Ctrl+C:

---
*** glibc detected *** double free or corruption (fasttop): 0x085ef9c8 ***

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can
fix it.
---

I don't know how to get this info so I am modifying Guillaume's by hand:

---
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Shell:  /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=en_US
---

Here's the gdb output (incl. bt):

---
(gdb) run
Starting program: /usr/bin/inkscape
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1495889376 (LWP 9224)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
*** glibc detected *** double free or corruption (fasttop): 0x085f2ed0 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread -1495889376 (LWP 9224)]
0xe410 in __kernel_vsyscall ()
(gdb)
(gdb) bt
#0  0xe410 in __kernel_vsyscall ()
#1  0xa6f33821 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xa6f34fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xa6f68c4a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4  0xa6f704df in mallopt () from /lib/tls/i686/cmov/libc.so.6
#5  0xa6f70582 in free () from /lib/tls/i686/cmov/libc.so.6
#6  0xa7270421 in g_free () from /usr/lib/libglib-2.0.so.0
#7  0xa6ca34da in internal_drawing_area_use_pen_gc ()
   from /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so
#8  0xa6cbc076 in theme_init ()
   from /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so
#9  0xa6cbc0e4 in theme_init ()
   from /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so
#10 0xa72decbb in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#11 0xa79f98f5 in gtk_rc_style_unref () from /usr/lib/libgtk-x11-2.0.so.0
#12 0xa7a21d03 in gtk_style_attach () from /usr/lib/libgtk-x11-2.0.so.0
#13 0xa72ded53 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#14 0xa79fa4d2 in gtk_rc_add_widget_name_style ()
   from /usr/lib/libgtk-x11-2.0.so.0
#15 0xa72ded53 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#16 0xa79f98f5 in gtk_rc_style_unref () from /usr/lib/libgtk-x11-2.0.so.0
#17 0xa7256098 in g_datalist_clear () from /usr/lib/libglib-2.0.so.0
#18 0xa72e0f20 in g_object_class_override_property ()
---Type return to continue, 

Bug#373855: marked as done (icecast2: FTBFS - too tight build-dep on libtheora)

2006-08-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 14:02:52 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#373855: fixed in icecast2 2.3.1-4
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: icecast2
Severity: serious
Justification: no longer builds from source


This bug is related to #373818 and should probably be closed along with it.

Due to the tight build-dependency and dependency on libtheora, icecast2 now 
fails to build from source
as libtheora now is in a newer version.

I tried to loosen up on the build-dep, and it at least built. 

As another note, I am interested in the reasoning behing the tight dependency, 
but that is just because I am curious


/Sune


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

---End Message---
---BeginMessage---
Source: icecast2
Source-Version: 2.3.1-4

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

icecast2_2.3.1-4.diff.gz
  to pool/main/i/icecast2/icecast2_2.3.1-4.diff.gz
icecast2_2.3.1-4.dsc
  to pool/main/i/icecast2/icecast2_2.3.1-4.dsc
icecast2_2.3.1-4_powerpc.deb
  to pool/main/i/icecast2/icecast2_2.3.1-4_powerpc.deb



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

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

Debian distribution maintenance software
pp.
Jonas Smedegaard [EMAIL PROTECTED] (supplier of updated icecast2 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: Sat, 19 Aug 2006 20:11:00 +0200
Source: icecast2
Binary: icecast2
Architecture: source powerpc
Version: 2.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Icecast team [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 icecast2   - Ogg Vorbis and MP3 streaming media server
Closes: 308939 346507 373818 373855 375253
Changes: 
 icecast2 (2.3.1-4) unstable; urgency=low
 .
   * Acknowledge NMU. Closes: bug#375253, #373855, #373818.
   * Build-depend on libtheora-dev again (but at least alpha7), as later
 suggested in the above bug#375253. Closes: bug#308939.
   * Bump standards-version to 3.7.2 (no changes needed).
   * Enable cdbs relibtoolization, fixing linkage problem causing FTBFS.
 Closes: bug#346507 (thanks to J.H.M. Dassen (Ray)
 [EMAIL PROTECTED]).
   * Add patch to avoid autotools messing with debian subdir.
Files: 
 5a8cb20ddf8b520b4b58ed9cdfd1fe03 916 sound optional icecast2_2.3.1-4.dsc
 51908f08610eeebcca48b0a10491c51d 14154 sound optional icecast2_2.3.1-4.diff.gz
 4a6907b40e8d1f3df4f668d7f292a3ea 278316 sound optional 
icecast2_2.3.1-4_powerpc.deb

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

iD8DBQFE527mn7DbMsAkQLgRAnfzAJ0QizqhmIM1lfgcp/R2btHAtJo2pwCfWIzO
LOqKFPJZuif8ug4P3lyoFU0=
=wnqM
-END PGP SIGNATURE-

---End Message---


Processed: Re: Bug#383799: ImportError: No module named BitTornado

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

 tag 383799 +unreproducable
Unknown tag/s: unreproducable.
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#383799: ImportError: No module named BitTornado
There were no tags set.
Tags added: 

 tag 383799 +moreinfo
Bug#383799: ImportError: No module named BitTornado
There were no tags set.
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of yacas 1.0.57-2.3

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

 tag 382783 + fixed
Bug#382783: yacas: None of the most basic examples work
Tags were: pending patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#383799: ImportError: No module named BitTornado

2006-08-19 Thread Micah Anderson

tag 383799 +unreproducable
tag 383799 +moreinfo
thanks

Hi,

Artur R. Czechowski wrote:

Package: bittornado
Version: 0.3.15-2
Severity: serious

After last python upgrade bittornado does not start.

[EMAIL PROTECTED]:~/tmp/AO$ btdownloadcurses 
AOInstall16.2.8_EP0_Live_nointro.torrent
Traceback (most recent call last):
  File /usr/bin/btdownloadcurses, line 8, in ?
from BitTornado import PSYCO
ImportError: No module named BitTornado


I just updated all my packages in unstable to the latest, and I do not 
experience this issue. Can you provide some more information about what 
versions of the other python packages you have installed, are you 
running etch, or sid... or?



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



Bug#383829: libapache2-mod-xmlrpc2: FTBFS: missing build-dep ?

2006-08-19 Thread Andres Salomon
On Sat, 2006-08-19 at 22:18 +0200, Julien Danjou wrote:
 Package: libapache2-mod-xmlrpc2
 Version: 2.2.1-2
 Severity: serious
 
[...]
  /usr/bin/gcc  -fPIC   -DSUPPORT_C `/usr/bin/xmlrpc-c-config --cflags` 
  `/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
  `/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
  -fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux 
  -DSUPPORT_RUBY  `/usr/bin/xmlrpc-c-config --libs` `/usr/bin/apr-config 
  --libs` `/usr/bin/apxs2 -q LDFLAGS` -lpthread -ldl -lcrypt -lm   -lc 
  -lruby1.8 -shared -Wl,-soname,mod_xmlrpc.so -o mod_xmlrpc.so 
  CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc.o 
  CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_c.o 
  CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_rb.o 
  CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_server.o 
  gcc: `/usr/bin/xmlrpc-c-config: No such file or directory
  gcc: `/usr/bin/apr-config: No such file or directory

I don't think it's missing a build-dep; I can reproduce the error in a
chroot, but everything needed to compile that is there.  It's somewhere
weird w/ the quoting.  If I run the above line manually from the build/
directory, it works..




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



  1   2   >