imgsmlr icon indicating copy to clipboard operation
imgsmlr copied to clipboard

Hello, ask a question to install imgsmlr

Open dt1018614769 opened this issue 6 years ago • 3 comments

[postgres@vtiger-prod-mysql1 imgsmlr]$ 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/regression.diffs". A copy of the test summary that you see above is saved in the file "/usr/local/src/imgsmlr/regression.out".

dt1018614769 avatar Oct 18 '18 03:10 dt1018614769

Then I look at the regression.diffs file, find

  • ERROR: function jpeg2pattern(bytea) does not exist
  • LINE 9: (CASE WHEN id % 3 = 1 THEN jpeg2pattern(data)
  •                                            ^
    
  • HINT: No function matches the given name and argument types. You might need to add explicit type casts. ALTER TABLE pat ADD PRIMARY KEY (id);
  • ERROR: relation "pat" does not exist CREATE INDEX pat_signature_idx ON pat USING gist (signature);
  • ERROR: relation "pat" does not exist SELECT p1.id, p2.id, round((p1.pattern <-> p2.pattern)::numeric, 4) FROM pat p1, pat p2 ORDER BY p1.id, p2.id; ! ERROR: relation "pat" does not exist ! LINE 1: ...und((p1.pattern <-> p2.pattern)::numeric, 4) FROM pat p1, pa... ! ^ SELECT p1.id, p2.id, round((p1.signature <-> p2.signature)::numeric, 4) FROM pat p1, pat p2 ORDER BY p1.id, p2.id; ! ERROR: relation "pat" does not exist ! LINE 1: ...(p1.signature <-> p2.signature)::numeric, 4) FROM pat p1, pa... ! ^ SET enable_seqscan = OFF; SELECT id FROM pat ORDER BY signature <-> (SELECT signature FROM pat WHERE id = 1) LIMIT 3; ! ERROR: relation "pat" does not exist ! LINE 1: SELECT id FROM pat ORDER BY signature <-> (SELECT signature ...

dt1018614769 avatar Oct 18 '18 03:10 dt1018614769

But I definitely have gd-devel installed and configured environment variables.

dt1018614769 avatar Oct 18 '18 03:10 dt1018614769

Have you solved it?

ghost avatar Mar 22 '19 02:03 ghost