Re: inet regression test

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: inet regression test
Дата
Msg-id 1042695764.82534.9.camel@jester
обсуждение исходный текст
Ответ на Re: inet regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, 2003-01-15 at 20:15, Tom Lane wrote:
> Rod Taylor <rbt@rbt.ca> writes:
> > On Wed, 2003-01-15 at 16:07, Tom Lane wrote:
> >> Hm.  I just finished verifying that CVS tip builds and passes cleanly
> >> on both HPUX and Linux (Red Hat 8.0).  So either you've got a build
> >> error (did you do a "make clean" after your last update?) or there's
> >> some really weird platform dependency involved.  What's your platform
> >> again?
>
> > I do a make distclean.
>
> > FreeBSD 4.7
>
> I'm still not able to duplicate any problem.  Any other FreeBSD folk see
> inet regression failures in CVS tip?

Comes out fine now (~ 12:30 EST5EDT). I'll keep an eye out, but it must
be something else I was doing at the time that threw it off (compiler
glitch?)

Ran the below:

make distclean > /dev/null
cvs update -dP

CFLAGS="-O2 -Wall -Wmissing-prototypes -Wmissing-declarations"
export CFLAGS

PGDIR=`pwd | sed -E 's/(.*)\/pgsql([^\/]+)$/db\2/g'`
export PGDIR

./configure --prefix=${HOME}/work/postgresql/${PGDIR} \           --enable-depend \           --enable-debug \
--enable-cassert \           --with-pgport=`perl -e 'print int(rand(a) * 999) + 6000;'` 

make install > /dev/null
make check


--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: inet regression test
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Oracle rant