Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2022 18:55:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 265060] archivers/py-borgbackup: Fails to run: PYTHONPREFIX_SITELIBDIR/borg/algorithms/checksums.cpython-39.so: Undefined symbol "static_assert"
Message-ID:  <bug-265060-21822-DWy4r4kvjN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265060-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265060-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265060

--- Comment #30 from commit-hook@FreeBSD.org ---
A commit in branch 2022Q3 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D0b4a732cb0ac813fe1c4993e6375715=
dc1725e96

commit 0b4a732cb0ac813fe1c4993e6375715dc1725e96
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-08-13 17:20:29 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-08-13 18:54:30 +0000

    archivers/py-borgbackup: use fixed xxhash instead of avoiding it

    This reverts commit 9db903a89b3d1d7c0be2a56059542f3fdb412908 because
    it does not fix the situation for lack of a PORTREVISION bump.
    Let us use the opportunity to fix the real bug instead.

    Now with xxhash fixed as of 0.8.1_2, drop 9db903a89, and
    bump PORTREVISION so we flush out the old garbage packages.

    A simple web search would have brought up that static_assert() is
    a C11 convenience macro defined in <assert.h>, and a detailed
    search would have turned up that this had been fixed in xxhash
    before.

    While here, add a smoke test to post-install.

    Proper fix was
    Reported by:    Thierry Dussuet <thierry.dussuet@protonmail.com>
    PR:             265060
    MFH:            2022Q3

    (cherry picked from commit 714af13781970db3ec794eab4627d585b63df00a)

 archivers/py-borgbackup/Makefile                    |  3 ++-
 archivers/py-borgbackup/files/patch-setup.py (gone) | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265060-21822-DWy4r4kvjN>