Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_astrom
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Alert Production S17 - 12
-
Team:Alert Production
Description
When building meas_astrom with lsstsw using -b option on CentOS7 with gcc 4.8.5 tests break through a dependency on matplotlib.
*** error building product meas_astrom.
|
*** exit code = 2
|
*** log is in /opt/lsstsw/build/meas_astrom/_build.log
|
*** last few lines:
|
::::: [2016-12-13T22:08:07.868579Z] File "/opt/lsstsw/miniconda/lib/python2
|
.7/site-packages/matplotlib/backends/backend_qt5.py", line 31, in <module>
|
::::: [2016-12-13T22:08:07.868617Z] from .qt_compat import QtCore, QtGui,
|
QtWidgets, _getSaveFileName, __version__
|
::::: [2016-12-13T22:08:07.868716Z] File "/opt/lsstsw/miniconda/lib/python2
|
.7/site-packages/matplotlib/backends/qt_compat.py", line 137, in <module>
|
::::: [2016-12-13T22:08:07.868749Z] from PyQt4 import QtCore, QtGui
|
::::: [2016-12-13T22:08:07.868763Z] ImportError: No module named PyQt4
|
::::: [2016-12-13T22:08:07.868775Z] The following tests failed:
|
::::: [2016-12-13T22:08:07.869806Z] /opt/lsstsw/build/meas_astrom/tests/.test
|
s/testFitTanSipWcsHighOrder.py.failed
|
::::: [2016-12-13T22:08:07.869939Z] 1 tests failed
|
::::: [2016-12-13T22:08:07.870705Z] scons: *** [checkTestStatus] Error 1
|
::::: [2016-12-13T22:08:07.875630Z] scons: building terminated because of err
|
ors.
|
I'm happy for that fix as well. If someone from your team could do that tweak it would be great.