On Oct 28, 2006, at 06:07, Jerry Rocteur wrote:
I was unhappy with fink and thought I'd give macports a try, so far so good but not easy to find information ..
Welcome to MacPorts! Hope we can help you work out these snags.
I tried Googling and I can't find search for the list's archive .. What is the best way to get information about failed building and dependenices..
We've just changed the name from DarwinPorts to MacPorts, changed hosting providers from OpenDarwin to Mac OS Forge, so mailing list archives are a bit confused right now. Here are the old archives: http://opendarwin.org/pipermail/darwinports/ And these are the new archives: http://lists.macosforge.org/pipermail/macports-users/
I'd like to install Terminal, I found it, did a selfupdate, then a sync and then tried to install it..
[12:54:10 incc-g5 ~] sudo port install Terminal ---> Building py-gtk2 with target all [snip] /usr/bin/ld: Undefined symbols: _libintl_dgettext referenced from libglade-2 expected to be defined in /opt/local/lib/libintl.3.dylib _libintl_textdomain referenced from libglade-2 expected to be defined in /opt/local/lib/libintl.3.dylib collect2: ld returned 1 exit status make[2]: *** [glade.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Error: The following dependencies failed to build: vte py-gtk2 Error: Status 1 encountered during processing.
________________________________________
I'm not sure what to do now ?
[13:00:51 incc-g5 ~] ll /opt/local/lib/libintl.* -rw-r--r-- 2 root admin 134688 14 Oct 16:17 /opt/local/lib/ libintl.8.0.0.dylib lrwxr-xr-x 1 root admin 19 14 Oct 16:18 /opt/local/lib/ libintl.8.dylib -> libintl.8.0.0.dylib -rw-r--r-- 2 root admin 166584 14 Oct 16:17 /opt/local/lib/ libintl.a lrwxr-xr-x 1 root admin 19 14 Oct 16:18 /opt/local/lib/ libintl.dylib -> libintl.8.0.0.dylib -rw-r--r-- 2 root admin 869 14 Oct 16:17 /opt/local/lib/ libintl.la
Odd. Something seems to be explicitly looking for libintl.3.dylib, which is from gettext 0.14, but you of course have libintl.8.dylib from gettext 0.15. Did you previously have gettext 0.14 and upgrade to 0.15 or did you start with 0.15? If the former, you must (somewhat manually) rebuild everything that had previously been built against gettext 0.14.