Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Dec 2018 00:12:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 233621] textproc/enchant - shared lib symlink fails to install
Message-ID:  <bug-233621-6497-0S9eMu5gGR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233621-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233621-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=3D233621

--- Comment #3 from John Hein <z7dr6ut7gs@snkmail.com> ---
(In reply to dave from comment #2)
Yes, quite so (pkg check -s -v enchant).

So based on that output you provided, it seems the package expected the mis=
sing
files.  So either:

 (1) the files were not in the package you installed from

 (2) the files got removed somehow after the package was installed

 (3) the package install was interrupted (disk full issue perhaps??)

Generally, pkg(8) won't build a package incorrectly, so it's probably (2) or
(3).  If so, you have to figure out how that happened.  You could look at
modification times of directories to see when a file may have been deleted =
(if
it hasn't been touched since then).  Or other sleuthing (think about changes
that have occurred since the package was installed - note that the date for=
 a
pkg install will usually be logged in /var/log/messages, also 'pkg info
enchant').

Do you still have the package from your poudriere build?  You can inspect it
with 'pkg info -R'.  You could reinstall from that package.  That would
probably fix your problem but won't necessarily tell you when / why things =
went
bad after that.

If the package is correct (which it seems to be since it is complaining abo=
ut
the missing files), then build logs won't help, as the removal of the files=
=20
probably occurred after the build / install.

--=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-233621-6497-0S9eMu5gGR>