Your message dated Wed, 22 Jun 2005 16:47:30 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#315440: postgresql-8.0: FTBFS on hppa: thread problems?
has caused the attached Bug report to be marked as done.

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

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

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

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Jun 2005 18:01:16 +0000
>From [EMAIL PROTECTED] Wed Jun 22 11:01:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from asia.telenet-ops.be [195.130.132.59] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dl9XI-0006h3-00; Wed, 22 Jun 2005 11:01:16 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by asia.telenet-ops.be (Postfix) with SMTP id 467CB22416E
        for <[EMAIL PROTECTED]>; Wed, 22 Jun 2005 20:01:15 +0200 (MEST)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
        by asia.telenet-ops.be (Postfix) with ESMTP id 32196224143
        for <[EMAIL PROTECTED]>; Wed, 22 Jun 2005 20:01:15 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id B4E2526136; Wed, 22 Jun 2005 20:01:14 +0200 (CEST)
Date: Wed, 22 Jun 2005 20:01:14 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: postgresql-8.0: FTBFS on hppa: thread problems?
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: postgresql-8.0
Version: 8.0.3-6
Severity: serious

Hi,

postgresql-8.0 is failing to build on hppa.

It gets errors like:
checking thread safety of required library functions... make: ***
[build-tree/postgresql-8.0.3/config.status] Terminated
Terminated
Build killed with signal 15 after 150 minutes of inactivity

Or instead:
checking thread safety of required library functions... no
configure: error:
*** Thread test program failed.  Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason.
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled.  However, you must then run
*** the program in src/tools/thread and add locking function calls
*** to your applications to guarantee thread safety.

make: *** [build-tree/postgresql-8.0.3/config.status] Error 1

I'm setting to serious because previous version but other
source package worked succesfully before on hppa.  Also, I
think this is blocking the postgresql transition that is
supposed to be going on.


Kurt


---------------------------------------
Received: (at 315440-done) by bugs.debian.org; 22 Jun 2005 23:47:32 +0000
>From [EMAIL PROTECTED] Wed Jun 22 16:47:32 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.35 1 (Debian))
        id 1DlEwO-0005gB-00; Wed, 22 Jun 2005 16:47:32 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
        id D8795171DFE; Wed, 22 Jun 2005 16:47:30 -0700 (PDT)
Date: Wed, 22 Jun 2005 16:47:30 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: Kurt Roeckx <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#315440: postgresql-8.0: FTBFS on hppa: thread problems?
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx"
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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


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

On Wed, Jun 22, 2005 at 08:01:14PM +0200, Kurt Roeckx wrote:
> Package: postgresql-8.0
> Version: 8.0.3-6
> Severity: serious

> postgresql-8.0 is failing to build on hppa.

> It gets errors like:
> checking thread safety of required library functions... make: ***
> [build-tree/postgresql-8.0.3/config.status] Terminated
> Terminated
> Build killed with signal 15 after 150 minutes of inactivity

> Or instead:
> checking thread safety of required library functions... no
> configure: error:
> *** Thread test program failed.  Your platform is not thread-safe.
> *** Check the file 'config.log'for the exact reason.
> ***
> *** You can use the configure option --enable-thread-safety-force
> *** to force threads to be enabled.  However, you must then run
> *** the program in src/tools/thread and add locking function calls
> *** to your applications to guarantee thread safety.

> I'm setting to serious because previous version but other
> source package worked succesfully before on hppa.  Also, I
> think this is blocking the postgresql transition that is
> supposed to be going on.

However, this appears to be a bug in the kernel on the hppa buildd which
is known to have problems with threads, so there's nothing the
postgresql-8.0 maintainer can do about it anyway.

--=20
Steve Langasek
postmodern programmer

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

iD8DBQFCufiRKN6ufymYLloRAiElAKCyFa9KTvvaZ7jB8gH1Wht3IBMx/QCdFLO2
58zGJOo93gkMpUOAE+poYSo=
=2hwM
-----END PGP SIGNATURE-----

--zYM0uCDKw75PZbzx--


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

Reply via email to