You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests fails, it's likely due to some minor issue but I can't find any obvious reason to why.
Traceback (most recent call last):
File "/usr/ports/graphics/exiv2/work/exiv2-0.28.0-Source/tests/runner.py", line 11, in <module>
import system_tests
File "/usr/ports/graphics/exiv2/work/exiv2-0.28.0-Source/tests/system_tests.py", line 13, in <module>
from bash_tests import utils as BT
File "/usr/ports/graphics/exiv2/work/exiv2-0.28.0-Source/tests/bash_tests/utils.py", line 37, in <module>
class Config:
File "/usr/ports/graphics/exiv2/work/exiv2-0.28.0-Source/tests/bash_tests/utils.py", line 60, in Config
is_64bit = exiv2_is_64bit(bin_dir)
File "/usr/ports/graphics/exiv2/work/exiv2-0.28.0-Source/tests/bash_tests/utils.py", line 25, in exiv2_is_64bit
proc.check_returncode()
File "/usr/local/lib/python3.9/subprocess.py", line 460, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/ports/graphics/exiv2/work/.build/bin/exiv2', '--verbose', '--version']' died with <Signals.SIGSEGV: 11>.
Repeats for several more tests:
Output executing exiv2 manually with switches listed above:
Unit tests fails, it's likely due to some minor issue but I can't find any obvious reason to why.
Repeats for several more tests:
Output executing exiv2 manually with switches listed above:
OS: FreeBSD 13.2-RELEASE (amd64)
Compiler: LLVM/Clang 14.0.5
CMake 3.26.1
Python 3.9.16
Googletest 1.13.0
The text was updated successfully, but these errors were encountered: