Re: [HACKERS] v6.4-BETA3 problems with FreeBSD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Date
Msg-id 17624.909722501@sss.pgh.pa.us
Whole thread Raw
In response to v6.4-BETA3 problems with FreeBSD  (SHIOZAKI Takehiko <takehi-s@ascii.co.jp>)
Responses Re: [HACKERS] v6.4-BETA3 problems with FreeBSD  (SHIOZAKI Takehiko <takehi-s@ascii.co.jp>)
List pgsql-hackers
SHIOZAKI Takehiko <takehi-s@ascii.co.jp> writes:
> * Makefile.shlib
>     FreeBSD is not supported.

Can you provide an appropriate entry to add to Makefile.shlib for
FreeBSD?  It's probably much like one of the existing entries...

> 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

Oops.  The plpgsql Makefile should exit a little more gracefully on
a system not supported by Makefile.shlib.  I'll do something about
that tomorrow.
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] flock patch breaks things here
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] v6.4-BETA3 problems with FreeBSD