gtml_3.5.3-1_i386.changes INSTALLED

2001-12-26 Thread Debian Installer

Installing:
gtml_3.5.3-1.diff.gz
  to pool/main/g/gtml/gtml_3.5.3-1.diff.gz
gtml_3.5.3-1.dsc
  to pool/main/g/gtml/gtml_3.5.3-1.dsc
gtml_3.5.3-1_all.deb
  to pool/main/g/gtml/gtml_3.5.3-1_all.deb
gtml_3.5.3.orig.tar.gz
  to pool/main/g/gtml/gtml_3.5.3.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 93914 


Thank you for your contribution to Debian.



asterisk_0.1.9-1_i386.changes INSTALLED

2001-12-26 Thread Debian Installer

Installing:
asterisk_0.1.9-1.diff.gz
  to pool/main/a/asterisk/asterisk_0.1.9-1.diff.gz
asterisk_0.1.9-1.dsc
  to pool/main/a/asterisk/asterisk_0.1.9-1.dsc
asterisk_0.1.9-1_i386.deb
  to pool/main/a/asterisk/asterisk_0.1.9-1_i386.deb
asterisk_0.1.9.orig.tar.gz
  to pool/main/a/asterisk/asterisk_0.1.9.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 105523 124423 


Thank you for your contribution to Debian.



libhoard_2.1.0-1_i386.changes is NEW

2001-12-26 Thread Debian Installer
libhoard_2.1.0-1.diff.gz
  to pool/main/libh/libhoard/libhoard_2.1.0-1.diff.gz
libhoard_2.1.0-1.dsc
  to pool/main/libh/libhoard/libhoard_2.1.0-1.dsc
(new) libhoard_2.1.0-1_i386.deb optional libs
fast memory allocation library
 The Hoard memory allocator is a fast, scalable, and memory-efficient
 memory allocator for shared-memory multiprocessors.
 .
 More information can be found at the libhoard web site
 .
libhoard_2.1.0.orig.tar.gz
  to pool/main/libh/libhoard/libhoard_2.1.0.orig.tar.gz
Changes: libhoard (2.1.0-1) unstable; urgency=low
 .
  * QA upload.
  * New upstream version:
* Since the library is no longer versioned, a single libhoard package
  supersedes libhoard1 and libhoard-dev.
* Upstream doesn't distribute binaries of benchmarks, so I've left
  them out as well.  (Comments?)
  * Package is orphaned; maintainer set to Debian QA Group.
  * arch-specific.h: Checking for USER_LOCKS alone is enough since
