Howdy all, I'm trying to update my subversion installation from subversion 1.3.2_0+mod_dav_svn and I'm getting the following error - I've googled around for hints, but so far nothing specific - any thoughts appreciated: steve$ sudo port upgrade subversion +mod_dav_svn ---> Building subversion with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/ var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0" && make all" returned error 2 Command output: cd subversion/libsvn_subr && /bin/sh /opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -L/opt/local/lib -rpath /opt/local/ lib -o libsvn_subr-1.la auth.lo cmdline.lo compat.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo io.lo kitchensink.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo prompt.lo quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo username_providers.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo /opt/local/lib/libaprutil-1.la -ldb-4.3 -lsqlite3 - lexpat -liconv /opt/local/lib/libapr-1.la -lpthread -lintl - framework Security -framework CoreFoundation -framework CoreServices -lz ld: warning -undefined suppress disables -prebind ld: Undefined symbols: _locale_charset referenced from libintl expected to be defined in libiconv /usr/bin/libtool: internal link edit command failed make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1 Thanks, SR
On Oct 17, 2006, at 11:37 PM, Steven Rogers wrote:
Howdy all,
I'm trying to update my subversion installation from subversion 1.3.2_0+mod_dav_svn and I'm getting the following error - I've googled around for hints, but so far nothing specific - any thoughts appreciated:
steve$ sudo port upgrade subversion +mod_dav_svn . . . . . _locale_charset referenced from libintl expected to be defined in libiconv /usr/bin/libtool: internal link edit command failed make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
I figured it out - my gettext was out of date. As Rosanne Rosanadana would say - never mind. . . SR
participants (1)
-
Steven Rogers