[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#102760: marked as done (won't build on hppa)



Your message dated Fri, 01 Feb 2002 14:56:54 -0500
with message-id <E16Wjnq-0005yT-00@auric.debian.org>
and subject line Bug#102760: fixed in dcethreads 2.0.2-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; 29 Jun 2001 04:58:43 +0000
>From willy@www.linux.org.uk Thu Jun 28 23:58:43 2001
Return-path: <willy@www.linux.org.uk>
Received: from parcelfarce.linux.theplanet.co.uk (www.linux.org.uk) [::ffff:195.92.249.252] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15FqMd-0003pl-00; Thu, 28 Jun 2001 23:58:43 -0500
Received: from willy by www.linux.org.uk with local (Exim 3.13 #1)
	id 15FqMW-0002Ke-00
	for submit@bugs.debian.org; Fri, 29 Jun 2001 05:58:36 +0100
Date: Fri, 29 Jun 2001 05:58:36 +0100
From: Matthew Wilcox <willy@debian.org>
To: submit@bugs.debian.org
Subject: won't build on hppa
Message-ID: <20010629055836.F22668@parcelfarce.linux.theplanet.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:  <willy@www.linux.org.uk>
Delivered-To: submit@bugs.debian.org


Package: dcethreads
Version: 2.0.1-2

Two problems building this on hppa.  Firstly, config.{sub,guess}
are out of date; you can cp them from /usr/share/automake/config.{sub,guess}
if it exists in your debian/rules file, or you can just update them.

Second, /usr/include/pthread.h contains

#define PTHREAD_CANCELED ((void *) -1)

and pthread_dceexc.c contains (line 274):

         case PTHREAD_CANCELED:

gcc does not permit pointers as labels in a switch statement any more,
so I changed it to:

         case (int) PTHREAD_CANCELED:

and it compiles fine now.

-- 
Revolutions do not require corporate support.

---------------------------------------
Received: (at 102760-close) by bugs.debian.org; 1 Feb 2002 20:10:59 +0000
>From troup@auric.debian.org Fri Feb 01 14:10:59 2002
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16Wk1T-0006Yt-00; Fri, 01 Feb 2002 14:10:59 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16Wjnq-0005yT-00; Fri, 01 Feb 2002 14:56:54 -0500
From: David Kimdon <dwhedon@debian.org>
To: 102760-close@bugs.debian.org
X-Katie: $Revision: 1.68 $
Subject: Bug#102760: fixed in dcethreads 2.0.2-6
Message-Id: <E16Wjnq-0005yT-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Fri, 01 Feb 2002 14:56:54 -0500
Delivered-To: 102760-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
dcethreads, which has been installed in the Debian FTP archive:

dcethreads_2.0.2-6.diff.gz
  to pool/main/d/dcethreads/dcethreads_2.0.2-6.diff.gz
dcethreads_2.0.2-6.dsc
  to pool/main/d/dcethreads/dcethreads_2.0.2-6.dsc
libdcethreads-dev_2.0.2-6_hppa.deb
  to pool/main/d/dcethreads/libdcethreads-dev_2.0.2-6_hppa.deb
libdcethreads2_2.0.2-6_hppa.deb
  to pool/main/d/dcethreads/libdcethreads2_2.0.2-6_hppa.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 102760@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kimdon <dwhedon@debian.org> (supplier of updated dcethreads 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 31 Jan 2002 21:42:51 -0800
Source: dcethreads
Binary: libdcethreads2 libdcethreads-dev
Architecture: source hppa
Version: 2.0.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: David Kimdon <dwhedon@debian.org>
Description: 
 libdcethreads-dev - Development files for dcethreads
 libdcethreads2 - A DCE Threads emulation layer ontop of LinuxThreads.
Closes: 102760 105503
Changes: 
 dcethreads (2.0.2-6) unstable; urgency=low
 .
   * fix build failure on hppa and ia64 (closes: #105503, #102760)
     (patches from "John R. Daily" <jdaily@progeny.com>
      and LaMont Jones <lamont@smallone.fc.hp.com>)
   * fix formating in debian/control
Files: 
 850d39476c8210412aa6c5ff453f72ea 648 devel optional dcethreads_2.0.2-6.dsc
 e7ffa32bdaf65f3b462c55df050ef557 123838 devel optional dcethreads_2.0.2-6.diff.gz
 2497a2b6011b25a4d7b2d465607edea7 46860 devel optional libdcethreads-dev_2.0.2-6_hppa.deb
 7879a3468fecc7452c3220ce289705c7 25496 devel optional libdcethreads2_2.0.2-6_hppa.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8WjWDST1m+6jv1gMRAquxAKCA6j7eea1byDjArKEzVx0kEMBEuQCfUk0G
U/wXAm4c4kYyeedZkDjfxm0=
=Xp2q
-----END PGP SIGNATURE-----



Reply to: