On 2022-Jul-13, Tom Lane wrote:

> I had to recreate the patch almost from scratch, because 88dad06b4
> touched adjacent lines in most of these files, scaring patch(1)
> away from applying the changes.  That being the case, I decided
> to use $(wildcard *.c) everywhere, including the places where there's
> currently just one *.c file.  It seems to work for me, but please check.

Hmm, I got this failure:

make[4]: se entra en el directorio 
'/home/alvherre/Code/pgsql-build/master/src/interfaces/ecpg/ecpglib'
/usr/bin/xgettext -ctranslator --copyright-holder='PostgreSQL Global 
Development Group' --msgid-bugs-address=pgsql-b...@lists.postgresql.org 
--no-wrap --sort-by-file --package-name='ecpglib (PostgreSQL)' 
--package-version='16' -D /pgsql/source/master/src/interfaces/ecpg/ecpglib -D . 
-n -kecpg_gettext -k_ --flag=ecpg_gettext:1:pass-c-format 
--flag=_:1:pass-c-format 
/usr/bin/xgettext: no se especificó el fichero de entrada
Pruebe '/usr/bin/xgettext --help' para más información.
make[4]: *** [/pgsql/source/master/src/nls-global.mk:108: po/ecpglib.pot] Error 
1

The error from xgettext, of course, is
/usr/bin/xgettext: no input file given

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Puedes vivir sólo una vez, pero si lo haces bien, una vez es suficiente"


Reply via email to