arch-specific.cpp already barfs on unsupported architectures.  (And
ppc wasn't listed!)
  * Switched to debhelper 3.
  * debian/copyright: Added exception to LGPL.
  * debian/rules:
* glibc wants -D_XOPEN_SOURCE=500 for pthread_setconcurrency and
  -D_BSD_SOURCE or -D_SVID_SOURCE for mremap.  Give it -D_GNU_SOURCE
  just to be sure.
* Support DEB_BUILD_OPTIONS.
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



Bug#124289: marked as done (korelib: Build failure with gcc 3.0 (hppa))

2001-12-26 Thread Debian Bug Tracking System
Your message dated 26 Dec 2001 22:12:15 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in korelib 0.0.1-7.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; 17 Dec 2001 04:00:40 +
>From [EMAIL PROTECTED] Sun Dec 16 22:00:40 2001
Return-path: <[EMAIL PROTECTED]>
Received: from atlrel9.hp.com [156.153.255.214] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16FoxD-00031i-00; Sun, 16 Dec 2001 22:00:39 -0600
Received: from security.hp.com (cranston.fc.hp.com [15.1.44.224])
by atlrel9.hp.com (Postfix) with ESMTP id C1ADF1F5C7
for <[EMAIL PROTECTED]>; Sun, 16 Dec 2001 23:00:08 -0500 (EST)
Received: from smallone.fc.hp.com (smallone.fc.hp.com [15.1.44.235])
by security.hp.com (Postfix) with ESMTP id F34361872C
for <[EMAIL PROTECTED]>; Sun, 16 Dec 2001 21:00:07 -0700 (MST)
Received: by smallone.fc.hp.com (Postfix, from userid 1000)
id BAB281C302; Sun, 16 Dec 2001 21:00:26 -0700 (MST)
From: LaMont Jones <[EMAIL PROTECTED]>
Subject: korelib: Build failure with gcc 3.0 (hppa)
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 16 Dec 2001 21:00:26 -0700 (MST)
Delivered-To: [EMAIL PROTECTED]

Package: korelib
Version: 0.0.1-7
Severity: important
Tags: patch

Build fails on hppa because of gcc 3.0 errors.  The patch below fixes the
problem.  Since this package is a build-dependency of another package, and
the fix is trivial, I will probably upload a source NMU within the next few
days.

===
diff -ur t/korelib-0.0.1/include/kore/servicemanager.h 
korelib-0.0.1/include/kore/servicemanager.h
--- t/korelib-0.0.1/include/kore/servicemanager.h   Mon Sep  4 16:35:26 2000
+++ korelib-0.0.1/include/kore/servicemanager.h Sun Dec 16 20:55:44 2001
@@ -6,7 +6,11 @@
 #ifdef WIN32
 #include 
 #else
+#if (__GNUC__<3)
 #include 
+#else
+#include 
+#endif
 #endif
 #include 
 
===

-- System Information
Debian Release: 3.0
Kernel Version: Linux smallone 2.4.9-pa79 #2 Thu Nov 8 18:18:02 MST 2001 
parisc64 unknown


---
Received: (at 124289-done) by bugs.debian.org; 26 Dec 2001 21:02:19 +
>From [EMAIL PROTECTED] Wed Dec 26 15:02:19 2001
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16JLBq-0008Er-00; Wed, 26 Dec 2001 15:02:18 -0600
Received: (from [EMAIL PROTECTED])
by jagor.srce.hr (8.9.3/8.9.3) id VAA03635
for [EMAIL PROTECTED]; Wed, 26 Dec 2001 21:59:25 +0100 (MET)
Received: from fuzz (asy105.cmu.carnet.hr [193.198.128.105])
by jagor.srce.hr (8.9.3/8.9.3) with ESMTP id VAA03484
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 21:59:14 +0100 (MET)
Received: from mvela by fuzz with local (Exim 3.33 #1 (Debian))
id 16JLLU-0007eh-00
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 22:12:16 +0100
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in korelib 0.0.1-7.1
Date: 26 Dec 2001 22:12:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Lines: 11
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Matej Vela <[EMAIL PROTECTED]>
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: [EMAIL PROTECTED]

Now that korelib is orphaned, bugs fixed by non-maintainer uploads can
be closed.

Here is the relevant changelog entry:

  korelib (0.0.1-7.1) unstable; urgency=low

* NMU
* Apply patch from #124289, fixes gcc 3.0 compiles.  Closes: #124289

   -- LaMont Jones <[EMAIL PROTECTED]>  Sat, 22 Dec 2001 10:02:47 -0700



Bug#115303: marked as done (qub: unbuildable on ia64)

2001-12-26 Thread Debian Bug Tracking System
Your message dated 26 Dec 2001 22:12:15 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in qub 0.4.9-2.1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 11 Oct 2001 21:54:50 +
>From [EMAIL PROTECTED] Thu Oct 11 16:54:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from zealot.progeny.com (butthead.progeny.com) [216.37.46.162] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15rnn0-0002rv-00; Thu, 11 Oct 2001 16:54:50 -0500
Received: by butthead.progeny.com (Postfix, from userid 10001)
id E74DC55; Thu, 11 Oct 2001 16:54:49 -0500 (EST)
From: Branden Robinson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: qub: unbuildable on ia64
X-Reportbug-Version: 1.30
X-Mailer: reportbug 1.30
Date: Thu, 11 Oct 2001 16:54:49 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: qub
Version: 0.4.9-2
Severity: serious

g++ -O2 -DNDEBUG -o .libs/qub BoardNote.o CLabel.o BoardNote.moc.o CLabel.moc.o 
ColorSelectorButton.moc.o DicePlugin.moc.o DieButton.moc.o DirView.moc.o 
DragLabel.moc.o GBoard.moc.o GBoardDialog.moc.o GBoardPopup.moc.o 
GConfigFile.moc.o GLCD.moc.o GLCDImpl.moc.o GOgrePiece.moc.o GPiece.moc.o 
GPiecePopup.moc.o GPlugin.moc.o GTextBrowser.moc.o GUB.moc.o GUBUtil.moc.o 
NoteDialog.moc.o Ogre.moc.o OgreRecord.moc.o PieceDefaultsSetter.moc.o 
PluginsMenu.moc.o PropertyListEditor.moc.o QUB.moc.o SetableSplitter.moc.o 
TabView.moc.o propertylisteditor.moc.o ColorSelectorButton.o DicePlugin.o 
DieButton.o DirView.o DragLabel.o GBoard.o GBoardDialog.o GBoardPopup.o 
GConfigFile.o GLCD.o GLCDImpl.o GOgrePiece.o GPiece.o GPiecePopup.o GPlugin.o 
GSelector.o GTextBrowser.o GUB.o gubglobals.o GUBUtil.o Icons.o ImageFlipper.o 
main.o NoteDialog.o Ogre.o OgreRecord.o PieceDefaultsSetter.o PlaceMarker.o 
PlayWindow.o PluginsMenu.o PropertyListEditor.o propertylisteditor.o QUB.o 
SetableSplitter.o StringTokenizer.o TabView.o UIDProvider.o 
-Wl,--export-dynamic  -L/usr/share/qt/lib ../lib/libfunUtil/.libs/libfunUtil.so 
../lib/libGCom/.libs/libGCom.so -ldl -lqt
../lib/libGCom/.libs/libGCom.so: undefined reference to 
`GComDrag::GCOM_KEY_DRAGDATA_GCOM'
collect2: ld returned 1 exit status
make[4]: *** [qub] Error 1
make[4]: Leaving directory `/scratch/branden/qub/qub-0.4.9/qub'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/scratch/branden/qub/qub-0.4.9/qub'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/scratch/branden/qub/qub-0.4.9'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/scratch/branden/qub/qub-0.4.9'
make: *** [build-stamp] Error 2

-- System Information
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux butthead 2.4.9-itanium-smp #1 SMP Mon Sep 17 20:48:35 MDT 2001 
ia64
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 115303-done) by bugs.debian.org; 26 Dec 2001 21:02:17 +
>From [EMAIL PROTECTED] Wed Dec 26 15:02:17 2001
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16JLBp-0008Eq-00; Wed, 26 Dec 2001 15:02:17 -0600
Received: (from [EMAIL PROTECTED])
by jagor.srce.hr (8.9.3/8.9.3) id VAA03620
for [EMAIL PROTECTED]; Wed, 26 Dec 2001 21:59:24 +0100 (MET)
Received: from fuzz (asy105.cmu.carnet.hr [193.198.128.105])
by jagor.srce.hr (8.9.3/8.9.3) with ESMTP id VAA03482
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 21:59:14 +0100 (MET)
Received: from mvela by fuzz with local (Exim 3.33 #1 (Debian))
id 16JLLT-0007eg-00
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 22:12:15 +0100
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in qub 0.4.9-2.1
Date: 26 Dec 2001 22:12:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Lines: 11
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Matej Vela <[EMAIL PROTECTED]>
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: [EMAIL PROTECTED]

Now that qub is orphaned, bugs fixed by non-maintainer uploads can be
closed.

Here is the relevant changelog entry:

  qub (0.4.9-2.1) unstable; urgency=low

* NMU
* Apply patches from bug to address g++ 3.0.  Closes: #115303

   -- LaMont Jones <[EMAIL PROTECTED]>  Mon, 24 Dec 2001 21:13:56 -0700



Bug#119164: marked as done (quik: Newest version of quik is installing bootstrap manpage again.)

2001-12-26 Thread Debian Bug Tracking System
Your message dated 26 Dec 2001 22:12:15 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in quik 2.0e-0.6
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 Nov 2001 19:24:52 +
>From [EMAIL PROTECTED] Sun Nov 11 13:24:52 2001
Return-path: <[EMAIL PROTECTED]>
Received: from stratton-two-seventy-eight.mit.edu (descartes) [18.187.6.23] 
(mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 1630Ds-0005Bc-00; Sun, 11 Nov 2001 13:24:52 -0600
Received: from tibbetts by descartes with local (Exim 3.32 #1 (Debian))
id 1630Dr-0001mC-00; Sun, 11 Nov 2001 14:24:51 -0500
From: Richard Tibbetts <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: quik: Newest version of quik is installing bootstrap manpage again.
X-Reportbug-Version: 1.35
X-Mailer: reportbug 1.35
Date: Sun, 11 Nov 2001 14:24:51 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: quik
Version: 2.0e-0.5
Severity: normal
Tags: patch

The newest version of quik is installing bootstrap.8 manpage, which is
owned by yaboot. This is a recurrence of an old bug. Here is a trivial
patch to fix it, though it might be wrong (I am a bit new to debian
packaging):

--- Makefile.orig   Fri Mar 10 15:59:28 2000
+++ MakefileSun Nov 11 14:14:35 2001
@@ -16,4 +16,4 @@
if [ -f $(DESTDIR)/etc/quik.conf ]; then :; \
  else set -x; install -m 644 etc/quik.conf $(DESTDIR)/etc; fi
install -m 444 man/quik.conf.5 $(DESTDIR)/usr/man/man5
-   install -m 444 man/quik.8 man/bootstrap.8 $(DESTDIR)/usr/man/man8
+   install -m 444 man/quik.8 $(DESTDIR)/usr/man/man8


-- System Information
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux descartes 2.4.14-ben0 #1 Thu Nov 8 09:41:42 EST 2001 ppc
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 119164-done) by bugs.debian.org; 26 Dec 2001 21:02:16 +
>From [EMAIL PROTECTED] Wed Dec 26 15:02:16 2001
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16JLBn-0008Ep-00; Wed, 26 Dec 2001 15:02:16 -0600
Received: (from [EMAIL PROTECTED])
by jagor.srce.hr (8.9.3/8.9.3) id VAA03609
for [EMAIL PROTECTED]; Wed, 26 Dec 2001 21:59:23 +0100 (MET)
Received: from fuzz (asy105.cmu.carnet.hr [193.198.128.105])
by jagor.srce.hr (8.9.3/8.9.3) with ESMTP id VAA03486
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 21:59:14 +0100 (MET)
Received: from mvela by fuzz with local (Exim 3.33 #1 (Debian))
id 16JLLU-0007ei-00
for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 22:12:16 +0100
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in quik 2.0e-0.6
Date: 26 Dec 2001 22:12:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Lines: 14
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Matej Vela <[EMAIL PROTECTED]>
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: [EMAIL PROTECTED]

Now that quik is orphaned, bugs fixed by non-maintainer uploads can be
closed.

Here is the relevant changelog entry:

  quik (2.0e-0.6) unstable; urgency=low

* NMU
* Potato version is newer than current woody version, and has the
  bootstrap.8 man page, which conflicts with yaboot's bootstrap.8. So
  just bump this version, and don't include that man page
  (Closes: #119164).

   -- Colin Walters <[EMAIL PROTECTED]>  Mon, 26 Nov 2001 00:01:52 -0500



Bug#126552: "-mpentium" in CFLAGS hinders build on arm

2001-12-26 Thread Philip Blundell
Package: asterisk
Version: 0.1.9-1
Severity: serious

This package doesn't compile on ARM:

make -C gsm lib/libgsm.a
make[3]: Entering directory `/build/buildd/asterisk-0.1.9/codecs/gsm'
gcc -ansi -pedantic -O6 -mpentium -fschedule-insns2  -fomit-frame-pointer   -c 
-DNeedFunctionPrototypes=1 -finline-functions -funroll-loops -fPIC -DPIC 
-DSASR -DWAV49 -DK6OPT  -I./inc src/add.c
cc1: Invalid option `pentium'
make[3]: *** [src/add.o] Error 1

A full build log can be obtained from http://buildd.debian.org.