Re: beta3

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Subject: Re: beta3
Date: 2001-11-21 06:21:52
Message-ID: 200111210621.fAL6Lqq17325@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >
> > Okay, tried today what you suggested, about set -e and all that ... take a
> > look at ~pgsql/bin/mk-beta, to see if maybe I missed something ... but,
> > trying to do the packaging, I'm getting an error about 'build.xml'?
> >
> > /usr/bin/tar cf postgresql-opt-7.2b3.tar postgresql-7.2b3/src/backend/utils/mb postgresql-7.2b3/contrib/retep postgresql-7.2b3/build.xml postgresql-7.2b3/src/tools postgresql-7.2b3/src/corba postgresql-7.2b3/src/data postgresql-7.2b3/src/tutorial postgresql-7.2b3/src/bin/pgaccess postgresql-7.2b3/src/bin/pgtclsh postgresql-7.2b3/src/bin/pg_encoding postgresql-7.2b3/src/interfaces/odbc postgresql-7.2b3/src/interfaces/libpq++ postgresql-7.2b3/src/interfaces/libpgtcl postgresql-7.2b3/src/interfaces/perl5 postgresql-7.2b3/src/interfaces/python postgresql-7.2b3/src/interfaces/jdbc postgresql-7.2b3/src/pl/plperl postgresql-7.2b3/src/pl/tcl
> > /usr/bin/tar: can't add file postgresql-7.2b3/build.xml : No such file or directory
> > gmake: *** [postgresql-opt-7.2b3.tar] Error 1
> > gmake: *** Deleting file `postgresql-opt-7.2b3.tar'
> > %
> >
> > Looking in the wrong directory?
> >
> > %find . -name build.xml -print
> > ./contrib/retep/build.xml
> > ./src/interfaces/jdbc/build.xml
> > %
>
> OK, patch applied. There was a space where there should have been a
> slash.

OK, I found another problem:

gzip -f --best postgresql-base-7.2b3.tar
/usr/bin/tar cf postgresql-docs-7.2b3.tar
postgresql-7.2b3/doc/postgres.tar.gz postgresql-7.2b3/doc/src

^^^^^^^^^^^^^^^^^^^
postgresql-7.2b3/doc/TODO.detail postgresql-7.2b3/doc/internals.ps
/usr/bin/tar: can't add file postgresql-7.2b3/doc/postgres.tar.gz : No

^^^^^^^^^^^^^^^^^^^

such file or directory

The problem is this line in pgsql/GNUmakefile.in:

docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail doc/internals.ps

Why is doc/postgres.tar.gz used. It normally is in doc/src, and why
only that doc tarball.

And again, there is that intenrals.ps file that doesn't really belong
there, I think.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • Re: beta3 at 2001-11-21 05:41:49 from Bruce Momjian

Responses

  • Re: beta3 at 2001-11-21 15:30:54 from Bruce Momjian
  • Re: beta3 at 2001-11-21 22:14:35 from Peter Eisentraut

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-11-21 06:57:25 Re: ecpg+AIX 5L compile failure with current
Previous Message Bruce Momjian 2001-11-21 06:13:28 internals.ps