Thread: PostgreSQL client has problems when libbind is installed
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
Palle Girgensohn <girgen@pingpong.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
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@sss.pgh.pa.us> To: "Palle Girgensohn" <girgen@pingpong.net> Cc: <pgsql-bugs@postgresql.org>; "Tom Alsberg" <alsbergt@cs.huji.ac.il>; <pgsql-hackers@postgresql.org> Sent: Thursday, June 12, 2003 2:00 PM Subject: Re: [BUGS] PostgreSQL client has problems when libbind is installed > Palle Girgensohn <girgen@pingpong.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@postgresql.org)
"Yves R. Crevecoeur" <ycrevecoeur@nyc.rr.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
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@nyc.rr.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@sss.pgh.pa.us> > To: "Palle Girgensohn" <girgen@pingpong.net> > Cc: <pgsql-bugs@postgresql.org>; "Tom Alsberg" <alsbergt@cs.huji.ac.il>; > <pgsql-hackers@postgresql.org> > Sent: Thursday, June 12, 2003 2:00 PM > Subject: Re: [BUGS] PostgreSQL client has problems when libbind is > installed > > >> Palle Girgensohn <girgen@pingpong.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@postgresql.org) > > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faqs/FAQ.html