Good call, Martin.

[n2-147-240:/sw/lib] billb# where tsort
/usr/local/bin/tsort
/usr/bin/tsort
[n2-147-240:/sw/lib] billb# which tsort
/usr/local/bin/tsort

When I 'move'ed '/usr/local/bin/tsort' out of my $PATH, then I was 
accessing the proper 'tsort'.

Unfortunately, though I now complete the configure & make process, 
install still fails.

I don't know if this is causative or simply symptomatic of some 
fundamental problem, but I'm still getting the following warning from 
all my gcc calls:

'gcc: -flat_namespace: linker input file unused since linking not done'

I should add that I have installed a few packages from source myself, 
but nearly all of them had not previously been present on my machine.  
For those that were, the new ones were installed in /usr/local/bin, 
/usr/local/sbin & /usr/local/lib.

Could I get away with removing these directories from my $PATH env var 
and still run Fink or are there any other binaries in there that I can't 
live without?  I would do this just to debug the Fink setup on my 
system.  Ultimately, I would have to have these directories in my path.

Here's some more fink output to cogitate on.  Any thoughts/advice you 
can offer would be greatly appreciated.  Sorry for sending along so much 
text, but I'm really at a loss to know where things are going wrong.  
Again, I'm thinking my best bet is to briefly take '/usr/local/*' out of 
my $PATH and try it again.

<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
In file included from ipc.c:46:
../../../../src/include/storage/ipc.h:51: warning: useless keyword or 
type name in empty declaration
../../../../src/include/storage/ipc.h:51: warning: empty declaration
../../../../src/include/storage/ipc.h:52: warning: useless keyword or 
type name in empty declaration
../../../../src/include/storage/ipc.h:52: warning: empty declaration
ipc.c: In function `SharedMemoryIsInUse':
ipc.c:718: warning: unused variable `shmStat'
ipc.c: In function `posix_shmat':
ipc.c:1084: warning: comparison between pointer and integer
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
ar cr libpq.a `lorder fe-auth.o fe-connect.o fe-exec.o fe-misc.o 
fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o | tsort`
tsort: cycle in data
tsort: fe-connect.o
tsort: fe-exec.o
tsort: cycle in data
tsort: fe-auth.o
tsort: fe-connect.o
ranlib libpq.a
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
rm -f libpq.so.2
ln -s libpq.so.2.1 libpq.so.2
rm -f libpq.so
ln -s libpq.so.2.1 libpq.so
make -C include all
make[4]: Nothing to be done for `all'.
make -C lib all
[END SNIPPET]
<many more gcc calls>
<myriad of gcc calls trigger from calls to make - truncated>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
ar cr libecpg.a `lorder execute.o typename.o descriptor.o data.o error.o 
prepare.o memory.o connect.o misc.o | tsort`
tsort: cycle in data
tsort: prepare.o
tsort: misc.o
tsort: cycle in data
tsort: error.o
tsort: execute.o
tsort: connect.o
tsort: cycle in data
tsort: error.o
tsort: execute.o
tsort: descriptor.o
tsort: memory.o
tsort: cycle in data
tsort: execute.o
tsort: descriptor.o
tsort: error.o
tsort: cycle in data
tsort: execute.o
tsort: descriptor.o
tsort: data.o
ranlib libecpg.a
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
rm -f libecpg.so.3
ln -s libecpg.so.3.2.0 libecpg.so.3
rm -f libecpg.so
ln -s libecpg.so.3.2.0 libecpg.so
make -C preproc all
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
rm -f libpgeasy.so.2
ln -s libpgeasy.so.2.1 libpgeasy.so.2
rm -f libpgeasy.so
ln -s libpgeasy.so.2.1 libpgeasy.so
make -C bin all
sed -e 's/@MULTIBYTE@//g' \
     -e 's/@VERSION@/7.1.3/g' \
     -e 's,@bindir@,/sw/bin,g' \
     -e 's,@datadir@,/sw/share/postgresql,g' \
   initdb.sh >initdb
chmod a+x initdb
cp initlocation.sh initlocation
chmod a+x initlocation
cp ipcclean.sh ipcclean
chmod a+x ipcclean
sed -e 's/@VERSION@/7.1.3/g' \
     -e 's,@bindir@,/sw/bin,g' \
   pg_ctl.sh >pg_ctl
chmod a+x pg_ctl
make -C ../../../src/interfaces/libpq all
make[4]: Nothing to be done for `all'.
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
/usr/bin/ld: warning multiple definitions of symbol _UP
/sw/lib/libreadline.dylib(terminal.so) definition of _UP
/usr/lib/libm.dylib(curses.o) definition of _UP
/usr/bin/ld: warning multiple definitions of symbol _PC
/sw/lib/libreadline.dylib(terminal.so) definition of _PC
/usr/lib/libm.dylib(curses.o) definition of _PC
/usr/bin/ld: warning multiple definitions of symbol _BC
/sw/lib/libreadline.dylib(terminal.so) definition of _BC
/usr/lib/libm.dylib(curses.o) definition of _BC
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may 
result in errors or different symbols being used
symbol _BC used from dynamic library 
/sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library 
/usr/lib/libSystem.B.dylib(curses.o)
symbol _PC used from dynamic library 
/sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library 
/usr/lib/libSystem.B.dylib(curses.o)
symbol _UP used from dynamic library 
/sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library 
/usr/lib/libSystem.B.dylib(curses.o)
sed -e 's/@DLSUFFIX@/.so/g' \
     -e 's,@libdir@,/sw/lib,g' \
   createlang.sh >createlang
chmod a+x createlang
configure=`sed -n '7s,^# [^ ]*configure *,,p' 
../../../config.status` && \
sed -e 's,@bindir@,/sw/bin,g' \
     -e 's,@includedir@,/sw/include/postgresql,g' \
     -e 's,@libdir@,/sw/lib,g' \
     -e "s,@configure@,$configure,g" \
     -e 's,@version@,7.1.3,g' \
   pg_config.sh >pg_config
chmod a+x pg_config
make -C pl all
make -C src all
[END SNIPPET]
<many more gcc calls>
...
...
...
<myriad of gcc calls trigger from calls to make - truncated>
[BEGIN SNIPPET]
ar cr libplpgsql.a `lorder pl_parse.o pl_handler.o pl_comp.o pl_exec.o 
pl_funcs.o | tsort`
tsort: cycle in data
tsort: pl_comp.o
tsort: pl_parse.o
tsort: pl_funcs.o
tsort: cycle in data
tsort: pl_parse.o
tsort: pl_comp.o
ranlib libplpgsql.a
gcc -traditional-cpp -g -O2 -no-cpp-precomp -flat_namespace 
--traditional-cpp -Wall -Wmissing-prototypes -Wmissing-declarations 
-bundle -undefined suppress -bundle -undefined suppress pl_parse.o 
pl_handler.o pl_comp.o pl_exec.o pl_funcs.o  -o libplpgsql.so.1.0
rm -f libplpgsql.so.1
ln -s libplpgsql.so.1.0 libplpgsql.so.1
rm -f libplpgsql.so
ln -s libplpgsql.so.1.0 libplpgsql.so
All of PostgreSQL successfully made. Ready to install.
rm -rf /sw/src/root-postgresql-7.1.3-4
mkdir -p /sw/src/root-postgresql-7.1.3-4/sw
mkdir -p /sw/src/root-postgresql-7.1.3-4/DEBIAN
make install DESTDIR=/sw/src/root-postgresql-7.1.3-4 
mandir=/sw/share/man docdir=/sw/share/doc/postgresql
make -C doc install
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share/man
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share/doc
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share/doc/postgresql
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share/doc/postgresql/html
gzip -d -c postgres.tar.gz | ( cd /sw/src/root-
postgresql-7.1.3-4/sw/share/doc/postgresql/html && /sw/bin/tar xf - )
gzip -d -c man.tar.gz | ( cd /sw/src/root-
postgresql-7.1.3-4/sw/share/man && /sw/bin/tar xf - )
make -C src install
make -C backend install
make -C access all
make -C common SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C gist SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C hash SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C heap SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C index SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C nbtree SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C rtree SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C transam SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C bootstrap all
make[3]: Nothing to be done for `all'.
make -C catalog all
make[3]: Nothing to be done for `all'.
make -C parser all
make[3]: Nothing to be done for `all'.
make -C commands all
make[3]: Nothing to be done for `all'.
make -C executor all
make[3]: Nothing to be done for `all'.
make -C lib all
make[3]: Nothing to be done for `all'.
make -C libpq all
make[3]: Nothing to be done for `all'.
make -C main all
make[3]: Nothing to be done for `all'.
make -C nodes all
make[3]: Nothing to be done for `all'.
make -C optimizer all
make -C geqo SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C path SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C plan SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C prep SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C util SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C port all
make -C darwin all
make[4]: Nothing to be done for `all'.
make -C postmaster all
make[3]: Nothing to be done for `all'.
make -C regex all
make[3]: Nothing to be done for `all'.
make -C rewrite all
make[3]: Nothing to be done for `all'.
make -C storage all
make -C buffer SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C file SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C ipc SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C large_object SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C lmgr SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C page SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C smgr SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C tcop all
make[3]: Nothing to be done for `all'.
make -C utils all
make -C adt SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C cache SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C error SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C fmgr SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C hash SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C init SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C misc SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C mmgr SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C sort SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
make -C time SUBSYS.o
make[4]: `SUBSYS.o' is up to date.
mkdir /sw/src/root-postgresql-7.1.3-4/sw/bin
mkdir /sw/src/root-postgresql-7.1.3-4/sw/lib
mkdir /sw/src/root-postgresql-7.1.3-4/sw/share/postgresql
/bin/sh ../../config/install-sh -c postgres /sw/src/root-
postgresql-7.1.3-4/sw/bin/postgres
ln -s postgres /sw/src/root-postgresql-7.1.3-4/sw/bin/postmaster
make -C catalog install-bki
/bin/sh ../../../config/install-sh -c -m 644 global.bki            
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/global.bki
/bin/sh ../../../config/install-sh -c -m 644 global.description    
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/global.description
/bin/sh ../../../config/install-sh -c -m 644 template1.bki         
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/template1.bki
/bin/sh ../../../config/install-sh -c -m 644 template1.description 
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/template1.description
/bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_hba.conf.sample 
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/pg_hba.conf.sample
/bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_ident.conf.sample 
/sw/src/root-postgresql-7.1.3-4/sw/share/postgresql/pg_ident.conf.sample
/bin/sh ../../config/install-sh -c -m 644 
./utils/misc/postgresql.conf.sample /sw/src/root-
postgresql-7.1.3-4/sw/share/postgresql/postgresql.conf.sample
make -C include install
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/lib
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/libpq
for file in fmgr.h postgres.h access/attnum.h commands/trigger.h \
         executor/spi.h utils/elog.h utils/geo_decls.h utils/mcxt.h \
         utils/palloc.h; do \
         if cmp -s ./$file /sw/src/root-
postgresql-7.1.3-4/sw/include/postgresql/$file; \
         then \
                 : ; \
         else \
                 rm -f /sw/src/root-
postgresql-7.1.3-4/sw/include/postgresql/$file; \
         fi ; \
done
for file in c.h postgres_ext.h postgres_fe.h libpq/pqcomm.h 
libpq/libpq-fs.h lib/dllist.h; do \
   /bin/sh ../../config/install-sh -c -m 644 ./$file 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/$file || exit; \
done
for file in os.h config.h; do \
   /bin/sh ../../config/install-sh -c -m 644 $file 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/$file || exit; \
done
make -C interfaces install
/bin/sh ../../../config/install-sh -c -m 644 ./libpq-fe.h 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql
/bin/sh ../../../config/install-sh -c -m 644 ./libpq-int.h 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql
/bin/sh ../../../config/install-sh -c -m 644 ./pqexpbuffer.h 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql
/bin/sh ../../../config/install-sh -c -m 644 libpq.a 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libpq.a
/bin/sh ../../../config/install-sh -c -m 755 libpq.so.2.1 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libpq.so.2.1
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libpq.so.2 && \
ln -s libpq.so.2.1 libpq.so.2
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libpq.so && \
ln -s libpq.so.2.1 libpq.so
make -C include install
for i in ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h; do 
/bin/sh ../../../../config/install-sh -c -m 644 $i 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql; done
make -C lib install
/bin/sh ../../../../config/install-sh -c -m 644 libecpg.a 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libecpg.a
/bin/sh ../../../../config/install-sh -c -m 755 libecpg.so.3.2.0 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libecpg.so.3.2.0
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libecpg.so.3 && \
ln -s libecpg.so.3.2.0 libecpg.so.3
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libecpg.so && \
ln -s libecpg.so.3.2.0 libecpg.so
make -C preproc install
/bin/sh ../../../../config/install-sh -c ecpg /sw/src/root-
postgresql-7.1.3-4/sw/bin
/bin/sh ../../../config/install-sh -c -m 644 libpgeasy.h 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/libpgeasy.h
/bin/sh ../../../config/install-sh -c -m 644 libpgeasy.a 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libpgeasy.a
/bin/sh ../../../config/install-sh -c -m 755 libpgeasy.so.2.1 
/sw/src/root-postgresql-7.1.3-4/sw/lib/libpgeasy.so.2.1
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libpgeasy.so.2 && \
ln -s libpgeasy.so.2.1 libpgeasy.so.2
cd /sw/src/root-postgresql-7.1.3-4/sw/lib && \
rm -f libpgeasy.so && \
ln -s libpgeasy.so.2.1 libpgeasy.so
make -C bin install
/bin/sh ../../../config/install-sh -c -m 755 initdb 
/sw/src/root-postgresql-7.1.3-4/sw/bin/initdb
/bin/sh ../../../config/install-sh -c -m 755 initlocation 
/sw/src/root-postgresql-7.1.3-4/sw/bin/initlocation
/bin/sh ../../../config/install-sh -c -m 755 ipcclean 
/sw/src/root-postgresql-7.1.3-4/sw/bin/ipcclean
/bin/sh ../../../config/install-sh -c -m 755 pg_ctl 
/sw/src/root-postgresql-7.1.3-4/sw/bin/pg_ctl
make -C ../../../src/interfaces/libpq all
make[4]: Nothing to be done for `all'.
/bin/sh ../../../config/install-sh -c pg_dump /sw/src/root-
postgresql-7.1.3-4/sw/bin/pg_dump
/bin/sh ../../../config/install-sh -c pg_restore 
/sw/src/root-postgresql-7.1.3-4/sw/bin/pg_restore
/bin/sh ../../../config/install-sh -c -m 755 pg_dumpall 
/sw/src/root-postgresql-7.1.3-4/sw/bin/pg_dumpall
/bin/sh ../../../config/install-sh -c pg_id /sw/src/root-
postgresql-7.1.3-4/sw/bin/pg_id
/bin/sh ../../../config/install-sh -c pg_passwd 
/sw/src/root-postgresql-7.1.3-4/sw/bin/pg_passwd
make -C ../../../src/interfaces/libpq all
make[4]: Nothing to be done for `all'.
/bin/sh ../../../config/install-sh -c psql /sw/src/root-
postgresql-7.1.3-4/sw/bin/psql
for i in createdb dropdb createuser dropuser droplang vacuumdb; do \
   /bin/sh ../../../config/install-sh -c -m 755 ./$i 
/sw/src/root-postgresql-7.1.3-4/sw/bin/$i || exit; \
done
/bin/sh ../../../config/install-sh -c -m 755 createlang 
/sw/src/root-postgresql-7.1.3-4/sw/bin/createlang
/bin/sh ../../../config/install-sh -c -m 755 pg_config 
/sw/src/root-postgresql-7.1.3-4/sw/bin/pg_config
make -C pl install
make -C src install
/bin/sh ../../../../config/install-sh -c -m 755 libplpgsql.so.1.0 
/sw/src/root-postgresql-7.1.3-4/sw/lib/plpgsql.so

(2001-08-15)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries 
details
on the latest release, upcoming features, and other information to make 
your
work or play with PostgreSQL more productive.

Please check the following URL for a listing of the current user-support
mailing lists:

         http://www.postgresql.org/users-lounge/index.html#maillist

All of the mailing lists are currently archived and viewable at:

         http://www.postgresql.org/gen-info.html#archives

And, so that we have an idea of who is using what, please connect to the
following registration URL:

         http://www.postgresql.org -> Helping Us -> Survey/Register


Thank you for choosing PostgreSQL, the most advanced open source database
engine.


make install-all-headers DESTDIR=/sw/src/root-postgresql-7.1.3-4
make -C src install-all-headers
make -C include install-all-headers
/bin/sh ../../config/mkinstalldirs /sw/src/root-
postgresql-7.1.3-4/sw/include/postgresql/access 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/bootstrap 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/catalog 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/commands 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/executor 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/lib 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/libpq 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/mb 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/nodes 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/optimizer 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/parser 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/port 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/regex 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/rewrite 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/storage 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/tcop 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/utils
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/access
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/bootstrap
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/catalog
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/commands
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/executor
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/mb
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/nodes
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/optimizer
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/parser
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/port
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/regex
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/rewrite
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/storage
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/tcop
mkdir /sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/utils
for file in ./*.h; do \
   /bin/sh ../../config/install-sh -c -m 644 $file 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/`basename 
$file` || exit; \
done
for dir in access bootstrap catalog commands executor lib libpq mb nodes 
optimizer parser port regex rewrite storage tcop utils; do \
   for file in ./$dir/*.h; do \
     /bin/sh ../../config/install-sh -c -m 644 $file 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/$dir/`basename 
$file` || exit; \
   done \
done
for file in os.h config.h; do \
   /bin/sh ../../config/install-sh -c -m 644 $file 
/sw/src/root-postgresql-7.1.3-4/sw/include/postgresql/$file || exit; \
done
install -d -m 755 /sw/src/root-postgresql-7.1.3-4/sw/share/doc/postgresql
install -c -p -m 644 COPYRIGHT INSTALL README /sw/src/root-
postgresql-7.1.3-4/sw/share/doc/postgresql/
rm -f /sw/src/root-postgresql-7.1.3-4/sw/info/dir 
/sw/src/root-postgresql-7.1.3-4/sw/info/dir.old 
/sw/src/root-postgresql-7.1.3-4/sw/share/info/dir 
/sw/src/root-postgresql-7.1.3-4/sw/share/info/dir.old
rm -rf postgresql-7.1.3-4
Writing control file...
Writing package script postinst...
Writing package script prerm...
Writing daemonic info file postgresql.xml...
mkdir -p /sw/src/root-postgresql-7.1.3-4/sw/etc/daemons
mkdir -p /sw/fink/dists/unstable/main/binary-darwin-powerpc/database
dpkg-deb -b root-postgresql-7.1.3-4 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/database
dpkg-deb: building package `postgresql' in 
`/sw/fink/dists/unstable/main/binary-darwin-
powerpc/database/postgresql_7.1.3-4_darwin-powerpc.deb'.
ln -sf /sw/fink/dists/unstable/main/binary-darwin-
powerpc/database/postgresql_7.1.3-4_darwin-powerpc.deb /sw/fink/debs/
rm -rf /sw/src/root-postgresql-7.1.3-4
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-
powerpc/database/postgresql_7.1.3-4_darwin-powerpc.deb
Selecting previously deselected package postgresql.
(Reading database ... 22404 files and directories currently installed.)
Unpacking postgresql (from .../postgresql_7.1.3-4_darwin-powerpc.deb) ...
Setting up postgresql (7.1.3-4) ...
chown: `pgsql': invalid user
dpkg: error processing postgresql (--install):
  subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  postgresql
### execution of dpkg failed, exit code 1
Failed: can't install package postgresql-7.1.3-4

Thanks again to all for the great work thats gone into the Fink project 
so far!   :-)

Cheers,
Bill

On Tuesday, July 9, 2002, at 04:15 PM, Martin Costabel wrote:

> Bill Bug wrote:
> []
>> ar cr libecpg.a `lorder execute.o typename.o descriptor.o data.o 
>> error.o prepare.o memory.o connect.o misc.o | tsort`
>> tsort: -: input contains a loop:
>
> Do you have some private version of tsort? What does 'where tsort' say?
> The standard /usr/bin/tsort talks differently:
>
> ar cr libecpg.a `lorder execute.o typename.o descriptor.o data.o 
> error.o prepare.o memory.o connect.o misc.o | tsort`
> tsort: cycle in data
> tsort: prepare.o
>
> and so on. No error.
>
> -- Martin
>
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to