Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error due to getReadCollections() removed in k4fwcore #53

Closed
joequant opened this issue Nov 20, 2021 · 4 comments
Closed

Compile error due to getReadCollections() removed in k4fwcore #53

joequant opened this issue Nov 20, 2021 · 4 comments

Comments

@joequant
Copy link

[+] /opt/spack/linux-mageia9-broadwell/clang-13/marlinutil-1.16.1-toq3zw23iep2xml5wraze42yhzmcszl2
[+] /opt/spack/linux-mageia9-broadwell/clang-13/lcgeo-0.16.7-qwgsz6agv7wtgmouoyzhfzs3zdmhcm7j
[+] /opt/spack/linux-mageia9-broadwell/clang-13/marlindd4hep-0.6-hz4g6mafn652pwsvxxhuihemctmpnwch
[+] /opt/spack/linux-mageia9-broadwell/clang-13/cepcsw-master-ibosrc5amyi3kpmecnzd3yqrpgjuei4o
[+] /opt/spack/linux-mageia9-broadwell/clang-13/aidatt-0.10-dbxxromsck6mafb4nfgs2ptbqioathi2
[+] /opt/spack/linux-mageia9-broadwell/clang-13/k4simgeant4-main-onmr3hwjh53f6u6nfymc5aetydn426y2
==> Installing k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh
==> No binary for k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh found: installing from source
==> Warning: microarchitecture specific optimizations are not supported yet on mixed compiler toolchains [check clang@13 for further details]
==> No patches needed for k4marlinwrapper
==> k4marlinwrapper: Executing phase: 'cmake'
==> k4marlinwrapper: Executing phase: 'build'
==> Error: ProcessError: Command exited with status 2:
    'make' '-j16'
