-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make USE_PGXS=1 install,fail #9
Comments
Please post contents of "/usr/local/src/imgsmlr-master/regression.diffs" |
my psql server version is 9.4.4 |
[postgres@zys-spider-215 imgsmlr-master]$ cat regression.diffs *** 59,205 **** *** 208,354 **** ====================================================================== |
I`m looking forword to your reply,thank you in advance! |
Hello ghost: I had the same failure with you. How did you solve the problem? |
[postgres@zys-spider-215 imgsmlr-master]$ make USE_PGXS=1 installcheck
/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --psqldir='/usr/local/pgsql/bin' --dbname=contrib_regression imgsmlr
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries ==============
test imgsmlr ... FAILED
======================
1 of 1 tests failed.
The differences that caused some tests to fail can be viewed in the
file "/usr/local/src/imgsmlr-master/regression.diffs". A copy of the test summary that you see
above is saved in the file "/usr/local/src/imgsmlr-master/regression.out".
make: *** [installcheck] Error 1
The text was updated successfully, but these errors were encountered: