| 1 | [murphy@eva03 install-tl-20220504]$ chimerax-daily
|
|---|
| 2 | Traceback (most recent call last):
|
|---|
| 3 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/runpy.py", line 197, in _run_module_as_main
|
|---|
| 4 | return _run_code(code, main_globals, None,
|
|---|
| 5 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/runpy.py", line 87, in _run_code
|
|---|
| 6 | exec(code, run_globals)
|
|---|
| 7 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/ChimeraX_main.py", line 1018, in <module>
|
|---|
| 8 | exit_code = init(sys.argv)
|
|---|
| 9 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/ChimeraX_main.py", line 425, in init
|
|---|
| 10 | initialize_ssl_cert_dir()
|
|---|
| 11 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/utils.py", line 72, in initialize_ssl_cert_dir
|
|---|
| 12 | import ssl
|
|---|
| 13 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ssl.py", line 98, in <module>
|
|---|
| 14 | import _ssl # if we can't import it, let the error propagate
|
|---|
| 15 | ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
|
|---|
| 16 | [murphy@eva03 install-tl-20220504]$ sudo dnf whatprovides libssl.so.1.1
|
|---|
| 17 | [sudo] password for murphy:
|
|---|
| 18 | Last metadata expiration check: 1:26:25 ago on Thu 05 May 2022 04:18:11 PM CDT.
|
|---|
| 19 | openssl1.1-1:1.1.1n-1.fc36.i686 : Compatibility version of the OpenSSL library
|
|---|
| 20 | Repo : fedora
|
|---|
| 21 | Matched from:
|
|---|
| 22 | Provide : libssl.so.1.1
|
|---|
| 23 |
|
|---|
| 24 | [murphy@eva03 install-tl-20220504]$ sudo dnf install opens
|
|---|
| 25 | Display all 164 possibilities? (y or n)
|
|---|
| 26 | [murphy@eva03 install-tl-20220504]$ sudo dnf install openss
|
|---|
| 27 | openssh-askpass-8.8p1-1.fc36.1.x86_64
|
|---|
| 28 | openssh-keycat-8.8p1-1.fc36.1.x86_64
|
|---|
| 29 | openssh-ldap-authkeys-0.1.0~git20200205.aee4c46-5.fc36.noarch
|
|---|
| 30 | openssl1.1-1:1.1.1n-1.fc36.i686
|
|---|
| 31 | openssl1.1-1:1.1.1n-1.fc36.x86_64
|
|---|
| 32 | openssl1.1-devel-1:1.1.1n-1.fc36.i686
|
|---|
| 33 | openssl1.1-devel-1:1.1.1n-1.fc36.x86_64
|
|---|
| 34 | openssl-1:3.0.2-4.fc36.x86_64
|
|---|
| 35 | openssl-devel-1:3.0.2-4.fc36.i686
|
|---|
| 36 | openssl-devel-1:3.0.2-4.fc36.x86_64
|
|---|
| 37 | openssl-gost-engine-3.0.0-2.fc36.x86_64
|
|---|
| 38 | openssl-ibmpkcs11-1.0.2-10.fc36.x86_64
|
|---|
| 39 | openssl-libs-1:3.0.2-4.fc36.i686
|
|---|
| 40 | openssl-libs-1:3.0.2-4.fc36.x86_64
|
|---|
| 41 | openssl-perl-1:3.0.2-4.fc36.x86_64
|
|---|
| 42 | openssl-pkcs11-0.4.11-8.fc36.i686
|
|---|
| 43 | [murphy@eva03 install-tl-20220504]$ sudo dnf install openssl1.1-devel
|
|---|
| 44 | Last metadata expiration check: 1:27:26 ago on Thu 05 May 2022 04:18:11 PM CDT.
|
|---|
| 45 | Dependencies resolved.
|
|---|
| 46 | =============================================================================================
|
|---|
| 47 | Package Architecture Version Repository Size
|
|---|
| 48 | =============================================================================================
|
|---|
| 49 | Installing:
|
|---|
| 50 | openssl1.1-devel x86_64 1:1.1.1n-1.fc36 fedora 2.2 M
|
|---|
| 51 | Installing dependencies:
|
|---|
| 52 | openssl1.1 x86_64 1:1.1.1n-1.fc36 fedora 1.5 M
|
|---|
| 53 |
|
|---|
| 54 | Transaction Summary
|
|---|
| 55 | =============================================================================================
|
|---|
| 56 | Install 2 Packages
|
|---|
| 57 |
|
|---|
| 58 | Total download size: 3.7 M
|
|---|
| 59 | Installed size: 7.2 M
|
|---|
| 60 | Is this ok [y/N]: y
|
|---|
| 61 | Downloading Packages:
|
|---|
| 62 | (1/2): openssl1.1-1.1.1n-1.fc36.x86_64.rpm 1.1 MB/s | 1.5 MB 00:01
|
|---|
| 63 | (2/2): openssl1.1-devel-1.1.1n-1.fc36.x86_64.rpm 1.5 MB/s | 2.2 MB 00:01
|
|---|
| 64 | ---------------------------------------------------------------------------------------------
|
|---|
| 65 | Total 1.8 MB/s | 3.7 MB 00:02
|
|---|
| 66 | Running transaction check
|
|---|
| 67 | Transaction check succeeded.
|
|---|
| 68 | Running transaction test
|
|---|
| 69 | Transaction test succeeded.
|
|---|
| 70 | Running transaction
|
|---|
| 71 | Preparing : 1/1
|
|---|
| 72 | Installing : openssl1.1-1:1.1.1n-1.fc36.x86_64 1/2
|
|---|
| 73 | Installing : openssl1.1-devel-1:1.1.1n-1.fc36.x86_64 2/2
|
|---|
| 74 | Running scriptlet: openssl1.1-devel-1:1.1.1n-1.fc36.x86_64 2/2
|
|---|
| 75 | Verifying : openssl1.1-1:1.1.1n-1.fc36.x86_64 1/2
|
|---|
| 76 | Verifying : openssl1.1-devel-1:1.1.1n-1.fc36.x86_64 2/2
|
|---|
| 77 |
|
|---|
| 78 | Installed:
|
|---|
| 79 | openssl1.1-1:1.1.1n-1.fc36.x86_64 openssl1.1-devel-1:1.1.1n-1.fc36.x86_64
|
|---|
| 80 |
|
|---|
| 81 | Complete!
|
|---|
| 82 | [murphy@eva03 install-tl-20220504]$ chimerax-daily
|
|---|
| 83 | NOTE: available bundle cache has not been initialized yet
|
|---|
| 84 | WARNING: Traceback (most recent call last):
|
|---|
| 85 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 86 | m = importlib.import_module(self.package_name)
|
|---|
| 87 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 88 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 89 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 90 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 91 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 92 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 93 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 94 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 95 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/seqalign/__init__.py", line 14, in <module>
|
|---|
| 96 | from .cmd import get_alignment_sequence, SeqArg, AlignmentArg, AlignSeqPairArg, SeqRegionArg
|
|---|
| 97 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/seqalign/cmd.py", line 294, in <module>
|
|---|
| 98 | from chimerax.atomic.seq_support import IdentityDenominator, percent_identity
|
|---|
| 99 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 100 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 101 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 102 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 103 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 104 | import ctypes
|
|---|
| 105 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 106 | from _ctypes import Union, Structure, Array
|
|---|
| 107 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 108 |
|
|---|
| 109 | During handling of the above exception, another exception occurred:
|
|---|
| 110 |
|
|---|
| 111 | Traceback (most recent call last):
|
|---|
| 112 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 375, in init_manager
|
|---|
| 113 | api = self._get_api(session.logger)
|
|---|
| 114 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 115 | m = self.get_module()
|
|---|
| 116 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 117 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 118 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-Alignments's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 119 |
|
|---|
| 120 | WARNING: Traceback (most recent call last):
|
|---|
| 121 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 122 | m = importlib.import_module(self.package_name)
|
|---|
| 123 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 124 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 125 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 126 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 127 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 128 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 129 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 130 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 131 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/dist_monitor/__init__.py", line 15, in <module>
|
|---|
| 132 | from .cmd import SimpleMeasurable, ComplexMeasurable
|
|---|
| 133 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/dist_monitor/cmd.py", line 27, in <module>
|
|---|
| 134 | from chimerax.atomic import Atom
|
|---|
| 135 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 136 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 137 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 138 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 139 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 140 | import ctypes
|
|---|
| 141 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 142 | from _ctypes import Union, Structure, Array
|
|---|
| 143 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 144 |
|
|---|
| 145 | During handling of the above exception, another exception occurred:
|
|---|
| 146 |
|
|---|
| 147 | Traceback (most recent call last):
|
|---|
| 148 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 364, in initialize
|
|---|
| 149 | api = self._get_api(session.logger)
|
|---|
| 150 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 151 | m = self.get_module()
|
|---|
| 152 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 153 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 154 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-DistMonitor's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 155 |
|
|---|
| 156 | WARNING: Traceback (most recent call last):
|
|---|
| 157 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 158 | m = importlib.import_module(self.package_name)
|
|---|
| 159 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 160 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 161 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 162 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 163 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 164 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 165 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 166 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 167 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 168 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 169 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 170 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 171 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 172 | import ctypes
|
|---|
| 173 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 174 | from _ctypes import Union, Structure, Array
|
|---|
| 175 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 176 |
|
|---|
| 177 | During handling of the above exception, another exception occurred:
|
|---|
| 178 |
|
|---|
| 179 | Traceback (most recent call last):
|
|---|
| 180 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 364, in initialize
|
|---|
| 181 | api = self._get_api(session.logger)
|
|---|
| 182 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 183 | m = self.get_module()
|
|---|
| 184 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 185 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 186 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-Atomic's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 187 |
|
|---|
| 188 | WARNING: Traceback (most recent call last):
|
|---|
| 189 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 190 | m = importlib.import_module(self.package_name)
|
|---|
| 191 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 192 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 193 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 194 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 195 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 196 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 197 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 198 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 199 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/markers/__init__.py", line 67, in <module>
|
|---|
| 200 | from .markers import MarkerSet, create_link, selected_markers, selected_links
|
|---|
| 201 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/markers/markers.py", line 14, in <module>
|
|---|
| 202 | from chimerax.atomic import Structure
|
|---|
| 203 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 204 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 205 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 206 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 207 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 208 | import ctypes
|
|---|
| 209 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 210 | from _ctypes import Union, Structure, Array
|
|---|
| 211 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 212 |
|
|---|
| 213 | During handling of the above exception, another exception occurred:
|
|---|
| 214 |
|
|---|
| 215 | Traceback (most recent call last):
|
|---|
| 216 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 364, in initialize
|
|---|
| 217 | api = self._get_api(session.logger)
|
|---|
| 218 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 219 | m = self.get_module()
|
|---|
| 220 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 221 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 222 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-Markers's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 223 |
|
|---|
| 224 | WARNING: Traceback (most recent call last):
|
|---|
| 225 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 226 | m = importlib.import_module(self.package_name)
|
|---|
| 227 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 228 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 229 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 230 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 231 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 232 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 233 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 234 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 235 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/chem_group/__init__.py", line 14, in <module>
|
|---|
| 236 | from .chem_group import find_group
|
|---|
| 237 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/chem_group/chem_group.py", line 18, in <module>
|
|---|
| 238 | from chimerax.atomic.idatm import type_info, tetrahedral, planar, linear, single
|
|---|
| 239 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 240 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 241 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 242 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 243 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 244 | import ctypes
|
|---|
| 245 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 246 | from _ctypes import Union, Structure, Array
|
|---|
| 247 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 248 |
|
|---|
| 249 | During handling of the above exception, another exception occurred:
|
|---|
| 250 |
|
|---|
| 251 | Traceback (most recent call last):
|
|---|
| 252 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 364, in initialize
|
|---|
| 253 | api = self._get_api(session.logger)
|
|---|
| 254 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 255 | m = self.get_module()
|
|---|
| 256 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 257 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 258 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-ChemGroup's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 259 |
|
|---|
| 260 | WARNING: Traceback (most recent call last):
|
|---|
| 261 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 490, in get_module
|
|---|
| 262 | m = importlib.import_module(self.package_name)
|
|---|
| 263 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/importlib/__init__.py", line 127, in import_module
|
|---|
| 264 | return _bootstrap._gcd_import(name[level:], package, level)
|
|---|
| 265 | File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
|
|---|
| 266 | File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
|
|---|
| 267 | File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
|
|---|
| 268 | File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
|
|---|
| 269 | File "<frozen importlib._bootstrap_external>", line 850, in exec_module
|
|---|
| 270 | File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
|
|---|
| 271 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/swap_res/__init__.py", line 14, in <module>
|
|---|
| 272 | from .swap_res import swap_aa, get_rotamers
|
|---|
| 273 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/swap_res/swap_res.py", line 17, in <module>
|
|---|
| 274 | from chimerax.atomic import AtomicStructure
|
|---|
| 275 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/__init__.py", line 17, in <module>
|
|---|
| 276 | from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
|
|---|
| 277 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molobject.py", line 17, in <module>
|
|---|
| 278 | from .molc import CFunctions, string, cptr, pyobject, set_c_pointer, pointer, size_t
|
|---|
| 279 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/atomic/molc.py", line 19, in <module>
|
|---|
| 280 | import ctypes
|
|---|
| 281 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/ctypes/__init__.py", line 8, in <module>
|
|---|
| 282 | from _ctypes import Union, Structure, Array
|
|---|
| 283 | ImportError: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 284 |
|
|---|
| 285 | During handling of the above exception, another exception occurred:
|
|---|
| 286 |
|
|---|
| 287 | Traceback (most recent call last):
|
|---|
| 288 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 364, in initialize
|
|---|
| 289 | api = self._get_api(session.logger)
|
|---|
| 290 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 509, in _get_api
|
|---|
| 291 | m = self.get_module()
|
|---|
| 292 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/core/toolshed/info.py", line 492, in get_module
|
|---|
| 293 | raise ToolshedError("Error importing bundle %s's module: %s" % (self.name, str(e)))
|
|---|
| 294 | chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-SwapRes's module: libffi.so.6: cannot open shared object file: No such file or directory
|
|---|
| 295 |
|
|---|
| 296 | ERROR: Bundle 'ChimeraX-Alignments' custom initialization failed
|
|---|
| 297 | ERROR: Bundle 'ChimeraX-DistMonitor' custom initialization failed
|
|---|
| 298 | ERROR: Bundle 'ChimeraX-Atomic' custom initialization failed
|
|---|
| 299 | ERROR: Bundle 'ChimeraX-Markers' custom initialization failed
|
|---|
| 300 | ERROR: Bundle 'ChimeraX-ChemGroup' custom initialization failed
|
|---|
| 301 | ERROR: Bundle 'ChimeraX-SwapRes' custom initialization failed
|
|---|
| 302 | NOTE: Traceback (most recent call last):
|
|---|
| 303 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/runpy.py", line 197, in
|
|---|
| 304 | _run_module_as_main
|
|---|
| 305 | Â Â Â Â return _run_code(code, main_globals, None,
|
|---|
| 306 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/runpy.py", line 87, in
|
|---|
| 307 | _run_code
|
|---|
| 308 | Â Â Â Â exec(code, run_globals)
|
|---|
| 309 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 310 | packages/ChimeraX_main.py", line 1018, in <module>
|
|---|
| 311 | Â Â Â Â exit_code = init(sys.argv)
|
|---|
| 312 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 313 | packages/ChimeraX_main.py", line 688, in init
|
|---|
| 314 | Â Â Â Â sess.ui.build()
|
|---|
| 315 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 316 | packages/chimerax/ui/gui.py", line 237, in build
|
|---|
| 317 | Â Â Â Â self.main_window = mw = MainWindow(self, self.session)
|
|---|
| 318 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 319 | packages/chimerax/ui/gui.py", line 464, in __init__
|
|---|
| 320 | Â Â Â Â self.graphics_window = g = GraphicsWindow(self._stack, ui, stereo)
|
|---|
| 321 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 322 | packages/chimerax/ui/graphics.py", line 33, in __init__
|
|---|
| 323 | Â Â Â Â oc = OpenGLContext(self, ui.primaryScreen(), use_stereo = stereo)
|
|---|
| 324 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 325 | packages/chimerax/graphics/opengl.py", line 49, in __init__
|
|---|
| 326 | Â Â Â Â _initialize_pyopengl() # Set global GL module.
|
|---|
| 327 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 328 | packages/chimerax/graphics/opengl.py", line 319, in _initialize_pyopengl
|
|---|
| 329 | Â Â Â Â import OpenGL.GL
|
|---|
| 330 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 331 | packages/OpenGL/GL/__init__.py", line 3, in <module>
|
|---|
| 332 | Â Â Â Â from OpenGL import error as _error
|
|---|
| 333 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 334 | packages/OpenGL/error.py", line 12, in <module>
|
|---|
| 335 | Â Â Â Â from OpenGL import platform, _configflags
|
|---|
| 336 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 337 | packages/OpenGL/platform/__init__.py", line 36, in <module>
|
|---|
| 338 | Â Â Â Â _load()
|
|---|
| 339 | Â Â File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 340 | packages/OpenGL/platform/__init__.py", line 30, in _load
|
|---|
| 341 | Â Â Â Â plugin = plugin_class()
|
|---|
| 342 | TypeError: 'NoneType' object is not callable
|
|---|
| 343 |
|
|---|
| 344 |
|
|---|
| 345 | BUG: TypeError: 'NoneType' object is not callable
|
|---|
| 346 |
|
|---|
| 347 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-
|
|---|
| 348 | packages/OpenGL/platform/__init__.py", line 30, in _load
|
|---|
| 349 | plugin = plugin_class()
|
|---|
| 350 |
|
|---|
| 351 | _See log for complete Python traceback._
|
|---|
| 352 |
|
|---|
| 353 |
|
|---|
| 354 | Exception ignored in: <function OpenGLContext.__del__ at 0x7f59f6864430>
|
|---|
| 355 | Traceback (most recent call last):
|
|---|
| 356 | File "/usr/libexec/UCSF-ChimeraX-daily/lib/python3.9/site-packages/chimerax/graphics/opengl.py", line 74, in __del__
|
|---|
| 357 | if not self._deleted:
|
|---|
| 358 | AttributeError: 'OpenGLContext' object has no attribute '_deleted'
|
|---|
| 359 | [murphy@eva03 install-tl-20220504]$ sudo dnf whatprovides libffi.so.6
|
|---|
| 360 | Last metadata expiration check: 1:29:02 ago on Thu 05 May 2022 04:18:11 PM CDT.
|
|---|
| 361 | libffi3.1-3.1-32.fc36.i686 : Compatibility package for libffi transition from 3.1 to 3.4.2.
|
|---|
| 362 | Repo : fedora
|
|---|
| 363 | Matched from:
|
|---|
| 364 | Provide : libffi.so.6
|
|---|
| 365 |
|
|---|
| 366 | [murphy@eva03 install-tl-20220504]$ sudo dnf install libffi3.1-3.1-32.fc36
|
|---|
| 367 | Last metadata expiration check: 1:29:47 ago on Thu 05 May 2022 04:18:11 PM CDT.
|
|---|
| 368 | Dependencies resolved.
|
|---|
| 369 | ==============================================================================================================================================================================================
|
|---|
| 370 | Package Architecture Version Repository Size
|
|---|
| 371 | ==============================================================================================================================================================================================
|
|---|
| 372 | Installing:
|
|---|
| 373 | libffi3.1 x86_64 3.1-32.fc36 fedora 31 k
|
|---|
| 374 |
|
|---|
| 375 | Transaction Summary
|
|---|
| 376 | ==============================================================================================================================================================================================
|
|---|
| 377 | Install 1 Package
|
|---|
| 378 |
|
|---|
| 379 | Total download size: 31 k
|
|---|
| 380 | Installed size: 56 k
|
|---|
| 381 | Is this ok [y/N]: y
|
|---|
| 382 | Downloading Packages:
|
|---|
| 383 | libffi3.1-3.1-32.fc36.x86_64.rpm 49 kB/s | 31 kB 00:00
|
|---|
| 384 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|---|
| 385 | Total 28 kB/s | 31 kB 00:01
|
|---|
| 386 | Running transaction check
|
|---|
| 387 | Transaction check succeeded.
|
|---|
| 388 | Running transaction test
|
|---|
| 389 | Transaction test succeeded.
|
|---|
| 390 | Running transaction
|
|---|
| 391 | Preparing : 1/1
|
|---|
| 392 | Installing : libffi3.1-3.1-32.fc36.x86_64 1/1
|
|---|
| 393 | Running scriptlet: libffi3.1-3.1-32.fc36.x86_64 1/1
|
|---|
| 394 | Verifying : libffi3.1-3.1-32.fc36.x86_64 1/1
|
|---|
| 395 |
|
|---|
| 396 | Installed:
|
|---|
| 397 | libffi3.1-3.1-32.fc36.x86_64
|
|---|
| 398 |
|
|---|
| 399 | Complete!
|
|---|
| 400 | [murphy@eva03 install-tl-20220504]$ chimerax-daily
|
|---|
| 401 |
|
|---|