Opened 20 years ago
Closed 19 years ago
#3011 closed defect (fixed)
BUG: gftp fails to compile on Tiger
Reported by: | bahamat@… | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Output follows:
$ port install gftp ---> Fetching gftp ---> Verifying checksum(s) for gftp ---> Extracting gftp ---> Configuring gftp ---> Building gftp with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_net_gftp/work/ gftp-2.0.17" && make all" returned error 2 Command output: _gdk_input_add _gdk_input_remove _g_atomic_pointer_get _g_static_mutex_get_mutex_impl _g_thread_functions_for_glib_use _g_thread_use_default_impl _g_threads_got_initialized _g_get_tmp_dir _g_strerror _g_list_prepend _g_object_unref _g_strdup_vprintf _g_utf8_strlen _gdk_pixmap_create_from_xpm _g_list_remove_link _gdk_window_set_title _g_list_concat _g_list_sort _g_static_mutex_init _g_convert_with_iconv _g_iconv_close _g_iconv_open _g_locale_from_utf8 _g_vsnprintf _g_thread_self collect2: ld returned 1 exit status make[3]: * [gftp-gtk] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all-recursive-am] Error 2
Change History (4)
comment:1 Changed 20 years ago by mww@…
Owner: | changed from darwinports-bugs@… to toby@… |
---|---|
Summary: | gftp fails to compile on Tiger → BUG: gftp fails to compile on Tiger |
comment:2 Changed 20 years ago by vanessas@…
comment:3 Changed 20 years ago by toby@…
This should be fixed; see recent email to darwinports@ regarding pkgconfig update.
comment:4 Changed 19 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing, no response for 3+ months
It also fails to compile on Panther, although the output is different:
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_net_gftp/work/gftp-2.0.17" && make all" returned error 2 Command output: make[2]: Nothing to be done for `all'. Making all in docs Making all in sample.gftp make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in lib make[2]: Nothing to be done for `all'. Making all in po make[2]: Nothing to be done for `all'. Making all in src Making all in uicommon make[3]: Nothing to be done for `all'. Making all in text make[3]: Nothing to be done for `all'. Making all in gtk gcc -g -O2 -bind_at_load -o gftp-gtk bookmarks.o chmod_dialog.o delete_dialog.o dnd.o gftp-gtk.o gtkui.o gtkui_transfer.o menu-items.o misc-gtk.o options_dialog.o transfer.o view_dialog.o ../../lib/libgftp.a ../uicommon/libgftpui.a -L/opt/local/lib -lgtk-x11-2.0 -lpthread -lm -lgthread-2.0 -lcrypto -lssl -L/opt/local/lib -lintl -liconv -lc ld: warning prebinding disabled because dependent library: /opt/local/lib/libgtk-x11-2.0.0.dylib is not prebound ld: bookmarks.o illegal reference to symbol: _g_malloc defined in indirectly referenced dynamic library /opt/local/lib/libglib-2.0.0.dylib ld: bookmarks.o illegal reference to symbol: _g_signal_connect_data defined in indirectly referenced dynamic library /opt/local/lib/libgobject-2.0.0.dylib ld: bookmarks.o illegal reference to symbol: _gdk_window_set_icon_name defined in indirectly referenced dynamic library /opt/local/lib/libgdk-x11-2.0.0.dylib ld: warning multiple definitions of symbol _mkstemps ../../lib/libgftp.a(mkstemps.o) definition of _mkstemps in section (TEXT,text) /usr/lib/libpthread.dylib(mktemp.So) definition of _mkstemps ld: warning multiple definitions of symbol _locale_charset /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset make[3]: * [gftp-gtk] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all-recursive-am] Error 2