View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015541ParaView(No Category)public2015-06-14 10:572015-12-11 15:02
ReporterUtkarsh Ayachit 
Assigned ToBen Boeckel (Kitware) 
PriorityimmediateSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version4.4Fixed in Version4.4 
Summary0015541: debian6dash binaries raise errors on launch on other Linux machines (including Ubuntu 14.04)
DescriptionThe debian6dash binaries are throwing the following errors on launch:

This was using ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit

> ./bin/paraview
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/tmp/ParaView-4.3.1-719-g886c58e-Linux-Qt5-64bit/lib/paraview-4.3/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name
TagsNo tags attached.
ProjectKitware
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035176)
Utkarsh Ayachit (administrator)
2015-09-07 13:53

Ping...this error still exists for debian6 binaries. Except it's now delayed. I don't get the error on launch, but the following:

1. Show Help | About -- that queries Python modules and raises the errors, or
2. Create Text source with text "$a^2$". That uses Matplotlib and raises the errors.
(0035179)
Ben Boeckel (Kitware) (developer)
2015-09-08 13:35

Latest one seems to work: https://buildbot.kitware.com/builders/paraview-debian6dash-linux-shared-release%2Bopengl2%2Bqt4%2Bsuperbuild/builds/77 [^]
(0035180)
Ben Boeckel (Kitware) (developer)
2015-09-08 13:36

The problem was that debian6dash had OpenSSL headers installed.

 Issue History
Date Modified Username Field Change
2015-06-14 10:57 Utkarsh Ayachit New Issue
2015-06-14 10:57 Utkarsh Ayachit Assigned To => Ben Boeckel (Kitware)
2015-06-14 10:57 Utkarsh Ayachit Priority normal => immediate
2015-06-14 10:57 Utkarsh Ayachit Target Version => 4.4
2015-09-07 13:53 Utkarsh Ayachit Note Added: 0035176
2015-09-08 13:35 Ben Boeckel (Kitware) Note Added: 0035179
2015-09-08 13:36 Ben Boeckel (Kitware) Note Added: 0035180
2015-09-08 13:36 Ben Boeckel (Kitware) Status backlog => gatekeeper review
2015-09-08 13:36 Ben Boeckel (Kitware) Fixed in Version => 4.4
2015-09-08 13:36 Ben Boeckel (Kitware) Resolution open => fixed
2015-12-11 15:02 Utkarsh Ayachit Status gatekeeper review => customer review
2015-12-11 15:02 Utkarsh Ayachit Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team