Ticket #2169 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

rmf driver problems on bigendian MacOSX

Reported by: warmerdam Assigned to: dron
Priority: normal Milestone: 1.6.0
Component: default Version: svn-trunk
Severity: normal Keywords:
Cc: warmerdam hobu

Description

Andrey,

It seems the rmf tests are failing on epimethieus which I gather is a bigendian (powerpc) MacOS X machine.

http://buildbot.osgeo.org:8500/builders/epimetheus-full/builds/3/steps/test/logs/stdio

 ------------ Failures ------------
Script: gdrivers/gsg.py
  TEST: gsg_3 ... fail
    Failed to open dataset: data/gsg_7binary.grd
Script: gdrivers/rmf.py
  TEST: rmf_1 ... fail
    Checksum for band 1 in "byte.rsw" is 0, but expected 4672.
  TEST: rmf_2 ... fail
    Checksum for band 1 in "byte-lzw.rsw" is 0, but expected 4672.
  TEST: rmf_3 ... fail
    Checksum for band 1 in "float64.mtw" is 0, but expected 4672.
  TEST: rmf_4 ... fail
    Checksum for band 3 in "rgbsmall.rsw" is 0, but expected 21349.
  TEST: rmf_5 ... fail
    Checksum for band 3 in "rgbsmall-lzw.rsw" is 0, but expected 21349.
  TEST: rmf_6 ... fail
    Did not get expected checksum on still-open file.
    Got 0 instead of 4672.
  TEST: rmf_7 ... fail
    Did not get expected checksum on still-open file.
    Got 0 instead of 21053.
 ----------------------------------

Is this something you can dig into? If not, would you like me to look into it on my bigendian mac? Actually, I'm just jumping to conclusions that it is an endian problem. It could be something else too.

Change History

01/24/08 12:43:08 changed by dron

  • status changed from new to closed.
  • resolution set to fixed.

It seems I have fixed the problem with the r13586 revision.

Best regards, Andrey