Bug#427184: #427184: python-kinterbasdb - FTBFS: /usr/bin/ld: cannot find -lgds

2007-06-03 Thread Damyan Ivanov
Hi, Ed,

This bug is caused by a surprising upload of firebird1.5 from me. Sorry
about this.

Now that the damage is done, it is easier to fix it in
kinterbasdb-interbase.

There are two ways:

1. Build-Depend on firebird1.5-dev instead

This is the easiest thing to do.

2. Build-Depend on firebird2.0-dev instead
I prefer this, since upstream recommends usage of this stable release
and 2.0 is much superior to 1.5, while maintaining backwards
compatibility.

There is a slight problem with this, however -- _kievents.h detects
firebird 2.0 and tries to use an internal definition that is not
published in ibase.h. If this is removed, the build finishes fine.


Please find attached a patch implementing 2.

Thanks for considering and sorry again for the breakage.
-- 
damJabberID: [EMAIL PROTECTED]
diff -u python-kinterbasdb-3.1.2/debian/control python-kinterbasdb-3.1.2/debian/control
--- python-kinterbasdb-3.1.2/debian/control
+++ python-kinterbasdb-3.1.2/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Ed Boraas [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.37.2), firebird2-dev, python-all-dev (= 2.3.5-11), python-egenix-mx-base-dev, python-support (= 0.3)
+Build-Depends: debhelper (= 5.0.37.2), firebird2.0-dev, python-all-dev (= 2.3.5-11), python-egenix-mx-base-dev, python-support (= 0.3)
 Standards-Version: 3.7.2
 
 Package: python-kinterbasdb
--- python-kinterbasdb-3.1.2.orig/_kievents.h
+++ python-kinterbasdb-3.1.2/_kievents.h
@@ -27,11 +27,7 @@
 #include _kievents_platform_defs.h
 
 
-#ifdef FIREBIRD_2_0_OR_LATER
-  #define EVENT_CALLBACK_FUNCTION FPTR_EVENT_CALLBACK
-#else
-  #define EVENT_CALLBACK_FUNCTION isc_callback
-#endif
+#define EVENT_CALLBACK_FUNCTION isc_callback
 
 
 #define EVENT_OK 0


signature.asc
Description: PGP signature


Bug#426890: localechooser: several countries are misplaced

2007-06-03 Thread Christian Perrier
Quoting Piotr Engelking ([EMAIL PROTECTED]):
 On 02/06/07, Christian Perrier [EMAIL PROTECTED] wrote:
 Wile we're at it, I think that, following the same definition of the
 Antarctic Ocean, the Bouvet Island (54°S) should be considered as part of
 Atlantic Ocean, not Antarctica.
 
 The same goes for South Georgia (54°S) and the South Sandwich Islands
 (the most southern is 59°27').
 
 Very good. If you are adding a new region, you may also consider
 moving FK (Falkland Islands) and SH (Saint Helena) to it.


Hmmm, I didn't realize we don't have Atlantic Ocean already. Anyway,
if we add it, what about Iceland (and maybe Greenland)?

Iceland is generally searched in Europe, but, technically, it belongs
to Atlantic Ocean. And Atlantic could be a way to solve the Greenland
issue even if I have some doubts that people would look for it under
Atlantic Ocean.

Let's settle this before I create the region.



signature.asc
Description: Digital signature


Bug#427181: #427181: php5 - FTBFS: configure: error: libgds, libib_util or libfbclient not found!

2007-06-03 Thread Damyan Ivanov
Hi,

Sean, I see you've changed php5's build-dependencies from
firebird2-dev to firebird1.5-dev. Thank you for your quick reaction.
Much appreciated.

A few additional points to consider:

* Enabling more architectures
firebird1.5 is currently built on i386, amd64 (you use it on these),
sparc, kfreebsd-i386 and kfreebsd-amd64

You may want to add the last three in the Build-Depends line and in
debian/rules.


* Using firebird2.0-dev instead
Cons: 
- it's a change :)

Pros: 
- 2.0 is the currently recommended stable by upstream
- its API is backwards compatible with firebird1.5
- the 2.0 client library can talk to both 1.5 (and 1.0 FWIW) and 2.0
  servers, but has improvements in network protocol efficiency when
  taking to 2.0 servers
- firebird2.0 supports one additional architecture - powerpc

I tried a build against firebird2.0-dev and it built fine.

Attached is a patch with all proposed changes.
-- 
damJabberID: [EMAIL PROTECTED]
diff -u php5-5.2.2/debian/control php5-5.2.2/debian/control
--- php5-5.2.2/debian/control
+++ php5-5.2.2/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
 Uploaders: Adam Conrad [EMAIL PROTECTED], Steve Langasek [EMAIL PROTECTED], Jeroen van Wolffelaar [EMAIL PROTECTED], Ondřej Surý [EMAIL PROTECTED], sean finney [EMAIL PROTECTED]
-Build-Depends: apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), firebird2-dev [i386 amd64], flex (= 2.5.4), freetds-dev, libapr1-dev (= 1.2.7-8), libbz2-dev (= 1.0.0), libc-client-dev, libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp10-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
+Build-Depends: apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), firebird2.0-dev [i386 amd64 sparc powerpc kfreebsd-i386 kfreebsd-amd64], flex (= 2.5.4), freetds-dev, libapr1-dev (= 1.2.7-8), libbz2-dev (= 1.0.0), libc-client-dev, libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp10-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.7.2
 
diff -u php5-5.2.2/debian/rules php5-5.2.2/debian/rules
--- php5-5.2.2/debian/rules
+++ php5-5.2.2/debian/rules
@@ -57,7 +57,7 @@
 endif
 
 # only enable interbase support for i386/amd64
-ifneq (,$(filter $(DEB_BUILD_ARCH),amd64 i386))
+ifneq (,$(filter $(DEB_BUILD_ARCH),amd64 i386 sparc powerpc kfreebsd-i386 kfreebsd-amd64))
 	IBFLAGS=--with-interbase=shared,/usr \
 		--with-pdo-firebird=shared,/usr
 endif


signature.asc
Description: PGP signature


Bug#427305: tzdata: [INTL:fr] French debconf templates translation

2007-06-03 Thread Christian Perrier
Package: tzdata
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of fr.po to French
# This file is distributed under the same license as the tzdata package.
#
# Several translations merged with translations from debian-installer's tzsetup 
package
#
# Christian Perrier [EMAIL PROTECTED], 2002-2004.
# Pierre Machard [EMAIL PROTECTED], 2002-2004.
# Denis Barbier [EMAIL PROTECTED], 2002-2004.
# Philippe Batailler [EMAIL PROTECTED], 2002-2004.
# Michel Grentzinger [EMAIL PROTECTED], 2003-2004.
# Christian Perrier [EMAIL PROTECTED], 2005, 2006, 2007.
msgid 
msgstr 
Project-Id-Version: fr\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-06-02 08:41+0200\n
PO-Revision-Date: 2007-06-02 08:59+0200\n
Last-Translator: Christian Perrier [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=n1;\n
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Africa
msgstr Afrique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid America
msgstr Amérique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Antarctica
msgstr Antarctique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Australia
msgstr Australie

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Arctic
msgstr Arctique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Asia
msgstr Asie

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#. Type: select
#. Choices
#: ../templates:1001 ../templates:9001
msgid Atlantic
msgstr Atlantique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Canada
msgstr Canada

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Europe
msgstr Europe

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid Indian
msgstr Océan Indien

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#. Type: select
#. Choices
#: ../templates:1001 ../templates:9001
msgid Pacific
msgstr Pacifique

#. Type: select
#. Choices
#. Note to translators:
#. - Etc will present users with a list
#. of GMT+xx or GMT-xx timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid SystemV
msgstr Système V

#. Type: 

Bug#350624: discussion with the FSF: GPLv3, GFDL, Nexenta

2007-06-03 Thread Pawel Wiecek
On Jun 2,  2:15pm, Steve Langasek wrote:
  Actually, I must take this back; it's almost certain that ftpmaster
  did not approve this,
 Er, isn't that what AJ's closure message *is*?

It most certainly is.

 Pawel

-- 
 (___)  | Pawel Wiecek - Coven / Svart - |
 o o  |  http://www.coven.vmh.net/[EMAIL PROTECTED]GSM: 
+48603240006 |
 \ ^ /  | GPG/PGP info in message headers  *  [ Debian GNU/Linux developer ] |
  ()   |   *  * Life's not fair, but the root password helps.   -- BOFH |


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



Bug#427306: bidentd: postinst hangs

2007-06-03 Thread Alan Sundell
Package: bidentd
Version: 1.1.1-0.2
Severity: normal
Tags: patch


When installing bidentd on a fresh system with a preseeded value for
bidentd/loglevel, the debconf frontend hangs in pipe_wait after
bidentd's postinst script exits (the postinst script is defunct; the
frontend hasn't noticed and reaped it yet).

If I SIGINT my way out of this situation and try to install again, it
works with no hang.  Both behaviors are 100% reproducible for me.

I'm not sure what interaction is causing this, but calling db_stop in
the postinst, as in the attached patch, fixes this reliably for me.
Hope that helps. :)

FWIW, I think this bug has been around for years, but I was too lazy to
report it last time it came up (sorry).

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

Versions of packages bidentd depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  netbase 4.29 Basic TCP/IP networking system

bidentd recommends no packages.

-- debconf-show failed
--- bidentd-1.1.1.orig/debian/bidentd.postinst  2007-06-02 23:11:24.0 
-0700
+++ bidentd-1.1.1/debian/bidentd.postinst   2007-06-02 21:42:32.0 
-0700
@@ -29,4 +29,7 @@
  
  # Re-enable the manual settings too
  update-inetd --pattern /usr/sbin/bidentd --enable ident
+
+ # Stop DB to avoid frontend hangs
+ db_stop
 fi


Bug#427300: [INTL:pa] menu punjabi Translation

2007-06-03 Thread Christian Perrier
tags 427300 pending
thanks

Quoting A S Alam ([EMAIL PROTECTED]):
 Package: menu
 Version: N/A
 Severity: wishlist
 Tags: l10n patch


Committed.




signature.asc
Description: Digital signature


Bug#427297: ITP: sturmbahnfahrer -- simulated obstacle course for automobiles

2007-06-03 Thread Charles Plessy
Le Sun, Jun 03, 2007 at 02:30:43AM +0200, Miriam Ruiz a écrit :
 Package: wnpp
 * Package name: sturmbahnfahrer

Dear Miriam,

I have very bad feelings when I read the name of this game. It is a very
bad taste play on the word sturmbahnführer, which is a rank which was
only awarded in the SS divisions when Germany was ruled by the nazis. If
you google with sturmbahnfahrer, you will not find any page which is
not related to the game: this word does not exist in German.

Maybe you could ask the upstream authors if they could consider renaming
their game before including it in Debian? Otherwise, well, do what you
want. But this name is really disgusting.

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan



Bug#427307: i2e: adding new binary package with DICT formatted dictionaries

2007-06-03 Thread Kęstutis Biliūnas
Package: i2e (0.5.1-2)
Version: 0.5.1-2
Severity: wishlist
Tags: patch

Hi Javier,

I like to suggest you to add the new binary package dict-i2e - the DICT
formatted dictionaries (see attached file) for the dictionary server and
client which uses the DICT Protocol. I think, this will increase still
more the users number of i2e dictionary.  

Best wishes,
-- 
Kęstutis Biliūnas [EMAIL PROTECTED]


i2e_0.5.1-3.diff.gz
Description: GNU Zip compressed data


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#421380: ant: needs java-gcj-compat-dev from experimental

2007-06-03 Thread Michael Koch
reassign 421380 java-gcj-compat
close 421380 1.0.76-2
thanks


Hello,


This bug was becuase java-gcj-compat missed a link to the tools.jar
provided by gcj. This was fixed in java-gcj-compat 1.0.76-2.


Cheers,
Michael
-- 
 .''`.  | Michael Koch [EMAIL PROTECTED]
: :' :  | Free Java Developer http://www.classpath.org
`. `'   |
  `-| 1024D/BAC5 4B28 D436 95E6 F2E0 BD11 5923 A008 2763 483B


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



Bug#427297: ITP: sturmbahnfahrer -- simulated obstacle course for automobiles

2007-06-03 Thread Ralf Treinen
On Sun, Jun 03, 2007 at 04:00:28PM +0900, Charles Plessy wrote:
 Le Sun, Jun 03, 2007 at 02:30:43AM +0200, Miriam Ruiz a écrit :
  Package: wnpp
  * Package name: sturmbahnfahrer
 
 Dear Miriam,
 
 I have very bad feelings when I read the name of this game. It is a very
 bad taste play on the word sturmbahnführer, which is a rank which was
 only awarded in the SS divisions when Germany was ruled by the nazis. If

The rank was sturmbaNnführer, which increases the distance from 1 to 2.
http://en.wikipedia.org/wiki/Sturmbannf%C3%BChrer

-Ralf.



Bug#394516: ant: Problems upgrading from stable to testing

2007-06-03 Thread Michael Koch
On Sat, Oct 21, 2006 at 06:23:40PM +0200, Jeroen N. Witmond wrote:
 For me, this seems to solve the broken dependency. The messages about
 libant1.6-java are worrisome, but don't seem to result in problems.

The libant1.6-java package existed in Sarge, but doesnt in Etch anymore.
The removal of it during upgrade was correct.


Cheers,
Michael


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



Bug#288655: Opinions on Paul Hsieh derivative license

2007-06-03 Thread Paul Cager
Ben Finney wrote:
 Paul Cager [EMAIL PROTECTED] writes:
 
 Copyright (C) 2005, 2006 The MyServer Team
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 
 So, with this, the terms require that the redistributor must license
 under the terms of the GPL, with no further restrictions.
 
 The superFastHash hash function [is] released under the Paul Hsieh
 derivative license [...]
 
 If this license requires restrictions additional to those in the GPL,
 then it is GPL-incompatible and cannot be redistributed under either
 license.
 
 Paul Hsieh derivative license

 [...] Use and redistribution is limited to the following
 conditions:

 * One may not create a derivative work which, in any way,
 violates the Paul Hsieh exposition license described above on
 the original content.

 [...]
 Paul Hsieh exposition license
 [...]

 * The redistributor must fully attribute the content's
 authorship and make a good faith effort to cite the original
 location of the original content.
 
 This restriction is additional to the GPL. The result is
 GPL-incompatible and cannot be redistributed under either license.
 
 * The content may not be modified via excerpt or otherwise
 with the exception of additional citations such as described
 above without prior consent of Paul Hsieh.
 
 This restriction is additional to the GPL. The result is
 GPL-incompatible and cannot be redistributed under either license.
 
 * The content may not be subject to a change in license
 without prior consent of Paul Hsieh.
 
 This quite clearly is not compatible with the GPL: both licenses
 require that the work be distributed only under their terms, thus both
 cannot be simultaneously satisfied.
 
 Is this DFSG-free?
 
 Worse, I don't think the work can be legally redistributed at all.
 
 Any of the problems noted above in the text of the Paul Hsieh
 Exposition License make the combined work unredistributable, since one
 cannot satisfy both of GPL and the Paul Hsieh Exposition License
 simultaneously.
 

Thanks very much Ben and Don. I'll contact Paul Hsieh to see if he'd be
willing to re-license it.


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



Bug#427308: syncekonnector: FTBFS: configure: error: Can't find libkonnector.so

2007-06-03 Thread Lucas Nussbaum
Package: syncekonnector
version: 0.3.2-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
checking for kconfig_compiler... /usr/bin/kconfig_compiler
checking for dcopidlng... /usr/bin/dcopidlng
checking for xmllint... /usr/bin/xmllint
checking whether byte ordering is bigendian... no
checking for MAXPATHLEN... 4096
checking for main in -lsynce... yes
checking synce.h usability... yes
checking synce.h presence... yes
checking for synce.h... yes
checking for CeRapiInit in -lrapi... yes
checking rapi.h usability... yes
checking rapi.h presence... yes
checking for rapi.h... yes
checking for rra_matchmaker_replace_partnership in -lrra... yes
checking rra/syncmgr.h usability... yes
checking rra/syncmgr.h presence... yes
checking for rra/syncmgr.h... yes
checking for main in -lkabc_file... yes
checking for main in -lkonnector... no
configure: error: Can't find libkonnector.so
make: *** [config.status] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427311: hmake: FTBFS: *** missing separator.

2007-06-03 Thread Lucas Nussbaum
Package: hmake
version: 3.12-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/hmake-3.12/src/hmake'
/build/user/hmake-3.12/lib/debian/config:9: *** missing separator.  Stop.
make[2]: Leaving directory `/build/user/hmake-3.12/src/hmake'
make[1]: *** [targets/debian/hmake-ghc] Error 2
make[1]: Leaving directory `/build/user/hmake-3.12'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427309: sqlfairy: FTBFS: tests failed

