Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 16:52:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 241416] [NEW PORT] lang/python38
Message-ID:  <bug-241416-21822-YIysW9cL8r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241416-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241416-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241416

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thierry@FreeBSD.org

--- Comment #15 from Thierry Thomas <thierry@FreeBSD.org> ---
Upgrading Python to 3.8.10 as a port in developer mode displays the following
errors:

====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/python3.8/lib-dynload/_gdbm.cpython-38.so is linked to
/usr/local/lib/libgdbm.so.6 from databases/gdbm but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libgdbm.so:databases/gdbm
Error: /usr/local/lib/python3.8/lib-dynload/_sqlite3.cpython-38.so is linked to
/usr/local/lib/libsqlite3.so.0 from databases/sqlite3 but it is not declared as
a dependency
Warning: you need USES+=sqlite
Error: /usr/local/lib/python3.8/lib-dynload/_tkinter.cpython-38_failed.so is
linked to /usr/local/lib/libtk86.so.1 from x11-toolkits/tk86 but it is not
declared as a dependency
Warning: you need USES+=tk
Error: /usr/local/lib/python3.8/lib-dynload/_tkinter.cpython-38_failed.so is
linked to /usr/local/lib/libtcl86.so.1 from lang/tcl86 but it is not declared
as a dependency
Warning: you need USES+=tcl
Error: /usr/local/lib/python3.8/lib-dynload/_tkinter.cpython-38_failed.so is
linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as
a dependency
Warning: you need USE_XORG+=x11
readelf: Not an ELF file.
Warning:
/usr/ports/lang/python38/work/stage/usr/local/lib/libpython3.8.so.1.0-gdb.py
doesn't have a SONAME.
Warning: pkg(8) will not register it as being provided by the port.
Warning: If another port depend on it, pkg will not be able to know where it
comes from.
Warning: It is directly in /usr/local/lib, it is probably used by other ports.

That means that python3.8 from the port and python3.87 from a package might be
different.

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

help

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