p-chan
September 10th, 2003, 20:06
I'm trying to install the glib20 (glib-2.2.3) port I down loaded from the freebsd ports site. After a good while of it downloading and installing dependancies I get this:
[code:1:f8d68806c4]
root@BlooBlah ~/glib20 >make
===> glib-2.2.3 depends on executable: gmake - found
===> glib-2.2.3 depends on executable: libtool - found
===> glib-2.2.3 depends on file: /usr/X11R6/bin/gnomecc - found
===> glib-2.2.3 depends on shared library: intl.5 - not found
===> Verifying install for intl.5 in /usr/ports/devel/gettext
===> Returning to build of glib-2.2.3
Error: shared library "intl.5" does not exist
*** Error code 1

Stop in /root/glib20.
[/code:1:f8d68806c4]
I assume gettext is causing the problem. I have gettext-0.11.5_1 installed and I rebuilt and reinstalled it just to be sure. When I do a find for intl.5 it comes back empty handed. Any idea what I've done wrong? I'm trying to eventually install tsclient and I prefer kde to gnome so I've only installed what tsclient depends on.

andy

soup4you2
September 10th, 2003, 20:18
have your tried:
pkg_add -r glib-2.2.3 ?

or whatever it's called in their package dir..?

when a port fails to build thats a good thing to try..