Processed: severity of 397529 is serious

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

 severity 397529 serious
Bug#397529: slib 3a4-3 broken under Scheme implemenations other than SCM
Severity set to `serious' from `normal'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#396980: fixed in mlton 20061107-1

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

 reopen 396980
Bug#396980: mlton_20061026-1 (hppa/unstable): FTBFS: regression in supported 
archs?
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#396980: fixed in mlton 20061107-1

2006-11-08 Thread Steve Langasek
reopen 396980
thanks

* new upstream version
* Use max-heap 640m instead of fixed-heap 512m.  hopefully closes: #396980

Unfortunately, the package still fails to build on powerpc with an error
unrelated to the heap size failures on hppa and sparc.

-- 
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#397558: amphetamine: FTBFS: /usr/bin/ld: cannot find -lXt

2006-11-08 Thread Lucas Nussbaum
Package: amphetamine
Version: 0.8.10-11
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
g++ -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib  -o amph src/Element.o
src/File.o src/Gifload.o src/Graphfil.o src/Gui.
o src/Appl.o src/Bullet.o src/Clut.o src/ConstVal.o src/Creeper.o
src/Item.o src/Level.o src/Main.o src/Monster.o src/Mo
nstrxx.o src/Object.o src/ObjInfo.o src/Player.o src/Pltform.o
src/Shape.o src/ShapeLd.o src/Surface.o src/Thing.o src/W
eapon.o src/System.o src/SndSys.o src/SoundList.o -lm -L/usr/lib -lSDL
-lXpm -lXt
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
make[1]: *** [amph] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397529: marked as done (slib 3a4-3 broken under Scheme implemenations other than SCM)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 00:17:32 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397529: fixed in slib 3a4-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: slib
Version: 3a4-3

Example:

$ mzscheme
Welcome to MzScheme version 352, Copyright (c) 2004-2006 PLT Scheme Inc.
 (load /usr/share/slib/init/DrScheme.init)
/usr/share/slib/require.scm:27:4: define: not allowed in an expression context 
in: (define slib:features *features*)

 === context ===
repl-loop

 

This appears to relate to the code added to require.scm in slib 3a4-3:

 Accommodate scm versions  5e3 which set *features* but not
 slib:features
   -- [EMAIL PROTECTED], 10/24/2006
