hi
I have 7.4-RELEASE-p3 and newest ports tree update, but cannot install x11-toolkits/gtk20 from ports due the following errors:
BTW I've done already portupgrade -a, but didn't help.
I have 7.4-RELEASE-p3 and newest ports tree update, but cannot install x11-toolkits/gtk20 from ports due the following errors:
Code:
# cd /usr/ports/ftp/gftp
# make install clean
.................................................................
.................................................................
.................................................................
Traceback (most recent call last):
File "/usr/local/bin/g-ir-scanner", line 43, in <module>
from giscanner.scannermain import scanner_main
File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", line 34, in <module>
from giscanner.dumper import compile_introspection_binary
File "/usr/local/lib/gobject-introspection/giscanner/dumper.py", line 26, in <module>
from .gdumpparser import IntrospectionBinary
File "/usr/local/lib/gobject-introspection/giscanner/gdumpparser.py", line 30, in <module>
from .transformer import TransformerException
File "/usr/local/lib/gobject-introspection/giscanner/transformer.py", line 28, in <module>
from .girparser import GIRParser
File "/usr/local/lib/gobject-introspection/giscanner/girparser.py", line 26, in <module>
from .girwriter import COMPATIBLE_GIR_VERSION
File "/usr/local/lib/gobject-introspection/giscanner/girwriter.py", line 25, in <module>
from .xmlwriter import XMLWriter
File "/usr/local/lib/gobject-introspection/giscanner/xmlwriter.py", line 71, in <module>
from giscanner._giscanner import collect_attributes
[B]ImportError: Shared object "libpcre.so.0" not found, required by "_giscanner.so"
gmake[4]: *** [Gdk-2.0.gir] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.6/gdk'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.6/gdk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.6/gdk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.6'
gmake: *** [all] Error 2
*** Error code 1
[/B]
BTW I've done already portupgrade -a, but didn't help.