2007-06-03 Thread Lucas Nussbaum
Package: sqlfairy
version: 0.08-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
/usr/bin/perl Build --makefile_env_macros 1 test
t/02mysql-parser...ok
t/03mysql-to-oracleok
t/04file,fh,string.ok
t/05bgep-reok
t/06xsvskipped
all skipped: Missing dependency: Text::RecordParser
t/07p_args.ok
t/08postgres-to-mysql..ok
t/09sqlt-diagram...ok
t/10excel..ok
t/11normalize..ok
t/12header_comment.ok
t/13schema.ok
t/14postgres-parserok
t/15oracle-parser..ok
t/16xml-parser.ok
t/17sqlfxml-producer...ok
t/18ttschema-producer..
#   Failed test 'Output looks right'
#   in t/18ttschema-producer.t at line 57.
# 
++-++
# |  Ln|Got  |Expected  
  |
# 
++-++
# | 147|Constraints  |Constraints   
  |
# | 148|?|? 
  |
# | 149|type: PRIMARY KEY|type: 
PRIMARY KEY   |
# * 150|fields:\s\s\s\s\s\s\s\s\s\s\s\n  |fields:   
id\n  *
# | 151|expression:  |expression:   
  |
# | 152|match_type:  |match_type:   
  |
# | 153|reference_fields:|reference_fields: 
  |
# 
++-++
# | 160| |  
  |
# | 161|emailuniqueindex |emailuniqueindex  
  |
# | 162|type: UNIQUE |type: 
UNIQUE|
# * 163|fields:\s\s\s\s\s\s\s\s\s\s\s\n  |fields:   
email\n   *
# | 164|expression:  |expression:   
  |
# | 165|match_type:  |match_type:   
  |
# | 166|reference_fields:|reference_fields: 
  |
# 
++-++
# | 173| |  
  |
# | 174|?|? 
  |
# | 175|type: FOREIGN KEY|type: 
FOREIGN KEY   |
# * 176|fields:\s\s\s\s\s\s\s\s\s\s\s\n  |fields:   
another_id\n  *
# | 177|expression:  |expression:   
  |
# | 178|match_type:  |match_type:   
  |
# * 179|reference_fields:\s\n|reference_fields: 
id\n  *
# | 180|reference_table:  Another|reference_table:  
Another   |
# | 181|deferrable:   1  |deferrable:   1   
  |
# | 182|on_delete:   |on_delete:
  |
# 
++-++
# | 208|Constraints  |Constraints   
  |
# | 209|?|? 
  |
# | 210|type: PRIMARY KEY|type: 
PRIMARY KEY   |
# * 211|fields:\s\s\s\s\s\s\s\s\s\s\s\n  |fields:   
id\n  *
# | 212|expression:  |expression:   
  |
# | 213|match_type:  |match_type:   
  |
# | 214|reference_fields:|reference_fields: 
  |
# 
++-++
# 
# Looks like you failed 1 test of 6.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/6 tests, 83.33% okay
t/19sybase-parser..ok
t/20format_X_name..ok
t/24yaml...ok
t/25storable...ok
t/26sybase.ok
t/27sqlite-parser..ok
t/29html...ok
t/30sqlt-diff..ok
t/31dumper.ok
t/32schema-lookups.ok
t/33tt-table-producer..Creating /tmp/hTeMtPMqhk/person.txt.
Creating /tmp/hTeMtPMqhk/pet.txt.

#   Failed test 'Output 

Bug#427310: stetic: FTBFS: No package 'glade-sharp-2.0' found

2007-06-03 Thread Lucas Nussbaum
Package: stetic
version: 0.1.0~svn.74962+dfsg-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
checking for i486-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO... yes
checking for mono... /usr/bin/mono
checking for gmcs... /usr/bin/gmcs
checking for mcs... /usr/bin/mcs
checking for GTK... yes
checking for STETIC... configure: error: Package requirements (gtk-sharp-2.0 = 
2.3.91 glade-sharp-2.0 = 2.4.0 gconf-sharp-2.0 = 2.4.0 gnome-sharp-2.0 = 
2.4.0) were not met:

No package 'glade-sharp-2.0' found
No package 'gconf-sharp-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables STETIC_CFLAGS
and STETIC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.
-- 
| 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#427312: python-bibtex: FTBFS: python2.5: free(): invalid pointer: 0x5574b0e0

2007-06-03 Thread Lucas Nussbaum
Package: python-bibtex
version: 1.2.2-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
running install
running check
running build
running build_ext
*** glibc detected *** python2.5: free(): invalid pointer: 0x5574b0e0 ***
=== Backtrace: =
/lib/libc.so.6[0x5562d15e]
/lib/libc.so.6(cfree+0x90)[0x556307b0]
/build/user/python-bibtex-1.2.2/build/lib.linux-i686-2.5/_bibtex.so[0x558d6935]
python2.5[0x810da9f]
python2.5(PyEval_EvalCodeEx+0x2f9)[0x80c7879]
python2.5(PyEval_EvalFrameEx+0x4fb6)[0x80c5be6]
python2.5(PyEval_EvalCodeEx+0x74b)[0x80c7ccb]
python2.5(PyEval_EvalFrameEx+0x4fb6)[0x80c5be6]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalFrameEx+0x634a)[0x80c6f7a]
python2.5(PyEval_EvalCodeEx+0x74b)[0x80c7ccb]
python2.5(PyEval_EvalFrameEx+0x4fb6)[0x80c5be6]
python2.5(PyEval_EvalCodeEx+0x74b)[0x80c7ccb]
python2.5(PyEval_EvalCode+0x49)[0x80c7d29]
python2.5(PyRun_FileExFlags+0xf6)[0x80e6a36]
python2.5(PyRun_SimpleFileExFlags+0x194)[0x80e6cd4]
python2.5(Py_Main+0x99f)[0x8056d9f]
python2.5(main+0x22)[0x80562f2]
/lib/libc.so.6(__libc_start_main+0xdc)[0x555daebc]
python2.5[0x8056241]
=== Memory map: 
08048000-0813b000 r-xp  03:05 2755041
/usr/bin/python2.5
0813b000-0816 rw-p 000f2000 03:05 2755041
/usr/bin/python2.5
0816-082bd000 rw-p 0816 00:00 0  [heap]
5000-5557 r-xp  03:05 2856878
/lib/ld-2.5.so
5557-55572000 rw-p 0001b000 03:05 2856878
/lib/ld-2.5.so
55572000-55574000 rw-p 55572000 00:00 0 
55574000-5557a000 r-xp  03:05 2851010
/usr/lib/libfakeroot/libfakeroot-sysv.so
5557a000-5557b000 rw-p 5000 03:05 2851010
/usr/lib/libfakeroot/libfakeroot-sysv.so
5557b000-5557c000 rw-p 5557b000 00:00 0 
5557c000-5557d000 r-xp  03:05 2900060
/build/user/python-bibtex-1.2.2/build/lib.linux-i686-2.5/_recode.so
5557d000-5557e000 rw-p  03:05 2900060
/build/user/python-bibtex-1.2.2/build/lib.linux-i686-2.5/_recode.so
5557e000-55591000 r-xp  03:05 2856912
/lib/libpthread-2.5.so
55591000-55593000 rw-p 00012000 03:05 2856912
/lib/libpthread-2.5.so
55593000-55595000 rw-p 55593000 00:00 0 
55595000-55597000 r-xp  03:05 2856893
/lib/libdl-2.5.so
55597000-55599000 rw-p 1000 03:05 2856893
/lib/libdl-2.5.so
55599000-5559a000 rw-p 55599000 00:00 0 
5559a000-5559c000 r-xp  03:05 2856913
/lib/libutil-2.5.so
5559c000-5559e000 rw-p 1000 03:05 2856913
/lib/libutil-2.5.so
5559e000-555c3000 r-xp  03:05 2856749
/lib/libm-2.5.so
555c3000-555c5000 rw-p 00024000 03:05 2856749
/lib/libm-2.5.so
555c5000-55702000 r-xp  03:05 2856915
/lib/libc-2.5.so
55702000-55703000 r--p 0013d000 03:05 2856915
/lib/libc-2.5.so
55703000-55705000 rw-p 0013e000 03:05 2856915
/lib/libc-2.5.so
55705000-5578b000 rw-p 55705000 00:00 0 
5578b000-5578f000 r-xp  03:05 2884612
/usr/lib/python2.5/lib-dynload/strop.so
5578f000-55791000 rw-p 3000 03:05 2884612
/usr/lib/python2.5/lib-dynload/strop.so
55792000-55793000 rw-p 55792000 00:00 0 
55794000-5589f000 r-xp  03:05 2803356
/usr/lib/librecode.so.0.0.0
5589f000-558cd000 rw-p 0010a000 03:05 2803356
/usr/lib/librecode.so.0.0.0
558cd000-558dc000 r-xp  03:05 2900058
/build/user/python-bibtex-1.2.2/build/lib.linux-i686-2.5/_bibtex.so
558dc000-558dd000 rw-p e000 03:05 2900058
/build/user/python-bibtex-1.2.2/build/lib.linux-i686-2.5/_bibtex.so
558dd000-5596f000 r-xp  03:05 2803336
/usr/lib/libglib-2.0.so.0.1200.12
5596f000-5597 rw-p 00091000 03:05 2803336
/usr/lib/libglib-2.0.so.0.1200.12
55973000-5597d000 r-xp  03:05 2856873
/lib/libgcc_s.so.1
5597d000-5597e000 rw-p 9000 03:05 2856873
/lib/libgcc_s.so.1
55a0-55a21000 rw-p 55a0 00:00 0 
55a21000-55b0 ---p 55a21000 00:00 0 
ffdb6000-ffdd1000 rw-p ffdb6000 00:00 0  [stack]

Bug#427313: mirror submission for mirrors.compuscene.org

2007-06-03 Thread Vincent VAN HOLLEBEKE
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirrors.compuscene.org
Type: leaf
Archive-http: /debian/
Mirrors-from: ftp.fr.debian.org
Archive-architecture: i386 
Maintainer: Vincent VAN HOLLEBEKE [EMAIL PROTECTED]
Country: FR France


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



Bug#427260: am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h

2007-06-03 Thread Lucas Nussbaum
reopen 427260
reopen 427271
thanks

On 02/06/07 at 23:17 -0700, Steve Langasek wrote:
 Hi Lucas,
 
 This was a bug in linux-libc-dev that has since been fixed.
 
Hi Steve,

Actually, the bug in linux-libc-dev was #423462, but it was about
LINUX_VERSION_CODE, not UTS_RELEASE. The full content of
/usr/include/linux/version.h in linux-libc-dev is:

#define LINUX_VERSION_CODE 132629
#define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))

So maybe UTS_RELEASE should be added to that file, and those bugs should
be reassigned to linux-libc-dev. I've stopped filing bugs about those
issues in the meantime.

Thank you,
-- 
| 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#427315: pugs: FTBFS: Module `Control.Monad.RWS' does not export `MonadIO(..)'

2007-06-03 Thread Lucas Nussbaum
Package: pugs
version: 6.2.13-0.1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
[17 of 92] Compiling Pugs.Internals   ( src/Pugs/Internals.hs, 
dist/build/Pugs/Internals.o )

src/Pugs/Internals.hs:124:26:
Module `Control.Monad.RWS' does not export `MonadIO(..)'

src/Pugs/Internals.hs:124:89:
Module `Control.Monad.RWS' does not export `MonadTrans(..)'

src/Pugs/Internals.hs:124:111:
Module `Control.Monad.RWS' does not export `ReaderT(..)'

src/Pugs/Internals.hs:124:124:
Module `Control.Monad.RWS' does not export `WriterT(..)'

src/Pugs/Internals.hs:124:137:
Module `Control.Monad.RWS' does not export `when'

src/Pugs/Internals.hs:124:143:
Module `Control.Monad.RWS' does not export `join'

src/Pugs/Internals.hs:124:149:
Module `Control.Monad.RWS' does not export `liftM'

src/Pugs/Internals.hs:124:156:
Module `Control.Monad.RWS' does not export `filterM'

src/Pugs/Internals.hs:124:173:
Module `Control.Monad.RWS' does not export `unless'

src/Pugs/Internals.hs:124:187:
Module `Control.Monad.RWS' does not export `foldM'

src/Pugs/Internals.hs:124:194:
Module `Control.Monad.RWS' does not export `guard'

src/Pugs/Internals.hs:124:201:
Module `Control.Monad.RWS' does not export `liftM2'

src/Pugs/Internals.hs:124:209:
Module `Control.Monad.RWS' does not export `liftM3'

src/Pugs/Internals.hs:124:217:
Module `Control.Monad.RWS' does not export `fix'

src/Pugs/Internals.hs:124:222:
Module `Control.Monad.RWS' does not export `mplus'

src/Pugs/Internals.hs:124:229:
Module `Control.Monad.RWS' does not export `mappend'

src/Pugs/Internals.hs:124:238:
Module `Control.Monad.RWS' does not export `mzero'

src/Pugs/Internals.hs:124:245:
Module `Control.Monad.RWS' does not export `mconcat'

src/Pugs/Internals.hs:124:254:
Module `Control.Monad.RWS' does not export `msum'
Preprocessing library Pugs-6.2.13...
Building Pugs-6.2.13...
Build failed: 256 at util/build_pugs.pl line 360.
make[1]: *** [optimized] Error 2
make[1]: Leaving directory `/build/user/pugs-6.2.13'
make: *** [build-arch-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427316: quark: FTBFS: dpkg-gencontrol: warning: can't parse dependency

2007-06-03 Thread Lucas Nussbaum
Package: quark
version: 3.21-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Leaving directory `/build/user/quark-3.21'
install quark/quark.schemas 
/build/user/quark-3.21/debian/quark/etc/gconf/schemas
install strange-quark/strange-quark.schemas 
/build/user/quark-3.21/debian/quark/etc/gconf/schemas
dh_testdir
dh_testroot
dh_installchangelogs 
dh_installdocs
dh_installexamples
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_gconf
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: can't parse dependency libxrender1 gconf2 (= 
2.10.1-2)
dpkg-gencontrol: error: error occurred while parsing Depends
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427314: drapes: FTBFS: No package 'glade-sharp-2.0' found

2007-06-03 Thread Lucas Nussbaum
Package: drapes
version: 0.5.1-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
checking for xgettext... /usr/bin/xgettext
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for UNMANAGED_DEPENDENCIES_MINT... no
checking for mono... /usr/bin/mono
checking for gmcs... /usr/bin/gmcs
checking for GTKSHARP... configure: error: Package requirements (gtk-sharp-2.0 
= 2.8   gnome-sharp-2.0 = 2.8  gnome-vfs-sharp-2.0 = 2.8  
glade-sharp-2.0 = 2.8  gconf-sharp-2.0 = 2.8) were not met:

No package 'glade-sharp-2.0' found
No package 'gconf-sharp-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKSHARP_CFLAGS
and GTKSHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427318: libflickr-api-perl: FTBFS: tests failed

2007-06-03 Thread Lucas Nussbaum
Package: libflickr-api-perl
version: 0.08-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

it seems that it tried to access the internet. You should check if www
access is available, and only run the tests that depend on it if it's
the case.

Relevant part:
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl
1..17
ok 1 - use Flickr::API;
not ok 2 - checking the error code for method not found
#   Failed test 'checking the error code for method not found'
#   in test.pl at line 25.
#  got: '0'
# expected: '112'
not ok 3 - checking the error code for format not found
#   Failed test 'checking the error code for format not found'
#   in test.pl at line 36.
#  got: '0'
# expected: '111'
ok 4 - Signing test 1
ok 5 - Signing test 2
ok 6 - Checking that the api_sig item in the query matches
ok 7 - Checking that the perms item in the query matches
ok 8 - Checking that the frob item in the query matches
ok 9 - Checking that the api_key item in the query matches
ok 10 - Checking that the api_sig item in the query matches in reverse
ok 11 - Checking that the frob item in the query matches in reverse
ok 12 - Checking that the perms item in the query matches in reverse
ok 13 - Checking that the api_key item in the query matches in reverse
ok 14 - Checking correct return path
ok 15 - Checking return domain
ok 16 - Checking return protocol
ok 17 - Checking URL generation without a secret
# Looks like you failed 2 tests of 17.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/build/user/libflickr-api-perl-0.08'
make: *** [debian/stamp-makefile-check] Error 2
The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427317: model-builder: FTBFS: python2.5: command not found

2007-06-03 Thread Lucas Nussbaum
Package: model-builder
version: 0.4.0-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/model-builder-0.4.0'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/build/user/model-builder-0.4.0'
cd .  python2.5 setup.py build 
--build-base=/build/user/model-builder-0.4.0/./build
/bin/sh: python2.5: command not found
make: *** [python-build-stamp-2.5] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427319: gxmms2: Doesn't work with current XMMS2

2007-06-03 Thread Roland Mas
Package: gxmms2
Version: 0.6.4-1
Severity: normal

gxmms2 0.6.4 stopped working when xmms2 was upgraded from 0.2DrHouse
to 0.2DrJekyll.  According to http://wejp.k.vu/projects/xmms2/ the
problem is known and fixed in the upstream Git repository.  I suggest
this be packaged; it may be unstable, but I doubt it can be as useless
as the current version (since the latter refuses to even connect to
the daemon).