(if (and (eq? (scheme-implementation-type) 'SCM)
 (not (defined? slib:features)))
(define slib:features *features*))

There's really no way this can work in general.  Even if it were to be
written as something like

(if ...
(begin
  (define ...)))

to make it valid Scheme, it would produce a definition local to the
scope of the 'begin'.

At least in the case of SCM, particular SCM versions are rather closely
tied to corresponding SLIB versions (5e2 needs 3a3, 5e3 needs 3a4)
partly because SLIB 'require' support is integrated into SCM.  You may
have noticed that Aubrey Jaffer has tended to release new versions of
both SCM and SLIB simultaneously for some time now.  Other Schemes
should work with various SLIB versions.

I don't know if it's worth trying to make SCM versions before 5e3 work
with SLIB 3a4.  I'd suggest maybe just adjusting the package
dependencies to keep SCM 5e2 and SLIB 3a3 together, and SCM 5e3 and SLIB
3a4 together, and not try to hack backward compatibility into SLIB for
earlier SCM versions.

---End Message---
---BeginMessage---
Source: slib
Source-Version: 3a4-4

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

slib_3a4-4.diff.gz
  to pool/main/s/slib/slib_3a4-4.diff.gz
slib_3a4-4.dsc
  to pool/main/s/slib/slib_3a4-4.dsc
slib_3a4-4_all.deb
  to pool/main/s/slib/slib_3a4-4_all.deb



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

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

Debian distribution maintenance software
pp.
Thomas Bushnell, BSG [EMAIL PROTECTED] (supplier of updated slib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  8 Nov 2006 00:06:50 -0800
Source: slib
Binary: slib
Architecture: source all
Version: 3a4-4
Distribution: unstable
Urgency: medium
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 slib   - Portable Scheme library
Closes: 397529
Changes: 
 slib (3a4-4) unstable; urgency=medium
 .
   * Medium urgency because this fixes a release critical bug.
 .
   * require.scm: Revert change from 3a4-2.
   * debian/control (slib): Conflict with scm ( 5e3).  (Closes: #397529)
Files: 
 3ee04e9cd11ed1f34f6008fc2b5bfee0 556 devel optional slib_3a4-4.dsc
 5973cc3ece7c350b9981c659610755c0 11885 devel optional slib_3a4-4.diff.gz
 f1a42ca8d9c2db348cc300769cae528f 887060 devel optional slib_3a4-4_all.deb

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

iD8DBQFFUZErqMsB9b6fcOoRAhnsAJ96TxdpwE0cfw/7jdYyR2iXiwDHZwCfV6x8
QxZkTheVlsGzN0odrKcops8=
=hYyM
-END PGP SIGNATURE-

---End Message---


Bug#396277: Bug 216554 (thttpd) resolved by DSA 1205-1

2006-11-08 Thread Sebastian Kiesel
Hi,

Debian Bug #216554 has been resolved with Debian Security Advisory
DSA 1205-1 (Debian Bug #396277) - seems that I discovered and reported
the problem already 3 years ago but did not realize all security
implications.

regards,
Sebastian


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



Bug#376505: arch2darcs FTBFS again

2006-11-08 Thread Lucas Nussbaum
reopen 376505
tag 376505 -sid
thanks

Hi Steve, 

I could reproduce this build failure in a etch environment with version
1.0.6 (probably because GHC 6.4.2 now migrated to testing).

Thus removing the sid tag.

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: arch2darcs FTBFS again

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

 reopen 376505
Bug#376505: FTBFS: arch2darcs.cabal:12: Parse of field 'extensions' failed:
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 tag 376505 -sid
Bug#376505: FTBFS: arch2darcs.cabal:12: Parse of field 'extensions' failed:
Tags were: sid
Tags removed: sid

 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#397423: marked as done (gnustep-base-common: depends on obsolete timezoneconf package)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 00:32:24 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397423: fixed in gnustep-base 1.13.0-5
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: gnustep-base-common
Version: 1.13.0-4
Severity: serious

The gnustep-base-common package has a dependency on timezoneconf, added in
response to bug #213157 to resolve a dangling symlink to /etc/timezone.  But
/etc/timezone doesn't belong to timezoneconf, and now timezoneconf is
scheduled to be removed as obsolete and unmaintained.  Please update
gnustep-base to not depend on this package.

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

---End Message---
---BeginMessage---
Source: gnustep-base
Source-Version: 1.13.0-5

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

gnustep-base-common_1.13.0-5_all.deb
  to pool/main/g/gnustep-base/gnustep-base-common_1.13.0-5_all.deb
gnustep-base-doc_1.13.0-5_all.deb
  to pool/main/g/gnustep-base/gnustep-base-doc_1.13.0-5_all.deb
gnustep-base-examples_1.13.0-5_all.deb
  to pool/main/g/gnustep-base/gnustep-base-examples_1.13.0-5_all.deb
gnustep-base-runtime_1.13.0-5_i386.deb
  to pool/main/g/gnustep-base/gnustep-base-runtime_1.13.0-5_i386.deb
gnustep-base_1.13.0-5.diff.gz
  to pool/main/g/gnustep-base/gnustep-base_1.13.0-5.diff.gz
gnustep-base_1.13.0-5.dsc
  to pool/main/g/gnustep-base/gnustep-base_1.13.0-5.dsc
libgnustep-base-dev_1.13.0-5_i386.deb
  to pool/main/g/gnustep-base/libgnustep-base-dev_1.13.0-5_i386.deb
libgnustep-base1.13-dbg_1.13.0-5_i386.deb
  to pool/main/g/gnustep-base/libgnustep-base1.13-dbg_1.13.0-5_i386.deb
libgnustep-base1.13_1.13.0-5_i386.deb
  to pool/main/g/gnustep-base/libgnustep-base1.13_1.13.0-5_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.
Hubert Chan [EMAIL PROTECTED] (supplier of updated gnustep-base 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: RIPEMD160

Format: 1.7
Date: Tue,  7 Nov 2006 22:46:31 -0500
Source: gnustep-base
Binary: gnustep-base-doc libgnustep-base1.13-dbg gnustep-base-common 
libgnustep-base-dev libgnustep-base1.13 gnustep-base-examples 
gnustep-base-runtime
Architecture: source all i386
Version: 1.13.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 gnustep-base-common - GNUstep Base library - common files
 gnustep-base-doc - Documentation for the GNUstep Base Library
 gnustep-base-examples - Examples using the GNUstep Base Library
 gnustep-base-runtime - GNUstep Base library
 libgnustep-base-dev - GNUstep Base header files and development libraries
 libgnustep-base1.13 - GNUstep Base library
 libgnustep-base1.13-dbg - GNUstep Base library - debugging version
Closes: 397423
Changes: 
 gnustep-base (1.13.0-5) unstable; urgency=low
 .
   * Remove obsolete dependency on timezoneconf. (Closes: #397423)
   * Add tool symlinks and manpage symlinks for various tools.
Files: 
 4e7079b69cfa0283e4b355d0af4399d9 1109 devel optional gnustep-base_1.13.0-5.dsc
 f4019d0d8bedde3e6b86ee2f22dd9015 16881 devel optional 
gnustep-base_1.13.0-5.diff.gz
 087b05083c7091d701a3e96871fc967c 102364 libs optional 
gnustep-base-common_1.13.0-5_all.deb
 15b555c8ae5b2642ada2be9490ddfe1c 67098 devel optional 
gnustep-base-examples_1.13.0-5_all.deb
 020c30acb292e3a1458602c51cb69e22 1323932 doc optional 
gnustep-base-doc_1.13.0-5_all.deb
 67af9cff17f33455e861a6df466cf7f4 219602 libs optional 
gnustep-base-runtime_1.13.0-5_i386.deb
 85e6b5c59ffca567a733a5daee4ee62e 979136 libs optional 
libgnustep-base1.13_1.13.0-5_i386.deb
 1f75da34e89449859097559b1bef5243 1662592 libdevel optional 
libgnustep-base-dev_1.13.0-5_i386.deb
 3b042e64e563a0f4528ba84b32e6c734 1936758 libdevel extra 
libgnustep-base1.13-dbg_1.13.0-5_i386.deb

-BEGIN PGP SIGNATURE-

Bug#397561: beaglefs: FTBFS: Package libbeagle-0.0 was not found in the pkg-config search path.

2006-11-08 Thread Lucas Nussbaum
Package: beaglefs
Version: 1.0.3-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
make[1]: Entering directory `/build/root/beaglefs-1.0.3'
Package libbeagle-0.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbeagle-0.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbeagle-0.0' found
Package libbeagle-0.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbeagle-0.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbeagle-0.0' found
hit.c:13:27: error: beagle/beagle.h: No such file or directory

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397560: blender: FTBFS: /usr/bin/ld: cannot find -lsh

2006-11-08 Thread Lucas Nussbaum
Package: blender
Version: 2.42a-4
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
Compiling == 'buildinfo.c'
Linking program == 'blender'
/usr/bin/ld: cannot find -lsh:
collect2: ld returned 1 exit status

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397431: marked as done (libapache2-mod-php4: php4 segfaults apache2.2 childs)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 8 Nov 2006 10:06:47 +0100
with message-id [EMAIL PROTECTED]
and subject line libapache2-mod-php4: php4 segfaults apache2.2 childs
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: libapache2-mod-php4
Version: 4:4.4.4-5
Severity: grave
Justification: renders package unusable

Hi,

today the upgrade of php4 from 4:4.4.4~4 to 4:4.4.4-5 happened and it
broke my apache. As long as the php4 module is activated each and every
child of apache segfaults.

I don't attach a backtrace or any such thing, because I don't know how
to get one. So please tell me how I can get more information about the
reasons...

I do have mysql and postgresql extensions enabled.

Andeeas

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

Versions of packages libapache2-mod-php4 depends on:
ii  apache2- 2.2.3-3 Traditional model for Apache HTTPD
ii  apache2. 2.2.3-3 Next generation, scalable, extenda
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat 1.95.8-3.3  XML parsing C library - runtime li
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libmagic 4.17-4  File type determination library us
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libzzip- 0.12.83-8   library providing read access on Z
ii  mime-sup 3.37-1  MIME files 'mime.types'  'mailcap
ii  php4-com 4:4.4.4-5   Common files for packages built fr
ii  ucf  2.0016  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

libapache2-mod-php4 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
On 07.11.06 11:59:25, Andreas Pakulat wrote:
 today the upgrade of php4 from 4:4.4.4~4 to 4:4.4.4-5 happened and it
 broke my apache. As long as the php4 module is activated each and every
 child of apache segfaults.

This has been fixed in 4:4.4.4-6 by disabling LFS support. I haven't
seen the bug on the php4 package.

I'm closing this now.

Andreas

-- 
You are magnetic in your bearing.


pgpYyHyWXyu6x.pgp
Description: PGP signature
---End Message---


Processed: boo still/also fails to build on i386

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

 severity 393645 serious
Bug#393645: boo: FTBFS: 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Object 
reference not set to an instance of an object'
Severity set to `serious' from `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397565: cdbs: FTBFS: /usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl line 22 element param: The value '$nodes' of the attribute 'name' is not a valid QName.

2006-11-08 Thread Lucas Nussbaum
Package: cdbs
Version: 0.4.47
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
ID recommended on colophon: Thanks
dot -Tps2 -o buildcore.eps buildcore.dot -Gsize='6,10'
epstopdf --outfile=buildcore.pdf buildcore.eps
dot -Tps2 -o depgraph.eps depgraph.dot -Gsize='6,10'
epstopdf --outfile=depgraph.pdf depgraph.eps
dblatex -b pdftex -T db2latex cdbs-doc.xml
make[4]: Entering directory `/tmp/tpub-root-20927'
compilation error: file
/usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl line 22
element param
The value '$nodes' of the attribute 'name' is not a valid QName.
make[4]: *** [cdbs-doc.rtex] Error 5

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#394283: Fwd: Bug#393519: Thailatex upgrade fixes.

2006-11-08 Thread Theppitak Karoonboonyanan

I replied to wrong bug number, sorry.

-- Forwarded message --
From: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Date: Nov 8, 2006 1:50 PM
Subject: Re: Bug#393519: Thailatex upgrade fixes.
To: Frank Küster [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Norbert Preining [EMAIL PROTECTED], [EMAIL PROTECTED]


On 10/28/06, Theppitak Karoonboonyanan [EMAIL PROTECTED] wrote:

On 10/27/06, Frank Küster [EMAIL PROTECTED] wrote:

 Should I take tbhe current packages from

  http://linux.thai.net/~thep/debian/source/thailatex/

Yes, please do the interim upload. I'll release a new upstream
version soon when the relicensing is finalized.


Update: I have got an approval to relicense it to LPPL.
New upstream version has been released. Now I'm
preparing a new debian package.

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



Bug#397147: About handling of bugs and changelog entries

2006-11-08 Thread Raphael Hertzog
Hello pkg-voip maintainers,

I'm a bit astonished on how the bugs 375141 and 397147 have been handled.
While recompiling the testing version of asterisk I discovered that I lost
ogg support because of the lack of build-depends so I start looking on the
bugs and find out #375141 which reports the problem.

This bug has been closed with this sentence:
- format_ogg_vorbis.so was present in i386, no longer in packages
 (Closes: #375141)

rant
Sorry this is NOT a changelog entry, we don't know why it's fixed and how
you fixed it or if you simply decided that Ogg support was not worth
having.

In the mean time the real bug is still here: i386 is the only arch with
OGG support because it's compiled by the maintainer on a system with
libvorbis-dev installed but the other archs don't have it and any custom
recompilation (like mine) may result in a binary without ogg support.

The bug is reported again with #397147 and this time the submitter was
skilled enough to point out to the real problem and the real fix got
integrated but the changelog entry is still as bad:
   [ Mark Purcell ]
   * asterisk-classic, asterisk-bristuff:
 /usr/lib/asterisk/modules/format_ogg_vorbis.so gone missing when
 rebuilt (Closes: #397147

You describe the problem but a changelog is here to describe the change and
in particular the fix made to correct the problem. This is very important if you
want to have good feedback from users/testers/bug reporters. I need to know
what changed by looking at the changelog so that I can check if the fix is
the one that I expected.
/rant

Please take some more care in the future, and many thanks for your work on
asterisk!

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#397431: libapache2-mod-php4: php4 segfaults apache2.2 childs

2006-11-08 Thread Andreas Pakulat
On 07.11.06 11:59:25, Andreas Pakulat wrote:
 today the upgrade of php4 from 4:4.4.4~4 to 4:4.4.4-5 happened and it
 broke my apache. As long as the php4 module is activated each and every
 child of apache segfaults.

This has been fixed in 4:4.4.4-6 by disabling LFS support. I haven't
seen the bug on the php4 package.

I'm closing this now.

Andreas

-- 
You are magnetic in your bearing.


pgpbmX1fXv6hu.pgp
Description: PGP signature


Bug#379628: [Linux-NTFS-Dev] CALL FOR HELP: Vista beta compatibility testing (was: Re: Bug#379628: ntfsresize: resizing a Vista NTFS partition leads to corrupted partition)

2006-11-08 Thread Frans Pop
On Sunday 05 November 2006 23:57, Szakacsits Szabolcs wrote:
 So, it seems we should plan and implement denial of the resizing for
 Vista, asap. This is not so bad, because Vista started to include a
 non-destructive resizer.

Well, it is a pity that we will no longer be able to resize partitions 
from within the Debian installer. However, I guess that this will be a 
temporary denial until someone has figured out what would need to be 
changed to make the Vista boot working again.

 Frans, how do you detect Vista? My idea is to check for the
 transactional directory. However this won't be enabled by default, so
 it may not exist at all.

We currently check for the presence two files:
/bootmgr and /Boot/BCD

Cheers,
FJP


pgplLs655DCZE.pgp
Description: PGP signature


Bug#397567: commons-io: FTBFS: failed test org.apache.commons.io.DemuxTestCase

2006-11-08 Thread Lucas Nussbaum
Package: commons-io
Version: 1.0-3
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
[junit] Testcase: testInputStream took 0.212 sec
[junit] Testcase: testOutputStream took 0.184 sec
[junit] Internal error: caught an unexpected exception.
[junit] Please check your CLASSPATH and your installation.
[junit] java/lang/NullPointerException
[junit] Test org.apache.commons.io.DemuxTestCase FAILED
[junit] Running org.apache.commons.io.EndianUtilsTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.137 sec
[junit] Testsuite: org.apache.commons.io.EndianUtilsTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.137 sec

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397572: linux-igd: FTBFS: error: conflicting types for 'parse_port'

2006-11-08 Thread Julien Danjou
Package: linux-igd
Version: 0.cvs20060201-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of linux-igd_0.cvs20060201-1 on avidan by sbuild/i386 98
 Build started at 20061108-0810
 **
...
 gcc -Wall -g -I/usr/local/include/upnp  -I../include -DHAVE_LIBIPTC 
 -I/usr/include -c pmlist.c
 gcc -Wall -g -I/usr/local/include/upnp  -I../include -DHAVE_LIBIPTC 
 -I/usr/include -c util.c
 gcc -Wall -g -I/usr/local/include/upnp  -I../include -DHAVE_LIBIPTC 
 -I/usr/include -c config.c
 gcc -Wall -g -I/usr/local/include/upnp  -I../include -DHAVE_LIBIPTC 
 -I/usr/include -c iptc.c
 iptc.c:25: error: conflicting types for 'parse_port'
 /usr/include/iptables.h:155: error: previous declaration of 'parse_port' was 
 here
 iptc.c:27: error: conflicting types for 'service_to_port'
 /usr/include/iptables.h:154: error: previous declaration of 'service_to_port' 
 was here
 make[1]: *** [iptc.o] Error 1
 make[1]: Leaving directory `/build/buildd/linux-igd-0.cvs20060201'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061108-0810
 FAILED [dpkg-buildpackage died]

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


signature.asc
Description: Digital signature


Bug#397568: darcs-buildpackage: FTBFS: setup: darcs-buildpackage.cabal:10: Parse of field 'extensions' failed:

2006-11-08 Thread Lucas Nussbaum
Package: darcs-buildpackage
Version: 0.5.7
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
/usr/bin/make
make[1]: Entering directory `/build/root/darcs-buildpackage-0.5.7'
ghc -package Cabal Setup.lhs -o setup
./setup configure
setup: darcs-buildpackage.cabal:10: Parse of field 'extensions' failed: 
make[1]: *** [all] Error 1
make[1]: Leaving directory `/build/root/darcs-buildpackage-0.5.7'
make: *** [build-stamp] Error 2

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397574: csmash: FTBFS: configure: error: OpenGL library not found.

2006-11-08 Thread Lucas Nussbaum
Package: csmash
Version: 0.6.6-6.2
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
checking for fabs in -lm... no
checking for glLoadIdentity in -lGL... no
checking for glLoadIdentity in -lMesaGL... no
checking for main in -lOpenGL32... no
configure: error: OpenGL library not found.
make: *** [build-stamp] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397431: marked as done (libapache2-mod-php4: php4 segfaults apache2.2 childs)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 8 Nov 2006 10:37:08 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#397431: libapache2-mod-php4: php4 segfaults apache2.2 
childs
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: libapache2-mod-php4
Version: 4:4.4.4-5
Severity: grave
Justification: renders package unusable

Hi,

today the upgrade of php4 from 4:4.4.4~4 to 4:4.4.4-5 happened and it
broke my apache. As long as the php4 module is activated each and every
child of apache segfaults.

I don't attach a backtrace or any such thing, because I don't know how
to get one. So please tell me how I can get more information about the
reasons...

I do have mysql and postgresql extensions enabled.

Andeeas

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

Versions of packages libapache2-mod-php4 depends on:
ii  apache2- 2.2.3-3 Traditional model for Apache HTTPD
ii  apache2. 2.2.3-3 Next generation, scalable, extenda
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat 1.95.8-3.3  XML parsing C library - runtime li
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libmagic 4.17-4  File type determination library us
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libzzip- 0.12.83-8   library providing read access on Z
ii  mime-sup 3.37-1  MIME files 'mime.types'  'mailcap
ii  php4-com 4:4.4.4-5   Common files for packages built fr
ii  ucf  2.0016  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

libapache2-mod-php4 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 4:4.4.4-6

Setting the right version.

Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/
---End Message---


Bug#376505: arch2darcs FTBFS again

2006-11-08 Thread Steve Langasek
close 376505 1.0.7
quit

On Wed, Nov 08, 2006 at 09:39:53AM +0100, Lucas Nussbaum wrote:
 reopen 376505
 tag 376505 -sid
 thanks

 I could reproduce this build failure in a etch environment with version
 1.0.6 (probably because GHC 6.4.2 now migrated to testing).

 Thus removing the sid tag.

Removing the tag is correct.  Reopening the bug is *not*.  This bug was
fixed in version 1.0.7, which is later than the version you were retesting
with.  And in any case, version 1.0.8 is now in testing.

-- 
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#397569: lat: FTBFS: error CS0619:`Mono.Unix.Native.Syscall.crypt(string, string)' is obsolete

2006-11-08 Thread Julien Danjou
Package: lat
Version: 1.2.0.1-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of lat_1.2.0.1-1 on avidan by sbuild/i386 98
 Build started at 20061108-0651
 **
...
 /usr/bin/gmcs -codepage:utf8-out:lat.exe ./AboutDialog.cs 
 ./AddObjectClassDialog.cs ./AssemblyInfo.cs ./AttributeEditorWidget.cs 
 ./ConnectDialog.cs ./ConnectionManager.cs ./CreateEntryDialog.cs ./Defines.cs 
 ./LDIF.cs ./LdapEntryAnalyzer.cs ./LdapSearch.cs ./LdapServer.cs 
 ./LdapTreeView.cs ./Log.cs ./LoginDialog.cs ./Main.cs ./MassEditDialog.cs 
 ./NewEntryDialog.cs ./PasswordDialog.cs ./Preferences.cs ./ProfileDialog.cs 
 ./RenameEntryDialog.cs ./SMBPassword.cs ./SambaPopulateDialog.cs 
 ./SchemaTreeView.cs ./SearchBuilderDialog.cs ./SearchResultsTreeView.cs 
 ./SelectContainerDialog.cs ./SelectGroupsDialog.cs ./ServerData.cs 
 ./Templates.cs ./TemplatesDialog.cs ./TemplateEditorDialog.cs 
 ./TimeDateDialog.cs ./Util.cs ./ViewDataTreeView.cs ./ViewDialog.cs 
 ./ViewPluginManager.cs ./ViewsTreeView.cs ./Window.cs  
 -r:../gnome-keyring-glue/gnome-keyring-glue.dll -r:Mono.Posix 
 -r:Mono.Security -r:Novell.Directory.Ldap  /resource:../resources/lat.glade 
 /resource:../resources/lat.png /resource:../resources/contact-new.png 
 /resource:../resources/contact-new-48x48.png 
 /resource:../resources/edit-find.png 
 /resource:../resources/edit-find-48x48.png 
 /resource:../resources/locked16x16.png 
 /resource:../resources/locked-48x48.png 
 /resource:../resources/stock_person.png 
 /resource:../resources/text-x-generic.png 
 /resource:../resources/unlocked16x16.png /resource:../resources/users.png 
 /resource:../resources/x-directory-normal.png 
 /resource:../resources/x-directory-remote-server.png 
 /resource:../resources/x-directory-remote-workgroup.png 
 /resource:../resources/mail-message-new.png 
 /resource:../resources/document-save.png /resource:../resources/go-home.png 
 /resource:../resources/x-directory-remote-server-48x48.png 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll  
 ./PasswordDialog.cs(182,44): error CS0619: 
 `Mono.Unix.Native.Syscall.crypt(string, string)' is obsolete: `This is 
 insecure and should not be used'
 Compilation failed: 1 error(s), 0 warnings
 make[3]: *** [lat.exe] Error 1
 make[3]: Leaving directory `/build/buildd/lat-1.2.0.1/lat'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/lat-1.2.0.1/lat'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/lat-1.2.0.1'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20061108-0656
 FAILED [dpkg-buildpackage died]

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


signature.asc
Description: Digital signature


Bug#397571: debian-reference: FTBFS: ERROR: reference.zh-tw.pdf could not be generated properly

2006-11-08 Thread Lucas Nussbaum
Package: debian-reference
Version: 1.09-3
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
ln -sf zh-tw/hyperref-full.cfg hyperref.cfg
debiandoc2latexpdf  -s bin/fixlatex -l $(echo zh-tw | bin/getlocale)
reference.zh-tw.sgml
debiandoc2latexpdf: ERROR: reference.zh-tw.pdf could not be generated
properly
debiandoc2latexpdf: rerun with the -v option to found out why
debiandoc2latexpdf: or check the log file reference.zh-tw.log
make[1]: *** [reference.zh-tw.pdf] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory

2006-11-08 Thread Lucas Nussbaum
Package: cmucl
Version: 19c-release-20051115-3
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
dh_testdir
dh_testroot
dh_installchangelogs src/general-info/release-19b.txt
dh_installdocs
cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory
dh_installdocs: command returned error code 256

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#318340: openoffice.org: broken dependency on amd64

2006-11-08 Thread Rene Engelhard
Am Dienstag, 7. November 2006 19:03 schrieb brian jones:
 i'm having the same problem installing openoffice.org.  this is
 debian-amd64 stable.
  ^^^

Which doesn't have OOo for amd64. And never will get. etch/sid have it.
So this one is completely normal.
Hint: openoffice.org was an Arch-indep package in sarge.

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Bug#379628: [Linux-NTFS-Dev] CALL FOR HELP: Vista beta compatibility testing (was: Re: Bug#379628: ntfsresize: resizing a Vista NTFS partition leads to corrupted partition)

2006-11-08 Thread Szakacsits Szabolcs

Hi,

On Wed, 8 Nov 2006, Andree Leidenfrost wrote:

 Thanks a lot for your response!

Thanks for yours too! :)
 
 Ok, I've reinstalled and created a 10GB E: drive in Vista after that.
 Surprisingly enough (at least to me), after reducing the size by 1MB
 following your original instructions, Vista does not boot anymore
 either. :-(

Interesting. I guess you've seen no error messages? 

We also shouldn't forget that this was an older beta release, so Vista bugs
are expected. It would be nice to reproduce it on the latest Vista too.
Unfortunately nobody could do it so far (that is no feedback).
 
 As a Debian developer, i.e. looking at things from a distribution angle,

As an all time Linux developer, I'm looking at things from all distributions
angle ;) I wrote ntfsresize for the purpose to be used in the Linux
installers. I never used Windows myself. I do understand your problem ;)

 I am somewhat more concerned: Installing Linux on a PC should be as easy
 as possible. To this date, ntfsresize has done an excellent job in
 resizing an NTFS partition 'on the fly' as part of the Linux
 installation process. 

The problem is that Parted still has problems with editing the partition
table. Corruptions still happen __sometimes__ in a way that Windows won't be
able to boot. Not even when it's reinstalled (the Windows install respects
the partition table, so it won't fix it). The Parted code is widely used in
QTParted (unmaintained for years), GParted and several other partitioners.
It keeps corrupting but isn't getting fixed. Very bad.

Another problem is GRUB. It also tends to make Windows unbootable
__sometimes__. GRUB seems to be also unmaintained for quite some time.

So this repartitioning approach doesn't seem to work reliable,
unfortunately.

An alternative could be if users would install Linux straight to NTFS.  
Thus the unreliable partitioning (and hopefully the bootloader) could be
eliminated completely. As an extra bonus, users would even have full
read-write access to their Linux data, without any additional setup.

Though this still needs some work on the NTFS side.

 It would be really sad to not have this functionality anymore.

I think this would be the correct way to proceed:

1) reproduce the problem with the latest Vista Beta (afaik, RC2)

2) submit a bug report to Microsoft and ask for answer and 
   workaround until they fix it

3) if Microsoft ignores or refuses the problem then make it a
legal cases against them as anti-competitive practices. 

4) try to find a solution until 3) settles down.

Best regards,

Szaka



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



Bug#397558: marked as done (amphetamine: FTBFS: /usr/bin/ld: cannot find -lXt)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 02:17:23 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397558: fixed in amphetamine 0.8.10-12
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: amphetamine
Version: 0.8.10-11
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
g++ -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib  -o amph src/Element.o
src/File.o src/Gifload.o src/Graphfil.o src/Gui.
o src/Appl.o src/Bullet.o src/Clut.o src/ConstVal.o src/Creeper.o
src/Item.o src/Level.o src/Main.o src/Monster.o src/Mo
nstrxx.o src/Object.o src/ObjInfo.o src/Player.o src/Pltform.o
src/Shape.o src/ShapeLd.o src/Surface.o src/Thing.o src/W
eapon.o src/System.o src/SndSys.o src/SoundList.o -lm -L/usr/lib -lSDL
-lXpm -lXt
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
make[1]: *** [amph] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Source: amphetamine
Source-Version: 0.8.10-12

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

amphetamine_0.8.10-12.diff.gz
  to pool/main/a/amphetamine/amphetamine_0.8.10-12.diff.gz
amphetamine_0.8.10-12.dsc
  to pool/main/a/amphetamine/amphetamine_0.8.10-12.dsc
amphetamine_0.8.10-12_i386.deb
  to pool/main/a/amphetamine/amphetamine_0.8.10-12_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.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated 
amphetamine package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  8 Nov 2006 11:08:27 +0100
Source: amphetamine
Binary: amphetamine
Architecture: source i386
Version: 0.8.10-12
Distribution: unstable
Urgency: high
Maintainer: Debian Games Team pkg-games-devel@lists.alioth.debian.org
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 amphetamine - jump'n run game with unique visual effects
Closes: 397558
Changes: 
 amphetamine (0.8.10-12) unstable; urgency=high
 .
   * debian/patches/000_no_lxt.diff:
 + New patch. Removes useless -lXt link flag (Closes: #397558).
Files: 
 f977d8ce068fc6b461df12f2937388f8 734 games optional amphetamine_0.8.10-12.dsc
 fbeb83bdf1597cb8379fc098d543bbaa 9618 games optional 
amphetamine_0.8.10-12.diff.gz
 81fbb81e60fe7b47b70bb17e08cb9e0c 99884 games optional 
amphetamine_0.8.10-12_i386.deb

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

iD8DBQFFUazzfPP1rylJn2ERAqs5AJ0WgaF3NX+D7NfeDvPAZ7J7KJ5+ZACfTemN
NvlhQy0zmQW2LLNh5o5g5e8=
=xNAs
-END PGP SIGNATURE-

---End Message---


Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory

2006-11-08 Thread Peter Van Eynde
On Wed, 8 Nov 2006 10:21:01 +0100, Lucas Nussbaum
 During a rebuild of all packages in etch, I discovered that your package
 failed to build on i386.

This turns out to be hevea problem:

hevea -fix cmu-user.hva cmu-user.tex
./cmu-user.hva:13: Warning: Not (re)-defining environment 'minipage'
with \newenvironment
./cmu-user.hva:137: Warning: Unknown counter: footer in \setcounter
Giving up command: [EMAIL PROTECTED]
Giving up command: [EMAIL PROTECTED]
Giving up command: \input
Giving up command: \ifthenelse
Giving up command: [EMAIL PROTECTED]
Giving up command: [EMAIL PROTECTED]
Giving up command: \@@iter
Giving up command: [EMAIL PROTECTED]
Giving up command: [EMAIL PROTECTED]
Giving up command: [EMAIL PROTECTED]
Giving up command: \usepackage
/usr/share/hevea/xspace.hva:2: Fatal error: Command: \xspace defined at
initialisation
(if input is plain LaTeX, please report to [EMAIL PROTECTED])
Adios
make[3]: *** [cmu-user.html] Error 2

I've seen a fix in upstream CVS and will investigate this.

Groetjes, Peter


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



Processed: Re: arch2darcs FTBFS again

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

 close 376505 1.0.7
Bug#376505: FTBFS: arch2darcs.cabal:12: Parse of field 'extensions' failed:
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1.0.7, send any further explanations to Martin 
Michlmayr [EMAIL PROTECTED]

 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#397568: darcs-buildpackage: FTBFS: setup: darcs-buildpackage.cabal:10: Parse of field 'extensions' failed:

2006-11-08 Thread Steve Langasek
forcemerge 376509 397568
thanks

On Wed, Nov 08, 2006 at 10:33:47AM +0100, Lucas Nussbaum wrote:
 Package: darcs-buildpackage
 Version: 0.5.7
 Severity: serious
 Justification: FTBFS on i386, very likely to fail everywhere else
 Usertags: grid5000

 During a rebuild of all packages in etch, I discovered that your package
 failed to build on i386.

 Relevant parts:
 /usr/bin/make
 make[1]: Entering directory `/build/root/darcs-buildpackage-0.5.7'
 ghc -package Cabal Setup.lhs -o setup
 ./setup configure
 setup: darcs-buildpackage.cabal:10: Parse of field 'extensions' failed: 
 make[1]: *** [all] Error 1
 make[1]: Leaving directory `/build/root/darcs-buildpackage-0.5.7'
 make: *** [build-stamp] Error 2


Duplicate of bug #376509, fixed in version 0.5.8; version 0.5.10 is in
testing as of yesterday.

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


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



Bug#397494: using apt-cache a bad idea?

2006-11-08 Thread Peter Palfrader
On Tue, 07 Nov 2006, Joey Hess wrote:

 The apt-cache code should only run if /usr/share/python/debian_defaults
 DNE; it's included in python-minimal. I wonder why Peter's system
 doesn't have it?

python-central depends on python = 2.3.  python-minimal was only
introduced with python 2.4.

Cheers,
Peter
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


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



Processed: Re: Bug#397568: darcs-buildpackage: FTBFS: setup: darcs-buildpackage.cabal:10: Parse of field 'extensions' failed:

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

 forcemerge 376509 397568
Bug#376509: FTBFS: darcs-buildpackage.cabal:10: Parse of field 'extensions' 
failed
Bug#397568: darcs-buildpackage: FTBFS: setup: darcs-buildpackage.cabal:10: 
Parse of field 'extensions' failed:
Forcibly Merged 376509 397568.

 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#397574: csmash: FTBFS: configure: error: OpenGL library not found.

2006-11-08 Thread Steve Langasek
On Wed, Nov 08, 2006 at 10:30:23AM +0100, Lucas Nussbaum wrote:
 During a rebuild of all packages in etch, I discovered that your package
 failed to build on i386.

 Relevant parts:
 checking for fabs in -lm... no
 checking for glLoadIdentity in -lGL... no
 checking for glLoadIdentity in -lMesaGL... no
 checking for main in -lOpenGL32... no
 configure: error: OpenGL library not found.
 make: *** [build-stamp] Error 1

This is fixed by adding a build-dependency on libxt-dev.  (Lack of libxt-dev
causes X detection to fail, which results in broken CFLAGS options being
added to the compiler commandline.)

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


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



Bug#397368: tuxguitar: tuxguitar fails to start

2006-11-08 Thread Klaus Reichl

Hi Guitar Afficionados,

Thanks for help, I'm posting again because everything is not fixed/clear
yet.  With the fixes below it works (at least in my environment).

Here my resulting /usr/bin/tuxguitar and the reasoning for changes:

* JAVA=...  # As suggested by Julian
* export CLASSPATH=...  # As suggested by Philippe
# N.B.: /usr/share/tuxguitar is important,
# otherwise icons  langs are not found.

* removed `cd /usr/share/tuxguitar' which I didn't like anyway (the
  tool should honour my CWD)

* changed $* to $@ for better quoting results (e.g.   in files)

Best regards and thanks again,
Klaus

 /usr/bin/tuxguitar 
#! /bin/sh

# Hardcode the JAVA version - should be reflected in the package 
# dependencies list 
JAVA=/usr/lib/jvm/java-1.5.0-sun/jre/bin/java

# Setup classpath
# !!! always add /usr/share/tuxguitar to find icons  languages
export 
CLASSPATH=/usr/share/tuxguitar/TuxGuitar.jar:/usr/share/java//swt-gtk-3.2.1.jar:/usr/share/java//itext.jar:/usr/share/java//gtk2.6.jar:/usr/share/tuxguitar

$JAVA -Xms128m -Xmx128m \
  -Djava.library.path=/usr/lib/jni \
  -cp ${CLASSPATH} org.herac.tuxguitar.gui.TuxGuitar $@

 /usr/bin/tuxguitar 


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



Bug#397593: gaim crashes on irc when using cp1251 encoding (possibly other non-utf encodings too)

2006-11-08 Thread Andriy Lesyuk

Package: gaim
Version: 2.0.0+beta4-4
Severity: serious

Gaim/IRC works just fine with Utf-8 encoding... But when I change 
encoding to

cp1251 it crashes on topic change or writing text.

Backtrace:
0xa74eb093 in writev () from /lib/tls/libc.so.6
(gdb) bt
#0  0xa74eb093 in writev () from /lib/tls/libc.so.6
#1  0xa7f8311e in dbus_malloc () from /usr/lib/libdbus-1.so.3
#2  0xa7f83187 in dbus_malloc () from /usr/lib/libdbus-1.so.3
#3  0xa7f7b61b in dbus_threads_init_default () from /usr/lib/libdbus-1.so.3
#4  0xa7f7b891 in dbus_threads_init_default () from /usr/lib/libdbus-1.so.3
#5  0xa7f79e6c in dbus_threads_init_default () from /usr/lib/libdbus-1.so.3
#6  0xa7f655db in dbus_connection_set_watch_functions () from 
/usr/lib/libdbus-1.so.3
#7  0xa7f6569b in dbus_connection_set_watch_functions () from 
/usr/lib/libdbus-1.so.3
#8  0xa7f66f86 in dbus_connection_send_with_reply_and_block () from 
/usr/lib/libdbus-1.so.3
#9  0xa7f66fd7 in dbus_connection_send_with_reply_and_block () from 
/usr/lib/libdbus-1.so.3

#10 0xa7f6705a in dbus_connection_send () from /usr/lib/libdbus-1.so.3
#11 0xa76163b4 in gaim_dbus_signal_emit_gaim () from /usr/lib/libgaim.so.0
#12 0xa75e9bdb in gaim_signal_emit_vargs () from /usr/lib/libgaim.so.0
#13 0xa75e9cec in gaim_signal_emit () from /usr/lib/libgaim.so.0
#14 0xa75e806a in serv_got_chat_in () from /usr/lib/libgaim.so.0
#15 0xa6fbe7c1 in ?? () from /usr/lib/gaim/libirc.so
#16 0x083b9098 in ?? ()
#17 0x0001 in ?? ()
#18 0x083b8f30 in ?? ()
#19 0x in ?? ()


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



Bug#397553: marked as done (wikipedia2text: FTBFS: Missing Build-Depends on 'docbook-to-man')

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 03:33:23 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397553: fixed in wikipedia2text 0.05-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: wikipedia2text
Version: 0.05-1
Severity: serious
Tags: patch

When building 'wikipedia2text' in a clean 'unstable' chroot,
I get the following error:

dh_testdir
cp -pv wiki wikipedia2text
`wiki' - `wikipedia2text'
touch configure-stamp
dh_testdir
docbook-to-man debian/wikipedia2text.sgml  wikipedia2text.1
/bin/sh: docbook-to-man: command not found
make: *** [build-stamp] Error 127

Please add the missing Build-Depends on 'docbook-to-man' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/wikipedia2text-0.05/debian/control ./debian/control
--- ../tmp-orig/wikipedia2text-0.05/debian/control  2006-11-07 
15:29:21.0 +
+++ ./debian/control2006-11-07 15:29:19.0 +
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Axel Beckert [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0)
+Build-Depends: debhelper, docbook-to-man
 Standards-Version: 3.7.2
 
 Package: wikipedia2text

---End Message---
---BeginMessage---
Source: wikipedia2text
Source-Version: 0.05-2

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

wikipedia2text_0.05-2.diff.gz
  to pool/main/w/wikipedia2text/wikipedia2text_0.05-2.diff.gz
wikipedia2text_0.05-2.dsc
  to pool/main/w/wikipedia2text/wikipedia2text_0.05-2.dsc
wikipedia2text_0.05-2_all.deb
  to pool/main/w/wikipedia2text/wikipedia2text_0.05-2_all.deb



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

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

Debian distribution maintenance software
pp.
Axel Beckert [EMAIL PROTECTED] (supplier of updated wikipedia2text package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  8 Nov 2006 10:51:19 +0100
Source: wikipedia2text
Binary: wikipedia2text
Architecture: source all
Version: 0.05-2
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert [EMAIL PROTECTED]
Changed-By: Axel Beckert [EMAIL PROTECTED]
Description: 
 wikipedia2text - displays Wikipedia articles on the command line
Closes: 397553
Changes: 
 wikipedia2text (0.05-2) unstable; urgency=low
 .
   * Build-Depends: docbook-to-man (Closes: #397553)
Files: 
 4e362505c2f5637bbbede3a0dd130b47 601 text optional wikipedia2text_0.05-2.dsc
 4bd9e3792406cebe56affc1f9bca9173 5079 text optional 
wikipedia2text_0.05-2.diff.gz
 cc3bbaa37ee3c1025f5ae66ca3c382c4 7424 text optional 
wikipedia2text_0.05-2_all.deb

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

iD8DBQFFUbz4xa93SlhRC1oRAvjpAKCKKRlRRmDYCl0cZcp5mLXg/u6d6wCcDbut
Zhlwbo80VoJlAFus1rbEmvM=
=DS25
-END PGP SIGNATURE-

---End Message---


Bug#379628: [Linux-NTFS-Dev] CALL FOR HELP: Vista beta compatibility testing (was: Re: Bug#379628: ntfsresize: resizing a Vista NTFS partition leads to corrupted partition)

2006-11-08 Thread Szakacsits Szabolcs

On Wed, 8 Nov 2006, Frans Pop wrote:

 On Sunday 05 November 2006 23:57, Szakacsits Szabolcs wrote:
  So, it seems we should plan and implement denial of the resizing for
  Vista, asap. This is not so bad, because Vista started to include a
  non-destructive resizer.
 
 Well, it is a pity that we will no longer be able to resize partitions 
 from within the Debian installer. However, I guess that this will be a 
 temporary denial until someone has figured out what would need to be 
 changed to make the Vista boot working again.

Yes. Microsoft could, well, should answer this, unless they fix or
already fixed their boot process.
 
  Frans, how do you detect Vista? My idea is to check for the
  transactional directory. However this won't be enabled by default, so
  it may not exist at all.
 
 We currently check for the presence two files:
 /bootmgr and /Boot/BCD

I'm afraid this is not ok for data partitions, which seemingly also have the
same problem. I suppose data partitions don't have the above two files, do
they?

Regards,
Szaka



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



Bug#358236: marked as done (FTBFS: doesn't recognize mips)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 03:33:11 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#358236: fixed in gcc-h8300-hms 4.1.1-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: gcc-h8300-hms
Version: 2.95.2.2.1
Severity: serious

Your package is available on mips in the archive but it no longer
builds on that platform.


 Automatic build of gcc-h8300-hms_2.95.2.2.1 on bigsur by sbuild/mips 1.106
...
 #  configure gcc build for our cross target
 /build/tbm/gcc-h8300-hms-2.95.2.2.1/src/configure --target=h8300-hitachi-hms 
 --prefix=/usr --exec-prefix=/usr/h8300-hitachi-hms 
 --host=mips-pc-linux-gnu-gnu --enable-languages='c,c++' 
 --enable-target-optspace --with-headers= --with-libs=
 Invalid configuration `mips-pc-linux-gnu-gnu': machine `mips-pc-linux-gnu' 
 not recognized
 Invalid configuration `mips-pc-linux-gnu-gnu': machine `mips-pc-linux-gnu' 
 not recognized
 Unrecognized host system name mips-pc-linux-gnu-gnu.
 make: *** [stamps/02-configure-stamp] Error 1

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

---End Message---
---BeginMessage---
Source: gcc-h8300-hms
Source-Version: 4.1.1-1

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

gcc-h8300-hms_4.1.1-1.diff.gz
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_4.1.1-1.diff.gz
gcc-h8300-hms_4.1.1-1.dsc
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_4.1.1-1.dsc
gcc-h8300-hms_4.1.1-1_i386.deb
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_4.1.1-1_i386.deb
gcc-h8300-hms_4.1.1.orig.tar.gz
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_4.1.1.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Michael Tautschnig [EMAIL PROTECTED] (supplier of updated gcc-h8300-hms 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 06 Nov 2006 22:38:41 +0100
Source: gcc-h8300-hms
Binary: gcc-h8300-hms
Architecture: source i386
Version: 4.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Michael Tautschnig [EMAIL PROTECTED]
Changed-By: Michael Tautschnig [EMAIL PROTECTED]
Description: 
 gcc-h8300-hms - The GNU C compiler (cross compiler for h8300-hitachi-coff)
Closes: 122428 138798 241837 273533 358236 387771 395313
Changes: 
 gcc-h8300-hms (4.1.1-1) unstable; urgency=medium
 .
   * New maintainer (closes: #387771)
   * The debian/ directory is based on the version 1:4.1.0-1 of the gcc-avr
 Debian package. Thanks!
   * New gcc version and build scripts should fix all FTBFS
 (closes: #241837, #358236, #122428, #138798, #273533, #395313)
   * Set standards version to 3.7.2.2
   * Building using newlib as a replacement libc
Files: 
 9bce881db41b7f5ae36fc8fbbfc2fdb3 1064 devel extra gcc-h8300-hms_4.1.1-1.dsc
 4402175fe6db98fbed84eda50a40d252 27039814 devel extra 
gcc-h8300-hms_4.1.1.orig.tar.gz
 60ac8a241ef5ebce9f818c18cd4aea8e 12137 devel extra 
gcc-h8300-hms_4.1.1-1.diff.gz
 743fb965851410e349dc292a6f4d2876 5050132 devel extra 
gcc-h8300-hms_4.1.1-1_i386.deb

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

iQEVAwUBRVG7IojztdzjjnrPAQIlMwf/WZPJjn+I9nxiohEELjY8AIAugTBNkX8W
nq0FaDFnEp+BcPoo050EHqWgUtm+Exxf5SGryUZSe6V2MU6O34BKxKHKU3TwEs52
gl5s4K0dsvG4fPvkPxJfooP24oDqtsqZ1dFTtb0rYaAUn2NrY5n84ENZjd1UMi9a
HSRh6q825fK4WQXCU/dxQv48CUEv79hmP+wHOuSPcN91RgQE19fUr1jpTLkAraqb
RvxCDCuUjgRS08CSSd9hCpQh1tpQkqhhxOBStgQq4MngaBGehkc0GWbEg55rQkJb
G1BfwqGxS1K+5LukMFe6i+JHY+T/DI1MBUdLbaojwvXmD450YzZezw==
=Ex3q
-END PGP SIGNATURE-

---End Message---


Bug#397565: marked as done (cdbs: FTBFS: /usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl line 22 element param: The value '$nodes' of the attribute 'name' is not a valid QName.)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 8 Nov 2006 12:55:45 +0100
with message-id [EMAIL PROTECTED]
and subject line [Build-common-hackers] Bug#397565: cdbs: FTBFS: 
/usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl line 22 element 
param: The value '$nodes' of the attribute 'name' is not a valid QName.
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: cdbs
Version: 0.4.47
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
ID recommended on colophon: Thanks
dot -Tps2 -o buildcore.eps buildcore.dot -Gsize='6,10'
epstopdf --outfile=buildcore.pdf buildcore.eps
dot -Tps2 -o depgraph.eps depgraph.dot -Gsize='6,10'
epstopdf --outfile=depgraph.pdf depgraph.eps
dblatex -b pdftex -T db2latex cdbs-doc.xml
make[4]: Entering directory `/tmp/tpub-root-20927'
compilation error: file
/usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl line 22
element param
The value '$nodes' of the attribute 'name' is not a valid QName.
make[4]: *** [cdbs-doc.rtex] Error 5

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
This is the same as bug #396880 which is already fixed.
---End Message---


Bug#383738: ppscsi-source: Patch for this and new 2.6.18 problem

2006-11-08 Thread Bas Wijnen
tags 383738 +patch
thanks

Hi,

First I ran into a problem that scsi_request is no longer available in 2.6.18.
Fortunately it isn't used in the module, so just removing types from the
header files fixed that.

Than I ran into the problem of this bug, so I patched that as well.  Attached
is the resulting .tar.bz2 file, which works when it is put in /usr/src.  The
package source looked a bit too complicated to see at a glance where to change
it, but I suppose that should be easy for the maintainer.  The changes I made
are in
modules/ppscsi/{scsi,scsi_typedefs,ppscsi}.h
(which can of course be easily seen with diff -urp on the unpacked original
and modified tarballs.)

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Processed: ppscsi-source: Patch for this and new 2.6.18 problem

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

 tags 383738 +patch
Bug#383738: ppscsi-source: cannot compile with 2.6.17-2 kernel/headers
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#393030: bug #393030 still here in fextremes 240.10068-1

2006-11-08 Thread Lucas Nussbaum
found 393030 240.10068-1
thanks

Hi,

I just reproduced the same failure as the one described by Martin, but
with the version which is supposed to fix it. I'm building inside an
etch environment.

Build log is available on http://ox.blop.info/bazaar/buildlogs/20061107/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: bug #393030 still here in fextremes 240.10068-1

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

 found 393030 240.10068-1
Bug#393030: FTBFS: unable to load shared library 
'/usr/lib/R/site-library/fSeries/libs/fSeries.so'
Bug marked as found in version 240.10068-1.

 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#383738: ppscsi-source: and the attachment ;-)

2006-11-08 Thread Bas Wijnen
Sorry, I forgot to attach the patch.  Here it is.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


ppscsi.tar.bz2
Description: Binary data


signature.asc
Description: Digital signature


Bug#394283: marked as done (thailatex: License is no-commercial)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 04:02:14 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#394283: fixed in thailatex 0.4.0-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: thailatex
Version: 0.3.2
Severity: serious

This has already been discussed with the maintainer, Theppitak
Karoonboonyanan [EMAIL PROTECTED], but since I will be occupied with
real life issues in the next days and weeks, I'm filing this as a bug
so that it isn't forgotten.  

From debian/copyright:

,
| This package, Thai Extension for LaTeX, is copyright (C) 1999  National
| Electronics and Computer Technology Center (NECTEC), Thailand.  All rights
| reserved.
| 
| Redistribution and use in source and binary forms, with or without
| modification are permitted provided that the following conditions
| are met:
| 
| 1. Redistributions of the program must retain the above copyright notice,
|this list of conditions and the following disclaimer.
| 
| 2. No charge more than random data distribution cost is associated with
|the redistributions.
|
| [...]
`

This violates DFSG#1.  Theppitak, member of the upstream development
team, has already started to clean this up, in particular to contact the
original author.

Regards, Frank



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages thailatex depends on:
ii  tetex-base3.0.dfsg.2-2~bpo.1 Basic TeX input files of teTeX
ii  tetex-bin 3.0-21~bpo.1   The teTeX programs

-- no debconf information

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

---End Message---
---BeginMessage---
Source: thailatex
Source-Version: 0.4.0-1

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

thailatex_0.4.0-1.diff.gz
  to pool/main/t/thailatex/thailatex_0.4.0-1.diff.gz
thailatex_0.4.0-1.dsc
  to pool/main/t/thailatex/thailatex_0.4.0-1.dsc
thailatex_0.4.0-1_all.deb
  to pool/main/t/thailatex/thailatex_0.4.0-1_all.deb
thailatex_0.4.0.orig.tar.gz
  to pool/main/t/thailatex/thailatex_0.4.0.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Theppitak Karoonboonyanan [EMAIL PROTECTED] (supplier of updated thailatex 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  8 Nov 2006 14:56:37 +0700
Source: thailatex
Binary: thailatex
Architecture: source all
Version: 0.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Changed-By: Theppitak Karoonboonyanan [EMAIL PROTECTED]
Description: 
 thailatex  - Thai Latex package
Closes: 394283
Changes: 
 thailatex (0.4.0-1) unstable; urgency=medium
 .
   * Urgency medium due to RC bug fix.
   * New upstream release
 - Relicensed to LPPL, with permission from NECTEC, the copyright holder.
   (Closes: #394283)
 - Create `thai.dtx' for documenting and generating `thai.ldf'.
 - Clean up some unneeded macros.
 - Update fonts from thaifonts-scalable 0.4.5.
 - Add ttypist (TLWG Typist) font.
   * debian/copyright:
 - Update copyright info.
 - Add fonts copyright.
   * debian/docs:
 - Ship upstream HISTORY file that describes the license change.
   * debian/rules, debian/install:
 - Move build rules from build-arch to build-indep.
 - Remove unused dh_installmenu, dh_shlibdeps.
 - Install files using dh_install instead of hard-coded shell scripts.
   * debian/links, debian/doc-base:
 - Install the generated `thai.pdf' to doc-base and texdoc.
Files: 
 e69494cb19d594565209ae8c43b300bc 663 tex optional thailatex_0.4.0-1.dsc
 c778389ab4ec261bd60fcc84bc7be009 1871326 tex optional 
thailatex_0.4.0.orig.tar.gz
 3c85219d24f3fc4b8a68cad6800df9ae 9961 tex optional thailatex_0.4.0-1.diff.gz
 e7d579cda6542c63b76b981eac15e543 

Bug#397310: apache2.2 breaks working authentication

2006-11-08 Thread Riku Voipio
Hi,

Been bit by this as well. The solution was to enable authz_user module.
apache2.2 postinst should take in account the breaking^Wrefactoring
of authentication and load equilavent modules for apahe2.2. 


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



Bug#397600: deskbar-applet: fails to start: ImportError: No module named gtkexcepthook

2006-11-08 Thread Johannes Rohr
Package: deskbar-applet
Version: 2.14.2-4.1
Severity: grave
Justification: renders package unusable

Hi,

the latest upgrade has entirely broken deskbar-applet. Downgrading to
the version in testing brings things back to normal.

Console output:

/[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet/deskbar-applet -w
Running installed deskbar, using
[/usr/lib/python2.4/site-packages/deskbar:$PYTHONPATH]
Data Dir: /usr/share/deskbar-applet
Handlers Dir: ['/home/jr/.gnome2/deskbar-applet/handlers',
'/usr/lib/deskbar-applet/handlers']
Binding Global shortcut AltF3 to focus the deskbar
Traceback (most recent call last):
  File /usr/lib/deskbar-applet/deskbar-applet, line 50, in ?
import gtkexcepthook
ImportError: No module named gtkexcepthook
[EMAIL PROTECTED]:~$

Thanks,

Johannes

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

Versions of packages deskbar-applet depends on:
ii  gconf2 2.16.0-2  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-2   Client library for evolution addre
ii  libedataserver1.2-71.6.3-2   Utility library for evolution data
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  python 2.4.4-1   An interactive high-level object-o
ii  python-glade2  2.8.6-6   GTK+ bindings: Glade support
ii  python-gnome2  2.12.4-5  Python bindings for the GNOME desk
ii  python-gnome2-desktop  2.14.0-3  Python bindings for the GNOME desk
ii  python-gtk22.8.6-6   Python bindings for the GTK+ widge
ii  python-support 0.5.4 automated rebuilding support for p
ii  python2.4  2.4.4-1   An interactive high-level object-o

Versions of packages deskbar-applet recommends:
ii  gnome-utils   2.16.0-1   GNOME desktop utilities
ii  python-beagle 0.2.12-1   python bindings for beagle
ii  python-soappy 0.11.3-1.6 SOAP Support for Python (SOAP.py)

-- no debconf information


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



Bug#397599: exult: FTBFS: missing build dependency

2006-11-08 Thread Lucas Nussbaum
Package: exult
Version: 1.2-10
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
g++ -O2 -Wno-long-long -O2 -Wl,--as-needed -o exult actions.o actorio.o
actors.o alloc.o args.o bggame.o brow
ser.o cheat.o cheat_screen.o combat.o delobjs.o devgame.o dir.o drag.o
effects.o exult.o exultmenu.o game.o g
ameclk.o gamedat.o gamemap.o gamerend.o gamewin.o keys.o keyactions.o
menulist.o monsters.o mouse.o npcnear.o
 npctime.o palette.o party.o paths.o readnpcs.o schedule.o segfile.o
shapeid.o sigame.o tqueue.o txtscroll.o 
version.o xdrag.o  pathfinder/.libs/libpathfinder.a
audio/.libs/libaudio.a audio/midi_drivers/.libs/libmididr
v.a flic/.libs/libflic.a conf/.libs/libconf.a
imagewin/.libs/libimagewin.a server/.libs/libserver.a usecode/.
libs/libusecode.a shapes/.libs/libshapes.a objs/.libs/libobjs.a
gumps/.libs/libgumps.a files/.libs/libu7file.
a files/zip/.libs/libminizip.a -L/usr/lib /usr/lib/libSDL_mixer.so
/usr/lib/libvorbisfile.so /usr/lib/libvorb
is.so /usr/lib/libogg.so /usr/lib/libsmpeg.so -lstdc++ -lm
/usr/lib/libSDL.so -lz
xdrag.o: In function `Get_window_coords(_XDisplay*, unsigned long, int,
int)':
xdrag.cc:(.text+0xf0): undefined reference to `XQueryTree'
xdrag.cc:(.text+0xff): undefined reference to `XFree'
xdrag.cc:(.text+0x13e): undefined reference to `XGetWindowAttributes'

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397603: cyrus-sasl2: FTBFS on amd64 (PIC linking issue)

2006-11-08 Thread Fabian Fagerholm
Package: cyrus-sasl2
Version: 2.1.22-1
Severity: serious

cyrus-sasl2 fails to build from source on amd64 because autotools generates
non-PIC static libraries which are then used to create a PIC shared library.
This works on i386 but not on amd64. 

A build log fragment [0]:

--8--

Making all in plugins
make[3]: Entering directory `/build/buildd/cyrus-sasl2-2.1.22/plugins'
/bin/sh ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc  -Wall -W -Wall -g
-O2 -Wl,-z,defs -module -export-dynamic -rpath /usr/lib/sasl2  -o libsasldb.la
-version-info 2:22:0 sasldb.lo sasldb_init.lo plugin_common.lo
../sasldb/libsasldb.la -ldb-4.2  -lresolv  
x86_64-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
.libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
-Wl,--no-whole-archive  /usr/lib/libdb-4.2.so -lresolv  -Wl,-z -Wl,defs
-Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
/usr/bin/ld: ../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32
against `a local symbol' can not be used when making a shared object; recompile
with -fPIC
../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libsasldb.la] Error 1
make[3]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22'
make: *** [build-arch-stamp] Error 2
**
Build finished at 20061108-0430
FAILED [dpkg-buildpackage died]

--8--

[0] 
http://buildd.debian.org/fetch.cgi?pkg=cyrus-sasl2;ver=2.1.22-1;arch=amd64;stamp=1162960218

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


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



Bug#356853: License of your contribution to the ae package

2006-11-08 Thread Florent Rougon
Hi,

Rolf Niepraschk [EMAIL PROTECTED] wrote:

 My account has been changed: [EMAIL PROTECTED] It would be nice if
 you can change this also in ae.sty.

This address is the one I tried previously. So, you mean we should use
the @gmx.de one instead, right?

From a pratical point of view, I think I'll put your name and that of
Gilbert Ritschard in the Copyright line of ae.sty (as hinted by ae's
README), and will inlude the names along with the email addresses in an
AUTHORS file, so that there is only one place to update when an email
address changes.

 Of course you can change it. All my packages have LPPL license.

Great, thank you very much. We now have the permission from all
copyright holders I could identify for ae. :-)

When I have some time, I'll submit an updated package to Lars with the
LPPL license applied to all files, which he can review and upload to
CTAN.

Thanks to all who made this possible.

Regards,

-- 
Florent


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



Bug#397608: gabber: really suitable for a release ?

2006-11-08 Thread Lucas Nussbaum
Package: gabber
Version: 0.8.8-7
Severity: serious

Hi,

Gabber is unmaintained upstream since 2003, and many other good
alternatives exist (gossip for the lightweight gnome client, gajim for
the feature complete gnome client) and are packaged in Debian. Do we
really want to release with gabber ?

Not to mention that it has 1 serious and 5 important bugs, not counting
this one.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#393030: bug #393030 still here in fextremes 240.10068-1

2006-11-08 Thread Steve Langasek
reassign 393030 r-cran-fseries
found 393030 221.10065-3
close 393030 240.10068-1
thanks

On Wed, Nov 08, 2006 at 01:17:06PM +0100, Lucas Nussbaum wrote:
 I just reproduced the same failure as the one described by Martin, but
 with the version which is supposed to fix it.

Because this was never a bug in fextremes, it was a bug in the build
dependency fseries.

-- 
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#397605: cyrus-sasl2: FTBFS on hppa (PIC linking issue)

2006-11-08 Thread Fabian Fagerholm
Package: cyrus-sasl2
Version: 2.1.22-1
Severity: serious

cyrus-sasl2 fails to build from source on hppa:

--8--

Making all in plugins
make[3]: Entering directory `/build/buildd/cyrus-sasl2-2.1.22/plugins'
/bin/sh ../libtool --tag=CC --mode=link hppa-linux-gnu-gcc  -Wall -W -Wall -g
-O2 -Wl,-z,defs -module -export-dynamic -rpath /usr/lib/sasl2  -o libsasldb.la
-version-info 2:22:0 sasldb.lo sasldb_init.lo plugin_common.lo
../sasldb/libsasldb.la -ldb-4.2  -lresolv -lresolv  
hppa-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
.libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
-Wl,--no-whole-archive  /usr/lib/libdb-4.2.so -lresolv  -Wl,-z -Wl,defs
-Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
/usr/bin/ld: ../sasldb/.libs/libsasldb.a(db_berkeley.o): relocation
R_PARISC_DPREL21L can not be used when making a shared object; recompile with
-fPIC
../sasldb/.libs/libsasldb.a(db_berkeley.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libsasldb.la] Error 1
make[3]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/cyrus-sasl2-2.1.22'
make: *** [build-arch-stamp] Error 2
**
Build finished at 20061107-1558
FAILED [dpkg-buildpackage died]

--8--

http://buildd.debian.org/fetch.cgi?pkg=cyrus-sasl2;ver=2.1.22-1;arch=hppa;stamp=1162940348

The cause is apparently that autotools creates non-PIC static libraries which
are then used to create a PIC shared library, which doesn't work on hppa.


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



Bug#397607: Segmentation fault when running nfs-kernel-server

2006-11-08 Thread Eric Valette
Package: nfs-kernel-server
Version: 1:1.0.10-4
Severity: grave
Justification: renders package unusable

sh -x /etc/init.d/nfs-kernel-server start
+ DESC='NFS kernel daemon'
+ PREFIX=/usr
+ '[' -x /usr/sbin/rpc.nfsd ']'
+ '[' -x /usr/sbin/rpc.mountd ']'
+ '[' -x /usr/sbin/exportfs ']'
+ DEFAULTFILE=/etc/default/nfs-kernel-server
+ RPCNFSDCOUNT=8
+ RPCNFSDPRIORITY=0
+ RPCMOUNTDOPTS=
+ NEED_SVCGSSD=no
+ RPCSVCGSSDOPTS=
+ PROCNFSD_MOUNTPOINT=/proc/fs/nfsd
+ '[' -f /etc/default/nfs-kernel-server ']'
+ . /etc/default/nfs-kernel-server
++ RPCNFSDCOUNT=8
++ RPCNFSDPRIORITY=0
++ RPCMOUNTDOPTS=
++ NEED_SVCGSSD=
++ RPCSVCGSSDOPTS=
+ . /lib/lsb/init-functions
++ FANCYTTY=
++ '[' -e /etc/lsb-base-logging.sh ']'
++ true
+ case $1 in
+ '[' -f /etc/exports ']'
+ do_modprobe nfsd
+ '[' -x /sbin/modprobe -a -f /proc/modules ']'
+ modprobe -q nfsd
+ true
+ '[' -f /proc/kallsyms ']'
+ grep -qE 'init_nf(sd| )' /proc/kallsyms
+ do_mount nfsd /proc/fs/nfsd
+ grep -E -qs 'nfsd$' /proc/filesystems
+ mountpoint -q /proc/fs/nfsd
+ return 0
+ log_begin_msg 'Exporting directories for NFS kernel daemon...'
+ '[' -z 'Exporting directories for NFS kernel daemon...' ']'
+ echo -n 'Exporting directories for NFS kernel daemon...'
Exporting directories for NFS kernel daemon...+ /usr/sbin/exportfs -r
+ '[' 0 '!=' 0 ']'
+ log_end_msg 0
+ '[' -z 0 ']'
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ '[' xxterm '!=' xdumb ']'
+ '[' -x /usr/bin/tput ']'
+ '[' -x /usr/bin/expr ']'
+ /usr/bin/tput hpa 60
+ /usr/bin/tput setaf 1
+ '[' -z ']'
+ FANCYTTY=1
+ case $FANCYTTY in
+ true
++ /usr/bin/tput setaf 1
+ RED=''
++ /usr/bin/tput op
+ NORMAL=''
+ '[' 0 -eq 0 ']'
+ echo .
.
+ return 0
+ log_daemon_msg 'Starting NFS kernel daemon'
+ '[' -z 'Starting NFS kernel daemon' ']'
+ '[' -z '' ']'
+ echo -n 'Starting NFS kernel daemon:'
Starting NFS kernel daemon:+ return
+ log_progress_msg nfsd
+ '[' -z nfsd ']'
+ echo -n ' nfsd'
 nfsd+ start-stop-daemon --start --oknodo --quiet --nicelevel 0 --exec 
/usr/sbin/rpc.nfsd -- 8
+ '[' 0 '!=' 0 ']'
+ ClearAddr=
+ '[' -f /proc/net/rpc/auth.unix.ip/channel ']'
+ fgrep -qs 127.0.0.1 /proc/net/rpc/auth.unix.ip/content
+ echo 'nfsd 127.0.0.1 2147483647 localhost'
+ ClearAddr=yes
+ /usr/bin/rpcinfo -u localhost nfs 3
+ '[' -z yes ']'
+ echo 'nfsd 127.0.0.1 1'
Segmentation fault


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

Versions of packages nfs-kernel-server depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libgssap 0.10-4  A mechanism-switch gssapi library
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libnfsid 0.17-3  An nfs idmapping library
ii  librpcse 0.14-2  allows secure rpc communication us
ii  lsb-base 3.1-19  Linux Standard Base 3.1 init scrip
ii  nfs-comm 1:1.0.10-4  NFS support files common to client
ii  ucf  2.0016  Update Configuration File: preserv

nfs-kernel-server recommends no packages.

-- no debconf information


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



Bug#393030: bug #393030 still here in fextremes 240.10068-1

2006-11-08 Thread Dirk Eddelbuettel

On 8 November 2006 at 04:26, Steve Langasek wrote:
| reassign 393030 r-cran-fseries
| found 393030 221.10065-3
| close 393030 240.10068-1
| thanks

Thanks, Steve.  

Lucas, I can't open your log. What exactly did you try, and what exactly
failed? 

| On Wed, Nov 08, 2006 at 01:17:06PM +0100, Lucas Nussbaum wrote:
|  I just reproduced the same failure as the one described by Martin, but
|  with the version which is supposed to fix it.
| 
| Because this was never a bug in fextremes, it was a bug in the build
| dependency fseries.

Correct. My blunder was that all (!!) of the Rmetrics packages of
'Architecture: all' were missing the ${shlibs:Depends} in debian/control, so
they were not creating proper Depends. Which leads fSeries to not Depend on
libgfortran0 -- so that it failed when only libgfortran1 was present.

This is now fixed in the '240.1006(7|8)' set of packages. I have not yet seen
a systematic build failure. (The arm buildd appears to be lagging, though, as
it still doesn't have a new R.)

Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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



Processed: severity of 397607 is important, tagging 397607

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

 # Automatically generated email from bts, devscripts version 2.9.22
 severity 397607 important
Bug#397607: Segmentation fault when running nfs-kernel-server
Severity set to `important' from `grave'

 tags 397607 unreproducible
Bug#397607: Segmentation fault when running nfs-kernel-server
There were no tags set.
Tags added: unreproducible


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#397611: svn-buildpackage: [SARGE] missing dependency on file

2006-11-08 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: svn-buildpackage: [SARGE] missing dependency on file
Package: svn-buildpackage
Version: 0.6.7
Severity: serious
Tags: sarge etch sid
Justification: missing dependency

Hello,

Got this error in a sarge pbuilder environment:

# svn-upgrade /tmp/2.SP1/tarballs/foo-common-2.SP1~6.tar.gz
/tmp/bd/trunk/common/pack-specific/deb/.svn/deb-layout not found,
importing defaults from debian/svn-deblayout
tagsUrl:
https://[EMAIL PROTECTED]/svn/Packages/tags/common/pack-specific/deb
trunkUrl:
https://[EMAIL PROTECTED]/svn/Packages/trunk/common/pack-specific/deb
sh: line 1: file: command not found
Unknown compression method!
twix:/tmp/trunk/common/pack-specific/deb# file
bin/bash: file: command not found


AFAICT, the same problem is present on a Sid system, but since in most
environments debhelper is installed file is pulled in.

- -- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)

Versions of packages svn-buildpackage depends on:
ii  devscripts 2.8.14Scripts to make the life of
a Debi
ii  perl   5.8.4-8sarge5 Larry Wall's Practical
Extraction
ii  subversion 1.1.4-2   advanced version control
system (a
ii  subversion-tools   1.1.4-2   assorted tools related to
Subversi

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFUdBwY8Chqv3NRNoRAnXWAJ9iut6X/WB0jIL/sNN0NiSHqeG6TgCgk02K
0QTufQEvLQi7u0/zLmrS9Lk=
=YJ/w
-END PGP SIGNATURE-


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



Bug#397571: debian-reference: FTBFS: ERROR: reference.zh-tw.pdf could not be generated properly

2006-11-08 Thread Jens Seidel
Hi Lucas,

On Wed, Nov 08, 2006 at 10:37:17AM +0100, Lucas Nussbaum wrote:
 Package: debian-reference
 
 During a rebuild of all packages in etch, I discovered that your package
 failed to build on i386.
 
 Relevant parts:
 ln -sf zh-tw/hyperref-full.cfg hyperref.cfg
 debiandoc2latexpdf  -s bin/fixlatex -l $(echo zh-tw | bin/getlocale)
 reference.zh-tw.sgml
 debiandoc2latexpdf: ERROR: reference.zh-tw.pdf could not be generated
 properly
 debiandoc2latexpdf: rerun with the -v option to found out why
 debiandoc2latexpdf: or check the log file reference.zh-tw.log
 make[1]: *** [reference.zh-tw.pdf] Error 1
 
 The full build log is available from 
 http://ox.blop.info/bazaar/buildlogs/20061107/

Accessing debian-reference_1.09-3_etch32.buildlog I get:
You don't have permission to access
/bazaar/buildlogs/20061107/debian-reference_1.09-3_etch32.buildlog on
this server.

Please fix this problem. If you still have reference.zh-tw.log available
I would like to get it as well.

Jens


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



Bug#397610: kaya: depends on g++-4.0, which is no longer available on hppa

2006-11-08 Thread Steve Langasek
Package: kaya
Version: 0.2.0-3
Severity: serious

Hi Stu,

Your kaya package depends on g++-4.0 on all architectures, but g++-4.0 will
not ship with etch on hppa because of an internal ABI change that makes it
unusable with the current g++-4.1-based libstdc++.so.6.  If you have a
specific reason to depend on g++-4.0 instead of on g++-4.1 or g++, please
remove hppa from your list of supported architectures; otherwise, please
update your package to use the current version of g++.

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


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



Processed: Re: Bug#397611: svn-buildpackage: [SARGE] missing dependency on file

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

 severity 397611 normal
Bug#397611: svn-buildpackage: [SARGE] missing dependency on file
Severity set to `normal' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397611: svn-buildpackage: [SARGE] missing dependency on file

2006-11-08 Thread Eduard Bloch
severity 397611 normal
thanks

#include hallo.h
* Eddy Petrișor [Wed, Nov 08 2006, 02:41:21PM]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Subject: svn-buildpackage: [SARGE] missing dependency on file
 Package: svn-buildpackage
 Version: 0.6.7
 Severity: serious

Non-sense. Two of tree main tools work and the third works for most
people. And the problem is not hidden somehow...

Eduard.

-- 
Am wichtigsten ist, was hinten rauskommt.
-- Helmut Kohl



Bug#393030: bug #393030 still here in fextremes 240.10068-1

2006-11-08 Thread Lucas Nussbaum
On 08/11/06 at 06:39 -0600, Dirk Eddelbuettel wrote:
 
 On 8 November 2006 at 04:26, Steve Langasek wrote:
 | reassign 393030 r-cran-fseries
 | found 393030 221.10065-3
 | close 393030 240.10068-1
 | thanks
 
 Thanks, Steve.  
 
 Lucas, I can't open your log. What exactly did you try, and what exactly
 failed? 

The log should be accessible now, sorry.

I'm building inside etch, not inside unstable, so this might a source of
differences.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#383738: perhaps the patch doesn't work

2006-11-08 Thread Bas Wijnen
While the patch I just sent makes the code compile, I just tried using it to
scan with the onscsi module (microtek scanner), and both xsane and xscanimage
segfault.  Backtrace from xsane:
(gdb) bt
#0  0xb6e33c45 in sanei_scsi_req_enter2 ()
   from /usr/lib/sane/libsane-microtek2.so.1
#1  0xb6e341de in sanei_scsi_cmd2 () from /usr/lib/sane/libsane-microtek2.so.1
#2  0xb6e34270 in sanei_scsi_cmd () from /usr/lib/sane/libsane-microtek2.so.1
#3  0xb6e279de in sane_microtek2_start ()
   from /usr/lib/sane/libsane-microtek2.so.1
#4  0xb7f31a8f in sane_dll_start () from /usr/lib/libsane.so.1
#5  0xb7f337bd in sane_start () from /usr/lib/libsane.so.1

It seems to be a bug in sane, but it seemed a good idea to mention it before
this patch is applied. :-)  Any reports of scanners which do work with this
patch would probably be welcome, though, as they would mean that the patch is
at least useful: without it the code doesn't even compile, anyway. :-)

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Bug#249320: The deadline is

2006-11-08 Thread Education Services
Earlier this year we wrote to you about our Knowledge Based Degree Program 
(KBDP). 
We thought we would follow up and see if there is any reason why you have not 
called our registrars office.  Most people don't realize that these degrees are 
completely valid, and only our staff and yourself know that they are based on 
knowledge of the subject.  If you are still interested in obtaining a degree 
then please give our counselors a call at anytime during the week.

Counselor Office:
1-206-984-1705

Regards
Anna Wilson
Wallace and Love Degree Services



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



Bug#397571: debian-reference: FTBFS: ERROR: reference.zh-tw.pdf could not be generated properly

2006-11-08 Thread Lucas Nussbaum
On 08/11/06 at 13:40 +0100, Jens Seidel wrote:
 Hi Lucas,
 
 On Wed, Nov 08, 2006 at 10:37:17AM +0100, Lucas Nussbaum wrote:
  Package: debian-reference
  
  During a rebuild of all packages in etch, I discovered that your package
  failed to build on i386.
  
  Relevant parts:
  ln -sf zh-tw/hyperref-full.cfg hyperref.cfg
  debiandoc2latexpdf  -s bin/fixlatex -l $(echo zh-tw | bin/getlocale)
  reference.zh-tw.sgml
  debiandoc2latexpdf: ERROR: reference.zh-tw.pdf could not be generated
  properly
  debiandoc2latexpdf: rerun with the -v option to found out why
  debiandoc2latexpdf: or check the log file reference.zh-tw.log
  make[1]: *** [reference.zh-tw.pdf] Error 1
  
  The full build log is available from 
  http://ox.blop.info/bazaar/buildlogs/20061107/
 
 Accessing debian-reference_1.09-3_etch32.buildlog I get:
 You don't have permission to access
 /bazaar/buildlogs/20061107/debian-reference_1.09-3_etch32.buildlog on
 this server.

Fixed

 Please fix this problem. If you still have reference.zh-tw.log available
 I would like to get it as well.

Sorry, I don't. If you really need it, tell me, and I'll restart a
build, but it might take some become because they are batch jobs.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-08 Thread Steve Langasek
severity 397279 important
thanks

On Tue, Nov 07, 2006 at 11:46:37PM -0600, Adam Majer wrote:
 PS. Please don't remove this package from testing even though AMD is
 broken there. I'll try to get either the fix or exclude amd64 from build
 architectures...

I've just tested the package on my amd64, and it works fine connecting to a
remote server.  That /is/ an appropriate reason to downgrade the bug, so
doing so now.

 I guess I could use a relative's amd64 to see what the problem is and if
 mysql-admin (another package with some shared connection code) even works.

Debian has an amd64 porter system for this reason.

-- 
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#397613: gaim-hotkeys: FTBFS: hotkeys.c:28:23: error: gaim/away.h: No such file or directory

2006-11-08 Thread Lucas Nussbaum
Package: gaim-hotkeys
Version: 0.1.3-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
mkdir .libs
 i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..
-DHOTKEYS_DATADIR=\/usr/share\ -I/usr/include/gtk-2.0 -I/u
sr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/gl
ib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/gaim -I/us
r/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -Wall -g3 -c
hotkeys.c  -fPIC -DPIC -o .libs/hotk
eys.o
hotkeys.c:28:23: error: gaim/away.h: No such file or directory
hotkeys.c: In function 'event_filter':
hotkeys.c:121: warning: implicit declaration of function
'gaim_gtk_blist_docklet_toggle'
hotkeys.c:135: error: 'unread_message_queue' undeclared (first use in
this function)
hotkeys.c:135: error: (Each undeclared identifier is reported only once
hotkeys.c:135: error: for each function it appears in.)

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: Bug#397279: mysql-query-browser: crashes when connecting to a remote server

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

 severity 397279 important
Bug#397279: mysql-query-browser: crashes when connecting to a remote server
Bug#316285: mysql-query-browser: segfaults on 64bit arches due to unclean 64bit 
code
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#397216: libastro-fits-cfitsio-perl: FTBFS: wrong byteswap on mipsel and arm

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

 reopen 339758
Bug#339758: libcfitsio2: wrong byteswap on arm and mipsel architectures
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 severity 339758 grave
Bug#339758: libcfitsio2: wrong byteswap on arm and mipsel architectures
Severity set to `grave' from `normal'

 clone 339758 -1
Bug#339758: libcfitsio2: wrong byteswap on arm and mipsel architectures
Bug 339758 cloned as bug 397619.

 reassign -1 libcfitsio3 3.006-1.1
Bug#397619: libcfitsio2: wrong byteswap on arm and mipsel architectures
Bug reassigned from package `libcfitsio2' to `libcfitsio3'.

 retitle -1 libcfitsio3: wrong byteswap on arm and mipsel
Bug#397619: libcfitsio2: wrong byteswap on arm and mipsel architectures
Changed Bug title.

 submitter -1 !
Bug#397619: libcfitsio3: wrong byteswap on arm and mipsel
Changed Bug submitter from Rafael Laboissiere [EMAIL PROTECTED] to Niko Tyni 
[EMAIL PROTECTED].

 block 397216 by -1
Bug#397216: libastro-fits-cfitsio-perl: FTBFS: wrong byteswap on mipsel and arm
Was not blocked by any bugs.
Blocking bugs of 397216 added: 397619

 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#397216: libastro-fits-cfitsio-perl: FTBFS: wrong byteswap on mipsel and arm

2006-11-08 Thread Niko Tyni
reopen 339758
severity 339758 grave
clone 339758 -1
reassign -1 libcfitsio3 3.006-1.1
retitle -1 libcfitsio3: wrong byteswap on arm and mipsel
submitter -1 !
block 397216 by -1
thanks

On Sun, Nov 05, 2006 at 11:11:18PM +0200, Niko Tyni wrote:
 
 The libastro-fits-cfitsio-perl package version 1.05-1 fails
 to build from source on the mipsel [1] and arm [2] architectures
 because some of the tests fail:
 
 
  Byteswapping is not being done correctly on this system.
  Check the MACHINE and BYTESWAPPED definitions in fitsio2.h
  Please report this problem to the author at
  [EMAIL PROTECTED]
 

 This issue has already been reported as #339758 [3] against the cfitsio
 package. It was reportedly fixed in cfitsio3 3.006-1, but unfortunately
 the fix doesn't seem to work, as libastro-fits-cfitsio-perl is currently
 using cfitsio3 and still gets the same error.

For bug housekeeping, I'm reopening #339758 against cfitsio accordingly
and cloning a new bug against cfitsio3. The cfitsio3 bug is blocking
#397216 against libastro-fits-cfitsio-perl.

I'm also upgrading the severities of the cfitsio and cfitsio3 bugs to
'grave', because the libraries are unusable on arm and mipsel. From the
package descriptions:

 cfitsio is a library of ANSI C routines for reading and
 writing FITS format data files.
 
but, looking at cfileio.c in the source, the byteswapping problem prevents
both the reading and the writing.

I'm Ccing the #339758 submitter, Rafael Laboissiere [EMAIL PROTECTED].
Hope this is OK with him.

 Finally, I note that the libastro-fits-cfitsio-perl tests have failed
 on mipsel and arm all the time, including the current version in stable
 (1.03-1). The errors were just ignored earlier.

I'm going to request the removal of old libastro-fits-cfitsio-perl
packages on arm and mipsel next. After this, #397216 can be downgraded to
'important'.

The actual cfitsio issue should be quite easy to fix by someone with
access to arm and mipsel hosts.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#397617: gcompris: FTBFS: ../../libtool: line 1816: cd: NONE: No such file or directory

2006-11-08 Thread Lucas Nussbaum
Package: gcompris
Version: 7.4-3.1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
/bin/sh ../../libtool --mode=link gcc  -g -O2 -Wall  -LNONE -lXrandr -o
libgcompris-1.la -rpath /usr/lib  -ve
rsion-info 0:0:0   gcompris.lo gameutil.lo properties.lo bar.lo
file_selector.lo images_selector.lo help.lo p
ixbuf_util.lo board.lo board_config.lo gcompris_alphabeta.lo
gcompris_files.lo gcompris_confirm.lo profile.lo
 wordlist.lo gcompris_db.lo gcompris_im.lo soundutil.lo cursor.lo
bonus.lo timer.lo score.lo skin.lo config.l
o about.lo log.lo sdlplayer.lo assetml.lo anim.lo   -pthread
-lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgt
k-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lfontconfig -lXext -lXrender -lXiner
ama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11
-lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0
 -lglib-2.0   -lsqlite3   -lxml2   -lpopt -lSDL_mixer 
../../libtool: line 1816: cd: NONE: No such file or directory
libtool: link: cannot determine absolute directory name of `NONE'
make[5]: *** [libgcompris-1.la] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: Bug#393030: bug #393030 still here in fextremes 240.10068-1

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

 reassign 393030 r-cran-fseries
Bug#393030: FTBFS: unable to load shared library 
'/usr/lib/R/site-library/fSeries/libs/fSeries.so'
Bug reassigned from package `fextremes' to `r-cran-fseries'.

 found 393030 221.10065-3
Bug#393030: FTBFS: unable to load shared library 
'/usr/lib/R/site-library/fSeries/libs/fSeries.so'
Bug marked as found in version 221.10065-3.

 close 393030 240.10068-1
Bug#393030: FTBFS: unable to load shared library 
'/usr/lib/R/site-library/fSeries/libs/fSeries.so'
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 240.10068-1, send any further explanations to 
Martin Michlmayr [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397621: kdebluetooth - FTBFS: autoheader: command not found

2006-11-08 Thread Bastian Blank
Package: kdebluetooth
Version: 0.99+1.0beta2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of kdebluetooth_0.99+1.0beta2-1 on lxdebian.bfinv.de by 
 sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), autotools-dev, kdelibs4-dev (= 3.1.4), 
 libbluetooth2-dev (= 3.7-1), kdepim-dev, libopenobex1-dev (= 1.3)
[...]
 cd .  /bin/sh /build/buildd/kdebluetooth-0.99+1.0beta2/admin/missing --run 
 autoheader
 /build/buildd/kdebluetooth-0.99+1.0beta2/admin/missing: line 52: autoheader: 
 command not found
 WARNING: `autoheader' is missing on your system.  You should only need it if
  you modified `acconfig.h' or `configure.in'.  You might want
  to install the `Autoconf' and `GNU m4' packages.  Grab them
  from any GNU archive site.
 rm -f stamp-h1
 touch config.h.in
 make[1]: Target `all' not remade because of errors.
 make[1]: Leaving directory `/build/buildd/kdebluetooth-0.99+1.0beta2'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061107-1741
 FAILED [dpkg-buildpackage died]


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



Bug#397623: gimp-help: FTBFS: tries to fetch a DTD from the internet and FTBFS if it fails

2006-11-08 Thread Lucas Nussbaum
Package: gimp-help
Version: 2+0.10-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

It seems that your package tries to fetch docbookx.dtd from
http://www.docbook.org/xml/4.3/docbookx.dtd, and fails if it doesn't
succeed. Fetching files from the internet is generally considered OK,
but the build must not fail if it's not possible.

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-08 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eddy Petrișor wrote:
 Hello,
 
 Steve, thanks for the additional info, I didn't realised the value was
 e+306 until you pointed it out.
 
 I will look into the physics engine to see what is wrong and try to
 understand what is wrong. It appears that upstream is quite aware of the
 issue that it exists, but they don't know why it happens:
 
 -8---
   //Due to a bug in the physic engine
   //sometimes, angle==infinite (according to gdb) ??
   GetSpeed(norme, angle);
 
   while(angle  -M_PI) angle += M_PI;
   while(angle  M_PI) angle -= M_PI;
 
 -8---

I have looked deeper into this issue, and (of course, still a problem
just in front of me - the lack of coding in the last year starts to show
its hideous face). I have seen this from the start, but I have payed too
much attention.

The issue is that angle and norme are declared locally instead of the
class. The physics engine is quite ok from the GNU POV.

I will be experimenting with some asserts in the code before providing a
final patch.


In care anyone cares, here is the current (debugging) state:


- --- wormux-0.7.4.orig/src/object/physics.cpp
+++ wormux-0.7.4/src/object/physics.cpp
@@ -192,6 +192,12 @@
   break;

 default:
+  assert(m_motion_type==NoMotion);
+  /*
+  printf (\n motion type:%d\n,m_motion_type);
+  printf ( angle  :%d\n,angle);
+  printf ( norm   :%d\n\n,norm);
+  */
   break ;
   }
 }
- --- wormux-0.7.4.orig/src/weapon/gnu.h
+++ wormux-0.7.4/src/weapon/gnu.h
@@ -39,6 +39,7 @@
   int m_sens;
   int save_x, save_y;
   double angle;
+  double norme;
 public:
   Gnu(ExplosiveWeaponConfig cfg);
   void Shoot(double strength);
- --- wormux-0.7.4.orig/src/weapon/gnu.cpp
+++ wormux-0.7.4/src/weapon/gnu.cpp
@@ -47,6 +47,8 @@
   save_y=GetY();

   double angle = ActiveTeam().crosshair.GetAngleRad();
+  assert(angle  M_PI);
+  assert(angle  -M_PI);

   if(angleM_PI/2  angle-M_PI/2)
 m_sens = 1;
@@ -58,7 +60,6 @@
 {
   WeaponProjectile::Refresh();

- -  double norme, angle;
   //When we hit the ground, jump !
   if(!IsMoving() !FootsInVacuum())
   {
@@ -78,10 +79,23 @@

   //Due to a bug in the physic engine
   //sometimes, angle==infinite (according to gdb) ??
+  //No, is just the angle and norm should not be redefined locally
+  //Is so much easier to blame others, ain't it? :-)
   GetSpeed(norme, angle);

+  /*
   while(angle  -M_PI) angle += M_PI;
+  if(angle  M_PI)
+  {
+long int chunk = (floor(angle/M_PI)) * M_PI ;
+angle -= chunk ;
+  }
   while(angle  M_PI) angle -= M_PI;
+  */
+  if (angle  M_PI) printf (OUCH: angle=%f\n,angle);
+  assert(angle  M_PI);
+  if (angle  -M_PI) printf (OUCH: angle=%f\n,angle);
+  assert(angle = -M_PI);

   angle *= 180.0 / M_PI;
   angle /= 2.0;
- ---8---


- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFUdpTY8Chqv3NRNoRAh6zAJ44q1BhY6LCYZyWTKthX/newJO55gCdGUFr
e2rCby1HIaqPI/IMP9uPGZg=
=qroI
-END PGP SIGNATURE-


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



Bug#397622: pugs - FTBFS: pugs: internal error: adjustor creation not supported on this platform

2006-11-08 Thread Bastian Blank
Package: pugs
Version: 6.2.13-0.1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of pugs_6.2.13-0.1 on lxdebian.bfinv.de by sbuild/s390 85
[...]
 [1 of 1] Compiling Main ( src/Main.hs, src/Main.o )
 Linking pugs.new ...
 /usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm -i 
 ext/Math-Basic/lib/Math/Basic.pm -p ./pugs --output blib6/lib/Prelude.pm.yml
 Generating precompiled Prelude, Math::Basic, Math::Basic... ./pugs 
 -Iext/Math-Basic/lib -C Parse-YAML Prelude.pm  blib6/lib/Prelude.pm.yml
 pugs: internal error: adjustor creation not supported on this platform
 (GHC version 6.6 for s390_ibm_linux)
 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 sh: line 1: 24026 Aborted ./pugs -Iext/Math-Basic/lib -C 
 Parse-YAML Prelude.pm blib6/lib/Prelude.pm.yml
 Output is empty at util/gen_prelude.pl line 182.
 system: [/usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm -i 
 ext/Math-Basic/lib/Math/Basic.pm -p ./pugs --output 
 blib6/lib/Prelude.pm.yml]: No such file or directory at util/build_pugs.pl 
 line 574.
 make[1]: *** [optimized] Error 2
 make[1]: Leaving directory `/build/buildd/pugs-6.2.13'
 make: *** [build-arch-stamp] Error 2
 **
 Build finished at 20061105-1643
 FAILED [dpkg-buildpackage died]


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



Bug#397625: libapache2-mod-php5: apache segfault

2006-11-08 Thread Vladimir Stavrinov
Package: libapache2-mod-php5
Version: 5.2.0-1
Severity: grave
Justification: renders package unusable


After upgrade child apache process segfault on every request.

-- System Information:
Debian Release: 4.0
  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.18-1-k7
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages libapache2-mod-php5 depends on:
ii  apache2- 2.2.3-3 Traditional model for Apache HTTPD
ii  apache2. 2.2.3-3 Next generation, scalable, extenda
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libmagic 4.17-4  File type determination library us
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  mime-sup 3.37-1  MIME files 'mime.types'  'mailcap
ii  php5-com 5.2.0-1 Common files for packages built fr
ii  ucf  2.0016  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

libapache2-mod-php5 recommends no packages.

-- no debconf information


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



Bug#397620: gnome-speech: FTBFS: /usr/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h:28:18: error: popt.h: No such file or directory

2006-11-08 Thread Lucas Nussbaum
Package: gnome-speech
Version: 1:0.3.10-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-sign-c
ompare -I.. -DORBIT2=1 -pthread -I/usr/include/bonobo-activation-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -g
-Wall -O2 -c speaker.c  -fPIC -DPIC -o .
libs/speaker.o
In file included from
/usr/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h:34,
 from
/usr/include/libbonobo-2.0/bonobo/bonobo-object.h:14,
 from
/usr/include/libbonobo-2.0/bonobo/bonobo-types.h:16,
 from /usr/include/libbonobo-2.0/libbonobo.h:18,
 from speaker.c:30:
/usr/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h:28:18:
error: popt.h: No such file or directory
In file included from
/usr/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h:34,
 from
/usr/include/libbonobo-2.0/bonobo/bonobo-object.h:14,
 from
/usr/include/libbonobo-2.0/bonobo/bonobo-types.h:16,
 from /usr/include/libbonobo-2.0/libbonobo.h:18,
 from speaker.c:30:
/usr/include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h:57:
error: array type has incomplete element type
make[4]: *** [speaker.lo] Error 1

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#393624: aegis: FTBFS when built as root

2006-11-08 Thread Steve Langasek
severity 393624 normal
thanks

 There was a problem while autobuilding your package, and I don't think
 that simply a wishlist bug since it fails to build on a standard
 autobuilder.

Ah, there's nothing standard about running an autobuilder as root.  None of
the official Debian autobuilders run as root, the most any of them do is use
sudo as the rootcmd instead of fakeroot which means the binary target is run
as root -- these testsuite failures happen in the build target, not the
binary target.

So a build failure in this particular environment is not RC.

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


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



Processed: Re: aegis: FTBFS when built as root

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

 severity 393624 normal
Bug#393624: aegis: FTBFS when built as root
Severity set to `normal' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397628: haskell98-report: FTBFS: ghc-6.6: unknown package: lang

2006-11-08 Thread Lucas Nussbaum
Package: haskell98-report
Version: 20030706-2
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000

Hi,

During a rebuild of all packages in etch, I discovered that your package
failed to build on i386.

Relevant parts:
make[1]: Entering directory `/build/root/haskell98-report-20030706'
/usr/bin/make -C tools
make[2]: Entering directory
`/build/root/haskell98-report-20030706/tools'
flex -t -8 verbatim.lex  verbatim.c || ( rm -f verbatim.c  exit 1 )
verbatim.lex, line 75: warning, rule cannot be matched
cc -c verbatim.c -o verbatim.o
cc -o verbatim verbatim.o
ghc -o run_tex tex.hs -fglasgow-exts -H20m -package lang
ghc-6.6: unknown package: lang
make[2]: *** [run_tex] Error 1
make[2]: Leaving directory `/build/root/haskell98-report-20030706/tools'
make[1]: *** [install] Error 

The full build log is available from 
http://ox.blop.info/bazaar/buildlogs/20061107/

About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes
of the Grid'5000 platform, using a chroot containing an etch i386
environment (not unstable).  Internet was not accessible from the build
nodes. The builds were processed as root, in a clean chroot environment.

About Grid'5000:
The Grid'5000 project aims at building a highly reconfigurable
experimental Grid platform gathering 9 sites and featuring a total of
5000 CPUs. Its main purpose is to serve as an experimental testbed for
research in Grid Computing.  To learn more about Grid'5000, read
https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#397610: kaya: depends on g++-4.0, which is no longer available on hppa

2006-11-08 Thread Stuart Teasdale


On 8 Nov 2006, at 12:40, Steve Langasek wrote:


Package: kaya
Version: 0.2.0-3
Severity: serious

Hi Stu,

Your kaya package depends on g++-4.0 on all architectures, but g+ 
+-4.0 will
not ship with etch on hppa because of an internal ABI change that  
makes it

unusable with the current g++-4.1-based libstdc++.so.6.  If you have a
specific reason to depend on g++-4.0 instead of on g++-4.1 or g++,  
please
remove hppa from your list of supported architectures; otherwise,  
please

update your package to use the current version of g++.


OK, looks fairly straightforward, and something I should have done  
already. I'll upload asap.


Stu


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



Processed: Re: bootsplash: post-installation script exits with error code 10

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

 severity 394280 important
Bug#394280: bootsplash: post-installation script exits with error code 10
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: ctsim: diff for NMU version 4.5.2-1.1

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

 tags 396364 + patch
Bug#396364: FTBFS: Missing Build-Depends for mpi++.h and hcp?
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 395954 in 1:0.9-1

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

 # Automatically generated email from bts, devscripts version 2.9.22
 found 395954 1:0.9-1
Bug#395954: debhelper: dh_installinfo is corrupting the info 'dir' file
Bug marked as found in version 1:0.9-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#396364: ctsim: diff for NMU version 4.5.2-1.1

2006-11-08 Thread sesse
tags 396364 + patch
thanks

Hi,

The following is the diff for my ctsim 4.5.2-1.1 NMU.

diff -Nru /tmp/joyKca2AZ3/ctsim-4.5.2/debian/changelog 
/tmp/t6jqpGxuXl/ctsim-4.5.2/debian/changelog
--- /tmp/joyKca2AZ3/ctsim-4.5.2/debian/changelog2006-11-08 
15:17:27.0 +0100
+++ /tmp/t6jqpGxuXl/ctsim-4.5.2/debian/changelog2006-11-08 
15:17:28.0 +0100
@@ -1,3 +1,12 @@
+ctsim (4.5.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Explicitly give --without-lam to configure; prevents an attempted build
+with MPI support, which can FTBFS due to missing build-dependencies.
+(Closes: #396364)
+
+ -- Steinar H. Gunderson [EMAIL PROTECTED]  Wed,  8 Nov 2006 14:19:33 +0100
+
 ctsim (4.5.2-1) unstable; urgency=low
 
   * New upstream
diff -Nru /tmp/joyKca2AZ3/ctsim-4.5.2/debian/rules 
/tmp/t6jqpGxuXl/ctsim-4.5.2/debian/rules
--- /tmp/joyKca2AZ3/ctsim-4.5.2/debian/rules2006-11-08 15:17:27.0 
+0100
+++ /tmp/t6jqpGxuXl/ctsim-4.5.2/debian/rules2006-11-08 15:17:28.0 
+0100
@@ -33,7 +33,7 @@
dh_testdir
touch configure.in  touch aclocal.m4  touch configure
 
-   ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man 
--datadir=$(HELPDIR) --with-ctn -with-x
+   ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man 
--datadir=$(HELPDIR) --with-ctn -with-x --without-lam
touch configure-stamp
 
 


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



Bug#394280: bootsplash: post-installation script exits with error code 10

2006-11-08 Thread Steve Langasek
severity 394280 important
thanks

This error message is a telltale sign of a debconf-related error (calling
db_get for a missing question), but looking at the current maintainer script
for the package I'm not able to poke any holes in it; bootsplash depends on
the theme, so the theme must be installed before the bootsplash postinst is
called, which means shared/bootsplash-theme and
bootsplash-theme-$NEW_THEME/resolutions must both have been registered.  The
other questions belong to the bootsplash package itself, so must also be
registered.

The only possibility I see is that some package other than the
bootsplash-theme-debian package in the archive is installed which registers
shared/bootsplash-theme, but the name it gives does not have a corresponding
bootsplash-theme-$theme/resolutions question.   It is possible to improve
the bootsplash maintainer script to guard against that, but doing so should
not be release-critical.

Nick, it might be helpful if you could tell us here the value of
echo GET shared/bootsplash-theme | debconf-communicate.

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


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



Bug#396350: FTBFS: KeyError: 'SYSMIDI':

2006-11-08 Thread Steinar H. Gunderson
On Tue, Oct 31, 2006 at 12:15:40PM +0100, Goswin von Brederlow wrote:
 building ardour fails with

I'm unable to reproduce this, both in an i386 pbuilder and my regular amd64
system. It looks like several of your amd64 FTBFS are built in some kind of
non-clean environment; could you please somehow provide a list of installed
packages, so it would be easier to track down your bugs?

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


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



Bug#393846: wave at a webcam to overwrite file

2006-11-08 Thread Steinar H. Gunderson
On Wed, Nov 01, 2006 at 05:10:38PM +0100, Frederik Dannemare wrote:
 Will ask my sponsor to do the 3.2.3-2 upload tomorrow or possible 
 Friday...

This was a week ago; any updates?

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


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



Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-08 Thread Jean Parpaillon

Hi,
I've forwarded this mail to wormux core team. Thank you for worrying 
about this. I really don't have time do spend on Wormux currently :-(


Jean

Le 08.11.2006 14:23, Eddy Petrișor a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eddy Petrișor wrote:
  

Hello,

Steve, thanks for the additional info, I didn't realised the value was
e+306 until you pointed it out.

I will look into the physics engine to see what is wrong and try to
understand what is wrong. It appears that upstream is quite aware of the
issue that it exists, but they don't know why it happens:

-8---
  //Due to a bug in the physic engine
  //sometimes, angle==infinite (according to gdb) ??
  GetSpeed(norme, angle);

  while(angle  -M_PI) angle += M_PI;
  while(angle  M_PI) angle -= M_PI;

-8---



I have looked deeper into this issue, and (of course, still a problem
just in front of me - the lack of coding in the last year starts to show
its hideous face). I have seen this from the start, but I have payed too
much attention.

The issue is that angle and norme are declared locally instead of the
class. The physics engine is quite ok from the GNU POV.

I will be experimenting with some asserts in the code before providing a
final patch.


In care anyone cares, here is the current (debugging) state:


- --- wormux-0.7.4.orig/src/object/physics.cpp
+++ wormux-0.7.4/src/object/physics.cpp
@@ -192,6 +192,12 @@
   break;

 default:
+  assert(m_motion_type==NoMotion);
+  /*
+  printf (\n motion type:%d\n,m_motion_type);
+  printf ( angle  :%d\n,angle);
+  printf ( norm   :%d\n\n,norm);
+  */
   break ;
   }
 }
- --- wormux-0.7.4.orig/src/weapon/gnu.h
+++ wormux-0.7.4/src/weapon/gnu.h
@@ -39,6 +39,7 @@
   int m_sens;
   int save_x, save_y;
   double angle;
+  double norme;
 public:
   Gnu(ExplosiveWeaponConfig cfg);
   void Shoot(double strength);
- --- wormux-0.7.4.orig/src/weapon/gnu.cpp
+++ wormux-0.7.4/src/weapon/gnu.cpp
@@ -47,6 +47,8 @@
   save_y=GetY();

   double angle = ActiveTeam().crosshair.GetAngleRad();
+  assert(angle  M_PI);
+  assert(angle  -M_PI);

   if(angleM_PI/2  angle-M_PI/2)
 m_sens = 1;
@@ -58,7 +60,6 @@
 {
   WeaponProjectile::Refresh();

- -  double norme, angle;
   //When we hit the ground, jump !
   if(!IsMoving() !FootsInVacuum())
   {
@@ -78,10 +79,23 @@

   //Due to a bug in the physic engine
   //sometimes, angle==infinite (according to gdb) ??
+  //No, is just the angle and norm should not be redefined locally
+  //Is so much easier to blame others, ain't it? :-)
   GetSpeed(norme, angle);

+  /*
   while(angle  -M_PI) angle += M_PI;
+  if(angle  M_PI)
+  {
+long int chunk = (floor(angle/M_PI)) * M_PI ;
+angle -= chunk ;
+  }
   while(angle  M_PI) angle -= M_PI;
+  */
+  if (angle  M_PI) printf (OUCH: angle=%f\n,angle);
+  assert(angle  M_PI);
+  if (angle  -M_PI) printf (OUCH: angle=%f\n,angle);
+  assert(angle = -M_PI);

   angle *= 180.0 / M_PI;
   angle /= 2.0;
- ---8---


- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFUdpTY8Chqv3NRNoRAh6zAJ44q1BhY6LCYZyWTKthX/newJO55gCdGUFr
e2rCby1HIaqPI/IMP9uPGZg=
=qroI
-END PGP SIGNATURE-


___
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel
  



--
___
/ Le moins que l'on puisse demander à  \
| une sculpture, c'est qu'elle ne bouge |
\ pas. -+- Salvador Dali -+-/
---
   \   ^__^
\  (--)\___
   (__)\   )\/\
   ||w |
   || ||



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



Bug#395094: marked as done (CVE-2006-545[3-5]: Multiple security issues in bugzilla)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 8 Nov 2006 06:20:48 -0800
with message-id [EMAIL PROTECTED]
and subject line CVE-2006-545[3-5]: Multiple security issues in bugzilla
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: bugzilla
Severity: grave
Tags: security

Several issues have beenfound in bugzilla:

CVE-2006-5455:
Cross-site request forgery (CSRF) vulnerability in editversions.cgi in
Bugzilla before 2.22.1 and 2.23.x before 2.23.3 allows user-assisted
remote attackers to create, modify, or delete arbitrary bug reports
via a crafted URL.

CVE-2006-5454:
Bugzilla 2.18.x before 2.18.6, 2.20.x before 2.20.3, 2.22.x before
2.22.1, and 2.23.x before 2.23.3 allow remote attackers to obtain (1)
the description of arbitrary attachments by viewing the attachment in
diff mode in attachment.cgi, and (2) the deadline field by viewing
the XML format of the bug in show_bug.cgi.

CVE-2006-5453:
Multiple cross-site scripting (XSS) vulnerabilities in Bugzilla 2.18.x
before 2.18.6, 2.20.x before 2.20.3, 2.22.x before 2.22.1, and 2.23.x
before 2.23.3 allow remote authenticated users to inject arbitrary web
script or HTML via (1) page headers using the H1, H2, and H3 HTML tags
in global/header.html.tmpl, (2) description fields of certain items in
various edit cgi scripts, and (3) the id parameter in
showdependencygraph.cgi.

Please mention the CVE ids in the changelog.

---End Message---
---BeginMessage---
Version: 2.22.1-1

This bug has been fixed in testing and unstable with the upload of version
2.22.1-1, so I'm closing it (with a Version: pseudoheader) to document this
status as completely as possible.

The bug still affects the version of bugzilla in sarge.

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


Bug#393410: marked as done (Source package contains non-free IETF RFC/I-D's)

2006-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2006 06:32:46 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#393410: fixed in qpopper 4.0.5.dfsg-0.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: qpopper
Version: 4.0.5-4.1
Severity: serious

Hi!

This bug has been filed on multiple packages, and general discussions
are kindly requested to take place on debian-legal or debian-devel in
the thread with Subject: Non-free IETF RFC/I-Ds in source packages.

It seems this source package contains the following files from the
IETF under non-free license terms:

qpopper4.0.5/doc/rfc1939.txt 
qpopper4.0.5/doc/rfc2449.txt 

The license on RFC/I-Ds is not DFSG-free, see:
 * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199810
 * http://release.debian.org/removing-non-free-documentation
 * http://wiki.debian.org/NonFreeIETFDocuments

The etch release policy says binary and source packages must each be free:
 * http://release.debian.org/etch_rc_policy.txt

The severity is serious, because this violates the Debian policy:
 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding a 'dfsg' version name to it.

3. Move the package to non-free.

I went over many packages looking for names of likely non-free files,
and there may be false positives.  If this is the case for your
package, I'm sorry for the noise.  I'll modify the scripts to take
into account false positives when I learn of them, and publish the
list of exceptions under Known exceptions at
http://wiki.debian.org/NonFreeIETFDocuments.

Thanks,
Simon

---End Message---
---BeginMessage---
Source: qpopper
Source-Version: 4.0.5.dfsg-0.1

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

qpopper-drac_4.0.5.dfsg-0.1_amd64.deb
  to pool/main/q/qpopper/qpopper-drac_4.0.5.dfsg-0.1_amd64.deb
qpopper_4.0.5.dfsg-0.1.diff.gz
  to pool/main/q/qpopper/qpopper_4.0.5.dfsg-0.1.diff.gz
qpopper_4.0.5.dfsg-0.1.dsc
  to pool/main/q/qpopper/qpopper_4.0.5.dfsg-0.1.dsc
qpopper_4.0.5.dfsg-0.1_amd64.deb
  to pool/main/q/qpopper/qpopper_4.0.5.dfsg-0.1_amd64.deb
qpopper_4.0.5.dfsg.orig.tar.gz
  to pool/main/q/qpopper/qpopper_4.0.5.dfsg.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Christoph Berg [EMAIL PROTECTED] (supplier of updated qpopper package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  8 Nov 2006 15:00:22 +0100
Source: qpopper
Binary: qpopper qpopper-drac
Architecture: source amd64
Version: 4.0.5.dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 qpopper- Enhanced Post Office Protocol server (POP3)
 qpopper-drac - Qpopper with DRAC Support
Closes: 393410
Changes: 
 qpopper (4.0.5.dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Rebuild orig.tar.gz to remove non-free RFC documents (Closes: #393410).
   * Add ssmtp to Build-Depends to disambiguate m-t-a dependency.
Files: 
 92dd69907614818802851fffece989ad 671 mail extra qpopper_4.0.5.dfsg-0.1.dsc
 151e01543c49d126be60cffdd091b50a 2266155 mail extra 
qpopper_4.0.5.dfsg.orig.tar.gz
 bbf352a017b89ce08de384d47c8cf528 128848 mail extra 
qpopper_4.0.5.dfsg-0.1.diff.gz
 fe86952755b75da652815c945d334591 417134 mail extra 
qpopper_4.0.5.dfsg-0.1_amd64.deb
 56bfb3aaf9ee8634c54ee70e388e82ce 418630 mail extra 
qpopper-drac_4.0.5.dfsg-0.1_amd64.deb

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

iD8DBQFFUehwxa93SlhRC1oRAmmAAJwL6A/cAxJ25+5kNc6GCrF774k2ZQCffiAV
TTomH4P94ajJ5wBMiZnetug=
=Z7wY
-END PGP SIGNATURE-

---End Message---


Bug#394240: multiplayer - crash

2006-11-08 Thread Steve Langasek
severity 394240 important
thanks

Hi Rafal,

As unpleasant as this bug is, it appears that egoboo is still quite playable
as a single-player game, which means the package is not unusable or mostly
so -- the single-player mode is a significant functionality that works.  As
a result, I'm downgrading this bug to important severity.

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


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



Processed: Re: multiplayer - crash

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

 severity 394240 important
Bug#394240: multiplayer - crash
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397613: gaim-hotkeys: FTBFS: hotkeys.c:28:23: error: gaim/away.h: No such file or directory

2006-11-08 Thread Lucas Nussbaum
On 08/11/06 at 22:36 +0800, Ivan, Wong Yat Cheung wrote:
 Lucas Nussbaum wrote:
 During a rebuild of all packages in etch, I discovered that your package
 failed to build on i386.
 
 Gaim 2.0 requires gaim-hotkeys = 0.2. The new version has been uploaded 
 to SID but not yet etch.

Both gaim = 2.0 and gaim-hotkeys = 0.2 are in etch. Are you sure ?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: [php-maint] Bug#397625: libapache2-mod-php5: apache segfault

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

 close 397625 5.2.0-2
Bug#397625: libapache2-mod-php5: apache segfault
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 5.2.0-2, send any further explanations to 
Vladimir Stavrinov [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#393846: wave at a webcam to overwrite file

2006-11-08 Thread Frederik Dannemare
On Wednesday 08 November 2006 15:16, Steinar H. Gunderson wrote:
 On Wed, Nov 01, 2006 at 05:10:38PM +0100, Frederik Dannemare wrote:
  Will ask my sponsor to do the 3.2.3-2 upload tomorrow or possible
  Friday...

 This was a week ago; any updates?

Yes. I did the new build Friday afternoon and after a 
couple of hours testing it, I emailed my sponsor letting him 
know about the new build and the fixes it includes. Still haven't 
heard from him, though. I'm assuming he is busy.

Package is available at http://sentinel.dk/linux/debian/packages/motion/ 

Changelog:

motion (3.2.3-2) unstable; urgency=medium

  * Acknowledgement of patch submitted by Loic Minier
    (part of NMU motion 3.2.3-1.1) (Closes: #391069).
  * Security: Set parameter target_dir in /etc/motion/motion.conf
    to /var/lib/motion/snapshots + make small NOTE in
    README.Debian (Closes: #393846).
  * Add var/lib/motion/snapshots to debian/motion.dirs file.
  * Change build dependency from postgresql-dev (obsolete)
    to libpq-dev (Closes: #396566).
  * Remove weird/improper character (looks like a pipe, but isn't) in motion
    manpage on line 428 and 433. Also add an extra backslash to '\n' on
    line 428, 433 and 610 (Closes: #374636).
  * Make comment in manpage that when calling motion with -d (for debugging)
    -c must also be specified explicitly.
  * Add parameters 'threshold' and 'noise_level' to the
    default configuration file + add punctuation marks (.)
    at the end of all comment lines.
  * Bumped Standards-Version to 3.7.2. No changes to package necessary.
  * Upload sponsored by Ari Pollak ari AT debian DOT org.

 -- Frederik Dannemare [EMAIL PROTECTED]  Thu,  3 Nov 2006 09:41:23 +0100

Frederik



  1   2   3   >