Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2010 09:09:47 +0200
From:      n dhert <ndhertbsd@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   devel/gobject-introspection
Message-ID:  <AANLkTilxG45EclqNTfP6Lx_5M8NDnp7eV4SBdztFWpLF@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
When doing daily portupgrades I have a problem with
devel/gobject-introspection :

...
/giscanner/xmlwriter.py", line 71, in <module>
    from giscanner._giscanner import collect_attributes
  File
"/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11
/giscanner/libtoolimporter.py", line 53, in load_module
    ('.so', 'rb', 3))
ImportError: Shared object "libz.so.4" not found, required by
"libgio-2.0.so.0"
gmake[2]: *** [GLib-2.0.gir] Error 1
gmake[2]: Leaving directory
`/usr/ports/devel/gobject-introspection/work/gobject
-introspection-0.6.11/gir'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/devel/gobject-introspection/work/gobject
-introspection-0.6.11'
gmake: *** [all] Error 2
*** Error code 1
Stop in /usr/ports/devel/gobject-introspection.
It looks for libz.so.4 but
$ locate libz.so
/lib/libz.so.5
/usr/compat/linux/usr/lib/libz.so.1
/usr/compat/linux/usr/lib/libz.so.1.2.2.2
/usr/lib/libz.so
This system was upgraded from 7.2 to 8.0.
It still seems to look for a 7.2 version of libz instead of libz.so.5 which
is what is used in 8.0
I tried
# cd /usr/ports/devel/gobject-introspection
# make deinstall
(reports no problems)
# make reinstall
but this gives the same errors

# pkgdb -F
--->  Checking the package registry database
Stale dependency: consolekit-0.4.1_2 -> gobject-introspection-0.6.10
(devel/gobj
ect-introspection):
Install stale dependency? ([y]es/[n]o/[a]ll) [yes]

How to fix this?



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