Re: PostgreSQL client has problems when libbind is installed

Lists: pgsql-bugspgsql-hackers
From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Tom Alsberg <alsbergt(at)cs(dot)huji(dot)ac(dot)il>
Subject: PostgreSQL client has problems when libbind is installed
Date: 2003-06-11 00:24:39
Message-ID: 7180000.1055291079@palle.girgensohn.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

Hi!

This was reported to the FreeBSD bug report system. Under special
cirumstances, building postgresql fails. Please see
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218

This sounds like a bug in the build process to me. I cannot confirm though.
Please check with the original author.

/Palle


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org, Tom Alsberg <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL client has problems when libbind is installed
Date: 2003-06-12 18:00:52
Message-ID: 19800.1055440852@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> [ linking libbind causes some obscure problems ]
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218

Given that we're not supporting BeOS at the moment anyway, I wonder
whether we need libbind on any platform. I know linking it causes
some minor problems for me on HPUX (I have to take it out if I want
to build with profiling...)

Comments anyone?

regards, tom lane


From: "Yves R(dot) Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com>
To: "Palle Girgensohn" <girgen(at)pingpong(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>, "Tom Alsberg" <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL client has problems when libbind is installed
Date: 2003-06-12 22:51:18
Message-ID: 001101c33135d1d7a0$c800a8c0@gsccdev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

Don't break BeOS support.
A new version of BeOS will be released very soon.

http://www.yellowtab.com
http://www.yellowtab.com/board/
http://www.yellowtab.com/support/

Regards,
Yves

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Palle Girgensohn" <girgen(at)pingpong(dot)net>
Cc: <pgsql-bugs(at)postgresql(dot)org>; "Tom Alsberg" <alsbergt(at)cs(dot)huji(dot)ac(dot)il>;
<pgsql-hackers(at)postgresql(dot)org>
Sent: Thursday, June 12, 2003 2:00 PM
Subject: Re: [BUGS] PostgreSQL client has problems when libbind is installed

> Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> > [ linking libbind causes some obscure problems ]
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218
>
> Given that we're not supporting BeOS at the moment anyway, I wonder
> whether we need libbind on any platform. I know linking it causes
> some minor problems for me on HPUX (I have to take it out if I want
> to build with profiling...)
>
> Comments anyone?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Yves R(dot) Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com>
Cc: "Palle Girgensohn" <girgen(at)pingpong(dot)net>, pgsql-bugs(at)postgresql(dot)org, "Tom Alsberg" <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL client has problems when libbind is installed
Date: 2003-06-13 01:00:56
Message-ID: 22066.1055466056@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

"Yves R. Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com> writes:
> Don't break BeOS support.
> A new version of BeOS will be released very soon.

Well, the BeOS port is already broken, and has been for awhile,
because no one's bothered to step up and maintain it. Are you
volunteering? It needs work on semaphore support, at least.

Even on BeOS, is pulling in libbind really sensible? I get the
impression that we're doing it just to get a couple of trivial
functions like inet_ntoa. Those could be handled by supplying
replacement implementations, perhaps.

I'm not unwilling to put an if-test into configure so that
libbind is only included on BeOS, but I wonder whether that's
the best approach.

regards, tom lane


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Yves R(dot) Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org, Tom Alsberg <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL client has problems when libbind is installed
Date: 2003-11-07 00:50:39
Message-ID: 54030000.1068166239@palle.girgensohn.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

Was this problem fixed? Can I request the problem report @ FreeBSD to be
closed?

Thanks,
Palle

--On torsdag, juni 12, 2003 18.51.18 -0400 "Yves R. Crevecoeur"
<ycrevecoeur(at)nyc(dot)rr(dot)com> wrote:

> Don't break BeOS support.
> A new version of BeOS will be released very soon.
>
> http://www.yellowtab.com
> http://www.yellowtab.com/board/
> http://www.yellowtab.com/support/
>
> Regards,
> Yves
>
>
> ----- Original Message -----
> From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: "Palle Girgensohn" <girgen(at)pingpong(dot)net>
> Cc: <pgsql-bugs(at)postgresql(dot)org>; "Tom Alsberg" <alsbergt(at)cs(dot)huji(dot)ac(dot)il>;
> <pgsql-hackers(at)postgresql(dot)org>
> Sent: Thursday, June 12, 2003 2:00 PM
> Subject: Re: [BUGS] PostgreSQL client has problems when libbind is
> installed
>
>
>> Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
>> > [ linking libbind causes some obscure problems ]
>> > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218
>>
>> Given that we're not supporting BeOS at the moment anyway, I wonder
>> whether we need libbind on any platform. I know linking it causes
>> some minor problems for me on HPUX (I have to take it out if I want
>> to build with profiling...)
>>
>> Comments anyone?
>>
>> regards, tom lane
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 2: you can get off all lists at once with the unregister command
>> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: "Yves R(dot) Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Tom Alsberg <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL client has problems when libbind is
Date: 2003-11-07 14:32:54
Message-ID: 200311071432.hA7EWsP27693@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers


I don't remember what we did with -lbind, but if someone shows up with
BeOS, we will get it working.

---------------------------------------------------------------------------

Palle Girgensohn wrote:
> Was this problem fixed? Can I request the problem report @ FreeBSD to be
> closed?
>
> Thanks,
> Palle
>
> --On torsdag, juni 12, 2003 18.51.18 -0400 "Yves R. Crevecoeur"
> <ycrevecoeur(at)nyc(dot)rr(dot)com> wrote:
>
> > Don't break BeOS support.
> > A new version of BeOS will be released very soon.
> >
> > http://www.yellowtab.com
> > http://www.yellowtab.com/board/
> > http://www.yellowtab.com/support/
> >
> > Regards,
> > Yves
> >
> >
> > ----- Original Message -----
> > From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> > To: "Palle Girgensohn" <girgen(at)pingpong(dot)net>
> > Cc: <pgsql-bugs(at)postgresql(dot)org>; "Tom Alsberg" <alsbergt(at)cs(dot)huji(dot)ac(dot)il>;
> > <pgsql-hackers(at)postgresql(dot)org>
> > Sent: Thursday, June 12, 2003 2:00 PM
> > Subject: Re: [BUGS] PostgreSQL client has problems when libbind is
> > installed
> >
> >
> >> Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> >> > [ linking libbind causes some obscure problems ]
> >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218
> >>
> >> Given that we're not supporting BeOS at the moment anyway, I wonder
> >> whether we need libbind on any platform. I know linking it causes
> >> some minor problems for me on HPUX (I have to take it out if I want
> >> to build with profiling...)
> >>
> >> Comments anyone?
> >>
> >> regards, tom lane
> >>
> >> ---------------------------(end of broadcast)---------------------------
> >> TIP 2: you can get off all lists at once with the unregister command
> >> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/docs/faqs/FAQ.html
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Yves R(dot) Crevecoeur" <ycrevecoeur(at)nyc(dot)rr(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Tom Alsberg <alsbergt(at)cs(dot)huji(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL client has problems when libbind is
Date: 2003-11-07 15:38:33
Message-ID: 11350000.1068219513@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-hackers

Tom sent a mail indicating it was fixed. Thanks,

Palle

--On fredag, november 07, 2003 09.32.54 -0500 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

>
> I don't remember what we did with -lbind, but if someone shows up with
> BeOS, we will get it working.
>
> -------------------------------------------------------------------------
> --
>
> Palle Girgensohn wrote:
>> Was this problem fixed? Can I request the problem report @ FreeBSD to be
>> closed?
>>
>> Thanks,
>> Palle
>>
>> --On torsdag, juni 12, 2003 18.51.18 -0400 "Yves R. Crevecoeur"
>> <ycrevecoeur(at)nyc(dot)rr(dot)com> wrote:
>>
>> > Don't break BeOS support.
>> > A new version of BeOS will be released very soon.
>> >
>> > http://www.yellowtab.com
>> > http://www.yellowtab.com/board/
>> > http://www.yellowtab.com/support/
>> >
>> > Regards,
>> > Yves
>> >
>> >
>> > ----- Original Message -----
>> > From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>> > To: "Palle Girgensohn" <girgen(at)pingpong(dot)net>
>> > Cc: <pgsql-bugs(at)postgresql(dot)org>; "Tom Alsberg"
>> > <alsbergt(at)cs(dot)huji(dot)ac(dot)il>; <pgsql-hackers(at)postgresql(dot)org>
>> > Sent: Thursday, June 12, 2003 2:00 PM
>> > Subject: Re: [BUGS] PostgreSQL client has problems when libbind is
>> > installed
>> >
>> >
>> >> Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
>> >> > [ linking libbind causes some obscure problems ]
>> >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47218
>> >>
>> >> Given that we're not supporting BeOS at the moment anyway, I wonder
>> >> whether we need libbind on any platform. I know linking it causes
>> >> some minor problems for me on HPUX (I have to take it out if I want
>> >> to build with profiling...)
>> >>
>> >> Comments anyone?
>> >>
>> >> regards, tom lane
>> >>
>> >> ---------------------------(end of
>> >> broadcast)--------------------------- TIP 2: you can get off all
>> >> lists at once with the unregister command (send "unregister
>> >> YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>> >
>> >
>> > ---------------------------(end of
>> > broadcast)--------------------------- TIP 5: Have you checked our
>> > extensive FAQ?
>> >
>> > http://www.postgresql.org/docs/faqs/FAQ.html
>>
>>
>>
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>> message can get through to the mailing list cleanly
>>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania
> 19073