Bug#464255: [debian-mysql] Bug#464255: mysql-server: help contents missing

2008-02-06 Thread Norbert Tretkowski
Am Dienstag, den 05.02.2008, 22:38 -0800 schrieb Norbert Kiesel:
 Was that dropped for license or copyright reasons, do I have to
 install another package, or am I just missing something?

Unfortunately it had to be removed due to licensing issues. But the
output of help contents is confusing, I'll add a note about the online
docs instead.

Norbert




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



Bug#463929: exim4: Segfaults after libpq5 upgrade

2008-02-06 Thread Marc F. Clemente

On 2008-02-04 Ralph Rößner [EMAIL PROTECTED] wrote:
 Just a quick confirm: Same problem for us, downgrading libpq5 to
 version 8.2.6-1 makes the problem go away.

On Mon, Feb 04, 2008 at 08:22:22PM +0100, Andreas Metzler wrote:
 Is yours also amd64? I do not see this on i386.

I have two (almost) identical systems.  One is amd64, the other is i386. 
 I only have this problem on amd64.


Downgrading libpq5 fixes my problem.  AFIK, the problem seems to have 
cropped up between libpq5_8.3~rc2-1 and libpq5_8.3~rc2-1+b1.


Incidentally, I use a self-compiled exim4-daemon-custom 
  version 4.67.8.


Marc



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



Bug#464121: evolution: Evolution mail component misses 'camel_smime_context_new' and crashes

2008-02-06 Thread Mickaël Masquelin
Hi,

I've got the same problem. It occurs when I try to view a message from
an author who got a X509 cert.

It's not possible to restart evolution without specifying an additional
option such as --disable-preview.

evolution: symbol lookup
error: /usr/lib/evolution/2.12/components/libevolution-mail.so:
undefined symbol: camel_smime_context_new

Package : evolution
Version : 2.12.3-1

-- Sys info :
Debian Release : lenny
APT prefers testing
APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel : Linux 2.6.24 (SMP w/2 CPU cores)
Locale : LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell : /bin/bash

Versions of packages :
ii  evolution2.12.3-1
groupware suite with mail client and organiz
ii  evolution-common 2.12.3-1
architecture independent files for Evolution
ii  evolution-data-server1.12.2-1+b1
evolution database backend server
ii  evolution-data-server-common 1.12.2-1
architecture independent files for Evolution
ii  evolution-plugins2.12.3-1
standard plugins for Evolution
ii  evolution-plugins-experimental   2.12.3-1
experimental plugins for Evolution
ii  evolution-webcal 2.12.0-1
webcal: URL handler for GNOME and Evolution

Thanx.
-- 
Mickaël Masquelin





Bug#464010: jffnms: Missing alternative dependency on system-log-daemon

2008-02-06 Thread Michael Biebl
Craig Small wrote:
 On Mon, Feb 04, 2008 at 11:21:16PM +0100, Michael Biebl wrote:
 Could you explain a little, how jffnms uses syslog-ng (from your
 description it sounds the other way around: syslog-ng using jffnms as
 storage backend)
 It's basically using syslog-ng as a converter from UDP syslog packets
 from remote routers and sending those messages into a specific format
 into a JFFNMS database.
 
 Indeed, rsyslog can log into mysql and psql databases.
 As I haven't quite understood yet, how the interaction between jffnms
 and syslog-ng is, I'm not yet sure if that can be applied to rsyslog or not.
 It has a clause in their configuration to pass the syslog messages
 in the following format:
 
  template(INSERT INTO syslog (date, date_logged, host, message) VALUES
  ('$YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC', NOW\(\), '$FULLHOST',
  '$MSG');\n)
 
 It's documented here:
 http://www.jffnms.org/docs/jffnms_14.html#id2

Thanks for the pointer. I'll take a look at it.
From a first look, it seem that it could be done in rsyslog.
For one it allows to drop configuration data in /etc/rsyslogd.d/ (so you
could automatically setup rsyslog without having to munge with
/etc/rsyslog.conf) and second, it allows to directly write to MySQL and
PostgreSQL databases (via the rsyslog-mysql and rsyslog-pgsql plugin)
instead of going through a pipe to an external script and then using
mysqlclient in the script to do the actual writing to the database.
Filtering on facilities is no problem either in rsyslog.
Only  source s_jffnms { unix-dgram(/dev/log); internal(); udp(); };
is not quite clear yet. Does that mean, it listens both on the unix
socket /dev/log, udp (to collect log messages from other jffnms hosts)
and internal() (whatever that is) for log messages?

Cheers,
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#464159: ITP: ktsuss -- gtk wrapper for su

2008-02-06 Thread Christian Perrier
Quoting Yves-Alexis ([EMAIL PROTECTED]):
 Package: wnpp
 Severity: wishlist
 Owner: [EMAIL PROTECTED]
 
 
 * Package name: ktsuss
   Version : 1.2
   Upstream Author : David B. Cortarello [EMAIL PROTECTED]
 * URL : http://developer.berlios.de/projects/ktsuss
 * License : BSD
   Programming Lang: C
   Description : gtk wrapper for su

s/gtk/GTK?

Possible alternative: graphical wrapper for su and keep reference to
GTK in the long description.




signature.asc
Description: Digital signature


Bug#464285: rails: FTBFS: private method `cp' called for File:Class

2008-02-06 Thread Lucas Nussbaum
Package: rails
version: 2.0.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dpkg-source: building rails in rails_2.0.2-1.dsc
   debian/rules build
  dpatch apply-all
  applying patch 10_localhost to ./ ... ok.
  touch patch-stamp
  # Generate documentation
  mkdir build
  cd railties; RAILS_PKG_DESTINATION=`pwd`/../build rake fresh_rails
  rake aborted!
  private method `cp' called for File:Class
  /build/user/rails-2.0.2/railties/Rakefile:267
  (See full trace by running task with --trace)
  (in /build/user/rails-2.0.2/railties)
  make: *** [build-stamp] Error 1
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464288: tcm: FTBFS: cp: not writing through dangling symlink `src/Config.tmpl'

2008-02-06 Thread Lucas Nussbaum
Package: tcm
version: 2.20+TSQD-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  (cd ./src; rm -f ./Config.tmpl)
  (cd ./src; ln -s Config.tmpl_linux Config.tmpl) 
  (cd ./src; rm -f ./Makefile)
  (cd ./src; ln -s Makefile.gcc Makefile) 
  (cd ./src; touch ./gl/instances.h) 
  (cd ./lib/help; ln -s ../../CHANGELOG .) 
  (cd ./lib/help; ln -s ../../COPYING .) 
  done making config for linux
  PLEASE CHECK FIRST THE SETTINGS IN src/Config.tmpl!
  after that you can do the following:
  make depend: for making file dependencies
  make execs: for making the binaries
  make install: for copying the binaries and the files that they need to 
  CM_HOME
  (this installation directory can be changed in 
  /build/user/tcm-2.20+TSQD/Makefile)
  make all: to do all this in one run
  make clean: to remove all binaries, object and temporary files.
  make[1]: Leaving directory `/build/user/tcm-2.20+TSQD'
  cp debian/Config.tmpl src/
  cp: not writing through dangling symlink `src/Config.tmpl'
  make: *** [configure-stamp] Error 1
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464297: lockfile-progs: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 13: duplicate field Priority found

2008-02-06 Thread Lucas Nussbaum
Package: lockfile-progs
version: 0.1.11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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: liblockfile-dev
  Checking for already installed source dependencies...
  liblockfile-dev: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
libgomp1 lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
liblockfile1
  The following NEW packages will be installed:
liblockfile-dev liblockfile1
  0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  Need to get 32.7kB of archives.
  After this operation, 94.2kB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
