Re: beta3

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: beta3
Дата
Msg-id 200111210541.fAL5fnU13068@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: beta3  ("Marc G. Fournier" <scrappy@hub.org>)
Ответы Re: beta3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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.

--
  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, Pennsylvania 19026
Index: GNUmakefile.in
===================================================================
RCS file: /cvsroot/pgsql/GNUmakefile.in,v
retrieving revision 1.19
diff -c -r1.19 GNUmakefile.in
*** GNUmakefile.in    2001/09/17 23:00:27    1.19
--- GNUmakefile.in    2001/11/21 05:40:51
***************
*** 65,71 ****
  $(distdir).tar: distdir
      $(TAR) chf $@ $(distdir)

! opt_files := src/backend/utils/mb contrib/retep build.xml \
      src/tools src/corba src/data src/tutorial \
      $(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
      $(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \
--- 65,71 ----
  $(distdir).tar: distdir
      $(TAR) chf $@ $(distdir)

! opt_files := src/backend/utils/mb contrib/retep/build.xml \
      src/tools src/corba src/data src/tutorial \
      $(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
      $(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ecpg+AIX 5L compile failure with current
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: beta3