Thread

  1. Snapshot downloaded 17Feb does not compile

    Oliver Elphick <olly@lfix.co.uk> — 1998-02-17T22:05:38Z

    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
    
    
    
    
  2. Re: [HACKERS] Snapshot downloaded 17Feb does not compile

    Michael Meskes <meskes@topsystem.de> — 1998-02-18T08:13:53Z

    Oliver Elphick writes:
    > 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
    > 
    
    If the info file has been/will be converted we could remove the doc dir
    completely.
    
    Michael
    
    
    -- 
    Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
    meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
    meskes@debian.org                      | 52146 Wuerselen
    Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
    Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10
    
    
  3. Re: [HACKERS] Snapshot downloaded 17Feb does not compile

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-02-18T15:39:11Z

    > > 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
    > >
    >
    > If the info file has been/will be converted we could remove the doc dir
    > completely.
    
    The info file has been translated into the upcoming hardcopy and html docs. Marc,
    can you blow away the ecpg/doc directory? I've already disabled the make on the doc
    area in stuff I committed last night so things should build OK now.
    
                                                              - Tom