Bug#439319: RM: mc-foo -- RoQA; unmaintained; dead upstream; RC-buggy

2007-08-25 Thread Ana Guerrero
retitle 439319 RM: mc-foo -- RoQA; unmaintained; dead upstream; RC-buggy
reassign 439319 ftp.debian.org
thanks


On Fri, Aug 24, 2007 at 09:51:08AM +0200, Mario Iseli wrote:
> Package: wnpp
> Severity: normal
> 
> The current maintainer of mc-foo, Tommi Virtanen <[EMAIL PROTECTED]>,
> is apparently not active anymore.  Therefore, I orphan this package now.
> 
...

Instead of orphan the package I think it is better ask direclty for removal:

 - Totally unmaintaned, Debian maintaner was upstream author as well, and last
   release is from Aug 2003
 - RC-buggy since 1 year ago (the packaged has not been updated to the latest
   python policy)
 - It was not included in Etch.
 - No reverse dependencies 
 - popcon: 1 installation, 0 votes.

Ana


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



Bug#425897: Still FTBFS (usually) for me

2007-08-25 Thread Daniel Schepler
On Saturday 25 August 2007 01:19:43 am Dario Minnucci (midget) wrote:
> Hi Daniel,
>
> > First of all, I didn't see any of your comments to the bug before it was
> > closed, because you never CC'd me or 425897-submitter...
>
> Very sorry. My fault. :(
>
> > With the latest version, the package still failed to build for me.  I had
> > a look at the tests, and it appears that at least linux-ext2.t runs df
> > and compares the results with the results from the Perl module.  This is
> > just begging for a race condition, though, and that's probably what's
> > causing it to FTBFS on my system.
>
> Can you try to rebuild the package in a different machine and post a breif
> report.
>
> Sorry for the delay.
>
> Cheers.

Hmm... on my new amd64 machine, under pbuilder it skips the linux-ext2.t test, 
and the build succeeds.  But if I build it in the root filesystem with 
dpkg-buildpackage -rfakeroot, it fails with the same message as on my old 
i386 machine.
-- 
Daniel Schepler



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



Bug#430894: NMU patch

2007-08-25 Thread Devin Carraway
On Fri, Aug 24, 2007 at 09:03:52PM -0400, Ari Pollak wrote:
> I plan to NMU gaim-librvp package to fix this bug. Attached is the patch
> to do so.

Go ahead, thanks.  Been totally slagged under with work and everytime I try to
detach it gets worse.  Sorry if I held up the migration.

-- 
Devin  \ aqua(at)devin.com, IRC:Requiem; http://www.devin.com
Carraway \ 1024D/E9ABFCD2: 13E7 199E DD1E 65F0 8905 2E43 5395 CA0D E9AB FCD2


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



Bug#430563: Solved in 0.16.0?

2007-08-25 Thread Paul van Tilburg
Hello,

I have checked your example glade file and tried to reproduce
the problem with ruby-gnome2 0.16.0.

I get:
---
% ruby-glade-create-template test.glade
#!/usr/bin/env ruby
#
# This file is gererated by ruby-glade-create-template 1.1.4.
#
require 'libglade2'

class TestGlade
  include GetText

  attr :glade
  
  def initialize(path_or_data, root = nil, domain = nil, localedir =
nil, flag = GladeXML::FILE)
bindtextdomain(domain, localedir, nil, "UTF-8")
@glade = GladeXML.new(path_or_data, root, domain, localedir, flag)
{|handler| method(handler)}

  end
  
end

# Main program
if __FILE__ == $0
  # Set values as your own application. 
  PROG_PATH = "test.glade"
  PROG_NAME = "YOUR_APPLICATION_NAME"
  TestGlade.new(PROG_PATH, nil, PROG_NAME)
  Gtk.main
end
---

So, it seems to be fixed in the 'new' 0.16.0 release. Can you confirm?

Kind regards,
Paul

-- 
PhD Student @ Eindhoven | email: [EMAIL PROTECTED]
University of Technology, The Netherlands   | JID: [EMAIL PROTECTED]
>>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181


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



Bug#439444: cc1: error: /tmp/buildd/tcng-10b/include/default.tc: No such file or directory

2007-08-25 Thread Daniel Bonniot
Package: tcng
Version: 10b-1
Severity: important


When using tcng, I get that message:
cc1: error: /tmp/buildd/tcng-10b/include/default.tc: No such file or directory

Later, essential fields like ip_len are not recognized. This makes the package 
pretty
unusable by itself.

It looks like tcng was built using the buildd path instead of the system one.

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

Versions of packages tcng depends on:
ii  cpp4:4.1.1-15The GNU C preprocessor (cpp)
ii  iproute20061002-3Professional tools to control the 
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries

tcng recommends no packages.

-- no debconf information


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



Bug#437859: The cause of this bug -- BSD pty

2007-08-25 Thread NIIBE Yutaka

I think that the cause of this bug is the use of BSD pty.

Currently in debian/rules, ttyrec is compiled for BSD standard
(deprecated, I think).

I think following patch should apply for Debian build.

--
--- rules.orig  2007-08-25 16:16:16.0 +0900
+++ rules   2007-08-25 16:04:24.0 +0900
@@ -19,7 +19,7 @@
 build-stamp:
dh_testdir

-   $(MAKE)
+   $(MAKE) CFLAGS="-O2 -Wall -DSVR4"

uudecode debian/sample1.tty.uue

--

Then, it works for UNIX98 pty standard.
--


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



Bug#439445: Please compile amarok with libmtp6 (i.e. libmptp > 0.2.0)

2007-08-25 Thread Dominique Dumont
Package: amarok
Version: 1.4.7-1
Severity: wishlist


Hello

libmtp 0.2.0 was released with the following changes (written by Linus
Walleij):

* It uses extended commands to retrieve and cache large
  metadata sets quickly.
* Is features VERY many new device ID:s and bug flags
  making it ever more interoperable.
* It fully supports 64bit filesizes. (We hope.)
* It produced udev rules for the new kernels.
* It produces a very bleeding edge HAL style .fdi file.
* Many, many other bug fixes.

Notice that the album API in the libmtp.h file has changed
somewhat, it should be quite easy to upgrade the existing code.
However the album API still needs some overhaul.

The library version is bumped to libmtp.so.6 as a consequence of
the changes which affects distribution packaging and makes
it necessary to recompile applications linking to libmtp.

This new version was packaged by Raphael in libmtp6. 

Could you upgrade amarok to this version of libmtp ?

Thanks

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

Kernel: Linux 2.6.21-2-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 amarok depends on:
ii  amarok-xine [amarok-eng 1.4.7-1  xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.7.dfsg.1-5 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-4GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.1-1  A free implementation of the OpenG
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgpod20.5.2-4  a library to read and write songs 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.0-0GNU libidn library, implementation
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkarma0   0.0.6-2  Rio Karma access library [runtime 
ii  libmtp5 0.1.5-2  Media Transfer Protocol (MTP) libr
ii  libmysqlclient15off 5.0.45-1 MySQL database client library
ii  libnjb5 2.2.5-4.1Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpq5  8.2.4-3  PostgreSQL C client library
ii  libqt3-mt   3:3.3.7-7Qt GUI Library (Threaded runtime v
ii  libruby1.8  1.8.6.36-1   Libraries necessary to run Ruby 1.
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsqlite3-03.4.2-1  SQLite 3 shared library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-8+b1 TagLib Audio Meta-Data Library
ii  libtagc01.4-8+b1 TagLib Audio Meta-Data Library (C 
ii  libtunepimp50.5.3-4+b1   MusicBrainz tagging library
ii  libusb-0.1-42:0.1.12-7   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1.1Audio visualization framework
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  unzip   5.52-10  De-archiver for .zip files
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.7-3  enables the browsing of audio CDs 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". T

Bug#434782: amsn: still does not go to systray

2007-08-25 Thread Daniel Knabl
Package: amsn
Version: 0.97~rc1+dfsg1-5
Followup-For: Bug #434782

This issue is still important, because the Ubuntu package dos NOT have 
it. If there's some information needed I'll help as much as possible.

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

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages amsn depends on:
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsnack2   2.2.10-dfsg1-2   Sound functionality extension to t
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  python  2.4.4-6  An interactive high-level object-o
ii  tcl8.4  8.4.15-1 Tcl (the Tool Command Language) v8
ii  tcltls  1.5.0.dfsg-6 the TLS OpenSSL extension to Tcl
ii  tk8.4   8.4.15-1 Tk toolkit for Tcl and X11, v8.4 -
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

amsn recommends no packages.

-- no debconf information


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



Bug#439423:

2007-08-25 Thread Marc Poulhiès
Thanks. I applied provided patch and it works like a charm!

Marc



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



Bug#439445: Please compile amarok with libmtp6 (i.e. libmptp > 0.2.0)

2007-08-25 Thread Adeodato Simó
* Dominique Dumont [Sat, 25 Aug 2007 09:26:08 +0200]:

> Could you upgrade amarok to this version of libmtp ?

Hi Dominique. That will happen when libmtp6 enters unstable. At the
moment, it's only in experimental.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Jewel - You were meant for me




Bug#439098: liblzo-dev: Not coinstallable with liblzo2-dev

2007-08-25 Thread Peter Eisentraut
Raphael Hertzog wrote:
> On Fri, 24 Aug 2007, Peter Eisentraut wrote:
> > Am Mittwoch, 22. August 2007 12:17 schrieb Raphael Hertzog:
> > > Unpacking liblzo-dev (from .../liblzo-dev_1.08-3_ia64.deb) ...
> > > dpkg: error processing
> > > /x/home/buildd/build/chroot-unstable/var/cache/apt/archives/liblz
> > >o-dev_1.08 -3_ia64.deb (--unpack): trying to overwrite
> > > `/usr/share/lzo/minilzo/README.LZO', which is also in package
> > > liblzo2-dev
> >
> > I can't reproduce this.  liblzo2-dev has a Replaces: liblzo-dev,
> > and I can install both packages just fine.
>
> Install liblzo2-dev first and then install liblzo-dev.

[EMAIL PROTECTED]:~$ sudo apt-get install liblzo2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  liblzo2-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 140kB of archives.
After unpacking 672kB of additional disk space will be used.
Get:1 http://debian.netcologne.de testing/main liblzo2-dev 2.02-3 [140kB]
Fetched 140kB in 0s (368kB/s)
Selecting previously deselected package liblzo2-dev.
(Reading database ... 196352 files and directories currently installed.)
Unpacking liblzo2-dev (from .../liblzo2-dev_2.02-3_i386.deb) ...
Setting up liblzo2-dev (2.02-3) ...
[EMAIL PROTECTED]:~$ sudo apt-get install liblzo-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  liblzo-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 111kB of archives.
After unpacking 492kB of additional disk space will be used.
Get:1 http://debian.netcologne.de testing/main liblzo-dev 1.08-3 [111kB]
Fetched 111kB in 0s (381kB/s)
Selecting previously deselected package liblzo-dev.
(Reading database ... 196394 files and directories currently installed.)
Unpacking liblzo-dev (from .../liblzo-dev_1.08-3_i386.deb) ...
Replaced by files in installed package liblzo2-dev ...
Setting up liblzo-dev (1.08-3) ...
[EMAIL PROTECTED]:~$


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



Bug#438739: vmware-any-any-patch-113

2007-08-25 Thread Daniel Knabl
Hello again,

I've now tried to use the any-any patch version 113, and the
installation seemed to work correctly. When I tried to start a machine
there was an error message about not beeing able to determine the
machine's power state. So I decided to create a new machine and try it
again: same result. So there seems to be another issue with the
any-any-patch kernel modules.

What information will you need to debug this software? What can I
provide to assist you in this procedure? Many thanks in advance.

regards
Daniel

-- 
Daniel Knabl
www.tirolinux.net [EMAIL PROTECTED]
PGP/GPG Fingerprint - please send signed mail only
A069 671B 39F2 E9B9 FB34  68BB 4BEC 1344 C8A4 3F0B


signature.asc
Description: PGP signature


Bug#379016: htree 0.6 has been released

2007-08-25 Thread NIIBE Yutaka

We have now version 0.6 at:
http://www.a-k-r.org/htree/

Please update the package.

If you don't have time, I would like to take over.
--


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



Bug#439448: ttt: FTBFS: error: argument 'device' doesn't match prototype

2007-08-25 Thread Lucas Nussbaum
Package: ttt
version: 1.7-3.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/ttt-1.7'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c ttt.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c tk_ttt.c
tk_ttt.c: In function 'Ttt_Init':
tk_ttt.c:62: warning: passing argument 3 of 'Tcl_CreateCommand' from 
incompatible pointer type
tk_ttt.c:96: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:116: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:117: warning: assignment discards qualifiers from pointer target type
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c common.c
common.c: In function 'fatal_error':
common.c:63: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c display.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c account.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c net_names.c
net_names.c: In function 'net_getname':
net_names.c:271: warning: passing argument 1 of 'inet6_ntoa' from incompatible 
pointer type
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c window.c
window.c: In function 'stat_set_colors':
window.c:136: warning: incompatible implicit declaration of built-in function 
'strlen'
window.c:137: warning: incompatible implicit declaration of built-in function 
'strcpy'
window.c: In function 'wg_create':
window.c:294: warning: incompatible implicit declaration of built-in function 
'bzero'
window.c: In function 'w_alloc_entries':
window.c:519: warning: incompatible implicit declaration of built-in function 
'bzero'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c node.c
node.c: In function 'b_alloc_nodes':
node.c:419: warning: incompatible implicit declaration of built-in function 
'bzero'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c net_read.c
net_read.c: In function 'llc_read':
net_read.c:336: warning: incompatible implicit declaration of built-in function 
'bcopy'
net_read.c: In function 'ipv6_read':
net_read.c:938: warning: incompatible implicit declaration of built-in function 
'bcopy'
net_read.c: In function 'ether_encap_read':
net_read.c:254: warning: comparison is always 1
gcc -o ttt ttt.o tk_ttt.o common.o display.o account.o net_names.o window.o 
node.o net_read.o  -L/usr/lib -ltk8.4 -ltcl8.4 -L/usr/lib -lBLT.2.4.8.4 -L 
-lX11 -lpcap -ldl -lm -lnsl  -ldl
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c probe.c
probe.c: In function 'usage':
probe.c:60: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c remote.c
remote.c: In function 'name2sockaddrin':
remote.c:33: warning: incompatible implicit declaration of built-in function 
'bzero'
remote.c:37: warning: incompatibl

Bug#439460: traffic-vis: FTBFS: error: net/bpf.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: traffic-vis
version: 0.34-19
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
cc -DVERSION="\"0.34"\" -DHAVE_GETOPT_LONG -Wall -Wno-conversion 
-Waggregate-return -Wmissing-prototypes -Wstrict-prototypes   
-I/usr/include/pcap -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -I..-c 
-o traffic-collector.o traffic-collector.c
traffic-collector.c: In function 'main':
traffic-collector.c:454: warning: pointer targets in passing argument 3 of 
'configure_capture_file' differ in signedness
traffic-collector.c:460: warning: pointer targets in passing argument 6 of 
'configure_live_interface' differ in signedness
traffic-collector.c: At top level:
traffic-collector.c:39: warning: 'rcsid' defined but not used
cc -DVERSION="\"0.34"\" -DHAVE_GETOPT_LONG -Wall -Wno-conversion 
-Waggregate-return -Wmissing-prototypes -Wstrict-prototypes   
-I/usr/include/pcap -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -I..-c 
-o packet-parse.o packet-parse.c
packet-parse.c:24:21: error: net/bpf.h: No such file or directory
packet-parse.c: In function 'parse_packet':
packet-parse.c:59: error: 'DLT_EN10MB' undeclared (first use in this function)
packet-parse.c:59: error: (Each undeclared identifier is reported only once
packet-parse.c:59: error: for each function it appears in.)
packet-parse.c:64: error: 'DLT_FDDI' undeclared (first use in this function)
packet-parse.c:69: error: 'DLT_PPP' undeclared (first use in this function)
packet-parse.c:74: error: 'DLT_RAW' undeclared (first use in this function)
packet-parse.c:79: error: 'DLT_NULL' undeclared (first use in this function)
make[2]: *** [packet-parse.o] Error 1
make[2]: Leaving directory `/build/user/traffic-vis-0.34/collector'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/build/user/traffic-vis-0.34'
make: *** [build-stamp] Error 2

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

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#439450: siproxd: FTBFS: error: incompatible type for argument 1 of 'osip_list_get'

2007-08-25 Thread Lucas Nussbaum
Package: siproxd
version: 1:0.5.13-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include -Wall -D_GNU_SOURCE 
-DBUILDSTR="\"`cat .buildno`\"" -g -Wall -O2 -pthread 
-D_POSIX_THREAD_SAFE_FUNCTIONS -c `test -f 'proxy.c' || echo './'`proxy.c
proxy.c: In function 'proxy_request':
proxy.c:127: error: incompatible type for argument 1 of 'osip_list_get'
proxy.c:403: error: used struct type value where scalar is required
proxy.c:403: error: incompatible type for argument 1 of 'osip_list_eol'
proxy.c: In function 'proxy_response':
proxy.c:718: error: used struct type value where scalar is required
proxy.c:718: error: incompatible type for argument 1 of 'osip_list_eol'
proxy.c:737: error: incompatible type for argument 1 of 'osip_list_get'
proxy.c: In function 'proxy_rewrite_invitation_body':
proxy.c:1013: error: incompatible type for argument 1 of 'osip_list_eol'
proxy.c:1014: error: invalid type argument of '->'
proxy.c:1058: error: incompatible type for argument 1 of 'osip_list_get'
proxy.c:1079: error: incompatible type for argument 1 of 'osip_list_remove'
make[3]: *** [proxy.o] Error 1
make[3]: Leaving directory `/build/user/siproxd-0.5.13/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/siproxd-0.5.13'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/siproxd-0.5.13'
make: *** [debian/stamp-makefile-build] Error 2

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

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#439455: ruby-gnome2: FTBFS: cannot stat `debian/tmp//usr/lib/ruby/1.8/glib2.rb': No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: ruby-gnome2
version: 0.16.0-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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_installdirs -plibvte-ruby1.8 
dh_installdocs -plibglib2-ruby1.8 ./README ./NEWS ./AUTHORS  
dh_installexamples -plibglib2-ruby1.8 
dh_installman -plibglib2-ruby1.8  
dh_installinfo -plibglib2-ruby1.8  
dh_installmenu -plibglib2-ruby1.8 
dh_installcron -plibglib2-ruby1.8 
dh_installinit -plibglib2-ruby1.8   
dh_installdebconf -plibglib2-ruby1.8 
dh_installemacsen -plibglib2-ruby1.8   
dh_installcatalogs -plibglib2-ruby1.8 
dh_installpam -plibglib2-ruby1.8 
dh_installlogrotate -plibglib2-ruby1.8 
dh_installlogcheck -plibglib2-ruby1.8 
dh_installmime -plibglib2-ruby1.8 
dh_installchangelogs -plibglib2-ruby1.8  ./ChangeLog 
dh_installudev -plibglib2-ruby1.8 
dh_install -plibglib2-ruby1.8 --sourcedir=debian/tmp 
cp: cannot stat `debian/tmp//usr/lib/ruby/1.8/glib2.rb': No such file or 
directory
dh_install: command returned error code 256
make: *** [binary-install/libglib2-ruby1.8] Error 1

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

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#439454: sbm: FTBFS: error: short jump is out of range

2007-08-25 Thread Lucas Nussbaum
Package: sbm
version: 3.7.1-9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/sbm-3.7.1/manager'
nasm -DSHOW_DRV_NAME -DSLOW_ATAPI_DEVICE -DCOMPRESS_SBM -DY2K_BUGFIX 
-DSTRICT_PART_CHECK -fbin -o /build/user/sbm-3.7.1/release/main.bin main.asm
ui.asm:1385: error: short jump is out of range
knl.asm:349: error: short jump is out of range
make[2]: *** [/build/user/sbm-3.7.1/release/main.bin] Error 1
make[2]: Leaving directory `/build/user/sbm-3.7.1/manager'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/build/user/sbm-3.7.1'
make: *** [common-install-impl] Error 2

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

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#439451: zsnes: FTBFS: error: invalid operands in non-64-bit mode

2007-08-25 Thread Lucas Nussbaum
Package: zsnes
version: 1.510-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/zsnes-1.510/src'
g++  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -fno-rtti -o parsegen parsegen.cpp -lz
parsegen.cpp:1: warning: -fprefetch-loop-arrays not supported for this target 
(try -march switches)
./parsegen  -D__UNIXSDL__ -DNO_DEBUGGER -D__OPENGL__ -gcc gcc -compile -flags " 
-pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ -D__OPENGL__ 
-march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr -s 
-D__RELEASE__ -O1" -cheader cfg.h -fname cfg cfg.o cfg.psr
cfg.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
parsegen: gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -O1 -o cfg.o -c cfg.c
nasm  -w-orphan-labels -D__UNIXSDL__ -f elf -DELF -DNO_DEBUGGER -D__OPENGL__ 
-O -D__RELEASE__ -o endmem.o endmem.asm
nasm  -w-orphan-labels -D__UNIXSDL__ -f elf -DELF -DNO_DEBUGGER -D__OPENGL__ 
-O -D__RELEASE__ -o init.o init.asm
./parsegen  -D__UNIXSDL__ -DNO_DEBUGGER -D__OPENGL__ -gcc gcc -compile -flags " 
-pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ -D__OPENGL__ 
-march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr -s 
-D__RELEASE__ -O1" -cheader input.h -fname input input.o input.psr
input.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
parsegen: gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -O1 -o input.o -c input.c
gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -o initc.o -c initc.c
initc.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
./parsegen  -D__UNIXSDL__ -DNO_DEBUGGER -D__OPENGL__ -gcc gcc -compile -flags " 
-pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ -D__OPENGL__ 
-march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr -s 
-D__RELEASE__ -O1" -cheader md.h -fname md md.o md.psr
md.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
parsegen: gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -O1 -o md.o -c md.c
gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -o patch.o -c patch.c
patch.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -o ui.o -c ui.c
ui.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
nasm  -w-orphan-labels -D__UNIXSDL__ -f elf -DELF -DNO_DEBUGGER -D__OPENGL__ 
-O -D__RELEASE__ -o vcache.o vcache.asm
gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -o version.o -c version.c
version.c:1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
gcc  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__  
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNO_DEBUGGER -D__LIBAO__ 
-D__OPENGL__ -march=i486 -O3 -fomit-frame-pointer -fprefetch-loop-arrays 
-fforce-addr -s -D__RELEASE__ -o zl

Bug#439452: xmakemol: FTBFS: error: GL/GLwMDrawA.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: xmakemol
version: 5.15-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../region.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../rotate.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../sort.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../store.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../track.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../translate.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../utils.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../vectors.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../view.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -Wall -O2 
-DELEMENTS=\"/usr/share/xmakemol/elements\" -c ../xmakemol.c
../xmakemol.c:45:60: error: GL/GLwMDrawA.h: No such file or directory
../xmakemol.c: In function 'main':
../xmakemol.c:226: error: 'glwMDrawingAreaWidgetClass' undeclared (first use in 
this function)
../xmakemol.c:226: error: (Each undeclared identifier is reported only once
../xmakemol.c:226: error: for each function it appears in.)
../xmakemol.c:232: error: 'GLwNvisualInfo' undeclared (first use in this 
function)
../xmakemol.c:244: error: 'GLwNresizeCallback' undeclared (first use in this 
function)
../xmakemol.c:253: error: 'GLwNexposeCallback' undeclared (first use in this 
function)
make[1]: *** [xmakemol.o] Error 1
make[1]: Leaving directory `/build/user/xmakemol-5.15/opengl'
make: *** [build-stamp] Error 2

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

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#439447: traceroute-nanog: alternative needed due to traceroute update

2007-08-25 Thread Daniel Baumann
Package: traceroute-nanog
Severity: important

Hi,

traceroute as of version 2.0.8~rc1-1 is providing a traceroute-nanog
binary, now using Debian alternatives. traceroute-nanog needs to switch
as well. Please make sure using a priority higher than 100.

Regards,
Daniel

-- 
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#439449: xbvl: FTBFS: *** No rule to make target `../src_open_gl/xbvl-opengl.a', needed by `xbvl'. Stop.

2007-08-25 Thread Lucas Nussbaum
Package: xbvl
version: 2.2-5.3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/xbvl-2.2/src_lisp'
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3  -c main.c
main.c: In function 'stop':
main.c:427: warning: incompatible implicit declaration of built-in function 
'exit'
main.c: In function 'RPT':
main.c:535: warning: incompatible implicit declaration of built-in function 
'exit'
main.c: In function 'tryrestore':
main.c:731: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1  
-O -c init.c
init.c: In function 'init':
init.c:76: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -DERRNO -DGETPROTENT -c sofons.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c aide.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c car.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c contro.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c err.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c eval.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c fdate.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c fil.c
fil.c: In function 'lopen':
fil.c:209: warning: assignment from incompatible pointer type
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c flo.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c gc.c
gc.c: In function 'mark':
gc.c:276: warning: passing argument 1 of 'savestr' makes pointer from integer 
without a cast
gc.c:286: warning: passing argument 1 of 'savestr' makes pointer from integer 
without a cast
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c hash.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c in.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c ind.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c indinit.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DSTDC_HEADERS=1  -DOPEN_GL=1 -DHAVE_INDEX  -pipe -DSHM -m486 -DX_USE_LATIN1 
-O3 -c list.c
gcc -I../include  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_ST

Bug#439459: ssldump: FTBFS: error: net/bpf.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: ssldump
version: 0.9b3-2.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
gcc -g -O2  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 
-DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 
-DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void 
-DHAVE_VPRINTF=1 -DHAVE_STRDUP=1   -c -o pcap-snoop.o ./base/pcap-snoop.c   
  -DOPENSSL  -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   
-Icommon/include/ -I./null/ -I./ssl/ -I/usr/include  
./base/pcap-snoop.c:52:21: error: net/bpf.h: No such file or directory
./base/pcap-snoop.c: In function 'main':
./base/pcap-snoop.c:207: warning: passing argument 2 of 'signal' from 
incompatible pointer type
./base/pcap-snoop.c:329: warning: passing argument 3 of 'pcap_loop' from 
incompatible pointer type
make[1]: *** [pcap-snoop.o] Error 1
make[1]: Leaving directory `/build/user/ssldump-0.9b3'
make: *** [build-stamp] Error 2

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

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#439453: scummvm: FTBFS: error: invalid operands in non-64-bit mode

2007-08-25 Thread Lucas Nussbaum
Package: scummvm
version: 0.9.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/nasm -O1 -f elf -g -o graphics/scaler/hq2x_i386.o 
graphics/scaler/hq2x_i386.asm
graphics/scaler/hq2x_i386.asm:501: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:502: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:504: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:505: error: invalid operands in non-64-bit mode
[]
graphics/scaler/hq2x_i386.asm:1699: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:1699: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:1699: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:1699: error: invalid operands in non-64-bit mode
graphics/scaler/hq2x_i386.asm:1699: error: invalid operands in non-64-bit mode
make[1]: *** [graphics/scaler/hq2x_i386.o] Error 1
make[1]: Leaving directory `/build/user/scummvm-0.9.1'
make: *** [scummvm] Error 2

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

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#439446: traceproto: alternative needed due to traceroute update

2007-08-25 Thread Daniel Baumann
Package: traceproto
Severity: important

Hi,

traceroute as of version 2.0.8~rc1-1 is providing a traceproto binary,
now using Debian alternatives. traceproto needs to switch as well.
Please make sure using a priority higher than 100.

Regards,
Daniel

-- 
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#439457: rggobi: FTBFS: error: too few arguments to function 'klass->createWithVars'

2007-08-25 Thread Lucas Nussbaum
Package: rggobi
version: 2.1.5-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c brush.c -o brush.o
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c colorSchemes.c -o colorSchemes.o
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c conversion.c -o conversion.o
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c data.c -o data.o
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c dataset.c -o dataset.o
gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g 
-DUSE_EXT_PTR=1 -D_R_=1 -I/usr/include/ggobi -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
   -fpic  -g -O2 -c display.c -o display.o
display.c: In function 'RS_GGOBI_createDisplay':
display.c:35: warning: passing argument 3 of 'klass->createWithVars' makes 
integer from pointer without a cast
display.c:35: warning: passing argument 4 of 'klass->createWithVars' from 
incompatible pointer type
display.c:35: warning: passing argument 5 of 'klass->createWithVars' from 
incompatible pointer type
display.c:35: error: too few arguments to function 'klass->createWithVars'
display.c:37: warning: passing argument 2 of 'klass->create' makes integer from 
pointer without a cast
display.c:37: warning: passing argument 3 of 'klass->create' from incompatible 
pointer type
display.c:37: warning: passing argument 4 of 'klass->create' from incompatible 
pointer type
display.c:37: error: too few arguments to function 'klass->create'
make[1]: *** [display.o] Error 1
make[1]: Leaving directory `/build/user/rggobi-2.1.5/src'
chmod: cannot access 
`/build/user/rggobi-2.1.5/debian/r-cran-rggobi/usr/lib/R/site-library/rggobi/libs/*':
 No such file or directory
ERROR: compilation failed for package 'rggobi'
** Removing 
'/build/user/rggobi-2.1.5/debian/r-cran-rggobi/usr/lib/R/site-library/rggobi'
make: *** [R_any_arch] Error 1

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

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#439458: tcpslice: FTBFS: error: net/bpf.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: tcpslice
version: 1.2a3-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/tcpslice-1.2a3'
cc -O -g -Wall -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_FCNTL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VFPRINTF=1 -DHAVE_FSEEKO=1 
-DHAVE_FTELLO=1 -DFSEEK=fseeko -DFTELL=ftello -I.  -c ./tcpslice.c
./tcpslice.c:38:21: error: net/bpf.h: No such file or directory
./tcpslice.c:124: warning: type qualifiers ignored on function return type
./tcpslice.c:808: warning: function definition has qualified void return type
make[1]: *** [tcpslice.o] Error 1
make[1]: Leaving directory `/build/user/tcpslice-1.2a3'
make: *** [debian/stamp-makefile-build] Error 2

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

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#439445: Please compile amarok with libmtp6 (i.e. libmptp > 0.2.0)

2007-08-25 Thread Dominique Dumont

Hello

Adeodato Simó <[EMAIL PROTECTED]> writes:

> Hi Dominique. That will happen when libmtp6 enters unstable. At the
> moment, it's only in experimental.

libmtp6 0.2.0-1 is stuck in experimental, but libmtp6 0.2.1-1 has
already entered unstable:

$ apt-cache policy libmtp6
libmtp6:
  Installed: (none)
  Candidate: 0.2.1-1
  Version table:
 0.2.1-1 0
990 http://ftp.de.debian.org unstable/main Packages
 0.2.0-1 0
  1 http://ftp.fr.debian.org experimental/main Packages


Cheers



Bug#439445: Please compile amarok with libmtp6 (i.e. libmptp > 0.2.0)

2007-08-25 Thread Adeodato Simó
> libmtp6 0.2.0-1 is stuck in experimental, but libmtp6 0.2.1-1 has
> already entered unstable:

Ah. Then just wait a bit. It's a semi-automated process.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Miguel Bosé - Sol forastero




Bug#432819: ja-trans: should this package be removed?

2007-08-25 Thread Kenshi Muto
block 432819 by 432338
thanks

> The mo file for net-tools is for version 1.51, according to the source.
> While the version of net-tools in the archive is 1.60. Shouldn't this
> translation be merged in net-tools, and this package be removed?

Yes, I've already updated this translation and submitted it to
net-tools as #432338. We can remove ja-trans when #432338 is closed.

Unfortunately net-tools maintainer (he's upstream author also) seems
busy ATM.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#439462: linux-2.6: pci ordering issue

2007-08-25 Thread Matt Taggart
Package: linux-2.6
Version: 2.6.18.dfsg.1-13etch1

Last September Matt Domsch <[EMAIL PROTECTED]> reported a problem where, 
due to the difference in the way the 2.4 and 2.6 kernels walk the PCI bus, 
on some systems drivers (mainly NIC drivers) were discovering and naming 
devices in different orders from 2.4 to 2.6. The problem, potential 
solutions, and proposed patch are at

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif
f;h=6b4b78fed47e7380dfe9280b154e8b9bfcd4c86c

The patch changes the kernel pci sorting order to breadth-first for systems 
that are known to have their chassis ports(and documentation/remote 
management) labeled in that order. It does this by matching DMI strings for 
the systems. Matt Domsch later provided another two patches adding 
additional systems to the list

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif
f;h=f52383d395178afde66d049e176bb2c59a8c941a;hp=691cd0c2ee2d4d6dff652627fca1
b2d4f1377d58
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif
f;h=f7a9dae7c41580761e7f6de1d508c010b1b44993

Here's a minor related patch
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=
2b290da053608692ea206507d993b70c39d2cdea

These patches were not in the 2.6.18 kernel that shipped with etch, but 
they are in the newer 2.6 kernels in lenny and sid. For the 17 different 
system types covered by these patches, people installing etch (or older 2.6 
kernels) will have their NICs potentially discovered in a different order 
than 2.4 kernels in sarge and 2.6 kernels in lenny and sid. There are a few 
different cases:

1) People fresh installing etch on these systems will be confused that the 
linux ordering doesn't match the vendor chassis/documentation/remote 
management labels.

2) People upgrading from 2.4 kernels (like in sarge) to etch will be 
confused when their NICs are reordered. If possible something should be 
added to the etch errata about this.

3) People upgrading from etch kernels to newer 2.6 kernels in lenny/sid 
will be confused when their NICs swap back and now suddenly match the 
chassis/docs/remote management labels. Something will need to be added to 
the lenny release notes about this.

4) People upgrading from sarge 2.4 kernels directly to lenny/sid 2.6 
kernels won't have a problem. But I'm not sure if that's a supported 
upgrade path, I think the recommendation is upgrading via etch.

On frustrating thing is that the more people "X" that install broken etch 
on these systems, the more that A) have to deal with the confusion of 
having things bacwards and B) will have things changed the other direction 
when they upgrade to lenny. It is tempting to think about trying to include 
these patches in a stable kernel update to try and minimize X, but for the 
people that have already installed broken etch on these system "Y", they 
would be changed with a stable kernel update which is probably even more 
shocking. Because the systems affected are fairly new, I am guessing that X 
>> Y, but I'm not sure if that's enough to justify a stable kernel update. 
I guess the stable kernel release managers can decide that.

I have access to several of the systems on the list and ran into this bug 
when installing etch on them, the results are sort of interesting:

Proliant bl460c: two internal nics, swapped
NIC1=eth1 NIC2=eth0

Proliant bl465c: two internal nics, not swapped (routing was such that 
depth-first and breadth-first produced the same result)
NIC1=eth0 NIC2=eth1

Proliant bl480c: four internal nics, pairs swapped
NIC1=eth2 NIC2=eth3 NIC3=eth0 NIC4=eth1

I put "lspci -tvnn" output for the above at
  http://people.debian.org/~taggart/tmp/pci-ordering/

I have booted newer lenny/sid kernels on the above machines and confirmed 
that the patches fix the ordering. I'm willing to test other potential 
fixes if needed.

I am filing this bug against a specific version of linux-2.6, but it 
affects all older 2.6 kernels and all newer 2.6 kernels up to the point the 
above patches made it into a debian kernel (the first patch was in upstream 
2.6.19 at least).

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]




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



Bug#439445: Please compile amarok with libmtp6 (i.e. libmptp > 0.2.0)

2007-08-25 Thread Dominique Dumont
Adeodato Simó <[EMAIL PROTECTED]> writes:

>> libmtp6 0.2.0-1 is stuck in experimental, but libmtp6 0.2.1-1 has
>> already entered unstable:
>
> Ah. Then just wait a bit. It's a semi-automated process.

Oh ? Sorry. I wasn't aware of these kind of semi-automated process. I
should have waited without bothering you.

Thanks for your work.



Bug#439461: New upstream version available

2007-08-25 Thread Rene Mayorga
Package: libapache-htpasswd-perl
Version: 1.6.0-1
Severity: wishlist

Hi, could you package the newest upstream version from libapache-htpasswd-perl?:

http://www.cpan.org/authors/id/K/KM/KMELTZ/Apache-Htpasswd-1.8.tar.gz



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-1-amd64

Debian Release: lenny/sid
  500 unstableftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
perl (>= 5.6.0-16) | 5.8.8-7


Cheers
-- 
Rene Mauricio Mayorga   |  GPG: A209C305
http://rmayorga.org |  
--
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#439474: gtk2hs: FTBFS: gutils.h:426:1: warning: "GLIB_CHECK_VERSION" redefined

2007-08-25 Thread Lucas Nussbaum
Package: gtk2hs
version: 0.9.11-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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[4]: Entering directory `/build/user/gtk2hs-0.9.11'
./tools/c2hs/c2hsLocal +RTS -RTS -C-I/usr/include/glib-2.0 
-C-I/usr/lib/glib-2.0/include --cppopts='-include "gtk2hs-config.h"' 
--precomp=glib/glib.precomp glib-object.h
In file included from /usr/include/glib-2.0/glib/gthread.h:32,
 from /usr/include/glib-2.0/glib/gasyncqueue.h:30,
 from /usr/include/glib-2.0/glib.h:32,
 from /usr/include/glib-2.0/gobject/gtype.h:26,
 from /usr/include/glib-2.0/gobject/gboxed.h:26,
 from /usr/include/glib-2.0/glib-object.h:25:
/usr/include/glib-2.0/glib/gutils.h:426:1: warning: "GLIB_CHECK_VERSION" 
redefined
In file included from :1:
./gtk2hs-config.h:140:1: warning: this is the location of the previous 
definition
c2hsLocal: Error in C header file.

/usr/include/glib-2.0/glib/gmessages.h:106: (column 1) [FATAL] 
  >>> Syntax error!
  The symbol `__attribute__' does not fit here.

make[4]: *** [glib/glib.precomp] Error 1
make[4]: Leaving directory `/build/user/gtk2hs-0.9.11'
make[3]: *** [glib/System/Glib/Types.hs] Error 2
make[3]: Leaving directory `/build/user/gtk2hs-0.9.11'

: can't find file: glib/System/Glib/Types.hs
make[2]: *** Deleting file `glib/libHSglib_a.deps'
rm -rf glib/System/Glib.o glib/System/Glib_split/
mkdir -p glib/System/Glib_split
/usr/bin/ghc +RTS -RTS -c glib/System/Glib.hs -o glib/System/Glib.o -split-objs 
-O -fffi -iglib -package-conf package.conf.inplace -hide-all-packages 
-ignore-package glib -package base -package haskell98 -package-name glib-0.9.11 
'-#include' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

glib/System/Glib.hs:12:0:
Failed to load interface for `System.Glib.UTFString':
  Use -v to see a list of the files searched for.
make[2]: *** [glib/System/Glib.o] Error 1
make[2]: Leaving directory `/build/user/gtk2hs-0.9.11'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/gtk2hs-0.9.11'
make: *** [build-stamp] Error 2

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

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#439472: wireshark: FTBFS: gthread.h:335: warning: cast discards qualifiers from pointer target type

2007-08-25 Thread Lucas Nussbaum
Package: wireshark
version: 0.99.6pre1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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[4]: Entering directory `/build/user/wireshark-0.99.6pre1/wiretap'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   
-I/usr/local/include -Werror -D_U_="__attribute__((unused))"  -Wall -W 
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wwrite-strings -Wstrict-prototypes 
-Wmissing-declarations -Wno-pointer-sign -Wcast-align -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I/usr/local/include -MT libwiretap_la-5views.lo 
-MD -MP -MF ".deps/libwiretap_la-5views.Tpo" -c -o libwiretap_la-5views.lo 
`test -f '5views.c' || echo './'`5views.c; \
then mv -f ".deps/libwiretap_la-5views.Tpo" 
".deps/libwiretap_la-5views.Plo"; else rm -f ".deps/libwiretap_la-5views.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -Werror 
"-D_U_=__attribute__((unused))" -Wall -W -Wdeclaration-after-statement 
-Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Wstrict-prototypes -Wmissing-declarations -Wno-pointer-sign -Wcast-align 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -MT 
libwiretap_la-5views.lo -MD -MP -MF .deps/libwiretap_la-5views.Tpo -c 5views.c  
-fPIC -DPIC -o .libs/libwiretap_la-5views.o
cc1: warnings being treated as errors
In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:30,
 from /usr/include/glib-2.0/glib.h:32,
 from wtap-int.h:30,
 from 5views.c:30:
/usr/include/glib-2.0/glib/gthread.h: In function 'g_once_init_enter':
/usr/include/glib-2.0/glib/gthread.h:335: warning: cast discards qualifiers 
from pointer target type
make[4]: *** [libwiretap_la-5views.lo] Error 1
make[4]: Leaving directory `/build/user/wireshark-0.99.6pre1/wiretap'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/build/user/wireshark-0.99.6pre1/wiretap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/wireshark-0.99.6pre1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/wireshark-0.99.6pre1'
make: *** [build-stamp] Error 2

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

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#323913: WNPP bug closing

2007-08-25 Thread Marc Haber
reopen #323913 
thanks

Kindly think about a possibility to opt out of wnpp bug closing
procedures. This is a major nuisance.

Greetings
Marc

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


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



Bug#439475: quiteinsanegimpplugin: FTBFS: gimpbaseenums.h:333: error: comma at end of enumerator list

2007-08-25 Thread Lucas Nussbaum
Package: quiteinsanegimpplugin
version: 0.3-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
then mv -f ".deps/canvasrubberrectangle.Tpo" 
".deps/canvasrubberrectangle.Po"; \
else rm -f ".deps/canvasrubberrectangle.Tpo"; exit 1; \
fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/share/qt3/include -I. 
 -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/gimp-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common  -MT main.o -MD -MP -MF 
".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
/usr/include/gimp-2.0/libgimpbase/gimpbaseenums.h:333: error: comma at end of 
enumerator list
main.cpp:81: warning: unused parameter 'type'
main.cpp:81: warning: unused parameter 'msg'
main.cpp:329: warning: unused parameter 'nparams'
make[4]: *** [main.o] Error 1
make[4]: Leaving directory 
`/build/user/quiteinsanegimpplugin-0.3/quiteinsanegimpplugin'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/user/quiteinsanegimpplugin-0.3/quiteinsanegimpplugin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/quiteinsanegimpplugin-0.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/quiteinsanegimpplugin-0.3'
make: *** [build-stamp] Error 2

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

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#439478: libpam-unix2: FTBFS: unmet b-dep in unstable: libpam0g-dev(inst 0.79-4 ! >= wanted 0.81)

2007-08-25 Thread Lucas Nussbaum
Package: libpam-unix2
version: 2.1-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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.0.0), libpam0g-dev (>= 0.81), autoconf, libtool, 
libxcrypt-dev, dpatch
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.53
libpam0g-dev: missing
Default version of libpam0g-dev not sufficient, no suitable version found. 
Skipping for now, maybe there are alternatives.
autoconf: missing
libtool: missing
libxcrypt-dev: missing
dpatch: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  autotools-dev file gettext gettext-base html2text intltool-debian libmagic1
  libxcrypt1 m4 po-debconf
Suggested packages:
  autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc dh-make
  curl cvs gettext-doc libtool-doc g77 fortran77-compiler gcj
Recommended packages:
  automaken patchutils libltdl3-dev libmail-sendmail-perl
  libcompress-zlib-perl
The following NEW packages will be installed:
  autoconf autotools-dev debhelper dpatch file gettext gettext-base html2text
  intltool-debian libmagic1 libpam0g-dev libtool libxcrypt-dev libxcrypt1 m4
  po-debconf
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 4787kB of archives.
After unpacking 14.9MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmagic1 file gettext-base m4 autoconf autotools-dev html2text gettext
  intltool-debian po-debconf debhelper dpatch libpam0g-dev libtool libxcrypt1
  libxcrypt-dev
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.21-2 [332kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main file 4.21-2 [39.5kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-2 [123kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main m4 1.4.9-2 [217kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main autoconf 2.61-4 [448kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main autotools-dev 20070725.1 
[61.8kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-2 [2188kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.9 [117kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.53 [520kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main dpatch 2.0.27 [86.1kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main libpam0g-dev 0.79-4 [118kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libtool 1.5.24-1 [337kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main libxcrypt1 2.4-1 [34.9kB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main libxcrypt-dev 2.4-1 [36.8kB]
Fetched 4787kB in 20s (229kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 9666 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.21-2_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.21-2_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-2_i386.deb) ...
Selecting previously deselected package m4.
Unpacking m4 (from .../archives/m4_1.4.9-2_i386.deb) ...
Selecting previously deselected package autoconf.
Unpacking autoconf (from .../autoconf_2.61-4_all.deb) ...
Selecting previously deselected package autotools-dev.
Unpacking autotools-dev (from .../autotools-dev_20070725.1_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-2_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) 
...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.9_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.53_all.deb) ...
Selecting previously deselected package dpatch.
Unpacking dpatch (from .../archives/dpatch_2.0.27_all.deb) ...
Selecting previously deselected package libpam0g-dev.
Unpacking libpam0g-dev (from .../libpam0g-dev_0.79-4_i386.deb) ...
Selecting previously deselected package libtool.
Unpacking libtool (from .../libtool_1.5.24-1_i386.deb) ...
Selecting previously deselected package libxcrypt1.
Unpacking libxcrypt1 (from .../libxcrypt1_2.4-1_i386.deb) ...
Selecting previously deselected package libxcrypt-dev.
Unpack

Bug#439480: doc-debian-uk: FTBFS: debiandoc2latexps: one or more used LaTeX typesetting styles not found

2007-08-25 Thread Lucas Nussbaum
Package: doc-debian-uk
version: 0.0.20061017-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 doc-debian-uk in doc-debian-uk_0.0.20061017-2.dsc
 debian/rules build
dh_testdir
for manual in debian-faq ; do \
/usr/bin/make -C /build/user/doc-debian-uk-0.0.20061017/$manual all; \
done
make[1]: Entering directory `/build/user/doc-debian-uk-0.0.20061017/debian-faq'
touch faqdynamic.ent
rm -rf debian-faq.html debian-faq.uk.html
debiandoc2html -c -l uk debian-faq.sgml
mv debian-faq.html debian-faq.uk.html
debiandoc2text -l uk debian-faq.sgml
mv debian-faq.txt debian-faq.uk.txt
debiandoc2latexps -l uk debian-faq.sgml
debiandoc2latexps: one or more used LaTeX typesetting styles not found
debiandoc2latexps: please install the package 'tetex-extra'
make[1]: *** [debian-faq.uk.ps] Error 2
make[1]: Leaving directory `/build/user/doc-debian-uk-0.0.20061017/debian-faq'
make: *** [build-stamp] Error 2

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

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#439482: packit: FTBFS: error: net/bpf.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: packit
version: 1.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/packit-1.0/src'
source='init.c' object='init.o' libtool=no \
depfile='.deps/init.Po' tmpdepfile='.deps/init.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../includes -I/usr/include/pcap 
   -g -O2 -Wall -c `test -f 'init.c' || echo './'`init.c
In file included from init.h:26,
 from init.c:23:
globals.h:34:21: error: net/bpf.h: No such file or directory
init.c: In function 'injection_struct_init':
init.c:34: warning: pointer targets in assignment differ in signedness
init.c:35: warning: pointer targets in assignment differ in signedness
init.c:36: warning: pointer targets in assignment differ in signedness
init.c:37: warning: pointer targets in assignment differ in signedness
make[3]: *** [init.o] Error 1
make[3]: Leaving directory `/build/user/packit-1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/packit-1.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/packit-1.0'
make: *** [build-stamp] Error 2

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

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#439468: libmatthew-java: FTBFS: java.lang.NullPointerException in javadoc

2007-08-25 Thread Lucas Nussbaum
Package: libmatthew-java
version: 0.4-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
javadoc -quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/ -d doc/ 
cx/ath/matthew/debug/Debug.java cx/ath/matthew/cgi/CGI.java 
cx/ath/matthew/cgi/CGIErrorHandler.java 
cx/ath/matthew/cgi/CGIHeaderSentException.java 
cx/ath/matthew/cgi/CGIInvalidContentFormatException.java 
cx/ath/matthew/cgi/CGITools.java cx/ath/matthew/cgi/CheckBox.java 
cx/ath/matthew/cgi/DefaultErrorHandler.java 
cx/ath/matthew/cgi/DisplayField.java cx/ath/matthew/cgi/DropDown.java 
cx/ath/matthew/cgi/Field.java cx/ath/matthew/cgi/HTMLForm.java 
cx/ath/matthew/cgi/HiddenField.java cx/ath/matthew/cgi/MultipleDropDown.java 
cx/ath/matthew/cgi/NewTable.java cx/ath/matthew/cgi/Password.java 
cx/ath/matthew/cgi/Radio.java cx/ath/matthew/cgi/SubmitButton.java 
cx/ath/matthew/cgi/TextArea.java cx/ath/matthew/cgi/TextField.java 
cx/ath/matthew/cgi/testcgi.java cx/ath/matthew/io/DOMPrinter.java 
cx/ath/matthew/io/ExecInputStream.java cx/ath/matthew/io/ExecOutputStream.java 
cx/ath/matthew/io/InOutCopier.java cx/ath/matthew/io/TeeInputStream.java 
cx/ath/matthew/io/TeeOutputStream.java cx/ath/matthew/io/test.java 
cx/ath/matthew/io/test2.java cx/ath/matthew/io/test3.java 
cx/ath/matthew/unix/NotConnectedException.java 
cx/ath/matthew/unix/UnixIOException.java 
cx/ath/matthew/unix/UnixServerSocket.java 
cx/ath/matthew/unix/UnixSocketAddress.java cx/ath/matthew/unix/testclient.java 
cx/ath/matthew/unix/testserver.java cx/ath/matthew/unix/USInputStream.java 
cx/ath/matthew/unix/USOutputStream.java cx/ath/matthew/unix/UnixSocket.java 
cx/ath/matthew/utils/Hexdump.java
WARNING: Cannot locate class java.lang.Object referenced in class 
cx.ath.matthew.debug.Debug.FilterCommand
WARNING: Error while loading class File
WARNING: Error while loading class FileInputStream
WARNING: Error while loading class FileOutputStream
WARNING: Error while loading class PrintStream
WARNING: Error while loading class IOException
WARNING: Error while loading class InvocationTargetException
WARNING: Error while loading class Method
WARNING: Error while loading class HashMap
WARNING: Error while loading class Iterator
WARNING: Error while loading class Map
WARNING: Error while loading class Properties
WARNING: Error while loading class OutputStream
WARNING: Error while loading class Date
WARNING: Error while loading class LinkedList
WARNING: Error while loading class Set
WARNING: Error while loading class Vector
WARNING: Error while loading class DateFormat
WARNING: Error while loading class SimpleDateFormat
WARNING: Cannot locate class Exception referenced in class 
cx.ath.matthew.cgi.CGIHeaderSentException
WARNING: Error while loading class List
WARNING: Error while loading class Document
WARNING: Error while loading class DocumentType
WARNING: Error while loading class Element
WARNING: Error while loading class NamedNodeMap
WARNING: Error while loading class Node
WARNING: Error while loading class NodeList
WARNING: Error while loading class FilterInputStream
WARNING: Error while loading class InputStream
WARNING: Error while loading class FilterOutputStream
WARNING: Cannot locate class Thread referenced in class 
cx.ath.matthew.io.InOutCopier
WARNING: Error while loading class BufferedInputStream
WARNING: Error while loading class BufferedOutputStream
WARNING: Error while loading class PrintWriter
WARNING: Error while loading class OutputStreamWriter
WARNING: Error while loading class BufferedReader
WARNING: Error while loading class InputStreamReader
WARNING: Error while loading class SocketException
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
java.lang.NullPointerException
   at gnu.gcj.runtime.NameFinder.lookup(libgcj_bc.so.1)
   at java.lang.VMThrowable.getStackTrace(libgcj_bc.so.1)
   at java.lang.Throwable.getStackTrace(libgcj_bc.so.1)
   at java.lang.Throwable.stackTraceString(libgcj_bc.so.1)
   at java.lang.Throwable.printStackTrace(libgcj_bc.so.1)
   at java.lang.Throwable.printStackTrace(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(javadoc)
   at gnu.classpath.tools.gjdoc.Main.start(javadoc)
   at gnu.classpath.tools.gjdoc.Main.main(javadoc)
make[1]: *** [doc/index.html] Error 1
make[1]: Leaving directory `/build/user/libmatthew-java-0.4'
make: *** [install] Error 2

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

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 |



Bug#439483: gimp-texturize: FTBFS: block.h:101: error: template with C linkage

2007-08-25 Thread Lucas Nussbaum
Package: gimp-texturize
version: 2.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gimp-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include -DLOCALEDIR=\""/usr/share/locale"\" 
-DDATADIR=\""/usr/share/gimp-texturize"\"   -g -O2 -MT graphcut.o -MD -MP -MF 
".deps/graphcut.Tpo" -c -o graphcut.o graphcut.cpp; \
then mv -f ".deps/graphcut.Tpo" ".deps/graphcut.Po"; else rm -f 
".deps/graphcut.Tpo"; exit 1; fi
block.h:101: error: template with C linkage
block.h:202: error: template with C linkage
graphcut.cpp:324: error: expected `}' at end of input
make[3]: *** [graphcut.o] Error 1
make[3]: Leaving directory `/build/user/gimp-texturize-2.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/gimp-texturize-2.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/gimp-texturize-2.0'
make: *** [build-stamp] Error 2

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

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#439473: gimp-plugin-registry: FTBFS: cpp_type_traits.h:80: error: template with C linkage

2007-08-25 Thread Lucas Nussbaum
Package: gimp-plugin-registry
version: 0.2.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 gimp-plugin-registry in gimp-plugin-registry_0.2.1-1.dsc
 debian/rules build
dh_testdir
for plugin in DBP GREYCstoration bw-simulation dustcleaner extended-borders 
fix-ca focus-blur layer-effects planet-render streak; do \
/usr/bin/make -C $plugin CFLAGS="-Wall -g -O2" 
GIMPVER="2.4.0~rc1-4" build  || exit 1 ;\
done
make[1]: Entering directory `/build/user/gimp-plugin-registry-0.2.1/DBP'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/build/user/gimp-plugin-registry-0.2.1/DBP'
make[1]: Entering directory 
`/build/user/gimp-plugin-registry-0.2.1/GREYCstoration'
cd src; g++ -o ../greycstoration4gimp greycstoration4gimp.cpp 
-I/usr/include/CImg -Wall -g -O2 `/usr/bin/gimptool-2.0 --cflags` 
`/usr/bin/gimptool-2.0 --libs` -lpthread
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:80: error: template with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:82: error: template with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:89: error: template with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:98: error: template with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:102: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:108: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:116: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:123: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:131: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:136: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:143: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:150: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:160: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:170: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:177: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:184: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:191: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:199: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:207: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:214: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:221: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:228: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:235: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:242: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:249: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:256: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:266: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:274: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:281: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:288: error: template 
specialization with C linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:298: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:305: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:315: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:322: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:333: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:341: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:349: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:357: error: template with C 
linkage
/usr/include/c++/4.1.3/bits/cpp_type_traits.h:370: error: template with C 
linkage
/usr/include/c++/4.1.3/cmath:86: error: template with C linkage
/usr/include/c++/4.1.3/cmath: In function 'double std::abs(double)':
/usr/include/c++/4.1.3/cmath:89: error: declaration of C function 'double 
std::abs(double)' conflicts with
/usr/include/c++/4.1.3/cstdlib:142: error: previous declaration 'long int 
std::abs(long int)' here
/usr/include/c++/4.1.3/cmath: In function 'float std::abs(float)':
/usr/include/c++/4.1.3/cmath:93: 

Bug#439464: regina-normal: FTBFS: ERROR: Mismatched python versions between binaries and startup script.

2007-08-25 Thread Lucas Nussbaum
Package: regina-normal
version: 4.3.1-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/regina-normal-4.3.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/regina-normal-4.3.1'
make[2]: Leaving directory `/build/user/regina-normal-4.3.1'
make[1]: Leaving directory `/build/user/regina-normal-4.3.1'
# Make sure python versions are consistent between the binaries and
# the startup script.
sh debian/pycheck
Checking python versions...

ERROR: Mismatched python versions between binaries and startup script.

   /usr/bin/regina-python uses python2.5.
   /usr/lib/regina-normal/python/regina.so uses python2.4.

   This can be fixed in the sources by changing the python version 
   number in python/regina-python and python/regina-python.in
   (find the section where $which_python is initialised).
make: *** [install] Error 1

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

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#439487: muine: FTBFS: error: redefinition of typedef 'GSequence'

2007-08-25 Thread Lucas Nussbaum
Package: muine
version: 0.8.7-1.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"libmuine\" 
-DGNOMELOCALEDIR=\"/usr/share/locale\" -DORBIT2=1 -pthread 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 
-I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wno-sign-compare -Werror -DG_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -g -Wall -O2 -c 
gsequence.c  -fPIC -DPIC -o .libs/gsequence.o
In file included from gsequence.c:22:
gsequence.h:25: error: redefinition of typedef 'GSequence'
/usr/include/glib-2.0/glib/gsequence.h:26: error: previous declaration of 
'GSequence' was here
gsequence.h:51: error: conflicting types for 'g_sequence_remove_range'
/usr/include/glib-2.0/glib/gsequence.h:84: error: previous declaration of 
'g_sequence_remove_range' was here
gsequence.h:86: error: conflicting types for 'g_sequence_search'
/usr/include/glib-2.0/glib/gsequence.h:91: error: previous declaration of 
'g_sequence_search' was here
gsequence.c:298: error: conflicting types for 'g_sequence_remove_range'
/usr/include/glib-2.0/glib/gsequence.h:84: error: previous declaration of 
'g_sequence_remove_range' was here
gsequence.c:442: error: conflicting types for 'g_sequence_search'
/usr/include/glib-2.0/glib/gsequence.h:91: error: previous declaration of 
'g_sequence_search' was here
make[4]: *** [gsequence.lo] Error 1
make[4]: Leaving directory `/build/user/muine-0.8.7/libmuine'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/muine-0.8.7/libmuine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/muine-0.8.7'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/muine-0.8.7'
make: *** [debian/stamp-makefile-build] Error 2

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

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#439476: jarjar: FTBFS: javadoc errors

2007-08-25 Thread Lucas Nussbaum
Package: jarjar
version: 1.0~rc3.dfsg.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
javadoc:
[mkdir] Created dir: /build/user/jarjar-1.0~rc3.dfsg.1/dist/javadoc
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] WARNING: -classpath option could not be passed to the VM.  Faking 
it with 
  [javadoc] WARNING: System.setProperty("java.class.path", 
"/usr/share/java/asm3-commons.jar:/usr/share/java/asm3.jar:/usr/share/java/gnu-regexp.jar:/build/user/jarjar-1.0~rc3.dfsg.1/build/main");
  [javadoc] Loading classes for package com.tonicsystems.jarjar...
  [javadoc] Loading classes for package com.tonicsystems.jarjar.regex...
  [javadoc] Loading classes for package com.tonicsystems.jarjar.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] WARNING: Cannot locate class java.lang.Object referenced in class 
com.tonicsystems.jarjar.AbstractDepHandler
  [javadoc] WARNING: Error while loading class ClassReader
  [javadoc] WARNING: Cannot locate class Remapper referenced in class 
com.tonicsystems.jarjar.DepFindVisitor.DepFindRemapper
  [javadoc] WARNING: Error while loading class ZipFile
  [javadoc] WARNING: Error while loading class IOException
  [javadoc] WARNING: Error while loading class AbstractMojo
  [javadoc] WARNING: Error while loading class File
  [javadoc] WARNING: Error while loading class MojoExecutionException
  [javadoc] WARNING: Error while loading class BuildException
  [javadoc] WARNING: Cannot locate class ByteArrayOutputStream referenced in 
class com.tonicsystems.jarjar.KeepProcessor.NoCopyByteArrayOutputStream
  [javadoc] WARNING: Error while loading class EmptyVisitor
  [javadoc] WARNING: Error while loading class ArrayList
  [javadoc] WARNING: Error while loading class Arrays
  [javadoc] WARNING: Error while loading class RE
  [javadoc] WARNING: Error while loading class REException
  [javadoc] WARNING: Error while loading class REMatch
  [javadoc] WARNING: Error while loading class Jar
  [javadoc] WARNING: Error while loading class InputStream
  [javadoc] WARNING: Error while loading class ZipFileSet
  [javadoc] WARNING: Error while loading class ZipOutputStream
  [javadoc] WARNING: Cannot locate class ByteArrayInputStream referenced in 
class com.tonicsystems.jarjar.util.ClassHeaderReader.MyByteArrayInputStream
  [javadoc] WARNING: Error while loading class Array
  [javadoc] WARNING: Error while loading class ClassVisitor
  [javadoc] WARNING: Error while loading class ClassWriter
  [javadoc] WARNING: Error while loading class RemappingClassAdapter
  [javadoc] WARNING: Error while loading class Remapper
  [javadoc] WARNING: Cannot locate class RuntimeException referenced in class 
com.tonicsystems.jarjar.util.RuntimeIOException
  [javadoc] WARNING: Error while loading class JarEntry
  [javadoc] WARNING: Error while loading class JarFile
  [javadoc] WARNING: Error while loading class JarOutputStream
  [javadoc] WARNING: Error while loading class Enumeration
  [javadoc] WARNING: Cannot locate class Object referenced in class 
gnu.getopt.Getopt
  [javadoc] WARNING: Error while loading class Locale
  [javadoc] WARNING: Error while loading class ResourceBundle
  [javadoc] WARNING: Error while loading class PropertyResourceBundle
  [javadoc] WARNING: Error while loading class MessageFormat
  [javadoc] Resolving references in comments...
  [javadoc] Resolving references in classes...
  [javadoc] Resolving references in packages...
  [javadoc] Resolving references in class comments...
  [javadoc] Resolving references in package comments...
  [javadoc] Running doclet...
  [javadoc] WARNING: Option -validhtml hasn't been specified. Generated HTML 
will not validate.
  [javadoc] Building cross-reference information...
  [javadoc] Writing overview files...
  [javadoc] Writing full tree...
  [javadoc] Writing index...
  [javadoc] Writing HTML files for package com.tonicsystems.jarjar
  [javadoc] java.lang.reflect.InvocationTargetException
  [javadoc]at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
  [javadoc]at gnu.classpath.tools.gjdoc.Main.startDoclet(javadoc)
  [javadoc]at gnu.classpath.tools.gjdoc.Main.start(javadoc)
  [javadoc]at gnu.classpath.tools.gjdoc.Main.main(javadoc)
  [javadoc] Caused by: java.lang.NoClassDefFoundError: 
gnu.classpath.tools.gjdoc.expr.Evaluator
  [javadoc]at java.lang.Class.initializeClass(libgcj_bc.so.1)
  [javadoc]at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
  [javadoc]at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
  [javadoc]at 
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printMemberDetails(javadoc)
  [javadoc]at 
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printClassPage(javadoc)
  [javadoc]at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(javadoc)
  [javadoc]at 

Bug#439466: pearpc: FTBFS: jitc_tools.asm:852: panic: intra-segment OUT_REL4ADR

2007-08-25 Thread Lucas Nussbaum
Package: pearpc
version: 0.4.0-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
nasm -O99 -f elf -o jitc_tools.o -- jitc_tools.asm
jitc_tools.asm:852: panic: intra-segment OUT_REL4ADR
make[5]: *** [jitc_tools.o] Error 3
make[5]: Leaving directory `/build/user/pearpc-0.4.0/src/cpu/cpu_jitc_x86'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/build/user/pearpc-0.4.0/src/cpu'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/pearpc-0.4.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/pearpc-0.4.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/pearpc-0.4.0'
make: *** [debian/stamp-makefile-build] Error 2

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

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#439467: libsdl1.2: FTBFS: error: invalid operands in non-64-bit mode

2007-08-25 Thread Lucas Nussbaum
Package: libsdl1.2
version: 1.2.11-9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/nasm -f elf -i ../../src/hermes/ -I../../src/hermes/ 
../../src/hermes/mmxp2_32.asm -DPIC -o build/.libs/mmxp2_32.o
../../src/hermes/mmxp2_32.asm:68: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:70: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:79: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:80: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:81: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:82: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:84: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:85: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:86: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:87: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:88: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:90: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:91: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:92: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:94: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:95: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:96: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:97: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:98: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:99: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:101: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:103: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:131: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:132: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:133: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:142: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:143: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:144: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:145: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:146: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:147: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:148: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:149: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:150: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:152: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:153: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:154: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:155: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:156: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:157: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:158: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:159: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:160: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:162: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:163: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:164: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:165: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:198: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:199: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:200: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:209: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:210: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:211: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:212: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:213: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:214: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:216: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:217: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:218: error: invalid operands in non-64-bit mode
../../src/hermes/mmxp2_32.asm:219: error: inva

Bug#439463: Version 0.7 now available

2007-08-25 Thread Andrew Donnellan
Package: pingus
Severity: wishlist

Pingus 0.7 is now available :)

-- 
Andrew Donnellan <><
ajdlinuxATgmailDOTcom (primary)ajdlinuxATexemailDOTcomDOTau (secure)
 http://andrewdonnellan.comhttp://ajdlinux.wordpress.com
 [EMAIL PROTECTED]hkp://subkeys.pgp.net 0x5D4C0C58
http://linux.org.auhttp://debian.org
Spammers only === [EMAIL PROTECTED] ===


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



Bug#439465: junit: FTBFS: javadoc errors

2007-08-25 Thread Lucas Nussbaum
Package: junit
version: 3.8.1.1-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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;/usr/lib/jvm/java-gcj/bin/javadoc -d ../doc/api junit.framework 
junit.awtui junit.swingui junit.runner junit.textui junit.extensions)
Loading classes for package junit.framework...
WARNING: Illegal character in file ./junit/framework/TestSuite.java, line 51, 
column 60
WARNING: * Constructs a TestSuite from the given class. Adds all the 
methods
WARNING: ^
WARNING: Illegal character in file ./junit/framework/TestSuite.java, line 51, 
column 65
WARNING: * Constructs a TestSuite from the given class. Adds all the 
methods
WARNING:  ^
Loading classes for package junit.awtui...
Loading classes for package junit.swingui...
Loading classes for package junit.runner...
Loading classes for package junit.textui...
Loading classes for package junit.extensions...
Constructing Javadoc information...
WARNING: Cannot locate class java.lang.Object referenced in class 
junit.framework.Assert
WARNING: Cannot locate class Error referenced in class 
junit.framework.AssertionFailedError
WARNING: Cannot locate class Object referenced in class 
junit.framework.TestFailure
WARNING: Error while loading class PrintWriter
WARNING: Error while loading class StringWriter
WARNING: Error while loading class Vector
WARNING: Error while loading class Enumeration
WARNING: Error while loading class Constructor
WARNING: Cannot locate class Dialog referenced in class junit.awtui.AboutDialog
WARNING: Cannot locate class Canvas referenced in class junit.awtui.Logo
WARNING: Error while loading class URL
WARNING: Error while loading class ImageProducer
WARNING: Error while loading class NumberFormat
WARNING: Error while loading class Component
WARNING: Cannot locate class ClassLoader referenced in class 
junit.runner.TestCaseClassLoader
WARNING: Error while loading class PrintStream
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Building cross-reference information...
Writing overview files...
Writing full tree...
Writing index...
Writing HTML files for package junit.awtui
Writing HTML files for package junit.extensions
Writing HTML files for package junit.framework
Writing HTML files for package junit.runner
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(javadoc)
   at gnu.classpath.tools.gjdoc.Main.start(javadoc)
   at gnu.classpath.tools.gjdoc.Main.main(javadoc)
Caused by: java.lang.NoClassDefFoundError: 
gnu.classpath.tools.gjdoc.expr.Evaluator
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at 
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printMemberDetails(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printClassPage(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.startInstance(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.start(javadoc)
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   ...3 more
Caused by: java.lang.ClassNotFoundException: antlr.TokenStreamException not 
found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj_bc.so.1)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   ...11 more
make: *** [build] Error 5

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

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#433740: pybaz: diff for NMU version 1.5pre1-3.1

2007-08-25 Thread Ana Guerrero
tags 433740 + patch
thanks

Hi,

Attached is the diff for my pybaz 1.5pre1-3.1 NMU.

Ana
diff -u pybaz-1.5pre1/debian/changelog pybaz-1.5pre1/debian/changelog
--- pybaz-1.5pre1/debian/changelog
+++ pybaz-1.5pre1/debian/changelog
@@ -1,3 +1,13 @@
+pybaz (1.5pre1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Add patch by Kumar Appaiah <[EMAIL PROTECTED]> to fix FTBFS with new
+epydoc (Closes: #433740)
+  * Add patch system with quilt.
+  * Remove dh_python, not longer required.
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 25 Aug 2007 09:41:50 +0200
+
 pybaz (1.5pre1-3) unstable; urgency=low
 
   * Update for the Python transition (Closes: #375592)
diff -u pybaz-1.5pre1/debian/control pybaz-1.5pre1/debian/control
--- pybaz-1.5pre1/debian/control
+++ pybaz-1.5pre1/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Anand Kumria <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-epydoc, bazaar (>= 1.4.2-5)
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-epydoc, bazaar (>= 1.4.2-5), quilt
 Standards-Version: 3.7.2
 
 Package: pybaz
diff -u pybaz-1.5pre1/debian/rules pybaz-1.5pre1/debian/rules
--- pybaz-1.5pre1/debian/rules
+++ pybaz-1.5pre1/debian/rules
@@ -32,6 +32,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	# Add here commands to compile the package.
 	#$(MAKE)
 	#docbook-to-man debian/pybaz.sgml > pybaz.1
@@ -47,6 +48,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
 	for py in $(PYVERS); do \
@@ -100,7 +102,6 @@
 	dh_fixperms
 #	dh_perl
 	dh_pysupport
-	dh_python
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
only in patch2:
unchanged:
--- pybaz-1.5pre1.orig/debian/patches/series
+++ pybaz-1.5pre1/debian/patches/series
@@ -0,0 +1 @@
+epydoc.diff
only in patch2:
unchanged:
--- pybaz-1.5pre1.orig/debian/patches/epydoc.diff
+++ pybaz-1.5pre1/debian/patches/epydoc.diff
@@ -0,0 +1,30 @@
+diff -urN pybaz-1.5pre1/mypydoc pybaz-1.5pre1.new/mypydoc
+--- pybaz-1.5pre1/mypydoc	2005-11-30 16:13:25.0 +0530
 pybaz-1.5pre1.new/mypydoc	2007-08-21 13:11:07.0 +0530
+@@ -19,19 +19,22 @@
+ import sys
+ import inspect
+ import epydoc.cli
+-import epydoc.uid
++import epydoc.docintrospecter
+ 
+ def find_function_module(func):
+ # We trust the __module__ attribute of functions. That makes it
+ # possible to have functions documented in a module different from
+ # the module where they are defined.
+ try:
+-ret = sys.modules[func.__module__]
+-return ret
++ret = sys.modules[func.__class__.__module__]
++if ret == sys.modules['__builtin__']:
++return '__builtin__'
++else:
++return ret
+ except KeyError:
+ pass
+ raise ValueError("Could not find a module for %s" % func.func_name)
+ 
+-epydoc.uid._find_function_module = find_function_module
++epydoc.docintrospecter._find_function_module = find_function_module
+ 
+ epydoc.cli.cli()


Bug#439481: linphone: FTBFS: error: osip2/osip_negotiation.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: linphone
version: 1.7.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/linphone-1.7.1/exosip'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I..   -DOSIP_MT -DHAVE_PTHREAD   -DHAVE_PTHREAD -DOSIP_MT -DENABLE_TRACE 
-DNEW_TIMER -DSM -DMSN_SUPPORT -DUSE_TMP_BUFFER -Wall -g -O2 -MT eXosip.lo -MD 
-MP -MF ".deps/eXosip.Tpo" -c -o eXosip.lo eXosip.c; \
then mv -f ".deps/eXosip.Tpo" ".deps/eXosip.Plo"; else rm -f 
".deps/eXosip.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOSIP_MT -DHAVE_PTHREAD -DHAVE_PTHREAD 
-DOSIP_MT -DENABLE_TRACE -DNEW_TIMER -DSM -DMSN_SUPPORT -DUSE_TMP_BUFFER -Wall 
-g -O2 -MT eXosip.lo -MD -MP -MF .deps/eXosip.Tpo -c eXosip.c  -fPIC -DPIC -o 
.libs/eXosip.o
In file included from eXosip.c:25:
eXosip2.h:47:36: error: osip2/osip_negotiation.h: No such file or directory
In file included from eXosip2.h:50,
 from eXosip.c:25:
./eXosip.h:228: error: expected ')' before '*' token
In file included from eXosip.c:25:
eXosip2.h:159: error: expected specifier-qualifier-list before 
'osip_negotiation_ctx_t'
eXosip2.h:329: error: expected specifier-qualifier-list before 
'osip_negotiation_t'
eXosip2.h:350: error: expected ')' before '*' token
eXosip2.h:351: error: expected ')' before '*' token
eXosip2.h:352: error: expected ')' before '*' token
eXosip2.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
eXosip2.h:356: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
eXosip2.h:357: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
eXosip2.h:358: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
eXosip2.h:411: error: expected declaration specifiers or '...' before 
'osip_negotiation_ctx_t'
eXosip.c: In function 'eXosip_set_firewallip':
eXosip.c:62: error: 'eXosip_t' has no member named 'j_firewall_ip'
eXosip.c: In function 'eXosip_set_nattype':
eXosip.c:67: error: 'eXosip_t' has no member named 'nat_type'
eXosip.c:67: error: 'eXosip_t' has no member named 'nat_type'
eXosip.c: In function 'eXosip_force_proxy':
eXosip.c:72: error: 'eXosip_t' has no member named 'forced_proxy'
eXosip.c:72: error: 'eXosip_t' has no member named 'forced_proxy'
eXosip.c: In function 'eXosip_quit':
eXosip.c:215: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:215: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:234: warning: implicit declaration of function 
'eXosip_sdp_negotiation_free'
eXosip.c:234: error: 'eXosip_t' has no member named 'osip_negotiation'
eXosip.c:296: error: incompatible type for argument 1 of 
'eXosip_kill_transaction'
eXosip.c:297: error: incompatible type for argument 1 of 
'eXosip_kill_transaction'
eXosip.c:298: error: incompatible type for argument 1 of 
'eXosip_kill_transaction'
eXosip.c:299: error: incompatible type for argument 1 of 
'eXosip_kill_transaction'
eXosip.c:312: error: 'eXosip_t' has no member named 'authinfos'
eXosip.c:313: error: 'eXosip_t' has no member named 'authinfos'
eXosip.c:315: error: 'eXosip_t' has no member named 'authinfos'
eXosip.c:315: error: 'eXosip_t' has no member named 'authinfos'
eXosip.c:315: error: 'eXosip_t' has no member named 'authinfos'
eXosip.c: In function 'eXosip_init':
eXosip.c:404: error: 'eXosip_t' has no member named 'ip_family'
eXosip.c:410: error: 'eXosip_t' has no member named 'ip_family'
eXosip.c:413: error: 'eXosip_t' has no member named 'ip_family'
eXosip.c:450: warning: implicit declaration of function 
'eXosip_sdp_negotiation_init'
eXosip.c:450: error: 'eXosip_t' has no member named 'osip_negotiation'
eXosip.c: In function 'eXosip_force_localip':
eXosip.c:570: error: 'eXosip_t' has no member named 'ip_family'
eXosip.c: In function 'eXosip_update':
eXosip.c:707: error: 'eXosip_call_t' has no member named 'next'
eXosip.c: In function 'eXosip_initiate_call_with_body':
eXosip.c:928: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:928: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:928: error: 'eXosip_call_t' has no member named 'next'
eXosip.c:928: error: 'eXosip_call_t' has no member named 'parent'
eXosip.c:928: error: 'eXosip_call_t' has no member named 'next'
eXosip.c: In function 'eXosip_prepare_reque

Bug#439484: paketto: FTBFS: error: 'BIOCIMMEDIATE' undeclared (first use in this function)

2007-08-25 Thread Lucas Nussbaum
Package: paketto
version: 1.10-6
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/paketto-1.10/src'
if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/build/user/paketto-1.10/src -I.
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H 
-DLIBNET_LIL_ENDIAN -I/build/user/paketto-1.10/Libnet-1.0.2a/include 
-I/build/user/paketto-1.10/libtomcrypt -I/build/user/paketto-1.10/libtomcrypt  
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 -MT 
phentropy.o -MD -MP -MF ".deps/phentropy.Tpo" \
  -c -o phentropy.o `test -f 'phentropy.c' || echo 
'/build/user/paketto-1.10/src/'`phentropy.c; \
then mv ".deps/phentropy.Tpo" ".deps/phentropy.Po"; \
else rm -f ".deps/phentropy.Tpo"; exit 1; \
fi
phentropy.c: In function 'main':
phentropy.c:40: warning: incompatible implicit declaration of built-in function 
'memset'
phentropy.c: In function 'pk_fgets':
phentropy.c:261: warning: incompatible implicit declaration of built-in 
function 'bzero'
/bin/sh ../libtool --mode=link i486-linux-gnu-gcc -g -O2 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H 
-DLIBNET_LIL_ENDIAN -I/build/user/paketto-1.10/Libnet-1.0.2a/include 
-I/build/user/paketto-1.10/libtomcrypt -I/build/user/paketto-1.10/libtomcrypt  
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10  
-L/build/user/paketto-1.10/libpcap-0.7.1 -lpcap 
-L/build/user/paketto-1.10/libpcap-0.7.1 -lpcap -o phentropy  phentropy.o  
-lnet -L/build/user/paketto-1.10/Libnet-1.0.2a/lib 
-L/build/user/paketto-1.10/libtomcrypt -ltomcrypt
mkdir .libs
i486-linux-gnu-gcc -g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H 
-DLIBNET_LIL_ENDIAN -I/build/user/paketto-1.10/Libnet-1.0.2a/include 
-I/build/user/paketto-1.10/libtomcrypt -I/build/user/paketto-1.10/libtomcrypt 
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 -o 
phentropy phentropy.o  -L/build/user/paketto-1.10/libpcap-0.7.1 -lpcap -lpcap 
-lnet -L/build/user/paketto-1.10/Libnet-1.0.2a/lib 
-L/build/user/paketto-1.10/libtomcrypt -ltomcrypt
if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/build/user/paketto-1.10/src -I.
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H 
-DLIBNET_LIL_ENDIAN -I/build/user/paketto-1.10/Libnet-1.0.2a/include 
-I/build/user/paketto-1.10/libtomcrypt -I/build/user/paketto-1.10/libtomcrypt  
-g -O2 -I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 
-I/build/user/paketto-1.10/libpcap-0.7.1 
-I/build/user/paketto-1.10/libpcap-0.7.1/bpf -I/build/user/paketto-1.10 -MT 
paketto.o -MD -MP -MF ".deps/paketto.Tpo" \
  -c -o paketto.o `test -f 'paketto.c' || echo 
'/build/user/paketto-1.10/src/'`paketto.c; \
then mv ".deps/paketto.Tpo" ".deps/paketto.Po"; \
else rm -f ".deps/paketto.Tpo"; exit 1; \
fi
paketto.c: In function 'parse_layers':
paketto.c:112: warning: assignment from incompatible pointer type
paketto.c:121: warning: assignment from incompatible pointer type
paketto.c:136: warning: assignment from incompatible pointer type
paketto.c:137: warning: assignment from incompatible pointer type
paketto.c:167: warning: assignment from incompatible pointer type
paketto.c:173: warning: assignment from incompatible pointer type
paketto.c:179: warning: assignment from in

Bug#439485: inventor: FTBFS: error: GL/GLwMDrawA.h: No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: inventor
version: 2.1.5-10-11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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[7]: Entering directory `/build/user/inventor-2.1.5-10/apps/samples/widgets'
/usr/bin/g++-g -D_REENTRANT -O3-DIVBINDIR=\"/usr/bin\" 
-DIVLIBDIR=\"/usr/lib\" -DIVHDRTOP=\"/usr/include/Inventor\" 
-DIVFONTPATH=\"/usr/share/inventor/fonts\" 
-DIVHELPDIR=\"/usr/share/inventor/help\" 
-DIVDATADIR=\"/usr/share/inventor/data/models\" 
-DIVMATERIALSDIR=\"/usr/share/inventor/data/materials\" 
-DIVTEXTURESDIR=\"/usr/share/inventor/data/textures\" 
-DIVDEMOBINDIR=\"/usr/lib/inventor\" 
-DIVDEMODATADIR=\"/usr/share/inventor/data/demos\" -DPDFVIEWER=\"xpdf\" 
-I/usr/X11R6/include -I. -I../../../lib/database/include 
-I../../../lib/interaction/include -I../../../lib/nodekits/include 
-I../../../libSoXt/include -fPIC   -O -DNDEBUG   -c MyTextureEd.c++
MyTextureEd.c++:76:26: error: GL/GLwMDrawA.h: No such file or directory
MyTextureEd.c++: In member function '_WidgetRec* 
MyTextureEditor::buildTexturePaletteWidget(_WidgetRec*)':
MyTextureEd.c++:807: error: 'GLwNrgba' was not declared in this scope
MyTextureEd.c++:810: error: 'GLwNredSize' was not declared in this scope
MyTextureEd.c++:811: error: 'GLwNgreenSize' was not declared in this scope
MyTextureEd.c++:812: error: 'GLwNblueSize' was not declared in this scope
MyTextureEd.c++:814: error: 'glwMDrawingAreaWidgetClass' was not declared in 
this scope
MyTextureEd.c++:820: error: 'GLwNginitCallback' was not declared in this scope
MyTextureEd.c++:822: error: 'GLwNexposeCallback' was not declared in this scope
MyTextureEd.c++: In member function 'void MyTextureEditor::openImageDialog()':
MyTextureEd.c++:2452: error: 'GLwNrgba' was not declared in this scope
MyTextureEd.c++:2453: error: 'GLwNredSize' was not declared in this scope
MyTextureEd.c++:2454: error: 'GLwNgreenSize' was not declared in this scope
MyTextureEd.c++:2455: error: 'GLwNblueSize' was not declared in this scope
MyTextureEd.c++:2456: error: 'glwMDrawingAreaWidgetClass' was not declared in 
this scope
MyTextureEd.c++:2460: error: 'GLwNginitCallback' was not declared in this scope
MyTextureEd.c++:2462: error: 'GLwNexposeCallback' was not declared in this scope
MyTextureEd.c++: In static member function 'static void 
MyTextureEditor::glxInitCB(_WidgetRec*, MyTextureEditor*, void*)':
MyTextureEd.c++:2562: error: 'GLwNvisualInfo' was not declared in this scope
MyTextureEd.c++: In static member function 'static void 
MyTextureEditor::imageDialogInitCB(_WidgetRec*, MyTextureEditor*, void*)':
MyTextureEd.c++:2591: error: 'GLwNvisualInfo' was not declared in this scope
make[7]: *** [MyTextureEd.o] Error 1
make[7]: Leaving directory `/build/user/inventor-2.1.5-10/apps/samples/widgets'
make[6]: *** [libInventorWidget.a] Error 2
make[6]: Leaving directory `/build/user/inventor-2.1.5-10/apps/samples/widgets'
make[5]: *** [libInventorWidget.a] Error 2
make[5]: Leaving directory `/build/user/inventor-2.1.5-10/apps/samples/widgets'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/build/user/inventor-2.1.5-10/apps/samples/widgets'
make[3]: *** [install] Error 1
make[3]: Leaving directory `/build/user/inventor-2.1.5-10/apps/samples'
make[2]: *** [install] Error 1
make[2]: Leaving directory `/build/user/inventor-2.1.5-10/apps'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/build/user/inventor-2.1.5-10'
make: *** [build-stamp] Error 2

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

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#439486: mh-e: FTBFS: No MH variant found on the system

2007-08-25 Thread Lucas Nussbaum
Package: mh-e
version: 8.0.3-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
emacs --batch --no-site-file --multibyte --eval "(setq load-path (cons \".\" 
(cons \"emacs/lisp/mh-e\" load-path)))" -f batch-byte-compile 
emacs/lisp/mh-e/mh-alias.el emacs/lisp/mh-e/mh-buffers.el 
emacs/lisp/mh-e/mh-comp.el emacs/lisp/mh-e/mh-e.el emacs/lisp/mh-e/mh-folder.el 
emacs/lisp/mh-e/mh-funcs.el emacs/lisp/mh-e/mh-identity.el 
emacs/lisp/mh-e/mh-inc.el emacs/lisp/mh-e/mh-junk.el 
emacs/lisp/mh-e/mh-letter.el emacs/lisp/mh-e/mh-limit.el 
emacs/lisp/mh-e/mh-mime.el emacs/lisp/mh-e/mh-print.el 
emacs/lisp/mh-e/mh-scan.el emacs/lisp/mh-e/mh-search.el 
emacs/lisp/mh-e/mh-seq.el emacs/lisp/mh-e/mh-show.el 
emacs/lisp/mh-e/mh-speed.el emacs/lisp/mh-e/mh-thread.el 
emacs/lisp/mh-e/mh-tool-bar.el emacs/lisp/mh-e/mh-utils.el 
emacs/lisp/mh-e/mh-xface.el
No MH variant found on the system
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-alias.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-buffers.elc

In toplevel form:
emacs/lisp/mh-e/mh-comp.el:43:1:Error: /usr/bin/mail is not executable
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-e.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-folder.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-funcs.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-identity.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-inc.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-junk.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-letter.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-limit.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-mime.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-print.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-scan.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-search.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-seq.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-show.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-speed.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-thread.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-tool-bar.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-utils.elc
Wrote /build/user/mh-e-8.0.3/emacs/lisp/mh-e/mh-xface.elc
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/build/user/mh-e-8.0.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/mh-e-8.0.3'
make: *** [build-stamp] Error 2

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

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#439488: jaxme: FTBFS: tests failed

2007-08-25 Thread Lucas Nussbaum
Package: jaxme
version: 0.5.2+dfsg-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
JM.localtest:
[javac] Compiling 13 source files to 
/build/user/jaxme-0.5.2+dfsg/build/jm/classes
[javac] --
[javac] 1. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/JiraTest.java 
(at line 3)
[javac] import java.io.File;
[javac]
[javac] The import java.io.File is never used
[javac] --
[javac] --
[javac] 2. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/MarshallerTest.java
 (at line 514)
[javac] final Format otherDateFormat = new Format(){
[javac]
[javac] The serializable class  does not declare a static final 
serialVersionUID field of type long
[javac] --
[javac] --
[javac] 3. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/NestedGroupTest.java
[javac]  (at line 48)
[javac] private String getPersons() throws Exception {
[javac]^
[javac] The method getPersons() from the type NestedGroupTest is never used 
locally
[javac] --
[javac] --
[javac] 4. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
 (at line 34)
[javac] import org.apache.ws.jaxme.generator.sg.SGFactory;
[javac]^^
[javac] The import org.apache.ws.jaxme.generator.sg.SGFactory is never used
[javac] --
[javac] 5. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
[javac]  (at line 40)
[javac] import org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory;
[javac]^^^
[javac] The import org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory is 
never used
[javac] --
[javac] 6. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
 (at line 42)
[javac] import org.apache.ws.jaxme.generator.sg.impl.SGFactoryImpl;
[javac]^^^
[javac] The import org.apache.ws.jaxme.generator.sg.impl.SGFactoryImpl is 
never used
[javac] --
[javac] --
[javac] 7. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/Facet.java
[javac]  (at line 25)
[javac] public class Type implements Serializable {
[javac]  
[javac] The serializable class Type does not declare a static final 
serialVersionUID field of type long
[javac] --
[javac] --
[javac] 8. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/PMException.java (at 
line 25)
[javac] public class PMException extends JAXBException {
[javac]  ^^^
[javac] The serializable class PMException does not declare a static final 
serialVersionUID field of type long
[javac] --
[javac] --
[javac] 9. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/impl/Configuration.java
[javac]  (at line 26)
[javac] import org.apache.ws.jaxme.xs.xml.XsQName;
[javac]^^
[javac] The import org.apache.ws.jaxme.xs.xml.XsQName is never used
[javac] --
[javac] --
[javac] 10. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBObjectSG.java
 (at line 40)
[javac] import org.apache.ws.jaxme.xs.XSSimpleContentType;
[javac]^^
[javac] The import org.apache.ws.jaxme.xs.XSSimpleContentType is never used
[javac] --
[javac] --
[javac] 11. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/PMParams.java
[javac]  (at line 32)
[javac] public class PMParams implements Serializable {
[javac]  
[javac] The serializable class PMParams does not declare a static final 
serialVersionUID field of type long
[javac] --
[javac] --
[javac] 12. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/Base64BinarySG.java
 (at line 23)
[javac] import org.apache.ws.jaxme.impl.DatatypeConverterImpl;
[javac]^^
[javac] The import org.apache.ws.jaxme.impl.DatatypeConverterImpl is never 
used
[javac] --
[javac] 13. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/

Bug#439479: libcommons-modeler-java: FTBFS: tests failed

2007-08-25 Thread Lucas Nussbaum
Package: libcommons-modeler-java
version: 2.0.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
compile.tests:
[javac] Compiling 7 source files to 
/build/user/libcommons-modeler-java-2.0.1/target/tests
[javac] --
[javac] 1. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 33)
[javac] import junit.framework.Test;
[javac]^
[javac] The import junit cannot be resolved
[javac] --
[javac] 2. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 34)
[javac] import junit.framework.TestCase;
[javac]^
[javac] The import junit cannot be resolved
[javac] --
[javac] 3. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 35)
[javac] import junit.framework.TestSuite;
[javac]^
[javac] The import junit cannot be resolved
[javac] --
[javac] 4. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 45)
[javac] public class RegistryTestCase extends TestCase {
[javac]   
[javac] TestCase cannot be resolved to a type
[javac] --
[javac] 5. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 67)
[javac] super(name);
[javac] 
[javac] The constructor Object(String) is undefined
[javac] --
[javac] 6. WARNING in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 80)
[javac] registry = Registry.getRegistry();
[javac]^^
[javac] The method getRegistry() from the type Registry is deprecated
[javac] --
[javac] 7. WARNING in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/Registry
[javac] TestCase.java (at line 85)
[javac] Registry.loadRegistry(stream);
[javac] ^
[javac] The method loadRegistry(InputStream) from the type Registry is 
deprecated
[javac] --
[javac] 8. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 95)
[javac] public static Test suite() {
[javac]   
[javac] Test cannot be resolved to a type
[javac] --
[javac] 9. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 97)
[javac] return (new TestSuite(RegistryTestCase.class));
[javac] ^
[javac] TestSuite cannot be resolved to a type
[javac] --
[javac] 10. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 122)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^
[javac] The method assertNotNull(String) is undefined for the type 
RegistryTestCase
[javac] --
[javac] 11. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 126)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for 
the type RegistryTestCase
[javac] --
[javac] 12. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 130)
[javac] assertNotNull("Found HttpConnector acceptCount info", mmainfo);
[javac] ^
[javac] The method assertNotNull(String, ModelMBeanAttributeInfo) is 
undefined for the type RegistryTestCase
[javac] --
[javac] 13. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 134)
[javac] assertNotNull("Found HttpConnector acceptCount descriptor", 
desc);
[javac] ^
[javac] The method assertNotNull(String, Descriptor) is undefined for the 
type RegistryTestCase
[javac] --
[javac] 14. ERROR in 
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
 (at line 150)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^
[javac] The method assertNotNull(String) is undefined for the type 
Regist

Bug#439471: fenix-plugins: FTBFS: configure.ac:17: error: possibly undefined macro: AC_DISABLE_STATIC

2007-08-25 Thread Lucas Nussbaum
Package: fenix-plugins
version: 0.0.20070803-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

 == CONFIGURE: fgfx-1.0/configure ==

cd `echo fgfx-1.0/configure | sed -e "s|/configure||"` && \
autoreconf --force --verbose
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:17: error: possibly undefined macro: AC_DISABLE_STATIC
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:18: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:19: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:21: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
make[1]: *** [fgfx-1.0/configure] Error 1
make[1]: Leaving directory `/build/user/fenix-plugins-0.0.20070803'
make: *** [build-stamp] Error 2

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

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#439469: gimp-resynthesizer: FTBFS: resynth.cc:83: error: template with C linkage

2007-08-25 Thread Lucas Nussbaum
Package: gimp-resynthesizer
version: 0.15-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 gimp-resynthesizer in gimp-resynthesizer_0.15-2.dsc
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch 01_makefile to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
/usr/bin/make CFLAGS="-Wall -g -O3 -Wall -fno-common -ffast-math 
-frename-registers -fomit-frame-pointer"
make[1]: Entering directory `/build/user/gimp-resynthesizer-0.15'
g++ `gimptool-2.0 --cflags` -Wall -g -O3 -Wall -fno-common -ffast-math 
-frename-registers -fomit-frame-pointer -o resynth resynth.cc  -lgimp-2.0 
-lgtk-x11-2.0 -lgimpwidgets-2.0 -lgimpui-2.0 -lm
resynth.cc:83: error: template with C linkage
resynth.cc:979: error: expected `}' at end of input
make[1]: *** [resynth] Error 1
make[1]: Leaving directory `/build/user/gimp-resynthesizer-0.15'
make: *** [build-stamp] Error 2

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

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#439470: libtest-www-mechanize-perl: FTBFS: t/page_links_content failed

2007-08-25 Thread Lucas Nussbaum
Package: libtest-www-mechanize-perl
version: 1.14-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/make test
make[1]: Entering directory `/build/user/libtest-www-mechanize-perl-1.14'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00load# Testing Test::WWW::Mechanize 1.14, Perl 5.008008, 
/usr/bin/perl
ok
t/content_contains..ok
t/content_lacks.ok
t/follow_link_okok
t/followable_links..ok
t/get_ok-parms..ok
t/get_okok
t/has_tag...ok
t/link_content..ok
t/link_status...ok
t/links_ok..ok
t/new...ok
t/page_links_content
#   Failed test 'Handles link content not found'
#   in t/page_links_content.t at line 47.
# STDOUT is:
# ok 1 - Checking all page link content failures
# 
# not:
# not ok 1 - Checking all page link content failures
# 
# as expected
# STDERR is:
# 
# not:
# (?-xism:#\s+Failed\ test.*?\n?.*?t\/page_links_content\.t at line 46.*\n?)
# # goodlinks.html
# 
# # badlinks.html
# 
# # goodlinks.html
# 
# as expected

#   Failed test 'Handles link unlike content found'
#   in t/page_links_content.t at line 67.
# STDOUT is:
# ok 1 - Checking all page link unlike content failures
# 
# not:
# not ok 1 - Checking all page link unlike content failures
# 
# as expected
# STDERR is:
# 
# not:
# (?-xism:#\s+Failed\ test.*?\n?.*?t\/page_links_content\.t at line 66.*\n?)
# # goodlinks.html
# 
# # badlinks.html
# 
# # goodlinks.html
# 
# as expected
FAILED tests 6, 9
Failed 2/9 tests, 77.78% okay
t/page_links_ok.ok
t/pod-coverage..ok
t/pod...ok
t/stuff_inputs..ok
Failed TestStat Wstat Total Fail  Failed  List of Failed
---
t/page_links_content.t92  22.22%  6 9
Failed 1/17 test scripts, 94.12% okay. 2/106 subtests failed, 98.11% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/build/user/libtest-www-mechanize-perl-1.14'
make: *** [install-stamp] Error 2

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

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#439477: ogre: FTBFS: checking for ZZIPLIB... configure: error: Package requirements (zziplib) were not met

2007-08-25 Thread Lucas Nussbaum
Package: ogre
version: 1.4.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 pow in -lm... yes
checking for gzopen in -lz... yes
checking for pthread_create in -lpthread... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.10.0... checking for 
i486-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ZZIPLIB... configure: error: Package requirements (zziplib) were 
not met:

Variable 'datarootdir' not defined in '/usr/lib/pkgconfig/zziplib.pc'

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

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

make: *** [configure-stamp] Error 1

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

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#439489: gimp: Crashes after crop

2007-08-25 Thread Javier Kohen
Package: gimp
Version: 2.4.0~rc1-4
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm getting absolutely reproducible crashes when cropping an image. I have a 
set of large TIFF files of 9,4 MB each. When I load two from the set and crop 
one of them, Gimp crashes, always at the same point (see below for a stack 
trace). Cropping with only one image so far hasn't caused any crashes, but I'll 
report again if that changes (as that's the way I'll have to work as long as 
this bug occurs).

Starting program: /usr/bin/gimp 
[Thread debugging using libthread_db enabled]
[New Thread -1220245840 (LWP 5815)]

(gimp:5815): Gtk-WARNING **: Debug: missing action debug-menu

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220245840 (LWP 5815)]
0x080bfc6b in render_image_tile_fault_one_row (info=0xbf97e6a8)
at /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-render.c:935
935 in /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-render.c
(gdb) bt full
#0  0x080bfc6b in render_image_tile_fault_one_row (info=0xbf97e6a8)
at /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-render.c:935
src_x = 
skipped = 
current_tile = (Tile *) 0x98d88f0
next_tile = (Tile *) 0x0
src0 = 
src1 = (const guchar *) 0xb4fc4f00 "e:>�lEJ�"
src2 = (const guchar *) 0xb4fc4ffc ""
src3 = (const guchar *) 0xb4fc5000 
dest = (
guchar *) 0x884c20c 
"j68�d87�g96�h98�j99�n;>�m9=�f7:�h9<�j:<�q;?�i>?�`39�n6B�k6=�q>:�p;6�r66�s6?�r5;�x9=�{9;�}8;�{57�x45�\177=>�~7;�z6:�}<@�w8=�u8<�t48�z9:�t35�m4=�x<=�z>>�\177:=�r>[EMAIL
 PROTECTED];=�p�t7<�}59�\2033:�~>[EMAIL PROTECTED]"...
width = 215
tilex0 = 6
tilex1 = 6
xdelta = 98304
bpp = 4
x = 29196288
__PRETTY_FUNCTION__ = "render_image_tile_fault_one_row"
#1  0x080c1e05 in render_image_rgb_a (info=0xbf97e6a8)
at /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-render.c:851
src = (const guchar *) 0x884c564 "��L�"
dest = (
guchar *) 0xb5b9bd05 "[EMAIL PROTECTED]"...
dark_light = 127
alpha = (const guint *) 0x993a100
y = 511
ye = 512
x = 
xe = 512
#2  0x080c2b05 in gimp_display_shell_render (shell=0x96462d0, x=256, y=256, 
w=256, h=256, highlight=0x0)
at /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-render.c:264
opacity = 0
projection = (GimpProjection *) 0x9214730
info = {shell = 0x96462d0, src_tiles = 0x99b2d18, alpha = 0x993a100, 
  src = 0x884c168 
"o13�k01�o<>�n==�i<9�pBA�e79�`24�e7:�^04�f8=�l:>�`49�_4:�`46�\\52�W63�e98�g=:�i<<�`3;�_;@�W01�Y12�]67�\\59�[8=�\\�m9=�f7:�h9<�"..., 
  dest = 0xb5b9bd08 
"KDELCHMEHLFEIBEIBHJ?BLBFcOW^QWUOT\\VWYLR`TYYPT`QVKDHKDKNBLNBHOGHOGJOEKNBG_PT^SWTRUVMW^RPYMQWLXZOQUEMXAKKBHMBIEEHKEHMBEPBG]NS^QUWNQTLQXQSWNO---Type
  to continue, or q  to quit---
[EMAIL PROTECTED]"..., x = 256, 
  y = 256, w = 256, h = 256, scalex = 0.3, 
  scaley = 0.3, src_x = 384, src_y = 766, dest_bpp = 3, 
  dest_bpl = 768, dest_width = 768, xstart = 25165824, xdelta = 98304, 
  yfraction = 128}
type = GIMP_RGBA_IMAGE
__PRETTY_FUNCTION__ = "gimp_display_shell_render"
#3  0x080b8b9c in gimp_display_shell_draw_area (shell=0x96462d0, x=0, y=0, 
w=713, h=512)
at /build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-draw.c:574
rect = {x = 0, y = 139727848, width = 157665576, height = 1}
x2 = 713
i = 256
y2 = 512
j = 512
proj = 
tiles = 
level = 
level_width = 1069
level_height = 
__PRETTY_FUNCTION__ = "gimp_display_shell_draw_area"
#4  0x080b4233 in gimp_display_shell_canvas_expose (widget=0x8a57df0, 
eevent=0xbf97ed40, shell=0x96462d0)
at 
/build/buildd/gimp-2.4.0~rc1/./app/display/gimpdisplayshell-callbacks.c:421
region = (GdkRegion *) 0x9ff31c0
rects = (GdkRectangle *) 0x85413e8
n_rects = 1
i = 1
#5  0xb7be5c10 in _gtk_marshal_BOOLEAN__BOXED (closure=0x964c9b8, 
return_value=0xbf97e980, n_param_values=2, param_values=0xbf97ea5c, 
invocation_hint=0xbf97e96c, marshal_data=0x80b40b0)
at /tmp/buildd/gtk+2.0-2.10.13/gtk/gtkmarshalers.c:84
data1 = (gpointer) 0x8a57df0
data2 = 
v_return = 
__PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED"
#6  0xb7939722 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#7  0xb794a27d in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#8  0x0964c9b8 in ?? ()
No symbol table info available.
#9  0xbf97e980 in ?? ()
No symbol table info available.
- ---Type  to continue, or q  to quit---
#10 0x0002 in ?? ()
No symbol table info available.
#11 0xbf97ea5c in ?? ()
No symbol table info available.
#12 0xbf97e96c in ?? ()
No symbol table info available.
#13 

Bug#439419: bad reference in /usr/lib/libXcursor.la

2007-08-25 Thread Erwan MAS
On Sat, Aug 25, 2007 at 02:02:40AM +0200, Julien Cristau wrote:
| On Sat, Aug 25, 2007 at 00:15:48 +0200, Erwan MAS wrote:
| 
| > Package: libxcursor-dev
| > Severity: normal
| > 
| > the file /usr/lib/libXcursor.la contains a reference to the 
| > file /usr/lib/libXrender.la .
| > 
| there's no libXcursor.la in libxcursor-dev afaik.  Which
| version/architecture of the package are you looking at?
| 
| Cheers,
| Julien
| 

Sorry.

My package was a very old package ( 1.1.3-1 / amd64 ) .

-- 
 
/ Erwan MAS /\
   | mailto:[EMAIL PROTECTED]   |_/
___|   |
\___\__/


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



Bug#439347: sun-java6-jdk: Unexpected performance (in a numerical application)

2007-08-25 Thread Florian Weimer
* Gilles Sadowski:

> Let me elaborate:
> At some point of the simulation, the same quantity Q can be computed in 2
> different ways, say "QH" and "QL".  When using "QL", the program is about
> twice as fast as when using "QL".  This is confirmed when using "-Xint".
> Leaving out "-Xint" (for maximum performance), the result is, quite
> surprisingly, the other way around:  Using "QL" is about 50% slower than
> with "QH"!
>
> Doesn't this indicate some subtle bug in the JIT compiler?

What about the absolute performance numbers?  As long as long-running
code doesn't run slower without -Xint, I don't think this is a JIT
bug.  It's somewhat expected that relative performance changes.


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



Bug#423765: Seems to work

2007-08-25 Thread Nobuhiro Iwamatsu
Hi ,

I checked this trouble.
I confirmed the same problem as Michael Ablassmeier occurred.
-- >
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..-pipe 
-D_REENTRANT -O2 -fomit-frame-pointer -march=i486 -ffast-math -msse 
-mfpmath=sse -MT flash.o -MD -MP -MF ".deps/flash.Tpo" -c -o flash.o flash.cc; \
then mv -f ".deps/flash.Tpo" ".deps/flash.Po"; else rm -f 
".deps/flash.Tpo"; exit 1; fi
swf.h:202: error: previous declaration of ‘int shape_size’ with ‘C++’ linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
swf.h:202: error: previous declaration of ‘int shape_nb’ with ‘C++’ linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
swf.h:202: error: previous declaration of ‘int shaperecord_size’ with ‘C++’ 
linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
swf.h:202: error: previous declaration of ‘int shaperecord_nb’ with ‘C++’ 
linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
swf.h:202: error: previous declaration of ‘int style_size’ with ‘C++’ linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
swf.h:202: error: previous declaration of ‘int style_nb’ with ‘C++’ linkage
flash.cc:294: error: conflicts with new declaration with ‘C’ linkage
<--

I made the patch to solve this problem.
Could you confirm it?

regards,
 Nobuhiro

--
Nobuhiro Iwamatsu
[EMAIL PROTECTED]
[EMAIL PROTECTED]

GPG ID : 3170EBE9
--- ./lib/flash/swf.h.orig	2007-08-25 17:47:35.0 +0900
+++ ./lib/flash/swf.h	2007-08-25 17:47:54.0 +0900
@@ -199,7 +199,13 @@
 #define true 1
 #endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif 
 extern int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;
+#ifdef __cplusplus
+}
+#endif // __cplusplus
 
 typedef void (*ScanLineFunc)(void *id, long y, long start, long end);
 


pgptExiwHCq0I.pgp
Description: PGP signature


Bug#439490: Can't start any of wxgtk applications

2007-08-25 Thread Andrey Fedoseev
Package: libwxgtk2.6-0
Version: 2.6.3.2.1.5
Severity: important

--- Please enter the report below this line. ---
I can't start any of wxgtk applications. I tried audacity, poedit and rapidsvn.
When trying to run any of these apps from command line I receive a "Bus error"
message.

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

Debian Release: lenny/sid
  990 testing ftp.ru.debian.org 
  990 testing debian.nsu.ru 
  500 unstableftp.ru.debian.org 
  500 stable  wine.budgetdedicated.com 

--- Package information. ---
Depends(Version) | Installed
-+-=
libatk1.0-0  (>= 1.12.1) | 1.18.0-2
libc6   (>= 2.3.6-6) | 2.6-2
libesd0 (>= 0.2.35)  | 
 OR libesd-alsa0 (>= 0.2.35) | 0.2.36-3
libexpat1(>= 1.95.8) | 1.95.8-3.4
libfontconfig1(>= 2.3.0) | 2.4.2-1.2
libgcc1 (>= 1:4.1.0) | 1:4.2-20070528-1
libgl1-mesa-glx  | 6.5.1-0.6
 OR libgl1   | 
libglib2.0-0 (>= 2.10.0) | 2.14.0-2
libglu1-mesa | 7.0.1-1
 OR libglu1  | 
libgtk2.0-0   (>= 2.8.0) | 2.10.13-1
libjpeg62| 6b-13
libpango1.0-0(>= 1.12.3) | 1.16.5-1
libpng12-0 (>= 1.2.8rel) | 1.2.15~beta5-1
libstdc++6(>= 4.1.0) | 4.2-20070528-1
libtiff4 | 3.8.2-7
libwxbase2.6-0  (>= 2.6.3.2.1.5) | 2.6.3.2.1.5
libx11-6 | 2:1.0.3-7
libxcursor1   (>> 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxfixes3   | 1:4.0.3-2
libxi6   | 2:1.1.2-1
libxinerama1 | 1:1.0.2-1
libxrandr2   | 2:1.2.1-1
libxrender1  | 1:0.9.1-3
zlib1g  (>= 1:1.2.1) | 1:1.2.3.3.dfsg-3




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



Bug#439491: /usr/bin/gnome-keyboard-properties: Please support japanese keyboard on PowerBook3, 2.

2007-08-25 Thread Charles Plessy
Package: gnome-control-center
Version: 1:2.18.1-1+b1
Severity: normal
File: /usr/bin/gnome-keyboard-properties

Hi,

on a PowerBook3,2 with japanese keyboard, the backslash/underscore key
does not work. Its keycode is 211. It seems that one can not use
setxkbmap to fix this, and that it is not possible to disable GNOME
management of the keyboard. Would it be easy to assign backslash and
underscore to keycode 211 in GNOME ?

Have a nice day,

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

Kernel: Linux 2.6.18-3-powerpc
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 gnome-control-center depends on:
ii  capplets-data1:2.18.1-1  configuration applets for GNOME 2 
ii  desktop-file-uti 0.12-1  Utilities for .desktop files
ii  gnome-desktop-da 2.18.3-1Common files for GNOME 2 desktop a
ii  gnome-icon-theme 2.18.0-3GNOME Desktop icon theme
ii  gnome-menus  2.18.3-2an implementation of the freedeskt
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libatk1.0-0  1.18.0-2The ATK accessibility toolkit
ii  libbonobo2-0 2.18.0-2Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.18.0-5The Bonobo UI library
ii  libc62.6.1-1 GNU C Library: Shared libraries
ii  libcairo21.4.10-1+b2 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.1.1-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.74-1  simple interprocess messaging syst
ii  libebook1.2-91.10.2-2+b1 Client library for evolution addre
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.3.5-1 FreeType 2 font engine, shared lib
ii  libgconf2-4  2.18.0.1-3  GNOME configuration database syste
ii  libglade2-0  1:2.6.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.12.13-1   The GLib library of C routines
ii  libgnome-desktop 2.18.3-1Utility library for loading .deskt
ii  libgnome-keyring 0.8.1-2 GNOME keyring services library
ii  libgnome-menu2   2.16.1-2an implementation of the freedeskt
ii  libgnome-window- 1:2.18.1-1+b1   Utility library for getting window
ii  libgnome2-0  2.18.0-4The GNOME 2 library - runtime file
ii  libgnomecanvas2- 2.14.0-2A powerful object-oriented display
ii  libgnomekbd1 2.18.2-1GNOME library to manage keyboard c
ii  libgnomekbdui1   2.18.2-1User interface library for libgnom
ii  libgnomeui-0 2.18.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   1:2.18.1-2  GNOME Virtual File System (runtime
ii  libgstreamer-plu 0.10.14-2   GStreamer libraries from the "base
ii  libgstreamer0.10 0.10.14-1   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.10.13-1   The GTK+ graphical user interface 
ii  libhal1  0.5.9.1-2   Hardware Abstraction Layer - share
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libmetacity0 1:2.14.5-4  library of lightweight GTK2 based 
ii  libnautilus-exte 2.18.3-2libraries for nautilus components 
ii  liborbit21:2.14.7-0.1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2 2.14.3-4library for GNOME 2 panel applets
ii  libpango1.0-01.16.5-1Layout and rendering of internatio
ii  libpng12-0   1.2.15~beta5-2  PNG library - runtime
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libslab0 0.9.8.svn.20070430-1+b1 beautification app library file
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libstartup-notif 0.9-1   library for program launch feedbac
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   2:1.1.2-1   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxklavier113.2-2   X Keyboard Extension high-level AP
ii  libxml2  2.6.29.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.2.1-1

Bug#150046: xxgdb and ptys

2007-08-25 Thread Francesco P. Lovergine
On Thu, Aug 23, 2007 at 09:32:37PM +0200, Gerfried Fuchs wrote:
> On Fri, Mar 19, 2004 at 02:35:46PM +0100, Francesco Paolo Lovergine wrote:
> > On Fri, Mar 19, 2004 at 01:28:03PM +0100, Bas Zoetekouw wrote:
> > > If it doesn't work and you can't fix it and upstream won't, then the
> > > package should be removed altogether.
> > 
> > Bah, devfs is not mandatory. There are situation where xxgdb could
> > anyway be useful as is.
> 
>  While this might had been true three years ago, it isn't anymore, due
> to udev.  I can just agree with Bas here - either this gets fixed,
> because on a current system it isn't useful at all if you don't grow
> your own kernels and ignore quite a lot of other stuff.
> 
> > I'll see if I could build up a suitable patch for that.
> 
>  Would be nice if you had done any efforts on that front...  Just
> tagging the bugreport upstream and doing nothing on it won't help the
> bug go away, I'm sorry.  :/
> 
>  So long,
> Rhonda

I was working on a unix pts patch some times ago, I had some issues with
forking and the strange mechanism used in xxgdb to open an independent
xterm, so a bit in stand-by on it... 

-- 
Francesco P. Lovergine


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



Bug#437525: The bug is about the kernel warning

2007-08-25 Thread Nelson Castillo
Steinar,

The bug I reported is about the kernel message that is printed
all the times (it doesn't depend on portmap being bound to the loopback
address).

The message suggests something wrong I couldn't track down.

I got it in 2 installations. If it cannot be reproduced, perhaps I did something
else wrong.

Regards,
Nelson.-

-- 
http://arhuaco.org


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



Bug#431608: g++-4.2: Abysmal performance compiling python-qt3

2007-08-25 Thread Daniel Schepler
On Wednesday 25 July 2007 11:22:13 am Matthias Klose wrote:
> Daniel Schepler writes:
> > It looks like the original bug message didn't get forwarded to
> > debian-gcc, possibly because it included a large preprocessed source
> > file.  So I'm sending this followup to call attention to the bug report.
> >
> > Briefly, g++-4.2 is taking over 20 minutes to compile a source file from
> > python-qt3 (and I don't actually know whether it ever finishes), where
> > g++-4.1 takes under 2 minutes.
>
> please could you recheck with gcc-snapshot (and attach the
> preprocessed source)?

The latest gcc-snapshot seems quite a bit better, but still much slower than
g++-4.1:

frobnitz:/tmp/buildd/python-qt3-3.17.3/build-2.4/qt# time g++-4.1 -c -O2 -pipe 
-fPIC -g -Wall -W -D_REENTRANT -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.5 
-I/usr/share/qt3/mkspecs/default -I/usr/share/qt3/include -I/usr/X11R6/include 
-o sipqtpart0.o sipqtpart0.cpp

real0m46.583s
user0m43.527s
sys 0m1.052s
frobnitz:/tmp/buildd/python-qt3-3.17.3/build-2.4/qt# time g++-4.2 -c -O2 -pipe 
-fPIC -g -Wall -W -D_REENTRANT -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.5 
-I/usr/share/qt3/mkspecs/default -I/usr/share/qt3/include -I/usr/X11R6/include 
-o sipqtpart0.o sipqtpart0.cpp

real58m56.571s
user50m55.711s
sys 7m43.485s
frobnitz:/tmp/buildd/python-qt3-3.17.3/build-2.4/qt# time 
/usr/lib/gcc-snapshot/bin/g++ -c -O2 -pipe -fPIC -g -Wall -W -D_REENTRANT 
-DQT_THREAD_SUPPORT -I. -I/usr/include/python2.5 
-I/usr/share/qt3/mkspecs/default -I/usr/share/qt3/include -I/usr/X11R6/include 
-o sipqtpart0.o sipqtpart0.cpp
In file included from /tmp/buildd/python-qt3-3.17.3/sip/qt/qimage.sip:139:
/usr/share/qt3/include/qimage.h: In member function 'bool 
QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/share/qt3/include/qimage.h:58: warning: suggest parentheses around && 
within ||
/tmp/buildd/python-qt3-3.17.3/sip/qt/qtabbar.sip: In function 'PyObject* 
meth_QTabBar_tabList(PyObject*, PyObject*)':
/tmp/buildd/python-qt3-3.17.3/sip/qt/qtabbar.sip:255: warning: suggest explicit 
braces to avoid ambiguous 'else'

real8m47.002s
user8m37.520s
sys 0m2.244s

I'll attach the preprocessed source using gcc-snapshot 20070811 in a separate
message.
-- 
Daniel Schepler


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



Bug#439205: texlive-latex-base: upgrading package fails

2007-08-25 Thread Norbert Preining
On Don, 23 Aug 2007, Bernd Zeimetz wrote:
> > Yes, the fix is already committed to our svn depot. Stupid me checked
> > only upgrades from tetex/testing and forgot that texlive 2005 does
> > something different.

The fix works for all the other cases (modes.mf etc).

> Setting up texlive-base-bin (2007-13) ...
> sed: -e expression #1, char 25: unterminated `s' command
> dpkg: error processing texlive-base-bin (--configure):
>  subprocess post-installation script returned error exit status 1

This is strange. I have tested the sed expression even in real life
installations several times.

What is your shell, dash by chance?

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
BLEAN
Scientific measure of luminosity : 1 glimmer = 100,000
bleans. Usherettes' torches are designed to produce between 2.5 and 4
bleans, enabling them to assist you in falling downstairs, treading on
people or putting your hand into a Neapolitan tub when reaching for
change.
--- Douglas Adams, The Meaning of Liff


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



Bug#399204: bug still present in 0.2.2

2007-08-25 Thread Paolo Cavallini
The bug is still present in the new version of the package.
This puzzles me, as it seems to have been been fixed upstream since long
(see previous reports).
-- 
Paolo Cavallini, see: http://www.faunalia.it/pc



signature.asc
Description: OpenPGP digital signature


Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found

2007-08-25 Thread Ana Guerrero
On Mon, Aug 06, 2007 at 10:29:29PM +0200, Lucas Nussbaum wrote:
> reopen 433739
> found 433739 5.99.2
> thanks
> 
> On 29/07/07 at 05:58 +0200, Cyril Brulebois wrote:
> > tag 433739 patch
> > thanks
> > 
> > Michael Ablassmeier <[EMAIL PROTECTED]> (19/07/2007):
> > >  > mv offlineimap.html manual.html
> > >  > man -t -l offlineimap.1 > manual.ps
> > >  > /bin/bash: man: command not found
> > 
> > It looks like this is actually no longer a problem, the FTBFS is now
> > caused by a missing ps2pdf. Build-Depending additionally on gs or
> > gs-common solves this; tagging accordingly.
> 
> Hi,
> 
> I'm sorry, but I'm still able to reproduce the original problem:
> 
> docbook2html -u offlineimap.sgml
> Using catalogs: /etc/sgml/catalog
> Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
> Working on: /build/user/offlineimap-5.99.2/offlineimap.sgml
> Done.
> mv offlineimap.html manual.html
> man -t -l offlineimap.1 > manual.ps
> /bin/bash: man: command not found
> make[1]: *** [doc] Error 127
> make[1]: Leaving directory `/build/user/offlineimap-5.99.2'
> make: *** [build-stamp] Error 2


I have found something interesting here.
It builds fine for me on AMD64. But I'm using cowbuilder and it already
has man-db (package that provides man) installed by default.

Removing man-db from the cowbuilder enviroment, i can reproduce the problem.

So, adding a b-d on man-db solves this problem, but on the other hand, i wonder
whether this is a problem with cowbuilder.


Ana


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



Bug#439507: lua-zip: FTBFS: ./zip.so: undefined symbol: zzip_dir_open

2007-08-25 Thread Lucas Nussbaum
Package: lua-zip
version: 1.2.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/lua-zip-1.2.3'
ln -s tests/a tests/a2 tests/a3.ext3 tests/a3.zip .
ln -s tests/luazip.zip .
pre-test-hook
pre-lua-dynamic-test-hook
** lua dynamic **
lua5.1 -l zip tests/test_zip.lua
lua5.1: error loading module 'zip' from file './zip.so':
./zip.so: undefined symbol: zzip_dir_open
make[2]: *** [test-lua-dynamic-real] Error 1
make[2]: Leaving directory `/build/user/lua-zip-1.2.3'
make[1]: *** [test] Error 1
make[1]: Leaving directory `/build/user/lua-zip-1.2.3'
make: *** [debian/stamp-makefile-check] Error 2

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

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#439506: grass: FTBFS: configure: error: *** Unable to locate GLwM includes.

2007-08-25 Thread Lucas Nussbaum
Package: grass
version: 6.2.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 sql.h... yes
checking for location of ODBC library... 
checking for SQLConnect in -lodbc... yes
checking whether to use FFTW... yes
checking for location of FFTW includes... 
checking for fftw3.h... yes
checking for location of FFTW library... 
checking for fftw_execute in -lfftw3... yes
checking whether to use BLAS... no
checking whether to use LAPACK... no
checking whether to use Motif... yes
checking for location of Motif includes... 
checking for Xm/Xm.h... yes
checking for location of Motif library... 
checking for XmStringCreate in -lXm... yes
checking whether to use GLw... yes
checking for location of GLw includes... 
checking for GL/GLwMDrawA.h... no
checking for X11/GLw/GLwMDrawA.h... no
configure: error: *** Unable to locate GLwM includes.
make: *** [config-stamp] Error 1

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

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#439205: texlive-latex-base: upgrading package fails

2007-08-25 Thread Bernd Zeimetz
Hi,
>> Setting up texlive-base-bin (2007-13) ...
>> sed: -e expression #1, char 25: unterminated `s' command
>> dpkg: error processing texlive-base-bin (--configure):
>>  subprocess post-installation script returned error exit status 1
>> 
>
> This is strange. I have tested the sed expression even in real life
> installations several times.
>
> What is your shell, dash by chance?
>
>   

I'm at the froscon at the moment and can't test it at the machine where
the error happened, but I'm pretty sure I'm using dash as sh.

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 



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



Bug#439494: cvs2html: FTBFS: unmet b-dep grep-dctrl (>= 1.1)

2007-08-25 Thread Lucas Nussbaum
Package: cvs2html
version: 1.96-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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-Indep: grep-dctrl (>= 1.1)
Checking for already installed source dependencies...
grep-dctrl: missing
Default version of grep-dctrl not sufficient, no suitable version found. 
Skipping for now, maybe there are alternatives.
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Note, selecting dctrl-tools instead of grep-dctrl
The following NEW packages will be installed:
  dctrl-tools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 102kB of archives.
After unpacking 356kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  dctrl-tools
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main dctrl-tools 2.11 [102kB]
Fetched 102kB in 0s (0B/s)
Selecting previously deselected package dctrl-tools.
(Reading database ... 9666 files and directories currently installed.)
Unpacking dctrl-tools (from .../dctrl-tools_2.11_i386.deb) ...
Setting up dctrl-tools (2.11) ...
Checking correctness of source dependencies...
Kernel: Linux 2.6.18-3-amd64 i386 (x86_64)
Toolchain package versions: libc6-dev_2.6.1-1 linux-libc-dev_2.6.22-3 
gcc-4.1_4.1.2-15 g++-4.1_4.1.2-15 binutils_2.18~cvs20070812-1 
libstdc++6-4.1-dev_4.1.2-15 libstdc++6_4.2.1-4
--
gpg: Signature made Tue Jul 15 15:28:28 2003 CEST using DSA key ID 25BCD5BF
gpg: Can't check signature: public key not found
dpkg-source: extracting cvs2html in cvs2html-1.96
dpkg-source: unpacking cvs2html_1.96.orig.tar.gz
dpkg-source: applying ./cvs2html_1.96-1.diff.gz
dpkg-buildpackage: source package is cvs2html
dpkg-buildpackage: source version is 1.96-1
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.96-1
dpkg-checkbuilddeps: Unmet build dependencies: grep-dctrl (>= 1.1)
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)

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

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#439501: libgtk-java: FTBFS: Exception in thread "main" java.lang.NullPointerException

2007-08-25 Thread Lucas Nussbaum
Package: libgtk-java
version: 2.10.2-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
WARNING: Error while loading class BufferedReader
WARNING: Error while loading class Reader
WARNING: Error while loading class Serializable
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Building cross-reference information...
Writing overview files...
Writing full tree...
Writing index...
Writing HTML files for package org.gnu.atk
Writing HTML files for package org.gnu.gdk
Exception in thread "main" java.lang.NullPointerException
*** Got java.lang.NullPointerException while trying to print stack trace.
make[1]: *** [doc-stamp] Error 1
make[1]: Leaving directory `/build/user/libgtk-java-2.10.2'
make: *** [common-post-build-indep] Error 2

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

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#439505: libcommons-lang-java: FTBFS: Exception in thread "main" java.lang.NullPointerException

2007-08-25 Thread Lucas Nussbaum
Package: libcommons-lang-java
version: 2.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
WARNING:   ^
WARNING: Illegal character in file 
src/java/org/apache/commons/lang/Entities.java, line 149, column 29
WARNING: {"thorn", "254"}, // ~ - lowercase thorn, Icelandic
WARNING:  ^
WARNING: Illegal character in file 
src/java/org/apache/commons/lang/Entities.java, line 150, column 28
WARNING: {"yuml", "255"}, //  - lowercase y, umlaut
WARNING: ^
Loading classes for package org.apache.commons.lang.builder...
Loading classes for package org.apache.commons.lang.enum...
Loading classes for package org.apache.commons.lang.exception...
Loading classes for package org.apache.commons.lang.math...
Loading classes for package org.apache.commons.lang.time...
Constructing Javadoc information...
WARNING: Cannot locate class java.lang.Object referenced in class 
org.apache.commons.lang.ArrayUtils
WARNING: Error while loading class Array
WARNING: Error while loading class HashMap
WARNING: Error while loading class Map
WARNING: Error while loading class UnsupportedEncodingException
WARNING: Error while loading class Serializable
WARNING: Error while loading class HashSet
WARNING: Error while loading class Iterator
WARNING: Error while loading class Set
WARNING: Error while loading class Method
WARNING: Error while loading class Modifier
WARNING: Error while loading class ArrayList
WARNING: Error while loading class List
WARNING: Error while loading class IOException
WARNING: Error while loading class StringWriter
WARNING: Error while loading class Writer
WARNING: Error while loading class TreeMap
WARNING: Cannot locate class IllegalArgumentException referenced in class 
org.apache.commons.lang.IllegalClassException
WARNING: Error while loading class Arrays
WARNING: Error while loading class Collections
WARNING: Error while loading class Locale
WARNING: Cannot locate class UnsupportedOperationException referenced in class 
org.apache.commons.lang.NotImplementedException
WARNING: Error while loading class PrintStream
WARNING: Error while loading class PrintWriter
WARNING: Error while loading class BigDecimal
WARNING: Error while loading class BigInteger
WARNING: Error while loading class Random
WARNING: Error while loading class ByteArrayInputStream
WARNING: Error while loading class ByteArrayOutputStream
WARNING: Error while loading class InputStream
WARNING: Error while loading class ObjectInputStream
WARNING: Error while loading class ObjectOutputStream
WARNING: Error while loading class OutputStream
WARNING: Error while loading class Collection
WARNING: Error while loading class File
WARNING: Error while loading class AccessibleObject
WARNING: Error while loading class Field
WARNING: Error while loading class Comparator
WARNING: Error while loading class InvocationTargetException
WARNING: Error while loading class WeakHashMap
WARNING: Error while loading class SQLException
WARNING: Error while loading class StringTokenizer
WARNING: Cannot locate class Error referenced in class 
org.apache.commons.lang.exception.NestableError
WARNING: Cannot locate class Exception referenced in class 
org.apache.commons.lang.exception.NestableException
WARNING: Cannot locate class RuntimeException referenced in class 
org.apache.commons.lang.exception.NestableRuntimeException
WARNING: Cannot locate class Number referenced in class 
org.apache.commons.lang.math.Fraction
WARNING: Error while loading class Date
WARNING: Error while loading class TimeZone
WARNING: Error while loading class ParseException
WARNING: Error while loading class ParsePosition
WARNING: Error while loading class SimpleDateFormat
WARNING: Error while loading class Calendar
WARNING: Error while loading class NoSuchElementException
WARNING: Error while loading class GregorianCalendar
WARNING: Error while loading class DateFormat
WARNING: Error while loading class DateFormatSymbols
WARNING: Error while loading class FieldPosition
WARNING: Error while loading class Format
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROTECTED], text=, tagMap=null]
Null tags for [EMAIL PROT

Bug#439504: pykdeextensions: FTBFS: ImportError: No module named pyqtconfig

2007-08-25 Thread Lucas Nussbaum
Package: pykdeextensions
version: 0.4.0-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/pykdeextensions-0.4.0'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/build/user/pykdeextensions-0.4.0'
cd . && python2.4 setup.py build 
--build-base="/build/user/pykdeextensions-0.4.0/./build"
Traceback (most recent call last):
  File "setup.py", line 26, in ?
import kdedistutils
  File "src/kdedistutils.py", line 34, in ?
import qtuicompiler
  File "src/qtuicompiler.py", line 20, in ?
import pyqtconfig
ImportError: No module named pyqtconfig
make: *** [python-build-stamp-2.4] Error 1

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

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#439492: gfpoken: FTBFS: /usr/bin/install: cannot stat `./png/gfpoken.png': No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: gfpoken
version: 0.29-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/gfpoken-0.29'
test -z "/usr/games" || mkdir -p -- 
"/build/user/gfpoken-0.29/debian/tmp/usr/games"
  /usr/bin/install -c 'gfpoken' 
'/build/user/gfpoken-0.29/debian/tmp/usr/games/gfpoken'
./art/mktiles
test -z "/usr/share/pixmaps" || mkdir -p -- 
"/build/user/gfpoken-0.29/debian/tmp/usr/share/pixmaps"
 /usr/bin/install -c -m 644 './png/gfpoken.png' 
'/build/user/gfpoken-0.29/debian/tmp/usr/share/pixmaps/gfpoken.png'
/usr/bin/install: cannot stat `./png/gfpoken.png': No such file or directory
make[2]: *** [install-appiconDATA] Error 1
make[2]: Leaving directory `/build/user/gfpoken-0.29'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/build/user/gfpoken-0.29'
make: *** [install-stamp] Error 2

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

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#439497: sfftobmp: FTBFS: /usr/bin/ld: cannot find -lboost_filesystem-st

2007-08-25 Thread Lucas Nussbaum
Package: sfftobmp
version: 3.0-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
g++  -g -O2   -o sfftobmp  my_getopt.o cmdline.o codes.o common.o decoder.o 
input.o main.o output.o -ltiff -ljpeg -lboost_filesystem-st 
/usr/bin/ld: cannot find -lboost_filesystem-st
collect2: ld returned 1 exit status
make[3]: *** [sfftobmp] Error 1
make[3]: Leaving directory `/build/user/sfftobmp-3.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/build/user/sfftobmp-3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/user/sfftobmp-3.0'
make: *** [build-stamp] Error 2

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

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#439499: libcsv-java: FTBFS: Exception in thread "main" java.lang.NullPointerException

2007-08-25 Thread Lucas Nussbaum
Package: libcsv-java
version: 2.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 libcsv-java in libcsv-java_2.0-1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
mkdir -p doc build
/usr/lib/jvm/java-gcj/bin/javac -d build -g src/com/csvreader/*java
(cd build; fastjar cf ../javacsv.jar com)
touch build-stamp
 /usr/bin/fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs
# Add here commands to install the package into debian/tmp
mkdir -p /build/user/libcsv-java-2.0/debian/libcsv-java/usr/share/java
install -m644 javacsv.jar 
/build/user/libcsv-java-2.0/debian/libcsv-java/usr/share/java/csv-2.0.jar
ln -sf csv-2.0.jar 
/build/user/libcsv-java-2.0/debian/libcsv-java/usr/share/java/csv.jar 
dh_testdir
dh_testroot
dh_javadoc --sourcedir=src com.csvreader
Loading classes for package com.csvreader...
Constructing Javadoc information...
WARNING: Cannot locate class java.lang.Object referenced in class 
com.csvreader.CsvReader.ComplexEscape
WARNING: Error while loading class BufferedReader
WARNING: Error while loading class File
WARNING: Error while loading class FileInputStream
WARNING: Error while loading class FileNotFoundException
WARNING: Error while loading class IOException
WARNING: Error while loading class InputStream
WARNING: Error while loading class InputStreamReader
WARNING: Error while loading class Reader
WARNING: Error while loading class StringReader
WARNING: Error while loading class Charset
WARNING: Error while loading class NumberFormat
WARNING: Error while loading class HashMap
WARNING: Error while loading class FileOutputStream
WARNING: Error while loading class OutputStream
WARNING: Error while loading class OutputStreamWriter
WARNING: Error while loading class PrintWriter
WARNING: Error while loading class Writer
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Building cross-reference information...
Writing overview files...
Writing index...
Writing HTML files for package com.csvreader
Exception in thread "main" java.lang.NullPointerException
*** Got java.lang.NullPointerException while trying to print stack trace.
dh_javadoc: command returned error code 256
make: *** [binary-indep] Error 1

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

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#439493: g-wrap: FTBFS: 4 of 4 tests failed

2007-08-25 Thread Lucas Nussbaum
Package: g-wrap
version: 1.9.6-3.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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[4]: Entering directory `/build/user/g-wrap-1.9.6/guile/test'
/bin/sh: line 4:  7337 Segmentation fault  ${dir}$tst
FAIL: test-standard
/bin/sh: line 4:  7342 Segmentation fault  ${dir}$tst
FAIL: test-enumeration
/bin/sh: line 4:  7347 Segmentation fault  ${dir}$tst
FAIL: test-wct
/bin/sh: line 4:  7352 Segmentation fault  ${dir}$tst
FAIL: test-compat
===
4 of 4 tests failed
===
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/build/user/g-wrap-1.9.6/guile/test'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/build/user/g-wrap-1.9.6/guile/test'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/build/user/g-wrap-1.9.6/guile'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/build/user/g-wrap-1.9.6'
make: *** [debian/stamp-makefile-check] Error 2

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

Note that I reproduced the problem on a different system: memory errors
are not the source here.

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#439500: gutenprint: FTBFS: cp: cannot stat `./debian/install/usr/lib/gimp/2.0/plug-ins/print': No such file or directory

2007-08-25 Thread Lucas Nussbaum
Package: gutenprint
version: 5.0.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/gutenprint-5.0.1/debian/build'
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/gutenprint-5.0.1/debian/build'
make[2]: Leaving directory `/build/user/gutenprint-5.0.1/debian/build'
make[1]: Leaving directory `/build/user/gutenprint-5.0.1/debian/build'
dh_install
cp: cannot stat `./debian/install/usr/lib/gimp/2.0/plug-ins/print': No such 
file or directory
dh_install: command returned error code 256
make: *** [install] Error 1

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

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#439496: swing-layout: FTBFS: unzip: command not found

2007-08-25 Thread Lucas Nussbaum
Package: swing-layout
version: 1.0.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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 swing-layout in swing-layout_1.0.2-1.dsc
 debian/rules build
/usr/share/cdbs/1/rules/buildcore.mk:68: parsing swing-layout-1.0.2-src.zip ...
Parsing swing-layout-1.0.2-src.zip...
/bin/sh: unzip: command not found
test -x debian/rules
mkdir -p "build-tree/swing-layout-1.0.2"
unzip swing-layout-1.0.2-src.zip -d build-tree
make: unzip: Command not found
make: *** [debian/stamp-swing-layout-1.0.2-src.zip] Error 127

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

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#439495: maint-guide: FTBFS: debiandoc2latexps: ERROR: maint-guide.ko.dvi could not be generated properly

2007-08-25 Thread Lucas Nussbaum
Package: maint-guide
version: 1.2.11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
debiandoc2latexps -v -l de maint-guide.de.sgml
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./maint-guide.de.tex
LaTeX2e <2005/12/01>
Babel  and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, croatian, bulgarian, russian, ukrainian, czech, slovak, danish, dut
ch, finnish, finnish, french, basque, french, german, ngerman, german, ngerman,
 greek, monogreek, ancientgreek, ibycus, hungarian, hungarian, italian, italian
, latin, latin, mongolian, mongolian, norsk, norsk, coptic, esperanto, estonian
, icelandic, indonesian, interlingua, romanian, serbian, slovenian, turkish, up
persorbian, welsh, polish, polish, portuguese, portuguese, spanish, catalan, ga
lician, spanish, catalan, galician, swedish, swedish, pinyin, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk11.clo))
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/latin1.def))
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def))
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/pifont.sty
(/usr/share/texmf-texlive/tex/latex/psnfss/upzd.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/upsy.fd))
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))
(/usr/share/texmf-texlive/tex/latex/wasysym/wasysym.sty)
(/usr/share/texmf-texlive/tex/generic/babel/babel.sty
(/usr/share/texmf-texlive/tex/generic/babel/ngermanb.ldf
(/usr/share/texmf-texlive/tex/generic/babel/babel.def)))
(/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty))
(/usr/share/texmf-texlive/tex/latex/psnfss/palatino.sty)
(/usr/share/texmf-texlive/tex/latex/vmargin/vmargin.sty
Package: vmargin 2004/07/15 V2.5 set document margins (VK)
) (/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf-texlive/tex/latex/paralist/paralist.sty)
(/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
(/usr/share/texmf-texlive/tex/latex/footmisc/footmisc.sty)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf-texlive/tex/latex/tools/varioref.sty)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def)
(/etc/texmf/tex/latex/config/hyperref.cfg)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty)
Implicit mode ON; LaTeX internals redefined
)
*hyperref using driver hypertex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hypertex.def)
(/usr/share/texmf-texlive/tex/latex/tools/xspace.sty)
No file maint-guide.de.aux.
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1ppl.fd)
(/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty))
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd)
(/usr/share/texmf-texlive/tex/latex/wasysym/uwasy.fd) [1]
(/usr/share/texmf-texlive/tex/latex/psnfss/ts1ppl.fd) [2] [1] [2]
Kapitel 1.
[1] [2]
Kapitel 2.
[3] [4] [5] [6]
Kapitel 3.
[7]
Underfull \hbox (badness 1478) in paragraph at lines 510--515
\T1/ppl/m/n/10.95 pro-gramm-s-pe-zi-fi-sche Pro-ble-me fra-gen kann, ver-su-che
n Sie al-so nicht, un-ge-pfleg-
[8] [9] [10]
Kapitel 4.
[11]
Underfull \hbox (badness 1205) in paragraph at lines 777--782
[]\T1/ppl/m/n/10.95 Eine ge-naue-re Be-schrei-bung der In-stal-la-ti-ons-ver-ze
ich-nis-se f�r Bin�r-Dateien, Icons und
[12] [13] [14]
Kapitel 5.
[15]
Overfull \hbox (19.43132pt too wide) in paragraph at lines 1011--1011
[]   \T1/pcr/m/n/10.95 # or make instead of ./configure, if the package doesn't
 use autoconf[] 

Overfull \hbox (12.86133pt too wide) in paragraph at lines 1015--1015
[]   \T1/pcr/m/n/10.95 grep -v "^\(/tmp\|/dev\|/proc\)" ) 2
>/dev/null|\[] 
[16]
Overfull \hbox (26.00131pt too wide) in paragraph at lines 1018--1018
[]   \T1/pcr/m/n/10.95 echo -n "$x (>=" `dpkg -s $x|grep ^Version|cut -f2 -
d":"` "), "; \[] 
[17]
Underfull \hbox (badness 3148) in paragraph at lines 1124--1130
[]\T1/ppl/m/n/10.95 F�r ei-ni-ge Pa-ketar-ten mit meh-re-ren Al-ter-na-ti-ven w
ur-den sog. ``vir-tu-al na-mes''

Underfull \hbox (badness 1552) in paragraph at lines 1124--1130
\T1/ppl/m/n/10.95 ein-ge-f�hrt. Die voll-st�n-di-ge Lis-te die-ser vir-tu-el-le
n Pa-ke-te fin-den Sie in der Da-
[18]
Overfull \hbox (65.42126pt too wide) in paragraph at lines 1196--1196
[]   \T1/pcr/m/n/10.95 5  Build-Depends: debhelper(>> 3.0.0),xlibs-dev,libgtk1.
2-dev,libglib1.2-dev[] 

Overfull \hbox (

Bug#439502: libfreemarker-java: FTBFS: error: Class -verbose not found in classpath

2007-08-25 Thread Lucas Nussbaum
Package: libfreemarker-java
version: 2.3.10-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 [rmic] 
'/build/user/libfreemarker-java-2.3.10/build/classes:/usr/share/java/servlet-2.3.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/share/java/dom4j.jar:/usr/share/java/jaxen.jar:/usr/share/java/jdom0.jar:/usr/share/java/js.jar:/usr/share/java/jsp-api-2.0.jar:/usr/share/java/junit.jar:/usr/share/java/jython.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/logkit.jar:/usr/share/java/xercesImpl.jar:/usr/lib/kaffe/lib/tools.jar'
 [rmic] '-v1.2'
 [rmic] 'freemarker.debug.impl.RmiDebugModelImpl'
 [rmic] 'freemarker.debug.impl.RmiDebuggedEnvironmentImpl'
 [rmic] 'freemarker.debug.impl.RmiDebuggerImpl'
 [rmic] 'freemarker.debug.impl.RmiDebuggerListenerImpl'
 [rmic] '-verbose'
 [rmic] 
 [rmic] The ' characters around the executable and arguments are
 [rmic] not part of the command.
 [rmic] error: Class -verbose not found in classpath

BUILD FAILED
/build/user/libfreemarker-java-2.3.10/build.xml:362: Rmic failed; see the 
compiler error output for details.

Total time: 26 seconds
make: *** [debian/stamp-ant-build] Error 1

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

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#439503: libsaxon-java: FTBFS: Exception in thread "main" java.lang.NullPointerException

2007-08-25 Thread Lucas Nussbaum
Package: libsaxon-java
version: 1:6.5.5-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
WARNING: Error while loading class Element
WARNING: Error while loading class ProcessingInstruction
WARNING: Error while loading class EventListener
WARNING: Error while loading class NamedNodeMap
WARNING: Cannot locate class DOMException referenced in class 
com.icl.saxon.tree.DOMExceptionImpl
WARNING: Error while loading class Text
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Building cross-reference information...
Writing overview files...
Writing full tree...
Writing index...
Writing HTML files for package com.icl.saxon
Exception in thread "main" java.lang.NullPointerException
*** Got java.lang.NullPointerException while trying to print stack trace.
make: *** [build-stamp] Error 1

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

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#439498: kde-guidance: FTBFS: ImportError: No module named pyqtconfig

2007-08-25 Thread Lucas Nussbaum
Package: kde-guidance
version: 0.8.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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/kde-guidance-0.8.0'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/build/user/kde-guidance-0.8.0'
cd . && python2.4 setup.py build 
--build-base="/build/user/kde-guidance-0.8.0/./build"
Traceback (most recent call last):
  File "setup.py", line 19, in ?
import kdedistutils
  File "/var/lib/python-support/python2.4/kdedistutils.py", line 34, in ?
import qtuicompiler
  File "/var/lib/python-support/python2.4/qtuicompiler.py", line 20, in ?
import pyqtconfig
ImportError: No module named pyqtconfig
make: *** [python-build-stamp-2.4] Error 1

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

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#438551: xdvi doesn't work

2007-08-25 Thread Norbert Preining
On Son, 19 Aug 2007, Andreas Degert wrote:
> On Sat, 18 Aug 2007 13:36:22 +0200
> xdvi_alternatives () {
>   LANG=C update-alternatives --display xdvi.bin  | grep -q "$1"
> }
> if xdvi_alternatives "status is manual"; then
>  if xdvi_alternatives "link currently points to /usr/bin/xdvi.real"; then

Thanks, installed this code. Should occur in the next upload.

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
SKEGNESS (n.)
Nose excreta of a malleable consistency.
--- Douglas Adams, The Meaning of Liff


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



Bug#439508: lintian: Various updates for the debconf writing style checks

2007-08-25 Thread Thomas Huriaux
Package: lintian
Version: 1.23.34
Severity: wishlist
Tags: patch

Hi,

Attached is a patch to improve the debconf writing style checks:

>+  if ($template->{choices} =~ /^\s*(yes\s*,\s*no|no\s*,\s*yes)\s*$/i) {
>+  tag "select-with-boolean-choices", "$template->{template}";
>+  }

New check to avoid select templates with only a yes/no choice.

>-  if ($short && $short !~ m/:$/) {
>+  if ($short && ($short !~ m/:$/ || $short =~ 
>m/^(what|who|when|where|which|how)/i)) {
>   tag "malformed-prompt-in-templates", $template->{template};
>   }

Some maintainers, when seeing the malformed-prompt-in-templates, just
replace the question mark by a colon. This fix should catch most of
them.

>-  if (defined ($extended) && $extended =~ /\?/) {
>-  tag "using-question-in-extended-description-in-templates", 
>$template->{template};
>-  }
>+  }
>+  if (defined ($extended) && $extended =~ /\?/) {
>+  tag "using-question-in-extended-description-in-templates", 
>$template->{template};
>   }

See
http://cvs.debian.org/ddp/manuals.sgml/developers-reference/developers-reference.sgml?root=debian-doc&r1=1.324&r2=1.325

> if (defined $template->{description}) {
>-if ($template->{description} =~ 
>/(\A|\s)(I|[Mm]y|[Ww]e|[Oo]ur|[Oo]urs|mine|myself|ourself|me|us) /) {
>+if ($template->{description} =~ 
>/(\A|\s)(I|[Mm]y|[Ww]e|[Oo]ur|[Oo]urs|mine|myself|ourself|me|us)(\Z|\s)/) {
> tag "using-first-person-in-templates", $template->{template};
> }
>-if ($template->{description} =~ /[ \'\"]([Yy]es)[ \'\",.]/) {
>-tag "making-assumptions-about-interfaces-in-templates", 
>$template->{template};
>+if ($template->{description} =~ /[ \'\"](yes[ 
>\'\",;.]|no[\'\",;.])/i) {
>+tag "making-assumptions-about-interfaces-in-templates", 
>$template->{template} if ($type eq 'boolean');
> }
> }

Minor improvements.

Cheers,

-- 
Thomas Huriaux
--- /usr/share/lintian/checks/debconf.desc	2007-04-28 06:36:33.0 +0200
+++ debconf.desc	2007-08-25 11:26:11.0 +0200
@@ -290,3 +290,9 @@
  needed (e.g. "welcome" notes). Changing the templates type to "error"
  can also be appropriate, such as for input validation errors.
 Ref: policy 3.9.1
+
+Tag: select-with-boolean-choices
+Type: warning
+Info: Select templates with yes/no choices should use the boolean
+ type.
+Ref: debconf-devel(7)
--- /usr/share/lintian/checks/debconf	2007-04-28 06:09:29.0 +0200
+++ debconf	2007-08-25 11:26:00.0 +0200
@@ -215,6 +215,9 @@
 		}
 	}
 	}
+	if ($template->{choices} =~ /^\s*(yes\s*,\s*no|no\s*,\s*yes)\s*$/i) {
+	tag "select-with-boolean-choices", "$template->{template}";
+	}
 }
 
 if ($isselect and not exists $template->{choices}) {
@@ -280,7 +283,7 @@
 unless ($short =~ /for internal use/i) {
 	my $isprompt = grep { $_ eq $type } qw(string select password multiselect);
 	if ($isprompt) {
-	if ($short && $short !~ m/:$/) {
+	if ($short && ($short !~ m/:$/ || $short =~ m/^(what|who|when|where|which|how)/i)) {
 		tag "malformed-prompt-in-templates", $template->{template};
 	}
 	if ($short =~ /^(Please|Cho+se|Enter|Select|Specify|Give)/) {
@@ -291,9 +294,9 @@
 	if ($short !~ /\?/) {
 		tag "malformed-question-in-templates", $template->{template};
 	}
-	if (defined ($extended) && $extended =~ /\?/) {
-		tag "using-question-in-extended-description-in-templates", $template->{template};
-	}
+	}
+	if (defined ($extended) && $extended =~ /\?/) {
+	tag "using-question-in-extended-description-in-templates", $template->{template};
 	}
 	if ($type eq 'note') {
 	if ($short =~ /[.?;:]$/) {
@@ -304,11 +307,11 @@
 	tag "too-long-short-description-in-templates", $template->{template};
 	}
 if (defined $template->{description}) {
-if ($template->{description} =~ /(\A|\s)(I|[Mm]y|[Ww]e|[Oo]ur|[Oo]urs|mine|myself|ourself|me|us) /) {
+if ($template->{description} =~ /(\A|\s)(I|[Mm]y|[Ww]e|[Oo]ur|[Oo]urs|mine|myself|ourself|me|us)(\Z|\s)/) {
 tag "using-first-person-in-templates", $template->{template};
 }
-if ($template->{description} =~ /[ \'\"]([Yy]es)[ \'\",.]/) {
-tag "making-assumptions-about-interfaces-in-templates", $template->{template};
+if ($template->{description} =~ /[ \'\"](yes[ \'\",;.]|no[\'\",;.])/i) {
+tag "making-assumptions-about-interfaces-in-templates", $template->{template} if ($type eq 'boolean');
 }
 }
 


Bug#439509: gimp: crashes with a segmentation fault when loading

2007-08-25 Thread Alexis Lamiable
Package: gimp
Version: 2.4.0~rc1-4
Severity: grave
Justification: renders package unusable


Gimp doesn't launch, but crashes with a segmentation fault instead. At
first, I suspected that my libkgtk2.0 packages from experimental were the
cause of the crash, so I downgraded to the unstable packages, without
success. Thet I downloaded the source package and build it, but the crash
still happens.

Error message:
(script-fu:15308): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
error

Here is the output of GDB:
Starting program: /usr/bin/gimp 
[Thread debugging using libthread_db enabled]
[New Thread -1219848528 (LWP 15314)]
[New Thread -1221854320 (LWP 15317)]
[New Thread -1230247024 (LWP 15318)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1219848528 (LWP 15314)]
gimp_tool_options_editor_get_title (docked=0x8e2cb98)
at
/home/yusei/gimptmp/gimp-2.4.0~rc1/./app/widgets/gimptooloptionseditor.c:249
249   return g_strdup (tool_info->blurb);

(tool_info is null)

complete trace:
#0  gimp_tool_options_editor_get_title (docked=0x8e2cb98)
at
#/home/yusei/gimptmp/gimp-2.4.0~rc1/./app/widgets/gimptooloptionseditor.c:249
#1  0x0814d9fb in gimp_dockable_expose_event (widget=0x8ac0d08,
#event=0x9064720)
at /home/yusei/gimptmp/gimp-2.4.0~rc1/./app/widgets/gimpdockable.c:459
#2  0xb7c48c10 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#3  0x08ac0d08 in ?? ()
#4  0x09064720 in ?? ()
#5  0x08446f48 in ?? ()
#6  0xb79ca678 in ?? () from /usr/lib/libgobject-2.0.so.0
#7  0xbfdac9ac in ?? ()
#8  0x0844aa08 in ?? ()
#9  0xbfdac798 in ?? ()
#10 0xb7998f39 in ?? () from /usr/lib/libgobject-2.0.so.0
#11 0x0844aa08 in ?? ()
#12 0xbfdac8d0 in ?? ()
#13 0x0002 in ?? ()
#14 0xbfdac9ac in ?? ()
#15 0xbfdac8bc in ?? ()
#16 0x0814d7f0 in ?? () at
#/home/yusei/gimptmp/gimp-2.4.0~rc1/./app/widgets/gimpdockable.c:968
#17 0xb799a3db in g_closure_unref () from /usr/lib/libgobject-2.0.so.0
Backtrace stopped: previous frame inner to this frame (corrupt stack?)


(This is the output for the package I built from the source (debian) package,
but the error is the same as with the binary package.)

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

Kernel: Linux 2.6.21-1-686 (SMP w/2 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 gimp depends on:
ii  gimp-data   2.4.0~rc1-4  Data files for The GIMP
ii  libaa1  1.4p5-32 ascii art library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgimp2.0  2.4.0~rc1-4  Libraries necessary to run the GIM
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.16-6   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpango1.0-0   1.18.0-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpoppler-glib10.5.4-6.1PDF rendering library (GLib-based 
ii  librsvg2-2  2.18.0-1 SAX-based renderer library for SVG
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libwmf0.2-7 0.2.8.4-6Windows metafile conversion librar
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.6-3X11 pixmap library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages gimp recommends:
ii  gimp-libcurl

Bug#387703: Fwd: piklab debian package

2007-08-25 Thread Jan Wagemakers
Stefan von Halenbach schreef:

> Hi ! I would love to see Piklab integrated into the debian or ubuntu file 
> distribution system, but as Nicolas already said, i don't think that i am the 
> right person to do it. I am no developer and there are outstanding bugs with 
> the packaging of piklab, which i am unable to resolve.

I will try to fix the errors that lintian/linda find. However, building
piklab on my PC (750Mhz) takes a very long time. So, this is very
time-consuming for me. Also, I don't have experience with packaging
"complex" programs like piklab, so I'm not sure if I'm able to fix things.

Also, at the moment the original piklab-tarball contains a debian-directory,
which makes it more difficult to fix things. Nicolas, can you remove the
debian-directory in future releases of piklab? More info about this is
available in the debian-mentors_FAQ¹



[1] 
What's wrong with upstream shipping a debian/ directory?

There are cases where upstream ships a tarball which already contains a
debian directory. This is undesirable, even if you're upstream yourself or
can commit there. Keep the released tarballs (used as .orig.tar.gz) and the
debian directory separated.

The problem is that at some point, upstream's debian directory will deviate
from the one in the Debian package -- because the maintainer changes, the
directory was already outdated, or someone does an NMU or a security upload.
Because it was The .diff.gz will now be a diff between the two debian dirs,
which is very confusing.

The Debian package format is designed to keep upstream and Debian-specific
neatly separated into orig.tar.gz and .diff.gz. Putting the debian dir in
the .orig.tar.gz confuses this.

If upstream has a debian directory in their releases, you should contact
them and ask if they can remove the debian/ directory from their tarball
releases. There's no need to remove the debian directory from their revision
control system (although if it's out of date they may decide to do so
anyway), but at the very least the directory shouldn't appear in releases.
If you are upstream yourself, well, you can ask yourself to do it.

-- 
Met vriendelijke groetjes - Jan Wagemakers -

... I'm no missionary! I don't even believe in Jebus!--Homer Simpson


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



Bug#438376: mirror submission for ftp.is.co.za

2007-08-25 Thread Simon Paillard
On Wed, Aug 22, 2007 at 05:25:41PM +0200, Malcolm Chan wrote:
> Changes made as per below.
> 
> Have created /debian/ and /debian-cd/
> 
> I am using the anonftpsync for sync which connects to ftp.uk.debian.org for 
> debian
> and have changed rsync to ftp.us.debian.org for debian-cd
> 
> Currently it still rsync'ing will mail you once it has completed.
> 
> On Di, 21 Aug 2007, Simon Paillard wrote:
> > On Thu, Aug 16, 2007 at 12:59:54PM +, IS FTP Admin wrote:
> > > Site: ftp.is.co.za
> > 
> > Thanks for submitting your Debian mirror.
> > There are many details to fix before it can be included.
> > 
> > > Type: leaf
> > > Archive-ftp: /linux/distributions/debian/
> > 
> > * path :
> > /debian/ is also ok, and the more common path.
> > So if you are ok, this will be the path written in the list.
> > 
> > * outdated trace files :
> > ftp://ftp.is.co.za/debian/project/trace/
> > It is due to debian.mirror.ac.za that is not fresh.

Still the same, it seems the switch to ftp.uk.debian.org as your
upstream mirror is not effective (or your old script using
debian.mirror.ac.za is still running in parallel of anonftpsync).

> > * no local trace file :
> > There should be one named ftp.is.co.za in the trace directory (see the
> > Debian website which explains the method).

Please use ftp.is.co.za as the name for the local trace file, and not
storeroom.is.co.za

> > > Archive-architecture: alpha i386 ia64 powerpc sparc 
> > 
> > Not consistent with the content of
> > ftp://ftp.is.co.za/debian/dists/unstable/ nore the one of
> > ftp://ftp.is.co.za/debian/pool/main/i/iceweasel/

Same issue.
Can you tell what architectures do you mirror today ?
You can delete all files that are related to architectures you exclude
(both in /dists and /pool)

Regards,

-- 
Simon Paillard


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



Bug#439510: business-card print material to be distribted with signing-party?

2007-08-25 Thread Steffen Moeller
Package: signing-party
Version: 0.4.12-1
Severity: wishlist


Hello,

Christian <[EMAIL PROTECTED]> surprised me with his Debian 
business card from
http://www.debian.org/events/materials/business-cards/
while I ran around with the gpg-key2ps generated files
everywhere, which made much less of an impression to the
(non-debian) lesser geeks of us whom I kept explaining
what the web of trust is about. My 8 year old now asks
me from time to time about when I will make such nicer
ones, too :o)

Well, I have them now. But should not signing-party
offer something like gpg-key2bc to print the business card?
It could be some extra package because of the additional
material and the dependency on LaTeX. I'd volunteer to 
implement it.

Cheers,

Steffen

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

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

Versions of packages signing-party depends on:
ii  gnupg 1.4.6-2GNU privacy guard - a free PGP rep
ii  libgnupg-interface-perl   0.33-6 Perl interface to GnuPG
pi  libmailtools-perl 1.74-1 Manipulate email in perl programs
ii  libmime-perl  5.420-1Perl5 modules for MIME-compliant m
ii  libtext-template-perl 1.44-1.1   Text::Template perl module

Versions of packages signing-party recommends:
ii  dialog1.1-20070604-1 Displays user-friendly dialog boxe
ii  exim4 4.67-7 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail- 4.67-4 lightweight Exim MTA (v4) daemon
ii  libpaper-utils1.1.21 Library for handling paper charact
pi  libtext-iconv-perl1.4-3  converts between character sets in
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe

-- no debconf information


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



Bug#439077: Please bin-NMU glashctl and muse for liblash transition.

2007-08-25 Thread Daniel Kobras
Dear release team!

An intermittent upload of liblash2 (0.5.3-1) contained an incorrect
soname. This error was fixed in 0.5.3-2, but glashctl and muse had been
rebuilt in the meantime and picked up a bogus dependency on
liblash.so.1. A simple rebuild should get things straight. Could you
please schedule bin-NMUs on all archs for

glashctl/0.4.2-4
muse/0.8.1a-5

Other liblash2 rdepends should not be affected.

Thanks,

Daniel.



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



Bug#439442: acx100: diff for NMU version 20070101-1

2007-08-25 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stanislav Kogut wrote:
> Package: acx100
> Version: 20060521-3
> Severity: normal
> Tags: patch
> 
> Hi,
> 
Please, do not follow it. It's being adopted. It will solve in one or
two days.

Thanks for your work.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGz/+/NTNQylgICMQRAvhpAKC76H20W0TevHr2F42wZezHd8DlzQCgyqLu
k7uo2Ut2pClFavdrghXrENQ=
=igMx
-END PGP SIGNATURE-


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



Bug#439511: gimp: Fails to convert color space on open

2007-08-25 Thread Javier Kohen
Package: gimp
Version: 2.4.0~rc1-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When I open a file with an embedded color profile (Nikon sRGB 4.0.0.3000) GIMP 
offers me to convert the image color space to sRGB built-in. However, accepting 
this suggestion results in the following error message appearing three times, 
once for each of the following procedures: gimp-selectio-is-empty, 
gimp-selection-save and gimp-selection-none. The argument is 'image' in all 
three cases.

Procedure '%s' has been called with an invalid ID for argument '%s'. Most 
likely a plug-in is trying to work on a layer that doesn't exist any longer.

The following is also printed to stdout:
lcms: converting from 'Nikon sRGB 4.0.0.3000' to 'sRGB built-in'
a calling error occurred while trying to run: "gimp-selection-is-empty"
a calling error occurred while trying to run: "gimp-selection-save"
a calling error occurred while trying to run: "gimp-selection-none"


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

Kernel: Linux 2.6.22.5-cfs-v20.2
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gimp depends on:
ii  gimp-data   2.4.0~rc1-2  Data files for The GIMP
ii  libaa1  1.4p5-32 ascii art library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  libgimp2.0  2.4.0~rc1-4  Libraries necessary to run the GIM
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.16-6   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpoppler-glib10.5.4-6.1PDF rendering library (GLib-based 
ii  librsvg2-2  2.18.0-1 SAX-based renderer library for SVG
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libwmf0.2-7 0.2.8.4-6Windows metafile conversion librar
hi  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.6-3X11 pixmap library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages gimp recommends:
ii  gimp-gnomevfs2.4.0~rc1-4 GNOME-VFS URI plugin for The GIMP

- -- no debconf information

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

iD8DBQFGz/9E823633cP2P8RAkqOAKCeSN9Z8aNLJpYR3NdZ5EaE8ao7ggCfU93i
tyxSslDCX9qjk7wlXoYWhaI=
=U+dX
-END PGP SIGNATURE-


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



Bug#437024: Updated patch for UTF-8 encoding

2007-08-25 Thread Ben Finney
Howdy,

I've updated the patch 'screen-digraph-unicode-names.patch' (attached 
to this message) to use the UTF-8 encoding, and put editor hint 
commands for Emacs and Vim to use the correct encoding.

-- 
 \"Pinky, are you pondering what I'm pondering?" "Wuh, I think |
  `\   so, Brain, but isn't Regis Philbin already married?"  -- _Pinky |
_o__)   and The Brain_ |
Ben Finney <[EMAIL PROTECTED]>
--- screen.debian/process.c	2007-05-04 12:53:51.0 +1000
+++ screen-4.0.3.digraph-unicode-names/process.c	2007-08-25 20:01:44.0 +1000
@@ -1,3 +1,5 @@
+/* vim: set fileencoding=utf-8 : -*- coding: utf-8 -*- */
+
 /* Copyright (c) 1993-2002
  *  Juergen Weigert ([EMAIL PROTECTED])
  *  Michael Schroeder ([EMAIL PROTECTED])
@@ -217,177 +219,177 @@
 
 /* digraph table taken from old vim and rfc1345 */
 static const unsigned char digraphs[][3] = {
-{' ', ' ', 160},	/*   */
-{'N', 'S', 160},	/*   */
-{'~', '!', 161},	/* ¡ */
-{'!', '!', 161},	/* ¡ */
-{'!', 'I', 161},	/* ¡ */
-{'c', '|', 162},	/* ¢ */
-{'c', 't', 162},	/* ¢ */
-{'$', '$', 163},	/* £ */
-{'P', 'd', 163},	/* £ */
-{'o', 'x', 164},	/* ¤ */
-{'C', 'u', 164},	/* ¤ */
-{'C', 'u', 164},	/* ¤ */
-{'E', 'u', 164},	/* ¤ */
-{'Y', '-', 165},	/* ¥ */
-{'Y', 'e', 165},	/* ¥ */
-{'|', '|', 166},	/* ¦ */
-{'B', 'B', 166},	/* ¦ */
-{'p', 'a', 167},	/* § */
-{'S', 'E', 167},	/* § */
-{'"', '"', 168},	/* ¨ */
-{'\'', ':', 168},	/* ¨ */
-{'c', 'O', 169},	/* © */
-{'C', 'o', 169},	/* © */
-{'a', '-', 170},	/* ª */
-{'<', '<', 171},	/* « */
-{'-', ',', 172},	/* ¬ */
-{'N', 'O', 172},	/* ¬ */
-{'-', '-', 173},	/* ­ */
-{'r', 'O', 174},	/* ® */
-{'R', 'g', 174},	/* ® */
-{'-', '=', 175},	/* ¯ */
-{'\'', 'm', 175},	/* ¯ */
-{'~', 'o', 176},	/* ° */
-{'D', 'G', 176},	/* ° */
-{'+', '-', 177},	/* ± */
-{'2', '2', 178},	/* ² */
-{'2', 'S', 178},	/* ² */
-{'3', '3', 179},	/* ³ */
-{'3', 'S', 179},	/* ³ */
-{'\'', '\'', 180},	/* ´ */
-{'j', 'u', 181},	/* µ */
-{'M', 'y', 181},	/* µ */
-{'p', 'p', 182},	/* ¶ */
-{'P', 'I', 182},	/* ¶ */
-{'~', '.', 183},	/* · */
-{'.', 'M', 183},	/* · */
-{',', ',', 184},	/* ¸ */
-{'\'', ',', 184},	/* ¸ */
-{'1', '1', 185},	/* ¹ */
-{'1', 'S', 185},	/* ¹ */
-{'o', '-', 186},	/* º */
-{'>', '>', 187},	/* » */
-{'1', '4', 188},	/* ¼ */
-{'1', '2', 189},	/* ½ */
-{'3', '4', 190},	/* ¾ */
-{'~', '?', 191},	/* ¿ */
-{'?', '?', 191},	/* ¿ */
-{'?', 'I', 191},	/* ¿ */
-{'A', '`', 192},	/* À */
-{'A', '!', 192},	/* À */
-{'A', '\'', 193},	/* Á */
-{'A', '^', 194},	/* Â */
-{'A', '>', 194},	/* Â */
-{'A', '~', 195},	/* Ã */
-{'A', '?', 195},	/* Ã */
-{'A', '"', 196},	/* Ä */
-{'A', ':', 196},	/* Ä */
-{'A', '@', 197},	/* Å */
-{'A', 'A', 197},	/* Å */
-{'A', 'E', 198},	/* Æ */
-{'C', ',', 199},	/* Ç */
-{'E', '`', 200},	/* È */
-{'E', '!', 200},	/* È */
-{'E', '\'', 201},	/* É */
-{'E', '^', 202},	/* Ê */
-{'E', '>', 202},	/* Ê */
-{'E', '"', 203},	/* Ë */
-{'E', ':', 203},	/* Ë */
-{'I', '`', 204},	/* Ì */
-{'I', '!', 204},	/* Ì */
-{'I', '\'', 205},	/* Í */
-{'I', '^', 206},	/* Î */
-{'I', '>', 206},	/* Î */
-{'I', '"', 207},	/* Ï */
-{'I', ':', 207},	/* Ï */
-{'D', '-', 208},	/* Ð */
-{'N', '~', 209},	/* Ñ */
-{'N', '?', 209},	/* Ñ */
-{'O', '`', 210},	/* Ò */
-{'O', '!', 210},	/* Ò */
-{'O', '\'', 211},	/* Ó */
-{'O', '^', 212},	/* Ô */
-{'O', '>', 212},	/* Ô */
-{'O', '~', 213},	/* Õ */
-{'O', '?', 213},	/* Õ */
-{'O', '"', 214},	/* Ö */
-{'O', ':', 214},	/* Ö */
-{'/', '\\', 215},	/* × */
-{'*', 'x', 215},	/* × */
-{'O', '/', 216},	/* Ø */
-{'U', '`', 217},	/* Ù */
-{'U', '!', 217},	/* Ù */
-{'U', '\'', 218},	/* Ú */
-{'U', '^', 219},	/* Û */
-{'U', '>', 219},	/* Û */
-{'U', '"', 220},	/* Ü */
-{'U', ':', 220},	/* Ü */
-{'Y', '\'', 221},	/* Ý */
-{'I', 'p', 222},	/* Þ */
-{'T', 'H', 222},	/* Þ */
-{'s', 's', 223},	/* ß */
-{'s', '"', 223},	/* ß */
-{'a', '`', 224},	/* à */
-{'a', '!', 224},	/* à */
-{'a', '\'', 225},	/* á */
-{'a', '^', 226},	/* â */
-{'a', '>', 226},	/* â */
-{'a', '~', 227},	/* ã */
-{'a', '?', 227},	/* ã */
-{'a', '"', 228},	/* ä */
-{'a', ':', 228},	/* ä */
-{'a', 'a', 229},	/* å */
-{'a', 'e', 230},	/* æ */
-{'c', ',', 231},	/* ç */
-{'e', '`', 232},	/* è */
-{'e', '!', 232},	/* è */
-{'e', '\'', 233},	/* é */
-{'e', '^', 234},	/* ê */
-{'e', '>', 234},	/* ê */
-{'e', '"', 235},	/* ë */
-{'e', ':', 235},	/* ë */
-{'i', '`', 236},	/* ì */
-{'i', '!', 236},	/* ì */
-{'i', '\'', 237},	/* í */
-{'i', '^', 238},	/* î */
-{'i'

  1   2   3   4   >