Skip to content

Instantly share code, notes, and snippets.

@ivan
Created November 12, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan/ce37444f9f1aa51a6c3f293b4e4e0dc7 to your computer and use it in GitHub Desktop.
Save ivan/ce37444f9f1aa51a6c3f293b4e4e0dc7 to your computer and use it in GitHub Desktop.
make[3]: Entering directory '/build/source/src/port'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/src/port'
make -C ../../../src/common all
make[3]: Entering directory '/build/source/src/common'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/src/common'
cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 isolationtester.o specparse.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -L/nix/store/ar09pqhxska0ja3c3q0drkdgrkxdaj71-libxml2-2.9.10/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/zlmqf1jl15jzdcf3a3p3krdc3y0f0z80-postgresql-13.1-lib/lib',--enable-new-dtags -lpgcommon -lpgport -lpthread -lxml2 -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o isolationtester
make[2]: Leaving directory '/build/source/src/test/isolation'
make -C test/perl all
make[2]: Entering directory '/build/source/src/test/perl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/src/test/perl'
make[1]: Leaving directory '/build/source/src'
builder for '/nix/store/y19s70cpdffh3w5jz892fgjqvc0sql9m-postgresql-13.1.drv' failed with exit code 2
error: build of '/nix/store/y19s70cpdffh3w5jz892fgjqvc0sql9m-postgresql-13.1.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment