Opened 15 years ago

Last modified 15 years ago

#91 closed task (wontfix)

"makefile check" Shows check failed of sql-mm-circularstring in PostGIS

Reported by: vibhor.aim Owned by:
Priority: medium Milestone:
Component: postgis Version:
Keywords: Cc:

Description

What steps will reproduce the problem?

  1. Download the product source
  2. execute ./configure then make and make install
  3. then execute make check

What is the expected output? What do you see instead? Expected Output should succeeded. Following error came:

sql-mm-circularstring. failed (diff expected

obtained: /tmp/pgis_reg_9121/test_28_diff)

sql-mm-compoundcurve. failed (diff expected

obtained: /tmp/pgis_reg_9121/test_29_diff)

sql-mm-curvepoly. failed (diff expected

obtained: /tmp/pgis_reg_9121/test_30_diff)

sql-mm-multicurve. failed (diff expected

obtained: /tmp/pgis_reg_9121/test_32_diff)

sql-mm-multisurface. failed (diff expected

obtained: /tmp/pgis_reg_9121/test_33_diff)

What version of the product are you using? On what operating system? OS: Red Hat Enterprise Linux Server release 5 (Tikanga), 32 bit PostGIS: 1.3.5 Postgresql: 8.3.5

Change History (2)

comment:1 by mcayland, 15 years ago

Hi,

It all seems to work fine here so we need some more information - supplying the test diffs in a .tar.gz file would be helpful here.

ATB,

Mark.

comment:2 by mcayland, 15 years ago

Mateusz had a similar error, and it was caused by running the regression tests with the PostgreSQL log level set to DEBUG. This causes extra information to appear on stdout which breaks the regression test harness.

I'm going to mark this as 'not a bug' and close accordingly.

ATB,

Mark.

Note: See TracTickets for help on using tickets.