Project

General

Profile

Bug #904

InputCppDAQOnlineData

Added by Jackson, Mike over 11 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Online reconstruction
Target version:
Start date:
13 February 2012
Due date:
% Done:

100%

Estimated time:
Workflow:
New Issue

Description

An import issue,

>>> import InputCppDAQOnlineData
# /home/mice/MAUS/maus_release/build/InputCppDAQOnlineData.pyc matches /home/mice/MAUS/maus_release/build/InputCppDAQOnlineData.py
import InputCppDAQOnlineData # precompiled from /home/mice/MAUS/maus_release/build/InputCppDAQOnlineData.pyc
import imp # builtin
dlopen("/home/mice/MAUS/maus_release/build/_InputCppDAQOnlineData.so", 2);
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mice/MAUS/maus_release/build/InputCppDAQOnlineData.py", line 25, in <module>
    _InputCppDAQOnlineData = swig_import_helper()
  File "/home/mice/MAUS/maus_release/build/InputCppDAQOnlineData.py", line 21, in swig_import_helper
    _mod = imp.load_module('_InputCppDAQOnlineData', fp, pathname, description)
ImportError: /home/mice/MAUS/maus_release/build/_InputCppDAQOnlineData.so: undefined symbol: monitorSetNowait
>>> 
#1

Updated by Tunnell, Christopher over 11 years ago

There is a libDATEMon.a file that is needed. How do we link this in? You can see this function is within libDATEMon.a by just calling 'strings' on it.

#2

Updated by Tunnell, Christopher over 11 years ago

common_py/maus_build_tools/build environment

get_environment

add DATEmon and mysqlclient

#3

Updated by Tunnell, Christopher over 11 years ago

ALSO!

source setMonitor.sh

#4

Updated by Rogers, Chris almost 10 years ago

  • Status changed from Open to Closed
  • Target version set to Future MAUS release
  • % Done changed from 0 to 100

I think this is fixed. It works for me

#5

Updated by Rajaram, Durga almost 10 years ago

  • Target version changed from Future MAUS release to MAUS-v0.6.0

Also available in: Atom PDF