Re: Building beta packaging fails ...

From: The Hermit Hacker <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: The Hermit Hacker <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Building beta packaging fails ...
Date: 2003-08-05 04:06:11
Message-ID: 20030805010556.S1434@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


GNUMakefile.in:

opt_files := \
src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl jdbc) \
$(addprefix src/pl/, plperl plpython tcl)

I take it then, that src/data shoudl be removed from there too?

On Mon, 4 Aug 2003, Tom Lane wrote:

> The Hermit Hacker <scrappy(at)postgresql(dot)org> writes:
> > Using the attached script, the build fails while trying ot tar up the
> > distributions ... when its trying to build the tools tar file, error being
> > that it can't find the src/data directory ...
>
> Why is it looking for src/data? I removed all the files in that
> directory last night as part of the --enable-recode deletion.
>
> regards, tom lane
>

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-05 04:07:47 Re: Building beta packaging fails ...
Previous Message Gavin Sherry 2003-08-05 04:03:38 Re: Building beta packaging fails ...