| From: | SHIOZAKI Takehiko <takehi-s(at)ascii(dot)co(dot)jp> | 
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org | 
| Subject: | v6.4-BETA3 problem with FreeBSD | 
| Date: | 1998-10-29 10:29:48 | 
| Message-ID: | 199810291029.TAA29400@libpc01.pb.ascii.co.jp | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Hello!
I tried postgresql.v6.4-BETA3 and found some problems especially
with FreeBSD.
The following is my environment:
	FreeBSD 2.2.7-RELEASE
	GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
	gcc version 2.7.2.1
	GNU Bison version 1.25
	flex version 2.5.4
* makefiles/Makefile.freebsd
	It should have "-Bforcearchive" option just like as
	makefiles/Makefile.bsd (and it used to be).
	Without it, I got such errors in test/regress/results/misc.out.
========================================================================
ERROR:  Can't find function reverse_name in file /usr/local/src/postgresql.v6.4-BETA3/pgsql/src/test/regress/input/../regress.so
========================================================================
	# And the original Makefile.freebsd does not seem to work
	# as you intended.  As `\' overrides `#', the last 2 lines
	# are commented out together.
* Makefile.shlib
	FreeBSD is not supported.
	So no shared library for plpgsql is installed and regression
	test for it fails.
========================================================================
gmake -C src install
gmake[3]: Entering directory `/usr/local/src/postgresql.v6.4-BETA3/pgsql/src/pl/
plpgsql/src'
/usr/bin/install -c -m 644  /usr/local/pgsql/lib/plpgsql.so
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
       install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
             fileN directory
       install -d [-g group] [-m mode] [-o owner] directory ...
gmake[3]: *** [install] Error 64
========================================================================
	And no shared libraries for libecpg, libpq++ and libpq.a
	are made and installed.
* pg_dumpall
	Pg_dumpall command outputs "create database" statement such as:
========================================================================
create database with encoding='EUC_JP' DBNAME;
========================================================================
	But it should be:
========================================================================
create database DBNAME with encoding='EUC_JP';
========================================================================
Regards
-- 
ASCII CORPORATION
Technical Center
SHIOZAKI Takehiko
<takehi-s(at)ascii(dot)co(dot)jp>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pedro J. Lobo | 1998-10-29 11:30:43 | 6.4 BETA2 fails to compile on Digital Unix 4.0d | 
| Previous Message | Andreas Zeugswetter | 1998-10-29 10:10:41 | Re: [HACKERS] configure and cpp detection |