yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05991
[Bug 666876] [NEW] unregistered class when built at maverick
Public bug reported:
The problems with "unregistered class" seem to re-surface at maverick.
The packaged version (bzr2460) runs the attached script just fine, but
manually-compiled versions fail:
This is what classes fail to save, a g++ build: ['FrictMat',
'PeriodicEngine', 'BodyCallback', 'GlIGeomFunctor', 'IntrCallback',
'Collider', 'BoundDispatcher', 'IGeomFunctor', 'ElastMat', 'LawFunctor',
'FrictPhys', 'ScGeom', 'TriaxialStressController', 'GlIPhysFunctor',
'BoundaryController', 'GenericSpheresContact', 'Dem3DofGeom',
'BoundFunctor']
This is with clang: ['PeriodicEngine', 'Recorder', 'BodyCallback',
'GlIGeomFunctor', 'FrictPhys', 'TriaxialStressController',
'GlIPhysFunctor', 'BoundaryController', 'GenericSpheresContact',
'KinemSimpleShearBox', 'Dem3DofGeom', 'Sphere']
Everything is fine with lucid.
I added these tests to the regression suite: starting from r2511,
running --test will also say if some classes fail to be saved (and
loaded).
** Affects: yade
Importance: High
Status: Confirmed
--
unregistered class when built at maverick
https://bugs.launchpad.net/bugs/666876
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Confirmed
Bug description:
The problems with "unregistered class" seem to re-surface at maverick. The packaged version (bzr2460) runs the attached script just fine, but manually-compiled versions fail:
This is what classes fail to save, a g++ build: ['FrictMat', 'PeriodicEngine', 'BodyCallback', 'GlIGeomFunctor', 'IntrCallback', 'Collider', 'BoundDispatcher', 'IGeomFunctor', 'ElastMat', 'LawFunctor', 'FrictPhys', 'ScGeom', 'TriaxialStressController', 'GlIPhysFunctor', 'BoundaryController', 'GenericSpheresContact', 'Dem3DofGeom', 'BoundFunctor']
This is with clang: ['PeriodicEngine', 'Recorder', 'BodyCallback', 'GlIGeomFunctor', 'FrictPhys', 'TriaxialStressController', 'GlIPhysFunctor', 'BoundaryController', 'GenericSpheresContact', 'KinemSimpleShearBox', 'Dem3DofGeom', 'Sphere']
Everything is fine with lucid.
I added these tests to the regression suite: starting from r2511, running --test will also say if some classes fail to be saved (and loaded).
Follow ups
References