liblockfile1 liblockfile-dev
  Authentication warning overridden.
  Get:1 http://idpot.grenoble.grid5000.fr sid/main liblockfile1 1.06.2 [14.6kB]
  Get:2 http://idpot.grenoble.grid5000.fr sid/main liblockfile-dev 1.06.2 
  [18.1kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 32.7kB in 0s (0B/s)
  Selecting previously deselected package liblockfile1.
  (Reading database ... 9497 files and directories currently installed.)
  Unpacking liblockfile1 (from .../liblockfile1_1.06.2_i386.deb) ...
  Selecting previously deselected package liblockfile-dev.
  Unpacking liblockfile-dev (from .../liblockfile-dev_1.06.2_i386.deb) ...
  Setting up liblockfile1 (1.06.2) ...
  Setting up liblockfile-dev (1.06.2) ...
  Checking correctness of source dependencies...
  Kernel: Linux 2.6.18-3-amd64 i386 (x86_64)
  Toolchain package versions: libc6-dev_2.7-6 linux-libc-dev_2.6.24-2 
  gcc-4.2_4.2.3-1 g++-4.2_4.2.3-1 binutils_2.18.1~cvs20080103-1 
  libstdc++6-4.2-dev_4.2.3-1 libstdc++6_4.3-20080202-1
  --
  gpg: Signature made Sat Aug 25 02:40:14 2007 CEST using DSA key ID 8C7E73A4
  gpg: Can't check signature: public key not found
  dpkg-source: extracting lockfile-progs in lockfile-progs-0.1.11
  dpkg-source: unpacking lockfile-progs_0.1.11.tar.gz
  dpkg-buildpackage: source package lockfile-progs
  dpkg-buildpackage: source version 0.1.11
  dpkg-buildpackage: source changed by Rob Browning [EMAIL PROTECTED]
  dpkg-buildpackage: host architecture i386
  dpkg-checkbuilddeps: error: syntax error in debian/control at line 13: 
  duplicate field Priority found
  dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
  aborting.
  dpkg-buildpackage: warning: (Use -d flag to override.)

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464318: libnet-whois-raw-perl: FTBFS: make[1]: *** No rule to make target `realclean'. Stop.

2008-02-06 Thread Lucas Nussbaum
Package: libnet-whois-raw-perl
version: 1.38-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

   /usr/bin/fakeroot debian/rules clean
  dh_testdir
  dh_testroot
  # Add here commands to clean up after the build process.
  /usr/bin/make realclean
  make[1]: Entering directory `/build/user/libnet-whois-raw-perl-1.38'
  make[1]: *** No rule to make target `realclean'.  Stop.
  make[1]: Leaving directory `/build/user/libnet-whois-raw-perl-1.38'
  make: *** [clean] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464316: soap-lite: FTBFS: Error while loading SOAP::Transport::MAILTO

2008-02-06 Thread Lucas Nussbaum
Package: soap-lite
version: 0.70.04-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  t/03-serverok
  2/32 skipped: 
  t/04-attachok
  t/05-customxml.ok
  t/06-modules...# Failed test 3 in t/06-modules.t at line 27 
  fail #3
  #  t/06-modules.t line 27 is: ok(!$@) or warn \nError while loading 
  $_\n;
  
  Error while loading SOAP::Transport::MAILTO
  FAILED test 3
   Failed 1/17 tests, 94.12% okay (less 1 skipped test: 15 okay, 88.24%)
  t/07-xmlrpc_payloadok
  t/08-schemaok
  Failed TestStat Wstat Total Fail  Failed  List of Failed
  ---
  t/06-modules.t   171   5.88%  3
  3 subtests skipped.
  Failed 1/12 test scripts, 91.67% okay. 1/640 subtests failed, 99.84% okay.
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory `/build/user/soap-lite-0.70.04'
  make: *** [install-stamp] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464299: skalibs: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 13: duplicate field Architecture found

2008-02-06 Thread Lucas Nussbaum
Package: skalibs
version: 0.45-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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: dietlibc-dev (= 0.26-3) [alpha amd64 arm hppa i386 ia64 mips 
  mipsel powerpc ppc64 s390 sparc]
  Checking for already installed source dependencies...
  dietlibc-dev: missing
  Using default version 0.31-1
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
libgomp1 lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
dietlibc-doc
  Recommended packages:
dietlibc
  The following NEW packages will be installed:
dietlibc-dev
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 416kB of archives.
  After this operation, 2314kB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
dietlibc-dev
  Authentication warning overridden.
  Get:1 http://idpot.grenoble.grid5000.fr sid/main dietlibc-dev 0.31-1 [416kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 416kB in 0s (1889kB/s)
  Selecting previously deselected package dietlibc-dev.
  (Reading database ... 9497 files and directories currently installed.)
  Unpacking dietlibc-dev (from .../dietlibc-dev_0.31-1_i386.deb) ...
  Setting up dietlibc-dev (0.31-1) ...
  Checking correctness of source dependencies...
  Kernel: Linux 2.6.18-3-amd64 i386 (x86_64)
  Toolchain package versions: libc6-dev_2.7-6 linux-libc-dev_2.6.24-2 
  gcc-4.2_4.2.3-1 g++-4.2_4.2.3-1 binutils_2.18.1~cvs20080103-1 
  libstdc++6-4.2-dev_4.2.3-1 libstdc++6_4.3-20080202-1
  --
  gpg: Signature made Sat Mar 26 15:55:56 2005 CET using DSA key ID BC70A6FF
  gpg: Can't check signature: public key not found
  dpkg-source: extracting skalibs in skalibs-0.45
  dpkg-source: unpacking skalibs_0.45.orig.tar.gz
  dpkg-source: applying ./skalibs_0.45-2.diff.gz
  dpkg-buildpackage: source package skalibs
  dpkg-buildpackage: source version 0.45-2
  dpkg-buildpackage: source changed by Gerrit Pape [EMAIL PROTECTED]
  dpkg-buildpackage: host architecture i386
  dpkg-checkbuilddeps: error: syntax error in debian/control at line 13: 
  duplicate field Architecture found
  dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
  aborting.
  dpkg-buildpackage: warning: (Use -d flag to override.)

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464298: mono-addins: FTBFS: config.status: error: invalid argument: Makefile

2008-02-06 Thread Lucas Nussbaum
Package: mono-addins
version: 0.3-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/mono-addins-0.3'
   cd .  /bin/sh ./config.status Makefile 
  config.status: error: invalid argument: Makefile
  make[2]: *** [Makefile] Error 1
  make[2]: Leaving directory `/build/user/mono-addins-0.3'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/build/user/mono-addins-0.3'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#463470: fixed in xgraph 12.1-9

2008-02-06 Thread Lucas Nussbaum
found 463470 12.1-9
thanks

On 03/02/08 at 10:32 +, Barak A. Pearlmutter wrote:
  xgraph (12.1-9) unstable; urgency=low
  .
* invoke aclocal in debian/rules to update configure.in (closes: #463470)

Hi,

I can still reproduce this bug with 12.1-9, sorry.

Lucas



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



Bug#464291: mailutils: FTBFS: ERROR: Cannot create /build/user/mailutils-1.2+dfsg1/imap4d/testsuite/data/spool/INBOX:

2008-02-06 Thread Lucas Nussbaum
Package: mailutils
version: 1:1.2+dfsg1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

   === imap4d tests ===
  
  Schedule of variations:
  unix
  
  Running target unix
  Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
  target.
  Using /usr/share/dejagnu/config/unix.exp as generic interface file for 
  target.
  Using /build/user/mailutils-1.2+dfsg1/imap4d/testsuite/config/default.exp as 
  tool-and-target-specific interface file.
  Running /build/user/mailutils-1.2+dfsg1/imap4d/testsuite/imap4d/IDEF0955.exp 
  ...
  ERROR: Cannot create 
  /build/user/mailutils-1.2+dfsg1/imap4d/testsuite/data/spool/INBOX: 
  make[4]: *** [check-DEJAGNU] Error 1
  make[4]: Leaving directory `/build/user/mailutils-1.2+dfsg1/imap4d/testsuite'
  make[3]: *** [check-am] Error 2
  make[3]: Leaving directory `/build/user/mailutils-1.2+dfsg1/imap4d/testsuite'
  make[2]: *** [check-recursive] Error 1
  make[2]: Leaving directory `/build/user/mailutils-1.2+dfsg1/imap4d'
  make[1]: *** [check-recursive] Error 1
  make[1]: Leaving directory `/build/user/mailutils-1.2+dfsg1'
  make: *** [debian/stamp-makefile-check] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464313: ski: FTBFS: debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or directory

2008-02-06 Thread Lucas Nussbaum
Package: ski
version: 1.3.2-0
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

   /usr/bin/fakeroot debian/rules clean
  debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or 
  directory
  debian/rules:4: /usr/share/cdbs/1/class/autotools.mk: No such file or 
  directory
  debian/rules:5: /usr/share/cdbs/1/rules/simple-patchsys.mk: No such file or 
  directory
  make: *** No rule to make target 
  `/usr/share/cdbs/1/rules/simple-patchsys.mk'.  Stop.
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464241: base: NFS mounts didnt works with df under openvz inside VPS (only etch is broken, lenny is ok)

2008-02-06 Thread Holger Levsen
reassign 464241 kernel-patch-openvz
thanks

Hi Alexey,

thanks for your bug report. I'm reassigning it to the kernel-patch-openvz 
package, as etch itself has no problems with nfs mounts :-)

On Wednesday 06 February 2008 01:35, Alexey Maximov wrote:
 Severity: important

I'm actually not convinced this is of important severity, but leave it to the 
openvz maintainer(s) to downgrade it.


regards,
Holger


pgp7gMu1EEin9.pgp
Description: PGP signature


Bug#464314: insight: FTBFS: checking for Itcl configuration... configure: error: /usr/lib/itcl3.2 directory doesn't contain itclConfig.sh

2008-02-06 Thread Lucas Nussbaum
Package: insight
version: 6.7.1.dfsg.1-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  checking for suffix of object files... (cached) o
  checking whether we are using the GNU C compiler... (cached) yes
  checking whether i486-linux-gnu-gcc accepts -g... (cached) yes
  checking for i486-linux-gnu-gcc option to accept ANSI C... (cached) none 
  needed
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether /usr/bin/make sets $(MAKE)... (cached) yes
  checking for i486-linux-gnu-ranlib... (cached) ranlib
  checking build system type... (cached) i486-pc-linux-gnu
  checking host system type... (cached) i486-pc-linux-gnu
  checking for Tcl configuration... (cached) found /usr/lib/tcl8.4/tclConfig.sh
  checking for existence of /usr/lib/tcl8.4/tclConfig.sh... loading
  checking for Tk configuration... found /usr/lib/tk8.4/tkConfig.sh
  checking for existence of /usr/lib/tk8.4/tkConfig.sh... loading
  checking for Itcl configuration... configure: error: /usr/lib/itcl3.2 
  directory doesn't contain itclConfig.sh
  configure: error: /bin/sh '../.././itcl/itk/configure' failed for itk
  make[2]: *** [configure-itcl] Error 1
  make[2]: Leaving directory `/build/user/insight-6.7.1.dfsg.1'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/build/user/insight-6.7.1.dfsg.1'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464315: libtemplates-parser: FTBFS: tail: cannot open `+3' for reading: No such file or directory

2008-02-06 Thread Lucas Nussbaum
Package: libtemplates-parser
version: 10.0+20060522-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/libtemplates-parser-10.0+20060522/docs'
  tail +3 all_sources.ada  sources.ada
  tail: cannot open `+3' for reading: No such file or directory
  make[1]: *** [demo.adb] Error 1
  make[1]: Leaving directory 
  `/build/user/libtemplates-parser-10.0+20060522/docs'
  make: *** [doc-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464312: mlgmp: FTBFS: dh_movefiles: debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.0/stublibs/ not found (supposed to put it in libgmp-ocaml)

2008-02-06 Thread Lucas Nussbaum
Package: mlgmp
version: 20021123-12
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  ocamlc -g  -c test_suite.ml
  ocamlc -g -custom gmp.cma test_suite.cmo -o test_suite -cclib -L.
  ./test_suite
  if [ -e ./test_suite.opt ]; then ./test_suite.opt; fi
  install -d 
  /build/user/mlgmp-20021123/debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.1/gmp/
  install -m 0644 -c gmp.cma gmp.cmi gmp.cmxa *.a gmp.mli 
  /build/user/mlgmp-20021123/debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.1/gmp/
  install -d 
  /build/user/mlgmp-20021123/debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.1/stublibs/
  install -m 0644 -c dllgmpstub.so 
  /build/user/mlgmp-20021123/debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.1/stublibs/
  make[1]: Leaving directory `/build/user/mlgmp-20021123'
  cp debian/META debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.1/gmp
  dh_testdir
  dh_testroot
  dh_movefiles -s --sourcedir=debian/libgmp-ocaml-dev
  dh_movefiles: debian/libgmp-ocaml-dev/usr/lib/ocaml/3.10.0/stublibs/ not 
  found (supposed to put it in libgmp-ocaml)
  tar: /build/user/mlgmp-20021123/debian/movelist: Cannot stat: No such file 
  or directory
  tar: Error is not recoverable: exiting now
  tar: This does not look like a tar archive
  tar: Error exit delayed from previous errors
  dh_movefiles: command returned error code
  make: *** [binary-arch] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464320: Break gnome-system-monitor

2008-02-06 Thread Pep
Package: libpcrecpp0
Version: 7.6-1
Severity: grave

--- Please enter the report below this line. ---

When I launch gnome-system-monitor, I have this message :

[EMAIL PROTECTED] ~% gnome-system-monitor 
gnome-system-monitor: symbol lookup error: gnome-system-monitor:
undefined symbol: _ZN7pcrecpp6no_argE
zsh: exit 127 gnome-system-monitor

and it crashes. gnome-system-monitor is 2.20.2-1

If I install back libpcrecpp0 7.4-1, gnome-system-monitor works
perfectly.

Pep

 --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstableftp.fr.debian.org 
  500 unstabledebian-multimedia.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6(= 2.7-1) | 2.7-6
libgcc1(= 1:4.2.1) | 1:4.3-20080202-1
libpcre3   (= 7.4) | 7.6-1
libstdc++6   (= 4.2.1) | 4.3-20080202-1





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



Bug#464310: icepick: FTBFS: make: dh_nativejava: Command not found

2008-02-06 Thread Lucas Nussbaum
Package: icepick
version: 0.01-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  test -z /usr/share/java || mkdir -p -- 
  /build/user/icepick-0.01/debian/icepick/usr/share/java
   /usr/bin/install -c -m 644 'tools.jar' 
  '/build/user/icepick-0.01/debian/icepick/usr/share/java/tools.jar'
  make[4]: Leaving directory `/build/user/icepick-0.01'
  make[3]: Leaving directory `/build/user/icepick-0.01'
  make[2]: Leaving directory `/build/user/icepick-0.01'
  make[1]: Leaving directory `/build/user/icepick-0.01'
  mv debian/icepick/usr/share/java/tools.jar 
  debian/icepick/usr/share/java/icepick-tools.jar
  for i in doc/man/*.1; do \
 install -m644 $i debian/icepick/usr/share/man/man1/icepick-$(basename 
  $i); \
   done
  dh_testdir
  dh_testroot
  dh_installchangelogs -s ChangeLog
  dh_installdocs -s AUTHORS README THANKS
  rm -rf debian/icepick-gcj/usr/share/doc/icepick-gcj
  mkdir -p debian/icepick-gcj/usr/share/doc
  ln -sf icepick debian/icepick-gcj/usr/share/doc/icepick-gcj
  dh_nativejava -s
  make: dh_nativejava: Command not found
  make: *** [binary-arch] Error 127
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464289: libdc1394-22: FTBFS: cp: cannot stat `doc/libdc1394.ps': No such file or directory

2008-02-06 Thread Lucas Nussbaum
Package: libdc1394-22
version: 2.0.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  Generating docs for compound dc1394video_modes_t...
  Generating docs for compound sff_feature...
  Generating namespace index...
  Generating namespace member index...
  Generating graph info page...
  Generating file index...
  Generating example index...
  Generating file member index...
  Generating page index...
  make[1]: Leaving directory `/build/user/libdc1394-22-2.0.1'
  touch build-indep-stamp
   /usr/bin/fakeroot debian/rules binary
  dh_testdir -i
  dh_testroot -i
  dh_installdirs -i
  mkdir -p debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/
  cp -a doc/html debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/
  cp -a doc/libdc1394.ps 
  debian/libdc1394-22-doc/usr/share/doc/libdc1394-22-doc/
  cp: cannot stat `doc/libdc1394.ps': No such file or directory
  make: *** [install-indep] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464308: libtie-toobject-perl: FTBFS: Can't locate ok.pm in @INC

2008-02-06 Thread Lucas Nussbaum
Package: libtie-toobject-perl
version: 0.03-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/libtie-toobject-perl-0.03'
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
  test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  t/tieCan't locate ok.pm in @INC (@INC contains: 
  /build/user/libtie-toobject-perl-0.03/blib/lib 
  /build/user/libtie-toobject-perl-0.03/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at t/tie.t line 16.
  BEGIN failed--compilation aborted at t/tie.t line 16.
  # Looks like your test died before it could output anything.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-10
   Failed 10/10 tests, 0.00% okay
  Failed Test Stat Wstat Total Fail  Failed  List of Failed
  ---
  t/tie.t  255 6528010   20 200.00%  1-10
  Failed 1/1 test scripts, 0.00% okay. 10/10 subtests failed, 0.00% okay.
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory `/build/user/libtie-toobject-perl-0.03'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464321: xine-plugin: FTBFS: checking for XINE-LIB version = 1.0.0... /usr/bin/xine-config: line 68: exec: pkg-config: not found

2008-02-06 Thread Lucas Nussbaum
Package: xine-plugin
version: 1.0.1~cvs20070523-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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-efc... no
  checking for i486-linux-gnu-pgf95... no
  checking for i486-linux-gnu-lf95... no
  checking for i486-linux-gnu-ftn... no
  checking for g77... no
  checking for xlf... no
  checking for f77... no
  checking for frt... no
  checking for pgf77... no
  checking for cf77... no
  checking for fort77... no
  checking for fl32... no
  checking for af77... no
  checking for xlf90... no
  checking for f90... no
  checking for pgf90... no
  checking for pghpf... no
  checking for epcf90... no
  checking for gfortran... no
  checking for g95... no
  checking for xlf95... no
  checking for f95... no
  checking for fort... no
  checking for ifort... no
  checking for ifc... no
  checking for efc... no
  checking for pgf95... no
  checking for lf95... no
  checking for ftn... no
  checking whether we are using the GNU Fortran 77 compiler... no
  checking whether  accepts -g... no
  checking the maximum length of command line arguments... 32768
  checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc 
  object... ok
  checking for objdir... .libs
  checking for i486-linux-gnu-ar... no
  checking for ar... ar
  checking for i486-linux-gnu-ranlib... no
  checking for ranlib... ranlib
  checking for i486-linux-gnu-strip... no
  checking for strip... strip
  checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  checking for i486-linux-gnu-gcc option to produce PIC... -fPIC
  checking if i486-linux-gnu-gcc PIC flag -fPIC works... yes
  checking if i486-linux-gnu-gcc static flag -static works... yes
  checking if i486-linux-gnu-gcc supports -c -o file.o... yes
  checking whether the i486-linux-gnu-gcc linker (/usr/bin/ld) supports shared 
  libraries... yes
  checking whether -lc should be explicitly linked in... no
  checking dynamic linker characteristics... GNU/Linux ld.so
  checking how to hardcode library paths into programs... immediate
  checking whether stripping libraries is possible... yes
  checking if libtool supports shared libraries... yes
  checking whether to build shared libraries... yes
  checking whether to build static libraries... no
  configure: creating libtool
  appending configuration tag CXX to libtool
  checking for ld used by i486-linux-gnu-g++... /usr/bin/ld
  checking if the linker (/usr/bin/ld) is GNU ld... yes
  checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared 
  libraries... yes
  checking for i486-linux-gnu-g++ option to produce PIC... -fPIC
  checking if i486-linux-gnu-g++ PIC flag -fPIC works... yes
  checking if i486-linux-gnu-g++ static flag -static works... yes
  checking if i486-linux-gnu-g++ supports -c -o file.o... yes
  checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared 
  libraries... yes
  checking dynamic linker characteristics... GNU/Linux ld.so
  checking how to hardcode library paths into programs... immediate
  appending configuration tag F77 to libtool
  checking for i486-linux-gnu-pkg-config... no
  checking for pkg-config... no
  checking for X... libraries , headers 
  checking for X... checking for gethostbyname... yes
  checking for connect... yes
  checking for remove... yes
  checking for shmat... yes
  checking for IceConnectionNumber in -lICE... no
  checking for i486-linux-gnu-xine-config... no
  checking for xine-config... /usr/bin/xine-config
  checking for XINE-LIB version = 1.0.0... /usr/bin/xine-config: line 68: 
  exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  /usr/bin/xine-config: line 68: exec: pkg-config: not found
  no
  *** Could not run XINE test program, checking why...
  *** The test program compiled, but did not run. This usually means
  *** that the run-time linker is not finding XINE or finding the wrong
  *** version of XINE. If it is not finding XINE, you'll need to set your
  *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
  *** to the installed location  Also, make sure you have run ldconfig if that
  *** is required on your system
  ***
  *** If you have an old version installed, it is best to remove it, although
  *** you may also be able to get things to work by modifying LD_LIBRARY_PATH
  ***
  configure: error: *** You should install xine-lib first ***
  make: *** 

Bug#464304: openoffice.org: FTBFS: checking for jawt lib name... configure: error: jni.h could not be found. Mismatch between gcc and libgcj or libgcj-devel missing?

2008-02-06 Thread Lucas Nussbaum
Package: openoffice.org
version: 1:2.3.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  checking for g++ include path... /usr/include/c++/4.2
  checking exception type... dwarf2
  checking what the default STL should be... stlport
  checking for STLport4 headers... checked.
  checking for STLport4 libraries... checked
  checking which memory allocator to use... system
  checking for malloc... yes
  checking for realloc... yes
  checking for calloc... yes
  checking for free... yes
  checking how to run the C preprocessor... gcc -E
  checking how to run the C++ preprocessor... g++ -E
  checking whether to add custom build version... yes, openoffice.org-core 
  1:2.3.1-3, Tue Feb  5 23:33:08 CET 2008
  checking whether to build with Java support... yes
  checking the installed JDK... checked (gcj)
  checking for target java bytecode version... default by gcj
  checking for jawt lib name... configure: error: jni.h could not be found. 
  Mismatch between gcc and libgcj or libgcj-devel missing?
  make[1]: *** [stamp/build] Error 1
  make[1]: Leaving directory `/build/user/openoffice.org-2.3.1/ooo-build'
  make: *** [debian/stampdir/build] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464317: mailscanner: FTBFS: chmod: cannot operate on dangling symlink `debian/mailscanner/usr/share/MailScanner/MailScanner/CustomConfig.p m'

2008-02-06 Thread Lucas Nussbaum
Package: mailscanner
version: 4.58.9-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dh_testdir
  dh_testroot
  dh_installchangelogs
  dh_installcron
  dh_installdebconf
  dh_installdocs
  dh_installexamples
  dh_installinit
  dh_installlogcheck
  dh_installman
  dh_install -X.old
  dh_link
  dh_compress
  dh_fixperms
  : # fix permissions
  find debian/mailscanner/usr/share/MailScanner/reports -type f | xargs chmod 
  a-x
  chmod a-x debian/mailscanner/usr/share/MailScanner/MailScanner/ConfigDefs.pl
  chmod a-x debian/mailscanner/usr/share/MailScanner/MailScanner/*.pm
  chmod: cannot operate on dangling symlink 
  `debian/mailscanner/usr/share/MailScanner/MailScanner/CustomConfig.pm'
  make: *** [binary-indep] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464319: lasso: FTBFS: mv: cannot stat `/build/user/lasso-2.1.1/debian/tmp/usr/lib/java/*.so': No such file or directory

2008-02-06 Thread Lucas Nussbaum
Package: lasso
version: 2.1.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  make[2]: Nothing to be done for `install-exec-am'.
  test -z /usr/lib/python2.5/site-packages || mkdir -p -- . 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages
   /usr/bin/install -c -m 644 'lasso.py' 
  '/build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/lasso.py'
  test -z /usr/lib/python2.5/site-packages || mkdir -p -- . 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages
   /bin/sh ../libtool --mode=install /usr/bin/install -c  '_lasso.la' 
  '/build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.la'
  libtool: install: warning: relinking `_lasso.la'
  (cd /build/user/lasso-2.1.1/python2.5; /bin/sh ../libtool  --mode=relink 
  i486-linux-gnu-gcc -Wall -g -O2 -o _lasso.la -rpath 
  /usr/lib/python2.5/site-packages -no-undefined -module -avoid-version 
  _lasso_la-lasso_wrap.lo ../lasso/liblasso.la -L/usr/lib -lz -lgobject-2.0 
  -lglib-2.0 -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto 
  -inst-prefix-dir /build/user/lasso-2.1.1/debian/tmp)  
  i486-linux-gnu-gcc -shared  .libs/_lasso_la-lasso_wrap.o  
  -L/build/user/lasso-2.1.1/debian/tmp/usr/lib -L/usr/lib -llasso -lz 
  -lgobject-2.0 -lglib-2.0 -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl 
  -lcrypto  -Wl,-soname -Wl,_lasso.so -o .libs/_lasso.so
  /usr/bin/install -c .libs/_lasso.soT 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.so
  /usr/bin/install -c .libs/_lasso.lai 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.la
  /usr/bin/install -c .libs/_lasso.a 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.a
  chmod 644 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.a
  ranlib 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/python2.5/site-packages/_lasso.a
  libtool: install: warning: remember to run `libtool --finish 
  /usr/lib/python2.5/site-packages'
  make[2]: Leaving directory `/build/user/lasso-2.1.1/python2.5'
  make[1]: Leaving directory `/build/user/lasso-2.1.1/python2.5'
  mkdir /build/user/lasso-2.1.1/debian/tmp/usr/lib/jni/
  mv /build/user/lasso-2.1.1/debian/tmp/usr/lib/java/*.so 
  /build/user/lasso-2.1.1/debian/tmp/usr/lib/jni/
  mv: cannot stat `/build/user/lasso-2.1.1/debian/tmp/usr/lib/java/*.so': No 
  such file or directory
  make: *** [install] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464290: ironpython: FTBFS: Got a SIGABRT

2008-02-06 Thread Lucas Nussbaum
Package: ironpython
version: 1.1.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dpkg-source: building ironpython in ironpython_1.1.1-1.dsc
   debian/rules build
  dh_testdir
  mkdir -p Src/IronPythonTest/bin/Debug
  /usr/bin/make -C Src CSC=gmcs
  make[1]: Entering directory `/build/user/ironpython-1.1.1/Src'
  gmcs -t:library -out:../IronMath.dll -recurse:IronMath/*.cs
  
  ** (/usr/lib/mono/2.0/gmcs.exe:19404): CRITICAL **: _wapi_shm_file_open: 
  shared file 
  [/nonexistent/.wapi/shared_data-paraquad-6.rennes.grid5000.fr-Linux-i686-312-11-0]
   open error: No such file or directory
  
  ** (/usr/lib/mono/2.0/gmcs.exe:19404): CRITICAL **: _wapi_shm_attach: shared 
  file 
  [/nonexistent/.wapi/shared_data-paraquad-6.rennes.grid5000.fr-Linux-i686-312-11-0]
   open error
  
  ** ERROR **: file shared.c: line 346 (shm_semaphores_init): assertion 
  failed: (tmp_shared != NULL)
  aborting...
  
  ** (process:19404): WARNING (recursed) **: Thread (nil) may have been 
  prematurely finalized
  Stacktrace:
  
  
  ** (process:19404): WARNING (recursed) **: Thread (nil) may have been 
  prematurely finalized
  
  ** (process:19404): WARNING (recursed) **: Thread (nil) may have been 
  prematurely finalized
  
  Native stacktrace:
  
   /usr/bin/mono [0x81b1077]
   /usr/bin/mono [0x819439e]
   [0xe600]
   /lib/libc.so.6(abort+0x101) [0x55694811]
   /usr/lib/libglib-2.0.so.0 [0x555bcfa9]
   /usr/lib/libglib-2.0.so.0(g_log+0x29) [0x555bcfd9]
   /usr/lib/libglib-2.0.so.0(g_assert_warning+0x70) [0x555bd050]
   /usr/bin/mono [0x8149895]
   /usr/bin/mono [0x814a024]
   /usr/bin/mono [0x813987b]
   /usr/bin/mono(mono_once+0xbc) [0x8144e44]
   /usr/bin/mono [0x8139f70]
   /usr/bin/mono [0x814825a]
   /usr/bin/mono [0x81488b4]
   /usr/bin/mono [0x80f69a4]
   /usr/bin/mono(mono_runtime_init+0x1a) [0x80fd3f6]
   /usr/bin/mono [0x819568c]
   /usr/bin/mono(mono_main+0x103a) [0x805c352]
   /usr/bin/mono [0x805a266]
   /lib/libc.so.6(__libc_start_main+0xe0) [0x5567e450]
   /usr/bin/mono [0x805a1e1]
  
  =
  Got a SIGABRT while executing native code. This usually indicates
  a fatal error in the mono runtime or one of the native libraries 
  used by your application.
  =
  
  make[1]: *** [../IronMath.dll] Aborted
  make[1]: Leaving directory `/build/user/ironpython-1.1.1/Src'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464287: nis: FTBFS: dpkg-shlibdeps: need at least one executable

2008-02-06 Thread Lucas Nussbaum
Package: nis
version: 3.17-13
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/nis-3.17/ypbind-mt-1.20.1'
  make[3]: Nothing to be done for `install-exec-am'.
  make[3]: Nothing to be done for `install-data-am'.
  make[3]: Leaving directory `/build/user/nis-3.17/ypbind-mt-1.20.1'
  make[2]: Leaving directory `/build/user/nis-3.17/ypbind-mt-1.20.1'
  make[1]: Leaving directory `/build/user/nis-3.17/ypbind-mt-1.20.1'
  (cd /build/user/nis-3.17/debian/tmp/bin  ln -sf domainname 
  nisdomainname)
  (cd /build/user/nis-3.17/debian/tmp/bin  ln -sf domainname 
  ypdomainname)
  (cd /build/user/nis-3.17/debian/tmp/usr/bin  ln -sf yppasswd ypchsh)
  (cd /build/user/nis-3.17/debian/tmp/usr/bin  ln -sf yppasswd ypchfn)
  strip /build/user/nis-3.17/debian/tmp/usr/lib/yp/ypxfr
  strip /build/user/nis-3.17/debian/tmp/usr/sbin/ypbind
  #
  #install -g root -m 755 ypbind-mt-1.20.1/ypbind 
  /build/user/nis-3.17/debian/tmp/usr/sbin
  #install -g root -m 644 ypbind-mt-1.20.1/ypbind.8 
  /build/user/nis-3.17/debian/tmp/usr/share/man/man8
  install -g root -m 644 debian/yp.conf 
  /build/user/nis-3.17/debian/tmp/etc/yp.conf
  #
  chown -R root:root /build/user/nis-3.17/debian/tmp
  chmod -R u+rw,o=u-w /build/user/nis-3.17/debian/tmp
  #
  ##install -g root -m 755 debian/domainname 
  /build/user/nis-3.17/debian/tmp/bin/domainname
  ##ln -s domainname /build/user/nis-3.17/debian/tmp/bin/nisdomainname
  ##install -g root -m 644 debian/*domainname.8 
  /build/user/nis-3.17/debian/tmp/usr/share/man/man8
  #
  install -g root -m 755 debian/ypxfr_1perhour 
  /build/user/nis-3.17/debian/tmp/usr/lib/yp
  install -g root -m 755 debian/ypxfr_1perday 
  /build/user/nis-3.17/debian/tmp/usr/lib/yp
  install -g root -m 755 debian/ypxfr_2perday 
  /build/user/nis-3.17/debian/tmp/usr/lib/yp
  install -g root -m 755 debian/convert-ypserv-conf 
  /build/user/nis-3.17/debian/tmp/usr/lib/yp
  install -g root -m 755 debian/rc.nis 
  /build/user/nis-3.17/debian/tmp/etc/init.d/nis
  install -g root -m 644 debian/netgroup.sample 
  /build/user/nis-3.17/debian/tmp/etc/netgroup
  install -g root -m 644 debian/ypserv.securenets 
  /build/user/nis-3.17/debian/tmp/etc
  install -g root -m 644 debian/ypserv.conf.debian 
  /build/user/nis-3.17/debian/tmp/etc/ypserv.conf
  install -g root -m 755 debian/reportbug-script 
  /build/user/nis-3.17/debian/tmp/usr/share/bug/nis/script
  # Documentation.
  gzip -9f /build/user/nis-3.17/debian/tmp/usr/share/man/man*/*
  install -g root -m 644 debian/nis.debian.howto 
  /build/user/nis-3.17/debian/tmp/usr/share/doc/nis
  install -g root -m 644 debian/changelog \
   
  /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/changelog.Debian
  install -g root -m 644 ypserv-2.19/ChangeLog \
   /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/changelog
  gzip -9f /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/* || true
  gzip: /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/examples is a 
  directory -- ignored
  install -g root -m 644 debian/COPYRIGHT \
 /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/copyright
  install -g root -m 644 debian/nis.default \
 /build/user/nis-3.17/debian/tmp/usr/share/nis
  (cd /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/examples  ln -s 
  ../../../nis/nis.default ) 
  install -g root -m 644 ypserv-2.19/etc/ypserv.conf \
 /build/user/nis-3.17/debian/tmp/usr/share/doc/nis/examples
  #
  install -g root -m 644 debian/conffiles 
  /build/user/nis-3.17/debian/tmp/DEBIAN/conffiles
  install -g root -m 755 debian/preinst 
  /build/user/nis-3.17/debian/tmp/DEBIAN/preinst
  install -g root -m 755 debian/prerm 
  /build/user/nis-3.17/debian/tmp/DEBIAN/prerm
  install -g root -m 755 debian/postinst 
  /build/user/nis-3.17/debian/tmp/DEBIAN/postinst
  install -g root -m 755 debian/postrm 
  /build/user/nis-3.17/debian/tmp/DEBIAN/postrm
  install -g root -m 755 debian/config 
  /build/user/nis-3.17/debian/tmp/DEBIAN/config
  install -g root -m 644 debian/templates.gen 
  /build/user/nis-3.17/debian/tmp/DEBIAN/templates
  # Use some binaries to generate the dependencies.
  dpkg-shlibdeps `find /build/user/nis-3.17/debian/tmp -type f -exec file '{}' 
  ';' | grep ELF | awk -F: '{print $1}'`
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory
  find: file: No such file or directory

Bug#464307: python2.5: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 34: duplicate field Replaces found

2008-02-06 Thread Lucas Nussbaum
Package: python2.5
version: 2.5.1-6
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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: autoconf, automake1.9, blt-dev (= 2.4z), bzip2, debhelper 
  (= 5), gcc (= 4:4.2) | gcc-4.1 (= 4.1.2-4) [alpha powerpc ppc64 s390 
  sparc], libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], 
  libbz2-dev, libdb-dev (= 4.6), libffi4-dev (= 4.1.2), libgdbm-dev, 
  libgpmg1 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libncursesw5-dev (= 
  5.3), libreadline5-dev, libsqlite3-dev, libssl-dev, locales, lsb-release, 
  mime-support, netbase, sharutils, tk8.4-dev, zlib1g-dev
  Build-Depends-Indep: debiandoc-sgml, emacs22, libhtml-tree-perl, sharutils, 
  texinfo, texlive-latex-recommended
  Build-Conflicts: python-xml, python2.5-xml, tcl8.3-dev, tk8.3-dev
  Checking for already installed source dependencies...
  autoconf: missing
  automake1.9: missing
  blt-dev: missing
  Using default version 2.4z-4
  bzip2: already installed (1.0.4-2)
  debhelper: missing
  Using default version 6.0.5
  gcc: already installed (4:4.2.2-2 = 4:4.2 is satisfied)
  libbluetooth-dev: missing
  libbz2-dev: missing
  libdb-dev: missing
  Using default version 4.6.21-5
  libffi4-dev: missing
  Using default version 4.3-20080202-1
  libgdbm-dev: missing
  libgpmg1: missing
  libncursesw5-dev: missing
  Using default version 5.6+20080119-1
  libreadline5-dev: missing
  libsqlite3-dev: missing
  libssl-dev: missing
  locales: missing
  lsb-release: missing
  mime-support: missing
  netbase: missing
  sharutils: missing
  tk8.4-dev: missing
  zlib1g-dev: missing
  python-xml: already deinstalled
  python2.5-xml: already deinstalled
  tcl8.3-dev: already deinstalled
  tk8.3-dev: already deinstalled
  debiandoc-sgml: missing
  emacs22: missing
  libhtml-tree-perl: missing
  sharutils: missing
  texinfo: missing
  texlive-latex-recommended: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
automake autotools-dev blt bsdmainutils defoma ed emacs22-bin-common
emacs22-common emacsen-common file fontconfig-config gettext gettext-base
groff-base html2text ifupdown intltool-debian libbluetooth2 libexpat1
libffi4 libfontconfig1 libfreetype6 libhtml-parser-perl libhtml-tagset-perl
libice-dev libice6 libjpeg62 libkpathsea4 liblockfile1 libmagic1
libncurses5-dev libncursesw5 libnewt0.52 libpng12-0 libpoppler2 libpopt0
libroman-perl libsgmls-perl libsm-dev libsm6 libsp1c2 libsqlite3-0
libssl0.9.8 libtext-format-perl libtiff4 libungif4g liburi-perl libx11-6
libx11-data libx11-dev libxau-dev libxau6 libxaw7 libxdmcp-dev libxdmcp6
libxext-dev libxext6 libxml2 libxmu6 libxpm4 libxt-dev libxt6 m4 man-db
net-tools po-debconf python python-minimal python2.4 python2.4-minimal
sgml-base sgml-data sgmlspl sp tcl8.4 tcl8.4-dev tex-common texlive-base
texlive-base-bin texlive-common texlive-doc-base texlive-latex-base tk8.4
ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail x11-common
x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
xaw3dg xml-core xtrans-dev
  Suggested packages:
autobook autoconf-archive autoconf-doc autoconf2.13 gnu-standards
automake1.9-doc blt-demo wamerican wordlist whois vacation dh-make
debiandoc-sgml-doc latex-cjk-all hlatex littex defoma-doc dfontmgr 
  psfontmgr
x-ttcidfont-conf emacs22-common-non-dfsg emacs22-el cvs gettext-doc groff
iproute dhcp3-client dhcp-client ppp pkg-config db4.6-doc libfreetype6-dev
gpm sgmls-doc sqlite3-doc libwww-perl lsb www-browser python-doc python-tk
python-profiler python2.4-doc binfmt-support sgml-base-doc perlsgml
doc-html-w3 opensp libxml2-utils mailx doc-base tclreadline tcl8.4-doc
texinfo-doc-nonfree texlive-generic-recommended xpdf-reader pdf-viewer gv
postscript-viewer tk8.4-doc
  Recommended packages:
libpaperg texlive-latex-extra texlive-fonts-recommended gs-gpl gs 
  libft-perl
curl wget lynx libfribidi0 libcompress-zlib-perl libmail-box-perl
libmail-sendmail-perl dvipdfmx lmodern perl-tk texlive-base-bin-doc
texlive-latex-base-doc texlive-latex-recommended-doc prosper latex-beamer
latex-xcolor xterm x-terminal-emulator debconf-utils
  The following NEW packages will be installed:
autoconf automake automake1.9 autotools-dev blt blt-dev bsdmainutils
debhelper debiandoc-sgml defoma ed emacs22 emacs22-bin-common 
  emacs22-common
emacsen-common file fontconfig-config gettext gettext-base groff-base
html2text ifupdown 

Bug#464305: libast: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 27: duplicate field Architecture found

2008-02-06 Thread Lucas Nussbaum
Package: libast
version: 0.7-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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: libimlib2-dev, libxt-dev, cdbs, debhelper ( 4.1.0)
  Checking for already installed source dependencies...
  libimlib2-dev: missing
  libxt-dev: missing
  cdbs: missing
  debhelper: missing
  Using default version 6.0.5
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
bsdmainutils file gettext gettext-base groff-base html2text intltool-debian
libfreetype6 libfreetype6-dev libice-dev libice6 libid3tag0 libimlib2
libjpeg62 libjpeg62-dev libltdl3 libltdl3-dev libmagic1 libpng12-0
libpng12-dev libsm-dev libsm6 libtiff4 libtiff4-dev libtiffxx0c2
libungif4-dev libungif4g libx11-6 libx11-data libx11-dev libxau-dev libxau6
libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxt6 man-db po-debconf
x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev
x11proto-xext-dev xtrans-dev zlib1g-dev
  Suggested packages:
wamerican wordlist whois vacation devscripts doc-base dh-make cvs
gettext-doc groff libtool-doc www-browser
  Recommended packages:
autotools-dev curl wget lynx libtool libcompress-zlib-perl libmail-box-perl
libmail-sendmail-perl
  The following NEW packages will be installed:
bsdmainutils cdbs debhelper file gettext gettext-base groff-base html2text
intltool-debian libfreetype6 libfreetype6-dev libice-dev libice6 libid3tag0
libimlib2 libimlib2-dev libjpeg62 libjpeg62-dev libltdl3 libltdl3-dev
libmagic1 libpng12-0 libpng12-dev libsm-dev libsm6 libtiff4 libtiff4-dev
libtiffxx0c2 libungif4-dev libungif4g libx11-6 libx11-data libx11-dev
libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxt-dev
libxt6 man-db po-debconf x11-common x11proto-core-dev x11proto-input-dev
x11proto-kb-dev x11proto-xext-dev xtrans-dev zlib1g-dev
  0 upgraded, 50 newly installed, 0 to remove and 0 not upgraded.
  Need to get 14.3MB of archives.
  After this operation, 44.6MB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
x11-common libice6 x11proto-core-dev libice-dev libsm6 libsm-dev libxau6
libxdmcp6 libx11-data libx11-6 libxau-dev libxdmcp-dev libxext6
x11proto-input-dev x11proto-xext-dev libxext-dev x11proto-kb-dev xtrans-dev
libx11-dev libxt6 libxt-dev bsdmainutils groff-base man-db libmagic1 file
gettext-base html2text gettext intltool-debian po-debconf debhelper cdbs
libfreetype6 zlib1g-dev libfreetype6-dev libid3tag0 libjpeg62 libpng12-0
libtiff4 libungif4g libimlib2 libjpeg62-dev libltdl3 libltdl3-dev
libpng12-dev libtiffxx0c2 libtiff4-dev libungif4-dev libimlib2-dev
  Authentication warning overridden.
  Get:1 http://idpot.grenoble.grid5000.fr sid/main x11-common 1:7.3+10 [345kB]
  Get:2 http://idpot.grenoble.grid5000.fr sid/main libice6 2:1.0.4-1 [46.6kB]
  Get:3 http://idpot.grenoble.grid5000.fr sid/main x11proto-core-dev 7.0.11-1 
  [88.9kB]
  Get:4 http://idpot.grenoble.grid5000.fr sid/main libice-dev 2:1.0.4-1 
  [55.1kB]
  Get:5 http://idpot.grenoble.grid5000.fr sid/main libsm6 2:1.0.3-1+b1 [21.8kB]
  Get:6 http://idpot.grenoble.grid5000.fr sid/main libsm-dev 2:1.0.3-1+b1 
  [24.3kB]
  Get:7 http://idpot.grenoble.grid5000.fr sid/main libxau6 1:1.0.3-2 [11.7kB]
  Get:8 http://idpot.grenoble.grid5000.fr sid/main libxdmcp6 1:1.0.2-2 [16.7kB]
  Get:9 http://idpot.grenoble.grid5000.fr sid/main libx11-data 2:1.0.3-7 
  [157kB]
  Get:10 http://idpot.grenoble.grid5000.fr sid/main libx11-6 2:1.0.3-7 [567kB]
  Get:11 http://idpot.grenoble.grid5000.fr sid/main libxau-dev 1:1.0.3-2 
  [15.4kB]
  Get:12 http://idpot.grenoble.grid5000.fr sid/main libxdmcp-dev 1:1.0.2-2 
  [19.8kB]
  Get:13 http://idpot.grenoble.grid5000.fr sid/main libxext6 1:1.0.3-2 [30.1kB]
  Get:14 http://idpot.grenoble.grid5000.fr sid/main x11proto-input-dev 1.4.2-1 
  [15.6kB]
  Get:15 http://idpot.grenoble.grid5000.fr sid/main x11proto-xext-dev 7.0.2-5 
  [41.7kB]
  Get:16 http://idpot.grenoble.grid5000.fr sid/main libxext-dev 1:1.0.3-2 
  [81.5kB]
  Get:17 http://idpot.grenoble.grid5000.fr sid/main x11proto-kb-dev 1.0.3-2 
  [26.8kB]
  Get:18 http://idpot.grenoble.grid5000.fr sid/main xtrans-dev 1.0.4-1 [70.4kB]
  Get:19 http://idpot.grenoble.grid5000.fr sid/main libx11-dev 2:1.0.3-7 
  [1269kB]
  Get:20 http://idpot.grenoble.grid5000.fr sid/main libxt6 1:1.0.5-3 [166kB]
  Get:21 http://idpot.grenoble.grid5000.fr sid/main libxt-dev 1:1.0.5-3 [480kB]
  Get:22 http://idpot.grenoble.grid5000.fr 

Bug#463200: linux-image-2.6-powerpc64: Please enable platform options for PA Semi boards on powerpc64

2008-02-06 Thread Bastian Blank
On Tue, Jan 29, 2008 at 10:22:20PM -0600, Olof Johansson wrote:
 * Enable CONFIG_PPC_PASEMI for base platform support
 * Enable CONFIG_PASEMI_MAC=m for ethernet drivers

Okay.

 * Enable CONFIG_FB_NVIDIA=y, since we tend to use those cards in some eval 
 systems and it's convenient

Open firmware fb support is not enough for pre-userland?

 * Enable CONFIG_PPC_PASEMI_MDIO=y  (it doesn't auto-probe well at the moment 
 so =y is needed)

Even than it is a userspace thing to detect it. So you get =m.

 * CONFIG_HW_RANDOM_PASEMI=y to enable the hw rng driver
 * CONFIG_I2C_PASEMI=y for i2c driver

The same.

 * CONFIG_EDAC=m and CONFIG_PASEMI_EDAC=m for edac support (ECC error 
 reporting)

Okay. This is a generic thing, so maybe this should be enabled anyway.

Bastian

-- 
Women are more easily and more deeply terrified ... generating more
sheer horror than the male of the species.
-- Spock, Wolf in the Fold, stardate 3615.4



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



Bug#464129: cd-rom problem partially solved

2008-02-06 Thread janis
on stable release if provide kernel option string such as:
linux generic.all_generic_ide=1 pci=nommconf 
then cdrom found, and install ok. integrated netcard ( intel pro/1000) not 
work, and founding like a firewire device.
in testing release kernel says unknown boot parameter and not work.
 




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



Bug#464283: pidgin: presence at startup setting not honored

2008-02-06 Thread Alexandre Fayolle
Package: pidgin
Version: 2.3.1-2
Severity: normal

Hi,

When I launch pidgin, the initial presence set in the program is always the one
I had when closing pidgin, regardless of the startup presence preference in
the Preference dialog box. 

Steps to reproduce:

0. Start pidgin
1. connect to a jabber server (other protocol might work as well but I only 
have a jabber account)
2. check that the startup presence preference is set to online
3. set presence to Away
4. Close pidgin
5. Start pidgin again : presense should be Online but is Away. 

Thanks for your time. 

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

Kernel: Linux 2.6.24-1-686 (SMP w/4 CPU cores)
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 pidgin depends on:
ii  gconf2  2.20.1-2+b1  GNOME configuration database syste
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.17-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.7-1 The GTK+ graphical user interface 
ii  libgtkspell02.0.10-4 a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libpurple0  2.3.1-2  multi-protocol instant messaging l
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  pidgin-data 2.3.1-2  multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.17-1  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.6-4   GStreamer plugins from the good 

-- no debconf information



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



Bug#464230: developers-reference: drop Who can do an NMU section

2008-02-06 Thread Raphael Hertzog
On Wed, 06 Feb 2008, Lucas Nussbaum wrote:
  So instead of sponsoring the upload it
  would be much clearer if the DD just mentions the work done by the
  non-DD in the changelog.
 
 Then maybe it's enough if the bug log is clear about who sponsored the
 upload (and we should recommend that the sponsor makes it explicit that
 he is the sponsor). But we have who-uploads to know who sponsored a
 given upload.

We should also keep in mind that we have DM now and that DM can't do NMU.
I think some more generic rewording of that paragraph is in order.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/




Bug#446232: [pkg-nvidia-devel] Bug#446232: nvidia-graphics-drivers: Integration into linux-modules-nonfree-2.6

2008-02-06 Thread Daniel Baumann
Randall Donald wrote:
 I've added the files to my subversion repo.

i've checked out r358 and wanted to test it, but the nvidia package
doesn't build:

---snip---
[...]
dh_installdeb
dh_shlibdeps  -Xia32 -Xtls
-l/home/user/nvidia-graphics-drivers-169.09/debian/nvidia-glx/usr/lib
dpkg-shlibdeps: warning: symbol miGlyphs used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol serverGeneration used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol WalkTree used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol miPictureInit used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol miRectIn used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol miTranslateRegion used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol RegisterBlockAndWakeupHandlers used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol miZeroClipLine used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol WindowTable used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: symbol AllocatePixmap used by
debian/nvidia-glx/usr/lib/xorg/modules/libnvidia-wfb.so.169.09 found in
none of the libraries.
dpkg-shlibdeps: warning: 77 other similar warnings have been skipped
(use -v to see them all).
dpkg-shlibdeps: failure: couldn't find library libXext.so.6 needed by
debian/nvidia-glx/usr/lib/libGL.so.169.09 (its RPATH is '').
Note: libraries are not searched in other binary packages that do not
have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set
LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make[1]: *** [binary-common] Error 1
make[1]: Leaving directory `/home/user/nvidia-graphics-drivers-169.09'
make: *** [binary-arch] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit
status 2
(sid_i386)[EMAIL PROTECTED]:~/nvidia-graphics-drivers-169.09$
---snap---

 Is there a command syntax
 that you use that I can test it with?

checkout linux-modules-nonfree-2.6, run debian/rules maintainerclean,
enable the driver in defines, run debian/rules setup and dpkg-buildpackage.

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



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



Bug#401035: ST310211A and HPA ( was Re: Bug#401035: linux-image-2.6-686 - another misbehaving Seagate )

2008-02-06 Thread Mikko Rapeli
(cc'ing linux-ide)

On Mon, Feb 04, 2008 at 02:32:59AM +0100, Bart Champagne wrote:
 Just found another type of Seagate drives that shows this behaviour : 
 ST310211A
 Can this one be blacklisted as well ?

Yes, do you have a patch? And a dmesg dump of the drive in use with and 
without a patch?

If you do, please send them to upstream [EMAIL PROTECTED] and hope
that the fix gets applied to Debian kernels too. Also, please test the
sata/pata driver with your drive and add a blacklist there too.

If you don't have a patch, here's one for 2.6.24 to go.

From 4a8b40c53d2e539bad3f93996f599d69a16af94b Mon Sep 17 00:00:00 2001
From: Mikko Rapeli [EMAIL PROTECTED]
Date: Wed, 6 Feb 2008 09:41:14 +0200
Subject: [PATCH] ST310211A has buggy HPA too.

Signed-off-by: Mikko Rapeli [EMAIL PROTECTED]
---
 drivers/ata/libata-core.c |1 +
 drivers/ide/ide-disk.c|1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 6380726..d08f869 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4169,6 +4169,7 @@ static const struct ata_blacklist_entry 
ata_device_blacklist [] = {
/* Devices which report 1 sector over size HPA */
{ ST340823A,  NULL,   ATA_HORKAGE_HPA_SIZE, },
{ ST320413A,  NULL,   ATA_HORKAGE_HPA_SIZE, },
+   { ST310211A,  NULL,   ATA_HORKAGE_HPA_SIZE, },
 
/* Devices which get the IVB wrong */
{ QUANTUM FIREBALLlct10 05, A03.0900, ATA_HORKAGE_IVB, },
diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c
index b178190..a0f9940 100644
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -462,6 +462,7 @@ static inline int idedisk_supports_lba48(const struct 
hd_driveid *id)
 static const struct drive_list_entry hpa_list[] = {
{ ST340823A,  NULL },
{ ST320413A,  NULL },
+   { ST310211A,  NULL },
{ NULL, NULL }
 };
 
-- 
1.4.4.4




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



Bug#450459: reopening 450459

2008-02-06 Thread Lucas Nussbaum
# Automatically generated email from bts, devscripts version 2.10.13
# now I can reproduce it
reopen 450459 




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



Bug#464296: lwm: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 12: duplicate field Depends found

2008-02-06 Thread Lucas Nussbaum
Package: lwm
version: 1.2.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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), xutils, x-dev, libsm-dev, libx11-dev, 
  libxext-dev
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  xutils: missing
  x-dev: missing
  libsm-dev: missing
  libx11-dev: missing
  libxext-dev: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
bsdmainutils defoma file fontconfig-config gettext gettext-base groff-base
html2text intltool-debian libdmx1 libdrm2 libexpat1 libfontconfig1
libfontenc1 libfreetype6 libfs6 libgl1-mesa-glx libice-dev libice6 
  libmagic1
libnewt0.52 libpopt0 libsm6 libx11-6 libx11-data libxau-dev libxau6 libxaw7
libxdamage1 libxdmcp-dev libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2
libxi6 libxinerama1 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxt6
libxtrap6 libxtst6 libxv1 libxxf86dga1 libxxf86misc1 libxxf86vm1 man-db
po-debconf ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail
x11-common x11-session-utils x11-utils x11-xfs-utils x11-xserver-utils
x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
xfonts-encodings xfonts-utils xtrans-dev xutils-dev
  Suggested packages:
wamerican wordlist whois vacation dh-make defoma-doc dfontmgr psfontmgr
x-ttcidfont-conf cvs gettext-doc groff libfreetype6-dev www-browser
mesa-utils
  Recommended packages:
libft-perl curl wget lynx libfribidi0 libcompress-zlib-perl 
  libmail-box-perl
libmail-sendmail-perl debconf-utils
  The following NEW packages will be installed:
bsdmainutils debhelper defoma file fontconfig-config gettext gettext-base
groff-base html2text intltool-debian libdmx1 libdrm2 libexpat1
libfontconfig1 libfontenc1 libfreetype6 libfs6 libgl1-mesa-glx libice-dev
libice6 libmagic1 libnewt0.52 libpopt0 libsm-dev libsm6 libx11-6 
  libx11-data
libx11-dev libxau-dev libxau6 libxaw7 libxdamage1 libxdmcp-dev libxdmcp6
libxext-dev libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1
libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxt6 libxtrap6 libxtst6
libxv1 libxxf86dga1 libxxf86misc1 libxxf86vm1 man-db po-debconf ttf-dejavu
ttf-dejavu-core ttf-dejavu-extra ucf whiptail x-dev x11-common
x11-session-utils x11-utils x11-xfs-utils x11-xserver-utils
x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
xfonts-encodings xfonts-utils xtrans-dev xutils xutils-dev
  0 upgraded, 75 newly installed, 0 to remove and 0 not upgraded.
  Need to get 16.9MB of archives.
  After this operation, 49.5MB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
x11-common libxau6 libxdmcp6 libx11-data libx11-6 libxext6 libdmx1 libice6
x11proto-core-dev libice-dev libsm6 libsm-dev libxau-dev libxdmcp-dev
x11proto-input-dev x11proto-xext-dev libxext-dev x11proto-kb-dev xtrans-dev
libx11-dev libxfixes3 libexpat1 libfreetype6 ucf libmagic1 file libnewt0.52
libpopt0 whiptail defoma ttf-dejavu-core ttf-dejavu-extra ttf-dejavu
fontconfig-config libfontconfig1 libxrender1 libxft2 libxt6 libxmu6 libxpm4
libxaw7 x11-session-utils libfontenc1 libdrm2 libxdamage1 libxxf86vm1
libgl1-mesa-glx libxi6 libxinerama1 libxmuu1 libxtst6 libxv1 libxxf86dga1
x11-utils libfs6 x11-xfs-utils libxrandr2 libxtrap6 libxxf86misc1
x11-xserver-utils xutils-dev bsdmainutils groff-base man-db gettext-base
html2text gettext intltool-debian po-debconf debhelper libxfont1 x-dev
xfonts-encodings xfonts-utils xutils
  Authentication warning overridden.
  Get:1 http://idpot.grenoble.grid5000.fr sid/main x11-common 1:7.3+10 [345kB]
  Get:2 http://idpot.grenoble.grid5000.fr sid/main libxau6 1:1.0.3-2 [11.7kB]
  Get:3 http://idpot.grenoble.grid5000.fr sid/main libxdmcp6 1:1.0.2-2 [16.7kB]
  Get:4 http://idpot.grenoble.grid5000.fr sid/main libx11-data 2:1.0.3-7 
  [157kB]
  Get:5 http://idpot.grenoble.grid5000.fr sid/main libx11-6 2:1.0.3-7 [567kB]
  Get:6 http://idpot.grenoble.grid5000.fr sid/main libxext6 1:1.0.3-2 [30.1kB]
  Get:7 http://idpot.grenoble.grid5000.fr sid/main libdmx1 1:1.0.2-2 [8762B]
  Get:8 http://idpot.grenoble.grid5000.fr sid/main libice6 2:1.0.4-1 [46.6kB]
  Get:9 http://idpot.grenoble.grid5000.fr sid/main x11proto-core-dev 7.0.11-1 
  [88.9kB]
  Get:10 http://idpot.grenoble.grid5000.fr sid/main libice-dev 2:1.0.4-1 
  [55.1kB]
  Get:11 

Bug#464294: migrationtools: FTBFS: chmod: cannot operate on dangling symlink `debian/migrationtools/usr/share/migrationtools/migrate_common.ph'

2008-02-06 Thread Lucas Nussbaum
Package: migrationtools
version: 47-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dh_installexamples -pmigrationtools 
  dh_installman -pmigrationtools  
  dh_installinfo -pmigrationtools  
  dh_installmenu -pmigrationtools 
  dh_installcron -pmigrationtools 
  dh_installinit -pmigrationtools   
  dh_installdebconf -pmigrationtools 
  dh_installemacsen -pmigrationtools   
  dh_installcatalogs -pmigrationtools 
  dh_installpam -pmigrationtools 
  dh_installlogrotate -pmigrationtools 
  dh_installlogcheck -pmigrationtools 
  dh_installmime -pmigrationtools 
  dh_installchangelogs -pmigrationtools   
  dh_installudev -pmigrationtools 
  dh_install -pmigrationtools  
  dh_link -pmigrationtools  
  chmod 755 debian/migrationtools/usr/share/migrationtools/*
  chmod: cannot operate on dangling symlink 
  `debian/migrationtools/usr/share/migrationtools/migrate_common.ph'
  make: *** [common-binary-post-install-indep] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464301: libauthen-passphrase-perl: FTBFS: Error: Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC

2008-02-06 Thread Lucas Nussbaum
Package: libauthen-passphrase-perl
version: 0.005-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/libauthen-passphrase-perl-0.005'
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
  test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  t/acceptall..ok
  t/bigcrypt...ok
  t/blowfishcrypt..
  #   Failed test 'use Authen::Passphrase::BlowfishCrypt;'
  #   in t/blowfishcrypt.t at line 3.
  # Tried to use 'Authen::Passphrase::BlowfishCrypt'.
  # Error:  Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC 
  contains: /build/user/libauthen-passphrase-perl-0.005/blib/lib 
  /build/user/libauthen-passphrase-perl-0.005/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libauthen-passphrase-perl-0.005/blib/lib/Authen/Passphrase/BlowfishCrypt.pm
   line 89.
  # BEGIN failed--compilation aborted at t/blowfishcrypt.t line 3.
  # Compilation failed in require at (eval 3) line 2.
  # BEGIN failed--compilation aborted at (eval 3) line 2.
  Can't locate object method new via package 
  Authen::Passphrase::BlowfishCrypt at t/blowfishcrypt.t line 5.
  # Looks like you planned 103 tests but only ran 1.
  # Looks like you failed 1 test of 1 run.
  # Looks like your test died just after 1.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-103
   Failed 103/103 tests, 0.00% okay
  t/clear..ok
  t/crypt16ok
  t/eggdropblowfishok
  t/extdescryptok
  t/gendescryptok
  t/intdescryptok
  t/lanman.ok
  t/lanmanhalf.ok
  t/md5crypt...ok
  t/mysql323...ok
  t/mysql41ok
  t/netscapemail...ok
  t/nthash.ok
  t/phpass.ok
  t/rejectall..ok
  t/smd5...ok
  t/ssha...ok
  t/traddescrypt...ok
  t/vmspurdy...
  #   Failed test 'use Authen::Passphrase::VMSPurdy;'
  #   in t/vmspurdy.t at line 3.
  # Tried to use 'Authen::Passphrase::VMSPurdy'.
  # Error:  Can't locate Authen/DecHpwd.pm in @INC (@INC contains: 
  /build/user/libauthen-passphrase-perl-0.005/blib/lib 
  /build/user/libauthen-passphrase-perl-0.005/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libauthen-passphrase-perl-0.005/blib/lib/Authen/Passphrase/VMSPurdy.pm
   line 80.
  # BEGIN failed--compilation aborted at t/vmspurdy.t line 3.
  # Compilation failed in require at (eval 3) line 2.
  # BEGIN failed--compilation aborted at (eval 3) line 2.
  Can't locate object method new via package Authen::Passphrase::VMSPurdy 
  at t/vmspurdy.t line 5.
  # Looks like you planned 110 tests but only ran 1.
  # Looks like you failed 1 test of 1 run.
  # Looks like your test died just after 1.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-110
   Failed 110/110 tests, 0.00% okay
  Failed Test   Stat Wstat Total Fail  Failed  List of Failed
  ---
  t/blowfishcrypt.t  255 65280   103  205 199.03%  1-103
  t/vmspurdy.t   255 65280   110  219 199.09%  1-110
  Failed 2/22 test scripts, 90.91% okay. 213/1590 subtests failed, 86.60% okay.
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory `/build/user/libauthen-passphrase-perl-0.005'
  make: *** [install-stamp] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464311: nsis: FTBFS: Error: no branding image found in chosen UI!

2008-02-06 Thread Lucas Nussbaum
Package: nsis
version: 2.33-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  !insertmacro: MUI_PAGE_DIRECTORY
  !insertmacro: end of MUI_PAGE_DIRECTORY
  !insertmacro: MUI_PAGE_INSTFILES
  !insertmacro: end of MUI_PAGE_INSTFILES
  !insertmacro: MUI_UNPAGE_CONFIRM
  !insertmacro: end of MUI_UNPAGE_CONFIRM
  !insertmacro: MUI_UNPAGE_INSTFILES
  !insertmacro: end of MUI_UNPAGE_INSTFILES
  !insertmacro: MUI_LANGUAGE
  
  Error: no branding image found in chosen UI!
  Error in macro MUI_HEADERIMAGE_INIT on macroline 27
  Error in macro MUI_GUIINIT on macroline 3
  Error in macro MUI_FUNCTION_GUIINIT on macroline 4
  Error in macro MUI_INSERT on macroline 11
  Error in macro MUI_LANGUAGE on macroline 7
  Error in script .test/Examples/Modern UI/HeaderBitmap.nsi on line 44 -- 
  aborting creation process
  scons: *** [.test/Examples/Modern UI/HeaderBitmap] Error 1
  scons: building terminated because of errors.
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464322: man-db: mandb eats my CPU

2008-02-06 Thread Olivier Berger
Package: man-db
Version: 2.5.0-4
Severity: important

mandb run from cron.daily eats my CPU.

Seems be be blocked, in a loop, as strace won't report anything (strace
-p on the process).

Started with --debug, I get :

Active processes (1):
  zcat  /usr/share/man/man1/openoffice.1.gz (17780) - 0
  ++priv_drop_count = 1
  ++priv_drop_count = 2
  --priv_drop_count = 1
  Starting pipeline: zcat  /usr/share/man/man1/openoffice.1.gz |
  /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8 [input: {0,
  /usr/share/man/man1/openoffice.1.gz}, output: {-1, NULL}]
  Started zcat  /usr/share/man/man1/openoffice.1.gz, pid 17781
  Started /usr/lib/man-db/manconv, pid 17782
  ++priv_drop_count = 2
  --priv_drop_count = 1
  Waiting for pipeline: zcat  /usr/share/man/man1/openoffice.1.gz |
  /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8 [input: {0,
  /usr/share/man/man1/openoffice.1.gz}, output: {-1, NULL}]
  Active processes (2):
zcat  /usr/share/man/man1/openoffice.1.gz (17781) - 0
  /usr/lib/man-db/manconv (17782) - 0
  --priv_drop_count = 0
  openoffice - OpenOffice.org office suite
  record = 'openoffice - OpenOffice.org office suite'
  base_name = 'ooffice'
  name = 'openoffice', id = C
  ignoring differing ids: openoffice
  name = 'ooffice', id = B
  replace_if_necessary(): replace

  ult_src: File /usr/share/man/man1/mysql_find_rows.1.gz in mantree
  /usr/share/man
  Starting pipeline: zcat  /usr/share/man/man1/mysql_find_rows.1.gz
  [input: {0, /usr/share/man/man1/mysql_find_rows.1.gz}, output:
  {-1, NULL}]
  Started zcat  /usr/share/man/man1/mysql_find_rows.1.gz, pid
  17784
  Waiting for pipeline: zcat 
  /usr/share/man/man1/mysql_find_rows.1.gz [input: {0,
  /usr/share/man/man1/mysql_find_rows.1.gz}, output: {-1, NULL}]
  Active processes (1):
zcat  /usr/share/man/man1/mysql_find_rows.1.gz (17784) - 0
++priv_drop_count = 1
++priv_drop_count = 2
--priv_drop_count = 1
Starting pipeline: zcat 
/usr/share/man/man1/mysql_find_rows.1.gz |
/usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8 [input: {0,
/usr/share/man/man1/mysql_find_rows.1.gz}, output: {-1, NULL}]
Started zcat  /usr/share/man/man1/mysql_find_rows.1.gz, pid
17785
Started /usr/lib/man-db/manconv, pid 17786
++priv_drop_count = 2
--priv_drop_count = 1
Waiting for pipeline: zcat 
/usr/share/man/man1/mysql_find_rows.1.gz |
/usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8 [input: {0,
/usr/share/man/man1/mysql_find_rows.1.gz}, output: {-1, NULL}]
Active processes (2):
  zcat  /usr/share/man/man1/mysql_find_rows.1.gz (17785) - 0
/usr/lib/man-db/manconv (17786) - 0
--priv_drop_count = 0
mysql_find_rows - extract SQL statements from files
record = 'mysql_find_rows - extract SQL statements from
files'
base_name = 'mysql_find_rows'
name = 'mysql_find_rows', id = A

Sorry for pour indentation due to vi and copy/paste.

I suppose there's something wrong wit the last manpage processing
(/usr/share/man/man1/mysql_find_rows.1.gz) ?

This may be related to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180341 but can't tell
for sure.

Hope this helps,


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

Kernel: Linux 2.6.22-3-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 man-db depends on:
ii  bsdmainutils   6.1.10collection of more utilities from 
ii  debconf [debconf-2.0]  1.5.18Debian configuration management sy
ii  dpkg   1.14.16.6 package maintenance system for Deb
ii  groff-base 1.18.1.1-15   GNU troff text-formatting system (
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgdbm3   1.8.3-3   GNU dbm database routines (runtime
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

man-db recommends no packages.

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
  man-db/install-setuid: false



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



Bug#464306: python-babel: FTBFS: chmod: missing operand

2008-02-06 Thread Lucas Nussbaum
Package: python-babel
version: 0.9.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/support.py to 
  support.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/core.py to core.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/dates.py to 
  dates.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/__init__.py to 
  __init__.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/localedata.py to 
  localedata.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/frontend.py
   to frontend.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/catalog.py
   to catalog.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/pofile.py 
  to pofile.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/mofile.py 
  to mofile.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/checkers.py
   to checkers.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/extract.py
   to extract.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/plurals.py
   to plurals.pyc
  byte-compiling 
  debian/python-babel/usr/lib/python2.5/site-packages/babel/messages/__init__.py
   to __init__.pyc
  running install_egg_info
  Writing 
  debian/python-babel/usr/lib/python2.5/site-packages/Babel-0.9.1.egg-info
  # Fix permissions
  find debian/python-babel -name '*egg-info' -type d -print0 | xargs -0 chmod 
  -R -x
  chmod: missing operand
  Try `chmod --help' for more information.
  make: *** [install] Error 123
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464286: saxonb: FTBFS: The import nu cannot be resolved

2008-02-06 Thread Lucas Nussbaum
Package: saxonb
version: 9.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dpkg-source: building saxonb in saxonb_9.0-1.dsc
   debian/rules build
  test -x debian/rules
  mkdir -p .
  /usr/bin/make -f debian/rules reverse-config
  make[1]: Entering directory `/build/user/saxonb-9.0'
  make[1]: Nothing to be done for `reverse-config'.
  make[1]: Leaving directory `/build/user/saxonb-9.0'
  if [ debian/stamp-patched = reverse-patches ]; then rm -f 
  debian/stamp-patched; fi
  patches: debian/patches/disable-dotnet-support.patch 
  debian/patches/disable-proprietary-saxon.patch
  Trying patch debian/patches/disable-dotnet-support.patch at level 1 ... 0 
  ... success.
  Trying patch debian/patches/disable-proprietary-saxon.patch at level 1 ... 0 
  ... success.
  if [ debian/stamp-patched != reverse-patches ]; then touch 
  debian/stamp-patched; fi
  if [ debian/stamp-patched != reverse-patches ] ; then \
   /usr/bin/make -f debian/rules update-config ; \
   fi
  make[1]: Entering directory `/build/user/saxonb-9.0'
  make[1]: Nothing to be done for `update-config'.
  make[1]: Leaving directory `/build/user/saxonb-9.0'
  cd .  /usr/lib/jvm/java-gcj/bin/java -classpath 
  /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/dom4j.jar:/usr/share/java/jdom1.jar:/usr/lib/jvm/java-gcj/lib/tools.jar
-Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
  -Dcompile.optimize=true   -buildfile debian/build.xml  jar javadoc
  Buildfile: debian/build.xml
  
  compile:
  [mkdir] Created dir: /build/user/saxonb-9.0/build
  [javac] Compiling 958 source files to /build/user/saxonb-9.0/build
  [javac] --
  [javac] 1. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 8)
  [javac]  import nu.xom.Attribute;
  [javac] ^^
  [javac] The import nu cannot be resolved
  [javac] --
  [javac] 2. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 9)
  [javac]  import nu.xom.Document;
  [javac] ^^
  [javac] The import nu cannot be resolved
  [javac] --
  [javac] 3. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
  [javac]  (at line 10)
  [javac]  import nu.xom.Element;
  [javac] ^^
  [javac] The import nu cannot be resolved
  [javac] --
  [javac] 4. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 11)
  [javac]  import nu.xom.Node;
  [javac] ^^
  [javac] The import nu cannot be resolved
  [javac] --
  [javac] 5. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 46)
  [javac]  public DocumentWrapper(Node root, String baseURI, Configuration 
  config) {
  [javac] 
  [javac] Node cannot be resolved to a type
  [javac] --
  [javac] 
  [javac] 6. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 64)
  [javac]  public NodeInfo wrap(Node node) {
  [javac]   
  [javac] Node cannot be resolved to a type
  [javac] --
  [javac] 7. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 65)
  [javac]  if (node == this.node) {
  [javac]   
  [javac] node cannot be resolved or is not a field
  [javac] --
  [javac] 8. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
  129)
  [javac]  Element elem;
  [javac]  ^^^
  [javac] Element cannot be resolved to a type
  [javac] --
  [javac] 9. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
  [javac]  (at line 132)
  [javac]  elem = ((Document) node).getRootElement();
  [javac]   
  [javac] Document cannot be resolved to a type
  [javac] --
  [javac] 10. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
  [javac]  (at line 132)
  [javac]  elem = ((Document) node).getRootElement();
  [javac] 
  [javac] node cannot be resolved
  [javac] --
  [javac] 11. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
  [javac]  (at line 135)
  [javac]  elem = (Element) node;
  [javac]  ^^^
  [javac] Element cannot be resolved to a type
  [javac] --
  [javac] 12. ERROR in 
  /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
  135)
  [javac]  elem = (Element) node;
  [javac]   
  [javac] 

Bug#464300: imapsync: FTBFS: Can't locate Mail/IMAPClient.pm in @INC

2008-02-06 Thread Lucas Nussbaum
Package: imapsync
version: 1.241-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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/imapsync-1.241'
  perl -c imapsync
  Can't locate Mail/IMAPClient.pm in @INC (@INC contains: /usr/share/imapsync/ 
  /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 
  /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at imapsync line 402.
  BEGIN failed--compilation aborted at imapsync line 402.
  make[1]: *** [testp] Error 2
  make[1]: Leaving directory `/build/user/imapsync-1.241'
  make: *** [common-install-impl] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464302: libmodule-load-conditional-perl: FTBFS: perl-modules: non-matching version installed (5.8.8-12 ! 5.10)

2008-02-06 Thread Lucas Nussbaum
Package: libmodule-load-conditional-perl
version: 0.24-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 (= 6)
  Build-Depends-Indep: liblocale-maketext-simple-perl, libmodule-load-perl, 
  libparams-check-perl, perl (= 5), perl-modules ( 5.10) | libversion-perl 
  (= 0.69)
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  liblocale-maketext-simple-perl: missing
  libmodule-load-perl: missing
  libparams-check-perl: missing
  perl: already installed (5.8.8-12 = 5 is satisfied)
  perl-modules: non-matching version installed (5.8.8-12 !  5.10)
  Default version of perl-modules not sufficient, no suitable alternative 
  found. I probably should dep-wait this one.
  Package installation not possible
  Source-dependencies not satisfied; skipping libmodule-load-conditional-perl

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#192402: Should not fail, when directory to be created already there

2008-02-06 Thread Joe Orton
This is expected behaviour.  If the remote site state differs from what 
sitecopy thinks is there, you need to use --fetch.

joe



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



Bug#169145: sitecopy: Permissions are not set on directories

2008-02-06 Thread Joe Orton
This has been supported since 0.14.0, using permissions dir in the 
rcfile; this bug can be closed.

joe




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



Bug#460880: tkdiff new upstream version

2008-02-06 Thread Tim Cutts
Hi - to add to this one, as is often the case, version 4.1.4 of tkdiff  
is required by tkcvs 8.1.  Since tkdiff comes from the same upstream  
tarball as tkcvs, and they're written by the same person, is it  
perhaps time we made this a multiple binary package and built both  
tkdiff and tkcvs from the same upstream source package?  It would  
solve these dependency problems every time tkcvs gets updated  
upstream.  Not that I want to tread on your toes, of course, but it  
might be simpler that way.


Tim


--
The Wellcome Trust Sanger Institute is operated by Genome Research 
Limited, a charity registered in England with number 1021457 and a 
company registered in England with number 2742969, whose registered 
office is 215 Euston Road, London, NW1 2BE. 




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



Bug#464323: ITP: axpcoords -- highly optimized and parallelized porting of pcoords

2008-02-06 Thread David Paleino
Package: wnpp
Severity: wishlist
Owner: Debian-Med Packaging Group [EMAIL PROTECTED]

* Package name: axpcoords
  Version : 1.0
  Upstream Author : Alexandros Stamatakis [EMAIL PROTECTED]
* URL : http://icwww.epfl.ch/~stamatak/AxParafit.html
* License : GPL
  Programming Lang: C
  Description : highly optimized and parallelized porting of pcoords

AxPcoords is an highly optimized versions of Pierre Legendre's DistPCoA
program for statistical analysis of host-parasite coevolution.


-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174



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



Bug#460880: tkdiff new upstream version

2008-02-06 Thread Adrian Bridgett
On Wed, Feb  6, 2008 at 08:33:24 + (+), Tim Cutts wrote:
 Hi - to add to this one, as is often the case, version 4.1.4 of 
 tkdiff  is required by tkcvs 8.1.  Since tkdiff comes from the same 
 upstream  tarball as tkcvs, and they're written by the same person, 
 is it  perhaps time we made this a multiple binary package and built 
 both  tkdiff and tkcvs from the same upstream source package?  It 
 would  solve these dependency problems every time tkcvs gets updated 
 upstream.  Not that I want to tread on your toes, of course, but it  
 might be simpler that way.

That may well make sense.  One day the keyring maintainers might
actually get around to acknowledging that exist.  ATM I can't do any
uploads (and havn't been able to for about 18 months now IIRC).

Adrian



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



Bug#464273: tkgate: FTBFS: Makefile:8: *** missing separator. Stop.

2008-02-06 Thread Nicolas Sabouret
Hi,

After several years of MIA, I wrote an email to joerg some time ago
retire. I received no answer but it seems that the process didn't finish.

I'll do it again. Sorry for the inconvenience.

Regards,

Lucas Nussbaum a écrit :
 Package: tkgate
 version: 1.8.6-2
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: qa-ftbfs-20080205 qa-ftbfs
 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/tkgate-1.8.6'
   Makefile:8: *** missing separator.  Stop.
   make[1]: Leaving directory `/build/user/tkgate-1.8.6'
   make: *** [build-stamp] Error 2
   dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 
 The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/02/05
 
 A list of current common problems and possible solutions is available at 
 http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
 
 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.
 


-- 
Nicolas Sabouret
104, avenue du Président Kennedy, 75016 Paris
http://www-poleia.lip6.fr/~sabouret




Bug#463808: kernel crash (Cause : 0000041c)

2008-02-06 Thread Giuseppe Sacco
Hi Thomas and Martin

Il giorno mar, 05/02/2008 alle 20.17 +0100, Thomas Bogendoerfer ha
scritto:
 On Tue, Feb 05, 2008 at 11:04:28AM -0700, Martin Michlmayr wrote:
  CCing Thomas Bogendoerfer
 
 this looks like a userspace program accessing some mmap-ped data,
 which is triggering a dbe. The first question is which application is it ?
 My first thought was an X server, but I don't even know, if there is
 one for the O2. What program are running, when the machine crashes ?

Crash happened in all scenarios: using X11 (via framebuffer) and
mozilla, or X11 and sylpheed, or tty and compiling the kernel, or tty
and managing email via courier-imapd-ssl.

Based on this[0] comment, I think that the problem is in libc6.
The machine was working very well, with all software from etch.

A few days ago I decided to use latest kernel from unstable (this is
2.6.24-2) but that kernel isn't compilable on etch because it require
gcc-4.2. So, I updated gcc, g++, binutils, libstdc++, libgcc1 and libc6
from unstable.

After this update nothing worked.
When I switched back to libc6/gcc/g++/libstdc++/libgcc1/binutils from
etch, everything went well.

Currently the machine is running etch. The actual mapping of those
libraries are:

[EMAIL PROTECTED]:~$ ldd /usr/bin/sylpheed  | grep -E 
'(libc\.|libstdc\+\+\.|libgcc)' 
libc.so.6 = /lib/libc.so.6 (0x2c2a4000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x2c5c8000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x2c718000)

When trying to get back to my original configuration, I switched kernel
to 2.6.23.1 (leaving libraries from unstable) and tried to recompile the
kernel source using make-kpkg or dpkg-buildpackage. What happened was
that many program started segfaulting (signal 11 and 10). Programs like
diff, patch, and so on.

 
   Got dbe at 0x2ac2bffc
   [...]
 
   Index: 20 pgmask=4kb va=0007fd06000 asid=6b
   [pa=c67b000 c=3 d=1 v=1 g=0] [pa=32bf000 c=3 d=0 v=0 g=0]
   Index: 21 pgmask=4kb va=0002acf asid=6b
   [pa=d1c1000 c=3 d=0 v=1 g=0] [pa=c188000 c=3 d=0 v=0 g=0]
   Index: 25 pgmask=4kb va=0002acf asid=6b
   [pa=d1c1000 c=3 d=0 v=1 g=0] [pa=c188000 c=3 d=0 v=0 g=0]
   Index: 41 pgmask=4kb va=0002aac8000 asid=6b
   [pa=368e000 c=3 d=0 v=0 g=0] [pa=000506c c=3 d=1 v=1 g=0]
 
 these are the only TLBs which are user space. What looks strange to me
 is Index 21 and Index 25. Both are mapping the same page. Looking at
 the R4600/4700 manual (didn't have a R5k manual handy) indicates no
 problem with duplicate TLB entries. I can't check, if pyhsical addresses
 are correct, because I don't know how memory is mapped. I need to see the
 CRIME MC messages from bootup. Even better is a complete boot log.

This is a boot log when using the kernel whipped with debian unstable.

Feb  4 02:25:44 sgi kernel: Linux version 2.6.24-1-r5k-ip32 (Debian 2.6.24-2) 
([EMAIL PROTECTED]) (gcc version 4.1.3 20080114 (prereleas
e) (Debian 4.1.2-19)) #1 Fri Feb 1 07:29:41 UTC 2008
Feb  4 02:25:44 sgi kernel: ARCH: SGI-IP32
Feb  4 02:25:44 sgi kernel: PROMLIB: ARC firmware Version 1 Revision 10
Feb  4 02:25:44 sgi kernel: CRIME id a rev 1 at 0x1400
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 0 base 0x size 128MiB
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 1 base 0x0800 size 128MiB
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 2 base 0x5000 size 32MiB
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 3 base 0x5200 size 32MiB
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 4 base 0x5400 size 32MiB
Feb  4 02:25:44 sgi kernel: CRIME MC: bank 5 base 0x5600 size 32MiB
Feb  4 02:25:44 sgi kernel: CPU revision is: 2321 (R5000)
Feb  4 02:25:44 sgi kernel: FPU revision is: 2310
Feb  4 02:25:44 sgi kernel: Determined physical RAM map:
Feb  4 02:25:44 sgi kernel:  memory: 1000 @  
(usable)
Feb  4 02:25:44 sgi kernel:  memory: 0800 @ 5000 
(usable)
Feb  4 02:25:44 sgi kernel: Entering add_active_range(0, 0, 65536) 0 entries of 
256 used
Feb  4 02:25:44 sgi kernel: Entering add_active_range(0, 327680, 360448) 1 
entries of 256 used
Feb  4 02:25:44 sgi kernel: Initrd not found or empty - disabling initrd
Feb  4 02:25:44 sgi kernel: Zone PFN ranges:
Feb  4 02:25:44 sgi kernel:   Normal  0 -   360448
Feb  4 02:25:44 sgi kernel: Movable zone start PFN for each node
Feb  4 02:25:44 sgi kernel: early_node_map[2] active PFN ranges
Feb  4 02:25:44 sgi kernel: 0:0 -65536
Feb  4 02:25:44 sgi kernel: 0:   327680 -   360448
Feb  4 02:25:44 sgi kernel: On node 0 totalpages: 98304
Feb  4 02:25:44 sgi kernel:   Normal zone: 4928 pages used for memmap
Feb  4 02:25:44 sgi kernel:   Normal zone: 0 pages reserved
Feb  4 02:25:44 sgi kernel:   Normal zone: 93376 pages, LIFO batch:31
Feb  4 02:25:44 sgi kernel:   Movable zone: 0 pages used for memmap
Feb  4 02:25:44 sgi kernel: Built 1 zonelists 

Bug#464324: cman: Cman stops working when starting/rebooting a xen dom0

2008-02-06 Thread Olivier Le Cam
Package: cman
Version: 1.03.00-2
Severity: important

The following problem only exists with ccs+cman running on a xen server
(dom0).

Each time I reboot a xen server of the cluster, CMAN stops working 
during the boot process as soon as xend starts. It seems that it is 
caused by xend which does something with the ethernet settings. I have 
found a report which is quite close to the situation I'm facing to:

http://sourceware.org/cluster/faq.html#xenclustererrors

As a workaround, I have added a new init script which is launched before
ccs and cman. This init script just builds the required xen bridges:

/etc/xen/scripts/network-bridge start netdev=$IF_DEV

I have disabled the bridge builds in xend like suggested on the above url:

network-script /bin/true in /etc/xen/xend-config.sxp).

That way, I have no more errors from CMAN when starting/rebooting a
cluster node. I wonder if this is the best way to get rid of this
problem, according to the debian use and wont.

I have also tested to build the bridges (still using network-bridge)
directly from /etc/network/interfaces (using post-up) but for some
reasons it didn't work.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cman depends on:
ii  ccs1.03.00-2 Cluster configuration system
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries

cman recommends no packages.

-- no debconf information



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



Bug#464284: libmodule-scandeps-perl: FTBFS: Error: Can't locate version.pm in @INC

2008-02-06 Thread Lucas Nussbaum
Package: libmodule-scandeps-perl
version: 0.82-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  Compilation failed in require at t/2-static_functional_interface_fake.t line 
  8.
  BEGIN failed--compilation aborted at t/2-static_functional_interface_fake.t 
  line 8.
  # Looks like your test died before it could output anything.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-304
   Failed 304/304 tests, 0.00% okay
  t/3-static_oo_interface_real
  #   Failed test 'use Module::ScanDeps;'
  #   in t/3-static_oo_interface_real.t at line 14.
  # Tried to use 'Module::ScanDeps'.
  # Error:  Can't locate version.pm in @INC (@INC contains: 
  /build/user/libmodule-scandeps-perl-0.82/inc 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib 
  /build/user/libmodule-scandeps-perl-0.82/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  # BEGIN failed--compilation aborted at t/3-static_oo_interface_real.t line 
  14.
  # Compilation failed in require at (eval 3) line 2.
  # BEGIN failed--compilation aborted at (eval 3) line 2.
  Can't locate object method new via package Module::ScanDeps at 
  t/3-static_oo_interface_real.t line 30.
  # Looks like you planned 12 tests but only ran 1.
  # Looks like you failed 1 test of 1 run.
  # Looks like your test died just after 1.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-12
   Failed 12/12 tests, 0.00% okay
  t/4-static_functional_interface_options_fakeCan't locate version.pm in 
  @INC (@INC contains: t t/data/static 
  /build/user/libmodule-scandeps-perl-0.82/inc 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib 
  /build/user/libmodule-scandeps-perl-0.82/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  BEGIN failed--compilation aborted at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  Compilation failed in require at t/Utils.pm line 7.
  BEGIN failed--compilation aborted at t/Utils.pm line 7.
  Compilation failed in require at 
  t/4-static_functional_interface_options_fake.t line 9.
  BEGIN failed--compilation aborted at 
  t/4-static_functional_interface_options_fake.t line 9.
  # Looks like your test died before it could output anything.
  dubious
   Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-546
   Failed 546/546 tests, 0.00% okay
  t/5-pluggable_fake..Can't locate version.pm in 
  @INC (@INC contains: /build/user/libmodule-scandeps-perl-0.82/inc 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib 
  /build/user/libmodule-scandeps-perl-0.82/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  BEGIN failed--compilation aborted at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  Compilation failed in require at t/5-pluggable_fake.t line 3.
  BEGIN failed--compilation aborted at t/5-pluggable_fake.t line 3.
  dubious
   Test returned status 2 (wstat 512, 0x200)
  t/6-file-glob...Can't locate version.pm in 
  @INC (@INC contains: /build/user/libmodule-scandeps-perl-0.82/inc 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib 
  /build/user/libmodule-scandeps-perl-0.82/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
  /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
  /usr/local/lib/site_perl .) at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  BEGIN failed--compilation aborted at 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib/Module/ScanDeps.pm line 22.
  Compilation failed in require at t/6-file-glob.t line 6.
  BEGIN failed--compilation aborted at t/6-file-glob.t line 6.
  dubious
   Test returned status 2 (wstat 512, 0x200)
  DIED. FAILED tests 1-2
   Failed 2/2 tests, 0.00% okay
  t/7-check-dynaloaderCan't locate version.pm in 
  @INC (@INC contains: /build/user/libmodule-scandeps-perl-0.82/inc 
  /build/user/libmodule-scandeps-perl-0.82/blib/lib 
  /build/user/libmodule-scandeps-perl-0.82/blib/arch /etc/perl 
  /usr/local/lib/perl/5.8.8 

Bug#464293: log4c: FTBFS: cp: cannot stat `debian/tmp//usr/share/doc/liblog4c-doc/log4c.pdf': No such file or directory

2008-02-06 Thread Lucas Nussbaum
Package: log4c
version: 1.2.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dh_installdocs -pliblog4c-doc ./README ./TODO ./AUTHORS  
  dh_installexamples -pliblog4c-doc 
  dh_installman -pliblog4c-doc  
  dh_installinfo -pliblog4c-doc  
  dh_installmenu -pliblog4c-doc 
  dh_installcron -pliblog4c-doc 
  dh_installinit -pliblog4c-doc   
  dh_installdebconf -pliblog4c-doc 
  dh_installemacsen -pliblog4c-doc   
  dh_installcatalogs -pliblog4c-doc 
  dh_installpam -pliblog4c-doc 
  dh_installlogrotate -pliblog4c-doc 
  dh_installlogcheck -pliblog4c-doc 
  dh_installmime -pliblog4c-doc 
  dh_installchangelogs -pliblog4c-doc  ./ChangeLog 
  dh_installudev -pliblog4c-doc 
  dh_install -pliblog4c-doc --sourcedir=debian/tmp 
  cp: cannot stat `debian/tmp//usr/share/doc/liblog4c-doc/log4c.pdf': No such 
  file or directory
  dh_install: command returned error code 256
  make: *** [binary-install/liblog4c-doc] Error 1
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464295: pidgin-blinklight: FTBFS: make[1]: *** No rule to make target `distclean'. Stop.

2008-02-06 Thread Lucas Nussbaum
Package: pidgin-blinklight
version: 0.10-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

   /usr/bin/fakeroot debian/rules clean
  dh_testdir
  dh_testroot
  rm -f build-stamp 
  # Add here commands to clean up after the build process.
  /usr/bin/make distclean
  make[1]: Entering directory `/build/user/pidgin-blinklight-0.10'
  make[1]: *** No rule to make target `distclean'.  Stop.
  make[1]: Leaving directory `/build/user/pidgin-blinklight-0.10'
  make: *** [clean] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464303: ipe: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 42: duplicate field Conflicts found

2008-02-06 Thread Lucas Nussbaum
Package: ipe
version: 6.0pre30-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 (= 5), libfreetype6-dev (= 2.3.5), libqt4-dev, 
  qt4-dev-tools, zlib1g-dev
  Build-Conflicts: libfreetype6-dev (= 2.3.6), libipe1-dev
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  libfreetype6-dev: missing
  Using default version 2.3.5-1+b1
  libqt4-dev: missing
  qt4-dev-tools: missing
  zlib1g-dev: missing
  libfreetype6-dev: already deinstalled
  libipe1-dev: already deinstalled
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
bsdmainutils comerr-dev defoma file fontconfig fontconfig-config gettext
gettext-base groff-base html2text intltool-debian libaudio-dev libaudio2
libdbus-1-3 libdrm2 libexpat1 libexpat1-dev libfontconfig1
libfontconfig1-dev libfreetype6 libgl1-mesa-dev libgl1-mesa-glx 
  libglib2.0-0
libglib2.0-dev libglu1-mesa libglu1-mesa-dev libice-dev libice6 libjpeg62
libjpeg62-dev libkadm55 libkeyutils1 libkrb5-dev libkrb53 liblcms1
liblcms1-dev libmagic1 libmng-dev libmng1 libmysqlclient15off libnewt0.52
libpcre3 libpng12-0 libpng12-dev libpopt0 libpq-dev libpq5 libqt4-core
libqt4-gui libqt4-qt3support libqt4-sql libsm-dev libsm6 libsqlite0
libsqlite0-dev libsqlite3-0 libssl-dev libssl0.9.8 libx11-6 libx11-data
libx11-dev libxau-dev libxau6 libxcursor-dev libxcursor1 libxdamage1
libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3
libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxmu-dev
libxmu-headers libxmu6 libxrandr-dev libxrandr2 libxrender-dev libxrender1
libxt-dev libxt6 libxxf86vm1 man-db mesa-common-dev mysql-common pkg-config
po-debconf ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail
x11-common x11proto-core-dev x11proto-fixes-dev x11proto-input-dev
x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
x11proto-xinerama-dev xtrans-dev
  Suggested packages:
wamerican wordlist whois vacation doc-base dh-make defoma-doc dfontmgr
psfontmgr x-ttcidfont-conf cvs gettext-doc groff nas libglib2.0-doc 
  krb5-doc
krb5-user liblcms-utils postgresql-doc-8.3 qt4-doc sqlite-doc www-browser
  Recommended packages:
libft-perl curl wget lynx dbus libglib2.0-data libfribidi0 qt4-qtconfig
libcompress-zlib-perl libmail-box-perl libmail-sendmail-perl qt4-designer
debconf-utils
  The following NEW packages will be installed:
bsdmainutils comerr-dev debhelper defoma file fontconfig fontconfig-config
gettext gettext-base groff-base html2text intltool-debian libaudio-dev
libaudio2 libdbus-1-3 libdrm2 libexpat1 libexpat1-dev libfontconfig1
libfontconfig1-dev libfreetype6 libfreetype6-dev libgl1-mesa-dev
libgl1-mesa-glx libglib2.0-0 libglib2.0-dev libglu1-mesa libglu1-mesa-dev
libice-dev libice6 libjpeg62 libjpeg62-dev libkadm55 libkeyutils1
libkrb5-dev libkrb53 liblcms1 liblcms1-dev libmagic1 libmng-dev libmng1
libmysqlclient15off libnewt0.52 libpcre3 libpng12-0 libpng12-dev libpopt0
libpq-dev libpq5 libqt4-core libqt4-dev libqt4-gui libqt4-qt3support
libqt4-sql libsm-dev libsm6 libsqlite0 libsqlite0-dev libsqlite3-0
libssl-dev libssl0.9.8 libx11-6 libx11-data libx11-dev libxau-dev libxau6
libxcursor-dev libxcursor1 libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev
libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6
libxinerama-dev libxinerama1 libxmu-dev libxmu-headers libxmu6 
  libxrandr-dev
libxrandr2 libxrender-dev libxrender1 libxt-dev libxt6 libxxf86vm1 man-db
mesa-common-dev mysql-common pkg-config po-debconf qt4-dev-tools ttf-dejavu
ttf-dejavu-core ttf-dejavu-extra ucf whiptail x11-common x11proto-core-dev
x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xtrans-dev
zlib1g-dev
  0 upgraded, 113 newly installed, 0 to remove and 0 not upgraded.
  Need to get 44.3MB of archives.
  After this operation, 134MB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
x11-common libice6 x11proto-core-dev libice-dev libsm6 libsm-dev libxau6
libxdmcp6 libx11-data libx11-6 libxau-dev libxdmcp-dev libxext6
x11proto-input-dev x11proto-xext-dev libxext-dev x11proto-kb-dev xtrans-dev
libx11-dev libxfixes3 libxrender1 libxcursor1 x11proto-render-dev

Bug#49149: A piece of time

2008-02-06 Thread fabio corky
We have the biggest selection of purses, watches, wallets, lighters, everything 
from rolly, omega, to louis V, Dior and
more... check it

http://ridgest.com

Get it all at one place, LV, Dior, Rolly, Patek, Handbgs, wallets, lights, 
anything you can think of we have. come see
for yourself




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



Bug#464325: O: ifrench -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time. I'm retiring. I tried some
time ago to find an new maintainer for this package on the french
developpers' list, but nobody volonteered.

Regards,
Nico.



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



Bug#464329: O: tkgate -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time and not switching the package
to RFA. I'm retiring now.

Regards,
Nico.






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



Bug#464330: O: wfrench -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time and not switching the package
to RFA. I'm retiring now.

Regards,
Nico.






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



Bug#464328: O: libpng-sixlegs-java -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time and not switching the package
to RFA. I'm retiring now.

Regards,
Nico.





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



Bug#464304: fixed 464304 in 1:2.4.0~ooh680m5-1

2008-02-06 Thread Rene Engelhard
# Automatically generated email from bts, devscripts version 2.10.14
# not appearing in 2.4, notfound does not work
fixed 464304 1:2.4.0~ooh680m5-1




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



Bug#464334: octave2.1: installation fails

2008-02-06 Thread Lucas Nussbaum
Package: octave2.1
Version: 1:2.1.73-16
Severity: serious

Hi,

In a clean chroot:

Setting up octave2.1 (1:2.1.73-16) ...
ls: cannot access /usr/share/octave/3.0.0/m/startup/octaverc: No such file or 
directory
dpkg: error processing octave2.1 (--configure):
 subprocess post-installation script returned error exit status 1
-- 
| 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#464327: O: javacc -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time and not switching the package
to RFA. I'm retiring now.

Regards,
Nico.




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



Bug#464331: telegnome: FTBFS: E: Package libgdk-pixbuf-gnome-dev has no installation candidate

2008-02-06 Thread Lucas Nussbaum
Package: telegnome
version: 0.0.10-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 (= 3.0.0), libglib1.2-dev, libgtk1.2-dev, 
  libgnome-dev (= 1.4.2-24), libghttp-dev (= 1.0.9-5), libgdk-pixbuf-dev, 
  libgdk-pixbuf-gnome-dev, libgnorba-dev, liborbit-dev
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  libglib1.2-dev: missing
  libgtk1.2-dev: missing
  libgnome-dev: missing
  Using default version 1.4.2-37
  libghttp-dev: missing
  Using default version 1.0.9-17
  libgdk-pixbuf-dev: missing
  libgdk-pixbuf-gnome-dev: missing
  libgnorba-dev: missing
  liborbit-dev: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Package libgdk-pixbuf-gnome-dev is not available, but is referred to by 
  another package.
  This may mean that the package is missing, has been obsoleted, or
  is only available from another source
  E: Package libgdk-pixbuf-gnome-dev has no installation candidate
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping telegnome

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464337: terraform: FTBFS: libgnomeprint-dev: Depends: libgdk-pixbuf-gnome-dev (= 0.22.0-9) but it is not installable

2008-02-06 Thread Lucas Nussbaum
Package: terraform
version: 0.9.0-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 ( 3.0.0), autotools-dev, gettext, libxml-dev, 
  libgnomeprint-dev, sgmltools-lite, libgnome-dev, libpng12-dev | libpng-dev, 
  jadetex, w3m, libzvt-dev, libgtkxmhtml-dev
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  autotools-dev: missing
  gettext: missing
  libxml-dev: missing
  libgnomeprint-dev: missing
  sgmltools-lite: missing
  libgnome-dev: missing
  libpng12-dev: missing
  libpng-dev: missing
  jadetex: missing
  w3m: missing
  libzvt-dev: missing
  libgtkxmhtml-dev: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
libgnomeprint-dev: Depends: libgdk-pixbuf-gnome-dev (= 0.22.0-9) but it 
  is not installable
  E: Broken packages
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping terraform

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464341: if show-photos is set gpgp displays all photoIDs on startup

2008-02-06 Thread Gerfried Fuchs
Package: gpgp
Version: 0.4-12.1
Severity: normal

Hi!

 If show-photos is set in list-options in ~/.gnupg/gpg.conf gpgp
displays every single photoID it finds in its keyring on startup - which
is extremely annoying because you have to close all the photo windows
one after the other until gpgp really starts up.

 Please add ---list-options no-show-photos to the startup run, or
however that happens.

 Thanks in advance,
Rhonda



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



Bug#436443: one solution

2008-02-06 Thread Kohei Tanaka
Hi,

As you know bootpc only grabs information and works well if the
interface is up and added on the routing table as a default.  On the
other hand, ifup just executes bootpc without calling ifconfig and route
to get the interface up.  If the pre-up command is used to bring it up
before running bootpc, it will fetch parameters from one's network and
do nothing else.  Most people would like to use the bootp method in
interfaces and not to use bootpc to fetch and show parameters.

So please rename /sbin/bootpc to /sbin/bootpc-bin and save the attached
script as /sbin/bootpc instead.

Thanks, Kohei
-- 
Kohei Tanaka [EMAIL PROTECTED]
Fuji Xerox Co.,Ltd.
#!/bin/sh
#
# script to initialize a network interface using bootp
#
# Copyright (C) 2008 by Fuji Xerox Co., Ltd. All rights reserved.
#
# 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.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# written by Kohei Tanaka [EMAIL PROTECTED]

INTERFACE=eth0

# load configuration file
[ -f /etc/default/bootpc ]  . /etc/default/bootpc

# to get the interface looping over arguments
while [ $# -ne 0 ]
do
case $1 in
--dev)  INTERFACE=$2
break;;
*)  shift
continue;;
esac
done

# up the interface for sending broadcast packet
ifconfig $INTERFACE up 0.0.0.0
route add default dev $INTERFACE

TMPFILE=`mktemp /tmp/bootpc.XX`

/sbin/bootpc-bin --dev $INTERFACE --returniffail --serverbcast  $TMPFILE
RET=$?
route del default
ifconfig $INTERFACE down
if [ $RET -ne 0 ]
then
rm -rf $TMPFILE
exit 1
fi

. $TMPFILE
rm -rf $TMPFILE

[ -z $IPADDR ]  exit 1

OPT_NETMASK=
OPT_BROADCAST=
if [ -n $NETMASK ]
then
OPT_NETMASK=netmask $NETMASK
fi
if [ -n $BROADCAST ]
then
OPT_BROADCAST=broadcast $BROADCAST
fi
ifconfig $INTERFACE $IPADDR $OPT_NETMASK $OPT_BROADCAST

# already added a route to the network.  just add default gateway.
for i in $GATEWAYS
do
route add default gw $i
done

[ x$SETDNS == xno ]  exit 0
if [ -n $DOMAIN ] || [ -n $DNSSRVS ]
then
mv -f /etc/resolv.conf /etc/resolv.conf.old
if [ -n $DOMAIN ]
then
echo search $DOMAIN  /etc/resolv.conf
fi
for i in $DNSSRVS
do
echo nameserver $i  /etc/resolv.conf
done
fi


Bug#464121: evolution: Evolution mail component misses 'camel_smime_context_new' and crashes

2008-02-06 Thread Yves-Alexis Perez
On Wed, Feb 06, 2008 at 08:13:02AM +, Mickaël Masquelin wrote:
 evolution: symbol lookup
 error: /usr/lib/evolution/2.12/components/libevolution-mail.so:
 undefined symbol: camel_smime_context_new
[snip]
 ii  evolution-data-server1.12.2-1+b1

Upgrade e-d-s to 1.12.3 (in unstable).
-- 
Yves-Alexis




Bug#464339: O: myspell-fr -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time. I'm retiring. I tried some
time ago to find an new maintainer for this package on the french
developpers' list, but nobody volonteered.

Regards,
Nico.






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



Bug#464335: libgtk-perl: FTBFS: E: Package libgdk-pixbuf-gnome-dev has no installation candidate

2008-02-06 Thread Lucas Nussbaum
Package: libgtk-perl
version: 0.7009-14
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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.1), gtkglarea5-dev, libgdk-pixbuf-gnome-dev 
  (= 0.22.0-9), libgii1-dev, libglade-gnome0-dev (= 1:0.17-4), 
  libglu1-xorg-dev, libgtk1.2-dev, libgtkxmhtml-dev (= 1.4.2-24), 
  libxml-parser-perl, libxml-writer-perl, libxxf86vm-dev, libzvt-dev, perl ( 
  5.8.1), xlibmesa-gl-dev
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  gtkglarea5-dev: missing
  libgdk-pixbuf-gnome-dev: missing
  Default version of libgdk-pixbuf-gnome-dev not sufficient, no suitable 
  version found. Skipping for now, maybe there are alternatives.
  libgii1-dev: missing
  libglade-gnome0-dev: missing
  Using default version 1:0.17-9
  libglu1-xorg-dev: missing
  libgtk1.2-dev: missing
  libgtkxmhtml-dev: missing
  Using default version 1.4.2-37
  libxml-parser-perl: missing
  libxml-writer-perl: missing
  libxxf86vm-dev: missing
  libzvt-dev: missing
  perl: already installed (5.8.8-12  5.8.1 is satisfied)
  xlibmesa-gl-dev: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Package libgdk-pixbuf-gnome-dev is not available, but is referred to by 
  another package.
  This may mean that the package is missing, has been obsoleted, or
  is only available from another source
  E: Package libgdk-pixbuf-gnome-dev has no installation candidate
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping libgtk-perl

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464338: O: myspell-fr-gut -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time. I'm retiring. I tried some
time ago to find an new maintainer for this package on the french
developpers' list, but nobody volonteered.

Regards,
Nico.





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



Bug#464340: RM: adept -- ROM, broken beyond repair

2008-02-06 Thread Petr Rockai
Package: ftp.debian.org
Severity: normal

Hi,

current iteration of Adept in unstable is broken beyond repair (it
ought to be rc-buggy I suppose). There is a newer version in
experimental, but that is not ready for release and I'd like to ensure
that we do not release with broken adept by accident (better none than
a badly broken one) -- eg. in case I fail to produce a stable version
in time for lenny.

Thank you very much.
Yours, Peter.

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

Kernel: Linux 2.6.24-rc7-1-morn (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#464333: cronosii: FTBFS: libgnomeprint-dev: Depends: libgdk-pixbuf-gnome-dev (= 0.22.0-9) but it is not installable

2008-02-06 Thread Lucas Nussbaum
Package: cronosii
version: 0.2.2.23.1-3.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 ( 5.0.0), libtool, libart-dev, libaudiofile-dev, 
  libesd0-dev, libgtk1.2-dev, gdk-imlib1-dev, libgdk-pixbuf-dev, 
  libglib1.2-dev, libgnome-dev, libgnomeprint-dev, libxml-dev, automake1.4
  Build-Conflicts: automake1.9
  Checking for already installed source dependencies...
  debhelper: missing
  Using default version 6.0.5
  libtool: missing
  libart-dev: missing
  libaudiofile-dev: missing
  libesd0-dev: missing
  libgtk1.2-dev: missing
  gdk-imlib1-dev: missing
  libgdk-pixbuf-dev: missing
  libglib1.2-dev: missing
  libgnome-dev: missing
  libgnomeprint-dev: missing
  libxml-dev: missing
  automake1.4: missing
  automake1.9: already deinstalled
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Note, selecting gdk-imlib11-dev instead of gdk-imlib1-dev
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
libgnomeprint-dev: Depends: libgdk-pixbuf-gnome-dev (= 0.22.0-9) but it 
  is not installable
  E: Broken packages
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping cronosii

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464252: /etc/cron.daily/00logwatch: ERROR: Date::Manip unable to determine TimeZone.

2008-02-06 Thread Damyan Ivanov
-=| Vladimir Stupin, Wed, Feb 06, 2008 at 10:16:49AM +0500 |=-
 Package: libdate-manip-perl
 Version: 5.44-5
 I have Asia/Yekaterinburg timezone on my machines. YEKT (winter time)
 and YEKST (summer time) does not work.
 
 I add strings
   yekt   +0500 .  # Yeakaterinburg time zone, Russia
   yekst  +0500 .  # Yeakaterinburg summer time zone, Russia
 to file /usr/share/perl5/Date/Manip.pm, then /etc/cron.daily/00logwatch
 work properly.

This is not the first time zone that Date::Manip misses. If there was a
way to teach it to query libc (or other system-wide data) about this...

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#464326: O: ifrench-gut -- retiring

2008-02-06 Thread Nicolas Sabouret
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time. I'm retiring. I tried some
time ago to find an new maintainer for this package on the french
developpers' list, but nobody volonteered.

Regards,
Nico.




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



Bug#464169: ITP: vagalume -- A GTK+-based Last.fm client

2008-02-06 Thread Alberto Garcia
On Wed, Feb 06, 2008 at 06:56:05AM +0100, Christian Perrier wrote:

Description : A GTK+-based Last.fm client
 
 Last.fm isn't really clear for anybody. I suggest using a more
 generic description and somehow say this is related to audio/media
 playing.

Well, you're right, I should update the full description too.

 Also drop the leading article, of course
 
 graphical GTK+-based client for Last.fm media service

Is it necessary to say it's graphical provided that it's based on
GTK+?

How about ...

Graphical GTK+-based client for the Last.fm online radio

Thanks for your suggestions

-- 
Alberto García González
http://people.igalia.com/berto/



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



Bug#464332: loop-aes: FTBFS: E: Couldn't find package linux-headers-2.6.23-1-all-i386

2008-02-06 Thread Lucas Nussbaum
Package: loop-aes
version: 3.2b-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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: bzip2, debhelper (= 4.0.0), fakeroot, 
  linux-headers-2.6.23-1-all-alpha [alpha], linux-headers-2.6.23-1-all-amd64 
  [amd64], linux-headers-2.6.23-1-all-arm [arm], 
  linux-headers-2.6.23-1-all-armel [armel], linux-headers-2.6.23-1-all-hppa 
  [hppa], linux-headers-2.6.23-1-all-i386 [i386], 
  linux-headers-2.6.23-1-all-ia64 [ia64], linux-headers-2.6.23-1-all-m68k 
  [m68k], linux-headers-2.6.23-1-all-mips [mips], 
  linux-headers-2.6.23-1-all-mipsel [mipsel], 
  linux-headers-2.6.23-1-all-powerpc [powerpc], 
  linux-headers-2.6.23-1-all-s390 [s390], linux-headers-2.6.23-1-all-sparc 
  [sparc], linux-support-2.6.23-1, module-assistant
  Checking for already installed source dependencies...
  W: Unable to locate package linux-support-2.6.23-1
  W: Unable to locate package linux-headers-2.6.23-1-all-i386
  bzip2: already installed (1.0.4-2)
  debhelper: missing
  Using default version 6.0.5
  fakeroot: already installed (1.9.2)
  linux-headers-2.6.23-1-all-i386: missing
  linux-support-2.6.23-1: missing
  module-assistant: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  E: Couldn't find package linux-headers-2.6.23-1-all-i386
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping loop-aes

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#464336: modconf: FTBFS: E: Couldn't find package linux-tree-2.6.23

2008-02-06 Thread Lucas Nussbaum
Package: modconf
version: 0.3.5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
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 (= 5)
  Build-Depends-Indep: linux-tree-2.6.23, locales
  Checking for already installed source dependencies...
  W: Unable to locate package linux-tree-2.6.23
  debhelper: missing
  Using default version 6.0.5
  linux-tree-2.6.23: missing
  locales: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  E: Couldn't find package linux-tree-2.6.23
  apt-get failed.
  Package installation failed
  Trying to reinstall removed packages:
  Trying to uninstall newly installed packages:
  Source-dependencies not satisfied; skipping modconf

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#420391: Still large memory footprint

2008-02-06 Thread Roel Schroeven

Hi,

I think there still is a problem. I'm using version 0.92~dfsg-1~volatile2 and 
I'm seeing large amounts of used memory when clamd has been running a while.


For example, I currently see this line in top:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
27672 clamav15   0  127m 105m  896 S0 21.1   0:31.48 clamd

That's about 24 hours after I restarted clamd.

--
Roel Schroeven
Tresco Engineering
Kribbestraat 24, 2000 Antwerp, Belgium
http://www.tresco.be
[EMAIL PROTECTED]
Tel. + 32 3 231 07 31
Fax  + 32 3 829 03 71



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



Bug#464251: cgal: Build depends on ancient libqt3-compat-headers

2008-02-06 Thread Joachim Reichel
Hi,

 We are currently attempting to remove the antiquated libqt3-compat-headers 
 from the archive.
 
 Here is a patch to build cgal without libqt3-compat-headers.

thanks for the patch. But shouldn't qarray.h replaced by qmemarray.h
instead of qpointarray.h?

Is there a particular reason for this attempt (rather than just get rid
of one package)? What about software not packaged for Debian that needs
these headers? Was there a discussion on some mailing list?

BTW how did you find the buggy packages? Did you build them with a fake
(empty) qt3-compat-headers package? Just asking because there are some
more occurences in the demos (not compiled, just shipped as source in
the libcgal-demo package).

Joachim




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



Bug#464193: smart-notifier: message points user to wrong log file

2008-02-06 Thread Brian Sutherland
On Tue, Feb 05, 2008 at 11:17:57AM -0700, dann frazier wrote:
 Package: smart-notifier
 Version: 0.28-1
 Severity: normal
 
 Today I got a couple of pop-ups from smart-notifier, with the following text:
 

/snip

 
 I don't have any entries from smartd in /var/log/messages, but I do have a
 number in /var/log/syslog and /var/log/daemon.log:
 
 Feb  5 10:41:08 krebs smartd[3035]: Device: /dev/sdc, No such device, 
 open() failed 
 Feb  5 11:11:09 krebs smartd[3035]: Device: /dev/sdc, No such device, 
 open() failed 
 
 I'm guessing that perhaps /var/log/messages is the upstream default, but
 the Debian default is actually /var/log/daemon.log.
 

This message is only displayed by smart-notifier, it originates with
smartd. Seems like the bug should be re-assigned there.

 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: ia64
 
 Kernel: Linux 2.6.24-1-mckinley (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 smart-notifier depends on:
 ii  dbus  1.1.2-1simple interprocess messaging 
 syst
 ii  python-central0.5.15-0.1 register and build utility for 
 Pyt
 ii  python-dbus [python2.4-dbus]  0.82.4-1   simple interprocess messaging 
 syst
 ii  python-glade2 [python2.4-glad 2.12.1-1   GTK+ bindings: Glade support
 ii  python-gtk2 [python2.4-gtk2]  2.12.1-1   Python bindings for the GTK+ 
 widge
 ii  python2.4 2.4.4-7An interactive high-level 
 object-o
 ii  smartmontools 5.37-6 control and monitor storage 
 system
 
 smart-notifier recommends no packages.
 
 -- no debconf information
 
 

-- 
Brian Sutherland



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



Bug#71078: LOcation of .sitecopy directory cannot be configured

2008-02-06 Thread Joe Orton
This has been configurable forever, use

   sitecopy --storepath /path/to/.sitecopy

joe



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



Bug#464342: apache2-mpm-prefork: Segmentation faults after upgrading

2008-02-06 Thread WITCOM - Gavasso Davide
Package: apache2-mpm-prefork
Version: 2.2.6-3
Severity: normal

After upgrading system libraries, not apache2, I have a segmentation fault when 
starting
apache2. See below:

/usr/sbin/apache2ctl: line 80: 10691 Segmentation fault  $HTTPD -k $ARGV

When stopping I have the following message:

Stopping web server: apache2* We failed to correctly shutdown apache, 
so we're now killing all running apache processes. 
This is almost certainly suboptimal, so please make sure your 
system is working as you'd expect now!



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
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 apache2-mpm-prefork depends on:
ii  apache2.2-common2.2.6-3  Next generation, scalable, extenda
ii  libapr1 1.2.11-1 The Apache Portable Runtime Librar
ii  libaprutil1 1.2.12+dfsg-2+b1 The Apache Portable Runtime Utilit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libdb4.44.4.20-11Berkeley v4.4 Database Libraries [
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libpcre37.4-1Perl 5 Compatible Regular Expressi
ii  libpq5  8.3~rc2-1+b1 PostgreSQL C client library
ii  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libuuid11.40.3-1 universally unique id library

apache2-mpm-prefork recommends no packages.

-- no debconf information



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



Bug#463931: Fix for this bug.

2008-02-06 Thread Kumar Appaiah
block 463931 by 463926
tags 463931 + patch
thanks

Hi!

Please find attached a patch for this bug. Note that the version of
arpack which I use was one custom compiled using the gfortranized
build dependencies and you may wish to change it later from 2.1-8.1 to
the next version chosen (e.g. 2.1-9), though that shouldn't matter.

-Build-Depends: debhelper (  4.1.0 ), g++ (2.95), libg2c0-dev, 
refblas3-dev|libblas-3.so, lapack3-dev|lapack-3.so, libarpack2-dev, chrpath
+Build-Depends: debhelper (  4.1.0 ), g++ (2.95), gfortran, libblas-dev, 
liblapack-dev, libarpack2-dev (= 2.1-8.1), chrpath

HTH.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u arpack++-2.2/configure arpack++-2.2/configure
--- arpack++-2.2/configure
+++ arpack++-2.2/configure
@@ -4100,7 +4100,9 @@
 if test $ac_cv_lib_g2c_s_copy = yes; then
   all_libs=-lg2c
 else
-   echo you need g2c.;exit 1;
+#   echo you need g2c.;exit 1;
+   all_libs=-lgfortran
+   echo g2c not found, but proceeding.;
 fi
 
 { echo $as_me:$LINENO: checking for daxpy_ in -lblas 5
@@ -4176,7 +4178,7 @@
   echo $ECHO_N (cached) $ECHO_C 6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS=-llapack -lblas -lg2c $LIBS
+LIBS=-llapack -lblas -lgfortran $LIBS
 cat conftest.$ac_ext _ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -4243,7 +4245,7 @@
   echo $ECHO_N (cached) $ECHO_C 6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS=-larpack -llapack -lblas -lg2c $LIBS
+LIBS=-larpack -llapack -lblas -lgfortran $LIBS
 cat conftest.$ac_ext _ACEOF
 /* confdefs.h.  */
 _ACEOF
diff -u arpack++-2.2/debian/control arpack++-2.2/debian/control
--- arpack++-2.2/debian/control
+++ arpack++-2.2/debian/control
@@ -1,7 +1,7 @@
 Source: arpack++
 Section: devel
 Priority: optional
-Build-Depends: debhelper (  4.1.0 ), g++ (2.95), libg2c0-dev, refblas3-dev|libblas-3.so, lapack3-dev|lapack-3.so, libarpack2-dev, chrpath
+Build-Depends: debhelper (  4.1.0 ), g++ (2.95), gfortran, libblas-dev, liblapack-dev, libarpack2-dev (= 2.1-8.1), chrpath
 Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
 Uploaders: Christophe Prud'homme [EMAIL PROTECTED]
 Standards-Version: 3.7.2
@@ -29,7 +29,7 @@
 Package: libarpack++2-dev
 Section: libdevel
 Architecture: any
-Depends: libarpack++2c2a (= ${Source-Version}), libarpack2-dev
+Depends: libarpack++2c2a (= ${Source-Version}), libarpack2-dev (= 2.1-8.1)
 Description: Object-oriented version of the ARPACK package (development)
  ARPACK++ is an object-oriented version of the ARPACK package. It consists a
  collection of classes that offers c++ programmers an interface to ARPACK. It
diff -u arpack++-2.2/debian/rules arpack++-2.2/debian/rules
--- arpack++-2.2/debian/rules
+++ arpack++-2.2/debian/rules
@@ -23,7 +23,7 @@
 	$(checkdir)
 # fix wrong timestamp in almost all README (1945, 1967 ...)
 	-find . -name README  | xargs touch
-	./configure --prefix=/usr --includedir=/usr/include/arpack++
+	F77=gfortran ./configure --prefix=/usr --includedir=/usr/include/arpack++
 	make
 	chrpath -d src/.libs/libarpack++.so.2
 	touch build


signature.asc
Description: Digital signature


Bug#464345: New upstream release

2008-02-06 Thread Riccardo Magliocchetti
Package: pgpool2
Version: 1.3-1
Severity: wishlist

There is a new upstream release 2.0.1 available, please package it.

thanks

-- 
Riccardo Magliocchetti



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



Bug#463751: linux-image-2.6.24-1-amd64: iwlwifi module don't accept dhcp request

2008-02-06 Thread Daniel Huhardeaux

maximilian attems a écrit :

On Sun, Feb 03, 2008 at 06:51:09PM +0100, Daniel Huhardeaux wrote:
  

[EMAIL PROTECTED]:~$ sudo tcpdump -v -i wlan0
tcpdump: WARNING: wlan0: no IPv4 address assigned
tcpdump: listening on wlan0, link-type EN10MB (Ethernet), capture size 
96 bytes


0 packets captured
0 packets received by filter
0 packets dropped by kernel

No traffic at all!



hmm i lost track.
this is while you are sending a dhcprequest on that interface??
  

Yes

that seems fishy.
  

I agree ;-)

