Bug#323161: libcrypto++: ftbfs [sparc] cannot stat `doc/html/'

2005-08-15 Thread Blars Blarson
Package: libcrypto++
Version: 5.2.1c2-4
Severity: serious
Justification: no longer builds from source

libcrypto++ failed to build on a sparc buildd, duplicated on my sparc
pbuilder.  It also failed on other buildds.


dh_testdir
dh_testroot
dh_installdocs
cp: cannot stat `doc/html/': No such file or directory
dh_installdocs: command returned error code 256


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



Bug#323160: FTBFS: TLS definition in /lib/libc.so.6.1 section .tbss mismatches

2005-08-15 Thread dann frazier
Package: aca
Severity: serious
Justification: no longer builds from source

Here's a tail of the failed build log on ia64; I haven't seen this error
before - might be worth asking the debian-ia64 list if its unclear to you
as well.

cc -shared -Wl,-soname,libaca.so.0.1 -o libaca.so.0.1 draw.o astr.o colors.o 
key.o mouse.o utils.o ini_file.o button.o input.o menu.o radio.o session.o 
widget_utils.o simple.o file_view.o select_file.o learn_key.o
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6.1 section .tbss mismatches
non-TLS reference in simple.o
/lib/libc.so.6.1: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libaca.so.0.1] Error 1
make[2]: Leaving directory `/tmp/buildd/aca-0.1.10/Share-lib'
make[1]: *** [target] Error 1
make[1]: Leaving directory `/tmp/buildd/aca-0.1.10'
make: *** [debian/stamp-makefile-build] Error 2
pbuilder: Failed autobuilding of package
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//19790 and its 
subdirectories


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


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



Bug#323163: libvalidate-net-perl: Package dependency missing

2005-08-15 Thread Eric Anderson
Package: libvalidate-net-perl
Version: 0.5-1
Severity: grave
Justification: renders package unusable


The libvalidate-net-perl depends on the libclass-default-perl package
because of the line:

use base 'Class::Default';

in ../Validate/Net.pm

Without libclass-default-perl the module doesn't work, it reports:

Base class package Class::Default is empty.
(Perhaps you need to 'use' the module which defines that package first.)
 at /usr/share/perl5/Validate/Net.pm line 10
BEGIN failed--compilation aborted at /usr/share/perl5/Validate/Net.pm line 10.
...

I didn't bother to put in a patch because it would be more work to use
my patch than to extend the depends line in the control file.

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

Versions of packages libvalidate-net-perl depends on:
ii  perl  5.8.7-3Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#322641: FTBFS: Missing braces around an ambiguous else

2005-08-15 Thread David Eriksson
On Thu, 2005-08-11 at 11:19 -0700, Matt Kraai wrote:

 [snip]

 The attached patch eliminates the warnings, which allows the build to
 succeed.

This has already been corrected upstream.

-- 
Regards,
   -\- David Eriksson -/-

SynCE - http://synce.sourceforge.net
  ScummVM - http://scummvm.sourceforge.net
 Desquirr - http://desquirr.sourceforge.net



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



Bug#323160: FTBFS: TLS definition in /lib/libc.so.6.1 section .tbss mismatches

2005-08-15 Thread Steve Langasek
On Sun, Aug 14, 2005 at 11:48:21PM -0600, dann frazier wrote:
 Package: aca
 Severity: serious
 Justification: no longer builds from source

 Here's a tail of the failed build log on ia64; I haven't seen this error
 before - might be worth asking the debian-ia64 list if its unclear to you
 as well.

 cc -shared -Wl,-soname,libaca.so.0.1 -o libaca.so.0.1 draw.o astr.o colors.o 
 key.o mouse.o utils.o ini_file.o button.o input.o menu.o radio.o session.o 
 widget_utils.o simple.o file_view.o select_file.o learn_key.o
 /usr/bin/ld: errno: TLS definition in /lib/libc.so.6.1 section .tbss 
 mismatches
 non-TLS reference in simple.o
 /lib/libc.so.6.1: could not read symbols: Bad value
 collect2: ld returned 1 exit status
 make[2]: *** [libaca.so.0.1] Error 1
 make[2]: Leaving directory `/tmp/buildd/aca-0.1.10/Share-lib'
 make[1]: *** [target] Error 1
 make[1]: Leaving directory `/tmp/buildd/aca-0.1.10'
 make: *** [debian/stamp-makefile-build] Error 2
 pbuilder: Failed autobuilding of package
  - Aborting with an error
  - unmounting dev/pts filesystem
  - unmounting proc filesystem
  - cleaning the build env
 - removing directory /var/cache/pbuilder/build//19790 and its 
 subdirectories

Smells like a missing #include errno.h?

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


signature.asc
Description: Digital signature


Bug#323119: qalculate-gtk: ftbfs [sparc] The cln-config script installed by CLN could not be found

2005-08-15 Thread Martin Waitz
hoi :)

On Sun, Aug 14, 2005 at 03:48:19PM -0700, Blars Blarson wrote:
 The specified build dependancies are all installed.  I see no build
 dependancy on cln.

ah, ups.
Then perhaps I missed to specify that in all source packages after
splitting it up. I'll have a look at it and fix it in the evening.

Did libqalculate build correctly?

-- 
Martin Waitz


signature.asc
Description: Digital signature


Bug#323158: hylafax-server: upgrade from woody to sarge fails

2005-08-15 Thread Giuseppe Sacco

Hi Blars,

Blars Blarson wrote:
[...]

Hylafax refuses to configure durring upgrading from woody to sarge:


[...]

Could you please check if your problem is the same as bug #321854?
You may find more information about it here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321854

To try to fix it this way
1. stop hylafax damons using invoke-rc.d hylafax stop
2. check that all daemons exited, using ps aux | grep fax
3. reconfigure the package using dpkg-reconfigure hylafax-server
4. if they didn't start all daemons using invoke-rc.d hylafax start

Please let me know if this work.

Bye,
Giuseppe


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



Bug#323140: earth3d: Failure to start

2005-08-15 Thread Petter Reinholdtsen
Thank you for your interest in earth3d. :)

[Ingo Saitz]
 1. It is linked against libXmu.so.6, so why does it try to open it again?

I have no idea.  I believed dh_shlibdeps in debian/rules would do the
right thing.

 2. Loading libXmu.so will fail if it points to another ABI version of
the library, please open the library by its soname (libXmu.so.6).

Is there a bug in libXmu making dh_shlibdeps fail to do the right
thing?  I'm open for suggestions, but I did not do anything special to
the code and hoped it would be correct.

 3. The .so link is in the -dev package, which is, being not a
dependency, not guaranteed to be intalled. But don't depend on
it; see 2.

Yes, installing libxmu-dev is a workaround for this bug.

I welcome explanations on what is going on here, and how it ended up
searching for the wrong library name.


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



Bug#323168: larswm: ftbfs [sparc] cannot find -lselinux

2005-08-15 Thread Blars Blarson
Package: larswm
Version: 7.5.3-2
Severity: serious
Justification: fails to build from source

larswm failed to build on a sparc buildd, duplicated on my sparc pbuilder.

gcc -o larswm -g -O2 -fno-strict-aliasing -DTHREE_D -DUSE_LOCALE  
-L/usr/X11R6/lib   main.o event.o manage.o buttons.o client.o error.o tiling.o 
prefs.o keys.o mouse.o bar.o  -lXext -lX11   -lselinux 
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status


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



Bug#323158: hylafax-server: upgrade from woody to sarge fails

2005-08-15 Thread Blars Blarson
On Mon, Aug 15, 2005 at 09:17:08AM +0200, Giuseppe Sacco wrote:
 Could you please check if your problem is the same as bug #321854?

It isn't.

 To try to fix it this way
 1. stop hylafax damons using invoke-rc.d hylafax stop

 2. check that all daemons exited, using ps aux | grep fax

faxgetty restarts itself.  Kill it and it restart again.

 3. reconfigure the package using dpkg-reconfigure hylafax-server

Fails, since it was never configured.

 4. if they didn't start all daemons using invoke-rc.d hylafax start


-- 
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#323175: rawrec: fails with BUG: pthread_create failed:

2005-08-15 Thread NAKANO Takeo
Package: rawrec
Version: 0.9.98-2
Severity: grave
Tags: sid
Justification: renders package unusable

Dear maintainer(s),

In the current sid environment, rawrec halts with the message:

===
$ rawrec -t 1  foo.wav
rawrec: BUG: pthread_create failed: Operation not permitted
===

This seems to be caused by the following part of record.c:

===
  if ( (rtn = pthread_create(move_au_th, move_au_attr,
 (void *(*)(void *)) move_au, au_th_arg)) ) {
err_die(BUG: pthread_create failed: %s\n, strerror(rtn));
  }
===
 
Oddly, strace rawrec -t 1  foo.wav works.

I wonder I should file this bug to libc6, since in sarge
environment with libc6 2.3.2.ds1-22, the same version of
rawrec works fine.  I looked through bug reports of libc6,
but cannot find any resemble problem.  I'm sorry to bother
you, but please refile this as appropriate.

Best Regards,
-- 
NAKANO Takeo, Dr. Engr.
Dept. of Materials  Life Sciences, Seikei Univ.
E-mail : [EMAIL PROTECTED]
http://surf.ap.seikei.ac.jp/~nakano/

-- 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.12migrate.1
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages rawrec depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an

Versions of packages rawrec recommends:
ii  aumix [audio-mixer]   2.8-15 Simple text-based mixer control pr

-- no debconf information


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



Bug#320142: marked as done (capi4hylafax: ftbfs [sparc] g++: /usr/lib/libcapi20: No such file or directory)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 01:46:26 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#320142: Please try reproducing with a newer 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; 27 Jul 2005 10:24:13 +
From [EMAIL PROTECTED] Wed Jul 27 03:24:13 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dxj5B-0006aa-00; Wed, 27 Jul 2005 03:24:13 -0700
Received: from quaff.nat.blars.org (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j6RAOBMu012552
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Wed, 27 Jul 2005 03:24:12 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id 
j6RAJl9I013755;
Wed, 27 Jul 2005 03:19:47 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j6RAJlSS013753;
Wed, 27 Jul 2005 03:19:47 -0700
Date: Wed, 27 Jul 2005 03:19:47 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: capi4hylafax: ftbfs [sparc] g++: /usr/lib/libcapi20: No such file or 
directory
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
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

Package: capi4hylafax
Version: 1:01.02.03-12
Severity: serious
Justification: no longer builds from source

capi4hylafax failed to build on a sparc buildd, duplicated on sparc pbuilder.
It also failed to build on onther buildds.

./../standard/DataPack.h:41: warning: 'class CBasicDataPacketQueue' has virtual 
functions but non-virtual destructor
recvmain.cpp: In member function 'void CFaxReceiveMain::vWriteLog(tSInt, char*, 
void*)':
recvmain.cpp:84: warning: format '%02lu' expects type 'long unsigned int', but 
argument 3 has type 'int'
/bin/sh ../../libtool --mode=link g++  -Wall -W -O2  -D_GNU_SOURCE 
-DDONT_USE_PROTECT_FEATURE -DNDEBUG   -o c2faxrecv  faxrecv.o recvdev.o 
recvmain.o ../capi/libcapi.a ../convert/libconvert.a ../linuxdep/liblinuxdep.a 
../standard/libstandard.a -lpthread -ltiff -lcapi20 
mkdir .libs
g++ -Wall -W -O2 -D_GNU_SOURCE -DDONT_USE_PROTECT_FEATURE -DNDEBUG -o c2faxrecv 
faxrecv.o recvdev.o recvmain.o  ../capi/libcapi.a ../convert/libconvert.a 
../linuxdep/liblinuxdep.a ../standard/libstandard.a -lpthread 
/usr/lib/libtiff.so /usr/lib/libcapi20 -lz -lm -lc
g++: /usr/lib/libcapi20: No such file or directory
make[3]: *** [c2faxrecv] Error 1
make[3]: Leaving directory `/build/buildd/capi4hylafax-01.02.03/src/faxrecv'
make[2]: *** [all-recursive] Error 1

---
Received: (at 320142-done) by bugs.debian.org; 15 Aug 2005 08:46:28 +
From [EMAIL PROTECTED] Mon Aug 15 01:46:28 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4ac0-0002fd-00; Mon, 15 Aug 2005 01:46:28 -0700
Received: from renig.nat.blars.org (plergb.nat.blars.org [172.16.1.1])
by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id 
j7F8kRfr004627
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Mon, 15 Aug 2005 01:46:27 -0700
Received: (from [EMAIL PROTECTED])
by renig.nat.blars.org (8.13.4/8.13.4/Submit) id j7F8kQsv004625;
Mon, 15 Aug 2005 01:46:26 -0700
Date: Mon, 15 Aug 2005 01:46:26 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Lionel Elie Mamane [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#320142: Please try reproducing with a newer version.
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
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

Bug#309191: Can you check this please now?

2005-08-15 Thread Marek Habersack
Hello Kurt,

  Since the autobuilders haven't been able to build past few versions of
Pike (due to missing dependencies) could you, please, compile caudium by
hand on your amd64 machine (I assume you have access to one) and let me know
whether the bug is gone so that I can close it? Looking at the 64 bit
architectures that built caudium recently, it should be gone, but since your
original report referred to amd64, I need a confirmation that it's gone
there as well before closing it,

thanks a lot,

marek


signature.asc
Description: Digital signature


Bug#322525: marked as done (umfpack depends on packages, beeing removed from unstable)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 11:27:16 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#322525: umfpack depends on packages, beeing removed from 
unstable
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; 11 Aug 2005 07:15:10 +
From [EMAIL PROTECTED] Thu Aug 11 00:15:10 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E37HR-0007lJ-00; Thu, 11 Aug 2005 00:15:10 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id JAA24850
for [EMAIL PROTECTED]; Thu, 11 Aug 2005 09:15:06 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 4875DFD4B
for [EMAIL PROTECTED]; Thu, 11 Aug 2005 09:15:06 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 20612-04 for [EMAIL PROTECTED];
 Thu, 11 Aug 2005 09:15:06 +0200 (MEST) 13961
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
for [EMAIL PROTECTED]; Thu, 11 Aug 2005 09:15:02 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j7B7F2Z5003948;
Thu, 11 Aug 2005 09:15:02 +0200 (MEST)
From: Matthias Klose [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: [EMAIL PROTECTED]
Date: Thu, 11 Aug 2005 09:15:02 +0200
To: [EMAIL PROTECTED]
Subject: umfpack depends on packages, beeing removed from unstable
X-Mailer: VM 7.17 under 21.4 (patch 17) Jumbo Shrimp XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.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

Package: umfpack
Severity: serious

depends on blas atlas2-base, see #317245

---
Received: (at 322525-done) by bugs.debian.org; 15 Aug 2005 09:27:28 +
From [EMAIL PROTECTED] Mon Aug 15 02:27:28 2005
Return-path: [EMAIL PROTECTED]
Received: from mailrelay3.sunrise.ch (obelix.sunrise.ch) [194.158.229.31] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4bFg-0003xu-00; Mon, 15 Aug 2005 02:27:28 -0700
Received: from zion (adsl-84-226-139-219.adslplus.ch [84.226.139.219])
by obelix.sunrise.ch (8.12.10/8.12.10) with ESMTP id j7F9RPFl026286;
Mon, 15 Aug 2005 11:27:25 +0200
From: Christophe Prud'homme [EMAIL PROTECTED]
Organization: Debian/GNU/Linux
To: Matthias Klose [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#322525: umfpack depends on packages, beeing removed from 
unstable
Date: Mon, 15 Aug 2005 11:27:16 +0200
User-Agent: KMail/1.8.1
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

[ Jeudi 11 Ao=FBt 2005 09:15 ]
| Package: umfpack
| Severity: serious
|
| depends on blas atlas2-base, see #317245
I have uploaded an updated version that no longer depends on blas=20


Best regards
C.
=2D-=20
Debian Developer=20
Scienfific computing packages maintainer
=46ingerprint =3D 3703 50DE 7A9F 024E 0F26 =A00D07 A18F B40B D4BE 1450


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



Processed: Re: Bug#323156: FTBFS: needs build-dep on libselinux-dev

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 323156 normal
Bug#323156: FTBFS: needs build-dep on libselinux-dev
Severity set to `normal'.

 tags 323156 + moreinfo unreproducible
Bug#323156: FTBFS: needs build-dep on libselinux-dev
Tags were: patch
Tags added: moreinfo, unreproducible

 Quoting dann frazier [EMAIL PROTECTED] (2005-08-15 06:27:08 BST):
Unknown command or malformed arguments to command.

  Package: 9menu
Unknown command or malformed arguments to command.

  Version: 1.7-2.1
Unknown command or malformed arguments to command.

  Severity: serious
Unknown command or malformed arguments to command.

  Tags: patch
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#323156: FTBFS: needs build-dep on libselinux-dev

2005-08-15 Thread Andrew Stribblehill
severity 323156 normal
tags 323156 + moreinfo unreproducible

Quoting dann frazier [EMAIL PROTECTED] (2005-08-15 06:27:08 BST):
 Package: 9menu
 Version: 1.7-2.1
 Severity: serious
 Tags: patch
 Justification: no longer builds from source
 
 gcc -o 9menu -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   9menu.o 
 -lXext -lX11   -lselinux

I don't understand where this -lselinux comes from, and it builds
fine for me without it.

I'm not against changing the package, but only if there's good
reason.

Thanks.
-- 
Andrew Stribblehill [EMAIL PROTECTED]
Senior Systems Programmer, IT Service, University of Durham, England


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



Bug#323158: hylafax-server: upgrade from woody to sarge fails

2005-08-15 Thread Giuseppe Sacco

Blars Blarson wrote:

On Mon, Aug 15, 2005 at 09:17:08AM +0200, Giuseppe Sacco wrote:

[...]

2. check that all daemons exited, using ps aux | grep fax



faxgetty restarts itself.  Kill it and it restart again.


Are you runnig faxgetty from inittab? Could you please check if you have 
a line starting faxgetty in your /etc/inittab?


If you have that line, please put a '#' in front of the line, execute 
the command 'telinit q' (this will reload your inittab) and try again 
the upgrade.


What I am trying to do is to understand the problem and fix your 
installation. If this work, than please note that the preferred way to 
start faxgetty is changed in 4.2.1 from inittab to the 
/etc/init.d/hylafax script. To read more about this, please check 
section /etc/inittab  faxgetty of 
/usr/share/doc/hylafax-server/README.Debian.gz


Let me know it this work,
Giuseppe


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



Bug#323182: debian-installer: boot.img for sarge doesn't, on PPC

2005-08-15 Thread Simon Raven
Package: debian-installer
Severity: grave
Justification: renders package unusable

boot.img for sarge on powerpc doesn't boot, no matter what i do, what
date i get it from (there's a 20041118/ dir on the site, tried those,
doesn't want to boot either). i've tried both 2.4 and 2.6 floppies, any
machine i stick it in spits it back out without any warning and pops up
a floppy picture with a big X in it. i've tried it with several
downloads and several floppies, all known good, and they just don't
boot, no matter what i do. the bootx option is not possible at this
point in time as i have no bin to store the drive with mock os on it
anywhere, and i shouldn't have to do this on a known otherwise working
machine with sarge on it, with a dead battery, and the other a sid install,
been running since late 2002 (potato-woody).

i'm trying to rescue these 2 ppc oldworld macs, and without a working boot.img,
i cannot rescue them at all.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1000, 'unstable'), (998, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-p3
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)


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



Bug#323185: centericq: Multiple security problems in libgadu

2005-08-15 Thread Moritz Muehlenhoff
Package: centericq
Severity: grave
Tags: security
Justification: user security hole

Multiple security problems have been fixed in ekg and it's libgadu
library:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2448
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2370
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2369
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1916
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1851
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1850

I noticed that centericq embeds a local copy of libgadu. Do any of the
vulnerabilities above affect the embedded copy as well?

Cheers,
Moritz

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


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



Bug#323184: valgrind does not work for simplest programs

2005-08-15 Thread Elrond
Package: valgrind
Version: 3.0.0-1
Severity: serious

Hi,

starting the new valgrind on simplest programs (like one
printf(Hello %s\n, world);) just goes this:

==1366== Process terminating with default action of signal 4 (SIGILL)
==1366==  Illegal operand at address 0xB0039D4C
==1366==at 0x1B8E4C20: (within /lib/ld-2.3.2.so)

Same for /bin/ls from coreutils from stable.

valgrind 2.4.0 works happily on this box.

System characteristics:
libc6: 2.3.2.ds1-21 or 2.3.5-3
coreutils: 5.2.1-2
gcc: 3.3.5-8
kernel: 2.4.29


Elrond


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



Processed: Bug#323168: larswm: ftbfs [sparc] cannot find -lselinux

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 323168
Bug#323168: larswm: ftbfs [sparc]  cannot find -lselinux
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Blars Blarson [EMAIL PROTECTED]

 reassign 323168 xutils 6.8.2.dfsg.1-3
Bug#323168: larswm: ftbfs [sparc]  cannot find -lselinux
Bug reassigned from package `larswm' to `xutils'.

 merge 323168 319121
Bug#319121: FTBFS: Missing build-dependency on libselinux1-dev
Bug#323168: larswm: ftbfs [sparc]  cannot find -lselinux
Bug#319410: imake assumes availability of selinux
Bug#320473: isdnutils: FTBFS: Missing build depedency on libselinux1-dev.
Bug#321313: FTBFS (unstable): cannot find -lselinux
Bug#321819: FTBFS: missing build-depends on libselinux1-dev
Merged 319121 319410 320473 321313 321819 323168.

 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#323194: dpkg-checkbuilddeps doesn't parse valid build depends

2005-08-15 Thread Matthias Klose
Package: dpkg-dev, lapack3
Version: 1.13.10
Severity: grave

Build-Depends: debhelper ( = 4 ) , g77, refblas3-dev

g77 isn't recognized as a build dependency. Removing the whitespace is
a workaround.


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



Bug#321049: gs-esp: Failing testcase

2005-08-15 Thread Andres Alla
Package: gs-esp
Version: 8+8.15rc3.dfsg.1-1
Followup-For: Bug #321049

I'm not the original submitter but the problem seems to be the same.
gs-esp fails if document contains certain fonts. I stumbled upon this 
bug with spreadsheet that had pages with Arial printing fine but pages 
with Helvetica not. I can reproduce this bug 100% with documents that 
contain Helvatica, so that is my submitted testcase.

Also, as in original report, with gs-esp/testing (7.07.1-9) everything 
is OK.

I also include snippet of cups error log at level debug while trying to 
print failing document.

-- Andres Alla

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-15) (ignored: LC_ALL set to et_EE)

Versions of packages gs-esp depends on:
ii  gs-common 0.3.8  Common files for different Ghostsc
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcupsimage2 1.1.23-11  Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10   1.1.23-11  Common UNIX Printing System(tm) - 
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages gs-esp recommends:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  psfontmgr 0.11.8-0.1 PostScript font manager -- part of

-- no debconf information


321049_Helvetica12.pdf
Description: Adobe PDF document
{\rtf1\ansi\deff0\adeflang1025
{\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\fswiss\fprq2\fcharset0 Helvetica;}{\f3\fnil\fprq2\fcharset0 Arial;}{\f4\fnil\fprq2\fcharset0 Tahoma{\*\falt Lucidasans};}{\f5\fnil\fprq0\fcharset0 Tahoma{\*\falt Lucidasans};}}
{\colortbl;\red0\green0\blue0;\red128\green128\blue128;}
{\stylesheet{\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\loch\f0\fs24\lang1061\snext1 Default;}
{\s2\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\loch\f0\fs24\lang1061\sbasedon1\snext2 Text body;}
{\s3\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af5\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\loch\f0\fs24\lang1061\sbasedon2\snext3 List;}
{\s4\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af5\afs20\lang255\ai\ltrch\dbch\af3\afs20\langfe255\ai\loch\f0\fs20\lang1061\i\sbasedon1\snext4 Caption;}
{\s5\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af5\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\loch\f0\fs24\lang1061\sbasedon1\snext5 Index;}
}
{\info{\author Andres Alla}{\creatim\yr2005\mo8\dy15\hr13\min11}{\operator Andres Alla}{\revtim\yr2005\mo8\dy15\hr13\min12}{\printim\yr1601\mo1\dy1\hr0\min0}{\comment StarWriter}{\vern6450}}\deftab720
{\*\pgdsctbl
{\pgdsc0\pgdscuse195\pgwsxn11905\pghsxn16837\marglsxn1134\margrsxn1134\margtsxn1134\margbsxn1134\pgdscnxt0 Default;}}
\paperh16837\paperw11905\margl1134\margr1134\margt1134\margb1134\sectd\sbknone\pgwsxn11905\pghsxn16837\marglsxn1134\margrsxn1134\margtsxn1134\margbsxn1134\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc
\pard\plain \ltrpar\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\loch\f2\fs24\lang1061 {\loch\f2\fs24\lang1061\i0\b0 321049}
\par }

cups_error_log_job1.gz
Description: Binary data


Processed: severity of 323182 is normal

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 severity 323182 normal
Bug#323182: debian-installer: boot.img for sarge doesn't, on PPC
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]



