AW: v7.0.3 *pre-release* ...

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: v7.0.3 *pre-release* ...
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633680EC@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы AW: v7.0.3 *pre-release* ...  (Pete Forman <gsez020@kryten.bedford.waii.com>)
Список pgsql-hackers
How do you run the regression tests ?

gmake all
gmake install
initdb
start postmaster

cd src/test/regress
gmake runtest

?????

The build looks ok, but remember, that all shared libs and postmaster will only 
work in the configured location. (gmake runcheck will fail, since it installs into a 
different location)

Andreas

> -----Ursprüngliche Nachricht-----
> Von: Pete Forman [mailto:gsez020@kryten.bedford.waii.com]
> Gesendet: Dienstag, 07. November 2000 11:55
> An: pgsql-hackers@postgresql.org
> Betreff: AW: [HACKERS] v7.0.3 *pre-release* ...
> 
> 
> Zeugswetter Andreas SB writes:
>  > 
>  > > AIX 4.3.2, xlc 3.6.6.
>  > > 
>  > >   Same regression test failures as 7.0.2.
>  > >   The nasty failures are triggers, misc, and plgpgsql which
>  > >   consistently give "pqReadData() -- backend closed the channel
>  > >   unexpectedly." at the same point.  Also the sanity_check hangs
>  > >   during a VACUUM.  Killing the backend was the only way 
> to continue.
>  > 
>  > This should not be so. Your setup should definitely work without
>  > regression failures. There is something wrong with your dynamic
>  > loading of shared libs. Can you give more details, e.g. did you add
>  > optimization which does not work yet ?
> 
> No extra flags were added by me.  The only build warnings were
> duplicate symbol errors.  (There were a couple of warnings about
> 0.0/0.0 used to represent a NaN.)  Here are a couple of extracts from
> my build log.
> 
>   xlc -I../include -I../backend -qmaxmem=16384 -qhalt=w -qsrcmsg
>     -qlanglvl=extended -qlonglong -o postgres access/SUBSYS.o
>     bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o
>     executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o
>     parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o
>     postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
>     storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o
>     -lPW -lcrypt -lld -lnsl -ldl -lm -lcurses
>   Making postgres.imp
>   ../backend/port/aix/mkldexport.sh postgres /usr/local/pgsql/bin >
>     postgres.imp
>   xlc -Wl,-bE:../backend/postgres.imp -o postgres access/SUBSYS.o
>     bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o
>     executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o
>     parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o
>     postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
>     storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o
>     -lPW -lcrypt -lld -lnsl -ldl -lm -lcurses
> 
> 
>   xlc -I../../include -I../../backend -qmaxmem=16384 -qhalt=w
>     -qsrcmsg -qlanglvl=extended -qlonglong -DFRONTEND -c pqsignal.c -o
>     pqsignal.o
>   ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o fe-misc.o
>     fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o
>   touch libpq.a
>   ../../backend/port/aix/mkldexport.sh libpq.a /usr/local/pgsql/lib
>     > libpq.exp
>   ld -H512 -bM:SRE -bI:../../backend/postgres.imp -bE:libpq.exp -o
>     libpq.so libpq.a -lPW -lcrypt -lld -lnsl -ldl -lm -lcurses -lcrypt
>     -lc
>   ld: 0711-224 WARNING: Duplicate symbol: .crypt
>   ld: 0711-224 WARNING: Duplicate symbol: crypt
>   ld: 0711-224 WARNING: Duplicate symbol: .strlen
>   ld: 0711-224 WARNING: Duplicate symbol: strlen
>   ld: 0711-224 WARNING: Duplicate symbol: .PQuntrace
>   ld: 0711-224 WARNING: Duplicate symbol: .PQtrace
>   ld: 0711-224 WARNING: Duplicate symbol: .setsockopt
>   ld: 0711-224 WARNING: Duplicate symbol: setsockopt
>     [and others]
> 
> -- 
> Pete Forman                 -./\.- Disclaimer: This post is originated
> Western Geophysical           -./\.-  by myself and does not represent
> pete.forman@westgeo.com         -./\.-  the opinion of Baker Hughes or
> http://www.crosswinds.net/~petef  -./\.-  its divisions.
> 


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

Предыдущее
От: Pete Forman
Дата:
Сообщение: AW: v7.0.3 *pre-release* ...
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: problems with configure