Compiling postgresql, I've run up against this error (just after the configuration phase):
....
config.status: linking ./src/backend/port/dynloader/darwin.h to src/include/dynloader.h
config.status: linking ./src/include/port/darwin.h to src/include/pg_config_os.h
config.status: linking ./src/makefiles/Makefile.darwin to src/Makefile.port
make -C doc all
gzip -d -c man.tar.gz | xf -
/bin/sh: xf: command not found
make[1]: *** [manl/.timestamp] Error 127
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.w2nT8c failed, exit code 1
Failed: compiling postgresql-7.3.4-1 failed
Any ideas? It's xf a real application or an error in the script? Greetings
Looks like it's looking for "$TAR" to be set to the location of "tar" but it's not finding it. You don't have something strange like not having the bsd bits installed do you?
Can't imagine you'd have gotten this far if so, but I've got no ideas what would cause this...
-- Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/ gpg: 6401 D02A A35F 55E9 D7DD 71C5 52EF A366 D3F6 65FE "You CAN'T clean the toilet, Neil, it'll lose all it's character!" -- Vyvyan
pgp00000.pgp
Description: PGP signature