(Even though this may look like a new upstream release, I'm using
normal severity for this bug report since the current package doesn't
work.)

Roland.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gxmms2 depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.5-9+b1  GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgtk2.0-02.10.12-2 The GTK+ graphical user interface 
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxmmsclient-glib00.2DrHouse-3.1+b1 XMMS2 - glib client library
ii  libxmmsclient0 0.2DrHouse-3.1+b1 XMMS2 - client library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra

gxmms2 recommends no packages.

-- no debconf information


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



Bug#427322: magic-haskell: FTBFS: unmet build dep ghc6

2007-06-03 Thread Lucas Nussbaum
Package: magic-haskell
version: 1.0.5
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), ghc6 (= 6.6), ghc6 ( 6.6-999), hugs (= 
98.200503.08), haskell-devscripts (= 0.5.10), libmagic-dev
Build-Depends-Indep: debhelper (= 4.0.0), haddock, ghc6 (= 6.6), 
haskell-devscripts (= 0.5.10), libmagic-dev
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.49
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
hugs: missing
Using default version 98.200609.21-5
haskell-devscripts: missing
Using default version 0.5.17
libmagic-dev: missing
debhelper: missing
Using default version 5.0.49
haddock: missing
ghc6: missing
Using default version 6.6.1-2
haskell-devscripts: missing
Using default version 0.5.17
libmagic-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  file gettext gettext-base haskell-utils html2text intltool-debian
  libgmp3-dev libgmp3c2 libgmpxx4 libhugs-base-bundled
  libhugs-haskell98-bundled libmagic1 libncurses5-dev libreadline5-dev
  po-debconf
Suggested packages:
  dh-make cvs gettext-doc ghc6-prof ghc6-doc haskell-doc haskell-mode cpphs
  libgmp3-doc libmpfr-dev
Recommended packages:
  curl wget lynx libhugs-alut libhugs-cabal libhugs-fgl libhugs-glut
  libhugs-haskell-src libhugs-haxml libhugs-hgl libhugs-hunit libhugs-mtl
  libhugs-network libhugs-openal libhugs-opengl libhugs-parsec
  libhugs-quickcheck libhugs-stm libhugs-time libhugs-unix libhugs-x11
  libhugs-xhtml libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 haddock haskell-devscripts
  haskell-utils html2text hugs intltool-debian libgmp3-dev libgmp3c2 libgmpxx4
  libhugs-base-bundled libhugs-haskell98-bundled libmagic-dev libmagic1
  libncurses5-dev libreadline5-dev po-debconf