also please make sure you are using the latest available firmware
aka firmware-iwlwifi from unstable 0.10
  

[EMAIL PROTECTED]:~$ sudo aptitude show firmware-iwlwifi
Paquet : firmware-iwlwifi
Nouveau: oui
État: installé
Automatiquement installé: oui
Version : 0.10
Priorité : optionnel
Section : non-free/misc
Responsable : Debian Kernel Team [EMAIL PROTECTED]
Taille décompressée : 389k
Suggère: initramfs-tools, linux-image
Description : Binary firmware for Intel Wireless
This package contains the binary firmware for Intel Wireless 3945 and 
4965 cards.


URL: http://intellinuxwireless.org/?p=iwlwifin=downloads

Contents:
* iwlwifi-3945-1.ucode, version 2.14.1.5
* iwlwifi-4965-1.ucode, version 4.44.1.20
--
Daniel





Bug#391669: modules in mpg123-1.x

2008-02-06 Thread Thomas Orgis
With the current releases, you can have several output options to choose from 
at runtime.
Though one of them is still the build-time configurable default and there is no 
auto-detection going on.
To use oss when alsa is default, you have to specify `mpg123 -o oss` and vice 
versa.
Unless you specify it, ./configure will choose alsa as default when alsa 
library is present; otherwise the first that works in this list:

