Opened 10 years ago
Closed 10 years ago
#731 closed defect (fixed)
13 tests failure after the latest test refactoring
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.7 |
Component: | core | Version: | 2.2.6 |
Severity: | blocker | Keywords: | |
Cc: |
Description
e.g. dispatch fails:
dyld: lazy symbol binding failed: Symbol not found: _lhapdf_initialize_ Referenced from: /Users/reuter/local/packages/whizard/trunk/build/src/.libs/libwhizard.1.dylib Expected in: flat namespace dyld: Symbol not found: _lhapdf_initialize_ Referenced from: /Users/reuter/local/packages/whizard/trunk/build/src/.libs/libwhizard.1.dylib Expected in: flat namespace
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Was a missing USE statement of sf_lhapdf in dispatch_evt_shower. Fixed in r7023. Closing.
Note: See
TracTickets for help on using
tickets.
What is failing is the following: dispatch.run, compilations_static.run, shower_err_1.run, parton_shower_1.run, parton_shower_2.run, mlm_matching_isr.run, pythia6_{1/2/3/4}.run, mlm_matching_isr.run, mlm_pythia6_isr.run, static_1.run So I suspect that the problem of all of them are the missing dependencies on the LHAPDF functions.