Re: beta3 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: beta3
Date
Msg-id 200111210621.fAL6Lqq17325@candle.pha.pa.us
Whole thread Raw
In response to Re: beta3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: beta3
Re: beta3
List 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.xmlpostgresql-7.2b3/src/tools postgresql-7.2b3/src/corba postgresql-7.2b3/src/data
postgresql-7.2b3/src/tutorialpostgresql-7.2b3/src/bin/pgaccess postgresql-7.2b3/src/bin/pgtclsh
postgresql-7.2b3/src/bin/pg_encodingpostgresql-7.2b3/src/interfaces/odbc postgresql-7.2b3/src/interfaces/libpq++
postgresql-7.2b3/src/interfaces/libpgtclpostgresql-7.2b3/src/interfaces/perl5 postgresql-7.2b3/src/interfaces/python
postgresql-7.2b3/src/interfaces/jdbcpostgresql-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.gzpostgresql-7.2b3/doc/src
 
                  ^^^^^^^^^^^^^^^^^^^ postgresql-7.2b3/doc/TODO.detail postgresql-7.2b3/doc/internals.ps /usr/bin/tar:
can'tadd 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: beta3
Next
From: Bruce Momjian
Date:
Subject: internals.ps