Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 17:06:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 257864] lang/pythonXX: Fix library installation
Message-ID:  <bug-257864-21822-BZURVNMASG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257864-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257864-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=3D257864

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D693abe1cb40ba9f505b2c72497443ca=
3ce85887d

commit 693abe1cb40ba9f505b2c72497443ca3ce85887d
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-10-13 16:48:56 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-10-13 17:05:40 +0000

    lang/python3X: Fix library installation

    The Python ports install the library libpython3.x.so under $PREFIX/lib,
    and they set USE_LDCONFIG, but these libraries are not registered, due
    to a missing symlink, and they are not found by `ldconfig -r'.

    This commit make them to be registered, and for some reason it helps the
    dynamic linker to find them, and this allows to fix an error in
    french/aster. It also helps to fix errors in newer releases of math/sage
    (not yet ready to be committed due to other problems).

    No exp-run, but it has been tested with many ports on several platforms.

    PR:             257864
    Approved by:    koobs (Python team)
    MFH:            2021Q4

 lang/python310/Makefile  | 2 ++
 lang/python310/pkg-plist | 1 +
 lang/python36/Makefile   | 2 ++
 lang/python36/pkg-plist  | 1 +
 lang/python37/Makefile   | 2 ++
 lang/python37/pkg-plist  | 1 +
 lang/python38/Makefile   | 2 ++
 lang/python38/pkg-plist  | 1 +
 lang/python39/Makefile   | 2 ++
 lang/python39/pkg-plist  | 1 +
 10 files changed, 15 insertions(+)

--=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-257864-21822-BZURVNMASG>