Skip to content
Snippets Groups Projects

GaudiTestSuite: fix missing definition of static member

Merged Frank Winklmeier requested to merge fwinkl/Gaudi:extprop into master
All threads resolved!

After !1696 (merged) I can no longer build GaudiTestSuite locally due to

ERROR: failed to load libGaudiTestSuiteComponents.so: /scratch/fwinkl/Gaudi/build/.plugins/libGaudiTestSuiteComponents.so: undefined symbol: _ZN18ExtendedProperties6hasherB5cxx11E

No idea why this works in the CI.

Edited by Frank Winklmeier

Merge request reports

Pipeline #10565988 passed

Pipeline passed for 450b6a8d on fwinkl:extprop

Approved by

Merged by Frank WinklmeierFrank Winklmeier 1 month ago (Feb 24, 2025 10:10am UTC)

Merge details

  • Changes merged into master with da3d77e1.
  • Deleted the source branch.

Pipeline #10857734 failed

Pipeline failed for da3d77e1 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • Resolved by Sebastien Ponce

      Interesting, for me things work locally too, and actually nm ./build.x86_64_v2-el9-gcc13-dbg/GaudiTestSuite/libGaudiTestSuiteComponents.so | grep hasher gives nothing (note -dbg mode) I believe the function is inlined into the operator() and dropped as it's private so cannot be used anywhere else.

      So how is it you're looking for that symbol at all. Did you purge and restart from scratch ?

  • Frank Winklmeier changed title from GaudiTestSuite: fix missing declaration of static member to GaudiTestSuite: fix missing definition of static member

    changed title from GaudiTestSuite: fix missing declaration of static member to GaudiTestSuite: fix missing definition of static member

  • Frank Winklmeier changed the description

    changed the description

  • Sebastien Ponce approved this merge request

    approved this merge request

  • Edited by Software for LHCb
  • Frank Winklmeier changed milestone to %v39r4

    changed milestone to %v39r4

  • Frank Winklmeier resolved all threads

    resolved all threads

  • mentioned in commit da3d77e1

  • Please register or sign in to reply
    Loading