star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Errors reported when setting 2022 geometry ROOT6 #589

Open plexoos opened 7 months ago

plexoos commented 7 months ago
BFC:INFO  - Setting ideal geometry
BFC:INFO  - StBFChain::Init force load of /star-sw/./StarDb/AgMLGeometry/Geometry.y2022.C
In file included from StChain_Cint dictionary payload:17:
In file included from /star-sw/.sl79_gcc485/include/StIOInterFace.h:11:
/star-sw/.sl79_gcc485/include/StRTSBaseMaker.h:35:31: error: base class has incomplete type
class StRTSBaseMaker : public StMaker
                       ~~~~~~~^~~~~~~
/star-sw/.sl79_gcc485/include/StMkDeb.h:5:7: note: forward declaration of 'StMaker'
class StMaker; 
      ^
BFC:ERROR - TInterpreter::AutoParse : Error parsing payload code for class EvtHddr_st with content:

#line 1 "StChain_Cint dictionary payload"

#ifndef G__VECTOR_HAS_CLASS_ITERATOR
  #define G__VECTOR_HAS_CLASS_ITERATOR 1
#endif
#ifndef ROOT_CINT
  #define ROOT_CINT 1
#endif
#ifndef __ROOT__
  #define __ROOT__ 1
#endif

#define _BACKWARD_BACKWARD_WARNING_H
#include "StMaker.h"
#include "StChain.h"
#include "StMkDeb.h"
#include "StEvtHddr.h"
#include "StIOInterFace.h"
#include "StRTSBaseMaker.h"
#include "StRtsTable.h"

#undef  _BACKWARD_BACKWARD_WARNING_H

For the complete log see https://github.com/star-bnl/star-sw/actions/runs/6334098611/job/17205234702#step:5:541

plexoos commented 7 months ago

A similar setup for 2021 geometry looks good: https://github.com/star-bnl/star-sw/actions/runs/6334098611/job/17205234602#step:5:494

plexoos commented 7 months ago

These errors are still present in the ROOT6 test jobs using the 2022 geometry...