Opened 13 years ago

Closed 12 years ago

#1593 closed defect (fixed)

Mapguide OEM install failing make check tests

Reported by: dbx2011 Owned by:
Priority: low Milestone: 2.3
Component: Build System Version: 2.2.0
Severity: critical Keywords:
Cc: External ID:

Description

Hi. After a considerable amount of time spent fiddling I managed to get a sucessfull build of Mapguide on Debian Lenny.

However a 'make check' is failing, the full output is attached.

!!!FAILURES!!! Test Results: Run: 257 Failures: 4 Errors: 0

1) test: TestMdfModel::TestStart (F) line: 90 TestMdfModel.cpp forced failure

2) test: TestMdfModel::TestCase_Serialization (F) line: 415 TestMdfModel.cpp forced failure

  • Resource was not found: Library://UnitTests/MdfModel/MdfTestMap.MapDefinition

3) test: TestRenderingService::TestStart (F) line: 333 TestRenderingService.cpp forced failure

  • The specified file was not found: ../UnitTestFiles/UT_SheboyganWithWatermark.mdf

4) test: TestRenderingService::TestCase_RenderMapWithWatermark (F) line: 562 TestRenderingService.cpp forced failure

  • Resource was not found: Library://UnitTests/Maps/SheboyganWithWatermark.MapDefinition

./unittest.sh: line 5: 32278 Aborted ./mgserver test FAIL: unittest.sh ========================================== 1 of 1 tests failed Please report to http://mapguide.osgeo.org ==========================================

I also get some odd permission issue when running a 'make install', also attached.

Attachments (2)

maketests.log (546.0 KB ) - added by dbx2011 13 years ago.
install.log (567 bytes ) - added by dbx2011 13 years ago.

Download all attachments as: .zip

Change History (5)

by dbx2011, 13 years ago

Attachment: maketests.log added

by dbx2011, 13 years ago

Attachment: install.log added

comment:1 by dbx2011, 13 years ago

the permissions problem with the 'make install' was due to cp trying to copy the ACL from the build location to /usr/local . Resolved the issue by mounting /usr with ACL

comment:2 by trevorwekel, 13 years ago

Milestone: 2.22.3

MdfTestMap.MapDefinition is only present in trunk. Changing the milestone to 2.3. Please note: trunk is not a stable release branch. Building and using "trunk" for a stable production environment is not recommended.

comment:3 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r7136

Note: See TracTickets for help on using tickets.