alsa oss coreaudio sun win32 esd jack portaudio pulse sdl nas arts dummy

On Linux, OSS build is likely to always work as one kernel header file is all 
that's needed.
I guess that in future, mpg123 should support some way to set the default audio 
output at runtime, possibly by using an environment variable.

Alrighty then,

Thomas (mpg123 maintainer).

-- 
Thomas Orgis - Source Mage GNU/Linux Developer (http://www.sourcemage.org)
OrgisNetzOrganisation ---)=- http://orgis.org
GPG public key D446D524: http://thomas.orgis.org/public_key
Fingerprint: 7236 3885 A742 B736 E0C8 9721 9B4C 52BC D446 D524


signature.asc
Description: PGP signature


Bug#461002: Refuses to play CSS-encrypted DVDs

2008-02-06 Thread Matt Kraai
On Thu, Jan 17, 2008 at 09:37:07AM +0100, Reinhard Tartler wrote:
 Matt Kraai [EMAIL PROTECTED] writes:
 
   demux_wavpack: (open_wv_file:127) open_wv_file: non-seekable inputs 
   aren't supported yet.
  
   This error message comes from demux_wavpack.c in libxine1.
  
  Err, does this happen with all your DVDs? I don't see the relation of
  DVDs (which are mpeg encoded) and wavpack (which is a container format
  that has nothing to do with DVDs AFAIK).
 
  I tried another DVD ISO and it played successfully despite showing
  this error message, so this must not be the problem.
 
 Yes, this seems to me like a minor annoyance.
 
  What should I do about the DVD ISO that does fail to play, though?
 
 We need more information about this. If you are using gxine, please add
 the parameter '-v' to your command line or if you are using xine, please
 add '--bug-report'. Attach that debug output to this bug.
 
 In any case, I suspect that the MRL was wrongly passwd to xine.

