Bug#326420: jwm: FTBFS (amd64): conflicting types for 'GetWindowAtom'

2005-09-03 Thread Andreas Jochens
Package: jwm
Version: 0.23-1
Severity: serious
Tags: patch

When building 'jwm' on amd64/unstable,
I get the following error:

x86_64-linux-gnu-gcc -c -O2 -Wall -g -O2 hint.c
hint.c:531: error: conflicting types for 'GetWindowAtom'
hint.h:32: error: previous declaration of 'GetWindowAtom' was here
make[2]: *** [hint.o] Error 1
make[2]: Leaving directory `/jwm-0.23/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/jwm-0.23'
make: *** [build-stamp] Error 2

With the attached patch 'jwm' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jwm-0.23/src/hint.c ./src/hint.c
--- ../tmp-orig/jwm-0.23/src/hint.c 2005-05-23 23:02:41.0 +
+++ ./src/hint.c2005-09-03 05:46:09.0 +
@@ -528,7 +528,7 @@
 
 /
  /
-int GetWindowAtom(Window window, AtomType atom, CARD32 *value) {
+int GetWindowAtom(Window window, AtomType atom, Window *value) {
unsigned long count;
int status;
unsigned long extra;


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



Bug#322973: NMU patch

2005-09-03 Thread Blars Blarson
NMU diff attached.

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.
diff -ruN ../orig/nautilus-cd-burner-2.10.2/debian/changelog 
nautilus-cd-burner-2.10.2/debian/changelog
--- ../orig/nautilus-cd-burner-2.10.2/debian/changelog  2005-09-03 
05:45:17.0 +
+++ nautilus-cd-burner-2.10.2/debian/changelog  2005-09-03 05:51:22.0 
+
@@ -1,3 +1,10 @@
+nautilus-cd-burner (2.10.2-1.1) unstable; urgency=low
+
+  * 0 day NMU durring BSP
+  * remove -Wl,--as-needed (closes: #322973)
+
+ -- Blars Blarson [EMAIL PROTECTED]  Sat,  3 Sep 2005 05:50:14 +
+
 nautilus-cd-burner (2.10.2-1) unstable; urgency=low
 
   * Sebastien Bacher:
diff -ruN ../orig/nautilus-cd-burner-2.10.2/debian/control 
nautilus-cd-burner-2.10.2/debian/control
--- ../orig/nautilus-cd-burner-2.10.2/debian/control2005-09-03 
05:45:17.0 +
+++ nautilus-cd-burner-2.10.2/debian/control2005-09-03 05:57:30.0 
+
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ross Burton [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.1.87), cdbs, gnome-pkg-tools, intltool, 
autotools-dev, libgnomeui-dev, libnautilus-extension-dev (= 2.9.0), libhal-dev 
(= 0.2.98), libgtk2.0-dev (= 2.6.0)
-Uploaders: Debian GNOME Maintainers [EMAIL PROTECTED], Akira TAGOH [EMAIL 
PROTECTED], Andreas Rottmann [EMAIL PROTECTED], Andrew Lau [EMAIL 
PROTECTED], Carlos Perell?? Mar??n [EMAIL PROTECTED], Ed Boraas [EMAIL 
PROTECTED], Edd Dumbill [EMAIL PROTECTED], Emil Soleyman-Zomalan [EMAIL 
PROTECTED], Gustavo Noronha Silva [EMAIL PROTECTED], J.H.M. Dassen (Ray) 
[EMAIL PROTECTED], Joe Drew [EMAIL PROTECTED], Johannes Rohr [EMAIL 
PROTECTED], Jordi Mallach [EMAIL PROTECTED], Jose Carlos Garcia Sogo [EMAIL 
PROTECTED], Josselin Mouette [EMAIL PROTECTED], Loic Minier [EMAIL 
PROTECTED], Marc 'HE' Brockschmidt [EMAIL PROTECTED], Ond??ej Sur?? [EMAIL 
PROTECTED], Rob Bradford [EMAIL PROTECTED], Robert McQueen [EMAIL 
PROTECTED], Sebastien Bacher [EMAIL PROTECTED], Sjoerd Simons [EMAIL 
PROTECTED], Takuo KITAME [EMAIL PROTECTED]
+Uploaders: Debian GNOME Maintainers [EMAIL PROTECTED], Akira TAGOH [EMAIL 
PROTECTED], Andreas Rottmann [EMAIL PROTECTED], Andrew Lau [EMAIL 
PROTECTED], Carlos Perell?? Mar??n [EMAIL PROTECTED], Cl??ment Stenac 
[EMAIL PROTECTED], Ed Boraas [EMAIL PROTECTED], Edd Dumbill [EMAIL 
PROTECTED], Emil Soleyman-Zomalan [EMAIL PROTECTED], Guilherme de S. Pastore 
[EMAIL PROTECTED], Gustavo Noronha Silva [EMAIL PROTECTED], J.H.M. Dassen 
(Ray) [EMAIL PROTECTED], Joe Drew [EMAIL PROTECTED], Johannes Rohr [EMAIL 
PROTECTED], Jordi Mallach [EMAIL PROTECTED], Jose Carlos Garcia Sogo [EMAIL 
PROTECTED], Josselin Mouette [EMAIL PROTECTED], Loic Minier [EMAIL 
PROTECTED], Marc 'HE' Brockschmidt [EMAIL PROTECTED], Ond??ej Sur?? [EMAIL 
PROTECTED], Rob Bradford [EMAIL PROTECTED], Robert McQueen [EMAIL 
PROTECTED], Sebastien Bacher [EMAIL PROTECTED], Sjoerd Simons [EMAIL 
PROTECTED], Takuo KITAME [EMAIL PROTECTED]
 Standards-Version: 3.6.1
 
 Package: nautilus-cd-burner
diff -ruN ../orig/nautilus-cd-burner-2.10.2/debian/rules 
nautilus-cd-burner-2.10.2/debian/rules
--- ../orig/nautilus-cd-burner-2.10.2/debian/rules  2005-09-03 
05:45:17.0 +
+++ nautilus-cd-burner-2.10.2/debian/rules  2005-09-03 05:50:08.0 
+
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,-O1 -Wl,--as-needed
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,-O1 
 
 DEB_DH_MAKESHLIBS_ARGS_libnautilus-burn1 := -V 'libnautilus-burn1 (= 2.10.0)'
 
diff -ruN ../orig/nautilus-cd-burner-2.10.2/nautilus-burn-recorder-marshal.c 
nautilus-cd-burner-2.10.2/nautilus-burn-recorder-marshal.c
--- ../orig/nautilus-cd-burner-2.10.2/nautilus-burn-recorder-marshal.c  
2005-06-22 16:03:05.0 +
+++ nautilus-cd-burner-2.10.2/nautilus-burn-recorder-marshal.c  1970-01-01 
00:00:00.0 +
@@ -1,192 +0,0 @@
-
-#ifndef __nautilus_burn_recorder_marshal_MARSHAL_H__
-#define __nautilus_burn_recorder_marshal_MARSHAL_H__
-
-#include   glib-object.h
-
-G_BEGIN_DECLS
-
-#ifdef G_ENABLE_DEBUG
-#define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
-#define g_marshal_value_peek_char(v) g_value_get_char (v)
-#define g_marshal_value_peek_uchar(v)g_value_get_uchar (v)
-#define g_marshal_value_peek_int(v)  g_value_get_int (v)
-#define g_marshal_value_peek_uint(v) g_value_get_uint (v)
-#define g_marshal_value_peek_long(v) g_value_get_long (v)
-#define g_marshal_value_peek_ulong(v)g_value_get_ulong (v)
-#define g_marshal_value_peek_int64(v)g_value_get_int64 (v)
-#define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)
-#define g_marshal_value_peek_enum(v) g_value_get_enum (v)
-#define g_marshal_value_peek_flags(v)g_value_get_flags (v)
-#define 

Processed: Fixed in NMU of nautilus-cd-burner 2.10.2-1.1

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 322973 + fixed
Bug#322973: nautilus-cd-burner: ftbfs [sparc] multiple definition of 
`_PROCEDURE_LINKAGE_TABLE_'
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326423: gimp_2.2.8-8 (arm/unstable): FTBFS: fitsrw.c:577: error: insn does not satisfy its constraints

2005-09-03 Thread Steve Langasek
Package: gimp
Version: 2.2.8-8
Severity: serious

Hi Ari,

Of course, you've already filed bug #322565 about the build failure of
gimp on arm; this bug is to have documentation of the issue on the gimp
package itself, since this package is tied up with the GNOME 2.10
transition (via libexif).  It may be worth working around this with a
build-dependency on gcc-3.4 or gcc-3.3 until a fix is found for gcc-4.0.

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


signature.asc
Description: Digital signature


Bug#319162: NMU patch

2005-09-03 Thread Josselin Mouette
Le vendredi 02 septembre 2005 à 20:12 -0700, Blars Blarson a écrit :
 NMU patch attached.

Oh, great. Do you know that, when a package is co-maintained by
twenty-four people and a bug isn't fixed, there may be some reasons
behind?

This pseudo-fix won't help anything. Couldn't you help fixing some
unmaintained packages causing this kind of issues, like binutils,
instead?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Bug#284977: xmms-kde: ftbfs: Can't find X libraries

2005-09-03 Thread Peter Eisentraut
Kurt Roeckx wrote:
 And now it's failing to build on all arches.

That is just a matter of catching up with the dependencies.


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



Processed: severity of 284977 is normal

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 severity 284977 normal
Bug#284977: xmms-kde: ftbfs [sparc] Can't find X libraries
Severity set to `normal'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#319162: NMU patch

2005-09-03 Thread Steve Langasek
On Sat, Sep 03, 2005 at 08:59:27AM +0200, Josselin Mouette wrote:
 Le vendredi 02 septembre 2005 à 20:12 -0700, Blars Blarson a écrit :
  NMU patch attached.

 Oh, great. Do you know that, when a package is co-maintained by
 twenty-four people and a bug isn't fixed, there may be some reasons
 behind?

 This pseudo-fix won't help anything. Couldn't you help fixing some
 unmaintained packages causing this kind of issues, like binutils,
 instead?

Yeah, right.  binutils is unmaintained; the issue couldn't possibly be
that you've made poor design decisions in your packages by making them
dependent on kludgy, non-default toolchain options that policy doesn't
require the toolchain to support at all...

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


signature.asc
Description: Digital signature


Bug#319147: compiles with patch

2005-09-03 Thread Loïc Minier
tags 319147 + patch pending
thanks

Hi,

On ven, sep 02, 2005, Blars Blarson wrote:
 With the patch, it compiles.  From the comments in the code, I think
 the second part of the patch is wrong.  (Comment said 16 bytes, code
 now does 4.)

 I thought the same at first glance, but:
GST_ARCH_SETUP_STACK ((char *) cothread-sp);

 Casted as char * and defined as void *, I see no way a -= 4 would
 move by 16 bytes the stack pointer.

 If the code is realy unused, it would be much better not to compile it
 rather than to continue including suspected non-working code.

 The code has been removed in the 0.9 branch.

 I'll include the patch to permit building under sparc, you're welcome
 to check the experimental 0.9 packages in:
  svn+ssh://svn.debian.org/svn/pkg-gstreamer/experimental/gstreamer0.9

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]
Come, your destiny awaits!



Bug#324659: tulip: ftbfs [sparc] cannot find -lGL

2005-09-03 Thread Yann Dirson
On Tue, Aug 23, 2005 at 03:00:07AM -0700, Blars Blarson wrote:
 tulip failed to build on my sparc pbuilder.  (It failed on a sparc
 buildd due to a temporarily uninstalable build dependancy.)

Hm, quite strange that the missing libGL should be provided by the
particular package which cannot be installed on the buildd :)

Are you sure the builddeps are met in your pbuilder environment ?
Which versions of the mesa packages are installed there ?

Best regards,
-- 
Yann Dirson[EMAIL PROTECTED] |
Debian-related: [EMAIL PROTECTED] |   Support Debian GNU/Linux:
|  Freedom, Power, Stability, Gratis
 http://ydirson.free.fr/| Check http://www.debian.org/


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



Processed: Re: compiles with patch

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 319147 + patch pending
Bug#319147: gstreamer0.8: ftbfs [sparc] invalid lvalue in assignment
There were no tags set.
Tags added: patch, pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#323516: marked as done (FTBFS: FATAL_EXIT_CODE and SUCCESS_EXIT_CODE are undeclared)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 00:32:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323516: fixed in gnat 3.15p-13
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 17 Aug 2005 04:23:47 +
From [EMAIL PROTECTED] Tue Aug 16 21:23:47 2005
Return-path: [EMAIL PROTECTED]
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E5FSt-0002u2-00; Tue, 16 Aug 2005 21:23:47 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7H4Njtk052557
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for [EMAIL PROTECTED]; Tue, 16 Aug 2005 21:23:46 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1E566V-zc-H7
for [EMAIL PROTECTED]; Tue, 16 Aug 2005 11:24:03 -0700
Date: Tue, 16 Aug 2005 11:24:03 -0700
From: Matt Kraai [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: FTBFS: FATAL_EXIT_CODE and SUCCESS_EXIT_CODE are undeclared
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=Q68bSM7Ycu6FN28Q
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1027/Tue Aug 16 16:44:00 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.8 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
HAS_PACKAGE,UPPERCASE_25_50 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02


--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: gnat
Version: 3.15p-12
Severity: serious

gnat fails to build on i386 because FATAL_EXIT_CODE and
SUCCESS_EXIT_CODE are undeclared:

 gnatgcc  -DIN_GCC-O2  -DHAVE_CONFIG_H-I. -I. -I./config \
   -DGCC_INCLUDE_DIR=3D\/usr/lib/gcc-lib/-linux/2.8.1/include\ \
   -DGPLUSPLUS_INCLUDE_DIR=3D\/usr/include/g++\ \
   -DOLD_GPLUSPLUS_INCLUDE_DIR=3D\/usr/lib/g++-include\ \
   -DLOCAL_INCLUDE_DIR=3D\/usr/local/include\ \
   -DCROSS_INCLUDE_DIR=3D\/usr/lib/gcc-lib/-linux/2.8.1/sys-include\ \
   -DTOOL_INCLUDE_DIR=3D\/usr/-linux/include\ \
   -c `echo ./cccp.c | sed 's,^\./,,'`
 cccp.c: In function `main':
 cccp.c:2065: `FATAL_EXIT_CODE' undeclared (first use in this function)
 cccp.c:2065: (Each undeclared identifier is reported only once
 cccp.c:2065: for each function it appears in.)
 cccp.c:2204: `SUCCESS_EXIT_CODE' undeclared (first use in this function)
 cccp.c: In function `fatal':
 cccp.c:10067: `FATAL_EXIT_CODE' undeclared (first use in this function)
 cccp.c: In function `pfatal_with_name':
 cccp.c:10095: `FATAL_EXIT_CODE' undeclared (first use in this function)

--=20
Matt

--Q68bSM7Ycu6FN28Q
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDAi9CfNdgYxVXvBARAj6eAJ92XL+fN9eE2qJWPiKvOcWaz8HPIACfZNAZ
FkSb+Wj5h5nYekMJxspkH9g=
=+5Tz
-END PGP SIGNATURE-

--Q68bSM7Ycu6FN28Q--

