[Bug 265346] borg --version outputs error ("static_assert")
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265346] borg --version outputs error ("static_assert")"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265346] archivers/py-borgbackup: borg --version outputs error ("static_assert")"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265346] archivers/py-borgbackup: borg --version outputs error ("static_assert")"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265346] archivers/py-borgbackup: borg --version outputs error ("static_assert")"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265346] archivers/py-borgbackup: borg --version outputs error ("static_assert")"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 20:39:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265346 Bug ID: 265346 Summary: borg --version outputs error ("static_assert") Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: somenxavier@posteo.net The problem is that: 1) Install the package borg (py39-borgbackup) 2) Run `borg --version` 3) Result: it crashes Output ``` # pkg search borg py39-borgbackup-1.1.18 Deduplicating backup program py39-borgmatic-1.5.24 Wrapper script for Borg backup software # pkg install py39-borgbackup Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The most recent versions of packages are already installed # borg --version Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/borg/archiver.py", line 40, in <module> from .algorithms.checksums import crc32 ImportError: /usr/local/lib/python3.9/site-packages/borg/algorithms/checksums.cpython-39.so: Undefined symbol "static_assert" ``` -- You are receiving this mail because: You are the assignee for the bug.