I ran

 xine --bug-report Steal This Film II.iso

I've attached the BUG-REPORT.TXT that it generated.  It displayed a
dialog entitled Error that contained the following text:

 -xine engine error-

 There is no demuxer plugin available to handle 'Steal This Film
 II.iso'.
 Usually this means that the file format was not recognized.

-- 
Matt
This is xine (X11 gui) - a free video player v0.99.6cvs.
(c) 2000-2007 The xine Team.
Built with xine library 1.1.8 (1.1.8)
Found xine library version: 1.1.10 (1.1.10).
   Platform information:
   
system name : Linux
node name   : macbookpro
release : 2.6.24-1-686
version : #1 SMP Thu Jan 31 20:35:50 UTC 2008
machine : i686
   CPU information:
   ---
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2500  @ 2.00GHz
stepping: 8
cpu MHz : 2028.163
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
arch_perfmon bts pni monitor vmx est tm2 xtpr
bogomips: 3999.11
clflush size: 64
processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2500  @ 2.00GHz
stepping: 8
cpu MHz : 2028.163
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
arch_perfmon bts pni monitor vmx est tm2 xtpr
bogomips: 3994.69
clflush size: 64
   ---
   Display Name:  :0.0,
   XServer Vendor:The X.Org Foundation,
   Protocol Version:  11, Revision: 0,
   Available Screen(s):   1,
   Default screen number: 0,
   Using screen:  0,
   Depth: 24,
   Maximum request size:  16777212 bytes,
   Motion buffer size:256,
   Bitmap unit:   32,
 Bit order:   LSBFirst,
 Padding: 32,
   Image byte order:  LSBFirst,
   Number of supported pixmap formats: 7,
   Supported pixmap formats:
 DepthBits_per_pixelScanline_pad
 1 1  32
 4 8  32
 8 8  32
1516  32
1616  32
2432  32
3232  32
 ---

   Focus:  Window 0x2a00020, revert to Parent,
   Number of extensions:   32
 BIG-REQUESTS: [opcode: 130]
 Composite:[opcode: 157]
 DAMAGE:   [opcode: 158, base (event: 117, error: 187)]
 DOUBLE-BUFFER:[opcode: 142, base (error: 153)]
 DPMS: [opcode: 137]
 

Bug#460880: tkdiff new upstream version

2008-02-06 Thread Tim Cutts


On 6 Feb 2008, at 8:39 am, Adrian Bridgett wrote:


On Wed, Feb  6, 2008 at 08:33:24 + (+), Tim Cutts wrote:

Hi - to add to this one, as is often the case, version 4.1.4 of
tkdiff  is required by tkcvs 8.1.  Since tkdiff comes from the same
upstream  tarball as tkcvs, and they're written by the same person,
is it  perhaps time we made this a multiple binary package and built
both  tkdiff and tkcvs from the same upstream source package?  It
would  solve these dependency problems every time tkcvs gets updated
upstream.  Not that I want to tread on your toes, of course, but it
might be simpler that way.


That may well make sense.


There seem to be three possible approaches I could take, and I don't  
know what the right thing to do is.


1)  Have the tkcvs binary package provide the tkdiff binary, and then  
conflict with tkdiff (in other words kill off the tkdiff package  
altogether, and have the tkcvs package 'Provides' tkdiff.
2)  Do the proper multiple binary package thing.  I'm slightly  
concerned about how the package versioning would work in this case,  
because I suspect that the new tkdiff packages would always have the  
same version as the parent tkcvs package, even though the actual  
version of tkdiff is independent.  I don't like that...
3)  Just have tkcvs ship an internal version of tkdiff for its own  
use, and allow people to use your package as the one they get on their  
PATH.