---
Received: (at 323516-close) by bugs.debian.org; 3 Sep 2005 07:38:12 +
From [EMAIL PROTECTED] Sat Sep 03 00:38:12 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBSVV-00088t-00; Sat, 03 Sep 2005 00:32:09 -0700
From: Ludovic Brenta [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323516: fixed in gnat 3.15p-13
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 00:32:09 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: gnat
Source-Version: 3.15p-13

We believe that the bug you reported is fixed in the latest version of
gnat, which is 

Processed: severity of 326252 is wishlist

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 severity 326252 wishlist
Bug#326252: rekall: FTBFS (amd64): cast from 'ELShared*' to 'int' loses 
precision
Severity set to `wishlist'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#319162: NMU patch

2005-09-03 Thread Blars Blarson
On Sat, Sep 03, 2005 at 08:59:27AM +0200, Josselin Mouette wrote:
 Le vendredi 02 septembre 2005 ? 20:12 -0700, Blars Blarson a ?crit :
  NMU patch attached.
 
 Oh, great. Do you know that, when a package is co-maintained by
 twenty-four people and a bug isn't fixed, there may be some reasons
 behind?

If there was a reason for this easy to fix RC bug not being fixed, you
should have sent it to the bug.

You'll need to explain why gnome-games needs -Wl,--as-needed and
shouldn't be included in etch without it before I'll consider my NMU
as incorrect.  (but correct as far as I knew when I made it.)

 This pseudo-fix won't help anything. Couldn't you help fixing some
 unmaintained packages causing this kind of issues, like binutils,
 instead?

binutils doesn't have any easy to fix RC bugs that have been sitting
with no action for weeks.  (or any other RC bugs)


-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Bug#326425: Unable to upgrade libopenthreads1c2_0.9.9-6_i386

2005-09-03 Thread David Creelman
Package: libopenthreads
Version: 0.9.9-5
Severity: grave
Justification: renders package unusable

Hi,

While doing an apt-get update; apt-get dist-upgrade I got the following error.

Unpacking libopenthreads1c2 (from .../libopenthreads1c2_0.9.9-6_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libopenthreads1c2_0.9.9-6_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libOpenThreads.so.1.0.0', which is also in 
package libopenthreads
Errors were encountered while processing:
 /var/cache/apt/archives/libopenthreads1c2_0.9.9-6_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

This has been broken for a few days now.

Regards
David

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libopenthreads depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3

libopenthreads recommends no packages.

-- no debconf information


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



Processed: bug is unreproducible, downgrading

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 325701 important
Bug#325701: gnome-session: unable to launch gnome due to bad group/owner on 
.ICEauthority
Severity set to `important'.

 tag 325701 + unreproducible
Bug#325701: gnome-session: unable to launch gnome due to bad group/owner on 
.ICEauthority
There were no tags set.
Tags added: unreproducible

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#286822: marked as done (gnat-gdb: FTBFS (amd64/gcc-4.0): invalid lvalue in increment)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 01:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#286822: fixed in gnat-gdb 5.3.gnat.0.0.20030225-9
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 22 Dec 2004 13:25:53 +
From [EMAIL PROTECTED] Wed Dec 22 05:25:53 2004
Return-path: [EMAIL PROTECTED]
Received: from c214166.adsl.hansenet.de (localhost.localdomain) 
[213.39.214.166] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Ch6Uy-0008GZ-00; Wed, 22 Dec 2004 05:25:52 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Ch6Zb-0003ER-DS; Wed, 22 Dec 2004 14:30:39 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: gnat-gdb: FTBFS (amd64/gcc-4.0): invalid lvalue in increment
Message-Id: [EMAIL PROTECTED]
Date: Wed, 22 Dec 2004 14:30:39 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: gnat-gdb
Severity: normal
Tags: patch

When building 'gnat-gdb' on amd64 with gcc-4.0,
I get the following error:

gcc -c -g -O2-I. -I../../../gdb -I../../../gdb/config 
-DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H 
-I../../../gdb/../include/opcode -I../../../gdb/../readline/.. -I../bfd 
-I../../../gdb/../bfd  -I../../../gdb/../include -I../intl 
-I../../../gdb/../intl -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_LARGEFILE64_SOURCE  
-DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat 
-Wparentheses -Wpointer-arith -Wuninitialized  ../../../gdb/gdbtypes.c
../../../gdb/gdbtypes.c: In function 'recursive_dump_type':
../../../gdb/gdbtypes.c:2970: error: invalid lvalue in increment
make[2]: *** [gdbtypes.o] Error 1
make[2]: Leaving directory `/gnat-gdb-5.3.gnat.0.0.20030225/debian/build/gdb'

With the attached patch 'gnat-gdb' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnat-gdb-5.3.gnat.0.0.20030225/gdb/ada-lang.h 
./gdb/ada-lang.h
--- ../tmp-orig/gnat-gdb-5.3.gnat.0.0.20030225/gdb/ada-lang.h   2003-01-27 
12:44:39.0 +0100
+++ ./gdb/ada-lang.h2004-12-22 14:21:19.298822632 +0100
@@ -72,9 +72,6 @@
 /* Defined in ada-lang.c */
 extern const struct ada_opname_map ada_opname_table[];
 
-/* The maximum number of tasks known to the Ada runtime */
-extern const int MAX_NUMBER_OF_KNOWN_TASKS;
-
 /* Identifiers for Ada attributes that need special processing.  Be sure 
to update the table attribute_names in ada-lang.c whenever you change this.
*/
diff -urN ../tmp-orig/gnat-gdb-5.3.gnat.0.0.20030225/include/obstack.h 
./include/obstack.h
--- ../tmp-orig/gnat-gdb-5.3.gnat.0.0.20030225/include/obstack.h
2003-01-16 10:50:27.0 +0100
+++ ./include/obstack.h 2004-12-22 13:49:50.342987568 +0100
@@ -423,7 +423,8 @@
 ({ struct obstack *__o = (OBSTACK);\
if (__o-next_free + sizeof (void *)  __o-chunk_limit)\
  _obstack_newchunk (__o, sizeof (void *)); \
-   *((void **)__o-next_free)++ = ((void *)datum); \
+   *((void **)__o-next_free) = ((void *)datum);   \
+   __o-next_free = ((void **)__o-next_free) + 1; \
(void) 0; })
 
 # define obstack_int_grow(OBSTACK,datum)   \
@@ -431,7 +432,8 @@
 ({ struct obstack *__o = (OBSTACK);\
if (__o-next_free + sizeof (int)  __o-chunk_limit)   \
  _obstack_newchunk (__o, sizeof (int));\
-   *((int *)__o-next_free)++ = ((int)datum);  \
+   *((int *)__o-next_free) = ((int)datum);\
+   __o-next_free = ((int *)__o-next_free) + 1;   \
(void) 0; })
 
 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)-next_free)++ = (void 
*)aptr)

---
Received: (at 286822-close) by bugs.debian.org; 3 Sep 2005 08:19:14 +
From [EMAIL PROTECTED] Sat Sep 03 01:19:14 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBTD0-0002wz-00; Sat, 03 Sep 2005 01:17:06 -0700
From: Ludovic Brenta 

Processed: reassign 326425 to libopenthreads1c2

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 reassign 326425 libopenthreads1c2
Bug#326425: Unable to upgrade libopenthreads1c2_0.9.9-6_i386
Bug reassigned from package `libopenthreads' to `libopenthreads1c2'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: The bug is libgal+libgnomecanvas problem

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 317283 2.4.3-1
Bug#317283: libgal 2.4.2 crashes evolution when using libgnomecanvas 2.10
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.4.3-1, send any further explanations to Thomas 
Quas [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326425: Unable to upgrade libopenthreads1c2_0.9.9-6_i386

2005-09-03 Thread Loic Dachary
David Creelman writes:
  Package: libopenthreads
  Version: 0.9.9-5
  Severity: grave
  Justification: renders package unusable
  
  Hi,
  
  While doing an apt-get update; apt-get dist-upgrade I got the following 
  error.
  
  Unpacking libopenthreads1c2 (from .../libopenthreads1c2_0.9.9-6_i386.deb) ...
  dpkg: error processing 
  /var/cache/apt/archives/libopenthreads1c2_0.9.9-6_i386.deb (--unpack):
   trying to overwrite `/usr/lib/libOpenThreads.so.1.0.0', which is also in 
  package libopenthreads
  Errors were encountered while processing:
   /var/cache/apt/archives/libopenthreads1c2_0.9.9-6_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  This has been broken for a few days now.

Thanks for the report. I probably forgot to add Conflicts: to
avoid this.  I'll fix the problem this week end.

Cheers,

-- 
Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38
http://www.fsffrance.org/   http://www.dachary.org/loic/gpg.txt


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



Bug#319162: NMU patch

2005-09-03 Thread Josselin Mouette
Le samedi 03 septembre 2005 à 00:31 -0700, Steve Langasek a écrit :
 Yeah, right.  binutils is unmaintained; the issue couldn't possibly be
 that you've made poor design decisions in your packages by making them
 dependent on kludgy, non-default toolchain options that policy doesn't
 require the toolchain to support at all...

Policy? What does binutils working properly have to do with policy?
Policy documents existing practice, and existing practice is to use this
option. This is a regression in the toolchain for some architectures. No
more, no less. If there aren't enough skilled people to fix the
toolchain for some architectures, this isn't a good sign for the health
of that port. Today, --as-needed can't be fixed, obviously because
nobody skilled enough is willing to work on it. What are you going to do
if default linker options are broken tomorrow?

And after all, you're the release manager, so you'll be the one to deal
with the horrible mess of gnome-games dependencies when all indirect
dependencies are explicit. Great to see how you welcome design decisions
taken to ease your work.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Bug#326225: marked as done (fontforge_0.0.20050831-1(m68k/unstable/zeus): FTBFS missing build-dep?)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 02:32:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326225: fixed in fontforge 0.0.20050831-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 2 Sep 2005 14:30:19 +
From [EMAIL PROTECTED] Fri Sep 02 07:30:19 2005
Return-path: [EMAIL PROTECTED]
Received: from adsl-78-168-20.hsv.bellsouth.net (hades.marenka.net) 
[216.78.168.20] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EBCYc-0004Pm-00; Fri, 02 Sep 2005 07:30:18 -0700
Received: from hades2.marenka.net (hades2.marenka.net [10.0.0.2])
by hades.marenka.net (Postfix) with ESMTP id 8E868177E4
for [EMAIL PROTECTED]; Fri,  2 Sep 2005 09:30:17 -0500 (CDT)
Received: from localhost (hades2.marenka.net [127.0.0.1])
by hades2.marenka.net (Postfix) with ESMTP id 0CD1036196
for [EMAIL PROTECTED]; Fri,  2 Sep 2005 09:30:24 -0500 (CDT)
Received: from hades2.marenka.net ([127.0.0.1])
by localhost (hades2 [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 01880-09 for [EMAIL PROTECTED];
Fri, 2 Sep 2005 09:30:18 -0500 (CDT)
Received: by hades2.marenka.net (Postfix, from userid 105)
id 24DFB36130; Fri,  2 Sep 2005 09:30:18 -0500 (CDT)
Received: by loki.marenka.net (Postfix, from userid 1000)
id 6B8611303B6; Fri,  2 Sep 2005 09:27:03 -0500 (CDT)
Date: Fri, 2 Sep 2005 09:27:03 -0500
From: Stephen R Marenka [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: fontforge_0.0.20050831-1(m68k/unstable/zeus): FTBFS missing build-dep?
Message-ID: [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at marenka.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: fontforge
Version: 0.0.20050831-1
Severity: serious
Justification: fails to build on release candidate arch.
Tags: sid


fontforge fails to build from source, perhaps due to a missing build-dep
on bzip2.

Here are selected excerpts from the buildd log.


| Automatic build of fontforge_0.0.20050831-1 on zeus by sbuild/m68k 42
| Build started at 20050902-0345
| **

 [...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 4.0.0), libjpeg62-dev, libtiff4-dev, 
libpng3-dev,  libungif4-dev, xlibs-dev, libfreetype6-dev, patch, autoconf, 
autotools-dev, autoconf, automake1.7, libtool

 [...]

| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.3.5-4 
linux-kernel-headers_2.6.13+0rc3-1.1 gcc-4.0_4.0.1-6 g++-4.0_4.0.1-6 
binutils_2.16.1-2 libstdc++6-4.0-dev_4.0.1-6 libstdc++6_4.0.1-6

 [...]

| dpkg-source: extracting fontforge in fontforge-0.0.20050831
| dpkg-buildpackage: source package is fontforge
| dpkg-buildpackage: source version is 0.0.20050831-1
| dpkg-buildpackage: host architecture m68k
|  /usr/bin/fakeroot debian/rules clean
| dh_testdir
| dh_testroot
| rm -f build-arch-stamp configure-stamp
| rm -rf fontforge-20050831 htdocs libuninameslist Encodings.ps
| dh_clean 
|  debian/rules build
| dh_testdir
| # Untar the source packages
| tar zxvf libuninameslist_src*.tgz
| libuninameslist/
| libuninameslist/configure.in
| libuninameslist/buildnameslist.c
| libuninameslist/Makefile.in
| libuninameslist/regen
| libuninameslist/LICENSE
| libuninameslist/nameslist.c
| libuninameslist/COPYING
| libuninameslist/configure
| libuninameslist/config.guess
| libuninameslist/config.sub
| libuninameslist/install-sh
| libuninameslist/ltmain.sh
| libuninameslist/aclocal.m4
| libuninameslist/nameslist-fr.c
| libuninameslist/nameslist.h
| libuninameslist/nameslist-old.c
| tar jxvf fontforge_full*.tar.bz2
| tar: bzip2: Cannot exec: No such file or directory
| tar: Error is not recoverable: exiting now
| tar: Child returned status 2
| tar: Error exit delayed from previous errors
| make: *** [configure-stamp] Error 2
| **
| Build finished at 20050902-0415
| FAILED [dpkg-buildpackage died]


A full buildd log is available at 

Processed: #324024 pending

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags #324024 + pending
Bug#324024: libgal2.4-dev: Missing depends on libgnomeprintui2.2-dev.
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#326035: valknut: rebuild for c++ transition [NMU]

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 326035 grave
Bug#326035: valknut: rebuild for c++ transition [NMU]
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326052: marked as done (FTBFS: Unknown style nwalsh)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 03:02:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326052: fixed in sgml2x 1.0.0-10
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 1 Sep 2005 13:21:43 +
From [EMAIL PROTECTED] Thu Sep 01 06:21:43 2005
Return-path: [EMAIL PROTECTED]
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAp0h-0002o3-00; Thu, 01 Sep 2005 06:21:43 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j81DLeMM002852
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for [EMAIL PROTECTED]; Thu, 1 Sep 2005 06:21:42 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1EAb7l-00018E-0i
for [EMAIL PROTECTED]; Wed, 31 Aug 2005 15:32:05 -0700
Date: Wed, 31 Aug 2005 15:32:04 -0700
From: Matt Kraai [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: FTBFS: Unknown style nwalsh
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=J2SCkAp4GZ/dPZZf
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1050/Thu Sep  1 01:26:43 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: sgml2x
Version: 1.0.0-9
Severity: serious

sgml2x fails to build:

 bin/docbook-2-html -c catalog -C ./sgml2x-aliases -s nwalsh TODO.sgml
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:71:W: cannot gen=
erate system identifier for public text -//OpenJade//DTD DSSSL Specificati=
on//EN
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:71:E: reference =
to entity STYLE-SHEET for which no system identifier could be generated
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:10:0: entity was de=
fined here
 openjade1.3:stylesheet/dsssl/docbook/misc/doctype.dsl:16:26:E: there is n=
o attribute ID
 openjade1.3:E: specification document does not have the DSSSL architectur=
e as a base architecture
 command found 2 error(s) but forgot to set exit status at /tmp/buildd/sgm=
l2x-1.0.0/bin/runjade line 75, RDHDL line 5.
 ERROR: docbook-2-html: unknown style `nwalsh'

--=20
Matt

--J2SCkAp4GZ/dPZZf
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDFi/kfNdgYxVXvBARAs4nAKCv0xv7TAw8/BU3XYIchRZ9aYlZ4wCfUypg
D6MqrN4GAobvXTmYHOMktw0=
=4hkQ
-END PGP SIGNATURE-

--J2SCkAp4GZ/dPZZf--

---
Received: (at 326052-close) by bugs.debian.org; 3 Sep 2005 10:09:45 +
From [EMAIL PROTECTED] Sat Sep 03 03:09:45 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBUqc-Q7-00; Sat, 03 Sep 2005 03:02:06 -0700
From: Yann Dirson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#326052: fixed in sgml2x 1.0.0-10
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 03:02:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: sgml2x
Source-Version: 1.0.0-10

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

sgml2x_1.0.0-10.diff.gz
  to pool/main/s/sgml2x/sgml2x_1.0.0-10.diff.gz
sgml2x_1.0.0-10.dsc
  to pool/main/s/sgml2x/sgml2x_1.0.0-10.dsc
sgml2x_1.0.0-10_all.deb
  to pool/main/s/sgml2x/sgml2x_1.0.0-10_all.deb



A summary of the changes 

Bug#319162: NMU patch

2005-09-03 Thread Josselin Mouette
Le samedi 03 septembre 2005 à 00:46 -0700, Blars Blarson a écrit :
  Oh, great. Do you know that, when a package is co-maintained by
  twenty-four people and a bug isn't fixed, there may be some reasons
  behind?
 
 If there was a reason for this easy to fix RC bug not being fixed, you
 should have sent it to the bug.

You're right here. The explanation wasn't sent to all such bug reports
and this was wrong.

 You'll need to explain why gnome-games needs -Wl,--as-needed and
 shouldn't be included in etch without it before I'll consider my NMU
 as incorrect.  (but correct as far as I knew when I made it.)

Your NMU is highly aggressive. When there are more than twenty
maintainers, with about half of them being very responsive, you should
at least *talk* before uploading. I don't remember seeing you on
#gnome-debian nor on any GNOME-related mailing list.

There a reason why GNOME packages are team-maintained; it is precisely
to avoid anarchic and contradictory technical decisions, and to avoid
the need for NMUs.

  This pseudo-fix won't help anything. Couldn't you help fixing some
  unmaintained packages causing this kind of issues, like binutils,
  instead?
 
 binutils doesn't have any easy to fix RC bugs that have been sitting
 with no action for weeks.  (or any other RC bugs)

Without arguing endlessly about binutils, I think a NMU for one of the
26 RC bugs on QA packages would have been much appreciated.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Bug#326416: kimdaba: build-depends on LIBRARIES and Priority: required packages

2005-09-03 Thread David L. Moreno
Debian is a cooperative project based on volunteer work, and this is
precisely this is what it makes sucht a great endeavour. Just like in
any other volunteer community, progress is based on mutual respect and
appreciation of individual work.

The disrespectful manners in which this bug report was redacted show
It's author's lack of appreciation for the work of others. Disrespect,
bigotry and rudeness do much more harm to a cooperative project like
Debian than a FTBFS bug.

I highly appreciate the work of Adeodato Simó, he does an invaluable
contribution to Debian by contributing his time and knowledge. So does
my sponsor, and so do I. Respect is the glue that binds this
community.

This bug report lacks any proper description of the problem and no
hints of how to solve it. This is especially relevant as it comes from
an experienced Debian Developer, from whom I would have expected a
helpuful bug report.

This bug will be fixed when the new upstream version is packaged and
uploaded, I expect this process to last no more than five days.

Thank you for reporting this bug,
 
David L. Moreno


On 9/3/05, Adeodato Simó [EMAIL PROTECTED] wrote:
 Package: kimdaba
 Version: 2.0-4
 Severity: serious
 Justification: FTBFS
 
   Maintainer, please fix your moronic Build-Depends line, kthxbye.
   Sponsor, shame on you for uploading such package to our archive.
 
 --
 Adeodato Simó
 EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
 He has never been known to use a word that might send a reader to the
 dictionary.
 -- William Faulkner (about Ernest Hemingway)
 
 
 


-- 
David L. Moreno. 
http://www-gsi.dec.usc.es/~dave



Bug#326451: jlint: FTBFS: Missing Build-Depends on 'zlib1g-dev'

2005-09-03 Thread Andreas Jochens
Package: jlint
Version: 3.0-1
Severity: serious
Tags: patch

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

gcc -g -lz -o antic antic.o
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make[1]: *** [antic] Error 1
make[1]: Leaving directory `/jlint-3.0'
make: *** [build-arch-stamp] Error 2

Please add the missing Build-Depends on 'zlib1g-dev'
to debian/control.

Additionally, the build fails on amd64 because some pointers are
casted to (int). The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jlint-3.0/debian/control ./debian/control
--- ../tmp-orig/jlint-3.0/debian/control2005-09-03 11:38:44.0 
+
+++ ./debian/control2005-09-03 11:34:06.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Ganesan Rajagopal [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), texi2html, tetex-extra
+Build-Depends: debhelper, zlib1g-dev, texi2html, tetex-extra
 Standards-Version: 3.6.2
 
 Package: jlint
diff -urN ../tmp-orig/jlint-3.0/jlint.cc ./jlint.cc
--- ../tmp-orig/jlint-3.0/jlint.cc  2004-01-14 16:23:20.0 +
+++ ./jlint.cc  2005-09-03 11:38:32.0 +
@@ -137,7 +137,7 @@
 
 void format_message(int code, utf_string const file, int line, __VALIST ap)
 {
-  static int loop_id;
+  static long loop_id;
   static message_node *first, *last;
   static char* compound_message;
   const void* parameter[MAX_MSG_PARAMETERS];
@@ -150,7 +150,7 @@
 if (compound_message != NULL
  ((loop_id != 0 
   ((code != msg_loop  code != msg_sync_loop)
- || (int)parameter[2] != loop_id))
+ || (long)parameter[2] != loop_id))
 || (loop_id == 0  code != msg_wait_path)))
   {
 if (!message_node::find(compound_message)) { 
@@ -225,7 +225,7 @@
name.as_asciz()); 
 break;
   case 'd': // integer
-dst += sprintf(dst, %d, (int)parameter[index]);  
+dst += sprintf(dst, %ld, (long)parameter[index]);  
 break;
   default:
 assert(false/*bad message parameter format*/);
@@ -261,7 +261,7 @@
   compound_message = strdup(his_buf);
   first = last = new message_node(msg_buf);
   if (code != msg_wait) { 
-loop_id = (int)parameter[2];
+loop_id = (long)parameter[2];
   }
 } else if (!message_node::find(his_buf)) { 
   fprintf(stdout, %s\n, msg_buf);


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



Bug#326450: imview: FTBFS (amd64): cast from 'void*' to 'unsigned int' loses precision

2005-09-03 Thread Andreas Jochens
Package: imview
Version: 1.1.8-1
Severity: serious
Tags: patch

When building 'imview' on amd64/unstable,
I get the following error:

x86_64-linux-gnu-g++  -D_REENTRANT -DLinux  -I.  -I/usr/include/freetype2  
-I/usr/include -Wno-deprecated -I/usr/include -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas  -I. -I. -I../include -c imview.cxx
server/asyncore.hxx:125: warning: 'class dispatcher' has virtual functions but 
non-virtual destructor
x86_64-linux-gnu-g++  -D_REENTRANT -DLinux  -I.  -I/usr/include/freetype2  
-I/usr/include -Wno-deprecated -I/usr/include -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas  -I. -I. -I../include -c imviewWindow.cxx
x86_64-linux-gnu-g++  -D_REENTRANT -DLinux  -I.  -I/usr/include/freetype2  
-I/usr/include -Wno-deprecated -I/usr/include -O2 -Wall -Wno-return-type 
-Wno-unknown-pragmas  -I. -I. -I../include -c menubar.cxx
menubar.cxx: In member function 'int imViewMenuBar::addToItemList(const char*, 
int)':
menubar.cxx:346: error: cast from 'void*' to 'unsigned int' loses precision
menubar.cxx: In member function 'void imViewMenuBar::removeFromItemList(const 
char*, int)':
menubar.cxx:371: error: cast from 'void*' to 'unsigned int' loses precision
menubar.cxx: In member function 'int imViewMenuBar::isAlreadyInItemList(const 
char*, int)':
menubar.cxx:450: error: cast from 'void*' to 'unsigned int' loses precision
menubar.cxx: In member function 'void* imViewMenuBar::getItemByLabel(const 
char*, int)':
menubar.cxx:479: error: cast from 'void*' to 'unsigned int' loses precision
menubar.cxx: In member function 'char* imViewMenuBar::getItemListContent(int, 
int)':
menubar.cxx:508: error: cast from 'void*' to 'unsigned int' loses precision
menubar.cxx:514: error: cast from 'void*' to 'unsigned int' loses precision
make[2]: *** [menubar.o] Error 1
make[2]: Leaving directory `/imview-1.1.8'

Additionally, the -Wno-deprecated flag has to be removed because
otherwise many configure checks fail.

With the attached patch 'imview' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/imview-1.1.8/configure.in ./configure.in
--- ../tmp-orig/imview-1.1.8/configure.in   2005-09-03 05:51:44.0 
+
+++ ./configure.in  2005-09-03 05:49:01.0 +
@@ -436,7 +436,6 @@
 dnl# do this last so messing with switches does not break tests
 if test -n $GXX; then
 GCC_ACCEPTS_INCLUDE_DIR # this will add -I$INCLUDE_DIR if the compiler 
does not complain about it.
-GCC_ACCEPTS_DEPRECATED_HEADERS # this will test if -Wno-deprecated is 
necessary
 
 CFLAGS=-Wall $CFLAGS
 # GNU C++ is sometimes missing bits of the STL
diff -urN ../tmp-orig/imview-1.1.8/menubar.cxx ./menubar.cxx
--- ../tmp-orig/imview-1.1.8/menubar.cxx2003-09-14 14:55:30.0 
+
+++ ./menubar.cxx   2005-09-03 05:44:50.0 +
@@ -343,7 +343,7 @@
 if ((dynamicMenu[i].label() != 0) 
 (dynamicMenu[i].callback() == (Fl_Callback 
*)listCallback[listID])) {
 dynamicMenu[i].flags = ~FL_PUP_CHECK;
-if (((unsigned int)dynamicMenu[i].user_data()  LAST_INT_ARG)
+if (((unsigned long)dynamicMenu[i].user_data()  LAST_INT_ARG)
 (strcmp((char*)((IMAGEPARM 
*)dynamicMenu[i].user_data())-itempath, newImagePath) == 0))
 dynamicMenu[i].flags |= FL_PUP_CHECK;
 }
@@ -368,7 +368,7 @@
 dbgprintf(Menu will have %d items\n, newSize);
 dynamicMenu = new Fl_Menu_Item[newSize];
 for (i = 0, j = 0 ; i = newSize ; i++, j++) {
-if (((unsigned int)oldMenu[i].user_data()  LAST_INT_ARG)
+if (((unsigned long)oldMenu[i].user_data()  LAST_INT_ARG)
  (strcmp(((IMAGEPARM *)oldMenu[i].user_data())-itempath, 
oldImagePath) == 0)) {
 // now selects the closest image in the image list
 if (oldMenu[i+1].label() != 0) {
@@ -447,7 +447,7 @@
 }
 
 if (i != size()) {
-for ( ; (unsigned int)dynamicMenu[i].user_data()  LAST_INT_ARG ; 
i++) {
+for ( ; (unsigned long)dynamicMenu[i].user_data()  LAST_INT_ARG ; 
i++) {
 if (strcmp(((IMAGEPARM 
*)dynamicMenu[i].user_data())-itempath, newImagePath) == 0) {
dbgprintf(Name %s is already in list at position %d\n,
  newImagePath, i);
@@ -476,7 +476,7 @@
 }
 
 if (i != size()) {
-for ( ; (unsigned int)dynamicMenu[i].user_data()  LAST_INT_ARG ; 
i++) {
+for ( ; (unsigned long)dynamicMenu[i].user_data()  LAST_INT_ARG ; 
i++) {
 if (strcmp(dynamicMenu[i].label(), givenLbl) == 0) {
dbgprintf(Found %s in list at position %d\n,
  givenLbl, i);
@@ -505,13 +505,13 @@
 }
 
 if (i != size()) {
-   for (j = i, outlength = 0 ; (unsigned int)dynamicMenu[j].user_data()  
LAST_INT_ARG ; j++)
+   for (j = i, 

Bug#326449: ximian-connector: FTBFS: Build-Depends on 'evolution-data-server1.2-dev' can not be satisfied in unstable

2005-09-03 Thread Andreas Jochens
Package: ximian-connector
Version: 2.2.3-2
Severity: serious
Tags: patch

When building 'ximian-connector' in a clean 'unstable' chroot,
I get the following error:

Building ximian-connector unstable main amd64...
Reading package lists...
Building dependency tree...
E: Build-Depends dependency for ximian-connector cannot be satisfied because no 
available versions of package evolution-data-server1.2-dev can satisfy version 
requirements

Please change the Build-Depends to 'evolution-data-server-dev'
in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ximian-connector-2.2.3/debian/control ./debian/control
--- ../tmp-orig/ximian-connector-2.2.3/debian/control   2005-09-03 
06:51:46.0 +
+++ ./debian/control2005-09-03 06:50:14.0 +
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Lawrence Walton [EMAIL PROTECTED]
-Build-Depends: cdbs, debhelper (= 4.1.0), intltool, evolution-dev (= 2.2), 
evolution-data-server1.2-dev (= 1.2), libgnomeprintui2.2-dev, libldap2-dev, 
libkrb5-dev, libdb4.1-dev, libldap2-dev (= 2.1.30-2), libedata-book1.2-dev, 
libedata-cal1.2-dev, libecal1.2-dev, libedataserverui1.2-dev, libcamel1.2-dev, 
chrpath
+Build-Depends: cdbs, debhelper (= 4.1.0), intltool, evolution-dev (= 2.2), 
evolution-data-server-dev, libgnomeprintui2.2-dev, libldap2-dev, libkrb5-dev, 
libdb4.1-dev, libldap2-dev (= 2.1.30-2), libedata-book1.2-dev, 
libedata-cal1.2-dev, libecal1.2-dev, libedataserverui1.2-dev, libcamel1.2-dev, 
chrpath
 Standards-Version: 3.6.1
 
 Package: evolution-exchange


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



Bug#326453: fish: Segfault on startup

2005-09-03 Thread Jorgen Schaefer
Package: fish
Version: 1.13.1-1
Severity: grave

Hi there.

$ fish
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
Segmentation fault
$

Last few lines from strace:
ioctl(1, TIOCGWINSZ, {ws_row=42, ws_col=106, ws_xpixel=1272, ws_ypixel=1008}) = 0
open(/etc/fish_inputrc, O_RDONLY) = 3
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

My /etc/fish_inputrc is the one shipped with fish.
/etc/inputrc has the following two lines only as non-comments:

set input-meta on
set output-meta on

My ~/.inputrc has the following:

set completion-ignore-case on

HTH,
-- Jorgen

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

Versions of packages fish depends on:
ii  bc1.06-17The GNU bc arbitrary precision cal
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

Versions of packages fish recommends:
pn  xsel  none (no description available)

-- no debconf information


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



Bug#326452: ogre-contrib: FTBFS: /bin/sed: can't read /usr/lib/libtiff.la: No such file or directory

2005-09-03 Thread Andreas Jochens
Package: ogre-contrib
Version: 1.0.4-1
Severity: serious

When building 'ogre-contrib' in a clean 'unstable' chroot,
I get the following error:

x86_64-linux-gnu-g++ -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/crtbeginS.o  .libs/OgreCgProgram.o 
.libs/OgreCgProgramFactory.o .libs/OgreCgProgramManagerDll.o  
-L/ogre-contrib-1.0.4/build-tree/ogre-contrib/OgreMain/src 
/usr/lib/libOgreMain.so -lCg /usr/lib/libILU.so /usr/lib/libIL.so -lpthread -lz 
-ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.0.2 
-L/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64 
-L/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../.. -L/lib/../lib64 
-L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/crtn.o  -Wl,-z -Wl,defs 
-Wl,-soname -Wl,Plugin_CgProgramManager.so -o .libs/Plugin_CgProgramManager.so
creating Plugin_CgProgramManager.la
/bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
make[4]: *** [Plugin_CgProgramManager.la] Error 1
make[4]: Leaving directory 
`/ogre-contrib-1.0.4/build-tree/ogre-contrib/PlugIns/CgProgramManager/src'

Regards
Andreas Jochens


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



Processed: Merge gcjwebplugin bugs

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 301134 grave
Bug#301134: gcjwebplugin: no mention of non-active security manager
Severity set to `grave'.

 merge 301134 267040
Bug#267040: gcjwebplugin: Should include UNRESTRICTED access to your computer 
warning somewhere
Bug#301134: gcjwebplugin: no mention of non-active security manager
Merged 267040 301134.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#325643: libcurl and moc

2005-09-03 Thread Steve Langasek
On Sat, Sep 03, 2005 at 08:16:48AM +1000, Paul TBBle Hampson wrote:
 As far as packaging goes, this means you get the following packages:

 libcurl3, providing libcurl3-openssl (linked against OpenSSL to avoid breaking
   sarge packages that use this functionality)
 libcurl3-gnutls (linked against gnuTLS, doesn't support SSL_CTX_FUNCTION)
 libcurl3-dev (Do we need a second -dev? Static linking maybe requires it? If
   this becomes a testable feature, then a second -dev is definately 
 needed.)

 Packages which don't use SSL_CTX_FUNCTION can Depend on either libcurl3 |
 libcurl3-gnutls, or if they're GPL'd can depend on libcurl3-gnutls only.

 Packages which need SSL_CTX_FUNCTION can depend on libcurl3-openssl

 grepping the source of libcurl3's direct rdepends should tell you which
 packages in Debian need SSL_CTX_FUNCTION.

 GPL'd packages which need SSL_CTX_FUNCTION are out of luck. And have always
 been so.

 Before etch ships, no package should depend on libcurl3, they should depend on
 libcurl3-openssl or libcurl3 | libcurl3-gnutls or libcurl3-gnutls.

 After etch ships, upload:
 libcurl3, providing libcurl3-gnutls (linked against gnuTLS)
 libcurl3-openssl, providing libcurl3 (linked against openSSL)
 libcurl3-dev

 At this point, packages who don't like having libcurl3-gnutls is their
 Depends line can do a versioned depends on libcurl3, which won't match
 the libcurl3 virtual dependancy provide by libcurl3-openssl, and will
 also prevent them accidentally linking against an openSSL version of
 libcurl3. (At least, I _think_ that's how versioned dependancies on
 virtual packages work. Possibly they'll _always_ match, in which case a
 Conflicts is in order instead.)

Do libcurl3 and libcurl3-gnutls provide different sonames to allow
co-installability of the packages, or does libcurl3 use diversions to
override the libcurl.so.3 that lacks SSL_CTX_FUNCTION support (if any)
when installing?  (We know that directly conflicting between the two
packages is not really an option, unless we're doing this like the C++
ABI transition and we either don't believe there are any packages in
Debian which will need to retain SSL_CTX_FUNCTION support or we assume
they're packages that we don't care about co-installability of -- which
seems far-fetched to me.)

The latter may require excessive amounts of license patrolling, because
one could have a package which depends on libcurl3-gnutls but also has
dependencies which force libcurl3 to be pulled in.

The former would make it rather impractical to migrate the libcurl3
association from -openssl to -gnutls in etch+1.

 The _problem_ with this setup is you can't parallel-install a GPL'd
 libcurl3-using application and an application that uses SSL_CTX_FUNCTION
 (as libcurl3 and libcurl3-gnutls must conflict as they provide shared libs
 with the same soname/sover. As you'd expect as they're ABI-compatible,
 albeit functionaly different.) The impact of this should be taken into
 account, and balanced against the fact that right now, we can't have
 a GPL'd libcurl3-using application installed at all. ^_^

Ah, so you were aiming for conflicts between the packages after all...
:/  The worry I have with balancing it against not having GPLed
libcurl3-using applications is that we do currently seem to be doing ok
without libcurl support in those packages right now, but there may be
many packages with optional libcurl support that'll get enabled, leaving
the packages that need the OpenSSL support *virtually* uninstallable.

 There are possibly some optimisations that could be made above with Conflicts.
 Maybe both -openssl and -gnutls should provide libcurl3, all users depend on
 libcurl3, and GPL packages conflict with libcurl3-openssl and SSL_CTX_FUNCTION
 users conflict with libcurl3-gnutls. I'm not sure if this is an improvement...

It isn't; it doesn't ensure a smooth upgrade path for apps in sarge.

It may be worthwhile to simply survey all the curl-using packages in
sarge, though, and find out if there is a non-zero number of them that
need SSL_CTX_FUNCTION.  If *not*, then I don't think there's much sense
in going through a multi-stage transition: just switch libcurl3 directly
to gnutls, and add libcurl3-openssl which provides libcurl-openssl.so.3?

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


signature.asc
Description: Digital signature


Bug#326457: qt-x11-free: FTBFS: Cannot find postgresql server headers

2005-09-03 Thread Daniel Schepler
Package: qt-x11-free
Severity: serious
Version: 3:3.3.4-7

From my build log, with postgresql packages from current unstable:

...
g++ -c -pipe -I/usr/include/mysql -I/usr/include/freetype2 
-I/usr/include/postgresql -fno-exceptions -Wall -W -O2 -fPIC  -DQT_NO_DEBUG 
-DQT_PLUGIN -DQT_SHARED -I/tmp/buildd/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I../../../../include -I.moc/release-shared/ -o 
.obj/qsql_psql.o ../../../../src/sql/drivers/psql/qsql_psql.cpp
../../../../src/sql/drivers/psql/qsql_psql.cpp:50:22: error: postgres.h: No 
such file or directory
../../../../src/sql/drivers/psql/qsql_psql.cpp:57:29: error: catalog/pg_type.h: 
No such file or directory
../../../../src/sql/drivers/psql/qsql_psql.cpp: In function 'QVariant::Type 
qDecodePSQLType(int)':
../../../../src/sql/drivers/psql/qsql_psql.cpp:127: error: 'BOOLOID' was not 
declared in this scope
...
make[4]: *** [.obj/qsql_psql.o] Error 1
make[4]: Leaving directory 
`/tmp/buildd/qt-x11-free-3.3.4/plugins/src/sqldrivers/psql'
make[3]: *** [sub-psql] Error 2
make[3]: Leaving directory 
`/tmp/buildd/qt-x11-free-3.3.4/plugins/src/sqldrivers'
make[2]: *** [sub-sqldrivers] Error 2
make[2]: Leaving directory `/tmp/buildd/qt-x11-free-3.3.4/plugins/src'
make[1]: *** [sub-plugins] Error 2
make[1]: Leaving directory `/tmp/buildd/qt-x11-free-3.3.4'
make: *** [libqt-stamp] Error 2

You can probably fix this by adding postgresql-server-dev-8.0 to the
Build-Depends and adding -I`pg_config --includedir-server` to the
include flags.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

-- 
Daniel Schepler  Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet.
 -- Orson Scott Card


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



Bug#326456: libmasonx-request-withapachesession-perl: FTBFS: Failed 2/3 test scripts

2005-09-03 Thread Andreas Jochens
Package: libmasonx-request-withapachesession-perl
Version: 0.30-1
Severity: serious

When building 'libmasonx-request-withapachesession-perl'
in a clean unstable chroot, I get the following error:

dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 11
Failed 1/12 tests, 91.67% okay
t/03-multi
# Failed test (/usr/share/perl5/HTML/Mason/Tests.pm at line 559)
# Looks like you failed 1 test of 7.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/7 tests, 85.71% okay
t/99-pod..ok
1/1 skipped: File::Find::Rule not installed
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/01-basic.t1   256121   8.33%  11
t/03-multi.t1   256 71  14.29%  4
1 subtest skipped.
Failed 2/3 test scripts, 33.33% okay. 2/20 subtests failed, 90.00% okay.
make: *** [build-stamp] Error 255

Regards
Andreas Jochens


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



Bug#326455: libsql-abstract-limit-perl: FTBFS: Failed 1/6 test scripts

2005-09-03 Thread Andreas Jochens
Package: libsql-abstract-limit-perl
Version: 0.033-1
Severity: serious

When building 'libsql-abstract-limit-perl' in a clean unstable chroot,
I get the following error:

t/02.syntax...Base class package Class::DBI is empty.
(Perhaps you need to 'use' the module which defines that package first.)
 at t/02.syntax.t line 48
BEGIN failed--compilation aborted at t/02.syntax.t line 48.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/03.subclass.ok
t/pod-coverageskipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.skipped
all skipped: Test::Pod 1.14 required for testing POD
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
t/02.syntax.t  255 65280 7   14 200.00%  1-7
2 tests skipped.
Failed 1/6 test scripts, 83.33% okay. 7/33 subtests failed, 78.79% okay.
make: *** [install-stamp] Error 255

Regards
Andreas Jochens


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



Bug#323124: marked as done (tinyca: crashes on startup)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 05:02:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323124: fixed in tinyca 0.7.0-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 14 Aug 2005 21:26:41 +
From [EMAIL PROTECTED] Sun Aug 14 14:26:41 2005
Return-path: [EMAIL PROTECTED]
Received: from xs4all.vs19.net (dipsaus.vs19.net) [213.84.236.198] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4Q08-0008QK-00; Sun, 14 Aug 2005 14:26:41 -0700
Received: from spaans ([192.168.0.7] helo=spaans.vs19.net)
by dipsaus.vs19.net with esmtp (Exim 4.50)
id 1E4PzY-00088L-EL; Sun, 14 Aug 2005 23:26:07 +0200
Received: from spaans by spaans.vs19.net with local (Exim 4.52)
id 1E4Pyq-0007D0-LP; Sun, 14 Aug 2005 23:25:20 +0200
Date: Sun, 14 Aug 2005 23:25:20 +0200
From: Jasper Spaans [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: tinyca: crashes on startup
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=MGYHOYXEY6WxJCY8
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-Copyright: Copyright 2005 Jasper Spaans, unauthorised distribution prohibited
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: tinyca
Version: 0.7.0-1
Severity: grave

When trying tot start the new version of tinyca, it crashes directly:

[EMAIL PROTECTED]:~$ tinyca2
Gtk-CRITICAL **: gtk_widget_get_style: assertion `GTK_IS_WIDGET
(widget)' failed at /usr/lib/tinyca/CERT.pm line 119.
Segmentatie fout

I'll do some real testing soon.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc5-mm1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DUTF=
-8)

Versions of packages tinyca depends on:
ii  libgnome2-perl1.023-1Perl interface to the GNOME li=
brar
ii  libgtk2-perl  1:1.083-1  Perl interface to the 2.x seri=
es o
ii  liblocale-gettext-perl1.05-1 Using libc functions for inter=
nati
ii  openssl   0.9.7g-1   Secure Socket Layer (SSL) bina=
ry a

Versions of packages tinyca recommends:
ii  zip   2.31-3 Archiver for .zip files

-- no debconf information

--=20
Jasper Spaans   http://jsp.vs19.net/
 23:25:02 up 10406 days, 14:12, 0 users, load average: 4.00 4.00 4.00

   This line was last modified 0 seconds ago.

--MGYHOYXEY6WxJCY8
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC/7bAN+t4ZIsVDPgRAp5tAJwOAYrhYl+5EayffwTAyyLY8UNLWgCgw6J6
nJvQMoURAuG1gbqRN/Qg8fo=
=Jjca
-END PGP SIGNATURE-

--MGYHOYXEY6WxJCY8--

---
Received: (at 323124-close) by bugs.debian.org; 3 Sep 2005 12:08:30 +
From [EMAIL PROTECTED] Sat Sep 03 05:08:30 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBWik-0006dj-00; Sat, 03 Sep 2005 05:02:06 -0700
From: Christoph Ulrich Scholler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323124: fixed in tinyca 0.7.0-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 05:02:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: tinyca
Source-Version: 0.7.0-2

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

Bug#326452: ogre-contrib: FTBFS: /bin/sed: can't read /usr/lib/libtiff.la: No such file or directory

2005-09-03 Thread Federico Di Gregorio
Il giorno sab, 03/09/2005 alle 13.48 +0200, Andreas Jochens ha scritto:
 Package: ogre-contrib
 Version: 1.0.4-1
 Severity: serious
 
 When building 'ogre-contrib' in a clean 'unstable' chroot,
 I get the following error:
 
 x86_64-linux-gnu-g++ -shared -nostdlib 
 /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/crti.o 
 /usr/lib/gcc/x86_64-linux-gnu/4.0.2/crtbeginS.o  .libs/OgreCgProgram.o 
 .libs/OgreCgProgramFactory.o .libs/OgreCgProgramManagerDll.o  
 -L/ogre-contrib-1.0.4/build-tree/ogre-contrib/OgreMain/src 
 /usr/lib/libOgreMain.so -lCg /usr/lib/libILU.so /usr/lib/libIL.so -lpthread 
 -lz -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.0.2 
 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64 
 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../.. -L/lib/../lib64 
 -L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s 
 /usr/lib/gcc/x86_64-linux-gnu/4.0.2/crtendS.o 
 /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/crtn.o  -Wl,-z -Wl,defs 
 -Wl,-soname -Wl,Plugin_CgProgramManager.so -o .libs/Plugin_CgProgramManager.so
 creating Plugin_CgProgramManager.la
 /bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
 libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
 make[4]: *** [Plugin_CgProgramManager.la] Error 1
 make[4]: Leaving directory 
 `/ogre-contrib-1.0.4/build-tree/ogre-contrib/PlugIns/CgProgramManager/src'

Missing build-depends on libtiff4-dev. Will be fixed in next release.ù

federico

-- 
Federico Di Gregorio http://people.initd.org/fog
Debian GNU/Linux Developer[EMAIL PROTECTED]
INIT.D Developer   [EMAIL PROTECTED]
 I'm hung like Einstein and smart as a horse! -- Trottalemme


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


Bug#326458: kbear: Broken dependency with KDE 3.4

2005-09-03 Thread François Valenduc
Package: kbear
Version: 2.1.1-9
Severity: grave
Justification: renders package unusable

When I  want to install kbear, some package aren't found (kdebase4 and  
libqt3c102mt. In fact, these packages are installed but the version is  not 
accepted (these packages are kdebase4c2 and libqt3-mt. If I force the 
installation of kbear, it works so I guess a simple change in the depedencies 
of kbear would solve the problem
 
System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1)

Versions of packages kbear depends on:
pn  kdelibs4  none (no description available)
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-1 PNG library - runtime
pn  libqt3c102-mt none (no description available)
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

kbear recommends no packages.


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



Processed: capi4hylafax new version: bug present?

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 320721 +moreinfo
Bug#320721: capi4hylafax: c2faxrecv segfaults when an incoming faxtransmission 
enters
There were no tags set.
Tags added: moreinfo

 tags 303031 +moreinfo
Bug#303031: StationID sometimes missing
There were no tags set.
Tags added: moreinfo

 tags 305196 +moreinfo
Bug#305196: segmentationfault without correct DDIOffset
There were no tags set.
Tags added: moreinfo


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326462: libquicktime0 fails to install

2005-09-03 Thread Erik Schanze
Package: libquicktime0
Severity: serious
Version: 1:0.9.7-0.2

Hi!

I tried to install libquicktime0 on i386, but it failed because of 
depends on liblame0 (= 3.96.1-1), but liblame0 is not available in 
Debian.

Kindly regards,
Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
  * Linux-Info-Tag in Dresden, am 29. Oktober 2005  *
 Info: http://www.linux-info-tag.de *


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



Bug#318538: grepmail: FTBFS: Test suite failures

2005-09-03 Thread Mohammed Adnène Trojette
On Sun, Jul 17, 2005, Joey Hess wrote:
 FWIW, this doesn't seem to happen in a etch chroot on i386.

This doesn't seem to happen in a sid pbuilder on i386, neither.

-- 
adn
Mohammed Adnène Trojette
La compagnie des honnêtes gens est un trésor.
  Proverbe oriental



Bug#326416: kimdaba: build-depends on LIBRARIES and Priority: required packages

2005-09-03 Thread Steve Langasek
On Sat, Sep 03, 2005 at 01:21:41PM +0200, David L. Moreno wrote:
 This bug report lacks any proper description of the problem and no
 hints of how to solve it. This is especially relevant as it comes from
 an experienced Debian Developer, from whom I would have expected a
 helpuful bug report.

7.6. Relationships between source and binary packages - `Build-Depends',
`Build-Depends-Indep', `Build-Conflicts', `Build-Conflicts-Indep'


 Source packages that require certain binary packages to be installed
 or absent at the time of building the package can declare
 relationships to those binary packages.

 This is done using the `Build-Depends', `Build-Depends-Indep',
 `Build-Conflicts' and `Build-Conflicts-Indep' control file fields.

Package: kimdaba
Build-Depends: debhelper (= 4.0.0), docbook-to-man (= 2 ), base-files (= 3.1 
), binutils (= 2.15-4 ), coreutils (= 5.2.1-2 ), gettext (= 0.14.1-5 ), 
kdelibs4, kdelibs4-dev, libacl1, libart-2.0-2, libattr1, libaudio2, libexpat1, 
libfam0c102, libfontconfig1, libfreetype6, libgcc1, libice6, libice-dev, 
libidn11, libncurses5, libpng12-0,libpng12-dev, libqt3c102-mt, libqt3-mt-dev, 
libsm6, libsm-dev, libx11-6, libx11-dev, libxcursor1, libxext6, libxext-dev, 
libxft2, libxrandr2, libxrender1, libxt6, xutils (= 4.3.0.dfsg.1-6 ), zlib1g 
(= 1 ), zlib1g-dev (= 1 )

Do you really think that kimdaba requires the binary packages kdelibs4,
libacl1, libart-2.0-2, libattr1, libgcc1, libice6, libidn11,
libncurses5, libpng12-0, libqt3c102-mt, libsm6, libx11-6, libxcursor1,
libxext6, libxft2, libxrandr2, libxrender1, libxt6, and zlib1g in order
to build!?  You mean the *source* package contains files which look for
each of these shared libraries *directly*?  These packages provide *no*
facilities that are relevant to building packages.  They include no
header files, no .so or .a files that can be used by ld, and no (or very
few) executables.  Why do you build-depend on them?

It's slightly more credible that you could need versioned
build-dependencies on base-files, binutils, coreutils, gettext, and
xutils; but in this context, they appear to be just a few more randomly
selected (or automatically generated?) build-dependencies.  And I can't
imagine why, for instance,

base-files (3.1) unstable; urgency=high

  * Changed issue, issue.net and debian_version to read 3.1.

 -- Santiago Vila [EMAIL PROTECTED]  Mon, 26 Jul 2004 20:25:32 +0200

is relevant to your package's build...

What's particularly disappointing is that you've already had one
previous bug report complaining about bogus build-dependencies (bug
#300309), but rather than leading to any systematic review by you or
your sponsor of these build-deps and of the process that led them to be
there, you removed only the ones that were explicitly indicated in the
bug report... :/

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


signature.asc
Description: Digital signature


Bug#326010: dvgrab: FTBFS: quicktime/quicktime.h: No such file or directory

2005-09-03 Thread Erik Schanze
Hi Andreas!

Andreas Jochens Andreas Jochens [EMAIL PROTECTED]:
 When building 'dvgrab' on amd64/unstable,
 I get the following error:

 In file included from dvgrab.h:31,
  from main.cc:75:
 filehandler.h:195:33: error: quicktime/quicktime.h: No such file or
 directory filehandler.h:213: error: ISO C++ forbids declaration of
 'quicktime_t' with no type filehandler.h:213: error: expected ';'
 before '*' token
 make[1]: *** [main.o] Error 1
 make[1]: Leaving directory `/dvgrab-1.8'
 make: *** [build-stamp] Error 2

Thank you for your report and patch.

This problem was caused by changing paths in libquicktime 0.9.5. 
Recently a new package libquicktime-dev 0.9.7 was uploaded and 
introduced the new paths silently.
Currently libquicktime is uninstallable (at least on i386, see #326462), 
so I will fix this bug after libquicktime issues are cleared.


Kindly regards,

Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
  * Linux-Info-Tag in Dresden, am 29. Oktober 2005  *
 Info: http://www.linux-info-tag.de *


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



Bug#326010: marked as forwarded (dvgrab: FTBFS: quicktime/quicktime.h: No such file or directory)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Sep 2005 15:09:12 +0200
with message-id [EMAIL PROTECTED]
has caused the Debian Bug report #326010,
regarding dvgrab: FTBFS: quicktime/quicktime.h: No such file or directory
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

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

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

---
Received: (at 326010-forwarded) by bugs.debian.org; 3 Sep 2005 13:11:52 +
From [EMAIL PROTECTED] Sat Sep 03 06:11:51 2005
Return-path: [EMAIL PROTECTED]
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EBXoF-0004AZ-00; Sat, 03 Sep 2005 06:11:51 -0700
Received: (qmail invoked by alias); 03 Sep 2005 13:11:17 -
Received: from dialin-145-254-077-073.arcor-ip.net (EHLO 
dialin-145-254-077-073.arcor-ip.net) [145.254.77.73]
  by mail.gmx.net (mp014) with SMTP; 03 Sep 2005 15:11:17 +0200
X-Authenticated: #2483140
From: Erik Schanze [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Bug#326010: dvgrab: FTBFS: quicktime/quicktime.h: No such file or 
directory
Date: Sat, 3 Sep 2005 15:09:12 +0200
User-Agent: KMail/1.8.1
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Cc: Andreas Jochens [EMAIL PROTECTED],
 [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary=nextPart2410945.buzZKeI8ak;
  protocol=application/pgp-signature;
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: [EMAIL PROTECTED]
X-Y-GMX-Trusted: 0
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

--nextPart2410945.buzZKeI8ak
Content-Type: text/plain;
  charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Arne!

[Please keep [EMAIL PROTECTED] in CC: on answers]

Since http://jira.schirmacher.de/jira-kino/ gives an Internal Server=20
Error I contact you directly, not over your BTS.

A Debian user had reported a bug, that outlines a change in libquicktime=20
header paths. This change was introdueced in libquicktime 0.9.5.

You should adapt filehandler.h and configure script of dvgrab-1.8 to=20
reflect this changes.=20

It would be cleaner, if you do not use HAVE_LIBQUICKTIME for header=20
inclusions, please take HAVE_LQT_QUICKTIME_H and HAVE_LQT_LQT_H=20
instead.


Andreas Jochens Andreas Jochens [EMAIL PROTECTED]:
 Package: dvgrab
 Version: 1.8-2
 Severity: serious
 Tags: patch

 When building 'dvgrab' on amd64/unstable,
 I get the following error:

 In file included from dvgrab.h:31,
  from main.cc:75:
 filehandler.h:195:33: error: quicktime/quicktime.h: No such file or
 directory filehandler.h:213: error: ISO C++ forbids declaration of
 'quicktime_t' with no type filehandler.h:213: error: expected ';'
 before '*' token
 make[1]: *** [main.o] Error 1
 make[1]: Leaving directory `/dvgrab-1.8'
 make: *** [build-stamp] Error 2

 With the attached patch 'dvgrab' can be compiled on amd64/unstable.

 Regards
 Andreas Jochens

 diff -urN ../tmp-orig/dvgrab-1.8/configure ./configure
 --- ../tmp-orig/dvgrab-1.8/configure  2005-04-09 20:56:18.0
 + +++ ./configure 2005-09-01 07:46:17.0 +
 @@ -6303,7 +6303,7 @@



 -for ac_header in quicktime/quicktime.h
 +for ac_header in lqt/quicktime.h
  do
  as_ac_Header=3D`echo ac_cv_header_$ac_header | $as_tr_sh`
  if eval test \\${$as_ac_Header+set}\ =3D set; then
 diff -urN ../tmp-orig/dvgrab-1.8/configure.in ./configure.in
 --- ../tmp-orig/dvgrab-1.8/configure.in   2005-04-09 20:54:32.0
 + +++ ./configure.in  2005-09-01 07:50:35.0 +
 @@ -67,7 +67,7 @@
   AC_WARN(libdv missing; I make better dv2 AVI files with libdv 0.98
 or newer installed.) ])

 -AC_CHECK_HEADERS(quicktime/quicktime.h,,
 +AC_CHECK_HEADERS(lqt/quicktime.h,,
  [
   AC_WARN(quicktime headers missing; install libquicktime or
 quicktime4linux to support Quicktime files.) ])
 diff -urN ../tmp-orig/dvgrab-1.8/filehandler.h ./filehandler.h
 --- ../tmp-orig/dvgrab-1.8/filehandler.h  2004-07-22
 02:25:14.0 + +++ ./filehandler.h  2005-09-01
 07:44:02.0 +
 @@ -192,7 +192,7 @@
  };

  #ifdef HAVE_LIBQUICKTIME
 -#include quicktime/quicktime.h
 +#include lqt/quicktime.h

  class QtHandler: public FileHandler
  {


Kindly regards,
Erik


=2D-=20
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
  * Linux-Info-Tag in Dresden, am 29. Oktober 2005  *
 

Processed: cloning 319073, reassign -1 to lxr-cvs

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 clone 319073 -1
Bug#319073: lxr: lxr binary is installed inside /var/lib/lxr/bin instead of 
/usr/bin
Bug 319073 cloned as bug 326467.

  # putting the binaries into /var/lib/lxr-cvs/httpd isn't better...
 reassign -1 lxr-cvs
Bug#326467: lxr: lxr binary is installed inside /var/lib/lxr/bin instead of 
/usr/bin
Bug reassigned from package `lxr' to `lxr-cvs'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326466: mesa: FTBFS: Missing Build-Depends on 'xutils, xlibmesa-gl-dev'

2005-09-03 Thread Andreas Jochens
Package: mesa
Version: 6.3.2-1
Severity: serious
Tags: patch

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

touch depend
makedepend -fdepend -I. -I../../../include -I../../../include/GL/internal 
-I../../../src/mesa/main -I../../../src/mesa/glapi 
-I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm`  
../../../src/mesa/glapi/glapi.c ../../../src/mesa/glapi/glthread.c 
../../../src/mesa/main/dispatch.c glcontextmodes.c clientattrib.c compsize.c 
eval.c glxcmds.c glxext.c glxextensions.c indirect.c indirect_init.c 
indirect_size.c indirect_window_pos.c indirect_transpose_matrix.c 
indirect_vertex_array.c indirect_vertex_program.c pixel.c pixelstore.c 
render2.c renderpix.c single2.c singlepix.c vertarr.c xfont.c glx_pbuffer.c 
glx_query.c glx_texture_compression.c dri_glx.c XF86dri.c   
/bin/sh: makedepend: command not found
make[2]: *** [depend] Error 127
make[2]: Leaving directory `/mesa-6.3.2/build/gl-debian-dri/src/glx/x11'

Later in the build process I get the following error:

In file included from glcontextmodes.c:60:
../../../src/mesa/drivers/dri/common/glcontextmodes.h:39: warning: type defaults
 to 'int' in declaration of '__GLXvisualConfig'
../../../src/mesa/drivers/dri/common/glcontextmodes.h:39: error: syntax error be
fore '*' token
glcontextmodes.c:125: warning: type defaults to 'int' in declaration of '__GLXvi
sualConfig'
glcontextmodes.c:125: error: syntax error before '*' token
glcontextmodes.c: In function '_gl_copy_visual_to_context_mode':
glcontextmodes.c:127: error: 'mode' undeclared (first use in this function)
glcontextmodes.c:127: error: (Each undeclared identifier is reported only once
glcontextmodes.c:127: error: for each function it appears in.)
glcontextmodes.c:132: error: 'config' undeclared (first use in this function)
make[2]: *** [glcontextmodes.o] Error 1
make[2]: Leaving directory `/mesa-6.3.2/build/gl-debian-dri/src/glx/x11'


Please add the missing Build-Depends on 'xutils, xlibmesa-gl-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mesa-6.3.2/debian/control ./debian/control
--- ../tmp-orig/mesa-6.3.2/debian/control   2005-09-03 11:50:15.0 
+
+++ ./debian/control2005-09-03 11:50:02.0 +
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
 Standards-Version: 3.6.1
-Build-Depends: lesstif2-dev, xlibs-dev, grep-dctrl, debhelper ( 4), 
build-essential (= 11), libdrm-dev, libdirectfb-dev
+Build-Depends: lesstif2-dev, xutils, xlibs-dev, xlibmesa-gl-dev, grep-dctrl, 
debhelper ( 4), build-essential (= 11), libdrm-dev, libdirectfb-dev
 
 Package: mesag3
 Section: libs


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



Processed: Splitting umountfs in two is needed

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 252059 serious
Bug#252059: initscripts: Split umountfs.sh into two, umountfs  remount root RO
Severity set to `serious'.

 severity 319890 serious
Bug#319890: /etc/init.d/umountfs
Severity set to `serious'.

 merge 319890 252059
Bug#252059: initscripts: Split umountfs.sh into two, umountfs  remount root RO
Bug#319890: /etc/init.d/umountfs
Merged 252059 319890.

 normal
Unknown command or malformed arguments to command.

 These are the same bug.  Upgrading the severity to seriuos, as it
Unknown command or malformed arguments to command.

 break shutdown for all users of LVM and crypto file systems.
Unknown command or malformed arguments to command.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326468: quickplot: FTBFS: ISO C++ forbids declaration of 'FieldReader' with no type

2005-09-03 Thread Andreas Jochens
Package: quickplot
Version: 0.8.6-1
Severity: serious
Tags: patch

When building 'quickplot' on unstable,
I get the following error:

if g++ -DHAVE_CONFIG_H -I. -I. -I.-Wall -DXTHREADS -I/usr/include/gtkmm-2.4 
-I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
-I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 
-I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0
-DHTMLDIR=\/usr/share/doc/quickplot/html\ -g -O2 -MT quickplot-App.o -MD -MP 
-MF .deps/quickplot-App.Tpo \
  -c -o quickplot-App.o `test -f 'App.cpp' || echo './'`App.cpp; \
then mv -f .deps/quickplot-App.Tpo .deps/quickplot-App.Po; \
else rm -f .deps/quickplot-App.Tpo; exit 1; \
fi
Field.h:98: error: ISO C++ forbids declaration of 'FieldReader' with no type
Field.h:98: error: expected ';' before '*' token
make[2]: *** [quickplot-App.o] Error 1
make[2]: Leaving directory `/quickplot-0.8.6'

With the attached patch 'quickplot' can be compiled
using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/quickplot-0.8.6/Field.h ./Field.h
--- ../tmp-orig/quickplot-0.8.6/Field.h 2004-04-23 20:25:01.0 +
+++ ./Field.h   2005-09-03 13:09:04.0 +
@@ -2,6 +2,7 @@
  */
 class Source;
 class FileReader;
+class FieldReader;
 
 class Field
 {


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



Bug#326416: kimdaba: build-depends on LIBRARIES and Priority: required packages

2005-09-03 Thread Adeodato Simó
* David L. Moreno [Sat, 03 Sep 2005 13:21:41 +0200]:

  You are expected to CC submitter of your bug reports, btw; or use
  -submitter.

 Debian is a cooperative project based on volunteer work,

  in which maintainers are expected to have read and understood the
  Debian Policy document.

 The disrespectful manners in which this bug report was redacted show
 It's author's lack of appreciation for the work of others. Disrespect,
 bigotry and rudeness do much more harm to a cooperative project like
 Debian than a FTBFS bug.

  The bitternes of this bug report comes from the state of shock the
  submitter was left in after learning that a person with a key in the
  Debian keyring had uploaded a package with such build-depends line to
  our archive, and that a maintainer had ___neglected___ to instruct
  himself about Build-Depencencies after receiving a bug like #300309,
  which clearly shows he does not grasp them.

  So, yes; this was a public lart the message of which was HEY DUDE
  WAKE UP. It was not about a package FTBFSing, of which we have
  plenty, but about a maintainer failing to meet the minimum expected
  level of competence or, at least, will to learn -- of which I'm slowly
  discovering we may have plenty too. :/

 This bug report lacks any proper description of the problem and no
 hints of how to solve it.
  
  Look at the subject; and Steve's mail, now.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Kindness is a language which the deaf can hear and the blind can read.
-- Mark Twain



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



Processed: tagging 326453

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 326453 + unreproducible moreinfo
Bug#326453: fish: Segfault on startup
There were no tags set.
Tags added: unreproducible, moreinfo


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#287925: (no subject)

2005-09-03 Thread Frank Lichtenheld
On Sun, Aug 21, 2005 at 11:33:51PM +0200, Daniel Baumann wrote:
 fixed[0], waiting for my sponsor... this package solves *only* this bug,
 I want to get 0.34-1 into 3.1r1 too.

It's been two weeks since then. Problems with the patch or is your
sponsor just busy?

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#294245: please try 1.2.1-2 ...

2005-09-03 Thread Sven Luther
Hi,

I am a bit baffled about this bug, could you explain to me why this would
affect amd64, while all other arches work out just fine without it ? In
particular the invalid_max changes have me trully baffled, and i believe they
are not necessary, or C++ is really a sick language.

Friendly,

Sven Luther



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



Processed: let's merge two identic bugs ...

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 merge 294245 266608
Bug#266608: hardware-monitor: FTBFS with gcc-3.4: no match for 'operator*' in 
'*window'
Bug#294245: hardware-monitor: FTBFS (amd64/gcc-4.0): undefined reference to 
`Sensors::invalid_max'
Merged 266608 294245.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#325643: Bug#318590: Bug#325643: libcurl and moc

2005-09-03 Thread Domenico Andreoli
On Fri, Sep 02, 2005 at 04:04:27AM -0700, Steve Langasek wrote:
 On Fri, Sep 02, 2005 at 12:24:18PM +0200, Domenico Andreoli wrote:
 - libcurl3  (GnuTLS, soname: libcurl.so.3)
 
 So the libcurl3 in sarge and etch will have ABI incompatibilities?
 
  at the release time of etch this problem will regard only
  external software. this kind of installations will be able to use
  libcurl3-openssl-dev package or switch to GnuTLS.
 
  is this reasonable enough?
 
 No, definitely not.  You cannot change the ABI of an existing library
 package, especially not one that's been in a stable release; you need
 to rename it instead.

so we need both libcurl3-openssl and libcurl3-gnutls until libcurl4? i
am not seeing this as a problem.

dom

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Processed: Re: sbm: FTBFS: Undefined reference to MAJOR

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 On Mon, Aug 22, 2005, Daniel Schepler wrote:
Unknown command or malformed arguments to command.

  Package: sbm
Unknown command or malformed arguments to command.

  Severity: serious
Unknown command or malformed arguments to command.

  Version: 3.7.1-7
Unknown command or malformed arguments to command.

 tag 324575 patch
Bug#324575: sbm: FTBFS: Undefined reference to MAJOR
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#324575: sbm: FTBFS: Undefined reference to MAJOR

2005-09-03 Thread Mohammed Adnene TROJETTE
On Mon, Aug 22, 2005, Daniel Schepler wrote:
 Package: sbm
 Severity: serious
 Version: 3.7.1-7

tag 324575 patch
thanks

 /tmp/buildd/sbm-3.7.1/installer/sbminst.c:283: undefined reference to `MAJOR'
 /tmp/buildd/sbm-3.7.1/installer/sbminst.c:284: undefined reference to `MINOR'

Here is a patch that fixes the issue. 

-- 
adn
Mohammed Adnène Trojette

--- installer/sbminst.c 2001-02-09 18:10:32.0 +0100
+++ ../sbminst.c2005-09-03 13:14:01.861723312 +0200
@@ -34,6 +34,7 @@
 #include sys/types.h
 #include fcntl.h
 #include dirent.h
+#includesys/sysmacros.h
 
 #else
 
@@ -280,8 +281,8 @@
 die (%s is not a block device!\n, dev);
 
 /* Check device */
-  major = MAJOR (st.st_rdev);
-  minor = MINOR (st.st_rdev);
+  major = major (st.st_rdev);
+  minor = minor (st.st_rdev);
 
   if (major != MAJOR_FD  
   major != MAJOR_HD1  



Processed: Re: sbm: FTBFS: Undefined reference to MAJOR

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 On Mon, Aug 22, 2005, Daniel Schepler wrote:
Unknown command or malformed arguments to command.

  Package: sbm
Unknown command or malformed arguments to command.

  Severity: serious
Unknown command or malformed arguments to command.

  Version: 3.7.1-7
Unknown command or malformed arguments to command.

 tag 324575 patch
Bug#324575: sbm: FTBFS: Undefined reference to MAJOR
Tags were: patch
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326458: kbear: Broken dependency with KDE 3.4

2005-09-03 Thread Ben Burton

Hi,

KBear is in the process of being adopted by someone else, but I haven't
yet heard if they plan on taking it through the g++-4 transition.  If
I don't hear back in the next day or so, I'll transition it myeslf (at
which point it will become installable again).

b.



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



Bug#294245: proposed patch fails to build ...

2005-09-03 Thread Sven Luther
Hi, the proposed patch fails to build with :

f powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..
-DHARDWARE_MONITOR_GLADEDIR=\/usr/share/hardware-monitor/glade/\
-DGNOMELOCALEDIR=\/usr/share/locale\
-DGNOMEICONDIR=\/usr/share/pixmaps\
-DSENSORS_CONF_FILE=\/etc/sensors.conf\   -DXTHREADS -DORBIT2=1 -pthread
-I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include
-I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include
-I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include
-I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include
-I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include
-I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6
-I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/gtkmm-2.4
-I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnome-2.0
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/atk-1.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2
-I/usr/include/libbonoboui-2.0 -I/usr/include/panel-2.0
-I/usr/include/libgtop-2.0-Wall -O3 -g -O2 -MT monitor-impls.o -MD -MP -MF
.deps/monitor-impls.Tpo -c -o monitor-impls.o monitor-impls.cpp; \
then mv -f .deps/monitor-impls.Tpo .deps/monitor-impls.Po; else rm -f
.deps/monitor-impls.Tpo; exit 1; fi
/usr/include/gconfmm-2.6/gconfmm/setinterface.h:42: warning: ‘class
Gnome::Conf::SetInterface’ has virtual functions but non-virtual destructor
monitor-impls.cpp:924: error: ‘const double Sensors::invalid_max’ is not a
static member of ‘class Sensors’

So, i believe this is no solution.

Friendly,

Sven Luther  




Processed: Fixed in NMU of clanlib 0.6.5-1-2.4

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 324118 + fixed
Bug#324118: libclanlib2c2: Package is empty.
Tags were: patch
Bug#326093: clanlib: Please rename 'debian/libclanlib2.install' to 
'debian/libclanlib2c2.install'
Tags added: fixed

 tag 326093 + fixed
Bug#326093: clanlib: Please rename 'debian/libclanlib2.install' to 
'debian/libclanlib2c2.install'
Tags were: fixed patch
Bug#324118: libclanlib2c2: Package is empty.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#306218: marked as done (python-qt3 must conflict with packages broken by the 3.14.1 changes)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 08:02:23 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#306218: fixed in python-qt3 3.15-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 24 Apr 2005 10:48:28 +
From [EMAIL PROTECTED] Sun Apr 24 03:48:25 2005
Return-path: [EMAIL PROTECTED]
Received: from mail03.agrinet.ch [81.221.250.52] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DPef3-0002n5-00; Sun, 24 Apr 2005 03:48:25 -0700
Received: from localhost.localdomain (80.254.173.61) by mail03.agrinet.ch 
(7.0.024)
id 42667F580004E85E; Sun, 24 Apr 2005 12:47:53 +0200
Message-ID: [EMAIL PROTECTED] (added by [EMAIL PROTECTED])
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Nils Bruenggel [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: kodos: Kodos fails to start
X-Mailer: reportbug 3.9
Date: Sun, 24 Apr 2005 12:48:41 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kodos
Version: 2.4.5-2
Severity: grave
Justification: renders package unusable


I used kodos some time ago and it worked fine for me, now i installed
kodos again on sid and it fails to start, maybe it's not compatible with
the current python-qt version in unstable.

Here is the error i get:

[ ~  kodos
Traceback (most recent call last):
  File /usr/bin/kodos, line 1255, in ?
main()
  File /usr/bin/kodos, line 1246, in main
kodos = Kodos(filename, debug)
  File /usr/bin/kodos, line 96, in __init__
KodosBA.__init__(self)
  File /usr/share/kodos/modules/kodosBA.py, line 850, in __init__

self.groupBox1.setSizePolicy(QSizePolicy(7,7,0,0,self.groupBox1.sizePolicy().hasHeightForWidth()))
TypeError: argument 1 of QSizePolicy() has an invalid type

I also asked in #debian (freenode) about this bug.. 

12:41  sanxiyn jc-denton: Yes, I confirmed that QSizePolicy had
incompatible change between PyQt 3.13 and 3.14

Regards, Nils Bruenggel

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kodos depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python-dev2.3.5-2Header files and a static library 
ii  python-qt33.14.1-2   Qt3 bindings for Python (default v

-- no debconf information

---
Received: (at 306218-close) by bugs.debian.org; 3 Sep 2005 15:08:13 +
From [EMAIL PROTECTED] Sat Sep 03 08:08:13 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBZXD-0008Hb-00; Sat, 03 Sep 2005 08:02:23 -0700
From: Torsten Marek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#306218: fixed in python-qt3 3.15-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 08:02:23 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: python-qt3
Source-Version: 3.15-1

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

pyqt-tools_3.15-1_powerpc.deb
  to pool/main/p/python-qt3/pyqt-tools_3.15-1_powerpc.deb
python-qt-dev_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt-dev_3.15-1_all.deb
python-qt3-doc_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3-doc_3.15-1_all.deb
python-qt3-gl_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3-gl_3.15-1_all.deb
python-qt3_3.15-1.diff.gz
  to pool/main/p/python-qt3/python-qt3_3.15-1.diff.gz
python-qt3_3.15-1.dsc
  to pool/main/p/python-qt3/python-qt3_3.15-1.dsc
python-qt3_3.15-1_all.deb
  to pool/main/p/python-qt3/python-qt3_3.15-1_all.deb
python-qt3_3.15.orig.tar.gz
  to 

Bug#325984: marked as done (python-qt3: rebuilt for c++ transition (NMU))

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 08:02:23 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#325984: fixed in python-qt3 3.15-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 1 Sep 2005 02:09:43 +
From [EMAIL PROTECTED] Wed Aug 31 19:09:43 2005
Return-path: [EMAIL PROTECTED]
Received: from ns1.kidns.de (diana50.kidns.de) [62.75.128.97] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAeWN-0004Mo-00; Wed, 31 Aug 2005 19:09:43 -0700
Received: from p54b2ff1f.dip.t-dialin.net ([84.178.255.31] helo=resivo.mejo.net)
by diana50.kidns.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1EAeW4-0005zp-67; Thu, 01 Sep 2005 04:09:27 +0200
Received: from jonas by resivo.mejo.net with local (Exim 4.52)
id 1EAeVq-0001FA-1m; Thu, 01 Sep 2005 04:09:10 +0200
Date: Thu, 1 Sep 2005 04:09:10 +0200
From: Jonas Meurer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=ZPt4rx8FFjLCG7dd
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: Mutt/1.5.10i
X-SA-Exim-Connect-IP: 84.178.255.31
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: python-qt3: rebuilt for c++ transition (NMU)
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on diana50.kidns.de)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: python-qt3
Version: 3.14.1-2
Severity: grave
Tags: patch
Justification: renders package unusable

hello,

i rebuilt python-qt3 against latest libqt3-mt, libstdc++6 and
python-sip4-qt3.
see attached patch.

bye
 jonas


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-8-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=python-qt3.patch

diff -rNu python-qt3-3.14.1.old/debian/changelog 
python-qt3-3.14.1/debian/changelog
--- python-qt3-3.14.1.old/debian/changelog  2005-09-01 02:18:23.0 
+0200
+++ python-qt3-3.14.1/debian/changelog  2005-09-01 04:07:49.0 +0200
@@ -1,3 +1,11 @@
+python-qt3 (3.14.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * build against latest libqt3-mt, python-sip4-qt3, libqscintilla5
+and libstdc++6 for c++ abi transition (closes: #)
+
+ -- Jonas Meurer [EMAIL PROTECTED]  Thu,  1 Sep 2005 04:07:42 +0200
+
 python-qt3 (3.14.1-2) unstable; urgency=low
 
   * Corrected description of python2.3-qt3 (closes: Bug#302346)
diff -rNu python-qt3-3.14.1.old/debian/control python-qt3-3.14.1/debian/control
--- python-qt3-3.14.1.old/debian/control2005-09-01 02:18:23.0 
+0200
+++ python-qt3-3.14.1/debian/control2005-09-01 03:17:15.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ricardo Javier Cardenes Medina [EMAIL PROTECTED]
 Uploaders: Torsten Marek [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), python2.3-dev, python2.4-dev, 
libqt3-mt-dev (= 3:3.1.1), qt3-dev-tools (= 3:3.1.1-2), qt3-apps-dev (= 
3:3.1.1-2), sip4 (= 4.2), python2.3-sip4-dev (= 4.2), python2.4-sip4-dev (= 
4.2), libqscintilla-dev (= 1.3-1), python
+Build-Depends: debhelper (= 4.0.0), python2.3-dev, python2.4-dev, 
libqt3-mt-dev (= 3:3.3.3-7), qt3-dev-tools (= 3:3.3.3-7), qt3-apps-dev (= 
3:3.3.3-7), sip4 (= 4.2), python2.3-sip4-dev (= 4.2), python2.4-sip4-dev (= 
4.2), libqscintilla-dev (= 1.3-1), python
 Standards-Version: 3.6.1.0
 
 Package: python-qt3
@@ -22,7 +22,7 @@
 Depends: ${shlibs:Depends}, ${python:Depends}, python2.3-sip4-qt3 (= 4.2), 
python2.3-sip4-qt3 ( 4.3)
 Conflicts: python2.3-qt2, python2.3-qt2-mt, python2.3-qt3c102, python-qt-dev 
( 3.14)
 Replaces: python2.3-qt3c102
-Suggests: python2.3-qt3-gl, python-qt3-doc, 
libqt3c102-mt-mysql|libqt3c102-mt-odbc|libqt3c102-mt-psql
+Suggests: python2.3-qt3-gl, python-qt3-doc, libqt3-mt-mysql | libqt3-mt-odbc | 
libqt3-mt-psql
 Description: 

Processed: Re: initscripts: Split umountfs.sh into two, umountfs remount root RO

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 252059 + patch
Bug#252059: initscripts: Split umountfs.sh into two, umountfs  remount root RO
There were no tags set.
Bug#319890: /etc/init.d/umountfs
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of gal2.4 2.4.3-1.1

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 324024 + fixed
Bug#324024: libgal2.4-dev: Missing depends on libgnomeprintui2.2-dev.
Tags were: pending
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300522: Diff of NMU 0.24-1.5

2005-09-03 Thread Aurelien Jarno
diff -u gal-0.24/debian/control.in gal-0.24/debian/control.in
--- gal-0.24/debian/control.in
+++ gal-0.24/debian/control.in
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Takuo KITAME [EMAIL PROTECTED]
-Build-Depends: flex, libgnome-dev (= 1.4.2-4), gnome-common, gettext, 
libxml-dev (= 1.8.5), libgdk-pixbuf-gnome-dev (= 0.18.0-3), libgnomeprint-dev 
(= 0.36-5), libgnome-vfs-dev (= 1.0.3), libglade-gnome0-dev (= 1:0.17-2.6), 
debhelper ( 3.0.0), intltool, libgtkxmhtml-dev, libzvt-dev, dbs, binutils (= 
2.13.90.0.18-1.6) [alpha]
+Build-Depends: flex, libgnome-dev (= 1.4.2-4), gnome-common, gettext ( 
0.14.5), libxml-dev (= 1.8.5), libgdk-pixbuf-gnome-dev (= 0.18.0-3), 
libgnomeprint-dev (= 0.36-5), libgnome-vfs-dev (= 1.0.3), libglade-gnome0-dev 
(= 1:0.17-2.6), debhelper ( 3.0.0), intltool, libgtkxmhtml-dev, libzvt-dev, 
dbs, binutils (= 2.13.90.0.18-1.6) [alpha]
 Standards-Version: 3.5.2.0
 
 Package: libgal-dev
diff -u gal-0.24/debian/changelog gal-0.24/debian/changelog
--- gal-0.24/debian/changelog
+++ gal-0.24/debian/changelog
@@ -1,3 +1,12 @@
+gal (0.24-1.5) unstable; urgency=low
+
+  * 0-day NMU (Bug squashing party).
+  * Added a patch to use gt_LC_MESSAGES instead of AC_LC_MESSAGES (closes:
+bug#300522).
+  * Build-depends on gettext ( 0.14.5).
+
+ -- Aurelien Jarno [EMAIL PROTECTED]  Sat,  3 Sep 2005 16:58:03 +0200
+
 gal (0.24-1.4) unstable; urgency=high
 
   * Non-maintainer upload.
--- gal-0.24.orig/debian/patches/lc_messages.patch
+++ gal-0.24/debian/patches/lc_messages.patch
@@ -0,0 +1,12 @@
+diff -Nur gal-0.24.orig/macros/gnome-gettext.m4 
gal-0.24/macros/gnome-gettext.m4
+--- gal-0.24.orig/macros/gnome-gettext.m4  2002-03-05 17:57:29.0 
+0100
 gal-0.24/macros/gnome-gettext.m4   2005-09-03 16:45:58.0 +0200
+@@ -237,7 +237,7 @@
+  AC_DEFINE(HAVE_STPCPY)
+fi
+ 
+-   AM_LC_MESSAGES
++   gt_LC_MESSAGES
+AM_GNOME_WITH_NLS
+ 
+if test x$CATOBJEXT != x; then


-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#252059: initscripts: Split umountfs.sh into two, umountfs remount root RO

2005-09-03 Thread Petter Reinholdtsen

tags 252059 + patch
thanks

I believe this patch should solve the issue, by splitting umountfs in
two, making sure the umountfs script umount everything except /, and
inserting umountroot after 50lvm (picked 60umountroot fairly
randomly).

It is partly based on the patch from Markus Nass in bug #319890, but I
believe it is less intrusive (avoid editing mtab, do not add a config
file, and do not run bootclean in umountfs.

diff -urN sysvinit-2.86.ds1/debian/initscripts/etc/init.d/umountfs 
sysvinit-2.86.ds1-pere/debian/initscripts/etc/init.d/umountfs
--- sysvinit-2.86.ds1/debian/initscripts/etc/init.d/umountfs2005-09-03 
15:00:54.0 +0200
+++ sysvinit-2.86.ds1-pere/debian/initscripts/etc/init.d/umountfs   
2005-09-03 17:08:07.537229907 +0200
@@ -2,24 +2,32 @@
 #
 # umountfs Turn off swap and unmount all local file systems.
 #
-# Version:  @(#)umountfs  2.85-16  03-Jun-2004  [EMAIL PROTECTED]
+# Version:  @(#)umountfs  2.85-17  03-Sep-2005  [EMAIL PROTECTED]
+#   Modified by Petter Reinholdtsen [EMAIL PROTECTED]
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
+umask 022
 
 echo -n Deactivating swap...
 umount -ttmpfs -a -r
 swapoff -a
 echo done.
 
-#
-#  Umount all filesystems except the virtual ones.
-#
-echo -n Unmounting local filesystems...
-umount -tnoproc,noprocfs,nodevfs,nosysfs,nousbfs,nousbdevfs,nodevpts -d -a -r
-echo done.
-
-# This is superfluous.
-mount -n -o remount,ro /
+# Umount all filesystems except root and the virtual ones
+echo Unmounting local filesystems...
 
+# List all mounts, deepest mount point first
+mount | LANG=C sort -r -k 3 | while read dev x mntpath x type x ; do
+case $type in 
+   proc|procfs|devfs|sysfs|usbfs|usbdevfs|devpts|tmpfs)
+   ;; # Ignoreing virtual file systems
+   *)
+   [ / = $mntpath ]  continue # root is umounted in umountroot
+   echo -n   umounting $mntpath...
+   umount mntpath
+   echo done.
+   ;;
+esac
+done
 : exit 0
diff -urN sysvinit-2.86.ds1/debian/initscripts/etc/init.d/umountroot 
sysvinit-2.86.ds1-pere/debian/initscripts/etc/init.d/umountroot
--- sysvinit-2.86.ds1/debian/initscripts/etc/init.d/umountroot  1970-01-01 
01:00:00.0 +0100
+++ sysvinit-2.86.ds1-pere/debian/initscripts/etc/init.d/umountroot 
2005-09-03 17:08:52.753821357 +0200
@@ -0,0 +1,18 @@
+#! /bin/sh
+#
+# /etc/init.d/umountroot
+#
+# v 0.1, localtime: 2005/07/06 19:00 CEST
+#
+# Mount the root filesystem read-only.
+#
+# Written by Markus Nass [EMAIL PROTECTED]
+#
+
+PATH=/sbin:/bin
+
+echo -n Mounting root filesystem read-only...
+mount -n -o remount,ro /
+echo done.
+
+: exit 0
diff -urN sysvinit-2.86.ds1/debian/initscripts/postinst 
sysvinit-2.86.ds1-pere/debi
an/initscripts/postinst
--- sysvinit-2.86.ds1/debian/initscripts/postinst   2005-09-03 
15:00:54.00
000 +0200
+++ sysvinit-2.86.ds1-pere/debian/initscripts/postinst  2005-09-03 
17:14:52.869710
591 +0200
@@ -146,6 +146,7 @@
 updatercd sendsigs start 20 0 6 .
 updatercd umountnfs.sh start 31 0 6 .
 updatercd umountfs start 40 0 6 .
+updatercd umountroot   start 60 0 6 .
 updatercd halt start 90 0 .
 updatercd reboot   start 90 6 .
 updatercd rmnologinstart 99 2 3 4 5 .


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



Processed: #319559, #326205 are pending

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag #319559 + pending
Bug#319559: FTBFS: Passes too few arguments to wnck_window_activate
Tags were: patch
Tags added: pending

 tag #326205 + pending
Bug#326205: Please update outdated copyright file
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#284166: marked as done (gcjwebplugin: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses precision)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 08:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#284166: fixed in gcjwebplugin 0.3.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 4 Dec 2004 07:59:33 +
From [EMAIL PROTECTED] Fri Dec 03 23:59:33 2004
Return-path: [EMAIL PROTECTED]
Received: from d020089.adsl.hansenet.de (localhost.localdomain) [80.171.20.89] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CaUpJ-00034r-00; Fri, 03 Dec 2004 23:59:33 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CaUsy-0004em-CN; Sat, 04 Dec 2004 09:03:20 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: gcjwebplugin: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses 
precision
Message-Id: [EMAIL PROTECTED]
Date: Sat, 04 Dec 2004 09:03:20 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: gcjwebplugin
Severity: normal
Tags: patch

When building 'gcjwebplugin' with gcc-4.0 on amd64 I get the following error:

 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/classpath -I../include/mozilla 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -MT 
libgcjwebplugin_la-gcjwebplugin.lo -MD -MP -MF 
.deps/libgcjwebplugin_la-gcjwebplugin.Tpo -c gcjwebplugin.cc  -fPIC -DPIC -o 
.libs/libgcjwebplugin_la-gcjwebplugin.o
gcjwebplugin.cc: In function 'NPError GCJ_SetWindow(NPP_t*, NPWindow*)':
gcjwebplugin.cc:293: warning: comparison between signed and unsigned integer 
expressions
gcjwebplugin.cc:333: error: cast from 'void*' to 'int' loses precision
gcjwebplugin.cc: In function 'gint send_message_to_appletviewer(const gchar*)':
gcjwebplugin.cc:413: warning: unused variable 'np_error'

With the attached patch 'gcjwebplugin' can be compiled using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gcjwebplugin-0.3.1/src/gcjwebplugin.cc 
./src/gcjwebplugin.cc
--- ../tmp-orig/gcjwebplugin-0.3.1/src/gcjwebplugin.cc  2004-11-28 
08:02:14.0 +
+++ ./src/gcjwebplugin.cc   2004-12-03 21:31:44.768045456 +
@@ -326,7 +326,7 @@
   else
 {
   PLUGIN_DEBUG (GCJ_SetWindow: setting window\n);
-  data-xid = g_strdup_printf (xid %d, (int)(window-window));
+  data-xid = g_strdup_printf (xid %ld, (long)(window-window));
 
   send_message_to_appletviewer (data-instance_id);
   send_message_to_appletviewer (data-xid);

---
Received: (at 284166-close) by bugs.debian.org; 3 Sep 2005 15:19:12 +
From [EMAIL PROTECTED] Sat Sep 03 08:19:12 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBZlS-0006de-00; Sat, 03 Sep 2005 08:17:06 -0700
From: Michael Koch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#284166: fixed in gcjwebplugin 0.3.2-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 08:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: gcjwebplugin
Source-Version: 0.3.2-1

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

gcjwebplugin_0.3.2-1.diff.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.diff.gz
gcjwebplugin_0.3.2-1.dsc
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.dsc
gcjwebplugin_0.3.2-1_i386.deb
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1_i386.deb
gcjwebplugin_0.3.2.orig.tar.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of 

Bug#306996: marked as done (Adds maintainer's personal bin directory to $PATH)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 08:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#306996: fixed in gcjwebplugin 0.3.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 30 Apr 2005 00:26:35 +
From [EMAIL PROTECTED] Fri Apr 29 17:26:35 2005
Return-path: [EMAIL PROTECTED]
Received: from vms046pub.verizon.net [206.46.252.46] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DRfoZ-ab-00; Fri, 29 Apr 2005 17:26:35 -0700
Received: from [192.168.2.6] ([71.111.48.191])
 by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04
 (built Dec 24 2004)) with ESMTPA id [EMAIL PROTECTED] for
 [EMAIL PROTECTED]; Fri, 29 Apr 2005 19:26:35 -0500 (CDT)
Date: Fri, 29 Apr 2005 10:26:32 -0700
From: Josh Triplett [EMAIL PROTECTED]
Subject: Adds maintainer's personal bin directory to $PATH
To: Debian Bug Tracking System [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
Content-type: multipart/signed; micalg=pgp-sha1;
 protocol=application/pgp-signature;
 boundary=enig00966EDDBAE7589373665334
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.91.0.0
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420
 Debian/1.7.7-2
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--enig00966EDDBAE7589373665334
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: gcjwebplugin
Version: 0.3.1-2
Severity: grave

From src/gcjwebplugin.cc:
 static NPError
 start_appletviewer_process(void)
 {

   // Add install prefix to PATH.
   char *searchpath = getenv(PATH);
   char *newpath = NULL;

   if (searchpath != NULL)
 {
   newpath = strcat(searchpath, :/home/mkoch/local/gcjwebplugin/bin);
 }
   else
 {
   newpath = /home/mkoch/local/gcjwebplugin/bin;
 }

   setenv(PATH, newpath, 1);

- Josh Triplett

--enig00966EDDBAE7589373665334
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename=signature.asc

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

iD8DBQFCcm5IGJuZRtD+evsRAqzyAKCojIbKt+aJ/qUtsVbhMEGbBUWc/ACgj5D9
dmDTw7+gbdDJj02Qcnx7viw=
=sKNU
-END PGP SIGNATURE-

--enig00966EDDBAE7589373665334--

---
Received: (at 306996-close) by bugs.debian.org; 3 Sep 2005 15:19:11 +
From [EMAIL PROTECTED] Sat Sep 03 08:19:11 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBZlS-0006di-00; Sat, 03 Sep 2005 08:17:06 -0700
From: Michael Koch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#306996: fixed in gcjwebplugin 0.3.2-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 08:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: gcjwebplugin
Source-Version: 0.3.2-1

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

gcjwebplugin_0.3.2-1.diff.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.diff.gz
gcjwebplugin_0.3.2-1.dsc
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.dsc
gcjwebplugin_0.3.2-1_i386.deb
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1_i386.deb
gcjwebplugin_0.3.2.orig.tar.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2.orig.tar.gz



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

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

Debian distribution 

Bug#309242: marked as done (gcjwebplugin: makes firefox throw undefined symbol: g_thread_init)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 08:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#309242: fixed in gcjwebplugin 0.3.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 15 May 2005 21:26:22 +
From [EMAIL PROTECTED] Sun May 15 14:26:22 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp.netsonic.fi [194.29.192.26] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DXQcv-00064R-00; Sun, 15 May 2005 14:26:21 -0700
Received: from sauna (kulho150.adsl.netsonic.fi [81.17.193.150])
by smtp.netsonic.fi (Postfix) with ESMTP id A40BA1F8131;
Mon, 16 May 2005 00:26:20 +0300 (EEST)
Received: from lindi by sauna with local (Exim 3.35 #1 (Debian))
id 1DXQcy-0005Pm-00; Mon, 16 May 2005 00:26:24 +0300
From: Timo Juhani Lindfors [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: gcjwebplugin: makes firefox throw undefined symbol: g_thread_init
X-Mailer: reportbug 1.50
Date: Mon, 16 May 2005 00:26:24 +0300
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: gcjwebplugin
Version: 0.3.1-3
Severity: grave
Justification: renders package unusable

I recently installed firefox and gcjwebplugin from unstable inside a
chroot. Unfortunately it seems that gcjwebplugin prevents firefox from
starting at all. Here's what I see when I try to start firefox from
shell:

[EMAIL PROTECTED]:~$ firefox
/usr/lib/mozilla-firefox/firefox-bin: relocation error: 
/usr/lib/mozilla/plugins/libgcjwebplugin.so: undefined symbol: g_thread_init
[EMAIL PROTECTED]:~$

ii  gcjwebplugin 0.3.1-3  web 
browser plugin to execute Java (tm) applets
ii  mozilla-firefox  1.0.4-1  
lightweight web browser based on Mozilla



---
Received: (at 309242-close) by bugs.debian.org; 3 Sep 2005 15:19:28 +
From [EMAIL PROTECTED] Sat Sep 03 08:19:28 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBZlS-0006dm-00; Sat, 03 Sep 2005 08:17:06 -0700
From: Michael Koch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#309242: fixed in gcjwebplugin 0.3.2-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 08:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5

Source: gcjwebplugin
Source-Version: 0.3.2-1

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

gcjwebplugin_0.3.2-1.diff.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.diff.gz
gcjwebplugin_0.3.2-1.dsc
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.dsc
gcjwebplugin_0.3.2-1_i386.deb
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1_i386.deb
gcjwebplugin_0.3.2.orig.tar.gz
  to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated gcjwebplugin package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Sep 2005 14:30:58 +
Source: gcjwebplugin
Binary: gcjwebplugin
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Koch [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 gcjwebplugin - web browser plugin to execute 

Processed: Fixed in NMU of gal 0.24-1.5

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 300522 + fixed
Bug#300522: gal: FTBFS: gnome-autogen.sh: aclocal: AM_LC_MESSAGES not found
Tags were: sid
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#320541: unsafe temp file creation (CAN-2004-2265)

2005-09-03 Thread Frank Lichtenheld
On Sat, Jul 30, 2005 at 12:54:10AM -0400, Joey Hess wrote:
 CAN-2004-2265 is a security hole in uudeview, although you won't find
 much useful info in the advisories associated with that CAN.
[...]
 This is a race, exploitable when uudeview is run on standard input.
 I'm attaching OpenPKG's entire patch for uudeview 0.5.19, since you might
 find unrelated changes also of interest. The relevent fixes for this hole
 are change changes involving tempnam and _FP_tempnam.

While I see the race I fail to see how the patch fixes that.

 mkstemp security enhancement. Similar to
 FreeBSD http://www.freebsd.org/cgi/query-pr.cgi?pr=41508
 SuSE uudeview-0.5.18-244.src.rpm
[...]
 --- uulib/fptools.c
 +++ uulib/fptools.c
 @@ -507,5 +507,15 @@
  char * TOOLEXPORT
  _FP_tempnam (char *dir, char *pfx)
  {
 -  return _FP_strdup (tmpnam (NULL));
 +  int fd;
 +  char fileName[100];
 +
 +  strncpy(fileName, pfx, 90);
 +  strcat(fileName, XX);
 +  fd = mkstemp(fileName);
 +  if (fd == -1)
 + return NULL;
 +  close(fd);
 +  unlink(fileName);
 +  return _FP_strdup (fileName);
  }

I mean, after closing fd _and_ unlinking the temporary file it is
completly gone and the race is open again, isn't it? Wouldn't be
the right fix to return the fd from the function and not bother
about the filename at all?

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#297838: NMU uploaded

2005-09-03 Thread Andreas Barth
Hi,

I uploaded the following NMU.

Cheers,
Andi

diff -Nur ../xclass-0.8.3../debian/changelog ../xclass-0.8.3/debian/changelog
--- ../xclass-0.8.3../debian/changelog  2005-07-31 10:23:53.0 +0200
+++ ../xclass-0.8.3/debian/changelog2005-09-03 17:05:40.0 +0200
@@ -1,3 +1,10 @@
+xclass (0.8.3-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * builds correctly with gcc-4.0. Closes: #297838.
+
+ -- Andreas Barth [EMAIL PROTECTED]  Sat,  3 Sep 2005 17:05:00 +0200
+
 xclass (0.8.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nur ../xclass-0.8.3../lib/libxclass/OXHtmlParse.cc 
../xclass-0.8.3/lib/libxclass/OXHtmlParse.cc
--- ../xclass-0.8.3../lib/libxclass/OXHtmlParse.cc  2004-07-05 
16:05:57.0 +0200
+++ ../xclass-0.8.3/lib/libxclass/OXHtmlParse.cc2005-09-03 
17:07:09.0 +0200
@@ -1486,12 +1486,12 @@
 n = 1;
 z = ;
   }
-  printf(Block 0x%08x flags=%02x cnt=%d x=%d..%d y=%d..%d z=\%.*s\\n,
-(int) p, p-flags, p-count, block-left, block-right,
+  printf(Block 0x%16lx flags=%02x cnt=%d x=%d..%d y=%d..%d z=\%.*s\\n,
+(long) p, p-flags, p-count, block-left, block-right,
 block-top, block-bottom, n, z);
 } else {
-  printf(Token 0x%08x font=%2d color=%2d align=%d flags=0x%04x name=%s\n,
-(int) p, p-style.font, p-style.color,
+  printf(Token 0x%16lx font=%2d color=%2d align=%d flags=0x%04x 
name=%s\n,
+(long) p, p-style.font, p-style.color,
 p-style.align, p-style.flags, DumpToken(p));
 }
   }
diff -Nur ../xclass-0.8.3../lib/libxclass/OXHtmlSizer.cc 
../xclass-0.8.3/lib/libxclass/OXHtmlSizer.cc
--- ../xclass-0.8.3../lib/libxclass/OXHtmlSizer.cc  2004-07-05 
16:05:57.0 +0200
+++ ../xclass-0.8.3/lib/libxclass/OXHtmlSizer.cc2005-09-03 
17:07:36.0 +0200
@@ -980,9 +980,9 @@
 }
 
 TRACE(HtmlTrace_Style,
-  (Style of 0x%08x font=%02d color=%02d bg=%02d 
+  (Style of 0x%16lx font=%02d color=%02d bg=%02d 
align=%d flags=0x%04x token=%s\n,
-   (int)p, p-style.font, p-style.color, p-style.bgcolor,
+   (long)p, p-style.font, p-style.color, p-style.bgcolor,
p-style.align, p-style.flags, DumpToken(p)));
 
 p = p-pNext;


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



Bug#317201: Status update

2005-09-03 Thread Ben Burton

Hi,

Just a note:  Although most of kdeaddons' build-deps are ready now,
we're still waiting on libdb4.2++ to be transitioned.

b.



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



Bug#326489: libdc0: please recompile the library for g++4 transition

2005-09-03 Thread Modestas Vainius
Package: libdc0
Version: 0.3.7-2
Severity: grave
Justification: renders package unusable

Because of g++4 transition, libdc0 is no longer installable nor
usable. Please make appropriate packaging changes and upload a
version compiled with g++4.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-mdx
Locale: LANG=lt_LT, LC_CTYPE=lt_LT (charmap=ISO-8859-13)

Versions of packages libdc0 depends on:
ii  libbz2-1.01.0.2-8high-quality block-sorting file co
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3
ii  libxml2   2.6.20-1   GNOME XML library
ii  zlib1g1:1.2.3-4  compression library - runtime

libdc0 recommends no packages.

-- no debconf information


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



Bug#321102: kmail dimap mail loss: reported upstream

2005-09-03 Thread Jarkko Suontausta
This nasty bug has a lengthy follow-up in the kde bug database:

http://bugs.kde.org/show_bug.cgi?id=104956

-- 
Jarkko Suontausta


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



Bug#326490: marked as done (libdc0: please recompile the library for g++4 transition)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Sep 2005 19:44:25 +0300
with message-id [EMAIL PROTECTED]
and subject line Sorry for the duplicate
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 3 Sep 2005 16:29:49 +
From [EMAIL PROTECTED] Sat Sep 03 09:29:49 2005
Return-path: [EMAIL PROTECTED]
Received: from mx1.skynet.lt (jim.skynet.lt) [212.122.68.76] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EBato-000363-00; Sat, 03 Sep 2005 09:29:48 -0700
Received: (qmail 73190 invoked from network); 3 Sep 2005 16:28:59 -
Received: from unknown (HELO MDXDebian.ozas.sytes.net) (212.122.71.78)
  by jim.skynet.lt with SMTP; 3 Sep 2005 16:28:59 -
Received: from modax by MDXDebian.ozas.sytes.net with local (Exim 4.52)
id 1EBasy-Qz-Cn; Sat, 03 Sep 2005 19:28:56 +0300
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Modestas Vainius [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libdc0: please recompile the library for g++4 transition
X-Mailer: reportbug 3.17
Date: Sat, 03 Sep 2005 19:28:56 +0300
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Package: libdc0
Version: 0.3.7-2
Severity: grave
Justification: renders package unusable

Because of g++4 transition, libdc0 is no longer installable nor
usable. Please make appropriate packaging changes and upload a
version compiled with g++4.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-mdx
Locale: LANG=lt_LT, LC_CTYPE=lt_LT (charmap=ISO-8859-13)

Versions of packages libdc0 depends on:
ii  libbz2-1.01.0.2-8high-quality block-sorting file co
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3
ii  libxml2   2.6.20-1   GNOME XML library
ii  zlib1g1:1.2.3-4  compression library - runtime

libdc0 recommends no packages.

-- no debconf information

---
Received: (at 326490-done) by bugs.debian.org; 3 Sep 2005 16:45:02 +
From [EMAIL PROTECTED] Sat Sep 03 09:45:02 2005
Return-path: [EMAIL PROTECTED]
Received: from mx1.skynet.lt (jim.skynet.lt) [212.122.68.76] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EBb8Y-0006bc-00; Sat, 03 Sep 2005 09:45:02 -0700
Received: (qmail 78808 invoked from network); 3 Sep 2005 16:44:31 -
Received: from unknown (HELO MDXDebian.ozas.sytes.net) (212.122.71.78)
  by jim.skynet.lt with SMTP; 3 Sep 2005 16:44:31 -
Received: from [127.0.0.1] (helo=localhost.localdomain)
by MDXDebian.ozas.sytes.net with esmtp (Exim 4.52)
id 1EBb80-Wz-Ni
for [EMAIL PROTECTED]; Sat, 03 Sep 2005 19:44:28 +0300
From: Modestas Vainius [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Sorry for the duplicate
Date: Sat, 3 Sep 2005 19:44:25 +0300
User-Agent: KMail/1.8.2
MIME-Version: 1.0
Content-Type: text/plain;
  charset=windows-1257
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_10 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Hello,

I'm sorry for dupes. I'm closing one of them.


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



Processed: #325074 severity is grave

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 325074 grave
Bug#325074: kaffeine: Kaffeine is not installable
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#323523: FTBFS: Invalid lvalues in assignments

2005-09-03 Thread Trent Lloyd
Hi Guys,

My names Trent and I'm working with the Ubuntu MOTU team.

I recently patched this package to fix this error so it would compile,
so I've attached the patch.

Not sure if this should go upstream of not (given the CVS, etc) - Camm,
could you send upstream if appropriate (if your not sure I'll look into
it harder).

There are other build failures however, I've contacted the maintainer
privately to try sort those out (I sent him this patch too) - it's also
possible that these failures won't affect debian.

Cheers,
Trent

On Tue, Aug 16, 2005 at 01:41:48PM -0700, Matt Kraai wrote:
 Package: gclcvs
 Version: 2.7.0-48
 Severity: serious
 
 gclcvs fails to build because it contains invalid lvalues in some
 assignments:
 
  gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
  -I/tmp/buildd/gclcvs-2.7.0/o -I../h -I../gcl-tk format.c  
  format.c: In function 'fmt_case':
  format.c:1796: error: invalid lvalue in assignment
  format.c:1802: error: invalid lvalue in assignment
  format.c:1816: error: invalid lvalue in assignment
  format.c:1829: error: invalid lvalue in assignment
 
 -- 
 Matt



-- 
Trent Lloyd [EMAIL PROTECTED]
Bur.st Networking Inc.
diff -Nru /tmp/HQyZgOwdjg/gclcvs-2.7.0/o/format.c 
/tmp/ZNwW5ZsUcY/gclcvs-2.7.0/o/format.c
--- /tmp/HQyZgOwdjg/gclcvs-2.7.0/o/format.c 2004-09-17 05:23:28.0 
+0800
+++ /tmp/ZNwW5ZsUcY/gclcvs-2.7.0/o/format.c 2005-08-26 08:48:46.0 
+0800
@@ -1793,13 +1793,15 @@
x = x-sm.sm_object0;
if (!colon  !atsign)
for (i = 0;  i  x-st.st_fillp;  i++) {
-   if (isUpper(j = x-st.st_self[i]))
+   j = x-st.st_self[i];
+   if (isUpper(j))
j += 'a' - 'A';
writec_stream(j, fmt_stream);
}
else if (colon  !atsign)
for (b = TRUE, i = 0;  i  x-st.st_fillp;  i++) {
-   if (isLower(j = x-st.st_self[i])) {
+   j = x-st.st_self[i];
+   if (isLower(j)) {
if (b)
j -= 'a' - 'A';
b = FALSE;
@@ -1813,7 +1815,8 @@
}
else if (!colon  atsign)
for (b = TRUE, i = 0;  i  x-st.st_fillp;  i++) {
-   if (isLower(j = x-st.st_self[i])) {
+   j = x-st.st_self[i];
+   if (isLower(j)) {
if (b)
j -= 'a' - 'A';
b = FALSE;
@@ -1826,7 +1829,8 @@
}
else
for (i = 0;  i  x-st.st_fillp;  i++) {
-   if (isLower(j = x-st.st_self[i]))
+   j = x-st.st_self[i];
+   if (isLower(j))
j -= 'a' - 'A';
writec_stream(j, fmt_stream);
}


Bug#319559: marked as done (FTBFS: Passes too few arguments to wnck_window_activate)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 10:17:05 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#319559: fixed in dasher 3.2.17-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 23 Jul 2005 02:08:52 +
From [EMAIL PROTECTED] Fri Jul 22 19:08:51 2005
Return-path: [EMAIL PROTECTED]
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dw9Ra-Ou-00; Fri, 22 Jul 2005 19:08:50 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6N28iCP034180
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for [EMAIL PROTECTED]; Fri, 22 Jul 2005 19:08:49 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1Dw5Df-0001Fi-8Z
for [EMAIL PROTECTED]; Fri, 22 Jul 2005 14:38:11 -0700
Date: Fri, 22 Jul 2005 14:38:11 -0700
From: Matt Kraai [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: FTBFS: Passes too few arguments to wnck_window_activate
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=CUfgB8w4ZwR/yMy5
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.6 required=4.0 tests=BAYES_00,DATE_IN_PAST_03_06 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--CUfgB8w4ZwR/yMy5
Content-Type: multipart/mixed; boundary=tThc/1wpZn/ma/RB
Content-Disposition: inline


--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: dasher
Version: 3.2.13-1
Severity: serious
Tags: patch

dasher fails to build because it passes too few parameters to
wnck_window_activate:

 if i486-linux-gnu-g++ -DPACKAGE_NAME=3D\dasher\ -DPACKAGE_TARNAME=3D\d=
asher\ -DPACKAGE_VERSION=3D\3.2.13\ -DPACKAGE_STRING=3D\dasher\ 3.2.13\=
 -DPACKAGE_BUGREPORT=3D\[EMAIL PROTECTED] -DPACKAGE=3D\dasher\ -D=
VERSION=3D\3.2.13\ -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_S=
TAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAV=
E_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=
=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_ICONV=3D1 -DICONV_CONST=3D -DGETTEXT_PACKAGE=
=3D\dasher\ -DHAVE_LOCALE_H=3D1 -DHAVE_LC_MESSAGES=3D1 -DHAVE_BIND_TEXTDO=
MAIN_CODESET=3D1 -DHAVE_GETTEXT=3D1 -DHAVE_DCGETTEXT=3D1 -DENABLE_NLS=3D1 -=
DHAVE_LIBEXPAT=3D1 -DHAVE_XTST=3D1 -DGNOME_LIBS=3D1 -DGNOME_SPEECH=3D1 -DGN=
OME_A11Y=3D1  -I. -I.-O2 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/g=
tk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/p=
ango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2=
=2E0/include   -DORBIT2=3D1 -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   -DORBIT2=3D=
1 -pthread -I/usr/include/gnome-speech-1.0 -I/usr/include/libbonobo-2.0 -I/=
usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -=
I/usr/include/bonobo-activation-2.0   -DORBIT2=3D1 -pthread -DXTHREADS -I/u=
sr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.=
0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/incl=
ude/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanva=
s-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf=
/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/g=
nome-vfs-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/u=
sr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/i=
nclude/libxml2 -I/usr/include/at-spi-1.0   -DXTHREADS -I/usr/include/libgla=
de-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/inc=
lude -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -=
I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=
   -DORBIT2=3D1 -pthread -DXTHREADS 

Processed: Fixed in upload of shadow 1:4.0.12-1 to experimental

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 321761 + fixed-in-experimental
Bug#321761: shadow: [INTL:de] German debconf update
Tags were: l10n patch
Tags added: fixed-in-experimental

 tag 323069 + fixed-in-experimental
Bug#323069: PT translation for shadow 4.0.12
Tags were: l10n patch
Tags added: fixed-in-experimental

 tag 323575 + fixed-in-experimental
Bug#323575: [L10N:ro] po-debconf://shadow - improved translation
Tags were: l10n pending patch
Tags added: fixed-in-experimental

 tag 323756 + fixed-in-experimental
Bug#323756: [INTL:nl] updated Dutch po-debconf translation
Tags were: pending l10n patch
Tags added: fixed-in-experimental

 tag 325910 + fixed-in-experimental
Bug#325910: passwd: loops if passwords don't match on initial installation
There were no tags set.
Tags added: fixed-in-experimental

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326458: marked as done (kbear: Broken dependency with KDE 3.4)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 10:47:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326458: fixed in kbear 2.1.1-10
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 3 Sep 2005 12:17:23 +
From [EMAIL PROTECTED] Sat Sep 03 05:17:23 2005
Return-path: [EMAIL PROTECTED]
Received: from outmx019.isp.belgacom.be [195.238.2.200] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EBWxW-0004b4-00; Sat, 03 Sep 2005 05:17:23 -0700
Received: from outmx019.isp.belgacom.be (localhost [127.0.0.1])
by outmx019.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with 
ESMTP id j83CHJvS005528
for [EMAIL PROTECTED]; Sat, 3 Sep 2005 14:17:19 +0200
(envelope-from [EMAIL PROTECTED])
Received: from localhost.localdomain (149.159-136-217.adsl.skynet.be 
[217.136.159.149])
by outmx019.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with 
ESMTP id j83CHFJe005507;
Sat, 3 Sep 2005 14:17:15 +0200
(envelope-from [EMAIL PROTECTED])
Message-Id: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?iso-8859-1?q?Fran=E7ois_Valenduc?= [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: kbear: Broken dependency with KDE 3.4
X-Mailer: reportbug 3.17
Date: Sat, 03 Sep 2005 14:17:33 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kbear
Version: 2.1.1-9
Severity: grave
Justification: renders package unusable

When I  want to install kbear, some package aren't found (kdebase4 and  
libqt3c102mt. In fact, these packages are installed but the version is  not 
accepted (these packages are kdebase4c2 and libqt3-mt. If I force the 
installation of kbear, it works so I guess a simple change in the depedencies 
of kbear would solve the problem
 
System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1)

Versions of packages kbear depends on:
pn  kdelibs4  none (no description available)
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-1 PNG library - runtime
pn  libqt3c102-mt none (no description available)
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

kbear recommends no packages.

---
Received: (at 326458-close) by bugs.debian.org; 3 Sep 2005 17:49:20 +
From 

Bug#326449: ximian-connector: FTBFS: Build-Depends on 'evolution-data-server1.2-dev' can not be satisfied in unstable

2005-09-03 Thread Lawrence Walton
Andreas Jochens [EMAIL PROTECTED] wrote:
 Package: ximian-connector
 Version: 2.2.3-2
 Severity: serious
 Tags: patch
 
 When building 'ximian-connector' in a clean 'unstable' chroot,
 I get the following error:
 
 Building ximian-connector unstable main amd64...
 Reading package lists...
 Building dependency tree...
 E: Build-Depends dependency for ximian-connector cannot be satisfied because 
 no available versions of package evolution-data-server1.2-dev can satisfy 
 version requirements
 
 Please change the Build-Depends to 'evolution-data-server-dev'
 in debian/control.
 
 Regards
 Andreas Jochens
 
 diff -urN ../tmp-orig/ximian-connector-2.2.3/debian/control ./debian/control
 --- ../tmp-orig/ximian-connector-2.2.3/debian/control 2005-09-03 
 06:51:46.0 +
 +++ ./debian/control  2005-09-03 06:50:14.0 +
 @@ -2,7 +2,7 @@
  Section: gnome
  Priority: optional
  Maintainer: Lawrence Walton [EMAIL PROTECTED]
 -Build-Depends: cdbs, debhelper (= 4.1.0), intltool, evolution-dev (= 2.2), 
 evolution-data-server1.2-dev (= 1.2), libgnomeprintui2.2-dev, libldap2-dev, 
 libkrb5-dev, libdb4.1-dev, libldap2-dev (= 2.1.30-2), libedata-book1.2-dev, 
 libedata-cal1.2-dev, libecal1.2-dev, libedataserverui1.2-dev, 
 libcamel1.2-dev, chrpath
 +Build-Depends: cdbs, debhelper (= 4.1.0), intltool, evolution-dev (= 2.2), 
 evolution-data-server-dev, libgnomeprintui2.2-dev, libldap2-dev, libkrb5-dev, 
 libdb4.1-dev, libldap2-dev (= 2.1.30-2), libedata-book1.2-dev, 
 libedata-cal1.2-dev, libecal1.2-dev, libedataserverui1.2-dev, 
 libcamel1.2-dev, chrpath
  Standards-Version: 3.6.1
  
  Package: evolution-exchange
 
I've had this bug fixed for a while, been waiting for the next upstream to 
upload. Guess there is not time to wait.

I've got the package ready to go, I have to bug my sponsor to get it uploaded.

-- 
*--* Mail: [EMAIL PROTECTED]
*--* Voice: 425.739.4247
*--* Fax: 425.827.9577
*--* HTTP://the-penguin.otak.com/~lawrence
--
- - - - - - O t a k  i n c . - - - - - 




signature.asc
Description: Digital signature


Bug#323141: appear to be same bug

2005-09-03 Thread Blars Blarson
I think 323141 and 322608 are the same bug.


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



Bug#322200: marked as done (noatun-plugins: depends on package slang1, but package is not available)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 11:32:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322200: fixed in kdeaddons 4:3.4.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 9 Aug 2005 17:54:03 +
From [EMAIL PROTECTED] Tue Aug 09 10:54:03 2005
Return-path: [EMAIL PROTECTED]
Received: from vojanet.com [81.169.188.190] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E2YId-0007sD-00; Tue, 09 Aug 2005 10:54:03 -0700
Received: from [192.168.42.21] (p549C91D8.dip0.t-ipconnect.de [84.156.145.216])
(authenticated bits=0)
by vojanet.com (8.13.4/8.13.4/Debian-1) with ESMTP id j79Hrtgi011783
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for [EMAIL PROTECTED]; Tue, 9 Aug 2005 19:53:56 +0200
Message-ID: [EMAIL PROTECTED]
Date: Tue, 09 Aug 2005 19:53:57 +0200
From: Volker Janzen [EMAIL PROTECTED]
User-Agent: Debian Thunderbird 1.0.6 (X11/20050802)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: noatun-plugins: depends on package slang1, but package is not available
X-Enigmail-Version: 0.92.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Received-SPF: pass (vojanet.com: authenticated connection) 
receiver=vojanet.com; client-ip=84.156.145.216; helo=[192.168.42.21]; [EMAIL 
PROTECTED]; x-software=spfmilter 0.93 http://www.acme.com/software/spfmilter/;
X-Virus-Scanned: ClamAV 0.84/1011/Tue Aug  9 11:20:28 2005 on vojanet.com
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: noatun-plugins
Version: 4:3.3.2-4
Severity: grave
Justification: renders package unusable


The package depends on slang1 which is not available in unstable.
This renders the package unusable/uninstallable in unstable.
Perhaps the dependency needs to be updated to libslang1, but I'm not sure.

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

---
Received: (at 322200-close) by bugs.debian.org; 3 Sep 2005 18:38:28 +
From [EMAIL PROTECTED] Sat Sep 03 11:38:28 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBcoE-0002ga-00; Sat, 03 Sep 2005 11:32:10 -0700
From: Ben Burton [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322200: fixed in kdeaddons 4:3.4.2-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sat, 03 Sep 2005 11:32:10 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: kdeaddons
Source-Version: 4:3.4.2-1

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

atlantikdesigner_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/atlantikdesigner_3.4.2-1_i386.deb
kaddressbook-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kaddressbook-plugins_3.4.2-1_i386.deb
kate-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kate-plugins_3.4.2-1_i386.deb
kdeaddons-doc-html_3.4.2-1_all.deb
  to pool/main/k/kdeaddons/kdeaddons-doc-html_3.4.2-1_all.deb
kdeaddons-kfile-plugins_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kdeaddons-kfile-plugins_3.4.2-1_i386.deb
kdeaddons_3.4.2-1.diff.gz
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1.diff.gz
kdeaddons_3.4.2-1.dsc
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1.dsc
kdeaddons_3.4.2-1_all.deb
  to pool/main/k/kdeaddons/kdeaddons_3.4.2-1_all.deb
kdeaddons_3.4.2.orig.tar.gz
  to pool/main/k/kdeaddons/kdeaddons_3.4.2.orig.tar.gz
kicker-applets_3.4.2-1_i386.deb
  to pool/main/k/kdeaddons/kicker-applets_3.4.2-1_i386.deb
knewsticker-scripts_3.4.2-1_all.deb
  to 

Bug#326496: fop: Uninstallable

2005-09-03 Thread Frederic Daniel Luc LEHOBEY
Package: fop
Severity: serious
Justification: Policy 3.5

Hi,

# LANG=C aptitude install fop
Reading package lists... Done
Building dependency tree... Done
Reading extended state information   
Initializing package states... Done
E: Unable to correct problems, you have held broken packages.
E: Unable to correct dependencies, some packages cannot be installed
E: Unable to resolve some dependencies!
Some packages had unmet dependencies.  This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

The following packages have unmet dependencies:
  fop: Depends: j2re1.3 which is a virtual package. or
j2re1.4 which is a virtual package. or
java2-runtime which is a virtual package.
   Depends: libbatik-java (= 1.5.1-1) but it is not installable

I hope I am not wrong with the severity of the bug.

Best regards,
Frederic Lehobey

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


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



Bug#317201: marked as done (libjack0.80.0-0 removed from unstable; rebuild required)

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 03 Sep 2005 11:32:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#317201: fixed in kdeaddons 4:3.4.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 6 Jul 2005 21:32:56 +
From [EMAIL PROTECTED] Wed Jul 06 14:32:56 2005
Return-path: [EMAIL PROTECTED]
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DqHVo-bv-00; Wed, 06 Jul 2005 14:32:56 -0700
Received: from wiggis2.ethz.ch (wiggis2.ethz.ch [192.168.127.3])
by wiggis.ethz.ch (Postfix) with ESMTP id F3E76421B
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:32:54 +0200 (CEST)
Received: from kermit (adsl-62-167-188-151.adslplus.ch [62.167.188.151])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
(No client certificate requested)
by wiggis.ethz.ch (Postfix) with ESMTP id 6A0974069
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:32:52 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
id 68182841D; Wed,  6 Jul 2005 23:32:44 +0200 (CEST)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
From: Robert Jordens [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libjack0.80.0-0 removed from unstable; rebuild required
X-Mailer: reportbug 3.12
Date: Wed, 06 Jul 2005 22:21:29 +0200
X-Debbugs-Cc: 
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 22

Package: kdeaddons
Version: unknown
Severity: serious
Tags: sid
Justification: uninstallable in unstable (policy 5.3)

Hi!

A new release of jack-audio-connection-kit (0.100.0-2) has been uploaded
to Debian unstable. The old library libjack0.80.0-0 (and
libjack0.80.0-dev) have been removed and replaced with libjack0.100.0-0
and libjack0.100.0-dev since the API changed in some parts. For most
packages that means a simple rebuild.

Since libjack0.80.0 has been removed from unstable, this is a
release-critical issue.

A few notes about how to resolve this bug:

   1.   Please Build-Depend only on libjack0.100.0-dev. Build-Depending
   on libjack-dev as a virtual alternative allows the autobuilders to
   build against the old libjack0.80.0 if they find it. (Versioned
   virtual dependencies probably don't work.)

   2.   There are some packages (like for example xmms-jackasyn) which
   accidently obtain a dependency on libjack0.80.0-0 but do not
   Build-Depend on it. In my opinion this is incorrect. But if you want
   to maintain that indirect dependency, you will have to coordinate
   with the package's maintainer whose package you are build-depending
   on (libjackasyn-dev in the case of xmms-jackasyn) and and only upload
   your package (xmms-jackasyn; with a suitable _versioned_
   build-dependency on the other package, libjackasy-dev) iff the other
   package has already been uploaded (and built on as many architectures
   as possible to lighten the pressure of failed builds). =20
  =20
   3.   If this transition collides with the C++ transition for your
   package (because it may be/contain a C++ library), then please follow
   the timeline of the C++ transition instead of this one.

(Thanks to Adeodato Sim=C3=B3 for these hints).

A list of the packages for each maintainer and a list of the affected
source packages has been attached.

Robert.



Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
hydrogen
ladcca-bin
ladccad
libjackasyn0
meterbridge
puredata
qjackctl
rezound
seq24
snd-gtk
sooperlooper
stk

Enrique Robledo Arnuncio [EMAIL PROTECTED]
freqtweak
rosegarden4
tapiir

Paul Brossier [EMAIL PROTECTED]
supercollider
xmms-jackasyn

Ben Burton [EMAIL PROTECTED]
konq-plugins
kpresenter
kscreensaver
noatun-plugins

Chris Butler [EMAIL PROTECTED]
spiralsynthmodular

Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
akode
artsbuilder
juk
kaboodle
kdelibs4
krec
kwifimanager
libarts1-audiofile
libarts1-mpeglib
libkonq4
noatun

Free 

Processed: merge cpio bugs

2005-09-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package cpio
Ignoring bugs not assigned to: cpio

 severity 326090 grave
Bug#326090: cpio -p does not copy dangling symlinks
Severity set to `grave'.

 merge 323141 326090
Bug#323141: cpio: symlink cause No such file or directory and don't save 
symlink
Bug#326090: cpio -p does not copy dangling symlinks
Merged 323141 326090.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#326499: gnat-gdb: FTBFS on mipsel: ../../../../sim/mips/interp.c:2326: error: invalid lvalue in assignment

2005-09-03 Thread ludovic
Package: gnat-gdb
Version: 5.3.gnat.0.0.20030225-9
Severity: serious
Tags: help

gnat-gdb FTBFS on mipsel; see the buildd log.  The error message is:

../../../../sim/mips/interp.c: In function 'mips_core_signal':
../../../../sim/mips/interp.c:2326: error: invalid lvalue in assignment
../../../../sim/mips/interp.c:2334: error: invalid lvalue in assignment

I suspect that this is due to the transition to gcc-4.0 as the default
compiler.

Since gnat is not supported on mipsel anyway, I'm considering removing
support for mipsel from gnat-gdb, unless someone interested suggests a
patch.

-- 
Ludovic Brenta.



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



Bug#294245: please try 1.2.1-2 ...

2005-09-03 Thread Andreas Jochens
On 05-Sep-03 16:26, Sven Luther wrote:
 Hi,
 
 I am a bit baffled about this bug, could you explain to me why this would
 affect amd64, while all other arches work out just fine without it ? In
 particular the invalid_max changes have me trully baffled, and i believe they
 are not necessary, or C++ is really a sick language.

The latest upstream version has fixed this bug, thanks!

The bug was not amd64 specific, btw. (And C++ _is_ a sick language :)

Regards
Andreas Jochens


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



Bug#294245: marked as done (hardware-monitor: FTBFS (amd64/gcc-4.0): undefined reference to `Sensors::invalid_max')

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Sep 2005 21:29:28 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed by latest upstream version
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 8 Feb 2005 18:40:36 +
From [EMAIL PROTECTED] Tue Feb 08 10:40:36 2005
Return-path: [EMAIL PROTECTED]
Received: from d157137.adsl.hansenet.de (localhost.localdomain) 
[80.171.157.137] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CyaHr-0006VV-00; Tue, 08 Feb 2005 10:40:35 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CyaHn-0001Ic-ON; Tue, 08 Feb 2005 19:40:31 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: hardware-monitor: FTBFS (amd64/gcc-4.0): undefined reference to 
`Sensors::invalid_max'
Message-Id: [EMAIL PROTECTED]
Date: Tue, 08 Feb 2005 19:40:31 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: hardware-monitor
Severity: normal
Tags: patch

When building 'hardware-monitor' on amd64 with gcc-4.0,
I get the following error:

x86_64-linux-g++  -g -O2 -DXTHREADS -DORBIT2=1 -pthread 
-I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include 
-I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include 
-I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include 
-I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include 
-I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include 
-I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6 
-I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/gtkmm-2.4 
-I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnome-2.0 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
-I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include 
-I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/libart-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 
-I/usr/include/libbonoboui-2.0 -I/usr/include/panel-2.0 
-I/usr/include/libgtop-2.0-Wall -O3  -o hardware-monitor  applet.o 
bar-view.o choose-monitor-window.o canvas-view.o column-view.o curve-view.o 
flame-view.o helpers.o main.o monitor-impls.o preferences-window.o text-view.o 
view.o value-history.o -Wl,--export-dynamic -pthread-L/usr/X11R6/lib -L/usr/lib 
-lgnomeuimm-2.6 -lgnomemm-2.6 -lgnomevfsmm-2.6 -lgconfmm-2.6 
-lgnomecanvasmm-2.6 -lglademm-2.4 -lgtkmm-2.4 -lglade-2.0 -lgdkmm-2.4 
-latkmm-1.6 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lpanel-applet-2 -lgnomeui-2 
-lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt 
-lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 
-lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lgmodule-2.0 
-ldl -lgthread-2.0 -lgtop-2.0 -lglib-2.0   -lsensors
monitor-impls.o(.text+0x2972): In function 
`Sensors::get_features(std::basic_stringchar, std::char_traitschar, 
std::allocatorchar )':
/srv/dbuild/tmp/hardware-monitor-1.2/src/monitor-impls.cpp:862: undefined 
reference to `Sensors::invalid_max'
monitor-impls.o(.text+0x2a4c):/srv/dbuild/tmp/hardware-monitor-1.2/src/monitor-impls.cpp:882:
 undefined reference to `Sensors::invalid_max'
monitor-impls.o(.text+0x2e8d): In function 
`TemperatureMonitor::TemperatureMonitor(int)':
/srv/dbuild/tmp/hardware-monitor-1.2/src/monitor-impls.cpp:934: undefined 
reference to `Sensors::invalid_max'
monitor-impls.o(.text+0x31bd): In function 
`TemperatureMonitor::TemperatureMonitor(int)':
/srv/dbuild/tmp/hardware-monitor-1.2/src/monitor-impls.cpp:934: undefined 
reference to `Sensors::invalid_max'
monitor-impls.o(.text+0x34ed): In function 
`FanSpeedMonitor::FanSpeedMonitor(int)':

Bug#266608: marked as done (hardware-monitor: FTBFS with gcc-3.4: no match for 'operator*' in '*window')

2005-09-03 Thread Debian Bug Tracking System
Your message dated Sat, 3 Sep 2005 21:29:28 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed by latest upstream version
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 18 Aug 2004 12:24:30 +
From [EMAIL PROTECTED] Wed Aug 18 05:24:30 2004
Return-path: [EMAIL PROTECTED]
Received: from b104194.adsl.hansenet.de (localhost) [62.109.104.194] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BxPUT-0006QE-00; Wed, 18 Aug 2004 05:24:30 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BxPUm-0003y9-B3; Wed, 18 Aug 2004 14:24:48 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: hardware-monitor: FTBFS with gcc-3.4: no match for 'operator*' in 
'*window'
Message-Id: [EMAIL PROTECTED]
Date: Wed, 18 Aug 2004 14:24:48 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: hardware-monitor
Severity: normal
Tags: patch

When building 'hardware-monitor' with gcc-3.4 I get the following error:

x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-DHARDWARE_MONITOR_GLADEDIR=\/usr/share/hardware-monitor/glade/\ 
-DGNOMELOCALEDIR=\/usr/share/locale\ 
-DGNOMEICONDIR=\/usr/share/pixmaps\  
-DSENSORS_CONF_FILE=\/etc/sensors.conf\-g -O2 -DXTHREADS -DORBIT2=1 
-pthread -I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include 
-I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include 
-I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include 
-I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include 
-I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include 
-I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6 
-I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/gtkmm-2.4 
-I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnome-2.0 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
-I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include 
-I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/libart-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 
-I/usr/include/libbonoboui-2.0 -I/usr/include/panel-2.0 
-I/usr/include/libgtop-2.0-Wall -O3 -c preferences-window.cpp
preferences-window.cpp: In member function `Monitor* 
PreferencesWindow::run_choose_monitor_window(const Glib::ustring)':
preferences-window.cpp:593: error: no match for 'operator*' in '*window'
make[3]: *** [preferences-window.o] Error 1
make[3]: Leaving directory `/hardware-monitor-1.2/src'

With the attached patch 'hardware-monitor' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/hardware-monitor-1.2/src/preferences-window.cpp 
./src/preferences-window.cpp
--- ../tmp-orig/hardware-monitor-1.2/src/preferences-window.cpp 2004-07-10 
12:07:22.0 +0200
+++ ./src/preferences-window.cpp2004-08-18 14:18:38.285186057 +0200
@@ -590,7 +590,7 @@
 
 Monitor *PreferencesWindow::run_choose_monitor_window(const Glib::ustring str)
 {
-  ChooseMonitorWindow window(applet.get_icon(), *window);
+  ChooseMonitorWindow window(applet.get_icon(), *this-window);
   
   return window.run(applet.get_gconf_client(), str);
 }

---
Received: (at 294245-done) by bugs.debian.org; 3 Sep 2005 19:29:29 +
From [EMAIL PROTECTED] Sat Sep 03 12:29:29 2005
Return-path: [EMAIL PROTECTED]
Received: from c173118.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.118] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EBdhh-QM-00; Sat, 03 Sep 2005 12:29:29 -0700
Received: from aj by localhost.localdomain with local (Exim 4.51)
id 1EBdhg-0006Vj-2s; Sat, 03 Sep 2005 21:29:28 +0200
Date: Sat, 3 Sep 2005 21:29:28 +0200
To: [EMAIL PROTECTED]
Subject: Fixed by 

Bug#326493: showimg: ftbfs [sparc] multiple definition of `_PROCEDURE_LINKAGE_TABLE_'

2005-09-03 Thread Blars Blarson
Package: showimg
Version: 0.9.4.1-2
Severity: serious
Justification: fails to build from source

showimg failed to build from source on my sparc pbuilder.  The
-Wl,--as-needed option does not work on sparc or alpha, and should not
be used.  (It failed on the sparc buildd due to temporarily
unavailable build dependancies.)  Full build log on request.


/bin/sh ../libtool --silent --mode=link --tag=CXX sparc-linux-gnu-g++  
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common-o 
showimg -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R6/lib -Wl,--as-needed main.o 
-lkio -lkdeui -lkdecore -lkdeprint -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  
-lSM -lICE -lpthread  ../showimg/libshowimgcore.NDEBUG -DNO_DEBUG -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common-o showimg -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R6/lib 
-Wl,--as-needed main.o -lkio -lkdeui -lkdecore -lkdeprint -lqt-mt  -lz -lpng 
-lz -lm -lXext -lX11  -lSM -lICE -lpthread  ../showimg/libshowimgcore.la 
/usr/lib/gcc/sparc-linux-gnu/4.0.2/../../../../lib/crt1.o:../sysdeps/sparc/sparc32/elf/start.S:60:
 multiple definition of `_PROCEDURE_LINKAGE_TABLE_'
/usr/bin/ld: Disabling relaxation: it will not work with multiple definitions
collect2: ld returned 1 exit status
make[3]: *** [showimg] Error 1
make[3]: Leaving directory `/tmp/buildd/showimg-0.9.4.1/showimgapp'



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



Bug#326492: Please conflict with libterm-readline-gnu-perl 1.15-2

2005-09-03 Thread Anthony DeRobertis
Package: libc6
Version: 2.3.5-6
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just did a glibc upgrade, and then many, many packages failed to
configure, leaving the system quite broken. It turns out this is a bug
in libterm-readline-gnu-perl which is exposed in the new glibc (see
304604 and 322746).

While this is indeed not actually a bug in libc6, it still no less
breaks the system, and will likely even break sarge - etch upgrades.
Also, testing is broken now, because the new libterm-readline-gnu-perl
is not present.

I think if libc6 were to declare a versioned conflict on old versions of
libterm-readline-gnu-perl, this would prevent the problem from
happening. If that's correct, could you please add it?

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

- -- no debconf information

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

iD8DBQFDGd70+z+IwlXqWf4RAhueAJ9PVZWsAWG9SRJZrsvBubAy7EoD4wCcCp4q
5IMVYF9XTnS5RuWWpjpaV0s=
=BuWU
-END PGP SIGNATURE-


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



Bug#299702: Hugs98-2005 should not go into sarge yet

2005-09-03 Thread Isaac Jones
Roger Leigh [EMAIL PROTECTED] writes:

 Is this bug still applicable.  Can it enter etch/testing?

I'm afraid that this bug is still applicable until a GHC 6.4 version
enters testing.  Perhaps this will happen now that the 'grave' bugs
are cleared?  Are we waiting forf 6.4.1 before letting GHC enter
testing?

peace,

  isaac


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



Bug#326506: gcc-2.95: ftbfs [sparc] reorg.c:384: error: invalid lvalue in increment

2005-09-03 Thread Blars Blarson
Package: gcc-2.95
Version: 1:2.95.4-22
Severity: serious
Justification: fails to build from source

gcc-2.95 fails to build in a current sparc sid pbuilder chroot.  It
looks like it may be using gcc-4.0 to compile code that isn't clean
enough for gcc-4.0.


cc  -c  -DIN_GCC -DHAIFA-g  -DHAVE_CONFIG_H-I. 
-I/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc 
-I/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/config 
-I/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/../include 
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c: In function 
'find_end_label':
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c:384: error: invalid 
lvalue in increment
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c: In function 
'delete_from_delay_slot':
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c:583: error: invalid 
lvalue in increment
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c: In function 
'make_return_insns':
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c:3472: error: invalid 
lvalue in increment
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c: In function 
'dbr_schedule':
/tmp/buildd/gcc-2.95-2.95.4.ds15/src-native/gcc/reorg.c:3552: error: invalid 
lvalue in increment
make[4]: *** [reorg.o] Error 1
make[4]: Leaving directory `/tmp/buildd/gcc-2.95-2.95.4.ds15/build-native/gcc'
make[3]: *** [boot_stage_a] Error 2


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



Bug#326507: The plugin makes Firefox crash very often

2005-09-03 Thread [EMAIL PROTECTED]
Package: mozilla-mplayer
Version: 2.70-1
Severity: grave

The plugin makes Firefox very unstable, because the browser crashes very often 
after the plugin has been used in the same session.
A way to reproduce a crash:

1. go at http://fredrik.hubbe.net/plugger/test.mpg
2. play the video for some seconds
3. click on the homepage button, without stopping the video
4. when the homepage is shown, click on Edit -- Preferences 
5. crash

But the crashes can happen in several ways, even if you stop correctly the 
video before changing webpage.
According to the bug #275240, the reason is a bug in libc6 and it's been fixed 
in glibc/2.3.5-3.
But glibc/2.3.5-3 can't be used on Sarge, so it's not a solution for the stable 
release.
In this situation, it's strange that mozilla-mplayer is in the stable branch.
So:

1: you must search a way to correct the problem of the plugin with glibc2.3.2
2: if it's not possible, the mantainers of libc6 should find a way to fix the 
problem also with glibc2.3.2
3: if the solution n°1 and n°2 are not possible, the package should be deleted 
from the stable branch, because it's not stable at all and makes the browsers 
crash very often

Anyway a solution should be found, because the plugin is a very good tool.
Thanks for your work in Debian.
Paolo






Libero Flat, sempre a 4 Mega a 19,95 euro al mese! 
Abbonati subito su http://www.libero.it






Bug#299702: Hugs98-2005 should not go into sarge yet

2005-09-03 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Isaac Jones [EMAIL PROTECTED] writes:

 Roger Leigh [EMAIL PROTECTED] writes:

 Is this bug still applicable.  Can it enter etch/testing?

 I'm afraid that this bug is still applicable until a GHC 6.4 version
 enters testing.  Perhaps this will happen now that the 'grave' bugs
 are cleared?  Are we waiting forf 6.4.1 before letting GHC enter
 testing?

It's caught up in the libgmpxx C++ ABI transition.  This requires a
manual bootstrap of ghc6 for all arches (I did powerpc today), so it
won't enter testing before this has been done.  It will also require a
number of dependent packages building as well (happy, haddock,
haskell-utils) before it will be installable.

http://packages.qa.debian.org/g/ghc6.html


Regards,
Roger

- -- 
Roger Leigh
Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFDGgUmVcFcaSW/uEgRAjbGAJkBRbndYemQ0WMd8X6fnEopVxS+XgCfZm3Z
GQDLSGJtkxmDOmZ62nGSAAM=
=JHYS
-END PGP SIGNATURE-


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



  1   2   >