Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis
SkipTest was introduced in Python 2.7, but pyOpenSSL supports Python >=2.6.
My previous comment was from over 6 years ago, when pyOpenSSL still supported Python 2.6. Currently classifiers in `setup.py` say that Python 2.7 is minimal supported version.
``` $ cat /tmp/out1_bbpziI.stdout Processing file: ./examples/sample_exe64.elf Found a compile unit at offset 0, length 115 Found a compile unit at offset 119, length 135 Found a compile unit at...
> > What @Arfrever doesn't know is that all the logic in `qt5_install_module_config` was never supposed to handle the `QT_FEATURE_*` stuff... that started appearing upstream much later. `qt5_install_module_config` was designed...
The last part of explanation in IRC was: ``` [2022-09-10 21:23:06 UTC] Anyway I can already guess cause of problem. [2022-09-10 21:24:45 UTC] QtCore/qconfig.h is installed by qtcore, and is...
> The last part of explanation in IRC was: > ... Description of situation was correct, but that idea of fix would have no effect.
I am not sure. Backtrace is very similar, but GLog is built as shared library in Gentoo.
Do you mean that potential `set_target_properties (symbolize_unittest PROPERTIES CXX_VISIBILITY_PRESET default)` change in `CMakeLists.txt`? Or something else?
According to @asarubbo: * glog 0.5.0 passes tests. * glog 0.6.0 with `set_target_properties (symbolize_unittest PROPERTIES CXX_VISIBILITY_PRESET default)` added to `CMakeLists.txt` still has the same failure in `symbolize_unittest:TestWithReturnAddress()`. * glog 0.6.0...
https://github.com/google/glog/blob/b0174b3dda95be3858ec54570c1375f2f00e984e/src/logging.cc#L62-L66 https://github.com/google/glog/blob/b0174b3dda95be3858ec54570c1375f2f00e984e/src/logging.cc#L1359 On Unix systems, `opendir` function should just pass raw bytes to kernel, without being affected by locale. For Windows, glog defines custom version of `opendir` function: https://github.com/google/glog/blob/b0174b3dda95be3858ec54570c1375f2f00e984e/src/windows/dirent.h#L672-L726 According...