0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 31.5MB of archives.
After unpacking 141MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base html2text gettext intltool-debian po-debconf
  debhelper libgmp3c2 haskell-utils libgmpxx4 libgmp3-dev libncurses5-dev
  libreadline5-dev ghc6 haddock haskell-devscripts libhugs-base-bundled
  libhugs-haskell98-bundled hugs libmagic-dev
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.20-8 [329kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.20-8 [38.9kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.49 [517kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.8 [341kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 [1423kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libreadline5-dev 5.2-3 [220kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main ghc6 6.6.1-2 [23.1MB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main haddock 0.8-1 [525kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main haskell-devscripts 0.5.17 
[11.6kB]
Get:18 http://idpot.grenoble.grid5000.fr sid/main libhugs-base-bundled 
98.200609.21-5 [319kB]
Get:19 http://idpot.grenoble.grid5000.fr sid/main libhugs-haskell98-bundled 
98.200609.21-5 [12.9kB]
Get:20 http://idpot.grenoble.grid5000.fr sid/main hugs 98.200609.21-5 [943kB]
Get:21 http://idpot.grenoble.grid5000.fr sid/main libmagic-dev 4.20-8 [63.1kB]
Fetched 31.5MB in 12s (2461kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9392 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-8_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-8_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting 

Bug#427324: dnprogs: FTBFS: undefined reference to `NDA_RTA'

2007-06-03 Thread Lucas Nussbaum
Package: dnprogs
version: 2.38.2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[3]: Entering directory `/build/user/dnprogs-2.38.2/dnroute/netlink'
gcc -pipe -fsigned-char -Wstrict-prototypes -Wall -Wno-unused 
-Wno-uninitialized -I../libdap -I../include -DVERSION=\2.38\ -D_XOPEN_SOURCE 
-D_BSD_SOURCE -D_GNU_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DSHADOW_PWD -DDNETUSE_DEVPTS -O2 -Iinclude   -c -o 
ll_map.o ll_map.c
gcc -pipe -fsigned-char -Wstrict-prototypes -Wall -Wno-unused 
-Wno-uninitialized -I../libdap -I../include -DVERSION=\2.38\ -D_XOPEN_SOURCE 
-D_BSD_SOURCE -D_GNU_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DSHADOW_PWD -DDNETUSE_DEVPTS -O2 -Iinclude   -c -o 
libnetlink.o libnetlink.c
libnetlink.c: In function 'rtnl_open':
libnetlink.c:54: warning: pointer targets in passing argument 3 of 
'getsockname' differ in signedness
ar rcs libnetlink.a ll_map.o libnetlink.o
make[3]: Leaving directory `/build/user/dnprogs-2.38.2/dnroute/netlink'
gcc -pipe -fsigned-char -Wstrict-prototypes -Wall -Wno-unused 
-Wno-uninitialized -I../libdap -I../include -DVERSION=\2.38\ -D_XOPEN_SOURCE 
-D_BSD_SOURCE -D_GNU_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DSHADOW_PWD -DDNETUSE_DEVPTS -O2 -Inetlink/include -o 
dnroute get_neigh.c send_route.c routing_msg.c csum.c hash.c 
netlink/libnetlink.a -L../libdnet -Lnetlink -ldnet -lnetlink
get_neigh.c: In function 'got_neigh':
get_neigh.c:576: warning: implicit declaration of function 'NDA_RTA'
get_neigh.c:576: warning: passing argument 3 of 'parse_rtattr' makes pointer 
from integer without a cast
/tmp/cckPe2X3.o: In function `got_neigh':
get_neigh.c:(.text+0x1fdb): undefined reference to `NDA_RTA'
collect2: ld returned 1 exit status
make[2]: *** [dnroute] Error 1
make[2]: Leaving directory `/build/user/dnprogs-2.38.2/dnroute'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/dnprogs-2.38.2'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427320: washngo: FTBFS: unmet build-dep ghc6

2007-06-03 Thread Lucas Nussbaum
Package: washngo
version: 2.9-4.1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), ghc6 (= 6.6), ghc6 ( 6.6-999), 
haskell-devscripts (= 0.5.6), haddock
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.49
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
haskell-devscripts: missing
Using default version 0.5.17
haddock: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  file gettext gettext-base haskell-utils html2text intltool-debian
  libgmp3-dev libgmp3c2 libgmpxx4 libmagic1 libncurses5-dev libreadline5-dev
  po-debconf
Suggested packages:
  dh-make cvs gettext-doc ghc6-prof ghc6-doc haskell-doc libgmp3-doc
  libmpfr-dev
Recommended packages:
  curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 haddock haskell-devscripts
  haskell-utils html2text intltool-debian libgmp3-dev libgmp3c2 libgmpxx4
  libmagic1 libncurses5-dev libreadline5-dev po-debconf
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.2MB of archives.
After unpacking 135MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base html2text gettext intltool-debian po-debconf
  debhelper libgmp3c2 haskell-utils libgmpxx4 libgmp3-dev libncurses5-dev
  libreadline5-dev ghc6 haddock haskell-devscripts
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.20-8 [329kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.20-8 [38.9kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.49 [517kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.8 [341kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 [1423kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libreadline5-dev 5.2-3 [220kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main ghc6 6.6.1-2 [23.1MB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main haddock 0.8-1 [525kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main haskell-devscripts 0.5.17 
[11.6kB]
Fetched 30.2MB in 12s (2498kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9392 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-8_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-8_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-1_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) 
...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ...
Selecting previously deselected package libgmp3c2.
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.2.1+dfsg-4_i386.deb) ...
Selecting previously deselected package haskell-utils.
Unpacking haskell-utils (from .../haskell-utils_1.8_i386.deb) ...
Selecting previously deselected package libgmpxx4.
Unpacking libgmpxx4 (from .../libgmpxx4_2%3a4.2.1+dfsg-4_i386.deb) ...
Selecting previously deselected package libgmp3-dev.
Unpacking libgmp3-dev (from .../libgmp3-dev_2%3a4.2.1+dfsg-4_i386.deb) ...
Selecting previously deselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.6-3_i386.deb) ...
Selecting previously deselected package libreadline5-dev.
Unpacking libreadline5-dev (from .../libreadline5-dev_5.2-3_i386.deb) ...

Bug#427323: haskell-haskell-src: FTBFS: unmet build dep ghc6

2007-06-03 Thread Lucas Nussbaum
Package: haskell-haskell-src
version: 1.0-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4), happy, haddock (= 0.6), ghc6 (= 6.6) [alpha 
amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 
sparc], ghc6 ( 6.6+) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips 
mipsel powerpc ppc64 s390 sparc], haskell-utils (= 1.5), libghc6-base-dev, 
libghc6-base-prof, libghc6-haskell98-dev, libghc6-haskell98-prof
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.49
happy: missing
haddock: missing
Using default version 0.8-1
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
haskell-utils: missing
Using default version 1.8
libghc6-base-dev: missing
libghc6-base-prof: missing
libghc6-haskell98-dev: missing
libghc6-haskell98-prof: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Note, selecting ghc6 instead of libghc6-base-dev
Note, selecting ghc6-prof instead of libghc6-base-prof
Note, selecting ghc6 instead of libghc6-haskell98-dev
Note, selecting ghc6-prof instead of libghc6-haskell98-prof
The following extra packages will be installed:
  file gettext gettext-base ghc6-prof html2text intltool-debian libgmp3-dev
  libgmp3c2 libgmpxx4 libmagic1 libncurses5-dev libreadline5-dev po-debconf
Suggested packages:
  dh-make cvs gettext-doc ghc6-doc haskell-doc info-browser libgmp3-doc
  libmpfr-dev
Recommended packages:
  curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 ghc6-prof haddock happy
  haskell-utils html2text intltool-debian libgmp3-dev libgmp3c2 libgmpxx4
  libmagic1 libncurses5-dev libreadline5-dev po-debconf
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.6MB of archives.
After unpacking 192MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base html2text gettext intltool-debian po-debconf
  debhelper libgmp3c2 haskell-utils libgmpxx4 libgmp3-dev libncurses5-dev
  libreadline5-dev ghc6 ghc6-prof haddock happy
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.20-8 [329kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.20-8 [38.9kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.49 [517kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.8 [341kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 [1423kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libreadline5-dev 5.2-3 [220kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main ghc6 6.6.1-2 [23.1MB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main ghc6-prof 6.6.1-2 [8036kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main haddock 0.8-1 [525kB]
Get:18 http://idpot.grenoble.grid5000.fr sid/main happy 1.16~rc2-1 [391kB]
Fetched 38.6MB in 12s (3142kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9392 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-8_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-8_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-1_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) 
...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.49_all.deb) ...
Selecting previously deselected package libgmp3c2.

Bug#427326: libgdchart-gd2: FTBFS: no package matching [libgd2-dev]

2007-06-03 Thread Lucas Nussbaum
Package: libgdchart-gd2
version: 0.11.5-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dh_installlogrotate -plibgdchart-gd2-xpm 
dh_installlogcheck -plibgdchart-gd2-xpm 
dh_installmime -plibgdchart-gd2-xpm 
dh_installchangelogs -plibgdchart-gd2-xpm   
dh_installudev -plibgdchart-gd2-xpm 
dh_install -plibgdchart-gd2-xpm  
dh_link -plibgdchart-gd2-xpm  
install -m644 libgdchart-gd2-xpm/libgdc.so.0.11.5 
debian/libgdchart-gd2-xpm/usr/lib/
ln -sf libgdc.so.0.11.5 debian/libgdchart-gd2-xpm/usr/lib/libgdc.so.0
dh_strip -plibgdchart-gd2-noxpm-dev  
dh_compress -plibgdchart-gd2-noxpm-dev  
dh_fixperms -plibgdchart-gd2-noxpm-dev  
dh_makeshlibs -plibgdchart-gd2-noxpm-dev  
d-devlibdeps debian/libgdchart-gd2-noxpm-dev.substvars 
libgdchart-gd2-noxpm/libgdc.so.0.11.5
 -- libc6-dev package exists.
 -- libfreetype6-dev package exists.
devlibs error: There is no package matching [libgd2-dev] and noone provides it, 
please report bug to d-shlibs maintainer
 -- libjpeg62-dev package exists.
 -- libpng12-0-dev is provided by a package.
 -- zlib1g-dev package exists.
make: *** [binary-fixup/libgdchart-gd2-noxpm-dev] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427325: happs: FTBFS: unmet build dep ghc6

2007-06-03 Thread Lucas Nussbaum
Package: happs
version: 0.8.8+darcs20070329-2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4), ghc6 (= 6.6) [alpha amd64 arm hppa i386 ia64 
kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], ghc6 ( 6.6+) [alpha 
amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 
sparc], haskell-utils (= 1.5), libghc6-base-dev, libghc6-base-prof, 
libghc6-network-dev, libghc6-haxml-dev, libghc6-mtl-dev, libghc6-binary-dev
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.49
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
haskell-utils: missing
Using default version 1.8
libghc6-base-dev: missing
libghc6-base-prof: missing
libghc6-network-dev: missing
libghc6-haxml-dev: missing
libghc6-mtl-dev: missing
libghc6-binary-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Note, selecting ghc6 instead of libghc6-base-dev
Note, selecting ghc6-prof instead of libghc6-base-prof
The following extra packages will be installed:
  file gettext gettext-base ghc6-prof html2text intltool-debian libgmp3-dev
  libgmp3c2 libgmpxx4 libmagic1 libncurses5-dev libreadline5-dev po-debconf
Suggested packages:
  dh-make cvs gettext-doc ghc6-doc haskell-doc haxml-doc haxml drift
  libghc6-mtl-prof libghc6-mtl-doc libghc6-network-prof libghc6-network-doc
  libgmp3-doc libmpfr-dev
Recommended packages:
  curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 ghc6-prof haskell-utils html2text
  intltool-debian libghc6-binary-dev libghc6-haxml-dev libghc6-mtl-dev
  libghc6-network-dev libgmp3-dev libgmp3c2 libgmpxx4 libmagic1
  libncurses5-dev libreadline5-dev po-debconf
0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
Need to get 41.0MB of archives.
After unpacking 204MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base html2text gettext intltool-debian po-debconf
  debhelper libgmp3c2 haskell-utils libgmpxx4 libgmp3-dev libncurses5-dev
  libreadline5-dev ghc6 ghc6-prof libghc6-binary-dev libghc6-haxml-dev
  libghc6-mtl-dev libghc6-network-dev
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.20-8 [329kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.20-8 [38.9kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.49 [517kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.8 [341kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 [1423kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libreadline5-dev 5.2-3 [220kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main ghc6 6.6.1-2 [23.1MB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main ghc6-prof 6.6.1-2 [8036kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main libghc6-binary-dev 0.3-2 
[482kB]
Get:18 http://idpot.grenoble.grid5000.fr sid/main libghc6-haxml-dev 1.13.2-7 
[2259kB]
Get:19 http://idpot.grenoble.grid5000.fr sid/main libghc6-mtl-dev 1.0.1-1 
[155kB]
Get:20 http://idpot.grenoble.grid5000.fr sid/main libghc6-network-dev 2.0.1-1 
[367kB]
Fetched 41.0MB in 13s (2943kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9392 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-8_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-8_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-1_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) 
...

Bug#427321: ldap-haskell: FTBFS: unmet build dep ghc6

2007-06-03 Thread Lucas Nussbaum
Package: ldap-haskell
version: 0.6.0
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), ghc6 (= 6.6), ghc6 ( 6.6-999), hugs (= 
98.200503.08), haskell-devscripts (= 0.5.11), libldap2-dev, haddock
Build-Depends-Indep: debhelper (= 4.0.0), haddock, ghc6 (= 6.6), 
haskell-devscripts (= 0.5.11), libldap2-dev, haddock
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.49
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
hugs: missing
Using default version 98.200609.21-5
haskell-devscripts: missing
Using default version 0.5.17
libldap2-dev: missing
haddock: missing
debhelper: missing
Using default version 5.0.49
haddock: missing
ghc6: missing
Using default version 6.6.1-2
haskell-devscripts: missing
Using default version 0.5.17
libldap2-dev: missing
haddock: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  file gettext gettext-base haskell-utils html2text intltool-debian
  libgmp3-dev libgmp3c2 libgmpxx4 libhugs-base-bundled
  libhugs-haskell98-bundled libmagic1 libncurses5-dev libreadline5-dev
  po-debconf
Suggested packages:
  dh-make cvs gettext-doc ghc6-prof ghc6-doc haskell-doc haskell-mode cpphs
  libgmp3-doc libmpfr-dev
Recommended packages:
  curl wget lynx libhugs-alut libhugs-cabal libhugs-fgl libhugs-glut
  libhugs-haskell-src libhugs-haxml libhugs-hgl libhugs-hunit libhugs-mtl
  libhugs-network libhugs-openal libhugs-opengl libhugs-parsec
  libhugs-quickcheck libhugs-stm libhugs-time libhugs-unix libhugs-x11
  libhugs-xhtml libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 haddock haskell-devscripts
  haskell-utils html2text hugs intltool-debian libgmp3-dev libgmp3c2 libgmpxx4
  libhugs-base-bundled libhugs-haskell98-bundled libldap2-dev libmagic1
  libncurses5-dev libreadline5-dev po-debconf
0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 31.7MB of archives.
After unpacking 141MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base html2text gettext intltool-debian po-debconf
  debhelper libgmp3c2 haskell-utils libgmpxx4 libgmp3-dev libncurses5-dev
  libreadline5-dev ghc6 haddock haskell-devscripts libhugs-base-bundled
  libhugs-haskell98-bundled hugs libldap2-dev
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.20-8 [329kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.20-8 [38.9kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.49 [517kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.8 [341kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 [1423kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libreadline5-dev 5.2-3 [220kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main ghc6 6.6.1-2 [23.1MB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main haddock 0.8-1 [525kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main haskell-devscripts 0.5.17 
[11.6kB]
Get:18 http://idpot.grenoble.grid5000.fr sid/main libhugs-base-bundled 
98.200609.21-5 [319kB]
Get:19 http://idpot.grenoble.grid5000.fr sid/main libhugs-haskell98-bundled 
98.200609.21-5 [12.9kB]
Get:20 http://idpot.grenoble.grid5000.fr sid/main hugs 98.200609.21-5 [943kB]
Get:21 http://idpot.grenoble.grid5000.fr sid/main libldap2-dev 2.1.30-13.4 
[230kB]
Fetched 31.7MB in 9s (3235kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9392 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.20-8_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.20-8_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text 

Bug#427327: [INTL:pa] debconf punjabi Translation

2007-06-03 Thread A S Alam
Package: debconf
Version: N/A
Severity: wishlist
Tags: l10n patch

translation for 
/debconf/trunk/src/debconf/po/pa.po
-- 
A S Alam
**
*POST*
http://www.satluj.org
tz: GMT+5:30
Either find a way or make one
**


debconf_po-pa.po
Description: application/gettext


Bug#426216: rdiff-backup: Backup fails without decodable error message

2007-06-03 Thread Julien Valroff
package rdiff-backup
severity 426216 important
thanks

Hi,

I have tried downgrading rdiff-backup to 1.1.5-4 on my unstable machine
but the same error happens.

This renders the package unsable, at least for me, I thus raise the
severity to important.

Cheers,
Julien




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



Bug#426019: Bug still appearing

2007-06-03 Thread Alexander Sack - Debian Bugmail
On Sat, Jun 02, 2007 at 07:27:47PM -0700, JT Hundley wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 After upgrading to the new Icedove and restarting, my address book
 is still empty, yet the data is still in my book.ab file.


Try to uninstall icedove ... and install again.

 - Alexander

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


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



Bug#427328: squid: [debconf_rewrite] Debconf templates review

2007-06-03 Thread Christian Perrier
Package: squid
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Tuesday, May 15, 2007, I notified you of the beginning of a review process
concerning debconf templates for squid.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading squid with these changes right now.

The second phase of this process will begin on Wednesday, June 06, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Monday, June 18, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Tuesday, June 19, 2007, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- /home/bubulle/travail/debian/rewrite/LCFC/squid/squid.old/debian/templates  
2007-05-14 13:54:33.854125028 +0200
+++ /home/bubulle/travail/debian/rewrite/LCFC/squid/squid/debian/templates  
2007-06-03 10:21:35.097617071 +0200
@@ -1,6 +1,18 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+# Should be removed from the package
+# No need for translation and review
+# See #423955
 Template: squid/http_anonymizer
 Type: note
-_Description: The http_anonymizer directive has been replaced with 
header_replace and header_access.
+Description: The http_anonymizer directive has been replaced with 
header_replace and header_access.
  The http_anonymizer directive that was present in squid 2.1 and 2.2
  doesn't exist anymore in squid 2.3 and up. It has been replaced with
  header_replace and header_access that provide more fine-grained control over
@@ -9,9 +21,12 @@
  explained in the new 2.5 config file, of which you probably have a copy in
  /usr/share/doc/squid/examples/squid.conf.
 
+# Should be removed from the package
+# No need for translation and review
+# See #423955
 Template: squid/anonymize_headers
 Type: note
-_Description: The anonymize_headers and fake_user_agent directives have been 
replaced with header_access and header_replace.
+Description: The anonymize_headers and fake_user_agent directives have been 
replaced with header_access and header_replace.
  The anonymize_headers and fake_user_agent directives that were present in 
squid 2.3 and 2.4 don't exist anymore in squid 2.5 and up. They have been 
replaced 
  with header_replace and header_access that provide more fine-grained control 
  over HTTP headers. Right now, your squid doesn't anonymize the HTTP
@@ -19,10 +34,13 @@
  explained in the new 2.5 config file, of which you probably have a copy in
  /usr/share/doc/squid/examples/squid.conf.
 
+# Should be removed from the package
+# No need for translation and review
+# See #423955
 Template: squid/old_version
 Type: boolean
 Default: false
-_Description: There is no automatic upgrade path to squid 2.5.
+Description: There is no automatic upgrade path to squid 2.5.
   SQUID 2.5 INSTALLATION WARNING
  .
  You are upgrading squid from an 1.x version to the 2.5 version. The 1.x
@@ -40,9 +58,12 @@
  .
  Do you want to quit now?
 
+# Should be removed from the package
+# No need for translation and review
+# See #423955
 Template: squid-cgi/cachemgr
 Type: note
-_Description: squid-cgi now uses config file for target ACL
+Description: squid-cgi now uses config file for target ACL
  squid-cgi now checks a configuration file before connecting to the target
  host. Only allowed target will be contacted. Please add hosts you want to
  access to the file /etc/squid/cachemgr.conf, one per line in the form
@@ -53,14 +74,19 @@
 Type: boolean
 Default: true
 

Bug#427329: Pls. adjust dependencies to allow php5 as well

2007-06-03 Thread Friedemann Schorer

Package: php-auth
Severity: important


This package is unusable for installations which use php5 instead of php4.
Please change dependencies to 'php4-pear | php-pear' to allow installation
with php4 _and_
php5.

Thx for your great work!


Friedemann 

-- System Information:
Debian Release: 4.0
  APT prefers feisty-updates
  APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500,
'feisty-backports'), (500, 'f
eisty')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-16-generic
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)




Bug#426216: rdiff-backup: Backup fails without decodable error message

2007-06-03 Thread Julien Valroff
Here's a more complete debug log when running:
rdiff-backup -v9 --print-statistics --terminal-verbosity 9\
   --exclude-globbing-filelist /root/backup.exclude  \
   --include-globbing-filelist /root/backup.include  \
   --exclude / / [EMAIL PROTECTED]::/home/backups/hathor

I have removed the entire backup increments from the target directory
and everything seems to work ok by now.

However, something broke my backup and I would consider this bug can
remain open until a solution is found.

Cheers,
Julien


rdiff-backup.log.gz
Description: GNU Zip compressed data


Bug#427271: am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h

2007-06-03 Thread Steve Langasek
On Sun, Jun 03, 2007 at 09:26:29AM +0200, Lucas Nussbaum wrote:
 On 02/06/07 at 23:17 -0700, Steve Langasek wrote:
  Hi Lucas,

  This was a bug in linux-libc-dev that has since been fixed.

 Actually, the bug in linux-libc-dev was #423462, but it was about
 LINUX_VERSION_CODE, not UTS_RELEASE. The full content of
 /usr/include/linux/version.h in linux-libc-dev is:

 #define LINUX_VERSION_CODE 132629
 #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))

 So maybe UTS_RELEASE should be added to that file, and those bugs should
 be reassigned to linux-libc-dev. I've stopped filing bugs about those
 issues in the meantime.

Mmm, you're right, my test for this was bad.  Upgrading this chroot to
linux-libc-dev now...

-- 
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#427330: diald: Demand dialing (and other things) broken

2007-06-03 Thread Daniel Dawson
Package: diald
Version: 0.99.4-7.2
Severity: important

As of version 0.99.4-7.2, something is seriously broken. Nothing ever
shows up in the connection queue, and the link won't go down
automatically. Also, capability settings for TCP command sockets seem to
be ignored. Manually switching the link still works.

For now, I've downgraded to -7.1, which works fine, and maked -7.2 as
forbidden.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.19.2-ddawson-pom
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


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



Bug#427331: cantlr: uninstallable: unmet dep libgcj7-0

2007-06-03 Thread Lucas Nussbaum
Package: cantlr
Version: 2.7.6-8
Severity: serious

Hi,

Your package is uninstallable:
The following packages have unmet dependencies:
  cantlr: Depends: libgcj7-0 (= 4.1.1-12) but it is not installable
E: Broken packages

It might be fixed with a binNMU, I'm not 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]



Bug#427288: RFS: ntfs-config

2007-06-03 Thread Francesco Namuri
Il giorno sab, 02/06/2007 alle 17.43 -0700, Steve Langasek ha scritto:
 On Sun, Jun 03, 2007 at 01:59:38AM +0200, Francesco Namuri wrote:
 
  I am looking for a sponsor for my package ntfs-config.
 
Package name: ntfs-config
Version : 1.0-RC2-1
Upstream Author : Florent Mertens [EMAIL PROTECTED]
URL : http://givre.cabspace.com/ntfs-config/
License : GPL
Section : admin
 
  It builds these binary packages:
  ntfs-config - Enable/disable write support for any NTFS devices
 
 So basically, the package must depend on ntfs-3g, and provides support for
 editing a small subset of entries in /etc/fstab.

It autodetects all the ntfs partitions on the system, also if there is
not the relative entry on the /etc/fstab, and it can autoconfigure the
fstab. Also it can configure change the configuration of hal for the
removable devices that contains a ntfs partitions.

 Why in the world is this something that needs an entire package to itself?

Consider a new debian user that does not know anything about /etc/fstab,
this package can be a good help for him (IHMO)...

PS
the same package in ubuntu have a popcom of 9586.

kind regards,
francesco


-- 
Francesco Namuri
http://www.namuri.it/


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#329216: [Pkg-samba-maint] Bug#329216: [Fwd: Segfault in Samba]

2007-06-03 Thread Steve Langasek
On Sun, Jun 03, 2007 at 09:47:07AM +0200, [EMAIL PROTECTED] wrote:

 i got a similar error at samba 3.0.14a-3sarge6.
 At that time the error accoured, there was no other machine running in 
 the LAN.

 0xb7d4d3ae in waitpid () from /lib/tls/libc.so.6
 #0  0xb7d4d3ae in waitpid () from /lib/tls/libc.so.6
 #1  0xb7ce2d12 in system () from /lib/tls/libc.so.6
 #2  0x080cd991 in smb_panic2 ()
 #3  0x080cd91a in smb_panic ()
 #4  0x080bab08 in dbgtext ()
 #5  signal handler called
 #6  0x0807a648 in find_workgroup_on_subnet ()
 #7  0x0807504a in write_browse_list ()
 #8  0x08061981 in queue_dns_query ()
 #9  0x08061af5 in queue_dns_query ()
 #10 0x0806208a in main ()

This backtrace is unrelated to this open bug report.  Please open a separate
bug report, including this backtrace and a log.nmbd at debug level 4 or
higher.

-- 
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#427332: hal: fails to upgrade

2007-06-03 Thread Wolf Wiegand
Package: hal
Version: 0.5.9-3
Severity: normal

Starting Hardware abstraction layer: hald
invoke-rc.d: initscript hal, action start failed.
dpkg: error processing hal (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 hal

It takes a very long time for the error message to appear (appr. 3
minutes). I haven't noticed any problems on system startup.


Cheers, Wolf 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.3 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages hal depends on:
ii  adduser   3.102  Add and remove users and groups
ii  dbus  1.0.2-5simple interprocess messaging syst
ii  hal-info  20070516-1 Hardware Abstraction Layer - fdi f
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libhal-storage1   0.5.9-3Hardware Abstraction Layer - share
ii  libhal1   0.5.9-3Hardware Abstraction Layer - share
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  libvolume-id0 0.105-4libvolume_id shared library
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  pciutils  1:2.2.4-1  Linux PCI Utilities
ii  udev  0.105-4/dev/ and hotplug management daemo
ii  usbutils  0.72-8 Linux USB utilities

Versions of packages hal recommends:
ii  eject 2.1.5-2ejects CDs and operates CD-Changer

-- no debconf information


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



Bug#427333: [Pkg-samba-maint] Bug#427333: [Fwd: Segfault in Samba]

2007-06-03 Thread Steve Langasek
On Sun, Jun 03, 2007 at 10:55:10AM +0200, [EMAIL PROTECTED] wrote:
 Package: samba

 Version: 3.0.14a-3sarge6

 
 hello
 i got an error at samba 3.0.14a-3sarge6.
 At that time the error accoured, there was no other machine running in 
 the LAN.
 my log.nmbd is empty.

As noted, we are also going to need a log.nmbd from this server at debug
level 4 or higher to analyze such a failure.

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#427332: hal: fails to upgrade

2007-06-03 Thread Michael Biebl
Wolf Wiegand schrieb:
 Package: hal
 Version: 0.5.9-3
 Severity: normal
 
 Starting Hardware abstraction layer: hald
 invoke-rc.d: initscript hal, action start failed.
 dpkg: error processing hal (--configure):
  subprocess post-installation script returned error exit status 2
 Errors were encountered while processing:
  hal
 
 It takes a very long time for the error message to appear (appr. 3
 minutes). I haven't noticed any problems on system startup.
 

Please run hald --daemon=no --verbose=yes and attach the output to the
bug report.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#422139: Please remove runit from the Depends field of git-daemon-run

2007-06-03 Thread Gerrit Pape
Hi Mark,

On Thu, May 31, 2007 at 01:24:28AM +0200, Mark Lawrence wrote:
 You do 'apt-get install git-daemon-run' and have a working git-daemon
 service on your system.  What went wrong?
 
   [EMAIL PROTECTED]:~$ sudo apt-get install git-daemon-run
 
 Installs without errors until the following which are obviously not 
 fatal but are not so nice to see:
 
   Setting up git-daemon-run (1.4.4.4-2) ...
   Warning: The home dir you specified does not exist.
   Adding system user `gitlog' (UID 115) ...
   Adding new user `gitlog' (UID 115) with group `nogroup' ...
   Not creating home directory `/nonexistent'.
 
 So now I check to see what's running and find nothing:
 
   [EMAIL PROTECTED]:~$ ps fax | grep git-daemon | grep -v grep
   [EMAIL PROTECTED]:~$
 
 So I thought, maybe this package does not start git-daemon by default and 
 maybe I have to start it by hand:

it should have started it by default, something went wrong, I'm not sure
yet what.

   [EMAIL PROTECTED]:~$ sudo /etc/init.d/git-daemon start
   sudo: /etc/init.d/git-daemon: command not found

Newer version of the git-daemon-run package provide the
/etc/init.d/git-daemon interface, you're right, users are used to this.

 Hmm... Problem[1] is that is that my expectations for a daemon package 
 (which are based on my experience with *every* other daemon package) don't 
 apply to this package. Especially as the package description says This 
 package provides a git-daemon service. But apparently not.
 
   [EMAIL PROTECTED]:~$ ls /usr/share/doc/git-daemon-run/
   changelog.Debian.gz  changelog.gz  copyright
 
 Hmmm... Problem[2] No documentation specifying how this service should be 
 started since the normal /etc/init.d script doesn't exist. So I think 
 maybe that dependency on runit gives me something to look at:

Ok, it's documented at the wrong place, take a look at
/usr/share/doc/git-core/README.Debian.  I'll see what I can do to
improve this.

   [EMAIL PROTECTED]:~$ sudo sv start git-daemon-run
   fail: git-daemon-run: unable to change to service directory:
 file does not exist

Please try 'apt-get install --reinstall runit', and check again whether
the git-daemon service is activated properly.  If not, please post the
output of

 # grep SV /etc/inittab
 # ls -l /proc/1/exe
 # ls -lL /proc/1/exe

Thanks, Gerrit.


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



Bug#427057: iceweasel picks up wrong libssl3.so

2007-06-03 Thread Anders Hammarquist
In a message of Sat, 02 Jun 2007 23:20:00 EDT, Eric Dorland writes:
* Anders Hammarquist ([EMAIL PROTECTED]) wrote:
 Package: iceweasel
 Version: 2.0.0.3-2

 If libnss3 (from sarge) is installed, iceweasel will use libssl3.so from
 that package rather than the one that it comes with. This results in
 partial breakage of its SSL support. Most noticably, it will not support
 TLSv1 connections.

I have a hard time believing that, what makes you think so?

The fact that setting LD_LIBRARY_PATH to /usr/lib/iceweasel made the
problem go away, and that the problem stayed away without setting
LD_LIBRARY_PATH after purging libnss3.

However, I can't repeat it on another machine by installing libnss3
so something else must be off too. I'll investigate further when I
get back to work (and the machine that was broken) and see if I can
figure out what actually happend on monday. Close this bug and I'll
refile if I figure it out.

/Anders

-- 
 -- Of course I'm crazy, but that doesn't mean I'm wrong.
Anders Hammarquist  | [EMAIL PROTECTED]
Physics student, Chalmers University of Technology, | Hem: +46 31 88 48 50
G|teborg, Sweden.   RADIO: SM6XMM and N2JGL | Mob: +46 707 27 86 87


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



Bug#427334: evms: FTBFS: cannot stat '/build/user/evms-2.5.5/debian/tmp/usr/sbin/evmsn'

2007-06-03 Thread Lucas Nussbaum
Package: evms
version: 2.5.5-22
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
The Plug-Ins are in: /build/user/evms-2.5.5/debian/tmp/lib/evms/2.5.5
The binaries are in: /build/user/evms-2.5.5/debian/tmp/usr/sbin
The header files are in: /build/user/evms-2.5.5/debian/tmp/usr/include/evms
The man pages are in: /build/user/evms-2.5.5/debian/tmp/usr/share/man

Remember to add the Engine library directory (and NOT the
Plug-In directory) to your /etc/ld.so.conf file, and run
ldconfig to update the dynamic linker run-time bindings.

You can get started using EVMS by running evmsgui or
evmsn or evms.

make[1]: Leaving directory `/build/user/evms-2.5.5'
mkdir -p /build/user/evms-2.5.5/debian/tmp/sbin
mv /build/user/evms-2.5.5/debian/tmp/usr/sbin/evms_activate \
/build/user/evms-2.5.5/debian/tmp/usr/sbin/evms \
/build/user/evms-2.5.5/debian/tmp/usr/sbin/evmsn \
/build/user/evms-2.5.5/debian/tmp/usr/sbin/evmsd \
/build/user/evms-2.5.5/debian/tmp/sbin
mv: cannot stat `/build/user/evms-2.5.5/debian/tmp/usr/sbin/evmsn': No such 
file or directory
make: *** [install] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#427335: gnome-commander: FTBFS: db2omf: Could not construct the OMF maintainer element.

2007-06-03 Thread Lucas Nussbaum
Package: gnome-commander
version: 1.2.3-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[3]: Entering directory `/build/user/gnome-commander-1.2.3/doc'
xsltproc -o gnome-commander-C.omf --stringparam db2omf.basename gnome-commander 
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd -//OASIS//DTD 
DocBook XML V4.1.2//EN --stringparam db2omf.lang C --stringparam 
db2omf.omf_dir /usr/share/omf --stringparam db2omf.help_dir 
/usr/share/gnome/help --stringparam db2omf.omf_in 
`pwd`/./gnome-commander.omf.in `/usr/bin/pkg-config --variable db2omf 
gnome-doc-utils` C/gnome-commander.xml
db2omf: Could not construct the OMF maintainer element.
  Add an author, corpauthor, editor, othercredit, or publisher
  element with the role attribute set to maintainer to gnome-commander.xml.
make[3]: *** [gnome-commander-C.omf] Error 10
make[3]: Leaving directory `/build/user/gnome-commander-1.2.3/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/gnome-commander-1.2.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/gnome-commander-1.2.3'
make: *** [debian/stamp-makefile-build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| 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#254999: slapd: postinst conflicts with daemontools (should also conflict with runit)

2007-06-03 Thread Toni Mueller

Hi Russ,

On Sat, 02.06.2007 at 21:54:27 -0700, Russ Allbery [EMAIL PROTECTED] wrote:
 Toni Mueller [EMAIL PROTECTED] writes:
  I'm almost entirely running things like slapd through runit these days,
  so a sane runit starting environment would imho be good (chrooted + hdb
  by default).
 
 You mean specifically a run script?  Or something else?  I'm not sure what
 you mean by a sane runit starting environment.  (I personally am not a
 fan of running services inside chroots; I think it's excessive hassle for
 the amount of real security that it buys.  But of course if someone
 contributed example scripts that didn't pose a maintenance burden, I
 wouldn't be adverse to including them in the package.)

imho, recent versions of the slapd package are easy enough to run
inside a chroot, but doing so conflicts with the Debian policy of
having all configuration files in /etc *only*.

  If you have a suggestion for a good place, I'll be probably able to
  contribute such a thing, but this doesn't interact too well with
  logcheck (different formats etc.).
 
 And here you've lost me completely, I'm afraid, since I don't understand
 what logcheck has to do with using runit.  :)

I mean that such a service would probably have to run unter
/srv/openldap (other suggested locations?), and that the logging in
runit, which one imnsho really wants to have, needs custom logcheck
(and logrotate) scripts to integrate.

 is to add both options; they don't take up much space or add much
 complexity, and they have somewhat different feels.  (Sentinel files are
 more useful for temporarily disabling things quickly, similar to
 /etc/nologin.)

...or /srv/openldap/down, in the case of runit.


Best,
--Toni++



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



Bug#406493: initscripts: /lib/init/rw/.ramfs is flaged by chkrootkit as a suspicious file

2007-06-03 Thread Wolf Wiegand
Same problem applies to /lib/init/rw/.mdadm. Adjusted patch is attached,
but this probably should be fixed in a more generel matter (maybe by
providing a whitelist or the like).

Cheers, Wolf

-- 
Büroschimpfwort des Tages: Umsatzbremse - für unfreundliche, genervte, 
inkompetente Verkäufer oder Dienstleister. (Liane Metzger)
--- chkrootkit  2007-06-03 09:33:18.0 +
+++ /usr/sbin/chkrootkit2007-06-03 09:34:39.046033202 +
@@ -705,8 +705,8 @@
if [ ${QUIET} != t ]; then printn \
   Searching for suspicious files and dirs, it may take a while... ; fi
 
-   files=`${find} ${DIR} -name .[A-Za-z]* -o -name ...* -o -name .. *`
-   dirs=`${find} ${DIR} -type d -name .*`
+   files=`${find} ${DIR} \( -name .[A-Za-z]* -o -name ...* -o -name .. * 
\) -and -not -wholename /lib/init/rw/.ramfs -and -not -wholename 
/lib/init/rw/.mdadm`
+   dirs=`${find} ${DIR} \( -type d -name .* \) -and -not -wholename 
/lib/init/rw/.mdadm`
if [ ${files} =  -a ${dirs} =  ]
   then
   if [ ${QUIET} != t ]; then echo nothing found; fi


Bug#400041:

2007-06-03 Thread Patrick Matthäi

Hi,

my iceweasel 2.0.0.3 don't crash on this .svg file. I'm running a i386 
architecture with Debian Sid.


Regards,
   Patrick Matthäi



Bug#427332: hal: fails to upgrade

2007-06-03 Thread Wolf Wiegand
Michael Biebl wrote:

 Please run hald --daemon=no --verbose=yes and attach the output to the
 bug report.

denkbrett:~# hald --daemon=no --verbose=yes
11:47:28.957 [I] hald.c:529: hal 0.5.9
11:47:28.959 [I] hald.c:594: Will not daemonize
11:47:28.961 [I] hald_dbus.c:4806: local server is listening at
unix:abstract=/var/run/hald/dbus-DTOOWU83WF,guid=c84c4689988433b7a3ab690046628e30
11:47:28.963 [E] hald_dbus.c:5085: dbus_bus_get(): Failed to connect to
socket /var/run/dbus/system_bus_socket: No such file or directory


In /etc/default/dbus, I have ENABLED set to 0. After setting it to 1 and
starting dbus, hal starts alright. Maybe some sort of check for dbus not
running could be included?

I just rechecked: On system boot, this problem does not occur, I can't
tell why, though.

Cheers, Wolf 

-- 
Wie unser Internet schöner wird: Ich werde mir zu Herzen nehmen, dass Ich bin 
jetzt auch im Internet kein wirklich ausreichender Inhalt für eine Website 
ist. (die tageszeitung)



Bug#427336: icedove: preinst errors while upgrading to 2.0.0.0-4

2007-06-03 Thread Cristian Ionescu-Idbohrn
Package: icedove
Version: 2.0.0.0-4
Severity: normal
Tags: patch

# apt-get install icedove
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
  icedove-gnome-support
The following packages will be upgraded:
  icedove
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 0B/10.8MB of archives.
After unpacking 28.7kB disk space will be freed.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
apt-listchanges: Do you want to continue? [Y/n]?
(Reading database ... 168334 files and directories currently installed.)
Preparing to replace icedove 2.0.0.0-3 (using .../icedove_2.0.0.0-4_i386.deb) 
...
.
/var/lib/dpkg/tmp.ci/preinst: line 15: test: too many arguments
/var/lib/dpkg/tmp.ci/preinst: line 33: test: too many arguments
Unpacking replacement icedove ...
Setting up icedove (2.0.0.0-4) ...

Those script errors may occur on these lines:

 15if test ! -e ${migrate_to}/${f_name}; then
 33if test ! -e ${migrate_to}/${f_name}; then

because of possible whitespace (or other odd characters) in file
names. In that case, quoting file paths in that script might help.
Please consider the attached patch.

While purging the package I also noticed some files left behind in
/etc/icedove:

-rw-r--r-- 1 root root 337 Jun  3 11:21 auto-config.js
-rw-r--r-- 1 root root 894 Mar 29 10:39 global-config.js

Should they go away?

This is also odd:

Preparing to replace icedove 1.5.0.10.dfsg1-3 (using 
.../icedove_2.0.0.0-4_i386.deb) ...
.
Unpacking replacement icedove ...
dpkg: warning - unable to delete old directory `/usr/lib/icedove/chrome/icons': 
Directory not empty
dpkg: warning - unable to delete old directory 
`/usr/lib/icedove/defaults/pref': Directory not empty
dpkg: warning - unable to delete old directory 
`/usr/lib/icedove/defaults/autoconfig': Directory not empty

Should they go away?

Anyway, I hope I sorted all out by purging the package, removing all
the leftovers from previous icedove packages and installing icedove
2.0.0.0-4.


Cheers,
Cristian

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils 2.19 Miscellaneous utilities specific t
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface
ii  libhunspell-1.1-0   1.1.5-6  spell checker and morphological an
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libnspr4-0d 4.6.6-3  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.5-3 Network Security Service libraries
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-15   compression library - runtime

icedove recommends no packages.

-- debconf information:
* icedove/browser: Debian--- /var/lib/dpkg/info/icedove.preinst.orig	2007-06-03 11:28:43.0 +0200
+++ /var/lib/dpkg/info/icedove.preinst	2007-06-03 11:29:39.0 +0200
@@ -11,7 +11,7 @@
  fi
  for f in ${migrate_from}/*; do
   

Bug#427270: [Pkg-bluetooth-maintainers] Bug#427270: bluez-utils: FTBFS: unmet build-dep libbluetooth2-dev

2007-06-03 Thread Filippo Giunchedi
tags 427270 + confirmed
thanks

Hi Lucas,

On Sat, Jun 02, 2007 at 10:50:22PM +0200, Lucas Nussbaum wrote:
 Package: bluez-utils
 version: 3.7-1
 Severity: serious
 Justification: FTBFS on i386
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on i386.
 
 Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: bison, flex, debhelper (= 5), libbluetooth2-dev (= 3.7), 
 autotools-dev, cdbs, libdbus-1-dev, libdbus-glib-1-dev ( 0.35), libusb-dev
 Checking for already installed source dependencies...

yes, this is due to libbluetooth2-dev - libbluetooth-dev transition, will be
soon fixed with a new bluez-utils.

thanks for your work,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

Caelum, non animo mutant, qui trans mare currunt
Who crosses the sea changes the sky, not the soul.
-- Oratius


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



Bug#427337: amavisd-new: Please update to 2.5.1

2007-06-03 Thread Elimar Riesebieter
Package: amavisd-new
Version: 1:2.4.2-6.1
Severity: wishlist

http://www.ijs.si/software/amavisd/amavisd-new-2.5.1.tar.gz

Thanks
Elimar

-- 
  Experience is something you don't get until 
  just after you need it!


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



Bug#291519: Ant don't work with gij

2007-06-03 Thread Michael Koch
tag 291519 unreproducible
thanks

On Fri, Jan 21, 2005 at 12:36:03PM +0300, Olleg Samoylov wrote:
 Package: ant
 Version: 1.6.2-2
 Severity: normal
 
 subj. Output:
 $ ant --version
 Aborted
 
 $ ant --execdebug
 exec /usr/bin/java -classpath
 /usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar
 -Dant.home=/usr/share/ant -Dant.library.dir=/usr/share/ant/lib
 org.apache.tools.ant.launch.Launcher -lib 
 Aborted

I cant reproduce this anymore. If you really used gcj-3.3 as runtime
this is fixed in newer versions of gcj. I close this bug now and tag it
unreproducible. If you find still issues please reopen.


Cheers,
Michael


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



Bug#373660: Sleep issue

2007-06-03 Thread Bart Samwel
Hi there,

Works for me, so I'm going to try and remote debug this. The reason
for the two-stage thing (sending an acpi_fakekey from the button) is that
when gnome-power-manager is running, it listens to these events and
handles them. When gnome-power-manager or klaptopdaemon are running, the
acpi-support sleep.sh script does nothing. To test if the problem lies
with gnome-power-manager/klaptopdaemon, could you try the following:

In /etc/acpi/events/sleepbtn, change the action line from:

action=/etc/acpi/sleep.sh

to

action=/etc/acpi/sleep.sh force

This will make the sleep script completely ignore
gnome-power-manager/klaptopdaemon. If the sleep button then works again,
the problem lies with gnome-power-manager/klaptopdaemon. If it doesn't,
then the problem lies with acpi-support.

Cheers,
Bart



Bug#427338: Type affinity broken

2007-06-03 Thread Florian Weimer
Package: python-apsw
Version: 3.3.13-r1-1

As the program below shows, ASCII values of type string which are
written into the database are converted to Unicode strings when
reading them back.  This doesn't really match what the documentation
says, so I believe this is a bug.  (I've got existing code which
relies heavily on non-Unicode strings, which worked before, but
perhaps it's better to update the documentation to reflect the new
behavior.)


import apsw

db = apsw.Connection(':memory:')
try:
c = db.cursor()
c.execute(CREATE TABLE t (a TEXT, b BLOB, c BINARY, d INTEGER))
def insert(x, i=0):
c.execute(INSERT INTO t VALUES (?, ?, ?, ?), (x, x, x, i))
insert('a')
insert(buffer('b'))
insert(u'c')
insert(0)
insert('0', '0')
insert('0.1', '0.1')
for row in c.execute(SELECT * FROM t):
for x in row:
print %s (%s)  % (x, repr(type(x))),
print
finally:
db.close()


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



Bug#427252: hibernate: should unload/load ipw3945 module

2007-06-03 Thread martin f krafft
tags 427252 fixed-upstream pending
thanks

also sprach Daniel Baumann [EMAIL PROTECTED] [2007.06.02.2012 +0200]:
 it would be nice if you can add a rule to unload the ipw3945 module (if
 existing), and load it again when resuming.

Fixed in upstream SVN by appending the module to
blacklisted-modules.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#390172: xserver-xorg-core: X hangs on startup with black screen with dual head on amd64

2007-06-03 Thread Matthew Wakeling

On Mon, 28 May 2007, Brice Goglin wrote:

I am just pinging you about this bug in case there has been any
improvement with the latest releases of xserver-xorg-core and/or
xserver-xorg-video-nv currently in experimental. If they helped, please
let me know.


Hi. Sorry it took a while to get round to this.

I can't find an xserver-xorg-core in experimental, so I tried 
2:1.3.0.0.dfsg-5 and it appears to not be fixed there. Xorg sits there 
with 99% CPU utilisation and a black screen. I have attached my log file. 
The config file is unchanged from earlier.


Matthew

--
There is something in the lecture course which may not have been visible so
far, which is reality   -- Computer Science Lecturer
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux mergle 2.6.18-1-amd64 #1 SMP Sat Oct 21 
18:36:02 CEST 2006 x86_64
Build Date: 16 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Jun  3 11:54:06 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Screen Screen1 (1)
(**) |   |--Monitor Monitor1
(**) |   |--Device Card1
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout uk
(**) XKB: layout: uk
(==) Keyboard: CustomKeycode disabled
(**) Option Xinerama true
(**) Xinerama: enabled
(WW) The directory /usr/share/fonts/X11/Speedo does not exist.
Entry deleted from font path.
(WW) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7c2fa0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1689 card 147b,2207 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5246 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5249 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10b9,1563 card 147b,2207 rev 70 class 06,01,00 hdr 80
(II) PCI: 00:03:1: chip 10b9,7101 card 147b,2207 rev 00 class 06,80,00 hdr 80
(II) PCI: 00:04:0: chip 10b9,5455 card 147b,2207 rev 20 class 04,01,00 hdr 00
(II) PCI: 00:0e:0: chip 10b9,5229 card 147b,2207 rev c7 class 01,01,fa hdr 80
(II) PCI: 00:0e:1: chip 10b9,5289 card 147b,2207 rev 10 class 01,01,8f hdr 80
(II) PCI: 00:0f:0: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:1: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:2: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:3: chip 10b9,5239 card 147b,2207 rev 01 class 0c,03,20 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0111 card 147b,6107 rev b2 class 03,00,00 

Bug#425528: openoffice.org-draw 2.2.1-rc1 gets basic shapes wrong

2007-06-03 Thread Ariel Garcia
Hi Rene,

it came to my mind that perhaps it would be worth trying building OO the 
Debian way but without the debian patches, as perhaps the problem lies 
not on the linked libs but on some patch itself.

I took a look at the  OO-2.2.1~rc1-1.diff.gz package and i must confess i 
don't quite understand what is what in those 73M (wow...!) but at least 
the stuff in ooo-build/patches/cairo seems to be of relevance.

If it is possible to disable at least some of those patches and have the 
Debian build succeed then we could start re-adding some patches until the 
problem is 'bounded'.

My 2 cents :)

Regards, Ariel


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



Bug#427339: grub-splashimages: have a dependency on grub disallowing use with grub-pc or grub-efi (grub2 packages)

2007-06-03 Thread Krzysztof Burghardt
Package: grub-splashimages
Version: 1.0.0
Severity: important


Please change dependences to:

grub (= 0.93+cvs20030224-2) | grub2 | grub-pc | grub-efi

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (700, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-splashimages depends on:
ii  grub  0.97-27GRand Unified Bootloader

grub-splashimages recommends no packages.

-- no debconf information


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



Bug#427340: tuxguitar: Dependency on libswt-gtk-3.2 is unnecessary

2007-06-03 Thread Julien Petit
Package: tuxguitar
Version: 0.9.1-1
Severity: important



Hello
tuxguitar should not directly depend upon libswt-gtk-3.2, since it
depends on libswt-gtk-3.2-java, which depends either from
libswt-gtk-3.2-jni or libswt3.2-gtk-jni.
So Tuxguitar can't be installed with Eclipse which needs libswt3.2-gtk-jni.
On my computer Tuxguitar is installed without libswt-gtk-3.2 and it runs 
correctly.

Cheers,
Julien


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tuxguitar depends on:
ii  libitext-java 1.4.5-1Java Library to generate PDF on th
pn  libswt-gtk-3.2none (no description available)
ii  libswt-gtk-3.2-java   3.2.1-5Standard Widget Toolkit for GTK Ja
ii  sun-java6-jre 6-00-2 Sun Java(TM) Runtime Environment (

tuxguitar recommends no packages.

-- no debconf information



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



Bug#425528: openoffice.org-draw 2.2.1-rc1 gets basic shapes wrong

2007-06-03 Thread Rene Engelhard
Ariel Garcia wrote:
 it came to my mind that perhaps it would be worth trying building OO the 
 Debian way but without the debian patches, as perhaps the problem lies 
 not on the linked libs but on some patch itself.

Maybe yes. But most of those patches didn't change from 2.2.0 to 2.2.1.
There were only some really minor changes needed to get them applied on
2.2.1...

 I took a look at the  OO-2.2.1~rc1-1.diff.gz package and i must confess i 
 don't quite understand what is what in those 73M (wow...!) but at least 

Much of the big stuff is translation updates (all the GSI*s)

 the stuff in ooo-build/patches/cairo seems to be of relevance.

Which didn't change from 2.2.0 to 2.2.1, and as you also wrote in  the
issue enabling/disabling cairo hasn't a difference here..

 If it is possible to disable at least some of those patches and have the 
 Debian build succeed then we could start re-adding some patches until the 
 problem is 'bounded'.

If you find out which patch is at fault (if at all), be welcome to tell me...

Gr��e/Regards,

Ren�
-- 
 .''`.  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



signature.asc
Description: Digital signature


Bug#427341: new upstream version

2007-06-03 Thread Petr Gajdusek
Package: brutalchess
Version: 0.5+dfsg-1
Severity: normal

Hi, upstream http://brutalchess.sourceforge.net/ has new version of
brutalchess 0.5.2. This version solve imprtant  bugs: 
* possibility to castle through other pieces under certain situations
* board itself, bottom left square is white rather than dark 
* move white pawns backwards possible

Please package new version.

Petr Gajdůšek

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-ck2

Debian Release: lenny/sid
  990 unstablebreakpoint 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalbreakpoint 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6 (= 2.3.6-6) | 2.5-9+b1
libfreetype6  (= 2.2) | 2.2.1-6
libgcc1(= 1:4.1.1-12) | 1:4.2-20070528-1
libgl1-mesa-glx| 6.5.2-5
 OR libgl1 | 
libglu1-mesa   | 6.5.2-5
 OR libglu1| 
libsdl-image1.2 (= 1.2.5) | 1.2.5-3
libsdl1.2debian  (= 1.2.10-1) | 1.2.11-9
libstdc++6   (= 4.1.1-12) | 4.2-20070528-1
zlib1g(= 1:1.2.1) | 1:1.2.3-15
ttf-bitstream-vera | 1.10-7




Bug#425790: (no subject)

2007-06-03 Thread Peter Rabbitson

Alexander Sack wrote:

On Sat, Jun 02, 2007 at 11:58:08PM +0200, Peter Rabbitson wrote:

Alexander Sack - Debian Bugmail wrote:

If you are on gnome, installing icedove-gnome-support should make
icedove obey the gconf (gnome control panel - preferrred
applications) setting.

Is there any workaround for the many of us who do _not_ use GNOME? 
Copy/pasting links is certainly no fun :(




yeah ... the cause is that location of global config files moved down
one folder. Previously we had a hack that allowed you to drop configs
in /etc/icedove/ ... now we have a clean solution that introduces an
official syspref foloder, which is:

$ ls -l /usr/lib/icedove/defaults/syspref
lrwxrwxrwx 1 root root 17 Jun  1 22:35
/usr/lib/icedove/defaults/syspref - /etc/icedove/pref

... so copying your current /etc/icedove/ files to /etc/icedove/pref/
should fix this for you ... if not, then I forgot to apply the syspref
patch ... so let me know if this workaround actually works for you.



Does not seem like this is the case. I did a completely clean install of 
icedove (apt-get --purge remove) and checked with find that no icedove 
parts were left behind in /etc or /usr. I also moved both .mozilla and 
.mozilla-thunderbird out of the way, so none of my personal settings 
could interfere. The result is the same:


* Clicking on http: links in icedove does not spawn an iceweasel
* Clicking on mailto: links in iceweasel does not spawn an icedove 
compose screen


Relevant info about my system: (after upgrade to the latest and greatest):

[EMAIL PROTECTED]:~$ ls -l /etc/icedove
total 8
drwxr-xr-x 2 root root 4096 2007-06-03 12:58 pref
drwxr-xr-x 3 root root 4096 2007-06-03 12:58 profile
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ ls -l /etc/icedove/pref/
total 4
-rw-r--r-- 1 root root 723 2007-06-01 15:27 icedove.js
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ ls -l /usr/lib/icedove/defaults/syspref
lrwxrwxrwx 1 root root 17 2007-06-03 12:58 
/usr/lib/icedove/defaults/syspref - /etc/icedove/pref

[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ dpkg -s icedove
Package: icedove
Status: install ok installed
Priority: optional
Section: mail
Installed-Size: 31424
Maintainer: Alexander Sack [EMAIL PROTECTED]
Architecture: i386
Version: 2.0.0.0-4
Provides: www-browser
Depends: fontconfig, psmisc, debianutils (= 1.16), libatk1.0-0 (= 
1.13.2), libc6 (= 2.5-5), libcairo2 (= 1.4.0), libfontconfig1 (= 
2.4.0), libfreetype6 (= 2.2), libgcc1 (= 1:4.2-20070516), libglib2.0-0 
(= 2.12.9), libgtk2.0-0 (= 2.10.3), libhunspell-1.1-0 (= 1.1.5-1), 
libjpeg62, libnspr4-0d (= 1.8.0.10), libnss3-0d (= 1.8.0.10), 
libpango1.0-0 (= 1.16.4), libpng12-0 (= 1.2.13-4), libstdc++6 (= 
4.2-20070516), libx11-6, libxcursor1 ( 1.1.2), libxext6, libxfixes3 
(= 1:4.0.1), libxft2 ( 2.1.1), libxi6, libxinerama1, libxrandr2 (= 
2:1.2.0), libxrender1, libxt6, zlib1g (= 1:1.2.1)

Suggests: icedove-gnome-support (= 2.0.0.0-4), latex-xft-fonts, libthai0
Conffiles:
 /etc/icedove/profile/mimeTypes.rdf d33f07ffab00dbea75d86f218064b16d
 /etc/icedove/profile/localstore.rdf ea03cc19c2a3f622fa557cd8ea9da6eb
 /etc/icedove/profile/US/mimeTypes.rdf d33f07ffab00dbea75d86f218064b16d
 /etc/icedove/profile/US/localstore.rdf ea03cc19c2a3f622fa557cd8ea9da6eb
 /etc/icedove/profile/prefs.js 99940ecd258d83b3355ab06fca0ffddb
 /etc/icedove/pref/icedove.js abf946c5f277f393c9227a0d964e8c48
Description: free/unbranded thunderbird mail/news/rss clone
 Icedove is an unbranded Thunderbird mail client suitable for free
 distribution. The goal of Thunderbird is to produce a cross platform 
stand-

 alone mail application using the XUL user interface language.
[EMAIL PROTECTED]:~$



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



Bug#390172: xserver-xorg-core: X hangs on startup with black screen with dual head on amd64

2007-06-03 Thread Brice Goglin
Matthew Wakeling wrote:
 On Mon, 28 May 2007, Brice Goglin wrote:
 I am just pinging you about this bug in case there has been any
 improvement with the latest releases of xserver-xorg-core and/or
 xserver-xorg-video-nv currently in experimental. If they helped, please
 let me know.

 Hi. Sorry it took a while to get round to this.

 I can't find an xserver-xorg-core in experimental, so I tried
 2:1.3.0.0.dfsg-5 and it appears to not be fixed there. Xorg sits there
 with 99% CPU utilisation and a black screen. I have attached my log
 file. The config file is unchanged from earlier.


From what I see in the log, the ATI board is correctly initialized by
the ati driver 6.6.3, but the nvidia driver is not found for the nvidia
board. It would mean that the bug is not related to ATI+nvidia/nv
dual-head, and actually appears with single-head ATI. Does this make
sense to you?

Does it help if you upgrade xserver-xorg-video-ati to 6.6.192 currently
in experimental?

Brice



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



Bug#427342: radiusd-livingston: French debconf templates translation

2007-06-03 Thread Cyrille Bollu
Package: radiusd-livingston
Version: N/A
Severity: wishlist
Tags: patch l10n



*** /home/cyb/patch-translate.txt

Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# French translation of radiusd-livingston's debconf screens
# Copyright (C) 2007 Paul Martin [EMAIL PROTECTED]
# This file is distributed under the same license as the radiusd-livingston 
package.
# FIRST AUTHOR: [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: radiusd-livingston\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-28 09:27-0400\n
PO-Revision-Date: 2007-05-28 21:47+0100\n
Last-Translator: Cyrille Bollu [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED] cyrille.
[EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:2001
msgid Mandatory configuration of clients for the RADIUS server
msgstr Configuration obligatoire des clients RADIUS

#. Type: note
#. Description
#: ../templates:2001
msgid 
Please copy the example file /usr/share/doc/radiusd-livingston/examples/
clients to /etc/radiusd-livingston/clients and edit it, adding an entry for 
each client system.
msgstr 
Veuillez copier le fichier d'exemple /usr/share/doc/radiusd-livingston/
examples/clients vers /etc/radiusd-livingston/clients et modifiez-le en 
ajoutant une entrée pour chaque système client.

#. Type: note
#. Description
#: ../templates:3001
msgid Mandatory configuration of users for the RADIUS server
msgstr Configuration obligatoire des utilisateurs RADIUS

#. Type: note
#. Description
#: ../templates:3001
msgid 
Please copy the example file /usr/share/doc/radiusd-livingston/examples/
users to /etc/radiusd-livingston/users and edit it, adding an entry for each 
user account.
msgstr 
Veuillez copier le fichier d'exemple /usr/share/doc/radiusd-livingston/
examples/users vers /etc/radiusd-livingston/users et modifiez-le en ajoutant 
une entrée pour chaque compte utilisateur.


Bug#396820: xscreensaver: DPMS settings have no effect

2007-06-03 Thread Jamie Zawinski
All SDL does is use standard X calls to disable blanking and DPMS  
while

it's running then reenable them when it exits.


Yeah, well, the standard X calls are insufficient for xscreensaver  
to work properly.


You can support it explicitly, or you can continue to have things not  
work right.  Your call.



Wouldn't it be possible to get xscreensaver to call XGetScreenSaver()
before blanking or running a saver and realise it shouldn't do  
anything

if another application has disabled blanking?


Basically: no.



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



Bug#427336: icedove: preinst errors while upgrading to 2.0.0.0-4

2007-06-03 Thread Alexander Sack - Debian Bugmail
Thanks for the patch ...

On Sun, Jun 03, 2007 at 12:14:05PM +0200, Cristian Ionescu-Idbohrn wrote:
 .
 Unpacking replacement icedove ...
 dpkg: warning - unable to delete old directory 
 `/usr/lib/icedove/chrome/icons': Directory not empty
 dpkg: warning - unable to delete old directory 
 `/usr/lib/icedove/defaults/pref': Directory not empty
 dpkg: warning - unable to delete old directory 
 `/usr/lib/icedove/defaults/autoconfig': Directory not empty
 
 Should they go away?

... this is why i do the preinst migration.

btw, what files with withspace did you have in there?

 - Alexander

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


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



Bug#373659: Fixed in svn

2007-06-03 Thread Bart Samwel

FYI: I've committed a fix for this issue, which will be in the next
version unless somebody starts yelling loudly. The approach taken is:

- Bring down the interfaces listed in /etc/network/run/ifstate using
ifdown. On resume, bring exactly those interfaces back up using ifup.

- After bringing down all ifupdown interfaces, bring down all remaining
interfaces using ifconfig down.

- On resume, after bringing up the regular interfaces using ifupdown,
restart network-manager and ifplugd so that they bring up the interfaces
that they control. (NetworkManager needs this, not sure about ifplugd but
it can't hurt either.)

- Ignore the lo interface in all operations

I think this should achieve most of the desired effect. I might still go
and check if the allow-suspend thing should be done -- but if I do, that
is an added bonus, the original bug report should be solved.

Cheers,
Bart



Bug#427343: libupnp2: does not link against libpthread on mips and mipsel

2007-06-03 Thread Adeodato Simó
Package: libupnp2
Version: 1.4.3-2
Severity: serious

Hello.

I was looking at the wmaloader FTBFS on mips and mipsel, which fails
with:

  gcc -lixml -lupnp -lthreadutil -L/usr/lib  wmaloader.o image_transfer.o 
common.o   -o wmaloader
  wmaloader.o: In function `initialise_sync_variables':
  wmaloader.c:(.text+0x3c4): undefined reference to `sem_init'
  wmaloader.o: In function `initialise_image_transfer':
  wmaloader.c:(.text+0x464): undefined reference to `pthread_create'
  wmaloader.o: In function `LoaderCallbackFunc':
  wmaloader.c:(.text+0x7e4): undefined reference to `sem_post'
  wmaloader.o: In function `main':
  wmaloader.c:(.text+0x118c): undefined reference to `sem_wait'
  /usr/lib/libthreadutil.so: undefined reference to `pthread_detach'
  collect2: ld returned 1 exit status
  make[1]: *** [wmaloader] Error 1

On IRC I received some help in diagnosing the problem:

  dato does this mips buildd failure ring a bell to anybody about a toolchain 
bug?:

http://buildd.debian.org/fetch.cgi?pkg=wmaloader;ver=0.1-3%2Bb1;arch=mips;stamp=1178762221
  broonie dato: Looks more like it should be linking with pthreads and rt but 
isn't.
  vorlon dato: looks like a straightforward missing linker option, yeah?
  vorlon doesn't look like a toolchain bug at all to me
  dato aha; I asked because all other arches built it just fine...
  dato (with the same flags)
  vorlon dunno why they would have, but even if they did, I still think it's 
the package's mistake
  dato okay then, thanks
  broonie I suspect that oon other platforms libthreadutil pulls in pthreads 
but on MIPS the linker isn't seeing the
exported symbols for some reason.
  broonie (just guessing by the name)
  vorlon ah, then it's a bug in both libthreadutil and wmaloader
  vorlon well
  vorlon rather, libthreadutil doesn't account for the known, different 
behavior of the -pthread flag when linking DSOs
  on mips*
  vorlon and wmaloader should be linking -lpthread directly anyway
  broonie Besides, the app is using the symbols directly.
  broonie snap
  vorlon dato: so if libthreadutil also uses pthread, it's mislinked on mips* 
because -shared -pthread does not imply
-lpthread on those archs (longstanding toolchain bug, AIUI)

  /usr/lib/libthreadutil.so.2:
  libc.so.6 = /lib/libc.so.6 (0x2aaf8000)
  /lib/ld.so.1 = /lib/ld.so.1 (0x)
  undefined symbol: pthread_detach(/usr/lib/libthreadutil.so.2)
  undefined symbol: pthread_create(/usr/lib/libthreadutil.so.2)

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Man: Wow, that woman looks exactly the way Nina is going to look in
about ten years... Oh shit, it is Nina. Don't tell her what I said, okay?
-- http://www.overheardinnewyork.com/archives/003086.html



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



Bug#421703: ITP: caret -- Computerized Anatomical Reconstruction and Editing Toolkit

2007-06-03 Thread Michael Hanke
A little update:

On Tue, May 01, 2007 at 08:55:09AM +0200, Michael Hanke wrote:
  - Two source files contain statements about patented code. It looks
like the relevant files were derived from VTK4. The corresponding
files in the current VTK5 release do not contain the patent statement
anymore, so I guess it has expired. This needs to be clarified.
Upstream has removed the patented source code. Caret should now be
DFSG-compliant.

  - caret supports MPEG2 export via libvtkMPEG2Encode. While being part of
etch this lib has been removed in lenny+ for patent reasons
(http://bugs.debian.org/408552). Hence MPEG2 support in caret has to
be disabled as well. Additionally caret sources contain MPEG2 headers
(e.g. mpeg2enc.h) that have to be removed from the source tarball.
MPEG2 support has been successfully removed.

I'll now test the package over the next weeks and will request
sponsoring if nothing critical pops up.

Cheers,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


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



Bug#427229: Please include RSS Reader Plugin

2007-06-03 Thread Øystein Gisnås

retitle 427229 RFP: evolution-rss-plugin -- RSS reader for Evolution
reassign 427229 wnpp
stop

2007/6/2, CruX [EMAIL PROTECTED]:

Is it possible to include RSS Reader Plugin [1] to this package? It would be 
nice I think.

Thanks!

[1] http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin


Great feature to add to evolution, although the 0.2 version is still
fairly buggy. This would have to be packaged separately from
evolution, in a package called evolution-rss-plugin, for example.

Cheers,
Øystein



Bug#425790: (no subject)

2007-06-03 Thread Peter Rabbitson

Alexander Sack wrote:

yeah ... my previous instructions told you that you just move whats
currently in /etc/icedove/ to /etc/icedove/pref/ ... unfortunately,
you have deleted all. Now, add a file called http-browser.js to the
pref directory and insert:

pref(network.protocol-handler.app.http,x-www-browser);
pref(network.protocol-handler.app.https,x-www-browser);

... or whatever browser you want. (or fix the x-www-browser
alternative to point to your preferred browser).



Yes, this fixes it! Thank you so much. The only problem is that I did 
not delete anything - the icedove package simply lacks the 
http-browser.js file:


[EMAIL PROTECTED]:~$ dpkg -L icedove | grep -c http-browser.js
0
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ dpkg -L icedove | grep .js$
/usr/share/icedove/defaults/autoconfig/prefcalls.js
/usr/share/icedove/defaults/autoconfig/platform.js
/usr/share/icedove/defaults/pref/mdn.js
/usr/share/icedove/defaults/pref/smime.js
/usr/share/icedove/defaults/pref/mailnews.js
/usr/share/icedove/defaults/pref/thunderbird-branding.js
/usr/share/icedove/defaults/pref/composer.js
/usr/share/icedove/defaults/pref/all-l10n.js
/usr/share/icedove/defaults/pref/all-thunderbird.js
/usr/share/icedove/defaults/pref/channel-prefs.js
/usr/share/icedove/greprefs/security-prefs.js
/usr/share/icedove/greprefs/all.js
/usr/share/icedove/greprefs/xpinstall.js
/usr/lib/icedove/components/nsProxyAutoConfig.js
/usr/lib/icedove/components/nsHelperAppDlg.js
/usr/lib/icedove/components/nsProgressDialog.js
/usr/lib/icedove/components/nsFilePicker.js
/usr/lib/icedove/components/jsconsole-clhandler.js
/usr/lib/icedove/components/nsURLFormatter.js
/usr/lib/icedove/components/FeedProcessor.js
/usr/lib/icedove/components/nsUrlClassifierTable.js
/usr/lib/icedove/components/nsUrlClassifierLib.js
/usr/lib/icedove/components/nsUrlClassifierListManager.js
/usr/lib/icedove/components/nsCloseAllWindows.js
/usr/lib/icedove/components/nsDefaultCLH.js
/usr/lib/icedove/components/nsExtensionManager.js
/usr/lib/icedove/components/nsUpdateService.js
/usr/lib/icedove/components/nsLDAPPrefsService.js
/usr/lib/icedove/components/nsAbLDAPAttributeMap.js
/usr/lib/icedove/components/mdn-service.js
/usr/lib/icedove/components/offlineStartup.js
/usr/lib/icedove/components/smime-service.js
/usr/lib/icedove/components/nsInterfaceInfoToIDL.js
/usr/lib/icedove/components/nsComposerCmdLineHandler.js
/usr/lib/icedove/components/nsPhishingProtectionApplication.js
/usr/lib/icedove/components/nsMailDefaultHandler.js
/usr/lib/icedove/components/newsblog.js
/etc/icedove/profile/prefs.js
/etc/icedove/pref/icedove.js
[EMAIL PROTECTED]:~$



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



Bug#425528: openoffice.org-draw 2.2.1-rc1 gets basic shapes wrong

2007-06-03 Thread Rene Engelhard
Rene Engelhard wrote:
 Ariel Garcia wrote:
  it came to my mind that perhaps it would be worth trying building OO the 
  Debian way but without the debian patches, as perhaps the problem lies 
  not on the linked libs but on some patch itself.
 
 Maybe yes. But most of those patches didn't change from 2.2.0 to 2.2.1.
 There were only some really minor changes needed to get them applied on
 2.2.1...

Addedum: Onbnce thois first arrived I also asked the Npvell guys which
also use ooo-build, and they didnd#t have theat problem. I don't know
whether they were on 2.2.1 or still at 2.2.0, though...

Gr��e/Regards,

Ren�
-- 
 .''`.  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



signature.asc
Description: Digital signature


Bug#425790: (no subject)

2007-06-03 Thread Alexander Sack
On Sun, Jun 03, 2007 at 01:54:30PM +0200, Peter Rabbitson wrote:
 Yes, this fixes it! Thank you so much. The only problem is that I did 
 not delete anything - the icedove package simply lacks the 
 http-browser.js file:

Yes, this is a known bug ... I thought that it was clear to you as you
asked for a workaround.

I am currently working on getting some reasonable fix for that
(e.g. without using debconf as I did in the previous packages).

 - Alexander



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



Bug#427235: [Debian-med-packaging] Bug#427235: primer3: new upstream version available

2007-06-03 Thread Charles Plessy
Le Sat, Jun 02, 2007 at 05:43:54PM +0200, Susanne Pfeifer a écrit :
 
 The latest upstream version available is 1.1.1 or newer - please upgrade the
 package in unstable. It is required for my thesis.

Dear Susanne,

I prepared a package today, but it can take some time before it reaches
the mirrors. In the meantime, please feel free to use the one from my
personal website:

http://charles.plessy.org/debian/primer3_1.1.1-1_i386.deb

Have a nice day, and good luck for your thesis.

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan



Bug#396820: xscreensaver: DPMS settings have no effect

2007-06-03 Thread Tony Houghton
In [EMAIL PROTECTED], you wrote:

 All SDL does is use standard X calls to disable blanking and DPMS  
 while
 it's running then reenable them when it exits.
 
 Yeah, well, the standard X calls are insufficient for xscreensaver  
 to work properly.
 
 You can support it explicitly, or you can continue to have things not  
 work right.  Your call.

Not my call, but other developers writing these applications. Which ones
do support xscreensaver explicitly? My call is to not run xscreensaver
at all, because I don't care whether I run some effects before powering
down the screen, although some of them are fascinating to watch.

 Wouldn't it be possible to get xscreensaver to call XGetScreenSaver()
 before blanking or running a saver and realise it shouldn't do  
 anything
 if another application has disabled blanking?
 
 Basically: no.

Is that because it sets it to zero itself? If so, and if there's a way
to reset X's inactivity timer, you could set the delay to something
longer than xscreensaver's setting instead and keep resetting the timer
when necessary.

-- 
TH * http://www.realh.co.uk


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



Bug#427345: /sys/devices/system/cpu/cpu0/cpufreq_scaling_governor

2007-06-03 Thread Joey Hess
Package: powertop
Version: 1.4-1
Severity: normal

One of the suggestions powertop displays is to tweak this file in proc,
but the right filename with at least this kernel version is
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages powertop depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand

powertop recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#427327: [INTL:pa] debconf punjabi Translation

2007-06-03 Thread Christian Perrier
tags 427327 pending
thanks

Quoting A S Alam ([EMAIL PROTECTED]):
 Package: debconf
 Version: N/A
 Severity: wishlist
 Tags: l10n patch
 
 translation for 
 /debconf/trunk/src/debconf/po/pa.po


Committed. However, one strings remains untranslated..




signature.asc
Description: Digital signature


Bug#423041: reopen #423041

2007-06-03 Thread Gerrit Pape
reopen 423041
found 423041 1:1.5.2.1-1
severity 423041 wishlist
tags 423041 + wontfix
quit

See http://bugs.debian.org/425494


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



Bug#427346: xbase-clients: xmodmap fails to remap mouse buttons

2007-06-03 Thread hramrach
Package: xbase-clients
Version: 1:7.2.ds2-2
Severity: normal


I tried to swap my mouse buttons with xmodmap -e pointer 3 2 1
xmodmap warns that it changes only the first three buttons, and the
mouse is not remapped. However, xmodmap -pp shows the buttons swapped.
Mapping all 12 buttons does not make any difference.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7-src
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xbase-clients depends on:
ii  cpp   4:4.2.0-0  The GNU C preprocessor (cpp)
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-4  X11 Font Services library
ii  libgl1-mesa-glx [libgl1]  6.5.2-5A free implementation of the OpenG
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxaw7   1:1.0.3-3  X11 Athena Widget library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxi62:1.1.0-2  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxkbfile1   1:1.0.4-1  X11 keyboard file manipulation lib
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library
ii  libxmuu1  1:1.0.3-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtrap6 1:1.0.0-4  X11 event trapping extension libra
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  libxv11:1.0.3-1  X11 Video extension library
ii  libxxf86dga1  2:1.0.1-2  X11 Direct Graphics Access extensi
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  x11-common1:7.2-3X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3-15 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


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



Bug#427342: radiusd-livingston: French debconf templates translation

2007-06-03 Thread Christian Perrier
 # French translation of radiusd-livingston's debconf screens
 # Copyright (C) 2007 Paul Martin [EMAIL PROTECTED]
 # This file is distributed under the same license as the radiusd-livingston 
 package.
 # FIRST AUTHOR: [EMAIL PROTECTED], 2007.
 #
 msgid 
 msgstr 
 Project-Id-Version: radiusd-livingston\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
 POT-Creation-Date: 2007-05-28 09:27-0400\n
 PO-Revision-Date: 2007-05-28 21:47+0100\n
 Last-Translator: Cyrille Bollu [EMAIL PROTECTED]\n
 Language-Team: French [EMAIL PROTECTED] cyrille.
 [EMAIL PROTECTED]\n


There is somethign incorrect in your PO editor config.

Language-Team should only contain: 
French [EMAIL PROTECTED]\n



signature.asc
Description: Digital signature


Bug#420641: asterisk-oh323 fails to build with asterisk-1.4

2007-06-03 Thread Michael Manousos


Hi Mark,

I plan to update the channel driver in order to compile with
current Asterisk 1.4. I'll email you as soon as I have
a newer version.

Michael.


Mark Purcell wrote:

retitle 420641 asterisk-oh323 fails to build with asterisk-1.4
thanks

Package: asterisk-oh323
Version: 0.7.3-2.1
Severity: serious
Justification: no longer builds from source

I'm one of the maintainers of the Debian GNU/Linux binary
package for your asterisk-oh323 application.

It would appear that the current version of asterisk-oh323 no longer
builds with asterisk 1.4.

Do inAccessnetworks have any plans to update asterisk-oh323 to support
asterisk 1.4.

Mark

Btw, We also have a Debian package tracking system setup for asterisk-oh323
http://packages.qa.debian.org/a/asterisk-oh323.html, if you subscribe you will
also receive bug reports and other status reports from Debian users as soon 
as we do.






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



Bug#427032: texlive-latex-base: No graphics driver defined.

2007-06-03 Thread Norbert Preining
Hi all!

On Fre, 01 Jun 2007, Frank Küster wrote:
 -/etc/texmf/dvips/config/config.ps
 -/etc/texmf/tex/latex/config/color.cfg
 -/etc/texmf/tex/latex/config/graphics.cfg
 -/etc/texmf/web2c/mktex.cnf


 I suggest that we resurrect all four, although config.ps could be
 debated.

Agreed.


Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
CORRIEMOILLIE (n.)
The dreadful sinking sensation in a long passageway encounter when
both protagonists immediately realise they have plumped for the
corriedoo (q.v.) much too early as they are still a good thirty yards
apart. They were embarrassed by the pretence of corriecravie (q.v.)
and decided to make use of the corriedoo because they felt silly. This
was a mistake as corrievorrie (q.v.) will make them seem far sillier.
--- Douglas Adams, The Meaning of Liff


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



Bug#420641: asterisk-oh323 fails to build with asterisk-1.4

2007-06-03 Thread Mark Purcell
On Sun, 3 Jun 2007, you wrote:
 I plan to update the channel driver in order to compile with
 current Asterisk 1.4. I'll email you as soon as I have
 a newer version.

Excellent,

Thanks Michael I look forward to your email.

Mark


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


Bug#427347: svk: confesses syncing http://svn.typosphere.org/typo/trunk

2007-06-03 Thread Matijs van Zuijlen
Package: svk
Version: 2.0.1-1
Severity: normal

svk will not let me mirror http://svn.typosphere.org/typo/trunk/:

  [EMAIL PROTECTED] svk mirror http://svn.typosphere.org/typo/trunk 
/typo3/mirror   
~
  Mirror initialized.  Run svk sync /typo3/mirror to start mirroring.
  [EMAIL PROTECTED] svk sync /typo3/mirror  
~
  Syncing http://svn.typosphere.org/typo/trunk
  Retrieving log information from 1 to 1466
  Committed revision 2 from revision 1.

  [...]

  Committed revision 128 from revision 171.
   at /usr/share/perl5/SVK/Mirror/Backend/SVNRaPipe.pm line 214
  
SVK::Mirror::Backend::SVNRaPipe::read_msg('SVK::Mirror::Backend::SVNRaPipe=HASH(0x10a3a0d4)')
 called at /usr/share/perl5/SVK/Mirror/Backend/SVNRaPipe.pm line 272
  eval {...} called at /usr/share/perl5/SVK/Mirror/Backend/SVNRaPipe.pm 
line 251
  
SVK::Mirror::Backend::SVNRaPipe::replay('SVK::Mirror::Backend::SVNRaPipe=HASH(0x10a3a0d4)',
 172, 0, 1, 'SVK::Editor::SubTree=HASH(0x10921454)') called at 
/usr/share/perl5/SVK/Mirror/Backend/SVNRa.pm line 486
  
SVK::Mirror::Backend::SVNRa::sync_changeset('SVK::Mirror::Backend::SVNRa=HASH(0x108a0f94)',
 172, 'HASH(0x10933bb4)', 'SVK::Mirror::Backend::SVNRaPipe=HASH(0x10a3a0d4)', 
'HASH(0x10921064)', 'CODE(0x106a8f30)') called at 
/usr/share/perl5/SVK/Mirror/Backend/SVNRa.pm line 602
  
SVK::Mirror::Backend::SVNRa::_mirror_changesets('SVK::Mirror::Backend::SVNRa=HASH(0x108a0f94)',
 'undef', 'CODE(0x106a8f30)') called at 
/usr/share/perl5/SVK/Mirror/Backend/SVNRa.pm line 568
  SVK::Mirror::Backend::SVNRa::__ANON__() called at 
/usr/share/perl5/SVK/Mirror.pm line 243
  eval {...} called at /usr/share/perl5/SVK/Mirror.pm line 243
  SVK::Mirror::with_lock('SVK::Mirror=HASH(0x108a0478)', 'mirror', 
'CODE(0x108a0ef8)') called at /usr/share/perl5/SVK/Mirror/Backend/SVNRa.pm line 
568
  
SVK::Mirror::Backend::SVNRa::mirror_changesets('SVK::Mirror::Backend::SVNRa=HASH(0x108a0f94)',
 'undef', 'CODE(0x106a8f30)') called at /usr/share/perl5/SVK/Mirror.pm line 373
  SVK::Mirror::run('SVK::Mirror=HASH(0x108a0478)', 'undef') called at 
/usr/share/perl5/SVK/Command/Sync.pm line 109
  SVK::Command::Sync::__ANON__() called at 
/usr/share/perl5/SVK/Command/Sync.pm line 123
  SVK::Command::Sync::run('SVK::Command::Sync=HASH(0x10892824)', 
'SVK::Path=HASH(0x108a08c8)') called at /usr/share/perl5/SVK/Command.pm line 221
  eval {...} called at /usr/share/perl5/SVK/Command.pm line 219
  eval {...} called at /usr/share/perl5/SVK/Command.pm line 199
  SVK::Command::run_command('SVK::Command::Sync=HASH(0x10892824)', 
'/typo3/mirror') called at /usr/share/perl5/App/CLI.pm line 79
  App::CLI::dispatch('SVK::Command', 'xd', 'SVK::XD=HASH(0x10284994)', 
'output', 'undef') called at /usr/share/perl5/SVK/Command.pm line 163
  eval {...} called at /usr/share/perl5/SVK/Command.pm line 163
  SVK::Command::invoke('SVK::Command', 'SVK::XD=HASH(0x10284994)', 
'sync', 'undef', '/typo3/mirror') called at /usr/bin/svk line 169


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.21-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages svk depends on:
ii  libalgorithm-annotate-perl  0.10-1   represent a series of changes in a
ii  libalgorithm-diff-perl  1.19.01-2a perl library for finding Longest
ii  libapp-cli-perl 0.07-2   Dispatcher module for command line
ii  libclass-accessor-perl  0.30-1   Automated accessor generator
ii  libclass-autouse-perl   1.23-1   Defer loading ( 'use'ing ) of a cl
ii  libclass-data-inheritable-p 0.06-1   Inheritable, overridable class dat
ii  libcompress-zlib-perl   1.42-2   Perl module for creation and manip
ii  libdata-hierarchy-perl  0.34-1   Handle data in a hierarchical stru
ii  libfile-spec-perl   3.24-2   provides functions for generating 
ii  libfile-temp-perl   0.18-1   provides functions for generating 
ii  libfreezethaw-perl  0.43-3   converting Perl structures to stri
ii  libio-digest-perl   0.10-1   Calculate digests while reading or
ii  liblist-moreutils-perl  0.21-1   Addition list functions not found 
ii  liblocale-maketext-lexicon- 0.62-2   Lexicon-handling backends for Loc
ii  liblocale-maketext-simple-p 0.16-1   Simple interface to Locale::Makete
ii  libpath-class-perl  0.16-0.1 Cross-platform path specification 
ii  libperlio-eol-perl  0.13-1   PerlIO layer for normalizing line 
ii  libperlio-via-dynamic-perl  0.11-1   dynamic PerlIO layers
ii  

Bug#390172: xserver-xorg-core: X hangs on startup with black screen with dual head on amd64

2007-06-03 Thread Matthew Wakeling

On Sun, 3 Jun 2007, Brice Goglin wrote:

From what I see in the log, the ATI board is correctly initialized by
the ati driver 6.6.3, but the nvidia driver is not found for the nvidia
board. It would mean that the bug is not related to ATI+nvidia/nv
dual-head, and actually appears with single-head ATI. Does this make
sense to you?


Yeah, just had a bit of a wrestle with the nvidia drivers since I changed 
my config back to the working configuration. Plainly, I should have 
tested restarting X in working mode since I last upgraded before trying it 
in non-working mode.



Does it help if you upgrade xserver-xorg-video-ati to 6.6.192 currently
in experimental?


That's definitely worth a try.

Hmm, no that doesn't change anything (except the chipsets have been 
renamed so I had to remove a line from the config).


Matthew

--
Geography is going places.
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux mergle 2.6.21-1-amd64 #1 SMP Sat May 26 
17:22:54 CEST 2007 x86_64
Build Date: 01 June 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Jun  3 13:33:26 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Screen Screen1 (1)
(**) |   |--Monitor Monitor1
(**) |   |--Device Card1
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout uk
(**) XKB: layout: uk
(==) Keyboard: CustomKeycode disabled
(**) Option Xinerama true
(**) Xinerama: enabled
(WW) The directory /usr/share/fonts/X11/Speedo does not exist.
Entry deleted from font path.
(WW) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7c2fa0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1689 card 147b,2207 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5246 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5249 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10b9,1563 card 147b,2207 rev 70 class 06,01,00 hdr 80
(II) PCI: 00:03:1: chip 10b9,7101 card 147b,2207 rev 00 class 06,80,00 hdr 80
(II) PCI: 00:04:0: chip 10b9,5455 card 147b,2207 rev 20 class 04,01,00 hdr 00
(II) PCI: 00:0e:0: chip 10b9,5229 card 147b,2207 rev c7 class 01,01,fa hdr 80
(II) PCI: 00:0e:1: chip 10b9,5289 card 147b,2207 rev 10 class 01,01,8f hdr 80
(II) PCI: 00:0f:0: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:1: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:2: chip 10b9,5237 card 147b,2207 rev 03 class 0c,03,10 hdr 80
(II) PCI: 00:0f:3: chip 10b9,5239 card 147b,2207 rev 01 class 0c,03,20 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card , rev 00 class 06,00,00 hdr 80
(II) 

Bug#427348: Galeon crashes on simple web pages

2007-06-03 Thread Ralph Benzinger
Package: galeon
Version: 2.0.2-4

Information generated by bugbuddy:

Distribution: Debian 4.0
Package: galeon
Severity: Normal
Version: GNOME2.14.3 2.0.2
Gnome-Distributor: Debian
Synopsis: Galeon crashes when display various simple pages
Bugzilla-Product: galeon
Bugzilla-Component: general
Bugzilla-Version: 2.0.2
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:
When visiting some rather simple web pages (the Debian package page
being among them), Galeon crashes.

Steps to reproduce the crash:
Visit any of the following:
1. http://www.debian.org/distrib/packages#search_packages
2. http://de.wikipedia.org/wiki/GRUB
3. http://de.wikipedia.org/wiki/Lorem_ipsum
There are many more.

Expected Results:
Display of web page.

How often does this happen?
Always for the site listed above

Additional Information:
At first I thought this is a font-related problem, but then crashes
happen with all fonts/encodings.



Debugging Information:

Backtrace was generated from '/usr/bin/galeon'

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1237920064 (LWP 3881)]
[New Thread -1279644752 (LWP 3894)]
[New Thread -1262466128 (LWP 3886)]
[New Thread -1254073424 (LWP 3885)]
[New Thread -1241994320 (LWP 3884)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7fd3410 in ?? ()
#0  0xb7fd3410 in ?? ()
#1  0xbfcdb368 in ?? ()
#2  0x in ?? ()

Thread 5 (Thread -1241994320 (LWP 3884)):
#0  0xb7fd3410 in ?? ()
No symbol table info available.
#1  0xb5f8a148 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.
#3  0x0001 in ?? ()
No symbol table info available.
#4  0xb729d833 in 

Bug#427313: mirror submission for mirrors.compuscene.org

2007-06-03 Thread Simon Paillard
Dear Vincent,

On Sun, Jun 03, 2007 at 07:54:51AM +, Vincent VAN HOLLEBEKE wrote:
 Submission-Type: new
 Site: mirrors.compuscene.org

Thanks for this submission.

However, I cannot reach your mirror at the moment.

I hope that is temporary. Indeed, keep in mind that a mirror present in
the list will be proposed at the debian installation, so we try to have
reliable mirrors.

Please notice us when your server will be back.

Since the email is hosted by the same server, I sent a copy of this mail
to the email address referenced for the domain compuscene.org.

Best regards,

-- 
Simon Paillard


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



Bug#427349: gnucash: wrongly interpret the . of the numeric keypads when using fr_FR.UTF-8 locale

2007-06-03 Thread Remi Vanicat
Package: gnucash
Version: 2.0.5-1
Severity: wishlist

When using the fr_FR.UTF-8 locale, the . key of the numeric keypad
is not interpreted as the separator between integer and decimal part
of the number one is typing. Please, always interpret this key as this
separator, whatever the local is even in locale where such a
separator is ,. 

Thanks

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnucash depends on:
ii  g-wrap1.9.6-3.1  scripting interface generator for 
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  gnucash-common2.0.5-1A personal finance tracking progra
ii  guile-1.6-libs1.6.8-6Main Guile libraries
ii  guile-1.6-slib1.6.8-6Guile SLIB support
ii  guile-g-wrap  1.9.6-3.1  scripting interface generator for 
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.19-2   Avahi client library
ii  libavahi-common3  0.6.19-2   Avahi common library
ii  libavahi-glib10.6.19-2   Avahi glib integration library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl  0.51-5 Support for https protocol in LWP
ii  libdate-manip-perl5.44-5 a perl library for manipulating da
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libffi4   4.2-20070528-1 Foreign Function Interface library
ii  libfinance-quote-perl 1.13-1 Perl module for retrieving stock q
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libgcrypt11   1.2.4-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome-keyring0 0.8.1-2GNOME keyring services library
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.18.0-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.18.0-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgnutls13   1.6.3-1the GNU TLS library - runtime libr
ii  libgoffice-1-20.2.1-4Document centric objects library -
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgsf-1-114  1.14.3-1   Structured File Library - runtime 
ii  libgsf-gnome-1-1141.14.3-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15  3.12.3-2   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.8-6Guile's patched version of libtool
ii  libgwrap-runtime0 1.9.6-3.1  scripting interface generator for 
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  libofx3   1:0.8.2-3+b2   library to support Open Financial 
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libqthreads-121.6.8-6QuickThreads library for Guile
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libtasn1-30.3.9-1Manage ASN.1 structures (runtime)
ii  

Bug#427350: Please make hslogger a non-native package

2007-06-03 Thread Kari Pahula
Package: hslogger
Severity: wishlist


I know that you're hslogger's upstream too, but could you please
consider making hslogger a non-native package?  Take, for example,
version 1.0.3.  The only changes from 1.0.2 were to rebuild the
package for new ghc and hugs versions, something that was just Debian
specific.

Even the installed-pkg-config in 1.0.3 still has version: 1.0.2 in
it.


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



Bug#427355: texlive-latex-extra: documentation of paralist missing

2007-06-03 Thread Jörg Sommer
Package: texlive-latex-extra
Version: 2007-3
Severity: normal

Hi,

the pdf describing the package paralist is missing. It is also not
available in the upstream distribution, but as the README in
/usr/share/doc/texlive-latex-extra/latex/paralist tells it can be
generated via “latex paralist.dtx” and I've tried the files on CTAN and I
get the documentation.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-rc2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages texlive-latex-extra depends on:
ii  preview-latex-style   11.83-6LaTeX style files for editor embed
ii  texlive-common2007-8 TeX Live: Base component
ii  texlive-latex-base2007-8 TeX Live: Basic LaTeX packages
ii  texlive-pictures  2007-8 TeX Live: Packages for drawings gr

Versions of packages texlive-latex-extra recommends:
pn  texlive-generic-extra none (no description available)
ii  texlive-latex-recommended 2007-8 TeX Live: LaTeX recommended packag
ii  texpower  0.2-2  Macros for creating professional p

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)

-- debconf information excluded


pgpVHBCebjUUx.pgp
Description: PGP signature


Bug#387113: FTBFS with GCC 4.2: redefinition of '_Atomic_word __gnu_cxx::__exchange_and_add

2007-06-03 Thread Matthijs Mohlmann

tags + pending
thanks

I've a patch available, I'll apply it when gcc 4.2 becomes the default. 
The definition as mentioned in the error is now in gcc 4.2 by default 
but gcc 4.1`didn't have it. It was applied by upstream because it 
greatly improves the speed on uniprocessor and multiprocessor systems.


So I'll wait with applying.

Regards,

Matthijs Mohlmann



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



Bug#427356: openmpi: update to version 1.2.2

2007-06-03 Thread Sylvestre Ledru
Package: openmpi
Severity: wishlist
Tags: patch

Hello,

Starting from Tilman Koschnick work (see bug #415338), I created a patch the 
version 1.2.2 of OpenMPI.

I would like to upload the new package as a NMU in one week if you don't see 
any objections.

Cheers,
Sylvestre

diff -Nur debian.orig/changelog debian/changelog
--- debian.orig/changelog	2007-06-01 17:36:35.0 +0200
+++ debian/changelog	2007-06-01 17:41:19.0 +0200
@@ -1,3 +1,31 @@
+openmpi (1.2.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release.
+  * Patch removed (20implicit_pointer_conversion.dpatch)
+
+ -- Sylvestre Ledru [EMAIL PROTECTED]  Fri, 1 Jun 2007 14:58:45 +0200
+	
+openmpi (1.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release.
+  * Acknowledge previous NMUs (closes: #386491, #392633, #404003, #404026).
+  * Fix: mpicc.openmpi fails to run when named mpicc.openmpi (closes: #388216).
+  * Include manual pages (closes: #413607).
+  * Add openmpi-mpidoc package for man pages describing the MPI standard.
+  * Update copyrights.
+
+ -- Tilman Koschnick [EMAIL PROTECTED]  Fri, 16 Mar 2007 11:17:25 +0100
+
+openmpi (1.1-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Spelling mistake in the description of the package
+Closes: #390238
+
+ -- Andreas Barth [EMAIL PROTECTED]  Fri, 22 Dec 2006 13:57:13 +
+
 openmpi (1.1-2.3) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nur debian.orig/control debian/control
--- debian.orig/control	2007-06-01 17:36:35.0 +0200
+++ debian/control	2007-06-01 17:22:12.0 +0200
@@ -82,4 +82,4 @@
  MPI offers advantages for system and software vendors, application developers
  and computer science researchers.
  .
- This package ontains debugging symbols for Open MPI.
+ This package contains debugging symbols for Open MPI.
diff -Nur debian.orig/openmpi-mpidoc.install debian/openmpi-mpidoc.install
--- debian.orig/openmpi-mpidoc.install	1970-01-01 01:00:00.0 +0100
+++ debian/openmpi-mpidoc.install	2007-06-01 17:31:48.0 +0200
@@ -0,0 +1 @@
+usr/share/man/man3/*
diff -Nur debian.orig/patches/00list debian/patches/00list
--- debian.orig/patches/00list	2007-06-01 17:36:35.0 +0200
+++ debian/patches/00list	2007-06-01 17:23:44.0 +0200
@@ -1,2 +1,2 @@
 10opal_noexecstack
-20implicit_pointer_conversion
+20fix_manpage_link.dpatch
diff -Nur debian.orig/patches/20fix_manpage_link.dpatch debian/patches/20fix_manpage_link.dpatch
--- debian.orig/patches/20fix_manpage_link.dpatch	1970-01-01 01:00:00.0 +0100
+++ debian/patches/20fix_manpage_link.dpatch	2007-06-01 16:30:55.0 +0200
@@ -0,0 +1,14 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30fix_manpage_link.dpatch by Tilman Koschnick [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix link between manpages.
+
[EMAIL PROTECTED]@
+diff -urNad openmpi-1.2~/ompi/mpi/man/man3/MPI_Status_c2f.3 openmpi-1.2/ompi/mpi/man/man3/MPI_Status_c2f.3
+--- openmpi-1.2~/ompi/mpi/man/man3/MPI_Status_c2f.3	2006-11-09 19:53:42.0 +0100
 openmpi-1.2/ompi/mpi/man/man3/MPI_Status_c2f.3	2007-03-18 00:18:20.513262103 +0100
+@@ -1,2 +1,2 @@
+-.so man3/MPI_Status_c2f.3
++.so man3/MPI_Status_f2c.3
+ ' @(#)MPI_Status_c2f.3 1.12 06/03/09
diff -Nur debian.orig/patches/20implicit_pointer_conversion.dpatch debian/patches/20implicit_pointer_conversion.dpatch
--- debian.orig/patches/20implicit_pointer_conversion.dpatch	2007-06-01 17:36:35.0 +0200
+++ debian/patches/20implicit_pointer_conversion.dpatch	1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20implict_pointer_conversion.dpatch by Florian Ragwitz [EMAIL PROTECTED]
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Include malloc.h to avoid implict pointer conversion on 64 
-## DP: architectures. See #377725.
-
[EMAIL PROTECTED]@
-
 openmpi-1.1.orig/ompi/mca/mpool/openib/mpool_openib_module.c	2006-08-07 15:56:18.428275656 +0200
-+++ openmpi-1.1/ompi/mca/mpool/openib/mpool_openib_module.c	2006-08-07 15:55:50.757482256 +0200
-@@ -26,6 +26,7 @@
- #include ompi/mca/rcache/rcache.h
- #include ompi/mca/rcache/base/base.h
- #include ompi/mca/mpool/base/base.h
-+#include malloc.h
- 
- extern uint32_t mca_mpool_base_page_size;
- extern uint32_t mca_mpool_base_page_size_log; 


Bug#407510: Partial fix committed

2007-06-03 Thread Bart Samwel

FYI: The upstream fixed some of these, and I committed some additional
fixes as well, so that there will be no more bash dependency in the next
version.

Cheers,
Bart



  1   2   3   4   >