matreshka-0.5.0 is failed to build
Buildlogs:
http://kojipkgs.fedoraproject.org//work/tasks/6816/5946816/build.log
gcc test_227.o -o test_227
gcc test_230.o -o test_230
gcc test_231.o -o test_231
.objs/test_222
.objs/test_225
.objs/test_226 testsuite/amf/TN-226/test_226.xmi
Opening 'testsuite/amf/TN-226/test_226.xmi' (use 'testsuite/amf/TN-226/test_226.xmi')
Opening 'file:///test_226_0.xmi' (use 'file:///test_226_0.xmi')
Unable to open 'file:///test_226_0.xmi'
Opening 'http://www.omg.org/spec/UML/20100901/PrimitiveTypes.xmi' (use 'file:///builddir/build/BUILD/matreshka-0.5.0/.objs/share/models/UML24/PrimitiveTypes.xmi')
Unknown element 'file:///test_226_0.xmi#test'
.objs/test_227 testsuite/amf/TN-227/test_227.xmi
Opening 'testsuite/amf/TN-227/test_227.xmi' (use 'testsuite/amf/TN-227/test_227.xmi')
Opening 'http://www.omg.org/spec/UML/20090901/uml.xml' (use 'file:///builddir/build/BUILD/matreshka-0.5.0/.objs/share/models/UML23/UML.xmi')
.objs/test_230
.objs/test_231
make[1]: Leaving directory `/builddir/build/BUILD/matreshka-0.5.0'
make: *** [check] Error 2
Change History
(5)
Description: |
modified (diff)
|
Milestone: |
→ 0.6.0
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Version: |
→ 0.5.0
|
It is race condition:
Makefile.check need to be modified to disable parallel execution of several target, establishing dependency between target is not reasonable due to conditional dependencies.