Date: Fri, 17 Mar 2017 18:15:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217874] databases/postresql96-client: add pg_regress Message-ID: <bug-217874-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217874 Bug ID: 217874 Summary: databases/postresql96-client: add pg_regress Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: amdmi3@FreeBSD.org Created attachment 180909 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180909&action= =3Dedit Patch So, I'm developing a postgresql extension. It builds and installs fine: % gmake install /bin/mkdir -p '/usr/local/lib/postgresql' /bin/mkdir -p '/usr/local/share/postgresql/extension' /bin/mkdir -p '/usr/local/share/postgresql/extension' /usr/bin/install -c -m 755 libversion.so '/usr/local/lib/postgresql/libversion.so' /usr/bin/install -c -m 644 .//libversion.control '/usr/local/share/postgresql/extension/' /usr/bin/install -c -m 644 .//libversion--1.0.0.sql=20 '/usr/local/share/postgresql/extension/' however running a test fails: % sudo gmake installcheck /usr/local/lib/postgresql/pgxs/src/makefiles/../../src/test/regress/pg_regr= ess --inputdir=3D./ --bindir=3D'/usr/local/bin' --dbname=3Dcontrib_regression libversion_test gmake: /usr/local/lib/postgresql/pgxs/src/makefiles/../../src/test/regress/pg_regr= ess: Command not found gmake: *** [/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:272: installcheck] Error 127 because pg_regress binary is not installed. I think we need to install it. = The attached patch fixes it. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217874-13>