Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Johnny Lam <jlam(at)NetBSD(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries
Date: 2005-08-17 20:15:52
Message-ID: 20050817201552.GD18340@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Wed, Aug 17, 2005 at 01:22:16PM -0400, Johnny Lam wrote:
> Tom Lane wrote:
> >"Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> >
> >>Unfortunately, it looks like the allow_non_pic_in_shlib setting broke
> >>platypus: http://lnk.nu/pgbuildfarm.org/3l3.pl
> >
> >
> >>If I back that part of the patch out, playtypus works fine.
> >
> >
> >So what's different between platypus and the machines where it works?
> >We might need a version check or something ...
>
> platypus is amd64, not x86. AFAIK, amd64 does not allow non-PIC code to
> be mixed with PIC code in the same object, whereas it's just fine for
> x86. In NetBSD pkgsrc, we've had to fix a lot of software that makes
> this same assumption.

Damn, I'm sorry, I totally mis-interpreted this. Turns out the failures
are due to a perl problem. They appear to be from
http://lnk.nu/developer.postgresql.org/3l8.c.
http://lnk.nu/pgbuildfarm.org/3l9.pl is the log for the latest failure.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com 512-569-9461

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-08-17 20:26:34 SHM_LOCK under Linux ... do we use this?
Previous Message Josh Berkus 2005-08-17 20:14:01 Re: pl/Ruby, deprecating plPython and Core

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-08-17 21:42:32 Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries
Previous Message Tom Lane 2005-08-17 19:46:22 Re: Trivial patch, silence CC warnings