6 errors found in build log:
     303    distcc[170] ERROR: compile /tmp/user/spack-stage/spack-stage-k4marl
            inwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-src/k4Marli
            nWrapper/src/components/Lcio2EDM4hep.cpp on 172.17.0.1,lzo failed
     304    distcc[170] (dcc_build_somewhere) Warning: remote compilation of '/
            tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzsp
            zprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/Lcio
            2EDM4hep.cpp' failed, retrying locally
     305    distcc[170] Warning: failed to distribute /tmp/user/spack-stage/spa
            ck-stage-k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/sp
            ack-src/k4MarlinWrapper/src/components/Lcio2EDM4hep.cpp to 172.17.0
            .1,lzo, running locally instead
     306    distcc[168] ERROR: compile /tmp/user/spack-stage/spack-stage-k4marl
            inwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-src/k4Marli
            nWrapper/src/components/EDM4hep2Lcio.cpp on 172.17.0.1,lzo failed
     307    distcc[168] (dcc_build_somewhere) Warning: remote compilation of '/
            tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzsp
            zprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/EDM4
            hep2Lcio.cpp' failed, retrying locally
     308    distcc[168] Warning: failed to distribute /tmp/user/spack-stage/spa
            ck-stage-k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/sp
            ack-src/k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp to 172.17.0
            .1,lzo, running locally instead
  >> 309    /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzs
            pzprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/Lci
            o2EDM4hep.cpp:68:43: error: no member named 'getReadCollections' in
             'PodioDataSvc'; did you mean 'getCollections'?
     310      auto read_collections = m_podioDataSvc->getReadCollections();
     311                                              ^~~~~~~~~~~~~~~~~~
     312                                              getCollections
     313    /opt/spack/linux-mageia9-broadwell/clang-13/k4fwcore-master-e4b2ks3
            ya4kn7mt4lfnsjnb6hq45wzjn/include/k4FWCore/PodioDataSvc.h:44:31: no
            te: 'getCollections' declared here
     314      virtual const CollRegistry& getCollections() const { return m_col
            lections; }
     315                                  ^
     316    /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzs
            pzprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/EDM
            4hep2Lcio.cpp:399:2: warning: "unsigned long long conversion to int
            " [-W#warnings]
     317    #warning "unsigned long long conversion to int"
     318     ^
     319    /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzs
            pzprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/EDM
            4hep2Lcio.cpp:612:2: warning: "double to float" [-W#warnings]
     320    #warning "double to float"
     321     ^
  >> 322    /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzs
            pzprz4zrwcelmigonmqdzh/spack-src/k4MarlinWrapper/src/components/EDM
            4hep2Lcio.cpp:939:41: error: no member named 'getReadCollections' i
            n 'PodioDataSvc'; did you mean 'getCollections'?
     323      auto evt_store_read = m_podioDataSvc->getReadCollections();
     324                                            ^~~~~~~~~~~~~~~~~~
     325                                            getCollections
     326    /opt/spack/linux-mageia9-broadwell/clang-13/k4fwcore-master-e4b2ks3
            ya4kn7mt4lfnsjnb6hq45wzjn/include/k4FWCore/PodioDataSvc.h:44:31: no
            te: 'getCollections' declared here
     327      virtual const CollRegistry& getCollections() const { return m_col
            lections; }
     328                                  ^
     329    1 error generated.
     330    distcc[170] ERROR: compile /tmp/user/spack-stage/spack-stage-k4marl
            inwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-src/k4Marli
            nWrapper/src/components/Lcio2EDM4hep.cpp on localhost failed
  >> 331    make[2]: *** [k4MarlinWrapper/CMakeFiles/Lcio2EDM4hep.dir/build.mak
            e:79: k4MarlinWrapper/CMakeFiles/Lcio2EDM4hep.dir/src/components/Lc
            io2EDM4hep.cpp.o] Error 1
     332    make[2]: Leaving directory '/tmp/user/spack-stage/spack-stage-k4mar
            linwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-psf3
            muo'
  >> 333    make[1]: *** [CMakeFiles/Makefile2:1026: k4MarlinWrapper/CMakeFiles
            /Lcio2EDM4hep.dir/all] Error 2
     334    make[1]: *** Waiting for unfinished jobs....
     335    2 warnings and 1 error generated.
     336    [ 46%] Linking CXX shared module libk4MarlinWrapperPlugins.so
     337    cd /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muo
            hzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/k4MarlinWrapper && /o
            pt/spack/linux-mageia9-broadwell/clang-13/cmake-3.21.4-mcgdq5fcfx6f
            jg6wuixtulhe4dkmpqax/bin/cmake -E cmake_link_script CMakeFiles/k4Ma
            rlinWrapperPlugins.dir/link.txt --verbose=1
     338    /lib/spack/env/clang/clang++ -fPIC -O3 -DNDEBUG -shared  -o libk4Ma
            rlinWrapperPlugins.so CMakeFiles/k4MarlinWrapperPlugins.dir/src/com
            ponents/LcioEventAlgo.cpp.o   -L/tmp/user/spack-stage/spack-stage-k
            4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-
            psf3muo/.plugins  -Wl,-rpath,/tmp/user/spack-stage/spack-stage-k4ma
            rlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-psf
            3muo/.plugins:/opt/spack/linux-mageia9-broadwell/clang-13/gaudi-36.
            0-bydbywzx6ng73f3g2wam4xpafsa2b335/lib:/opt/spack/linux-mageia9-bro
            adwell/clang-13/boost-1.77.0-jhuysjbmkjyfqtnoyj66pnk7fokswsbn/lib:/
            opt/spack/linux-mageia9-broadwell/clang-13/intel-tbb-2020.3-4mznzdp
            q2ff7vxpu3327btemph6cy7do/lib:/opt/spack/linux-mageia9-broadwell/cl
            ang-13/python-3.8.12-6npa65o2rthza6vohvxt2pjrkjokznn7/lib:/opt/spac
            k/linux-mageia9-broadwell/clang-13/root-6.24.06-nwdmvjbc2y343v2ovso
            wxdyhvutsuemz/lib::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            :::::::::::::::::::::::::::::::::::: /opt/spack/linux-mageia9-broad
            well/clang-13/gaudi-36.0-bydbywzx6ng73f3g2wam4xpafsa2b335/lib/libGa
            udiAlgLib.so /opt/spack/linux-mageia9-broadwell/clang-13/gaudi-36.0
            -bydbywzx6ng73f3g2wam4xpafsa2b335/lib/libGaudiUtilsLib.so /opt/spac
            k/linux-mageia9-broadwell/clang-13/gaudi-36.0-bydbywzx6ng73f3g2wam4
            xpafsa2b335/lib/libGaudiKernel.so /opt/spack/linux-mageia9-broadwel
            l/clang-13/gaudi-36.0-bydbywzx6ng73f3g2wam4xpafsa2b335/lib/libGaudi
            PluginService.so /opt/spack/linux-mageia9-broadwell/clang-13/boost-
            1.77.0-jhuysjbmkjyfqtnoyj66pnk7fokswsbn/lib/libboost_filesystem.so.
            1.77.0 /opt/spack/linux-mageia9-broadwell/clang-13/boost-1.77.0-jhu
            ysjbmkjyfqtnoyj66pnk7fokswsbn/lib/libboost_atomic.so.1.77.0 /opt/sp
            ack/linux-mageia9-broadwell/clang-13/boost-1.77.0-jhuysjbmkjyfqtnoy
            j66pnk7fokswsbn/lib/libboost_thread.so.1.77.0 /opt/spack/linux-mage
            ia9-broadwell/clang-13/boost-1.77.0-jhuysjbmkjyfqtnoyj66pnk7fokswsb
            n/lib/libboost_system.so.1.77.0 /opt/spack/linux-mageia9-broadwell/
            clang-13/intel-tbb-2020.3-4mznzdpq2ff7vxpu3327btemph6cy7do/lib/libt
            bb.so.2 -ldl /opt/spack/linux-mageia9-broadwell/clang-13/fmt-8.0.1-
            yqxlviyhrwoogc7ejxemibvbcwxqeofr/lib64/libfmt.a /usr/lib64/librt.a 
            /opt/spack/linux-mageia9-broadwell/clang-13/root-6.24.06-nwdmvjbc2y
            343v2ovsowxdyhvutsuemz/lib/libHist.so.6.24.06 /opt/spack/linux-mage
            ia9-broadwell/clang-13/root-6.24.06-nwdmvjbc2y343v2ovsowxdyhvutsuem
            z/lib/libMatrix.so.6.24.06 /opt/spack/linux-mageia9-broadwell/clang
            -13/root-6.24.06-nwdmvjbc2y343v2ovsowxdyhvutsuemz/lib/libMathCore.s
            o.6.24.06 /opt/spack/linux-mageia9-broadwell/clang-13/root-6.24.06-
            nwdmvjbc2y343v2ovsowxdyhvutsuemz/lib/libImt.so.6.24.06 /opt/spack/l
            inux-mageia9-broadwell/clang-13/root-6.24.06-nwdmvjbc2y343v2ovsowxd
            yhvutsuemz/lib/libMultiProc.so.6.24.06 /opt/spack/linux-mageia9-bro
            adwell/clang-13/root-6.24.06-nwdmvjbc2y343v2ovsowxdyhvutsuemz/lib/l
            ibNet.so.6.24.06 /opt/spack/linux-mageia9-broadwell/clang-13/root-6
            .24.06-nwdmvjbc2y343v2ovsowxdyhvutsuemz/lib/libXMLIO.so.6.24.06 /op
            t/spack/linux-mageia9-broadwell/clang-13/root-6.24.06-nwdmvjbc2y343
            v2ovsowxdyhvutsuemz/lib/libRIO.so.6.24.06 /opt/spack/linux-mageia9-
            broadwell/clang-13/root-6.24.06-nwdmvjbc2y343v2ovsowxdyhvutsuemz/li
            b/libThread.so.6.24.06 /opt/spack/linux-mageia9-broadwell/clang-13/
            root-6.24.06-nwdmvjbc2y343v2ovsowxdyhvutsuemz/lib/libCore.so.6.24.0
            6 /opt/spack/linux-mageia9-broadwell/clang-13/boost-1.77.0-jhuysjbm
            kjyfqtnoyj66pnk7fokswsbn/lib/libboost_regex.so.1.77.0 -Wl,-rpath-li
            nk,/opt/spack/linux-mageia9-broadwell/clang-13/python-3.8.12-6npa65
            o2rthza6vohvxt2pjrkjokznn7/lib
     339    distcc[168] ERROR: compile /tmp/user/spack-stage/spack-stage-k4marl
            inwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-src/k4Marli
            nWrapper/src/components/EDM4hep2Lcio.cpp on localhost failed
  >> 340    make[2]: *** [k4MarlinWrapper/CMakeFiles/EDM4hep2Lcio.dir/build.mak
            e:79: k4MarlinWrapper/CMakeFiles/EDM4hep2Lcio.dir/src/components/ED
            M4hep2Lcio.cpp.o] Error 1
     341    make[2]: Leaving directory '/tmp/user/spack-stage/spack-stage-k4mar
            linwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-psf3
            muo'
  >> 342    make[1]: *** [CMakeFiles/Makefile2:1052: k4MarlinWrapper/CMakeFiles
            /EDM4hep2Lcio.dir/all] Error 2
     343    cd /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muo
            hzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/k4MarlinWrapper && /o
            pt/spack/linux-mageia9-broadwell/clang-13/cmake-3.21.4-mcgdq5fcfx6f
            jg6wuixtulhe4dkmpqax/bin/cmake -E create_symlink /tmp/user/spack-st
            age/spack-stage-k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonm
            qdzh/spack-build-psf3muo/k4MarlinWrapper/libk4MarlinWrapperPlugins.
            so /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muo
            hzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/.plugins/libk4MarlinW
            rapperPlugins.so
     344    cd /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muo
            hzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/k4MarlinWrapper && ..
            /run /opt/spack/linux-mageia9-broadwell/clang-13/gaudi-36.0-bydbywz
            x6ng73f3g2wam4xpafsa2b335/bin/listcomponents --output k4MarlinWrapp
            erPlugins.components libk4MarlinWrapperPlugins.so
     345    cd /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muo
            hzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/k4MarlinWrapper && ..
            /run /opt/spack/linux-mageia9-broadwell/clang-13/gaudi-36.0-bydbywz
            x6ng73f3g2wam4xpafsa2b335/bin/genconf --configurable-module=GaudiKe
            rnel.Proxy --configurable-default-name=Configurable.DefaultName --c
            onfigurable-algorithm=ConfigurableAlgorithm --configurable-algtool=
            ConfigurableAlgTool --configurable-auditor=ConfigurableAuditor --co
            nfigurable-service=ConfigurableService -o genConfDir/k4MarlinWrappe
            r -p k4MarlinWrapper -i /tmp/user/spack-stage/spack-stage-k4marlinw
            rapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-psf3muo/
            k4MarlinWrapper/libk4MarlinWrapperPlugins.so
     346    make[2]: Leaving directory '/tmp/user/spack-stage/spack-stage-k4mar
            linwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-psf3
            muo'
     347    [ 46%] Built target k4MarlinWrapperPlugins
     348    [ 53%] Linking CXX shared module libMarlinWrapper.so
See build log for details:
  /tmp/user/spack-stage/spack-stage-k4marlinwrapper-master-psf3muohzspzprz4zrwcelmigonmqdzh/spack-build-out.txt

!!!IMPORTANT!!!: To facilitate faster and easier response to your issue please provide in addition to the description of the issue also the following information

  • OS version: e.g. centos7
  • Compiler version: e.g GCC 8.0
  • Package version: tag or commit ID, or GitHub branch
  • Reproduced by: exact steps to reproduce the problem: checkout, setup environment (ROOT versions, LCG release), cmake, build, run...
  • Input: link to input files if applicable
  • Output: full build and run log output
  • Goal: A short description of what you are trying to achieve
@joequant
Copy link
Author

commit: 69f68da

@joequant joequant changed the title gcc11 compile error in k4marlinwrapper gcc11/clang13 compile error in k4marlinwrapper Nov 20, 2021
@vvolkl
Copy link
Contributor

vvolkl commented Nov 20, 2021

This is not related to the compiler, but due to key4hep/k4FWCore#70 - could be updated immediately, but it'll definitely be adressed in the course of fixing key4hep/k4FWCore#69

@vvolkl vvolkl changed the title gcc11/clang13 compile error in k4marlinwrapper Compile error due to getReadCollections() removed in k4fwcore Nov 20, 2021
@fdplacido
Copy link
Contributor

This is fixed by this PR: #54
Until podio is updated.

@fdplacido
Copy link
Contributor

was this fixed for you, @joequant ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants