Snapshot downloaded 17Feb does not compile - Mailing list pgsql-hackers

From Oliver Elphick
Subject Snapshot downloaded 17Feb does not compile
Date
Msg-id 199802172205.WAA30838@linda.lfix.co.uk
Whole thread Raw
Responses Re: [HACKERS] Snapshot downloaded 17Feb does not compile  (Michael Meskes <meskes@topsystem.de>)
List pgsql-hackers
The snapshot I downloaded today failed compilation:
gcc -I../../include -I/usr/include/ncurses -I/usr/include/readline
-Dlinuxalpha -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -Wall
-Wmissing-prototypes -I../../interfaces/libpq   -c pg_dump.c -o pg_dump.o
In file included from ../../include/access/strat.h:17,
                 from ../../include/utils/rel.h:18,
                 from ../../include/catalog/pg_type.h:21,
                 from pg_dump.c:65:
../../include/access/skey.h:20: fmgr.h: No such file or directory
gmake[2]: *** [pg_dump.o] Error 1
gmake[2]: Leaving directory `/usr1/home/olly/mypackages/pgsql/src/bin/pg_dump'


I made a link from src/backend/fmgr.h to src/include and the compilation
then finished.

I note that there is also a backend/utils/fmgr.h which is the same size
as backend/fmgr.h but not the same file.

=========

Install failed:

make[3]: Entering directory `/usr1/home/olly/mypackages/pgsql/src/interfaces/ec
pg/doc'
mkdir -p /usr/local/pgsql/man
mkdir /usr/local/pgsql/man/man1
#-mkdir /usr/local/pgsql/man/man3
#-mkdir /usr/local/pgsql/man/man5
#-mkdir /usr/local/pgsql/man/manl
install -m644 *.1* /usr/local/pgsql/man/man1
install: *.1*: No such file or directory
make[3]: *** [install-man] Error 1

Prefixing `install' with `-' in the makefile cured this; the directory
contains info files but no man pages.

=====================

The following files still refer to Postgres95 (not always incorrectly):
./contrib/pginterface/Makefile  -- hardcodes /u/postgres95/include
./contrib/soundex/soundex.sql   -- hardcodes
                    /usr/local/postgres/postgres95/src/funcs/soundex.so'
./doc/manual/admin.html
./doc/manual/advanced.html
./doc/manual/appenda.html
./doc/manual/architec.html
./doc/manual/copy.html
./doc/manual/extend.html
./doc/manual/intro.html
./doc/manual/libpq.html
./doc/manual/lobj.html
./doc/manual/pg95user.html
./doc/manual/query.html
./doc/manual/refs.html
./doc/manual/rules.html
./doc/manual/start.html
./doc/manual/xaggr.html
./doc/manual/xfunc.html
./doc/manual/xindex.html
./doc/manual/xoper.html
./doc/manual/xtypes.html
./doc/userguide.ps
./src/backend/commands/version.c        -- old comment
./src/backend/libpq/pg_hba.conf.sample
./src/backend/utils/adt/like.c          -- old comment
./src/bin/pg_dump/README
./src/bin/pg_dump/pg_dump.c             -- old comment
./src/bin/pg_dump/pg_dump.h             -- old comment
./src/bin/pgtclsh/README
./src/interfaces/ecpg/TODO
./src/interfaces/libpgtcl/README
./src/interfaces/libpq++/README
./src/interfaces/libpq++/man/libpq++.3
./src/interfaces/odbc/CHANGES.TXT
./src/interfaces/odbc/README.TXT
./src/interfaces/odbc/src/connect.c
./src/interfaces/odbc/src/custom.h
./src/interfaces/odbc/src/dll.c
./src/interfaces/odbc/src/execute.c
./src/interfaces/odbc/src/globals.c
./src/interfaces/odbc/src/globals.h
./src/interfaces/odbc/src/info.c
./src/interfaces/odbc/src/options.c
./src/interfaces/odbc/src/pgtypes.c
./src/interfaces/odbc/src/pgtypes.h
./src/interfaces/odbc/src/prepare.c
./src/interfaces/odbc/src/results.c
./src/interfaces/odbc/src/socket/compat.h
./src/interfaces/odbc/src/socket/connect.h
./src/interfaces/odbc/src/socket/connectp.cpp
./src/interfaces/odbc/src/socket/errclass.cpp
./src/interfaces/odbc/src/socket/errclass.h
./src/interfaces/odbc/src/socket/sockio.cpp
./src/interfaces/odbc/src/socket/sockio.h
./src/interfaces/odbc/src/socket/wrapper.cpp
./src/interfaces/odbc/src/socket/wrapper.h
./src/interfaces/odbc/src/transact.c
./src/interfaces/python/tutorial/basics.py
./src/test/regress/sql/create_index.sql
./src/tutorial/README


--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1



pgsql-hackers by date:

Previous
From: Brook Milligan
Date:
Subject: Re: [HACKERS] results of regression tests: NetBSD/i386 v1.3
Next
From: Keith Parks
Date:
Subject: New ecgp code problem.