From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
Cc: | 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 05:41:49 |
Message-ID: | 200111210541.fAL5fnU13068@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.
--
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
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 912 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | sugita | 2001-11-21 05:50:28 | Rejection of the smallest int8 |
Previous Message | Bruce Momjian | 2001-11-21 05:03:23 | Re: ecpg+AIX 5L compile failure with current |