Mention the peculiar case of devel/gobject-introspection in the gettext

instructions.

Suggested by:	Kevin Oberman <oberman@es.net>
This commit is contained in:
Joe Marcus Clarke 2010-06-02 01:03:57 +00:00
parent 36592be5b5
commit 6ab8d44a1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255481

View File

@ -18,6 +18,16 @@ you update your ports collection, before attempting any port upgrades.
# portupgrade -rf gettext
# portmaster -r gettext
The upgrade of devel/gobject-introspection may fail because it is looking
for libintl.so.8. In this case, do the following:
# cd /usr/ports/devel/gobject-introspection
# make clean
# make deinstall
# make install clean
Then continue your upgrade.
there are still ports on your system that are looking for libintl.so.8
(either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
a PR so that a correct direct dependency can be added.