make: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces' /usr/bin/make -C ../../src/backend generated-headers make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C catalog distprep generated-header-symlinks /usr/bin/make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C libpq install make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/lib' '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig' /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/install -c -m 644 libpq.pc '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libpq.pc' /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/include' '/build/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal' '/build/postgresql/pkg/postgresql-libs/usr/share/postgresql' for lang in cs de es fr it ja ko ru sv tr uk zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/libpq5-13.mo || exit 1; \ done make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/install -c -m 755 libpq.so.5.13 '/build/postgresql/pkg/postgresql-libs/usr/lib/libpq.so.5.13' /usr/bin/install -c -m 644 libpq.a '/build/postgresql/pkg/postgresql-libs/usr/lib/libpq.a' cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libpq.so.5 && \ ln -s libpq.so.5.13 libpq.so.5 cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libpq.so && \ ln -s libpq.so.5.13 libpq.so /usr/bin/install -c -m 644 ./libpq-fe.h '/build/postgresql/pkg/postgresql-libs/usr/include' /usr/bin/install -c -m 644 ./libpq-events.h '/build/postgresql/pkg/postgresql-libs/usr/include' /usr/bin/install -c -m 644 ./libpq-int.h '/build/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal' /usr/bin/install -c -m 644 ./pqexpbuffer.h '/build/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal' /usr/bin/install -c -m 644 ./pg_service.conf.sample '/build/postgresql/pkg/postgresql-libs/usr/share/postgresql/pg_service.conf.sample' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ecpg install make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg' /usr/bin/make -C include install make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/include' /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/include' '/build/postgresql/pkg/postgresql-libs/usr/include/postgresql/informix/esql' /usr/bin/install -c -m 644 ./ecpgerrno.h ./ecpglib.h ./ecpgtype.h ./sqlca.h ./sql3types.h ./ecpg_informix.h ./pgtypes_error.h ./pgtypes_numeric.h ./pgtypes_timestamp.h ./pgtypes_date.h ./pgtypes_interval.h ./pgtypes.h ./sqlda.h ./sqlda-compat.h ./sqlda-native.h '/build/postgresql/pkg/postgresql-libs/usr/include/' /usr/bin/install -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/build/postgresql/pkg/postgresql-libs/usr/include/postgresql/informix/esql/' /usr/bin/install -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/build/postgresql/pkg/postgresql-libs/usr/include' make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/include' /usr/bin/make -C pgtypeslib install /usr/bin/make -C preproc install make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' /usr/bin/make -C ../../../../src/port all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/lib' '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libpgtypes.pc '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libpgtypes.pc' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/preproc' /usr/bin/make -C ../../../../src/port all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/vi/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_TW/LC_MESSAGES /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/bin' for lang in cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN zh_TW; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/ecpg-13.mo || exit 1; \ done make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../../src/common all make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../../src/common all make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/install -c -m 755 libpgtypes.so.3.13 '/build/postgresql/pkg/postgresql-libs/usr/lib/libpgtypes.so.3.13' /usr/bin/install -c -m 644 libpgtypes.a '/build/postgresql/pkg/postgresql-libs/usr/lib/libpgtypes.a' cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libpgtypes.so.3 && \ ln -s libpgtypes.so.3.13 libpgtypes.so.3 make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libpgtypes.so && \ ln -s libpgtypes.so.3.13 libpgtypes.so make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' /usr/bin/make -C ecpglib install make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/ecpglib' /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/vi/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/make -C ../../../../src/interfaces/libpq all /usr/bin/make -C ../../../../src/interfaces/ecpg/pgtypeslib all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/lib' '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig' for lang in cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/ecpglib6-13.mo || exit 1; \ done /usr/bin/install -c -m 644 libecpg.pc '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libecpg.pc' /usr/bin/install -c ecpg '/build/postgresql/pkg/postgresql-libs/usr/bin' make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/preproc' make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' /usr/bin/make -C ../../../../src/port all make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../../src/common all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/install -c -m 755 libecpg.so.6.13 '/build/postgresql/pkg/postgresql-libs/usr/lib/libecpg.so.6.13' /usr/bin/install -c -m 644 libecpg.a '/build/postgresql/pkg/postgresql-libs/usr/lib/libecpg.a' cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libecpg.so.6 && \ ln -s libecpg.so.6.13 libecpg.so.6 cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libecpg.so && \ ln -s libecpg.so.6.13 libecpg.so make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/ecpglib' /usr/bin/make -C compatlib install make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/compatlib' /usr/bin/make -C ../../../../src/interfaces/ecpg/ecpglib all /usr/bin/make -C ../../../../src/interfaces/ecpg/pgtypeslib all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/lib' '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libecpg_compat.pc '/build/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libecpg_compat.pc' make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' /usr/bin/make -C ../../../../src/port all make[3]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/ecpglib' /usr/bin/make -C ../../../../src/interfaces/libpq all /usr/bin/make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../../src/common all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' /usr/bin/make -C ../../../../src/port all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all make[4]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' make[5]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../../src/common all make[5]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[5]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/pgtypeslib' make[5]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[4]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' make[3]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/ecpglib' /usr/bin/install -c -m 755 libecpg_compat.so.3.13 '/build/postgresql/pkg/postgresql-libs/usr/lib/libecpg_compat.so.3.13' /usr/bin/install -c -m 644 libecpg_compat.a '/build/postgresql/pkg/postgresql-libs/usr/lib/libecpg_compat.a' cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libecpg_compat.so.3 && \ ln -s libecpg_compat.so.3.13 libecpg_compat.so.3 cd '/build/postgresql/pkg/postgresql-libs/usr/lib' && \ rm -f libecpg_compat.so && \ ln -s libecpg_compat.so.3.13 libecpg_compat.so make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg/compatlib' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/ecpg' make: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces' make: Entering directory '/build/postgresql/src/postgresql-13.4/src/bin/pg_config' /usr/bin/make -C ../../../src/backend generated-headers /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/he/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/vi/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/bin' for lang in cs de es fr he it ja ko pl pt_BR ru sv tr uk vi zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pg_config-13.mo || exit 1; \ done make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C catalog distprep generated-header-symlinks /usr/bin/make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C ../../../src/port all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/install -c -m 755 pg_config '/build/postgresql/pkg/postgresql-libs/usr/bin/pg_config' make: Leaving directory '/build/postgresql/src/postgresql-13.4/src/bin/pg_config' make: Entering directory '/build/postgresql/src/postgresql-13.4/src/bin/pg_dump' /usr/bin/make -C ../../../src/backend generated-headers /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/bin' for lang in cs de es fr ja ko ru sv tr uk zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pg_dump-13.mo || exit 1; \ done make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C catalog distprep generated-header-symlinks /usr/bin/make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C ../../../src/interfaces/libpq all /usr/bin/make -C ../../../src/port all /usr/bin/make -C ../../../src/port all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all /usr/bin/make -C ../../../src/common all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/make -C ../../../src/common all /usr/bin/make -C ../../../src/fe_utils all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/install -c pg_dump '/build/postgresql/pkg/postgresql-libs/usr/bin'/pg_dump /usr/bin/install -c pg_restore '/build/postgresql/pkg/postgresql-libs/usr/bin'/pg_restore /usr/bin/install -c pg_dumpall '/build/postgresql/pkg/postgresql-libs/usr/bin'/pg_dumpall make: Leaving directory '/build/postgresql/src/postgresql-13.4/src/bin/pg_dump' make: Entering directory '/build/postgresql/src/postgresql-13.4/src/bin/psql' /usr/bin/make -C ../../../src/backend generated-headers make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C catalog distprep generated-header-symlinks /usr/bin/make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/make -C ../../../src/interfaces/libpq all /usr/bin/make -C ../../../src/port all /usr/bin/make -C ../../../src/port all /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/bin' '/build/postgresql/pkg/postgresql-libs/usr/share/postgresql' for lang in cs de es fr it ja ko ru sv tr uk zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/psql-13.mo || exit 1; \ done make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all /usr/bin/make -C ../../../src/common all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/make -C ../../../src/common all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/make -C ../../../src/fe_utils all make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/install -c psql '/build/postgresql/pkg/postgresql-libs/usr/bin/psql' /usr/bin/install -c -m 644 ./psqlrc.sample '/build/postgresql/pkg/postgresql-libs/usr/share/postgresql/psqlrc.sample' make: Leaving directory '/build/postgresql/src/postgresql-13.4/src/bin/psql' make: Entering directory '/build/postgresql/src/postgresql-13.4/src/bin/scripts' /usr/bin/make -C ../../../src/backend generated-headers /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/uk/LC_MESSAGES '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES /usr/bin/mkdir -p '/build/postgresql/pkg/postgresql-libs/usr/bin' for lang in cs de es fr ja ko pt_BR ru sv tr uk zh_CN; do \ /usr/bin/install -c -m 644 po/$lang.mo '/build/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pgscripts-13.mo || exit 1; \ done make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C catalog distprep generated-header-symlinks /usr/bin/make -C utils distprep generated-header-symlinks make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend/catalog' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/backend' /usr/bin/make -C ../../../src/interfaces/libpq all /usr/bin/make -C ../../../src/port all /usr/bin/make -C ../../../src/port all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/make -C ../../../src/port all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' /usr/bin/make -C ../../../src/common all make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/port' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/port' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' /usr/bin/make -C ../../../src/common all /usr/bin/make -C ../../../src/fe_utils all make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Entering directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/fe_utils' make[2]: Entering directory '/build/postgresql/src/postgresql-13.4/src/common' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/common' make[1]: Leaving directory '/build/postgresql/src/postgresql-13.4/src/interfaces/libpq' /usr/bin/install -c createdb '/build/postgresql/pkg/postgresql-libs/usr/bin'/createdb /usr/bin/install -c dropdb '/build/postgresql/pkg/postgresql-libs/usr/bin'/dropdb /usr/bin/install -c createuser '/build/postgresql/pkg/postgresql-libs/usr/bin'/createuser /usr/bin/install -c dropuser '/build/postgresql/pkg/postgresql-libs/usr/bin'/dropuser /usr/bin/install -c clusterdb '/build/postgresql/pkg/postgresql-libs/usr/bin'/clusterdb /usr/bin/install -c vacuumdb '/build/postgresql/pkg/postgresql-libs/usr/bin'/vacuumdb /usr/bin/install -c reindexdb '/build/postgresql/pkg/postgresql-libs/usr/bin'/reindexdb /usr/bin/install -c pg_isready '/build/postgresql/pkg/postgresql-libs/usr/bin'/pg_isready make: Leaving directory '/build/postgresql/src/postgresql-13.4/src/bin/scripts'