8.0.0beta5 fails "make check" on Solaris9/i386

From: Chris Albertson <chrisalbertson90278(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: 8.0.0beta5 fails "make check" on Solaris9/i386
Date: 2004-11-23 18:36:18
Message-ID: 20041123183618.57878.qmail@web41301.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hello,

"make check" failed on my system. See the last line below and
the "/./" in the pathname. Ask if you want more information then
I have included below. I'm not subscribbed to the list. Send
direct e-mail. Thanks for all the hard work. I'm using 7.4 in
daily production on same system.

wi792:~/postgresql-8.0.0beta5>uname -a
SunOS wi792.aero.org 5.9 Generic_117172-11 i86pc i386 i86pc Solaris

wi792:~/postgresql-8.0.0beta5/doc>gcc --version
gcc (GCC) 3.3.2

wi792:~/postgresql-8.0.0beta5/doc>make --version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for i386-pc-solaris2.8

wi792:~/postgresql-8.0.0beta5>make check
<SNIP>
============== creating temporary installation ==============
============== initializing database system ==============

pg_regress: initdb failed
Examine ./log/initdb.log for the reason.

make[2]: *** [check] Error 2
make[2]: Leaving directory
`/home/alberts/postgresql-8.0.0beta5/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory
`/home/alberts/postgresql-8.0.0beta5/src/test'
make: *** [check] Error 2
wi792:~/postgresql-8.0.0beta5>

cat /home/alberts/postgresql-8.0.0beta5/src/test/regress/log/initdb.log

Running in noclean mode. Mistakes will not be cleaned up.
The files belonging to this database system will be owned by user
"alberts".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory
/home/alberts/postgresql-8.0.0beta5/src/test/regress/./tmp_check/data
... initdb: failed
wi792:~/postgresql-8.0.0beta5>

=====
Chris Albertson
Home: 310-376-1029 chrisalbertson90278(at)yahoo(dot)com
Cell: 310-990-7550
Office: 310-336-5189 Christopher(dot)J(dot)Albertson(at)aero(dot)org
KG6OMK


__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Harald Armin Massa 2004-11-23 18:37:22 Re: Hi
Previous Message David Schweikert 2004-11-23 16:21:42 Re: select to_number('1,000', '999,999');