Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2022 02:40:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 264458] textproc/meld: Fails to run after devel/libffi update: Cannot import: GTK+: Shared object "libffi.so.7" not found, required by "_gi.cpython-38.so"
Message-ID:  <bug-264458-6497-N5NgCbFk0z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264458-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264458-6497@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=3D264458

Graham Perrin <grahamperrin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|Open                        |Closed

--- Comment #18 from Graham Perrin <grahamperrin@gmail.com> ---
(In reply to John Hein from comment #17)

Thank you!=20

I'm sorry; I completely forgot about Python stuff in my home directory.=20

Resolved (not a bug). Two commands, the second of which is adapted from
<https://stackoverflow.com/a/3452888/38108>:=20

/usr/local/bin/python -m pip install --upgrade pip

pip list --outdated --format=3Dfreeze | grep -v '^\-e' | cut -d =3D -f 1 | =
xargs
-n1 pip3 install -U

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264458-6497-N5NgCbFk0z>