Processed: Tagging 323096 pending

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 323096 pending
Bug#323096: xcruise: FTBFS: Missing Build-Depends on 'libxp-dev'
Tags were: patch
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#323200: mozilla-browser: gcc4 problem in the libimglib2.so module

2005-08-15 Thread Luke Schierer
Package: mozilla-browser
Version: 2:1.7.10-1
Severity: grave
Tags: patch
Justification: renders package unusable


according to http://bugzilla.gnome.org/show_bug.cgi?id=311035#c7,
which a bug I submitted was marked duplicate of, gcc4 generates bad
code in the libimglib2.so module, and this is a known bug, posted
upstream (mozilla) at
https://bugzilla.mozilla.org/show_bug.cgi?id=293307

and that applying a patch (there appear to be several that have been
rejected in the mozilla bug) fixes it for the reporter of the gnome
bug.

as this bug leaves me unable to effectively use galeon and epiphany, I
considered this a grave bug, since it seems more than just important
but is breaking related packages, not unrelated so does not seem to
fit critical.

luke


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

Versions of packages mozilla-browser depends on:
ii  debconf   1.4.57 Debian configuration management sy
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
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-4  GCC support library
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libnspr4  2:1.7.10-1 Netscape Portable Runtime Library
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-5 X Window System printing extension
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages mozilla-browser recommends:
ii  mozilla-psm   2:1.7.10-1 The Mozilla Internet application s
ii  myspell-en-gb [myspell-dictio 20030813-3 English (GB) dictionary for myspel
ii  myspell-en-us [myspell-dictio 20030813-3 English (US) dictionary for myspel

-- debconf information:
  mozilla/dsp: auto
  mozilla/locale_auto: true
* mozilla/prefs_note:


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



Processed: X509 repacement functions

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 322089 +pending
Bug#322089: openldap2: Please switch to libgnutls12
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#322089: marked as done (openldap2: Please switch to libgnutls12)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 14:10:03 +0200
with message-id [EMAIL PROTECTED]
and subject line X509 repacement functions
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 00:22:56 +
From [EMAIL PROTECTED] Mon Aug 08 17:22:56 2005
Return-path: [EMAIL PROTECTED]
Received: from emailhub.stusta.mhn.de (mailout.stusta.mhn.de) [141.84.69.5] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1E2HtQ-0003v6-00; Mon, 08 Aug 2005 17:22:56 -0700
Received: (qmail 28735 invoked from network); 9 Aug 2005 00:22:25 -
Received: from r063144.stusta.swh.mhn.de (10.150.63.144)
  by mailhub.stusta.mhn.de with SMTP; 9 Aug 2005 00:22:25 -
Received: by r063144.stusta.swh.mhn.de (Postfix, from userid 1000)
id 3390E1CE82C; Tue,  9 Aug 2005 02:22:23 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: openldap2: Please switch to libgnutls12
X-Mailer: reportbug 3.15
Date: Tue, 09 Aug 2005 02:22:23 +0200
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

Package: openldap2
Version: 2.1.30-11
Severity: wishlist

Can you switch from libgnutls11 to the more recent libgnutls12?

TIA
Adrian

---
Received: (at 322089-done) by bugs.debian.org; 15 Aug 2005 12:11:12 +
From [EMAIL PROTECTED] Mon Aug 15 05:11:12 2005
Return-path: [EMAIL PROTECTED]
Received: from run.smurf.noris.de (server.smurf.noris.de) [192.109.102.41] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4do3-0003tw-00; Mon, 15 Aug 2005 05:11:11 -0700
Received: from kiste.smurf.noris.de ([192.109.102.35] ident=mail)
by server.smurf.noris.de with smtp (Exim 4.50)
id 1E4dn2-0002At-CS
for [EMAIL PROTECTED]; Mon, 15 Aug 2005 14:10:22 +0200
Received: (nullmailer pid 15755 invoked by uid 501);
Mon, 15 Aug 2005 12:10:03 -
Date: Mon, 15 Aug 2005 14:10:03 +0200
To: [EMAIL PROTECTED]
Subject: Re: X509 repacement functions
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=nHJAUhyIZkPvF01C
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.6+20040907i
From: Matthias Urlichs [EMAIL PROTECTED]
X-Smurf-Spam-Score: -2.6 (--)
X-Smurf-Whitelist: +relay_from_hosts
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02


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

Hi,

 Meanwhile, I'll have to drop the Provides:, or so it seems. :-/
=20
Done with the 1.2.6-1 upload.

--=20
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
If you have to hate, hate gently.

--nHJAUhyIZkPvF01C
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)

iD8DBQFDAIYb8+hUANcKr/kRAl1TAJsH8r+PXhiFmoYGu15C8lffLwrHVQCgjmQ2
mhMeMUnnP1shQRweJ/MSyCE=
=lH1a
-END PGP SIGNATURE-

--nHJAUhyIZkPvF01C--


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



Bug#322089: X509 repacement functions

2005-08-15 Thread Matthias Urlichs
tag 322089 +pending
thanks

It seems that the code in question needs to be somewhat rewritten sooner
or later.

Meanwhile, I'll have to drop the Provides:, or so it seems. :-/

From: Nikos Mavrogiannopoulos [EMAIL PROTECTED]
Newsgroups:   gmane.comp.encryption.gpg.gnutls.devel
Date: Fri, 12 Aug 2005 18:43:31 +0200

Matthias Urlichs wrote:

No this is an old and deprecated API and should not be used.
 Hmm. Then which API _would_ you suggest to replace
 
 gnutls_x509_extract_certificate_issuer_dn
 gnutls_x509_extract_certificate_dn
 gnutls_x509_extract_certificate_subject_alt_name

The gnutls_x509_crt_* functions. You can check the implementation of the
gnutls_x509_extract_certificate_dn() compatibility function to see the
ones the replaced it.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Nothing is mere. -- Richard P. Feynman, Six Easy Pieces


signature.asc
Description: Digital signature


Bug#322952: evince: there is very simple solution

2005-08-15 Thread Jung-hoon Han
Package: evince
Version: 0.3.0-2
Followup-For: Bug #322952

if you already installed libdhvulibre1 in manual way (or automatically
by apt), just follow this command :

cd /usr/lib
ln -s libdjvulibre.so.15.0.0 libdjvulibre.so.14

then, you can see evince shows the pdf documents.

-- 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.3-july27
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages evince depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcairo1 0.4.0-1Multi-platform 2D graphics library
ii  libdjvulibre1 3.5.14-6   Runtime support for the DjVu image
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
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-4  GCC support library
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-1GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkpathsea3  2.0.2-31   path search library for teTeX (run
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpixman10.1.6-1Cairo pixel manipulation library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpoppler0   0.3.1-1PDF rendering library
ii  libpoppler0-glib  0.3.1-1PDF rendering library (GLib-based 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#321908: marked as done (destar: missing dependency on Quixote 1.x)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 05:17:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#321908: fixed in destar 0.0.169-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; 8 Aug 2005 06:29:21 +
From [EMAIL PROTECTED] Sun Aug 07 23:29:21 2005
Return-path: [EMAIL PROTECTED]
Received: from vscan03.westnet.com.au [203.10.1.142] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E218S-00053t-00; Sun, 07 Aug 2005 23:29:20 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by localhost (Postfix) with ESMTP id 33FEAB60004
for [EMAIL PROTECTED]; Mon,  8 Aug 2005 14:28:49 +0800 (WST)
Received: from vscan03.westnet.com.au ([127.0.0.1])
 by localhost (vscan03.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 11001-01-9 for [EMAIL PROTECTED];
 Mon,  8 Aug 2005 14:28:49 +0800 (WST)
Received: from dsl-202-72-168-241.wa.westnet.com.au 
(dsl-202-72-168-241.wa.westnet.com.au [202.72.168.241])
by vscan03.westnet.com.au (Postfix) with ESMTP id A39C2B602F6
for [EMAIL PROTECTED]; Mon,  8 Aug 2005 14:28:47 +0800 (WST)
Subject: destar: missing dependency on Quixote 1.x
From: Paul Wise [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
X-Reportbug-Version: 3.15
X-Mutt-Fcc: 
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol=application/pgp-signature; boundary==-nCtJHE8YtA8zzc6L8tdy
Date: Mon, 08 Aug 2005 14:28:46 +0800
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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


--=-nCtJHE8YtA8zzc6L8tdy
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Package: destar
Version: 0.0.167-1
Severity: grave
Justification: renders package unusable

The when destar attempts to start, it gives the following message:

/--=
--\
Setting up destar (0.0.167-1) ...
Starting Asterisk Web GUI DeStar: DeStar DEVELOPMENTAL SNAPSHOT, Copyright =
(C) 2005 by Holger Schurig.

DeStar comes with ABSOLUTELY NO WARRANTY. This is free software,
you are welcome to redistribute it under certain conditions;
see the included files GPL-2.txt and COPYRIGHT.txt

Error: please install Quixote 1.x
invoke-rc.d: initscript destar, action start failed.
\--=
--/

Please add a dependency on quixote (=3D 1.0-1) and fix the package so
that it works out of the box.

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

Versions of packages destar depends on:
ii  python2.3.5-3An interactive high-level obje=
ct-o

Versions of packages destar recommends:
ii  asterisk  1:1.0.9.dfsg-4 open source Private Branch Exc=
hang
pn  python-pysqlite   none (no description available)
ii  sqlite2.8.16-1   command line interface for SQL=
ite

-- no debconf information
--=20
bye,
pabs

http://qa.debian.org/developer.php?login=3DPaul+Wisecomaint=3Dyes

--=-nCtJHE8YtA8zzc6L8tdy
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBC9vue5Sc9mGvjxCMRAvyfAJ9o710185k0jNbEBaqqUYZzDRhCIgCdHg+9
N8u8p067ljC3C0+prsbSnm4=
=Ym+y
-END PGP SIGNATURE-

--=-nCtJHE8YtA8zzc6L8tdy--


---
Received: (at 321908-close) by bugs.debian.org; 15 Aug 2005 12:21:15 +
From [EMAIL PROTECTED] Mon Aug 15 05:21:15 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4dto-0004xH-00; Mon, 15 Aug 2005 05:17:04 -0700
From: Santiago Ruano Rincon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321908: fixed in destar 0.0.169-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]

Bug#321911: marked as done (destar: does not work out of the box - missing config file)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 05:17:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#321911: fixed in destar 0.0.169-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; 8 Aug 2005 06:44:12 +
From [EMAIL PROTECTED] Sun Aug 07 23:44:12 2005
Return-path: [EMAIL PROTECTED]
Received: from vscan03.westnet.com.au [203.10.1.142] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E21Mp-0008KF-00; Sun, 07 Aug 2005 23:44:11 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by localhost (Postfix) with ESMTP id 482CFB600C7
for [EMAIL PROTECTED]; Mon,  8 Aug 2005 14:43:40 +0800 (WST)
Received: from vscan03.westnet.com.au ([127.0.0.1])
 by localhost (vscan03.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 11864-02 for [EMAIL PROTECTED];
 Mon,  8 Aug 2005 14:43:40 +0800 (WST)
Received: from dsl-202-72-168-241.wa.westnet.com.au 
(dsl-202-72-168-241.wa.westnet.com.au [202.72.168.241])
by vscan03.westnet.com.au (Postfix) with ESMTP id 78E13B60365
for [EMAIL PROTECTED]; Mon,  8 Aug 2005 14:43:39 +0800 (WST)
Subject: destar: does not work out of the box - missing config file
From: Paul Wise [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
X-Reportbug-Version: 3.15
X-Mutt-Fcc: 
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol=application/pgp-signature; boundary==-c2Qji4pr1gs7FF2S80Nx
Date: Mon, 08 Aug 2005 14:43:39 +0800
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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


--=-c2Qji4pr1gs7FF2S80Nx
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Package: destar
Version: 0.0.167-1
Severity: grave
Justification: renders package unusable

The destar package is missing a config file. When I install quixote and
destar, and visit http://localhost:8080/ in my browser, I get the
following python traceback. Please add a sane default config file
to /etc/asterisk/destar_cfg.py. Just an empty file seems to be fine.

I also note that it is listening on all network interfaces and not just
localhost. It is probably a good idea to make this localhost only, since
it seems you can change stuff without authenticating in any way.

Traceback (most recent call last):
  File /usr/lib/python2.3/site-packages/quixote/publish.py, line 522, in =
process_request
output =3D self.try_publish(request, env.get('PATH_INFO', ''))
  File /usr/lib/python2.3/site-packages/quixote/publish.py, line 436, in =
try_publish
self.start_request(request)
  File /usr/share/destar/python/Publisher.py, line 88, in start_request
users =3D backend.getConfiglets(name=3DCfgOptUser)
  File /usr/share/destar/python/backend.py, line 556, in getConfiglets
if not __loaded: loadPythonConfig()
  File /usr/share/destar/python/backend.py, line 60, in loadPythonConfig
execfile(DESTAR_CFG)
IOError: [Errno 2] No such file or directory: 'destar_cfg.py'

Form:

Cookies:

Environment:
ACCEPT_ENCODING gzip,deflate
CONTENT_LENGTH  0
CONTENT_TYPE   =20
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=
=3D0.9,text/plain;q=3D0.8,image/png,*/*;q=3D0.5
HTTP_ACCEPT_CHARSET UTF-8,*
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_CONNECTION keep-alive
HTTP_COOKIE=20
HTTP_HOST   localhost:8080
HTTP_KEEP_ALIVE 300
HTTP_REFERER   =20
HTTP_USER_AGENT Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20=
050802 Galeon/1.3.21 (Debian package 1.3.21-6)
PATH_INFO   /
QUERY_STRING   =20
REMOTE_ADDR 127.0.0.1
REMOTE_PORT 4566
REQUEST_METHOD  GET
REQUEST_URI /
SCRIPT_FILENAME=20
SCRIPT_NAME=20
SERVER_NAME localhost
SERVER_PORT 8080
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE page_main


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

Versions of packages destar depends on:
ii  python2.3.5-3An interactive high-level obje=
ct-o

Versions of 

Processed: reassign 323194 to dpkg-dev, severity of 323194 is normal, merging 323194 273489

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 reassign 323194 dpkg-dev
Bug#323194: dpkg-checkbuilddeps doesn't parse valid build depends
Bug reassigned from package `dpkg-dev, lapack3' to `dpkg-dev'.

 severity 323194 normal
Bug#323194: dpkg-checkbuilddeps doesn't parse valid build depends
Severity set to `normal'.

 merge 323194 273489
Bug#273489: controllib.pl: doesn't handle whitespace before version operators
Bug#323194: dpkg-checkbuilddeps doesn't parse valid build depends
Bug#310306: controllib.pl: doesn't handle whitespace before version operators
Merged 273489 310306 323194.


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#320721: Same on Intel Xeon

2005-08-15 Thread Lionel Elie Mamane
On Sun, Aug 14, 2005 at 08:05:42PM +0200, Carsten Menke wrote:
 I'm having the same problem on Intel Xeon 32bit

With which ISDN card?

 Here's what I have done so far:

 Tested Kernels (with newer Kernel's c2faxsend even produces an Kernel oops)
 2.4.31 - segmentation fault

That's my kernel and works for me... Let's try to find the
difference between my setup and yours.

 So it seems that the problem does not directly lie in capi4hylafax
 (maybe)

Kernel problem? (Kernel oops automatically qualifies with kernel
problem, IMHO, except if one mucks with /dev/kmem or such.)

-- 
Lionel


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



Processed: Untagging 323096 pending

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 323096 - pending
Bug#323096: xcruise: FTBFS: Missing Build-Depends on 'libxp-dev'
Tags were: pending patch
Tags removed: 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#314686: marked as done (kraptor: FTBFS (amd64/gcc-4.0): invalid storage class for function 'liberar_listas_interno')

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 05:47:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#314686: fixed in kraptor 0.0.20040403-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; 17 Jun 2005 19:50:15 +
From [EMAIL PROTECTED] Fri Jun 17 12:50:15 2005
Return-path: [EMAIL PROTECTED]
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DjMr1-0002bS-00; Fri, 17 Jun 2005 12:50:15 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DjMqz-0005sc-US; Fri, 17 Jun 2005 21:50:13 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: kraptor: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'liberar_listas_interno'
Message-Id: [EMAIL PROTECTED]
Date: Fri, 17 Jun 2005 21:50:13 +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=-7.2 required=4.0 tests=BAYES_00,HAS_PACKAGE,
REMOVE_REMOVAL_NEAR autolearn=no 
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kraptor
Version: 0.0.20040403-1
Severity: normal
Tags: patch

When building 'kraptor' on amd64/unstable with gcc-4.0,
I get the following error:

gcc -Iinclude -Wall -O3 -c src/game.c -o obj/linux/game.o
src/game.c: In function 'update_display':
src/game.c:341: warning: 'set_clip' is deprecated (declared at 
/usr/include/allegro/alcompat.h:219)
src/game.c:377: warning: 'text_mode' is deprecated (declared at 
/usr/include/allegro/alcompat.h:167)
src/game.c:390: warning: 'textprintf' is deprecated (declared at 
/usr/include/allegro/alcompat.h:189)
src/game.c:397: warning: 'set_clip' is deprecated (declared at 
/usr/include/allegro/alcompat.h:219)
src/game.c: In function 'comenzar_juego':
src/game.c:416: error: invalid storage class for function 
'liberar_listas_interno'
src/game.c:432: error: invalid storage class for function 'hacer_cleanup_mapeos'
src/game.c:446: error: invalid storage class for function 'pone_timers_juego'
src/game.c:460: error: invalid storage class for function 'saca_timers_juego'
make[1]: *** [obj/linux/game.o] Error 1
make[1]: Leaving directory `/kraptor-0.0.20040403'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/kraptor-0.0.20040403/include/pmask.h ./include/pmask.h
--- ../tmp-orig/kraptor-0.0.20040403/include/pmask.h2003-02-03 
00:45:00.0 +0100
+++ ./include/pmask.h   2005-06-17 21:46:40.0 +0200
@@ -39,7 +39,7 @@
 //MASK_WORD_TYPE and MASK_WORD_BITBITS can be changed for your platform
 
 //MASK_WORD_TYPE should be the largest fast integer type available
-#define MASK_WORD_TYPE unsigned long int
+#define MASK_WORD_TYPE unsigned int
 
 //MASK_WORD_BITBITS should be the log base 2
 //of the number of bits in MASK_WORD_TYPE
diff -urN ../tmp-orig/kraptor-0.0.20040403/src/game.c ./src/game.c
--- ../tmp-orig/kraptor-0.0.20040403/src/game.c 2003-12-17 00:13:00.0 
+0100
+++ ./src/game.c2005-06-17 21:42:13.0 +0200
@@ -412,7 +412,7 @@
 void comenzar_juego(int load_savegame)
 {
   /* funcion interna que libera listas enlazadas */
-  static void liberar_listas_interno()
+  void liberar_listas_interno()
   {
   /* LIBERAR LISTAS... */
   liberar_lista_enemigos();
@@ -428,7 +428,7 @@
 
   /* funcion interna que limpia los colores y bufferes
  y coloca la paleta de juego, etc */
-  static void hacer_cleanup_mapeos()
+  void hacer_cleanup_mapeos()
   {
 set_palette(pal_game);
 color_map = tabla_transparencia;  /* la rutina de sombras la precisa! 
*/
@@ -442,7 +442,7 @@
   }
 
   /* Funcion interna para instalar los timers */
-  static void pone_timers_juego()
+  void pone_timers_juego()
   {
/* Timers */
if (install_int_ex(increment_speed_counter, BPS_TO_TIMER(30)))
@@ -456,7 +456,7 @@
   }
 
   /* Funcion interna para SACAR los timers */
-  static void saca_timers_juego()
+  void saca_timers_juego()
   {
 /* remover timers... */
 remove_int(fps_proc);
diff -urN ../tmp-orig/kraptor-0.0.20040403/src/joymnu.c ./src/joymnu.c
--- ../tmp-orig/kraptor-0.0.20040403/src/joymnu.c   2003-07-27 
05:26:00.0 +0200
+++ ./src/joymnu.c  2005-06-17 21:42:26.0 

Bug#323157: FTBFS: needs build-dep on libselinux-dev

2005-08-15 Thread Decklin Foster
dann frazier writes:

 gcc -o 9wm -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   main.o 
 event.o manage.o menu.o client.o grab.o cursor.o error.o -lXext -lX11   
 -lselinux
 /usr/bin/ld: cannot find -lselinux

This was due to to an imake bug, actually. Should be fixed in X.org -5
(I'll let you know if it doesn't when I merge the other patch.)

-- 
things change.
[EMAIL PROTECTED]


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



Bug#309191: marked as done (caudium: FTBFS: Not using -fPIC to make shared lib.)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 15:28:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#309191: Can you check this please now?
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 12:37:31 +
From [EMAIL PROTECTED] Sun May 15 05:37:31 2005
Return-path: [EMAIL PROTECTED]
Received: from poros.telenet-ops.be [195.130.132.44] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DXIN8-0007Xz-00; Sun, 15 May 2005 05:37:30 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by poros.telenet-ops.be (Postfix) with SMTP id 113FF3BC18C
for [EMAIL PROTECTED]; Sun, 15 May 2005 14:37:00 +0200 (MEST)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
by poros.telenet-ops.be (Postfix) with ESMTP id EAA2C3BC354
for [EMAIL PROTECTED]; Sun, 15 May 2005 14:36:59 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
id 9D71526136; Sun, 15 May 2005 14:36:59 +0200 (CEST)
Date: Sun, 15 May 2005 14:36:59 +0200
From: Kurt Roeckx [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: caudium: FTBFS: Not using -fPIC to make shared lib.
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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: caudium
Version: 2:1.4.5.2-1
Severity: serious
Tags: experimental

Hi,

Your package is failing to build on a few arches (amd64,
hppa, alpha) because you're not using -fPIC to create
shared libs.  This is a policy requirement (10.2).

For instance on amd64 you get:
Making PCRE
make[4]: Entering directory `/build/buildd/caudium-1.4.5.2/src/cmods/PCRE'
/build/buildd/caudium-1.4.5.2/smartlink gcc -I/usr/include/pike/7.6.24 
-I/usr/include -I/usr/local/include -I/build/buildd/caudium-1.4.5.2/src/cmods/ 
-I/build/buildd/caudium-1.4.5.2/src/cmods/ -O2 -s 
-I/build/buildd/caudium-1.4.5.2/src/cmods/PCRE/ -I.  -c pcre.c -o pcre.o
/build/buildd/caudium-1.4.5.2/smartlink gcc -shared -R/usr/lib -L/usr/lib 
-R/usr/local/lib -L/usr/local/lib -o PCRE.so pcre.o   -lpcre 
/usr/lib/gcc-lib/x86_64-linux/3.3.6/libgcc.a -lc 
/usr/lib/gcc-lib/x86_64-linux/3.3.6/libgcc.a
/usr/bin/ld: pcre.o: relocation R_X86_64_32S can not be used when making a 
shared object; recompile with -fPIC
pcre.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [PCRE.so] Error 1

You get something simular on hppa, and alpha fails on the
next lib.


Kurt


---
Received: (at 309191-done) by bugs.debian.org; 15 Aug 2005 13:28:52 +
From [EMAIL PROTECTED] Mon Aug 15 06:28:52 2005
Return-path: [EMAIL PROTECTED]
Received: from adicia.telenet-ops.be [195.130.132.56] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4f1H-000225-00; Mon, 15 Aug 2005 06:28:52 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by adicia.telenet-ops.be (Postfix) with SMTP
id 1DDE84437F; Mon, 15 Aug 2005 15:28:51 +0200 (MEST)
Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74])
by adicia.telenet-ops.be (Postfix) with ESMTP
id CCC73441DA; Mon, 15 Aug 2005 15:28:50 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
id 51CD326136; Mon, 15 Aug 2005 15:28:50 +0200 (CEST)
Date: Mon, 15 Aug 2005 15:28:50 +0200
From: Kurt Roeckx [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#309191: Can you check this please now?
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.4.2.1i
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

Version: 2:1.4.7-3

On Mon, Aug 15, 2005 at 10:45:26AM +0200, Marek Habersack wrote:
 Hello Kurt,
 
   Since the autobuilders haven't been able to build 

Bug#321712: Bug#323032: libc6: GLIBC_PRIVATE errors

2005-08-15 Thread Daniel Jacobowitz
On Sun, Aug 14, 2005 at 03:47:22AM -0700, Steve Langasek wrote:
  fakeroot debian/rules binary
  /usr/bin/make: relocation error: /lib/libdl.so.2: symbol _dl_catch_error, 
  version GLIBC_PRIVATE not defined in file ld.so.1 with link time reference
  zsh: 8307 exit 127   fakeroot debian/rules binary

 However,
 
 $ dpkg -x g/glibc/libc6_2.3.5-3_powerpc.deb /tmp/libc6
 $ nm -Du /tmp/libc6/lib/libdl.so.2 |grep _dl_catch_error
 $
 
 I can't find any evidence of this bug you're describing in glibc 2.3.5-3.

It was in 2.3.2, however; I suspect that Simon has somehow managed to
get the old libdl with the new ld.so.  Probably there is a stray copy
in /usr or some directory in /etc/ld.so.conf.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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



Bug#320721: Same on Intel Xeon

2005-08-15 Thread Carsten Menke

Lionel Elie Mamane wrote:

On Sun, Aug 14, 2005 at 08:05:42PM +0200, Carsten Menke wrote:


I'm having the same problem on Intel Xeon 32bit



With which ISDN card?


AVM B1 PCI v4.0

Carsten


--
There are two major products that came out of Berkeley: LSD and UNIX.
  We don't believe this to be a coincidence. --Jeremy S. Anderson


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



Bug#323224: libstonith0: uninstallable

2005-08-15 Thread Steinar H. Gunderson
Package: libstonith0
Version: 1.2.3-12
Severity: serious

Hi,

 - libstonith0 depends on libsnmp5 (= 5.1).
 - libsnmp5 in sid conflicts with libstonith0 (= 1.2.3-12)

libstonith0 should be rebuilt, and have a versioned dependency on the
new libsnmp5. (libsnmp5 broke the ABI without changing the soname, thus
the conflict; see #322500.)

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


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



Bug#323163: marked as done (libvalidate-net-perl: Package dependency missing)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 08:32:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323163: fixed in libvalidate-net-perl 0.5-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; 15 Aug 2005 06:21:06 +
From [EMAIL PROTECTED] Sun Aug 14 23:21:06 2005
Return-path: [EMAIL PROTECTED]
Received: from deimos.hpl.hp.com [192.6.19.190] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4YLJ-0002nC-00; Sun, 14 Aug 2005 23:21:05 -0700
Received: from hplns3.hpl.hp.com (hplns3.hpl.hp.com [15.0.48.4])
by deimos.hpl.hp.com (8.9.3 (PHNE_29773)/HPL-PA Relay) with ESMTP id 
XAA04396
for [EMAIL PROTECTED]; Sun, 14 Aug 2005 23:19:08 -0700 (PDT)
Received: from eric-nw8k.hpl.hp.com (hplssp12.hpl.hp.com [15.4.90.153])
by hplns3.hpl.hp.com (8.13.1/8.13.1/HPL-PA Hub) with ESMTP id 
j7F6Jbx2025017;
Sun, 14 Aug 2005 23:19:38 -0700 (PDT)
Received: from anderse by eric-nw8k.hpl.hp.com with local (Exim 3.36 #1 
(Debian))
id 1E4YJt-00073y-00; Sun, 14 Aug 2005 23:19:37 -0700
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Eric Anderson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libvalidate-net-perl: Package dependency missing
X-Mailer: reportbug 3.12
Date: Sun, 14 Aug 2005 23:19:37 -0700
Message-Id: [EMAIL PROTECTED]
Sender: Eric Anderson [EMAIL PROTECTED]
X-MailScanner: Found to be clean
X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.304, required 7,
FROM_HAS_MIXED_NUMS 0.30)
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using From header
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=-7.0 required=4.0 tests=BAYES_00,FROM_HAS_MIXED_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libvalidate-net-perl
Version: 0.5-1
Severity: grave
Justification: renders package unusable


The libvalidate-net-perl depends on the libclass-default-perl package
because of the line:

use base 'Class::Default';

in ../Validate/Net.pm

Without libclass-default-perl the module doesn't work, it reports:

Base class package Class::Default is empty.
(Perhaps you need to 'use' the module which defines that package first.)
 at /usr/share/perl5/Validate/Net.pm line 10
BEGIN failed--compilation aborted at /usr/share/perl5/Validate/Net.pm line 10.
...

I didn't bother to put in a patch because it would be more work to use
my patch than to extend the depends line in the control file.

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

Versions of packages libvalidate-net-perl depends on:
ii  perl  5.8.7-3Larry Wall's Practical Extraction 

-- no debconf information

---
Received: (at 323163-close) by bugs.debian.org; 15 Aug 2005 15:38:22 +
From [EMAIL PROTECTED] Mon Aug 15 08:38:22 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4gwW-00035u-00; Mon, 15 Aug 2005 08:32:04 -0700
From: Gunnar Wolf [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323163: fixed in libvalidate-net-perl 0.5-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 08:32:04 -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: libvalidate-net-perl
Source-Version: 0.5-2

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

libvalidate-net-perl_0.5-2.diff.gz
  to pool/main/libv/libvalidate-net-perl/libvalidate-net-perl_0.5-2.diff.gz
libvalidate-net-perl_0.5-2.dsc
  to pool/main/libv/libvalidate-net-perl/libvalidate-net-perl_0.5-2.dsc
libvalidate-net-perl_0.5-2_all.deb
  

Bug#321977: marked as done (gprolog: FTBFS with hevea: unknown option -nosymb)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 08:47:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#321977: fixed in gprolog 1.2.18-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; 8 Aug 2005 14:48:05 +
From [EMAIL PROTECTED] Mon Aug 08 07:48:05 2005
Return-path: [EMAIL PROTECTED]
Received: from idmailgate2.unizh.ch [130.60.127.101] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E28v6-00088V-00; Mon, 08 Aug 2005 07:48:05 -0700
Received: from localhost.localdomain ([130.60.169.227])
by idmailgate2.unizh.ch (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id 
j78Em23R016553
for [EMAIL PROTECTED]; Mon, 8 Aug 2005 16:48:02 +0200
Received: from localhost
([127.0.0.1] helo=localhost.localdomain ident=frank)
by localhost.localdomain with esmtp (Exim 4.50)
id 1E28v4-0008Gb-Ji
for [EMAIL PROTECTED]; Mon, 08 Aug 2005 16:48:02 +0200
From: =?iso-8859-1?q?Frank_K=FCster?= [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: gprolog: FTBFS with hevea: unknown option -nosymb
X-Debbugs-CC: Frank =?iso-8859-1?q?K=FCster?= [EMAIL PROTECTED]
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
Date: Mon, 08 Aug 2005 16:48:02 +0200
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: gprolog
Severity: serious

Actually Kurt Roeckx has found this while looking for errors revealed by
the planned upgrade to teTeX-3.0, but it also occurs in a clean pbuilder
sid chroot:

hevea -O -nosymb -s -exec xxdate.exe -fix custom.hva manual.tex -o manual.h=
tml
/usr/bin/hevea: unknown option `-nosymb'.
hevea 1.08
  -version show hevea version and library directory
  -v verbose flag, can be repeated to increase verbosity
  -s suppress warnings
  -I dir, add directory ``dir'' to search path
  -e filename, prevent file ``filename'' from being read
  -fix iterate Hevea until fixpoint
  -O call esponja to optimize HTML output
  -exec prog , execute external program ``prog'', then read its result
  -gloss glossary definitions file to be read and processed for producing g=
lossary entries, along with the glosstex pack
age
  -bib bibtex entry file to be read and processed for producing bibliograph=
y entries
  -francais French mode (deprecated)
  -moreentities Enable the output of some rare entities.
  -entities Render symbols by using entities, this is the default
  -symbols Render symbols by using the symbol font, obsolete
  -textsymbols Render symbols by english text
  -noiso use HTML entities in place of isolatin1 non-ascii characters
  -charset character set, use ``character set'' in the HEAD tag
  -pedantic be pedantic in interpreting HTML 4.0 transitional definition
  -mathml produces MathML output for equations, very experimental
  -text output plain text
  -info output info file(s)
  -w width, set the output width for text or info output
  -o filename, make hevea output go into file ``filename''
  -help  Display this list of options
  --help  Display this list of options
make[1]: *** [manual.html] Error 2
make[1]: Leaving directory `/tmp/buildd/gprolog-1.2.18/doc'
make: *** [stamp-build-indep] Error 2
pbuilder: Failed autobuilding of package

Maybe you meant -textsymbols?

Regards, Frank


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DISO-8859-15)

--=20
Frank K=FCster
Inst. f. Biochemie der Univ. Z=FCrich
Debian Developer


---
Received: (at 321977-close) by bugs.debian.org; 15 Aug 2005 15:51:01 +
From [EMAIL PROTECTED] Mon Aug 15 08:51:01 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4hB6-0006QM-00; Mon, 15 Aug 2005 08:47:08 -0700
From: Salvador Abreu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321977: fixed in gprolog 1.2.18-13
Message-Id: [EMAIL PROTECTED]

Bug#271399: marked as done (gprolog: ftbfs [sparc] missing build-depends)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 08:47:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#271399: fixed in gprolog 1.2.18-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; 13 Sep 2004 00:30:58 +
From [EMAIL PROTECTED] Sun Sep 12 17:30:58 2004
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C6ekE-nI-00; Sun, 12 Sep 2004 17:30:58 -0700
Received: from renig.nat.blars.org (plergb.nat.blars.org [172.16.1.1])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-6.6) with ESMTP id 
i8D0UFec023767;
Sun, 12 Sep 2004 17:30:15 -0700
Received: (from [EMAIL PROTECTED])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-6.6) id i8D0UFWH023765;
Sun, 12 Sep 2004 17:30:15 -0700
Message-Id: [EMAIL PROTECTED]
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: gprolog: ftbfs [sparc] missing build-depends
X-Mailer: reportbug 1.50
Date: Sun, 12 Sep 2004 17:30:15 -0700
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: gprolog
Version: 1.2.18-11
Severity: serious
Tags: sid
Justification: fails to build from source

gprolog attempts to use commands in the binary build that are in
build-depends-indep.  This fails on the buildds which only install
the build-deptnds.

See full build log at:
http://buildd.debian.org/fetch.php?pkg=gprologver=1.2.18-11arch=sparcstamp=1094852545file=logas=raw

make[1]: Entering directory `/build/buildd/gprolog-1.2.18/doc'
epstopdf compil-scheme.eps
make[1]: epstopdf: Command not found
make[1]: *** [compil-scheme.pdf] Error 127


---
Received: (at 271399-close) by bugs.debian.org; 15 Aug 2005 15:50:37 +
From [EMAIL PROTECTED] Mon Aug 15 08:50:37 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4hB6-0006QH-00; Mon, 15 Aug 2005 08:47:08 -0700
From: Salvador Abreu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#271399: fixed in gprolog 1.2.18-13
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 08:47:08 -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: gprolog
Source-Version: 1.2.18-13

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

gprolog-doc_1.2.18-13_all.deb
  to pool/main/g/gprolog/gprolog-doc_1.2.18-13_all.deb
gprolog_1.2.18-13.diff.gz
  to pool/main/g/gprolog/gprolog_1.2.18-13.diff.gz
gprolog_1.2.18-13.dsc
  to pool/main/g/gprolog/gprolog_1.2.18-13.dsc
gprolog_1.2.18-13_i386.deb
  to pool/main/g/gprolog/gprolog_1.2.18-13_i386.deb



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

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

Debian distribution maintenance software
pp.
Salvador Abreu [EMAIL PROTECTED] (supplier of updated gprolog package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Aug 2005 12:51:59 +0100
Source: gprolog
Binary: gprolog gprolog-doc
Architecture: source i386 all
Version: 1.2.18-13
Distribution: unstable
Urgency: low
Maintainer: Salvador Abreu [EMAIL PROTECTED]
Changed-By: Salvador Abreu [EMAIL PROTECTED]
Description: 
 gprolog- GNU Prolog compiler
 gprolog-doc - Documentation for the GNU Prolog compiler
Closes: 271399 321977
Changes: 
 gprolog (1.2.18-13) unstable; urgency=low
 .
   * don't use -nosymb to deal with recent versions of hevea: 1.07 and
 later 

Bug#323157: marked as done (FTBFS: needs build-dep on libselinux-dev)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 11:47:21 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#323157: FTBFS: needs build-dep on libselinux-dev
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 Aug 2005 05:29:36 +
From [EMAIL PROTECTED] Sun Aug 14 22:29:36 2005
Return-path: [EMAIL PROTECTED]
Received: from atlrel6.hp.com [156.153.255.205] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4XXU-yZ-00; Sun, 14 Aug 2005 22:29:36 -0700
Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253])
by atlrel6.hp.com (Postfix) with ESMTP id 0FB17E01
for [EMAIL PROTECTED]; Mon, 15 Aug 2005 01:29:36 -0400 (EDT)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30])
by smtp2.fc.hp.com (Postfix) with ESMTP
id 97ABD41F1A4; Mon, 15 Aug 2005 05:29:35 + (UTC)
Received: from localhost (localhost [127.0.0.1])
by ldl.fc.hp.com (Postfix) with ESMTP id 7126E1341D9;
Sun, 14 Aug 2005 23:29:35 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1])
by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 13601-05; Sun, 14 Aug 2005 23:29:34 -0600 (MDT)
Received: from krebs (krebs.dannf [10.8.0.7])
by ldl.fc.hp.com (Postfix) with ESMTP id 31DB91340D4;
Sun, 14 Aug 2005 23:29:34 -0600 (MDT)
Received: by krebs (Postfix, from userid 20800)
id 148D13B655D; Sun, 14 Aug 2005 23:31:52 -0600 (MDT)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: dann frazier [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: FTBFS: needs build-dep on libselinux-dev
X-Mailer: reportbug 3.15
Date: Sun, 14 Aug 2005 23:31:52 -0600
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
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: 9wm
Version: 1.2-6
Severity: serious
Tags: patch
Justification: no longer builds from source

rm -f 9wm
gcc -o 9wm -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   main.o event.o 
manage.o menu.o client.o grab.o cursor.o error.o -lXext -lX11   -lselinux
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
make[1]: *** [9wm] Error 1
make[1]: Leaving directory `/tmp/buildd/9wm-1.2'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package

--- 9wm-1.2/debian/control.orig 2005-08-14 23:31:12.0 -0600
+++ 9wm-1.2/debian/control  2005-08-14 23:31:16.0 -0600
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Decklin Foster [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0), xutils, xlibs-dev
+Build-Depends: debhelper (= 4.0), xutils, xlibs-dev, libselinux-dev
 Standards-Version: 3.6.1

 Package: 9wm

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

---
Received: (at 323157-done) by bugs.debian.org; 15 Aug 2005 15:47:23 +
From [EMAIL PROTECTED] Mon Aug 15 08:47:23 2005
Return-path: [EMAIL PROTECTED]
Received: from terminus.rupamsunyata.org [66.93.236.104] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4hBL-0006TG-00; Mon, 15 Aug 2005 08:47:23 -0700
Received: by terminus.rupamsunyata.org (Postfix, from userid 1000)
id 0C37BBC7; Mon, 15 Aug 2005 11:47:21 -0400 (EDT)
Date: Mon, 15 Aug 2005 11:47:21 -0400
From: Decklin Foster [EMAIL PROTECTED]
To: dann frazier [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#323157: FTBFS: needs build-dep on libselinux-dev
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
X-GPG-Key: http://db.debian.org/search.cgi?uid=decklindosearch=1
X-LR8R: Money can't buy you respect so go ahead and do your worst.
Organization: Fulminants Association
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: 

Bug#320826: marked as done (FTBFS: Missing pkg-config build-dependency)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 09:02:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#320826: fixed in gs-esp 8+8.15rc4.dfsg.1-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 1 Aug 2005 19:51:12 +
From [EMAIL PROTECTED] Mon Aug 01 12:51:12 2005
Return-path: [EMAIL PROTECTED]
Received: from s2.ukfsn.org (mail.ukfsn.org) [217.158.120.143] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DzgJb-NT-00; Mon, 01 Aug 2005 12:51:11 -0700
Received: from localhost (lucy.ukfsn.org [127.0.0.1])
by mail.ukfsn.org (Postfix) with ESMTP
id 02167E6A83; Mon,  1 Aug 2005 20:49:05 +0100 (BST)
Received: from mail.ukfsn.org ([127.0.0.1])
 by localhost (lucy.ukfsn.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 09298-02; Mon,  1 Aug 2005 20:49:04 +0100 (BST)
Received: from hardknott.home.whinlatter.ukfsn.org 
(dsl-80-41-12-234.access.as9105.com [80.41.12.234])
by mail.ukfsn.org (Postfix) with ESMTP
id D7DFCE6D90; Mon,  1 Aug 2005 20:49:02 +0100 (BST)
Received: from rleigh by hardknott.home.whinlatter.ukfsn.org with local (Exim 
4.52)
id 1DzgJT-0006ft-Dk; Mon, 01 Aug 2005 20:51:03 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Roger Leigh [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: FTBFS: src/fapi_ft.c: FreeType include directory missing in search path
X-Mailer: reportbug 3.15
Date: Mon, 01 Aug 2005 20:51:03 +0100
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=-4.1 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL,REMOVE_REMOVAL_2WORD autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Package: gs-esp
Version: 8+8.15rc3.dfsg.1-1
Severity: serious
Justification: no longer builds from source

gs-esp fails to build from source.  A trimmed build log follows.  I can
post the full log if needed.  This failed to build on all arches so
far.  I can reproduce the failure with sbuild in a powerpc sid chroot.

libfreetype6-dev is correctly installed, but

# for building w/ FAPI
FT_CPPFLAGS = $(shell pkg-config --cflags freetype2)
FT_LDFLAGS=$(shell pkg-config --libs freetype2)
FT_OPTS := FT_BRIDGE=1 FT_CFLAGS=$(FT_CPPFLAGS) FT_LIB=$(FT_LDFLAGS)

do not seem to be used during the build.

Regards,
Roger


Automatic build of gs-esp_8+8.15rc3.dfsg.1-1 on hardknott by sbuild/powerpc 1.7
Build started at 20050801-1915
**
gs-esp_8+8.15rc3.dfsg.1-1.dsc exists in cwd
** Using build dependencies supplied by package:
Build-Depends: autoconf, automaken, debhelper (= 4.0.0), dpatch, 
libcupsys2-dev (= 1.1.20final+rc1-4), libcupsimage2-dev (= 
1.1.20final+rc1-4), libfreetype6-dev, libice-dev, libjpeg-dev, libpaper-dev, 
libpng-dev, libsm-dev, libx11-dev, libxext-dev, libxt-dev
Checking for already installed source dependencies...
autoconf: missing
automaken: missing
debhelper: already installed (in sufficient version 4.9.5 = 4.0.0)
dpatch: missing
libcupsys2-dev: missing
libcupsimage2-dev: missing
libfreetype6-dev: missing
libice-dev: missing
libjpeg-dev: missing
libpaper-dev: missing
libpng-dev: missing
libsm-dev: missing
libx11-dev: missing
libxext-dev: missing
libxt-dev: missing
Checking for source dependency conflicts...
automaken is a virtual package provided by: automake1.9 automake1.8 automake1.7 
automake1.6 automake1.4
Using automake1.9 (no default, using first one)
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install autoconf 
automaken dpatch libcupsys2-dev libcupsimage2-dev libfreetype6-dev libice-dev 
libjpeg-dev libpaper-dev libpng-dev libsm-dev libx11-dev libxext-dev libxt-dev
Reading package lists...
Building dependency tree...
Package automaken is a virtual package provided by:
  automake1.9 1.9.6-1
  automake1.8 1.8.5-3
  automake1.7 1.7.9-7
  automake1.6 1.6.3-12
  automake1.4 1:1.4-p6-9
You should explicitly select one to install.
E: Package automaken has no installation candidate
automaken is a virtual package provided by: automake1.9 automake1.8 automake1.7 
automake1.6 automake1.4
Using automake1.9 (no default, using first one)
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install autoconf 
dpatch 

Bug#321176: marked as done (gs-esp: ftbfs [sparc] error: #include expects FILENAME or FILENAME)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 09:02:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#320826: fixed in gs-esp 8+8.15rc4.dfsg.1-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 3 Aug 2005 22:30:46 +
From [EMAIL PROTECTED] Wed Aug 03 15:30:45 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E0Rl7-00024o-00; Wed, 03 Aug 2005 15:30:45 -0700
Received: from renig.nat.blars.org (plergb.nat.blars.org [172.16.1.1])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j73MUiMu015521
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
for [EMAIL PROTECTED]; Wed, 3 Aug 2005 15:30:44 -0700
Received: (from [EMAIL PROTECTED])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) id j73MUi9H015519
for [EMAIL PROTECTED]; Wed, 3 Aug 2005 15:30:44 -0700
Resent-Message-Id: [EMAIL PROTECTED]
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j73KsRMu013970
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Wed, 3 Aug 2005 13:54:27 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j73KjpZs030836;
Wed, 3 Aug 2005 13:45:51 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j73Kjo7O030834;
Wed, 3 Aug 2005 13:45:50 -0700
Date: Wed, 3 Aug 2005 13:45:50 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: gs-esp: ftbfs [sparc] error: #include expects FILENAME or FILENAME
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by renig.nat.blars.org id 
j73KsRMu013970
Resent-From: [EMAIL PROTECTED]
Resent-Date: Wed, 3 Aug 2005 15:30:44 -0700
Resent-To: [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

Package: gs-esp
Version: 8+8.15rc3.dfsg.1-1
Severity: serious
Justification: fails to build from source


gs-esp failed to build on a sparc buildd, duplicated on my sparc pbuilder:

sparc-linux-gnu-gcc  -DHAVE_MKSTEMP -DHAVE_HYPOT -Wall -Wstrict-prototypes 
-Wmissing-declarations -Wmissing-prototypes -Wcast-qual -Wwrite-strings 
-fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned long 
long  -Wall -g -O2 -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/lib/gs-esp/8.15\ -DPACKAGE_NAME=\\ 
-DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ 
-DPACKAGE_BUGREPORT=\\ -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 
-DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_ST_BLOCKS=1 -DTIME_WITH_SYS_TIME=1 
-DSIZEOF_UNSIGNED_LONG_INT=4 -DSIZEOF_UNSIGNED_LO!
NG_LONG=8 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_JPEGLIB_H=1 
-DDONT_HAVE_JMEMSYS_H=1 -DHAVE_ZLIB_H=1 -DHAVE_PNG_H=1 -DHAVE_LIBX11=1 
-DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_MKSTEMP=1 -DHAVE_HYPOT=1 
-DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 
-DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void 
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 
-DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMCHR=1 -DHAVE_MEMMOVE=1 
-DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MODF=1 -DHAVE_POW=1 
-DHAVE_PUTENV=1 -DHAVE_RINT=1 -DHAVE_SETENV=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 
-DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1  -I./src 
-I./obj -I./obj -I./src   -o ./obj/fapi_ft.o -c ./src/fapi_ft.c
In file included from 

Bug#323236: nut: reinstalling nut breaks if user cyrus is not there

2005-08-15 Thread Kay Martinen
Package: nut
Version: N/A; reported 2005-08-15
Severity: grave
Justification: renders package unusable

Before this i tried to change from uw-imap to courier and then to cyrus.
Both did not work so i returned to uw-imap and deleted user cyrus.

Newer nut-versions (2.x) did not install and while deinstalling it and the other
imap-services maybe libgd2 was set to uninstall.

So i want to reinstall nut 0.45 with doc and cgi but
then comes a dep-conflict saying webalizer and ntop needs libgd2 or
libgd2-noxpm

i set libgd2 to install but then came:

unknown user cyrus in statusoverride file
Errorcode 2

Then dselect ends with error 100.

I wonder why nut needs a username or am i reading wrong?

i added the user cyrus as a normal user (with adduser) then 'apt-get libgd2'
works. It seems that nut is installed now but i have to check this out in
detail.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux shiva 2.4.18-k6 #1 Sun Apr 14 12:43:22 EST 2002 i586
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]



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



Bug#323238: gdesklets: gDesklets will not start

2005-08-15 Thread Rick Friedman
Package: gdesklets
Version: 0.35.2-1
Severity: grave
Justification: renders package unusable


gDesklets hangs during startup. This started occuring after I updated
python2.3 and python2.3-dev to version 2.3.5-7. As indicated below,
gDesklets seems to depend on python version 2.3.5-3

-- 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=en_US (charmap=ISO-8859-1)

Versions of packages gdesklets depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libgtop2-52.10.2-1   Libraries for gtop system monitori
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  librsvg2-22.9.5-4SAX-based renderer library for SVG
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libxml2   2.6.20-1   GNOME XML library
ii  python2.3.5-3An interactive high-level object-o
ii  python-gnome2 2.10.0-2   Python bindings for the GNOME desk
ii  python-gtk2   2.6.2-1Python bindings for the GTK+ widge
ii  python-numeric23.8-3 Numerical (matrix-oriented) Mathem
ii  python-xml0.8.4-1XML tools for Python [dummy packag
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages gdesklets recommends:
ii  gdesklets-data0.35.2-2   Applets for gdesklets

-- no debconf information


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



Processed: patch

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 323160 + patch
Bug#323160: FTBFS: TLS definition in /lib/libc.so.6.1 section .tbss mismatches
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#323160: patch

2005-08-15 Thread dann frazier
tags 323160 + patch
thanks!

Right-o Steve; this fixes it for me.
--- aca-0.1.10/dialogs/simple.c~2001-03-01 13:44:38.0 -0700
+++ aca-0.1.10/dialogs/simple.c 2005-08-15 10:53:04.0 -0600
@@ -15,6 +15,7 @@
 #include aca_widget.h
 
 #include error.h
+#include errno.h
 #include string.h
 
 #define Y(a)   (a+y)




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



Bug#323032: libc6: GLIBC_PRIVATE errors

2005-08-15 Thread SR, ESC
Le lun 2005-08-15 a 12:45:56 -0400, Daniel Jacobowitz [EMAIL PROTECTED] a dit:
 
  However,
  
  $ dpkg -x g/glibc/libc6_2.3.5-3_powerpc.deb /tmp/libc6
  $ nm -Du /tmp/libc6/lib/libdl.so.2 |grep _dl_catch_error
  $
  
  I can't find any evidence of this bug you're describing in glibc 2.3.5-3.
 
 It was in 2.3.2, however; I suspect that Simon has somehow managed to
 get the old libdl with the new ld.so.  Probably there is a stray copy
 in /usr or some directory in /etc/ld.so.conf.

it's *exactly* what happened. i had prelink installed a lomng while
ago, and it had made a mess of the libs, and i guess i mised a few
things in the clean-up. i keep finding stray cruft like this
sometimes. you can close all the bugs now, it works seemingly flawlessly as
usual.

thank you for putting up with me =), and for the help.

SR/

 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC

-- 
Software Patents are patently wrong:
http://swpat.ffii.org/papiere/eubsa-swpat0202/ustr0309/index.en.html


pgpraFNcqTo6J.pgp
Description: PGP signature


Bug#323158: hylafax-server: upgrade from woody to sarge fails

2005-08-15 Thread Blars Blarson
On Mon, Aug 15, 2005 at 11:36:41AM +0200, Giuseppe Sacco wrote:
 Are you runnig faxgetty from inittab? Could you please check if you have 
 a line starting faxgetty in your /etc/inittab?

Yes, faxgetty was started in inittab.

 If you have that line, please put a '#' in front of the line, execute 
 the command 'telinit q' (this will reload your inittab) and try again 
 the upgrade.

This works.  Upgrades should work without having to manually edit
configuration files though.

-- 
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#322352: pdns and pdns-doc both contain /usr/share/doc-base/pdns (sarge security update version)

2005-08-15 Thread Christoph Haas
Hi, Martin...

On Sat, Aug 13, 2005 at 07:09:02AM +0200, Martin Schulze wrote:
 Please retry in the sarge chroot on gluck or escher.  I've just
 rebuilt it in both environments and both times the pdns_*.deb
 contained both /usr/share/doc/pdns and /usr/share/doc-base/pdns,
 while the package in sarge does not.

I have just taken the diff file from
http://security.debian.org/debian-security/pool/updates/main/p/pdns/pdns_2.9.17-13sarge1.diff.gz
and created a package on gluck (dchroot sarge). This is the packages content:

[EMAIL PROTECTED]:~/test$ dpkg -c pdns_2.9.17-13sarge1_i386.deb
drwxr-xr-x0 2005-08-15 13:55:38 ./
drwxr-xr-x0 2005-08-15 13:55:35 ./usr/
drwxr-xr-x0 2005-08-15 13:55:35 ./usr/share/
drwxr-xr-x0 2005-08-15 13:55:35 ./usr/share/doc/
drwxr-xr-x0 2005-08-15 13:55:43 ./usr/share/doc/pdns/
-rw-r--r-- 9799 2004-09-13 19:34:03 ./usr/share/doc/pdns/changelog.gz
-rw-r--r--  353 2005-08-15 13:40:49 ./usr/share/doc/pdns/README.Debian
-rw-r--r--  928 2005-08-15 13:40:49 ./usr/share/doc/pdns/copyright
-rw-r--r-- 3974 2005-08-15 13:40:49 ./usr/share/doc/pdns/changelog.Debian.gz

So there is no /usr/share/doc-base/pdns in here. I admit that I built
the package this morning and also found the 'doc-base' in the package.
But not any more. I have no idea what I changed (there should be no two
diff files like that) but using the diff file from the above URL
everything went well.

 Christoph



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



Bug#322723: test if this is busybox or kernel

2005-08-15 Thread Joey Hess
Here's an image to use to test if it's busybox or the kernel that's
causing the problem. This netboot image uses busybox-cvs:

http://kitenet.net/~joey/tmp/bb-cvs

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#322680: marked as done (iee80211-source fails to build due to missing scripts/gcc-version.sh)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 10:32:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322765: fixed in linux-2.6 2.6.12-3
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; 12 Aug 2005 07:44:49 +
From [EMAIL PROTECTED] Fri Aug 12 00:44:49 2005
Return-path: [EMAIL PROTECTED]
Received: from h062040143110.swe.cm.kabsi.at (janus.kmp.or.at) [62.40.143.110] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3UDg-0006re-00; Fri, 12 Aug 2005 00:44:49 -0700
Received: from ragnarok.kmp.or.at (ragnarok-vpn.kmp.or.at [10.1.0.6])
by janus.kmp.or.at (8.13.4/8.13.4/Debian-3) with ESMTP id j7C7ibmq010844
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);
Fri, 12 Aug 2005 09:44:40 +0200
Received: from klaus by ragnarok.kmp.or.at with local (Exim 4.52)
id 1E3UDV-0001pi-Mg; Fri, 12 Aug 2005 09:44:37 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Klaus Maria Pfeiffer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: ieee80211-source: doesn't compile
X-Mailer: reportbug 3.15
Date: Fri, 12 Aug 2005 09:44:37 +0200
Message-Id: [EMAIL PROTECTED]
X-kmporat-MailScanner: Found to be clean
X-kmporat-MailScanner-From: [EMAIL PROTECTED]
X-kmporat-MailScanner-To: [EMAIL PROTECTED],
[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

Package: ieee80211-source
Version: 1.0.3-1
Severity: important
Justification: fails to build from source


compiling ieee80211-source ends up in an error:

ragnarok:/usr/src/modules/ieee80211# fakeroot debian/rules binary-modules 
KSRC=/usr/src/linux-headers-2.6.12-1-686 KVERS=2.6.12-1-686
/usr/bin/gcc-4.0
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; 
s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g'  
$templ  ${templ%.modules.in}; \
  done
export DH_OPTIONS='-pieee80211-modules-2.6.12-1-686'
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver
KSRC=/usr/src/linux-headers-2.6.12-1-686
KVER=2.6.12-1-686
make[1]: Entering directory
`/usr/src/modules/ieee80211/driver'
/usr/bin/make -C /usr/src/linux-headers-2.6.12-1-686
M=/usr/src/modules/ieee80211/driver
MODVERDIR=/usr/src/modules/ieee80211/driver modules
/bin/sh:
/usr/src/linux-headers-2.6.12-1-686/scripts/gcc-version.sh:
No such file or directory
make[2]: Entering directory
`/usr/src/linux-headers-2.6.12-1-686'
  CC [M]  /usr/src/modules/ieee80211/driver/ieee80211_module.o
/bin/sh: scripts/genksyms/genksyms: No such file or
directory
make[3]: *** [/usr/src/modules/ieee80211/driver/ieee80211_module.o] Error 1
make[2]: *** [_module_/usr/src/modules/ieee80211/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/modules/ieee80211/driver'
make: *** [binary-modules] Error 2
ragnarok:/usr/src/modules/ieee80211#

same with module-assistant -l 2.6.12-1-686 a-i ieee80211.


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ieee80211-source depends on:
ii  debhelper 4.9.5  helper programs for debian/rules
ii  module-assistant  0.9.8  tool to make module package creati

ieee80211-source recommends no packages.

-- no debconf information

---
Received: (at 322765-close) by bugs.debian.org; 15 Aug 2005 17:38:38 +
From [EMAIL PROTECTED] Mon Aug 15 10:38:38 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4ioq-0003dr-00; Mon, 15 Aug 2005 10:32:16 -0700
From: Bastian Blank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322765: fixed in 

Bug#322765: marked as done (ieee80211-source: fails to compile because it can't find genksyms)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 10:32:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322680: fixed in linux-2.6 2.6.12-3
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; 12 Aug 2005 18:32:55 +
From [EMAIL PROTECTED] Fri Aug 12 11:32:55 2005
Return-path: [EMAIL PROTECTED]
Received: from muse.19inch.net [80.1.73.118] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3eKt-0001bQ-00; Fri, 12 Aug 2005 11:32:55 -0700
Received: from localhost ([127.0.0.1] helo=olwen)
by muse.19inch.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1E3eKn-0001IB-KR; Fri, 12 Aug 2005 19:32:50 +0100
Received: from daf by olwen with local (Exim 4.52)
id 1E3Z41-00073i-24; Fri, 12 Aug 2005 13:55:09 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dafydd Harries [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: ieee80211-source: fails to compile because it can't find genksyms
X-Mailer: reportbug 3.15
Date: Fri, 12 Aug 2005 13:55:07 +0100
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

Package: ieee80211-source
Version: 1.0.3-1
Severity: normal

Here's a log:

([EMAIL PROTECTED]:~) sudo module-assistant -t build ieee80211
Extracting the package tarball, /usr/src/ieee80211-source.tar.gz
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/ieee80211'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/usr/src/modules/ieee80211'
make: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
make[1]: Entering directory `/usr/src/modules/ieee80211/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#*
rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions
for file in *.{c,h} net/*.h; do \
if [ -e $file ]; then \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
fi \
done
make[1]: Leaving directory `/usr/src/modules/ieee80211/driver'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/ieee80211'
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/ieee80211'
make[2]: *** No rule to make target `clean'.  Stop.
make[2]: Leaving directory `/usr/src/modules/ieee80211'
make[1]: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
make[2]: Entering directory `/usr/src/modules/ieee80211/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#*
rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions
for file in *.{c,h} net/*.h; do \
if [ -e $file ]; then \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
fi \
done
make[2]: Leaving directory `/usr/src/modules/ieee80211/driver'
dh_clean
/usr/bin/gcc-4.0
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; 
s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##/2.6.12-2/g ; s/#KDREV#/2.6.12-2/g ; 
s/_KDREV_/2.6.12-2/g'  $templ  ${templ%.modules.in}; \
  done
export DH_OPTIONS='-pieee80211-modules-2.6.12-1-686'
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver KSRC=/usr/src/linux KVER=2.6.12-1-686
make[2]: Entering directory `/usr/src/modules/ieee80211/driver'
/usr/bin/make -C /usr/src/linux M=/usr/src/modules/ieee80211/driver 
MODVERDIR=/usr/src/modules/ieee80211/driver modules
/bin/sh: /usr/src/linux-headers-2.6.12-1-686/scripts/gcc-version.sh: No such 
file or directory
make[3]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  CC [M]  /usr/src/modules/ieee80211/driver/ieee80211_module.o
/bin/sh: scripts/genksyms/genksyms: No such file or directory
make[4]: *** [/usr/src/modules/ieee80211/driver/ieee80211_module.o] Error 1

Bug#322680: marked as done (iee80211-source fails to build due to missing scripts/gcc-version.sh)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 10:32:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322680: fixed in linux-2.6 2.6.12-3
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; 12 Aug 2005 07:44:49 +
From [EMAIL PROTECTED] Fri Aug 12 00:44:49 2005
Return-path: [EMAIL PROTECTED]
Received: from h062040143110.swe.cm.kabsi.at (janus.kmp.or.at) [62.40.143.110] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3UDg-0006re-00; Fri, 12 Aug 2005 00:44:49 -0700
Received: from ragnarok.kmp.or.at (ragnarok-vpn.kmp.or.at [10.1.0.6])
by janus.kmp.or.at (8.13.4/8.13.4/Debian-3) with ESMTP id j7C7ibmq010844
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);
Fri, 12 Aug 2005 09:44:40 +0200
Received: from klaus by ragnarok.kmp.or.at with local (Exim 4.52)
id 1E3UDV-0001pi-Mg; Fri, 12 Aug 2005 09:44:37 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Klaus Maria Pfeiffer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: ieee80211-source: doesn't compile
X-Mailer: reportbug 3.15
Date: Fri, 12 Aug 2005 09:44:37 +0200
Message-Id: [EMAIL PROTECTED]
X-kmporat-MailScanner: Found to be clean
X-kmporat-MailScanner-From: [EMAIL PROTECTED]
X-kmporat-MailScanner-To: [EMAIL PROTECTED],
[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

Package: ieee80211-source
Version: 1.0.3-1
Severity: important
Justification: fails to build from source


compiling ieee80211-source ends up in an error:

ragnarok:/usr/src/modules/ieee80211# fakeroot debian/rules binary-modules 
KSRC=/usr/src/linux-headers-2.6.12-1-686 KVERS=2.6.12-1-686
/usr/bin/gcc-4.0
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; 
s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g'  
$templ  ${templ%.modules.in}; \
  done
export DH_OPTIONS='-pieee80211-modules-2.6.12-1-686'
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver
KSRC=/usr/src/linux-headers-2.6.12-1-686
KVER=2.6.12-1-686
make[1]: Entering directory
`/usr/src/modules/ieee80211/driver'
/usr/bin/make -C /usr/src/linux-headers-2.6.12-1-686
M=/usr/src/modules/ieee80211/driver
MODVERDIR=/usr/src/modules/ieee80211/driver modules
/bin/sh:
/usr/src/linux-headers-2.6.12-1-686/scripts/gcc-version.sh:
No such file or directory
make[2]: Entering directory
`/usr/src/linux-headers-2.6.12-1-686'
  CC [M]  /usr/src/modules/ieee80211/driver/ieee80211_module.o
/bin/sh: scripts/genksyms/genksyms: No such file or
directory
make[3]: *** [/usr/src/modules/ieee80211/driver/ieee80211_module.o] Error 1
make[2]: *** [_module_/usr/src/modules/ieee80211/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/modules/ieee80211/driver'
make: *** [binary-modules] Error 2
ragnarok:/usr/src/modules/ieee80211#

same with module-assistant -l 2.6.12-1-686 a-i ieee80211.


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ieee80211-source depends on:
ii  debhelper 4.9.5  helper programs for debian/rules
ii  module-assistant  0.9.8  tool to make module package creati

ieee80211-source recommends no packages.

-- no debconf information

---
Received: (at 322680-close) by bugs.debian.org; 15 Aug 2005 17:38:37 +
From [EMAIL PROTECTED] Mon Aug 15 10:38:37 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4ioq-0003dp-00; Mon, 15 Aug 2005 10:32:16 -0700
From: Bastian Blank [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322680: fixed in 

Bug#322765: marked as done (ieee80211-source: fails to compile because it can't find genksyms)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 10:32:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322765: fixed in linux-2.6 2.6.12-3
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; 12 Aug 2005 18:32:55 +
From [EMAIL PROTECTED] Fri Aug 12 11:32:55 2005
Return-path: [EMAIL PROTECTED]
Received: from muse.19inch.net [80.1.73.118] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3eKt-0001bQ-00; Fri, 12 Aug 2005 11:32:55 -0700
Received: from localhost ([127.0.0.1] helo=olwen)
by muse.19inch.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1E3eKn-0001IB-KR; Fri, 12 Aug 2005 19:32:50 +0100
Received: from daf by olwen with local (Exim 4.52)
id 1E3Z41-00073i-24; Fri, 12 Aug 2005 13:55:09 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dafydd Harries [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: ieee80211-source: fails to compile because it can't find genksyms
X-Mailer: reportbug 3.15
Date: Fri, 12 Aug 2005 13:55:07 +0100
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

Package: ieee80211-source
Version: 1.0.3-1
Severity: normal

Here's a log:

([EMAIL PROTECTED]:~) sudo module-assistant -t build ieee80211
Extracting the package tarball, /usr/src/ieee80211-source.tar.gz
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/ieee80211'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/usr/src/modules/ieee80211'
make: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
make[1]: Entering directory `/usr/src/modules/ieee80211/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#*
rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions
for file in *.{c,h} net/*.h; do \
if [ -e $file ]; then \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
fi \
done
make[1]: Leaving directory `/usr/src/modules/ieee80211/driver'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/ieee80211'
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/ieee80211'
make[2]: *** No rule to make target `clean'.  Stop.
make[2]: Leaving directory `/usr/src/modules/ieee80211'
make[1]: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
make[2]: Entering directory `/usr/src/modules/ieee80211/driver'
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags *.lst *~ .#*
rm -rf /usr/src/modules/ieee80211/driver/tmp .tmp_versions
for file in *.{c,h} net/*.h; do \
if [ -e $file ]; then \
sed -i -e s:\ *$::g -e s:\t*$::g $file; \
fi \
done
make[2]: Leaving directory `/usr/src/modules/ieee80211/driver'
dh_clean
/usr/bin/gcc-4.0
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; 
s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##/2.6.12-2/g ; s/#KDREV#/2.6.12-2/g ; 
s/_KDREV_/2.6.12-2/g'  $templ  ${templ%.modules.in}; \
  done
export DH_OPTIONS='-pieee80211-modules-2.6.12-1-686'
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver KSRC=/usr/src/linux KVER=2.6.12-1-686
make[2]: Entering directory `/usr/src/modules/ieee80211/driver'
/usr/bin/make -C /usr/src/linux M=/usr/src/modules/ieee80211/driver 
MODVERDIR=/usr/src/modules/ieee80211/driver modules
/bin/sh: /usr/src/linux-headers-2.6.12-1-686/scripts/gcc-version.sh: No such 
file or directory
make[3]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  CC [M]  /usr/src/modules/ieee80211/driver/ieee80211_module.o
/bin/sh: scripts/genksyms/genksyms: No such file or directory
make[4]: *** [/usr/src/modules/ieee80211/driver/ieee80211_module.o] Error 1

Bug#323131: marked as done (malformed build-depends line)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 11:02:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323131: fixed in moagg 0.18-3
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 22:16:26 +
From [EMAIL PROTECTED] Sun Aug 14 15:16:26 2005
Return-path: [EMAIL PROTECTED]
Received: from pcp0010743271pcs.howard01.md.comcast.net 
(pcp0010744200pcs.howard01.md.comcast.net) [69.243.84.108] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4QmH-0008Tv-00; Sun, 14 Aug 2005 15:16:25 -0700
Received: from orthrus ([192.168.0.2])
by pcp0010744200pcs.howard01.md.comcast.net with esmtp (Exim 3.36 #1 
(Debian))
id 1E4QnE-00081V-00; Sun, 14 Aug 2005 18:17:24 -0400
Received: from furrm by orthrus with local (Exim 3.36 #1 (Debian))
id 1E4QmG-0001S2-00; Sun, 14 Aug 2005 18:16:24 -0400
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Mike Furr [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: malformed build-depends line
X-Mailer: reportbug 3.15
Date: Sun, 14 Aug 2005 18:16:23 -0400
Message-Id: [EMAIL PROTECTED]
Sender: Mike Furr [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

Package: moagg
Severity: serious

moagg's Build-Depends contains the entry:
 libsdl1.2-dev ((=1.2.7+1.2.8cvs20041007-5.2)
which has an extra parenthesis which needs to be removed.


-- 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.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---
Received: (at 323131-close) by bugs.debian.org; 15 Aug 2005 18:09:15 +
From [EMAIL PROTECTED] Mon Aug 15 11:09:14 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4jHl-0001Q8-00; Mon, 15 Aug 2005 11:02:09 -0700
From: Bartosz Fenski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323131: fixed in moagg 0.18-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 11:02: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

Source: moagg
Source-Version: 0.18-3

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

moagg_0.18-3.diff.gz
  to pool/main/m/moagg/moagg_0.18-3.diff.gz
moagg_0.18-3.dsc
  to pool/main/m/moagg/moagg_0.18-3.dsc
moagg_0.18-3_i386.deb
  to pool/main/m/moagg/moagg_0.18-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Bartosz Fenski [EMAIL PROTECTED] (supplier of updated moagg package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Aug 2005 19:40:06 +0200
Source: moagg
Binary: moagg
Architecture: source i386
Version: 0.18-3
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 moagg  - 2D gravity game
Closes: 323131
Changes: 
 moagg (0.18-3) unstable; urgency=low
 .
   * Fixed malformed Build-Depends line. Thanks to Mike Furr. (Closes: #323131)
Files: 
 470df8ba475857b3621d1814b419f8f3 773 games optional moagg_0.18-3.dsc
 d8daecaf9f4a7bbe79f249d6504e345a 3453 games optional moagg_0.18-3.diff.gz
 5ee346ea12e5eff21d76fd462cbc9b7a 217470 games optional moagg_0.18-3_i386.deb


Bug#318019: marked as done (libxine1: uninstallable due to g++ 4.0 transition)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 14:25:32 -0400
with message-id [EMAIL PROTECTED]
and subject line libxine1: uninstallable due to g++ 4.0 transition
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; 12 Jul 2005 21:50:03 +
From [EMAIL PROTECTED] Tue Jul 12 14:50:03 2005
Return-path: [EMAIL PROTECTED]
Received: from cassarossa.samfundet.no [129.241.93.19] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsSde-0005by-00; Tue, 12 Jul 2005 14:50:03 -0700
Received: from trofast.sesse.net ([129.241.93.32])
by cassarossa.samfundet.no with esmtp (Exim 4.50)
id 1DsSdc-0006DK-KS; Tue, 12 Jul 2005 23:50:01 +0200
Received: from sesse by trofast.sesse.net with local (Exim 3.36 #1 (Debian))
id 1DsSdb-0001WX-00; Tue, 12 Jul 2005 23:49:59 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steinar H. Gunderson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libxine1: uninstallable due to g++ 4.0 transition
X-Mailer: reportbug 3.15
Date: Tue, 12 Jul 2005 23:49:59 +0200
Message-Id: [EMAIL PROTECTED]
X-Spam-Score: -2.8 (--)
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: libxine1
Version: 1.0.1-1
Severity: serious

libxine1 can no longer be installed after upgrading to X.org, which makes
aptitude dist-upgrade on my system want to remove totem-xine, and thus
totem, and thus gnome, and thus close to everything :-)

The dependency on xlibmesa-glu | libglu should be changed to
libglu1-xorg | libglu1c2 and the package rebuilt, AFAIK.

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

Versions of packages libxine1 depends on:
ii  libasound2  1.0.9-3  ALSA library
ii  libc6   2.3.5-1  GNU C Library: Shared libraries an
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libmodplug0 1:0.7-4  shared libraries for mod music bas
ii  libogg0 1.1.2-1  Ogg Bitstream Library
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libspeex1   1.1.6-2  The Speex Speech Codec
ii  libstdc++5  1:3.3.6-7The GNU Standard C++ Library v3
ii  libtheora0  0.0.0.alpha4-1.1 The Theora Video Compression Codec
ii  libvorbis0a 1.1.0-1  The Vorbis General Audio Compressi
ii  libxext64.3.0.dfsg.1-14  X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]4.3.0.dfsg.1-14  Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]  4.3.0.dfsg.1-14  Mesa OpenGL utility library [XFree
ii  xlibs   4.3.0.dfsg.1-14  X Keyboard Extension (XKB) configu
ii  zlib1g  1:1.2.2-7compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libxv1   4.3.0.dfsg.1-14 X Window System video extension li

-- no debconf information

---
Received: (at 318019-done) by bugs.debian.org; 15 Aug 2005 18:25:34 +
From [EMAIL PROTECTED] Mon Aug 15 11:25:34 2005
Return-path: [EMAIL PROTECTED]
Received: from tomts25.bellnexxia.net (tomts25-srv.bellnexxia.net) 
[209.226.175.188] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4jeP-0008Fz-00; Mon, 15 Aug 2005 11:25:34 -0700
Received: from [192.168.0.100] ([70.49.12.171])
  by tomts25-srv.bellnexxia.net
  (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP
  id [EMAIL PROTECTED];
  Mon, 15 Aug 2005 14:25:32 -0400
From: Christopher Martin [EMAIL PROTECTED]
Reply-To: Christopher Martin [EMAIL PROTECTED]
To: [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: libxine1: uninstallable due to g++ 4.0 transition
Date: Mon, 15 Aug 2005 14:25:32 -0400
User-Agent: KMail/1.8.2
MIME-Version: 1.0
Content-Type: 

Bug#323256: mdbtools.h #includes config.h, breaking builds

2005-08-15 Thread Rene Engelhard
Package: mdbtools-dev
Version: 0.5.99.0.6pre1.0.20050409-1.1
Severity: grave

Hi,

I am filing this as grave since this potentially breaks the build of
every program not fully autoconf'ed. And there shouldn't be a #include
config.h in public headers anyway.

While trying OOos mdbtools-using M$ Access support:

--
Making: ../../../unxlngi6.pro/slo/mdb_wrapper.obj
ccache g++ -Wreturn-type -fmessage-length=0 -c -I.  -I. -I../inc -I../../inc 
-I../../../inc -I../../../unx/inc -I../../../unxlngi6.pro/inc -I. 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc/stl
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc/external
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/unxlngi6/inc
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/inc
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/res
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/stlport
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/include/stlport
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/include/stlport
 
-I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/inc/Xp31
 -I/usr/lib/jvm/java-gcj/include -I/usr/X11R6/include -I. -I../../../res 
-I. -Os -fno-strict-aliasing -Wuninitialized   -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DSQL=1 
 -DMDBTOOLS_MAJOR=0  
-DMDBTOOLS_MINOR=1  -DMDBTOOLS_MICRO=1  -DMDB_MAJOR=0   -DMDB_MINOR=1   
-DMDB_MICRO=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe 
-mtune=pentiumpro -Wno-ctor-dtor-privacy -fvisibility-inlines-hidden -g 
-fexceptions -fno-enforce-eh-specs   -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 
-DINTEL 
-DGXX_INCLUDE_PATH=/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2
 -DCVER=C341 -D_USE_NAMESPACE -DNPTL -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT 
-DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE 
-DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRC680   -DSHAREDLIB -D_DLL_  
-DMULTITHREAD  -o ../../../unxlngi6.pro/slo/mdb_wrapper.o 
/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/connectivity/source/drivers/mdb/mdb_wrapper.cxx
In file included from /usr/include/mdbsql.h:11,
 from ./mdb_wrapper.hxx:61,
 from 
/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/connectivity/source/drivers/mdb/mdb_wrapper.cxx:2:
/usr/include/mdbtools.h:35:20: error: config.h: No such file or directory
dmake:  Error code 1, while making '../../../unxlngi6.pro/slo/mdb_wrapper.obj'
'---* tg_merge.mk *---

Regards,

Rene

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libmdbtools depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  odbcinst1debian1  2.2.11-8   Support library and helper program

libmdbtools recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#318038: marked as done (libxine1 uninstallable because of xorg transition)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 14:25:32 -0400
with message-id [EMAIL PROTECTED]
and subject line libxine1: uninstallable due to g++ 4.0 transition
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; 13 Jul 2005 02:05:31 +
From [EMAIL PROTECTED] Tue Jul 12 19:05:29 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp101.rog.mail.re2.yahoo.com [206.190.36.79] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1DsWcq-0007ZM-00; Tue, 12 Jul 2005 19:05:28 -0700
Received: (qmail 53127 invoked from network); 13 Jul 2005 02:04:57 -
Received: from unknown (HELO vertex) ([EMAIL PROTECTED] with login)
  by smtp101.rog.mail.re2.yahoo.com with SMTP; 13 Jul 2005 02:04:56 -
Received: from ttb by vertex with local (Exim 3.36 #1 (Debian))
id 1DsWcI-0001Rh-00; Tue, 12 Jul 2005 22:04:54 -0400
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: John McCutchan [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libxine1 uninstallable because of xorg transition
X-Mailer: reportbug 3.15
Date: Tue, 12 Jul 2005 22:04:53 -0400
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: libxine1
Version: 1.0.1-1
Severity: grave
Justification: renders package unusable



With the transition to Xorg, the libglu package name has changed.
libxine1 depends on the old package name.

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

Versions of packages libxine1 depends on:
ii  libasound21.0.9-3ALSA library
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libmodplug0   1:0.7-4shared libraries for mod music bas
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libspeex1 1.1.6-2The Speex Speech Codec
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtheora01.0alpha3-0.0  The Theora Video Compression Codec
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libxext6  6.8.2.dfsg.1-1 X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-1 Mesa 3D graphics library [X.Org]
pn  xlibmesa-glu | libglu1none (no description available)
ii  xlibs 6.8.2.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.2-8  compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libxv16.8.2.dfsg.1-1 X Window System video extension li

---
Received: (at 318019-done) by bugs.debian.org; 15 Aug 2005 18:25:34 +
From [EMAIL PROTECTED] Mon Aug 15 11:25:34 2005
Return-path: [EMAIL PROTECTED]
Received: from tomts25.bellnexxia.net (tomts25-srv.bellnexxia.net) 
[209.226.175.188] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4jeP-0008Fz-00; Mon, 15 Aug 2005 11:25:34 -0700
Received: from [192.168.0.100] ([70.49.12.171])
  by tomts25-srv.bellnexxia.net
  (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP
  id [EMAIL PROTECTED];
  Mon, 15 Aug 2005 14:25:32 -0400
From: Christopher Martin [EMAIL PROTECTED]
Reply-To: Christopher Martin [EMAIL PROTECTED]
To: [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: libxine1: uninstallable due to g++ 4.0 transition
Date: Mon, 15 Aug 2005 14:25:32 -0400
User-Agent: KMail/1.8.2
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
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 

Bug#323035: Processed: referring issue to technical committee

2005-08-15 Thread Raul Miller
On 8/14/05, Debian Bug Tracking System [EMAIL PROTECTED] wrote:
  reassign -1 tech-ctte
 Bug#323035: libslc violates library policies
 Bug reassigned from package `libsilc' to `tech-ctte'.

It's not clear to me why this was assigned to the technical committee.

There's definitely some issues here.  For example, it sounds like libsilc
has some bugs that need to be fixed.

But is there any problem that the technical committee needs to decide on?

If so, could someone clearly and simply state what this problem is?

Thanks,

-- 
Raul



Bug#317542: marked as done (aqsis: FTBFS: undefined reference to `Aqsis::CqPoolableAqsis::CqLath, 512l::m_thePool')

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 13:02:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#317542: fixed in aqsis 1.1.0.20050815-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 Jul 2005 14:36:54 +
From [EMAIL PROTECTED] Sat Jul 09 07:36:54 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp-4.hut.fi [130.233.228.94] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DrGRp-0005ON-00; Sat, 09 Jul 2005 07:36:54 -0700
Received: from localhost (katosiko.hut.fi [130.233.228.115])
by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id j69EaMQF015292
for [EMAIL PROTECTED]; Sat, 9 Jul 2005 17:36:22 +0300
Received: from smtp-4.hut.fi ([130.233.228.94])
 by localhost (katosiko.hut.fi [130.233.228.115]) (amavisd-new, port 10024)
 with LMTP id 10841-40-3 for [EMAIL PROTECTED];
 Sat,  9 Jul 2005 17:36:22 +0300 (EEST)
Received: from dhcp-4-241.debconf5.net (a130-233-4-241.debconf5.hut.fi 
[130.233.4.241])
by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id j69EQk2L014149
for [EMAIL PROTECTED]; Sat, 9 Jul 2005 17:26:46 +0300
Subject: aqsis: FTBFS: undefined reference to
`Aqsis::CqPoolableAqsis::CqLath, 512l::m_thePool'
From: Kurt Roeckx [EMAIL PROTECTED]
To: submit bugs [EMAIL PROTECTED]
Content-Type: text/plain
Date: Sat, 09 Jul 2005 16:27:08 +0200
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Evolution 2.0.4 
Content-Transfer-Encoding: 7bit
X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at katosiko.hut.fi
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: aqsis
Version: 1.0.0-1
Severity: serious

Hi,

Your package is failing to build with the following error:
/bin/sh ../libtool --mode=link i486-linux-gnu-g++  -g -O2  -o aqsis
aqsis.o ../render/libaqsis.la ../libraytrace/libraytrace.la 
../libargparse/libargparse.la
mkdir .libs
i486-linux-gnu-g++ -g -O2 -o .libs/aqsis
aqsis.o  ../render/.libs/libaqsis.so ../libraytrace/.libs/libraytrace.so 
../libargparse/.libs/libargparse.so
../render/.libs/libaqsis.so: undefined reference to
`Aqsis::CqPoolableAqsis::CqLath, 512l::m_thePool'
collect2: ld returned 1 exit status


It's also giving alot of warnings in like:
/tmp/ccSiAFwR.s: Assembler messages:
/tmp/ccSiAFwR.s:274: Warning: ignoring changed section attributes
for .gnu.linkonce.t._ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_
/tmp/ccSiAFwR.s:381: Warning: ignoring changed section attributes
for .gnu.linkonce.t._ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_

You might want to take a look at the other warnings too.

PS: It has an internal copy of boost.  Is there a reason it's not using
the one provided by debian?



---
Received: (at 317542-close) by bugs.debian.org; 15 Aug 2005 20:14:07 +
From [EMAIL PROTECTED] Mon Aug 15 13:14:07 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4l9s-0006px-00; Mon, 15 Aug 2005 13:02:08 -0700
From: Will Newton [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317542: fixed in aqsis 1.1.0.20050815-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 13:02:08 -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: aqsis
Source-Version: 1.1.0.20050815-1

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

aqsis-libs-dev_1.1.0.20050815-1_i386.deb
  to pool/main/a/aqsis/aqsis-libs-dev_1.1.0.20050815-1_i386.deb
aqsis-libs_1.1.0.20050815-1_i386.deb
  to pool/main/a/aqsis/aqsis-libs_1.1.0.20050815-1_i386.deb
aqsis_1.1.0.20050815-1.diff.gz
  to pool/main/a/aqsis/aqsis_1.1.0.20050815-1.diff.gz
aqsis_1.1.0.20050815-1.dsc
  to pool/main/a/aqsis/aqsis_1.1.0.20050815-1.dsc
aqsis_1.1.0.20050815-1_i386.deb
  to pool/main/a/aqsis/aqsis_1.1.0.20050815-1_i386.deb

Bug#323276: libxine-dev: depends on slang1-dev | slang1-utf8-dev, which are not in sid

2005-08-15 Thread Adeodato Simó
Package: libxine-dev
Version: 1.0.1-1.1
Severity: serious

Hello,

  libxine-dev depends on slang1-dev | slang1-utf8-dev, which have been
  removed from unstable in favour of libslang2-dev. Please update the
  dependencies of the package, since it's uninstallable in sid atm.

  Thanks.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The reader this message encounters not failing to understand is cursed.



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



Bug#322723: Reassign #322723

2005-08-15 Thread Frans Pop
reassign 322723 linux-2.6
retitle 322723 D-I: 'id route add' fails w/ Network is unreachable
thanks

We have just tested this issue using an installer with the busybox version 
from Sarge and the error shows up then as well.
We feel this makes the kernel the most likely source of the problem.


pgp6LBWnwM61M.pgp
Description: PGP signature


Processed: Reassign #322723

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 322723 linux-2.6
Bug#322723: dhcp-client-udeb: 'id route add' fails w/ Network is unreachable
Bug reassigned from package `dhcp-client-udeb' to `linux-2.6'.

 retitle 322723 D-I: 'id route add' fails w/ Network is unreachable
Bug#322723: dhcp-client-udeb: 'id route add' fails w/ Network is unreachable
Changed Bug title.

 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: your mail

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 323161 + pending
Bug#323161: libcrypto++: ftbfs [sparc] cannot stat `doc/html/'
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#323292: libmetakit2.4.9.3: FTBFS on 64 bit arches: cast from 'PyRowRef*' to 'int' loses precision

2005-08-15 Thread Kurt Roeckx
Package: libmetakit2.4.9.3
Version: 2.4.9.3-4
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the
following error:
g++ -c -g -fomit-frame-pointer -DNDEBUG -O3 -I../unix/../include 
-I../unix/../python/scxx -I/usr/include/python2.3 
../unix/../python/PyRowRef.cpp  -fPIC -DPIC ../unix/../python/PyRowRef.cpp: In 
function 'int PyRowRef_print(PyRowRef*, FILE *, int)':
../unix/../python/PyRowRef.cpp:27: error: cast from 'PyRowRef*' to 'int' loses 
precision
../unix/../python/PyRowRef.cpp: In function 'int PyRORowRef_print(PyRowRef*, 
FILE*, int)':
../unix/../python/PyRowRef.cpp:32: error: cast from 'PyRowRef*' to 'int' loses 
precision
make[1]: *** [PyRowRef.o] Error 1


Kurt



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



Processed: Re: ace: FTBFS: Unmet build dependencies: libxerces26-dev

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 323181 serious
Bug#323181: ace: FTBFS: Unmet build dependencies: libxerces26-dev
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#321251: marked as done (libhoard_2.1.2d-1(m68k/unstable/poseidon): FTBFS on m68k)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 14:47:19 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#321251: fixed in libhoard 2.1.2d-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; 4 Aug 2005 12:35:17 +
From [EMAIL PROTECTED] Thu Aug 04 05:35:17 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 1E0ewP-0007Yf-00; Thu, 04 Aug 2005 05:35:17 -0700
Received: from hades2.marenka.net (hades2.marenka.net [10.0.0.2])
by hades.marenka.net (Postfix) with ESMTP id A771E1778F
for [EMAIL PROTECTED]; Thu,  4 Aug 2005 07:35:16 -0500 (CDT)
Received: from localhost (hades2.marenka.net [127.0.0.1])
by hades2.marenka.net (Postfix) with ESMTP id C51A535894
for [EMAIL PROTECTED]; Thu,  4 Aug 2005 07:35:16 -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 03076-04 for [EMAIL PROTECTED];
Thu, 4 Aug 2005 07:35:12 -0500 (CDT)
Received: by hades2.marenka.net (Postfix, from userid 105)
id C66F83583A; Thu,  4 Aug 2005 07:35:11 -0500 (CDT)
Received: by loki.marenka.net (Postfix, from userid 1000)
id EB88A1308B7; Thu,  4 Aug 2005 07:32:02 -0500 (CDT)
Date: Thu, 4 Aug 2005 07:32:02 -0500
From: Stephen R Marenka [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: libhoard_2.1.2d-1(m68k/unstable/poseidon): FTBFS on m68k
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: libhoard
Version: 2.1.2d-1
Severity: serious
Justification: fails to build on release candidate arch.
Tags: sid


libhoard fails to build from source on m68k. This is likely due to
bug #317475 on gcc-4.0. As a workaround, you might try compiling with
-O2 or gcc-3.3/gcc-3.4.


A full buildd log is available at 
http://buildd.debian.org/build.php?pkg=libhoardver=2.1.2d-1arch=m68k

Other buildd logs may be available at 
http://buildd.debian.org/build.php?arch=pkg=libhoard

--
Stephen R. Marenka If life's not fun, you're not doing it right!
[EMAIL PROTECTED]

---
Received: (at 321251-close) by bugs.debian.org; 15 Aug 2005 21:49:53 +
From [EMAIL PROTECTED] Mon Aug 15 14:49:53 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4mnf-0007bH-00; Mon, 15 Aug 2005 14:47:19 -0700
From: Adam Majer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321251: fixed in libhoard 2.1.2d-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 14:47:19 -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: libhoard
Source-Version: 2.1.2d-2

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

libhoard_2.1.2d-2.diff.gz
  to pool/main/libh/libhoard/libhoard_2.1.2d-2.diff.gz
libhoard_2.1.2d-2.dsc
  to pool/main/libh/libhoard/libhoard_2.1.2d-2.dsc
libhoard_2.1.2d-2_i386.deb
  to pool/main/libh/libhoard/libhoard_2.1.2d-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Adam Majer [EMAIL PROTECTED] (supplier of updated libhoard package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the 

Bug#323293: poedit: rebuild with g++ 4.x

2005-08-15 Thread Bastian Kleineidam
Package: poedit
Version: 1.3.3-1
Severity: serious
Justification: uninstallable

Hi,

please rebuild this package with g++ = 4.x to make it installable
again in sid. If you don't object, I will upload an NMU for this bug in
5 days (ie. by the end of this week).


Regards,
  Bastian

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

Versions of packages poedit depends on:
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-19  Berkeley v4.2 Database Libraries [
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3
ii  libwxgtk2.4-1 2.4.4  wxWindows Cross-platform C++ GUI t

poedit recommends no packages.

-- no debconf information


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



Bug#314831: marked as done (cln: FTBFS (amd64/gcc-4.0): ISO C++ forbids declaration of 'cl_string' with no type)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 15:02:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#314831: fixed in cln 1.1.9-5
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 18 Jun 2005 19:25:52 +
From [EMAIL PROTECTED] Sat Jun 18 12:25:52 2005
Return-path: [EMAIL PROTECTED]
Received: from c225155.adsl.hansenet.de (localhost.localdomain) 
[213.39.225.155] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Djiwx-00078X-00; Sat, 18 Jun 2005 12:25:52 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1Djiww-0001ar-GQ; Sat, 18 Jun 2005 21:25:50 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: cln: FTBFS (amd64/gcc-4.0): ISO C++ forbids declaration of 'cl_string' 
with no type
Message-Id: [EMAIL PROTECTED]
Date: Sat, 18 Jun 2005 21:25:50 +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: cln
Version: 1.1.9-1
Severity: normal
Tags: patch

When building 'cln' on amd64/unstable with gcc-4.0,
I get the following error:

/bin/sh ../libtool --mode=compile g++ -O2 -fno-exceptions -finline-limit=1000 
-I../include -I../include -I./base   -c ./base/output/cl_prin_globals.cc
 g++ -O2 -fno-exceptions -finline-limit=1000 -I../include -I../include -I./base 
-c ./base/output/cl_prin_globals.cc  -fPIC -DPIC -o .libs/cl_prin_globals.o
../include/cln/string.h:30: error: ISO C++ forbids declaration of 'cl_string' 
with no type
../include/cln/string.h:30: error: 'cl_string' is neither function nor member 
function; cannot be declared friend
../include/cln/string.h:30: error: expected ';' before 'operator'
../include/cln/string.h:31: error: ISO C++ forbids declaration of 'cl_string' 
with no type
../include/cln/string.h:31: error: 'cl_string' is neither function nor member 
function; cannot be declared friend
../include/cln/string.h:31: error: expected ';' before 'operator'
../include/cln/string.h:32: error: ISO C++ forbids declaration of 'cl_string' 
with no type
../include/cln/string.h:32: error: 'cl_string' is neither function nor member 
function; cannot be declared friend
../include/cln/string.h:32: error: expected ';' before 'operator'
make[4]: *** [cl_prin_globals.lo] Error 1
make[4]: Leaving directory `/cln-1.1.9/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/cln-1.1.9/include/cln/string.h ./include/cln/string.h
--- ../tmp-orig/cln-1.1.9/include/cln/string.h  2004-06-23 23:04:49.0 
+0200
+++ ./include/cln/string.h  2005-06-18 19:50:58.0 +0200
@@ -10,6 +10,8 @@
 
 namespace cln {
 
+class cl_string;
+
 // General, reference counted and garbage collected strings.
 struct cl_heap_string : public cl_heap {
 private:

---
Received: (at 314831-close) by bugs.debian.org; 15 Aug 2005 22:11:41 +
From [EMAIL PROTECTED] Mon Aug 15 15:11:41 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4n1z-0003eN-00; Mon, 15 Aug 2005 15:02:07 -0700
From: Richard Kreckel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314831: fixed in cln 1.1.9-5
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 15:02:07 -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: cln
Source-Version: 1.1.9-5

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

cln_1.1.9-5.diff.gz
  to pool/main/c/cln/cln_1.1.9-5.diff.gz
cln_1.1.9-5.dsc
  to pool/main/c/cln/cln_1.1.9-5.dsc
libcln-dev_1.1.9-5_i386.deb
  to pool/main/c/cln/libcln-dev_1.1.9-5_i386.deb
libcln3c2_1.1.9-5_i386.deb
  to pool/main/c/cln/libcln3c2_1.1.9-5_i386.deb
pi_1.1.9-5_i386.deb
  to pool/main/c/cln/pi_1.1.9-5_i386.deb



A summary of the changes between this version and 

Processed: failed postinst is RC

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 323248 serious
Bug#323248: m-tx: postinstall fails because of missing kpsewhich-binary
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: setting package to amarok amarok-arts amarok-engines amarok-gstreamer amarok-xine, tagging 283750 ... ... ... ... ... ...

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.4
 package amarok amarok-arts amarok-engines amarok-gstreamer amarok-xine
Ignoring bugs not assigned to: amarok-gstreamer amarok-xine amarok-engines 
amarok-arts amarok

 tags 283750 + pending
Bug#283750: amarok-xine: preamp in xine equalizer doesn't work
Tags were: fixed-upstream
Tags added: pending

 tags 283761 + pending
Bug#283761: amarok: support equalizer presets
Tags were: fixed-upstream
Tags added: pending

 tags 293293 + pending
Bug#293293: amarok: Generic playlist for parties (like Partyjukebox in iTunes)
Tags were: fixed-upstream
Tags added: pending

 tags 314779 + pending
Bug#314779: amarok: FTBFS (amd64/gcc-4.0)
Tags were: patch
Tags added: pending

 tags 321499 + pending
Bug#321499: amarok displays banner ads
Tags were: fixed-upstream patch
Tags added: pending

 tags 323093 + pending
Bug#323093: arson: FTBFS: ISO C++ forbids declaration of 'KXMLGUIClient' with 
no type
There were no tags set.
Tags added: pending

 tags 323249 + pending
Bug#323249: amarok: New Upstream
There were no tags set.
Tags added: pending


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#323119: marked as done (qalculate-gtk: ftbfs [sparc] The cln-config script installed by CLN could not be found)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 15:32:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323119: fixed in qalculate-gtk 0.8.1-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 20:45:09 +
From [EMAIL PROTECTED] Sun Aug 14 13:45:09 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4PLx-8A-00; Sun, 14 Aug 2005 13:45:09 -0700
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j7EKj7Mu006699
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Sun, 14 Aug 2005 13:45:07 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j7EKZa0c014573;
Sun, 14 Aug 2005 13:35:37 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j7EKZaBN014571;
Sun, 14 Aug 2005 13:35:36 -0700
Date: Sun, 14 Aug 2005 13:35:36 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: qalculate-gtk: ftbfs [sparc] The cln-config script installed by CLN 
could not be found
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
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

Package: qalculate-gtk
Version: 0.8.1-1
Severity: serious
Justification: fails to build from source


qualculate-gtk failed to build on a sparc buildd, duplicated on my
sparc pbuilder.



checking for cln-config... no
checking for CLN - version = 1.1.0... no
*** The cln-config script installed by CLN could not be found
*** If CLN was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the CLN_CONFIG environment variable to the
*** full path to cln-config.
configure: error: No suitable installed version of CLN could be found.
make: *** [config.status] Error 1

---
Received: (at 323119-close) by bugs.debian.org; 15 Aug 2005 22:41:20 +
From [EMAIL PROTECTED] Mon Aug 15 15:41:20 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4nV3-0007iQ-00; Mon, 15 Aug 2005 15:32:09 -0700
From: Martin Waitz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323119: fixed in qalculate-gtk 0.8.1-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 15: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

Source: qalculate-gtk
Source-Version: 0.8.1-2

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

qalculate-gtk_0.8.1-2.diff.gz
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.8.1-2.diff.gz
qalculate-gtk_0.8.1-2.dsc
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.8.1-2.dsc
qalculate-gtk_0.8.1-2_i386.deb
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.8.1-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Martin Waitz [EMAIL PROTECTED] (supplier of updated qalculate-gtk package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Aug 2005 23:21:12 +0200
Source: qalculate-gtk
Binary: qalculate-gtk
Architecture: source i386
Version: 0.8.1-2

Bug#323297: libnet-ldap-perl: ftbfs [sparc] make: Nothing to be done for `binary-arch'.

2005-08-15 Thread Blars Blarson
Package: libnet-ldap-perl
Version: 1:0.33-1
Severity: serious
Justification: fails to build from source

libnet-ldap-perl failed to build on all buildds, duplicated on my
sparc pbuilder.

It appears that the package was incorrectly or incompletely changed
from arch all to arch any.


Manifying blib/man3/Net::LDAP::Search.3pm
make[1]: Leaving directory `/build/buildd/libnet-ldap-perl-0.33'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
make: Nothing to be done for `binary-arch'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: failure: cannot read files list file: No such file or directory



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



Processed: Re: Bug#323256: mdbtools.h #includes config.h, breaking builds

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 323256 important
Bug#323256: mdbtools.h #includes config.h, breaking builds
Severity set to `important'.

 found 323256 0.5.99.0.6pre1.0.20050409-1
Bug#323256: mdbtools.h #includes config.h, breaking builds
Bug marked as found in version 0.5.99.0.6pre1.0.20050409-1.

 notfound 323256 0.5.99.0.6pre1.0.20050409-1.1
Bug#323256: mdbtools.h #includes config.h, breaking builds
Bug marked as not found in version 0.5.99.0.6pre1.0.20050409-1.1.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#323032: marked as done (libc6: GLIBC_PRIVATE errors)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 15:51:41 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323032: libc6: GLIBC_PRIVATE errors
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 09:54:35 +
From [EMAIL PROTECTED] Sun Aug 14 02:54:35 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp.kisikew.org (smtp.nuit.ca) [66.11.160.83] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4FCN-00022L-00; Sun, 14 Aug 2005 02:54:35 -0700
Received: from simon by smtp.nuit.ca with local (Exim 4.52)
msgID 1E4FCI-0002G0-Pe; Sun, 14 Aug 2005 09:54:30 +
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: simon raven [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libc6: GLIBC_PRIVATE errors
X-Mailer: reportbug 3.15
Date: Sun, 14 Aug 2005 05:54:30 -0400
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

Package: libc6
Version: 2.3.2.ds1-22
Severity: grave
Justification: renders package unusable

fakeroot debian/rules binary
/usr/bin/make: relocation error: /lib/libdl.so.2: symbol _dl_catch_error, 
version GLIBC_PRIVATE not defined in file ld.so.1 with link time reference
zsh: 8307 exit 127   fakeroot debian/rules binary

this is a follow-up to 321561 and 321712. if i allow the upgrade to
happen, i can't even run make, or perl, or crond, or anything at all in
fact. please fix this.

when i run strings on the library (libc6 so file) i see the GLIBC_PRIVATE 
string.
isn't this supposed to work, like the previous libc6 major change (like
the woody-sarge one)? perl pukes in such a way that the locale gets all
confused, and cannot load properly, and the locales package install
fails, if libc6 2.3.5 is installed.

i haven't been able to upgrade for days and days, and this worries me
because there are security issues involved here.

i would also like a clarification on what's going on, being in the dark
isn't helping anything, either.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1000, 'unstable'), (998, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-pylon
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

libc6 recommends no packages.

-- no debconf information

---
Received: (at 323032-done) by bugs.debian.org; 15 Aug 2005 22:51:42 +
From [EMAIL PROTECTED] Mon Aug 15 15:51:42 2005
Return-path: [EMAIL PROTECTED]
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) 
[66.93.39.86] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4nny-0001d9-00; Mon, 15 Aug 2005 15:51:42 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
id 67BD8171D65; Mon, 15 Aug 2005 15:51:41 -0700 (PDT)
Date: Mon, 15 Aug 2005 15:51:41 -0700
From: Steve Langasek [EMAIL PROTECTED]
To: SR, ESC [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#323032: libc6: GLIBC_PRIVATE errors
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=UKNXkkdQCYZ6W5l3
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


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

On Mon, Aug 15, 2005 at 12:56:25PM -0400, SR, ESC wrote:
 Le lun 2005-08-15 a 12:45:56 -0400, Daniel Jacobowitz [EMAIL PROTECTED] a =
dit:
   $ dpkg -x g/glibc/libc6_2.3.5-3_powerpc.deb /tmp/libc6
   $ nm -Du 

Bug#323224: libstonith0: uninstallable

2005-08-15 Thread Steve Langasek
On Mon, Aug 15, 2005 at 05:00:42PM +0200, Steinar H. Gunderson wrote:
 Package: libstonith0
 Version: 1.2.3-12
 Severity: serious

  - libstonith0 depends on libsnmp5 (= 5.1).
  - libsnmp5 in sid conflicts with libstonith0 (= 1.2.3-12)

 libstonith0 should be rebuilt, and have a versioned dependency on the
 new libsnmp5. (libsnmp5 broke the ABI without changing the soname, thus
 the conflict; see #322500.)

Please hold off on reuploading libstonith0; the manner in which the net-snmp
maintainer chose to fix the ABI problem is not acceptable from a
dependency management standpoint, and will require further changes that
would in turn require libstonith0 to be reuploaded.

-- 
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#323256: mdbtools.h #includes config.h, breaking builds

2005-08-15 Thread Steve Langasek
severity 323256 important
found 323256 0.5.99.0.6pre1.0.20050409-1
notfound 323256 0.5.99.0.6pre1.0.20050409-1.1
thanks

On Mon, Aug 15, 2005 at 08:30:56PM +0200, Rene Engelhard wrote:
 I am filing this as grave since this potentially breaks the build of
 every program not fully autoconf'ed. And there shouldn't be a #include
 config.h in public headers anyway.

 While trying OOos mdbtools-using M$ Access support:

 --
 Making: ../../../unxlngi6.pro/slo/mdb_wrapper.obj
 ccache g++ -Wreturn-type -fmessage-length=0 -c -I.  -I. -I../inc -I../../inc 
 -I../../../inc -I../../../unx/inc -I../../../unxlngi6.pro/inc -I. 
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc/stl
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc/external
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solver/680/unxlngi6.pro/inc
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/unxlngi6/inc
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/inc
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/res
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/stlport
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/include/stlport
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/stlport4/include/stlport
  
 -I/home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/solenv/inc/Xp31
  -I/usr/lib/jvm/java-gcj/include -I/usr/X11R6/include -I. -I../../../res 
 -I. -Os -fno-strict-aliasing -Wuninitialized   -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -DSQL=1   
-DMDBTOOLS_MAJOR=0  
 -DMDBTOOLS_MINOR=1  -DMDBTOOLS_MICRO=1  -DMDB_MAJOR=0   -DMDB_MINOR=1 
   -DMDB_MICRO=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe 
 -mtune=pentiumpro -Wno-ctor-dtor-privacy -fvisibility-inlines-hidden -g 
 -fexceptions -fno-enforce-eh-specs   -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 
 -DINTEL 
 -DGXX_INCLUDE_PATH=/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2
  -DCVER=C341 -D_USE_NAMESPACE -DNPTL -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT 
 -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 
 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 
 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE 
 -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRC680   -DSHAREDLIB -D_DLL_  
 -DMULTITHREAD  -o ../../../unxlngi6.pro/slo/mdb_wrapper.o 
 /home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/connectivity/source/drivers/mdb/mdb_wrapper.cxx
 In file included from /usr/include/mdbsql.h:11,
  from ./mdb_wrapper.hxx:61,
  from 
 /home/rene/Debian/Pakete/openoffice.org2/openoffice.org2-1.9.123/ooo-build/build/src680-m123/connectivity/source/drivers/mdb/mdb_wrapper.cxx:2:
 /usr/include/mdbtools.h:35:20: error: config.h: No such file or directory
 dmake:  Error code 1, while making '../../../unxlngi6.pro/slo/mdb_wrapper.obj'
 '---* tg_merge.mk *---

I'm downgrading this bug because from a practical standpoint, it doesn't
seem to have had any negative impact to date on any of the other packages in
Debian that use mdbtools, so it can't be said that it's mostly unusable.

The bug is also present in the testing version of the package, so setting
the version info accordingly (even if britney doesn't know how to use these
yet).

-- 
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#303919: marked as done (pexts: FTBFS (amd64/gcc-4.0): )

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 16:02:27 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#303919: fixed in pexts 0.2.0-3
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 Apr 2005 17:46:20 +
From [EMAIL PROTECTED] Sat Apr 09 10:46:19 2005
Return-path: [EMAIL PROTECTED]
Received: from d007094.adsl.hansenet.de (localhost.localdomain) [80.171.7.94] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DKK2F-0006Bs-00; Sat, 09 Apr 2005 10:46:19 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DKK2D-000698-IA; Sat, 09 Apr 2005 19:46:17 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: pexts: FTBFS (amd64/gcc-4.0): 
Message-Id: [EMAIL PROTECTED]
Date: Sat, 09 Apr 2005 19:46:17 +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: pexts
Version: 0.1.1-8
Severity: normal
Tags: patch

When building 'pexts' on amd64/unstable with gcc-4.0,
I get the following error:

functions.c:1645: error: invalid lvalue in assignment
functions.c:1651: warning: cast from pointer to integer of different size
functions.c: In function 'f_listboxSelectItem':
functions.c:1709: warning: cast to pointer from integer of different size
functions.c: In function 'f_checkboxTreeGetSelection':
functions.c:1838: error: invalid lvalue in assignment
functions.c:1844: warning: cast from pointer to integer of different size
functions.c: In function 'f_checkboxTreeGetCurrent':
functions.c:1867: warning: cast to pointer from integer of different size
functions.c:1867: error: invalid lvalue in assignment

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/pexts-0.1.1/src/_Newt/functions.c ./src/_Newt/functions.c
--- ../tmp-orig/pexts-0.1.1/src/_Newt/functions.c   2003-05-25 
00:37:50.0 +0200
+++ ./src/_Newt/functions.c 2005-04-09 19:37:11.765559048 +0200
@@ -1642,7 +1642,7 @@
 
 func_prolog(listboxGetSelection, ids, caller, NULL, 0);
 
-(void**)items = newtListboxGetSelection(THIS_OBJ(caller)-u.component, 
numitems);
+items = newtListboxGetSelection(THIS_OBJ(caller)-u.component, numitems);
 
 pop_n_elems(args);
 
@@ -1835,7 +1835,7 @@
 
 func_prolog(checkboxTreeGetSelection, ids, caller, NULL, 0);
 
-(void**)items = 
newtCheckboxTreeGetSelection(THIS_OBJ(caller)-u.component, numitems);
+items = newtCheckboxTreeGetSelection(THIS_OBJ(caller)-u.component, 
numitems);
 
 pop_n_elems(args);
 
@@ -1864,7 +1864,7 @@
 
 func_prolog(checkboxTreeGetCurrent, ids, caller, NULL, 0);
 
-(void*)ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)-u.component);
+ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)-u.component);
 
 pop_n_elems(args);
 
@@ -1906,7 +1906,7 @@
 
 pop_n_elems(args);
 
-(void**)items = 
newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)-u.component, numitems, 
seqnum);
+items = newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)-u.component, 
numitems, seqnum);
 
 /* Use numitems, as item can also be NULL... */
 for(i = 0; i  numitems; i++)

---
Received: (at 303919-close) by bugs.debian.org; 15 Aug 2005 23:10:29 +
From [EMAIL PROTECTED] Mon Aug 15 16:10:29 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4nyN-00048H-00; Mon, 15 Aug 2005 16:02:27 -0700
From: Marek Habersack [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#303919: fixed in pexts 0.2.0-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 16:02:27 -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: pexts
Source-Version: 0.2.0-3

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

Bug#323161: marked as done (libcrypto++: ftbfs [sparc] cannot stat `doc/html/')

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 16:17:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#323161: fixed in libcrypto++ 5.2.1c2-5
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 15 Aug 2005 06:00:29 +
From [EMAIL PROTECTED] Sun Aug 14 23:00:29 2005
Return-path: [EMAIL PROTECTED]
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4Y1M-00054X-00; Sun, 14 Aug 2005 23:00:29 -0700
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id 
j7F60Qpn025190
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Sun, 14 Aug 2005 23:00:26 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j7F5r6p6023661;
Sun, 14 Aug 2005 22:53:06 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j7F5r6hm023659;
Sun, 14 Aug 2005 22:53:06 -0700
Date: Sun, 14 Aug 2005 22:53:06 -0700
From: Blars Blarson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libcrypto++: ftbfs [sparc] cannot stat `doc/html/'
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
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

Package: libcrypto++
Version: 5.2.1c2-4
Severity: serious
Justification: no longer builds from source

libcrypto++ failed to build on a sparc buildd, duplicated on my sparc
pbuilder.  It also failed on other buildds.


dh_testdir
dh_testroot
dh_installdocs
cp: cannot stat `doc/html/': No such file or directory
dh_installdocs: command returned error code 256

---
Received: (at 323161-close) by bugs.debian.org; 15 Aug 2005 23:20:41 +
From [EMAIL PROTECTED] Mon Aug 15 16:20:41 2005
Return-path: [EMAIL PROTECTED]
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4oCi-0001af-00; Mon, 15 Aug 2005 16:17:16 -0700
From: Jens Peter Secher [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323161: fixed in libcrypto++ 5.2.1c2-5
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 15 Aug 2005 16:17:16 -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: libcrypto++
Source-Version: 5.2.1c2-5

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

libcrypto++-dev_5.2.1c2-5_i386.deb
  to pool/main/libc/libcrypto++/libcrypto++-dev_5.2.1c2-5_i386.deb
libcrypto++-doc_5.2.1c2-5_all.deb
  to pool/main/libc/libcrypto++/libcrypto++-doc_5.2.1c2-5_all.deb
libcrypto++-utils_5.2.1c2-5_i386.deb
  to pool/main/libc/libcrypto++/libcrypto++-utils_5.2.1c2-5_i386.deb
libcrypto++5.2c2_5.2.1c2-5_i386.deb
  to pool/main/libc/libcrypto++/libcrypto++5.2c2_5.2.1c2-5_i386.deb
libcrypto++_5.2.1c2-5.diff.gz
  to pool/main/libc/libcrypto++/libcrypto++_5.2.1c2-5.diff.gz
libcrypto++_5.2.1c2-5.dsc
  to pool/main/libc/libcrypto++/libcrypto++_5.2.1c2-5.dsc



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.
Jens Peter Secher [EMAIL PROTECTED] (supplier of updated libcrypto++ package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 15 Aug 2005 22:18:05 +0200
Source: libcrypto++
Binary: 

Bug#321785: fakeroot: segfaults on [hppa]

2005-08-15 Thread John David Anglin
  no, it's not fakeroot, it's make segfaulting ...
 [...]
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 16384 (LWP 16911)]
  0x4091fd20 in __canonicalize_funcptr_for_compare () from 
  /lib/libpthread.so.0
  (gdb) bt
  #0  0x4091fd20 in __canonicalize_funcptr_for_compare ()
 from /lib/libpthread.so.0
  #1  0x4091b424 in sigaction () from /lib/libpthread.so.0
  #2  0x405cc950 in sigaction () from /lib/libc.so.6
  #3  0x405cc748 in ssignal () from /lib/libc.so.6
  #4  0x0001d690 in main ()
  (gdb)
 
 Confirmed. We are passing a function pointer with a value of -2 into
 __cffc, which should not happen...

I've posted a candidate gcc fix here:
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00923.html

As I mentioned earlier today to Randolph, I think there should possibly
be a pa specific implementation of sigaction that avoids doing function
pointer canonicalization.

Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


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



Bug#322684: nip2 unuseable because of optimization bug in led.c

2005-08-15 Thread Jay Berkenbilt

I alerted upstream about the problem, and the upstream author is going
to try to implement a suitable fix.  In the mean time, in the interest
of having a working package right away and fixing an RC bug, I'm
uploading a new nip2 that uses -O1 throughout.  (This is an easier
change than just changing it for one file.)  The upload will close the
bug, but I've got on my to-do list to keep an eye on this.  I'll
always retest with -O2 before uploading new versions of nip2.

I'm a little embarrassed that such a big problem was sitting there in
the debian nip2 package.  In the process of rebuilding all my C++
packages for gcc-4.0, I must have forgotten to test this one.  Ugh.
Well, thanks for reporting it. :-)

-- 
Jay Berkenbilt [EMAIL PROTECTED]


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



Bug#322684: marked as done (nip2 unuseable because of optimization bug in led.c)

2005-08-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Aug 2005 18:17:16 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322684: fixed in nip2 7.10.10-3
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; 12 Aug 2005 07:57:38 +
From [EMAIL PROTECTED] Fri Aug 12 00:57:38 2005
Return-path: [EMAIL PROTECTED]
Received: from skl2.ukl.uni-freiburg.de (relay2.uniklinik-freiburg.de) 
[193.196.199.2] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3UQ5-0002Ma-00; Fri, 12 Aug 2005 00:57:37 -0700
Received: from vscanmailb.ukl.uni-freiburg.de (vscanmailb.uniklinik-freiburg.de 
[193.196.199.48])
by relay2.uniklinik-freiburg.de (Email) with SMTP id 06A803A08A
for [EMAIL PROTECTED]; Fri, 12 Aug 2005 09:57:34 +0200 (CEST)
Received: From pst15.ukl.uni-freiburg.de ([193.196.244.15]) by 
vscanmailb.ukl.uni-freiburg.de (WebShield SMTP v4.5 MR1a P0803.345);
id 112383360415; Fri, 12 Aug 2005 10:00:04 +0200
Received: from charly by pst15.ukl.uni-freiburg.de with local (Exim 4.52)
id 1E3UQ1-0004Kr-5j; Fri, 12 Aug 2005 09:57:33 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Bernd Feige [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: nip2 unuseable because of optimization bug in led.c
Reply-To: Dr. Bernd Feige [EMAIL PROTECTED]
X-Mailer: reportbug 3.15
Date: Fri, 12 Aug 2005 09:57:33 +0200
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

Package: nip2
Version: 7.10.10-2
Severity: grave
Justification: renders package unusable

Dear Jay,

the current package crashes whenever an image or workspace is loaded.
I downloaded the current CVS version of vips and nip2 (nip2-7.11.1)
and verified the problem there (gcc 4.0.2 20050806); it occurs in 
led.c:107, within gdk_pixmap_create_from_xpm_d (gdb says in strlen there).
I first skipped led_realize completely and got a working nip2; then I
found that compiling led.c with optimization -O (or none) instead of -O2
also yields a working nip2. Therefore, not gdk_pixmap_create_from_xpm_d
appears at fault but it's obviously a gcc data initialization
optimization bug.

Best regards and thanks for your work,
Bernd

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages nip2 depends on:
ii  fftw3 3.0.1-13   library for computing Fast Fourier
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libbz2-1.01.0.2-8high-quality block-sorting file co
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libdps1   6.8.2.dfsg.1-5 Display PostScript (DPS) client li
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjasper-1.701-1 1.701.0-2  The JasPer JPEG-2000 runtime libra
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmagick66:6.2.3.6-3Image manipulation library
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libvips10c2   7.10.10-2  image processing system good for v
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxt66.8.2.dfsg.1-5 X Toolkit 

Processed: found 259671 1:0.11.13-4

2005-08-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 259671 1:0.11.13-2
Bug#259671: Missing dependency on libsm-dev
Bug marked as found in version 1:0.11.13-2.

 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#259671: found 259671 1:0.11.13-4

2005-08-15 Thread Matt Kraai
found 259671 1:0.11.13-2
thanks

gtkterm fails to build with libvte-dev 1:0.11.13-4.  I checked the
other .la files that were installed and none of them referenced
libSM.  I also ran ldd on all of the libraries that were installed,
and only libvte referenced libSM.

I wasn't able to find the debian-devel message you referenced, so I
apologize if I still misunderstand, but I don't know what else could
be causing this problem.

-- 
Matt


signature.asc
Description: Digital signature


Bug#323327: FTBFS: Unable to find X11/Xauth.h

2005-08-15 Thread Matt Kraai
Package: gnome-session
Version: 2.10.0-5
Severity: serious
Tags: patch

gnome-session fails to build because it cannot find X11/Xauth.h:

 if cc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -DORBIT2=1 -pthread 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -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 
 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 
 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 
 -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/libxml2   
 -DPREFIX=\/usr\ -DSYSCONFDIR=\/etc\ -DLIBDIR=\/usr/lib\ 
 -DDATADIR=\/usr/share\  -Wall -Wmissing-prototypes   
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DGCONF_SANITY_CHECK=\/usr/lib/gconf2/gconf-sanity-check-2\ 
 -DGNOME_KEYRING_DAEMON=\/usr/bin/gnome-keyring-daemon\ 
 -DGNOME_ICONDIR=\/usr/share/pixmaps\ -DREBOOT_COMMAND=\\ 
 -DHALT_COMMAND=\\ -DRSH_COMMAND=\\ 
 -DGCONFTOOL_CMD=\/usr/bin/gconftool-2\ 
 -DDEFAULTDIR=\/usr/share/gnome\ -DESD_SERVER=\/usr/bin/esd\-g 
 -Wall -O2 -MT gdm-logout-action.o -MD -MP -MF .deps/gdm-logout-action.Tpo \
   -c -o gdm-logout-action.o `test -f 'gdm-logout-action.c' || echo 
 './'`gdm-logout-action.c; \
 then mv -f .deps/gdm-logout-action.Tpo .deps/gdm-logout-action.Po; \
 else rm -f .deps/gdm-logout-action.Tpo; exit 1; \
 fi
 gdm-logout-action.c:41:23: error: X11/Xauth.h: No such file or directory
 gdm-logout-action.c: In function 'gdm_authenticate_connection':
 gdm-logout-action.c:145: error: 'Xauth' undeclared (first use in this 
 function)
 gdm-logout-action.c:145: error: (Each undeclared identifier is reported only 
 once
 gdm-logout-action.c:145: error: for each function it appears in.)
 gdm-logout-action.c:145: error: 'xau' undeclared (first use in this function)
 gdm-logout-action.c:168: warning: implicit declaration of function 
 'XauFileName'
 gdm-logout-action.c:168: warning: assignment makes pointer from integer 
 without a cast
 gdm-logout-action.c:177: warning: implicit declaration of function 
 'XauReadAuth'
 gdm-logout-action.c:183: error: 'FamilyLocal' undeclared (first use in this 
 function)
 gdm-logout-action.c:187: warning: implicit declaration of function 
 'XauDisposeAuth'

Adding a build-dependency on libxau-dev fixes this problem.

-- 
Matt
diff -u gnome-session-2.10.0/debian/control gnome-session-2.10.0/debian/control
--- gnome-session-2.10.0/debian/control
+++ gnome-session-2.10.0/debian/control
@@ -2,9 +2,9 @@
 Section: gnome
 Priority: optional
 Maintainer: Josselin Mouette [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], 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], Loic Minier [EMAIL PROTECTED], Marc 'HE' Brockschmidt [EMAIL 
PROTECTED], Ondřej Surý [EMAIL PROTECTED], Rob Bradford [EMAIL 
PROTECTED], Robert McQueen [EMAIL PROTECTED], Ross Burton [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], 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], Loic Minier [EMAIL 
PROTECTED], Marc 'HE' Brockschmidt [EMAIL PROTECTED], Ondřej Surý [EMAIL 
PROTECTED], Rob Bradford [EMAIL PROTECTED], Robert McQueen [EMAIL 
PROTECTED], Ross Burton [EMAIL PROTECTED], Sebastien Bacher [EMAIL 
PROTECTED], Sjoerd Simons [EMAIL PROTECTED], Takuo KITAME [EMAIL PROTECTED]
 Standards-Version: 3.6.2
-Build-Depends: cdbs, liborbit2-dev (= 2.10.2-1.1), intltool, libgnomeui-dev 
(= 2.10), libgconf2-dev (= 2.10), esound, libgnomecanvas2-dev (= 2.10), 
libesd0-dev (= 0.2.26), libgnomevfs2-dev (= 2.10), gnome-pkg-tools, debhelper 
(= 4.1.84), libx11-dev, libxt-dev, libice-dev, libsm-dev, libxrender-dev, 
libxrandr-dev, libxmu-dev
+Build-Depends: cdbs, liborbit2-dev (= 2.10.2-1.1), intltool, libgnomeui-dev 
(= 2.10), libgconf2-dev (= 2.10), esound, libgnomecanvas2-dev (= 2.10), 
libesd0-dev (= 0.2.26), 

Bug#323324: FTBFS: Undefined references

2005-08-15 Thread Matt Kraai
Package: gnuradio-core
Version: 2.5-4
Severity: serious

gnuradio-core fails to build because of undefined references to
gr_fxpt::TWO_TO_THE_31 and gr_fxpt::PI:

 /bin/sh ../../libtool --mode=link i486-linux-gnu-g++  -g -O2 -Wall 
 -Woverloaded-virtual -pthread   -o benchmark_dotprod  benchmark_dotprod.o 
 ../../src/lib/libgnuradio-core.la 
 mkdir .libs
 i486-linux-gnu-g++ -g -O2 -Wall -Woverloaded-virtual -o 
 .libs/benchmark_dotprod benchmark_dotprod.o  -pthread 
 ../../src/lib/.libs/libgnuradio-core.so -lrt /usr/lib/libcppunit.so -ldl 
 /usr/lib/libfftw3f.so
 /usr/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/libcppunit.so, may 
 conflict with libstdc++.so.6
 ../../src/lib/.libs/libgnuradio-core.so: undefined reference to 
 `gr_fxpt::TWO_TO_THE_31'
 ../../src/lib/.libs/libgnuradio-core.so: undefined reference to `gr_fxpt::PI'
 collect2: ld returned 1 exit status

-- 
Matt


signature.asc
Description: Digital signature


Bug#323322: FTBFS: Aliases to undefined symbols

2005-08-15 Thread Matt Kraai
Package: hermes1
Version: 1.3.3+really1.3.2-2
Severity: serious

hermes1 fails to build because it aliases some variables to undefined
symbols:

 source='Convert.c' object='Convert.lo' libtool=yes \
 depfile='.deps/Convert.Plo' tmpdepfile='.deps/Convert.TPlo' \
 depmode=gcc3 /bin/sh ../depcomp \
 /bin/sh ../libtool --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. 
 -I. -Wall -g -O2 -c -o Convert.lo `test -f 'Convert.c' || echo 
 './'`Convert.c
  i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -c Convert.c -MT 
 Convert.lo -MD -MP -MF .deps/Convert.TPlo  -fPIC -DPIC -o .libs/Convert.o
 Convert.c: In function 'Hermes_ConverterRequest':
 Convert.c:225: warning: suggest explicit braces to avoid ambiguous 'else'
 Convert.c: At top level:
 HeadX86.h:88: error: 'Hermes_X86_CPU' aliased to undefined symbol 
 '_Hermes_X86_CPU'
 HeadX86.h:90: error: 'ConvertX86' aliased to undefined symbol '_ConvertX86'
 HeadX86.h:91: error: 'ConvertX86Stretch' aliased to undefined symbol 
 '_ConvertX86Stretch'
 HeadX86.h:93: error: 'ClearX86_32' aliased to undefined symbol '_ClearX86_32'
 HeadX86.h:94: error: 'ClearX86_24' aliased to undefined symbol '_ClearX86_24'
 HeadX86.h:95: error: 'ClearX86_16' aliased to undefined symbol '_ClearX86_16'
 HeadX86.h:96: error: 'ClearX86_8' aliased to undefined symbol '_ClearX86_8'
 HeadX86.h:99: error: 'ConvertX86p32_32BGR888' aliased to undefined symbol 
 '_ConvertX86p32_32BGR888'
 HeadX86.h:100: error: 'ConvertX86p32_32RGBA888' aliased to undefined symbol 
 '_ConvertX86p32_32RGBA888'
 HeadX86.h:101: error: 'ConvertX86p32_32BGRA888' aliased to undefined symbol 
 '_ConvertX86p32_32BGRA888'
 HeadX86.h:102: error: 'ConvertX86p32_24RGB888' aliased to undefined symbol 
 '_ConvertX86p32_24RGB888'
 HeadX86.h:103: error: 'ConvertX86p32_24BGR888' aliased to undefined symbol 
 '_ConvertX86p32_24BGR888'
 HeadX86.h:104: error: 'ConvertX86p32_16RGB565' aliased to undefined symbol 
 '_ConvertX86p32_16RGB565'
 HeadX86.h:105: error: 'ConvertX86p32_16BGR565' aliased to undefined symbol 
 '_ConvertX86p32_16BGR565'
 HeadX86.h:106: error: 'ConvertX86p32_16RGB555' aliased to undefined symbol 
 '_ConvertX86p32_16RGB555'
 HeadX86.h:107: error: 'ConvertX86p32_16BGR555' aliased to undefined symbol 
 '_ConvertX86p32_16BGR555'
 HeadX86.h:108: error: 'ConvertX86p32_8RGB332' aliased to undefined symbol 
 '_ConvertX86p32_8RGB332'
 HeadX86.h:110: error: 'ConvertX86p32_16RGB565_S' aliased to undefined symbol 
 '_ConvertX86p32_16RGB565_S'
 HeadX86.h:112: error: 'ConvertX86p16_32RGB888' aliased to undefined symbol 
 '_ConvertX86p16_32RGB888'
 HeadX86.h:113: error: 'ConvertX86p16_32BGR888' aliased to undefined symbol 
 '_ConvertX86p16_32BGR888'
 HeadX86.h:114: error: 'ConvertX86p16_32RGBA888' aliased to undefined symbol 
 '_ConvertX86p16_32RGBA888'
 HeadX86.h:115: error: 'ConvertX86p16_32BGRA888' aliased to undefined symbol 
 '_ConvertX86p16_32BGRA888'
 HeadX86.h:116: error: 'ConvertX86p16_24RGB888' aliased to undefined symbol 
 '_ConvertX86p16_24RGB888'
 HeadX86.h:117: error: 'ConvertX86p16_24BGR888' aliased to undefined symbol 
 '_ConvertX86p16_24BGR888'
 HeadX86.h:118: error: 'ConvertX86p16_16BGR565' aliased to undefined symbol 
 '_ConvertX86p16_16BGR565'
 HeadX86.h:119: error: 'ConvertX86p16_16RGB555' aliased to undefined symbol 
 '_ConvertX86p16_16RGB555'
 HeadX86.h:120: error: 'ConvertX86p16_16BGR555' aliased to undefined symbol 
 '_ConvertX86p16_16BGR555'
 HeadX86.h:121: error: 'ConvertX86p16_8RGB332' aliased to undefined symbol 
 '_ConvertX86p16_8RGB332'
 HeadX86.h:123: error: 'CopyX86p_4byte' aliased to undefined symbol 
 '_CopyX86p_4byte'
 HeadX86.h:124: error: 'CopyX86p_3byte' aliased to undefined symbol 
 '_CopyX86p_3byte'
 HeadX86.h:125: error: 'CopyX86p_2byte' aliased to undefined symbol 
 '_CopyX86p_2byte'
 HeadX86.h:126: error: 'CopyX86p_1byte' aliased to undefined symbol 
 '_CopyX86p_1byte'
 HeadX86.h:128: error: 'ConvertX86pI8_32' aliased to undefined symbol 
 '_ConvertX86pI8_32'
 HeadX86.h:129: error: 'ConvertX86pI8_24' aliased to undefined symbol 
 '_ConvertX86pI8_24'
 HeadX86.h:130: error: 'ConvertX86pI8_16' aliased to undefined symbol 
 '_ConvertX86pI8_16'
 HeadX86.h:132: error: 'ConvertX86p16_32RGB888_LUT_X86' aliased to undefined 
 symbol '_ConvertX86p16_32RGB888_LUT_X86'
 HeadX86.h:133: error: 'ConvertX86p16_32BGR888_LUT_X86' aliased to undefined 
 symbol '_ConvertX86p16_32BGR888_LUT_X86'
 HeadX86.h:134: error: 'ConvertX86p16_32RGBA888_LUT_X86' aliased to undefined 
 symbol '_ConvertX86p16_32RGBA888_LUT_X86'
 HeadX86.h:135: error: 'ConvertX86p16_32BGRA888_LUT_X86' aliased to undefined 
 symbol '_ConvertX86p16_32BGRA888_LUT_X86'
 HeadMMX.h:55: error: 'ConvertMMX' aliased to undefined symbol '_ConvertMMX'
 HeadMMX.h:56: error: 'ClearMMX_32' aliased to undefined symbol '_ClearMMX_32'
 HeadMMX.h:57: error: 'ClearMMX_24' aliased to undefined symbol '_ClearMMX_24'
 HeadMMX.h:58: error: 'ClearMMX_16' aliased to undefined symbol '_ClearMMX_16'
 HeadMMX.h:59: error: 'ClearMMX_8' aliased 

Bug#323321: FTBFS: Unable to define uoff_t

2005-08-15 Thread Matt Kraai
Package: irssi-text
Version: 0.8.9-3
Severity: serious

irssi-text fails to build because it cannot define uoff_t:

 /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
 -I../../src  -I../../src/core-I../../src/fe-common/core  
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -DSCRIPTDIR=\/usr/share/irssi/scripts\  
 -DPERL_USE_LIB=\/usr/lib/perl/5.8\  -DPERL_STATIC_LIBS=0-D_REENTRANT 
 -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe 
 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
 -I/usr/lib/perl/5.8/CORE -O2 -Wall -c perl-core.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/core 
 -I../../src/fe-common/core -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -DSCRIPTDIR=\/usr/share/irssi/scripts\ 
 -DPERL_USE_LIB=\/usr/lib/perl/5.8\ -DPERL_STATIC_LIBS=0 -D_REENTRANT 
 -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe 
 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 -I/usr/lib/perl/5.8/CORE -O2 -Wall -c perl-core.c  -fPIC -DPIC -o 
 .libs/perl-core.o
 In file included from module.h:19,
  from perl-core.c:22:
 ../../src/common.h:66:4: error: #error uoff_t size not set
 In file included from perl-core.c:26:
 ../../src/core/misc.h:79: error: syntax error before 'str_to_uofft'
 ../../src/core/misc.h:79: warning: type defaults to 'int' in declaration of 
 'str_to_uofft'
 ../../src/core/misc.h:79: warning: data definition has no type or storage 
 class
 In file included from perl-core.c:31:
 perl-common.h:31:1: warning: PL_sv_undef redefined
 In file included from /usr/lib/perl/5.8/CORE/perl.h:3821,
  from module.h:6,
  from perl-core.c:22:
 /usr/lib/perl/5.8/CORE/embedvar.h:758:1: warning: this is the location of the 
 previous definition
 In file included from perl-core.c:31:
 perl-common.h:32: error: syntax error before '-' token
 perl-core.c:40:1: warning: PL_perl_destruct_level redefined
 In file included from /usr/lib/perl/5.8/CORE/XSUB.h:320,
  from perl-core.c:35:
 /usr/lib/perl/5.8/CORE/perlapi.h:477:1: warning: this is the location of the 
 previous definition

I don't understand why this doesn't work, though.  config.h defines
UOFF_T_LONG_LONG, which should allow common.h to define uoff_t.

-- 
Matt


signature.asc
Description: Digital signature


Bug#323320: FTBFS: Missing build-dependency on cdbs

2005-08-15 Thread Matt Kraai
Package: libclass-objecttemplate-perl
Version: 0.7-2
Severity: serious
Tags: patch

libclass-objecttemplate-perl fails to build because it does not
build-depend on cdbs:

  debian/rules clean
 debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or 
 directory
 debian/rules:4: /usr/share/cdbs/1/class/perlmodule.mk: No such file or 
 directory
 make: *** No rule to make target `/usr/share/cdbs/1/class/perlmodule.mk'.  
 Stop.

The attached patch adds a build-dependency on cdbs, which fixes this
problem.

-- 
Matt
diff -u libclass-objecttemplate-perl-0.7/debian/control 
libclass-objecttemplate-perl-0.7/debian/control
--- libclass-objecttemplate-perl-0.7/debian/control
+++ libclass-objecttemplate-perl-0.7/debian/control
@@ -1,7 +1,7 @@
 Source: libclass-objecttemplate-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (= 4.0.2)
+Build-Depends: cdbs, debhelper (= 4.0.2)
 Build-Depends-Indep: perl (= 5.8.0-7)
 Maintainer: Torsten Werner [EMAIL PROTECTED]
 Standards-Version: 3.6.1


signature.asc
Description: Digital signature


Bug#323318: Array element has incomplete type

2005-08-15 Thread Matt Kraai
Package: kernel-headers-2.4.27-2
Version: 2.4.27-10
Severity: serious

hostap-modules-i386 fails to build because a kernel header has an array type
with an incomplete element type:

 /tmp/buildd/hostap-modules-i386-0.3.7/kernel-headers-2.4.27-2-386/include/asm/processor.h:75:
  error: array type has incomplete element type

-- 
Matt


signature.asc
Description: Digital signature


Bug#323317: FTBFS: Missing build-dependency on zlib1g-dev inter alia

2005-08-15 Thread Matt Kraai
Package: imms
Version: 2.0.3-2
Severity: serious

imms fails to build because it does not build-depend on zlib1g-dev and
because it cannot create libimmscore.a because it cannot find libXext
because /usr/X11R6/lib is not in the library search path:

 checking zlib.h usability... no
 checking zlib.h presence... no
 checking for zlib.h... no
 configure: error: zlib required and missing.

-- 
Matt


signature.asc
Description: Digital signature


Bug#323315: FTBFS: Conflicting declarations of cn_tab

2005-08-15 Thread Matt Kraai
Package: gnumach
Version: 20050501-4
Severity: serious

gnumach fails to build because it contains conflicting declarations of
cn_tab:

 i486-linux-gnu-gcc -Wall -g -pipe -O2 -nostdinc -DMACH -DCMU -DMACH_KERNEL 
 -DKERNEL -DPACKAGE_NAME=\GNU\ Mach\ -DPACKAGE_TARNAME=\gnumach\ 
 -DPACKAGE_VERSION=\1.3\ -DPACKAGE_STRING=\GNU\ Mach\ 1.3\ 
 -DPACKAGE_BUGREPORT=\[EMAIL PROTECTED] -DMACH_KMSG=  -DCONTINUATIONS 
 -D__ELF__ -Di386 -DLINUX_DEV -I../i386/i386at -I../i386/i386 
 -I../i386/include -I../i386/include/mach/sa -I../i386/bogus -I../i386 -I. 
 -I.. -I../include -I../bogus -I../util -I../kern -I../device  -c -o cons.o 
 ../device/cons.c
 In file included from ../vm/vm_page.h:48,
  from ../device/io_req.h:40,
  from ../device/cons.c:41:
 ../kern/sched_prim.h:126: warning: type qualifiers ignored on function return 
 type
 ../device/cons.c:46: error: static declaration of 'cn_tab' follows non-static 
 declaration
 ../device/cons.h:49: error: previous declaration of 'cn_tab' was here
 ../device/cons.c:74: warning: return type defaults to 'int'
 ../device/cons.c: In function 'cninit':
 ../device/cons.c:82: warning: 'return' with no value, in function returning 
 non-void
 ../device/cons.c:98: warning: suggest parentheses around assignment used as 
 truth value
 ../device/cons.c:108: warning: implicit declaration of function 
 'dev_name_lookup'
 ../device/cons.c:109: warning: implicit declaration of function 'panic'
 ../device/cons.c:110: warning: implicit declaration of function 
 'dev_set_indirection'
 ../device/cons.c:121: warning: implicit declaration of function 'cnputc'
 ../device/cons.c:129: warning: 'return' with no value, in function returning 
 non-void
 ../device/cons.c: At top level:
 ../device/cons.c:227: warning: return type defaults to 'int'
 ../device/cons.c:237: warning: return type defaults to 'int'
 ../device/cons.c:247: warning: return type defaults to 'int'
 ../device/cons.c: In function 'cnputc':
 ../device/cons.c:250: warning: 'return' with no value, in function returning 
 non-void
 ../device/cons.c:271: warning: implicit declaration of function 'bzero'
 ../device/cons.c:271: warning: incompatible implicit declaration of built-in 
 function 'bzero'

-- 
Matt


signature.asc
Description: Digital signature


Bug#323314: FTBFS: Unsatisfiable build-dependency on libwxgtk2.4-python

2005-08-15 Thread Matt Kraai
Package: gnuradio
Version: 0.9-2.1
Severity: serious

gnuradio fails to build because it build-depends on
libwxgtk2.4-python, which has been replaced by wxpython2.4-1:

  - Considering  libwxgtk2.4-python
- Trying libwxgtk2.4-python
- Cannot install libwxgtk2.4-python; apt errors follow:
 Reading package lists...
 Building dependency tree...
 Package libwxgtk2.4-python is not available, but is referred to by another 
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   wxpython2.4-1

-- 
Matt


signature.asc
Description: Digital signature


Bug#323311: FTBFS: Cannot find pkg-config

2005-08-15 Thread Matt Kraai
Package: gnome-keyring-sharp
Version: 0.0.1-3
Severity: serious

gnome-keyring-sharp fails to build because it cannot find pkg-config:

 checking for pkg-config... no
 configure: error: You need to install pkg-config

Making it build-depend on pkg-config fixes this problem.

-- 
Matt


signature.asc
Description: Digital signature


Bug#323309: FTBFS: No matching function for ExtractTar call

2005-08-15 Thread Matt Kraai
Package: gnome-apt
Version: 0.4.7-1.2
Severity: serious

gnome-apt fails to build because there is no matching function for the
call of ExtractTar:

 if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include 
 -I/usr/include/libgksu1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
   `pkg-config --cflags libgksu1.2 libgksuui1.0` -DPREFIX=\/usr\ 
 -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share\ -DLIBDIR=\/usr/lib\ 
 -DG_LOG_DOMAIN=\GDeb\ -DGNOMELOCALEDIR=\/usr/share/locale\-g -O2 
 -DG_DISABLE_CHECKS=1 -MT main.o -MD -MP -MF .deps/main.Tpo \
   -c -o main.o `test -f 'main.cc' || echo './'`main.cc; \
 then mv -f .deps/main.Tpo .deps/main.Po; \
 else rm -f .deps/main.Tpo; exit 1; \
 fi
 main.cc: In member function 'virtual std::string DebPackage::Filelist()':
 main.cc:231: error: no matching function for call to 
 'ExtractTar::ExtractTar(FileFd, const long unsigned int)'
 /usr/include/apt-pkg/extracttar.h:55: note: candidates are: 
 ExtractTar::ExtractTar(FileFd, long unsigned int, std::string)
 /usr/include/apt-pkg/extracttar.h:29: note: 
 ExtractTar::ExtractTar(const ExtractTar)

Appending gzip to the arguments to ExtractTar should fix this
problem.

-- 
Matt


signature.asc
Description: Digital signature


  1   2   >