None of these seem to be ideal.  3 is the easiest, and least  
disruptive to the status quo.  I've done 1) as an experiment, but it  
seems ugly, and likely to cause users confusion when the package  
disappears.  It also seems unnecessary to have to install tkcvs if all  
the user wants is tkdiff (not that it's a very big package, but it's  
the principle of the thing!)  2 is less ugly, but the version number  
thing is bound to confuse people.


Any thoughts?


One day the keyring maintainers might
actually get around to acknowledging that exist.  ATM I can't do any
uploads (and havn't been able to for about 18 months now IIRC).


You have my sympathy.  :-(

Tim


--
The Wellcome Trust Sanger Institute is operated by Genome Research 
Limited, a charity registered in England with number 1021457 and a 
company registered in England with number 2742969, whose registered 
office is 215 Euston Road, London, NW1 2BE. 




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



Bug#464349: password support

2008-02-06 Thread psycheye
Package: ark
Version: 4:3.5.8-1
Severity: wishlist

Hello
can you add the password options?
Thanks

psycheye


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

Kernel: Linux 2.6.22.1-annette (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 ark depends on:
ii  kdelibs4c2a 4:3.5.8.dfsg.1-4 core libraries and binaries for al
ii  libacl1 2.2.45-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.39-1   Extended attribute shared library
ii  libaudio2   1.9.1-1  Network Audio System - shared libr
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libfam0 2.7.0-13 Client library to control the FAM 
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libqt3-mt   3:3.3.7-9Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

Versions of packages ark recommends:
ii  bzip2  1.0.4-2   high-quality block-sorting file co
pn  ncompress  none(no description available)
ii  p7zip-full 4.57~dfsg.1-1 7z and 7za file archivers with hig
ii  unzip  5.52-10   De-archiver for .zip files
ii  zip2.32-1Archiver for .zip files
pn  zoonone(no description available)

-- no debconf information



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



Bug#464348: fatal: service virtual requires privileged operation

2008-02-06 Thread root
Package: postfix
Version: 2.3.8-2+b1
Severity: normal

Hello,
I just wanted to signal that I've exactly the same problem as described in bug 
315939 but with the service virtual with postfix 2.3.8-2+b1
Of course I tried to send a followup for bug #315939, before creating a new 
report but I always get a delivery failure for [EMAIL PROTECTED]
So I make my own report. Here's the postfix log for this error

 Feb  6 11:09:02 ns3 postfix/virtual[29378]: fatal: service virtual requires 
 privileged operation
 Feb  6 11:09:03 ns3 postfix/master[29355]: warning: process 
 /usr/lib/postfix/virtual pid 29378 exit status 1
 Feb  6 11:09:03 ns3 postfix/master[29355]: warning: /usr/lib/postfix/virtual: 
 bad command startup -- throttling

I tried the same fix for virtual service as proposed in #315939 for mailman 
service, and it seems to work

-- 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-6-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages postfix depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
ii  dpkg   1.13.25   package maintenance system for Deb
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libdb4.3   4.3.29-8  Berkeley v4.3 Database Libraries [
ii  libsasl2-2 2.1.22.dfsg1-8Authentication abstraction library
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  netbase4.29  Basic TCP/IP networking system
ii  ssl-cert   1.0.14Simple debconf wrapper for openssl

Versions of packages postfix recommends:
ii  mailx [mail-read 1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  mutt [mail-reade 1.5.13-1.1etch1 text-based mailreader supporting M

-- debconf information:
  postfix/master_upgrade_warning:
  postfix/db_upgrade_warning: true
* postfix/mailname: ns3.mimizan.net
  postfix/tlsmgr_upgrade_warning:
  postfix/dynamicmaps_upgrade_warning:
  postfix/recipient_delim: +
* postfix/main_mailer_type: Internet Site
  postfix/transport_map_warning:
  postfix/relayhost:
  postfix/procmail: true
  postfix/bad_recipient_delimiter:
  postfix/chattr: faux
  postfix/root_address:
  postfix/rfc1035_violation: false
  postfix/mydomain_warning:
  postfix/mynetworks: 127.0.0.0/8
  postfix/destinations: ns3.mimizan.net, localhost.mimizan.net, , localhost
  postfix/nqmgr_upgrade_warning:
  postfix/not_configured:
  postfix/mailbox_limit: 0
  postfix/protocols: all



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



Bug#461780: closed by Ari Pollak [EMAIL PROTECTED] (Re: Bug#461780: pidgin: hangs if audio device is grabbed)

2008-02-06 Thread Ulrik Sverdrup
For comparison: If the device is occupied, Rhythmbox will display and
error icon, and the properties window will give more error info. Totem
movie player will simply disable sound playback (but will play video
without sound), and indicate it only by disabling the volume widget.
Based only on this, I hoped any gstreamer-using application should be
able to tell if the device was free or not.

Using pidgin without sound mixing means that you have to turn of
sounds, otherwise it will freeze at any time (as percieved by the
user, in reality only when this bug is triggered of course).



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



Bug#464327: O: javacc -- retiring

2008-02-06 Thread Aníbal Monsalve Salazar
On Wed, Feb 06, 2008 at 09:57:35AM +0100, Nicolas Sabouret wrote:
Package: wnpp
Severity: normal

Sorry for being MIA for such a long time and not switching the package
to RFA. I'm retiring now.

Regards,
   Nico.

Hello Paul,

Nicolas Sabouret orphaned javacc.

I noticed your javacc uploads. Please consider retitling this bug
to ITA.

Thank you!


signature.asc
Description: Digital signature


Bug#52020: You can (finally!;-) close this bug when upgrading to mpg123-1.x

2008-02-06 Thread Thomas Orgis
...which includes a libmpg123 as shared library with a stable api:

http.//mpg123.org/api


Alrighty then,

Thomas.

-- 
Thomas Orgis - Source Mage GNU/Linux Developer (http://www.sourcemage.org)
OrgisNetzOrganisation ---)=- http://orgis.org
GPG public key D446D524: http://thomas.orgis.org/public_key
Fingerprint: 7236 3885 A742 B736 E0C8 9721 9B4C 52BC D446 D524


signature.asc
Description: PGP signature


Bug#464334: [Pkg-octave-devel] Bug#464334: octave2.1: installation fails

2008-02-06 Thread Thomas Weber
package: octave2.1
tags 464334 unreproducible
thanks

Am Mittwoch, den 06.02.2008, 09:44 +0100 schrieb Lucas Nussbaum:
 Package: octave2.1
 Version: 1:2.1.73-16
 Severity: serious
 
 Hi,
 
 In a clean chroot:
 
 Setting up octave2.1 (1:2.1.73-16) ...
 ls: cannot access /usr/share/octave/3.0.0/m/startup/octaverc: No such file or 
 directory
 dpkg: error processing octave2.1 (--configure):
  subprocess post-installation script returned error exit status 1

I can't reproduce this in neither amd64 nor i386 chroots. Did you build
the package yourself?

Thomas






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



Bug#463751: linux-image-2.6.24-1-amd64: iwlwifi module don't accept dhcp request

2008-02-06 Thread Daniel Huhardeaux

Kevin Locke a écrit :

I am noticing the same behavior on my system (using iwl3945 on a
Thinkpad T60p with the Intel 3945ABG card).  That includes the 0
packets captured on the interface during DHCP request.  However, I
noticed that if I run `ifconfig wlan0 up` before running `ifup wlan0`
it seems to resolve the problem and the computer receives a DHCP
response from my DHCP server with no problems.  It may be related to
the fact that settings applied with iwconfig do not appear to stick
unless the interface is up.

I would be interested to hear if this makes a difference on any other
systems...
  

Hi Kevin,

I tested this on a 2-6-24-1 and on 2-6-24-trunk, no luck. :-( I also 
notice that on 2.6.23/24/trunk ifup is going in segfault error 4:-( 
ifconfig eth0 -Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)- is 
working in 2.6.24 and trunk. To summarize:


2.6.23: no more eth0, wifi is working with ipw3945
2.6.24 and trunk: eth0 is working _only_ with ifconfig, no more wifi
All kernels: ifup is segfaulting: ifup[5587]: segfault at 0 rip 
2aed2d3bb3b2 rsp 7fff7d9a9c90 error 4


--
Daniel




  1   2   3   4   5   6   >