Re: pgsql/src/backend/parser gram.y

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Thomas Lockhart <lockhart(at)fourpalms(dot)org>, Bruce Momjian - CVS <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/parser gram.y
Date: 2002-06-19 06:16:08
Message-ID: 200206190616.g5J6G8616282@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Christopher Kings-Lynne wrote:
> CVS HEAD does not compile on FreeBSD/Alpha:
>
> ./configure --prefix=/home/chriskl/local --enable-integer-datetimes --enable
> -debug --enable-depend --enable-cassert --with-pam --with-CXX --with-openssl
>
> Gives:
>
> gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/interfaces/libpq'
> gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> C -I. -I../../../src/include -DFRONTEND -DSYSCONFDIR='"/home/chriskl/local/
> etc/postgresql"' -c -o fe-secure.o fe-secure.c -MMD
> fe-secure.c: In function `verify_peer':
> fe-secure.c:417: structure has no member named `s6_addr8'
> gmake[3]: *** [fe-secure.o] Error 1
> gmake[3]: Leaving directory `/home/chriskl/pgsql-head/src/interfaces/libpq'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/home/chriskl/pgsql-head/src/interfaces'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/home/chriskl/pgsql-head/src'
> gmake: *** [all] Error 2

Of course, it compiles if you disable SSL. :-)

Can you look at that line and see if there is something in your OS that
matches it? I have KAME here and I thought FreeBSD would have that too.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-06-19 06:29:42 Re: pgsql/src/backend/parser gram.y
Previous Message Christopher Kings-Lynne 2002-06-19 06:14:34 Re: pgsql/src/backend/parser gram.y

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-06-19 06:23:17 SQL99 feature list
Previous Message Christopher Kings-Lynne 2002-06-19 06:14:34 Re: pgsql/src/backend/parser gram.y