dbTalk Databases Forums  

[BUGS] regression test failure on 8.0.0beta1

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] regression test failure on 8.0.0beta1 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Verbus M. Counts
 
Posts: n/a

Default [BUGS] regression test failure on 8.0.0beta1 - 08-13-2004 , 01:13 PM






Greetings,

Gettings the following on my HPUX workstation:

============== removing existing temp installation ==============
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 19419
============== creating database "regression" ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL ==============
createlang: language installation failed: ERROR: could not load library
"/home/postgres/postgresql-8.0.0beta1/src/test/regress/./tmp_check/install//usr/local/pgsql/lib/plpgsql.sl":
Unresolved external
pg_regress: createlang failed
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/home/postgres/postgresql-8.0.0beta1/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/postgres/postgresql-8.0.0beta1/src/test'
make: *** [check] Error 2


The sequence was:

../configure --without-readline

make

make check

C compiler was gcc

$uname -a
HP-UX name B.11.11 U 9000/778 2013026443 unlimited-user license

$ gcc -v
Reading specs from
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.9-hppa-991112/specs
gcc version 2.9-hppa-991112


Regards,
Verbus
916-765-1624 Cell



---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote
  #2  
Old   
Verbus M. Counts
 
Posts: n/a

Default Re: [BUGS] regression test failure on 8.0.0beta1 - 08-13-2004 , 01:51 PM






Greetings,

The problem was solved by doing a "make install" followed by "make check"


Regards,
Verbus
916-765-1624 Cell


Quote:
From: "Verbus M. Counts" <verbus (AT) hotmail (DOT) com
Reply-To: verbus (AT) hotmail (DOT) com
To: pgsql-bugs (AT) postgresql (DOT) org
Subject: [BUGS] regression test failure on 8.0.0beta1
Date: Tue, 10 Aug 2004 12:14:53 -0700

Greetings,

Gettings the following on my HPUX workstation:

============== removing existing temp installation ==============
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 19419
============== creating database "regression" ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL ==============
createlang: language installation failed: ERROR: could not load library
"/home/postgres/postgresql-8.0.0beta1/src/test/regress/./tmp_check/install//usr/local/pgsql/lib/plpgsql.sl":
Unresolved external
pg_regress: createlang failed
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/home/postgres/postgresql-8.0.0beta1/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/postgres/postgresql-8.0.0beta1/src/test'
make: *** [check] Error 2


The sequence was:

./configure --without-readline

make

make check

C compiler was gcc

$uname -a
HP-UX name B.11.11 U 9000/778 2013026443 unlimited-user license

$ gcc -v
Reading specs from
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.9-hppa-991112/specs
gcc version 2.9-hppa-991112


Regards,
Verbus
916-765-1624 Cell



---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings


---------------------------(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


Reply With Quote
  #3  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] regression test failure on 8.0.0beta1 - 08-13-2004 , 03:46 PM



"Verbus M. Counts" <verbus (AT) hotmail (DOT) com> writes:
Quote:
The problem was solved by doing a "make install" followed by "make check"
Yes, on HPUX I think you probably have to do this. We build the
executables with SHLIB_PATH disabled, so even if pg_regress knew to
set SHLIB_PATH (which it does not) the programs would not seek for
shared libraries in the temporary installation, only in the configured
final location. I think you were probably picking up an older version
of plpgsql.sl that you hadn't yet overwritten by "make install".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.