Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#25095 closed defect (fixed)

epiphany 2.28.1 - Build fails with GTK 2.20.1

Reported by: zheaton@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: boltronics@…
Port: epiphany

Description

Environment:

  • Mac OS 10.6.3
  • MacbookPro 6,2 (i7)
  • XCode 3.2
  • MacPorts 1.8.2

Issue:

epiphany fails to build due to undefined GTK symbols, with gtk2 @2.20.1_0+x11 installed. Build log follows:

--->  Configuring epiphany
DEBUG: Using compiler 'Mac OS X gcc 4.2'
DEBUG: Executing proc-pre-org.macports.configure-configure-0
DEBUG: Executing org.macports.configure (epiphany)
DEBUG: Environment: CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' PYTHON='/opt/local/bin/python2.5' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC='/usr/bin/gcc-4.2'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_epiphany/work/epiphany-2.28.1" && ./configure --prefix=/opt/local --with-distributor-name=MacPorts --disable-zeroconf --disable-network-manager --disable-schemas-install --disable-scrollkeeper --disable-nss --disable-tests'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... i386-apple-darwin10.3.1
checking host system type... i386-apple-darwin10.3.1
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking dependency style of /usr/bin/gcc-4.2... gcc3
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc-4.2 static flag -static works... no
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.1 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking for library containing strerror... none required
checking for gcc... (cached) /usr/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3
checking for gcc... (cached) /usr/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for glib-genmarshal... /opt/local/bin/glib-genmarshal
checking for glib-mkenums... /opt/local/bin/glib-mkenums
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /opt/local/bin/intltool-update
checking for intltool-merge... /opt/local/bin/intltool-merge
checking for intltool-extract... /opt/local/bin/intltool-extract
checking for xgettext... /opt/local/bin/xgettext
checking for msgmerge... /opt/local/bin/msgmerge
checking for msgfmt... /opt/local/bin/msgfmt
checking for gmsgfmt... /opt/local/bin/msgfmt
checking for perl... /opt/local/bin/perl
checking for XML::Parser... ok
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler... 
checking whether to build tests... no
checking for DEPENDENCIES... yes
checking for DBUS... yes
checking for dbus-binding-tool... /opt/local/bin/dbus-binding-tool
Using config source xml:merged:/opt/local/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for gconftool-2... /opt/local/bin/gconftool-2
checking for localtime_r... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkdtemp... yes
checking for realpath... yes
checking for sqrt... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strstr... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for working strtod... yes
checking for size_t... yes
checking for compiler  option... yes
checking X11/XF86keysym.h usability... yes
checking X11/XF86keysym.h presence... yes
checking for X11/XF86keysym.h... yes
checking whether to enable GObject introspection support... no
checking whether Seed support is requested... no
checking whether NSS support is requested... no
checking whether to enable zeroconf bookmarks support... no
checking whether to enable NetworkManager support... no
checking whether iso-codes has iso-639 and iso-3166 domains... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /opt/local/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /opt/local/bin/msgfmt
checking for xgettext... (cached) /opt/local/bin/xgettext
checking for gtkdoc-check... /opt/local/bin/gtkdoc-check
checking for gtkdoc-rebase... /opt/local/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /opt/local/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for gtk-builder-convert... /opt/local/bin/gtk-builder-convert
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/epiphany-2.28.pc
config.status: creating data/epiphany.desktop.in
config.status: creating data/bme.desktop.in
config.status: creating data/glade/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/art/Makefile
config.status: creating data/ui/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference/Makefile
config.status: creating lib/Makefile
config.status: creating lib/egg/Makefile
config.status: creating lib/widgets/Makefile
config.status: creating embed/Makefile
config.status: creating src/Makefile
config.status: creating src/bookmarks/Makefile
config.status: creating src/epiphany.h
config.status: creating help/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE

Epiphany was configured with the following options:

        Source code location       : .
        Compiler                   : /usr/bin/gcc-4.2
        Prefix                     : /opt/local
        Extra debugging support    : yes

        Zeroconf bookmarks support : no
        NetworkManager support     : no
        GObject introspection      : no
        Seed support               : no
        NSS support                : no
        Build tests                : no

--->  Building epiphany
DEBUG: Executing org.macports.build (epiphany)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_epiphany/work/epiphany-2.28.1" && /usr/bin/make -j4 all'
/usr/bin/make  all-recursive
Making all in lib
  GEN    stamp-ephy-lib-type-builtins.c
  GEN    stamp-ephy-lib-type-builtins.h
  GEN    stamp-ephy-marshal.c
  GEN    stamp-ephy-marshal.h
/usr/bin/make  all-recursive
Making all in widgets
  CC     libephywidgets_la-ephy-node-view.lo
  CC     libephywidgets_la-ephy-location-entry.lo
  CC     libephywidgets_la-ephy-search-entry.lo
  CC     libephywidgets_la-ephy-spinner.lo
ephy-spinner.c: In function 'ephy_spinner_expose':
ephy-spinner.c:622: warning: implicit declaration of function 'GTK_WIDGET_DRAWABLE'
ephy-spinner.c:622: warning: nested extern declaration of 'GTK_WIDGET_DRAWABLE'
ephy-spinner.c: In function 'ephy_spinner_start':
ephy-spinner.c:892: warning: implicit declaration of function 'GTK_WIDGET_MAPPED'
ephy-spinner.c:892: warning: nested extern declaration of 'GTK_WIDGET_MAPPED'
ephy-location-entry.c: In function 'favicon_create_drag_pixmap':
ephy-location-entry.c:778: warning: implicit declaration of function 'GTK_WIDGET_STATE'
ephy-location-entry.c:778: warning: nested extern declaration of 'GTK_WIDGET_STATE'
  CC     libephywidgets_la-ephy-spinner-tool-item.lo
ephy-location-entry.c: In function 'ephy_location_entry_set_location':
ephy-location-entry.c:1288: warning: implicit declaration of function 'GTK_WIDGET_REALIZED'
ephy-location-entry.c:1288: warning: nested extern declaration of 'GTK_WIDGET_REALIZED'
  CC     libephywidgets_la-ephy-tree-model-node.lo
  CC     libephywidgets_la-ephy-tree-model-sort.lo
  CC     libephywidgets_la-ephy-zoom-action.lo
  CC     libephywidgets_la-ephy-zoom-control.lo
  CCLD   libephywidgets.la
Making all in egg
  GEN    stamp-eggmarshalers.h
  GEN    stamp-eggmarshalers.c
  GEN    stamp-eggtypebuiltins.h
  GEN    stamp-eggtypebuiltins.c
/usr/bin/make  all-am
  CC     libegg_la-eggtreemultidnd.lo
  CC     libegg_la-eggdesktopfile.lo
  CC     libegg_la-eggsmclient.lo
  CC     libegg_la-eggsmclient-xsmp.lo
  CC     libegg_la-egg-editable-toolbar.lo
  CC     libegg_la-egg-toolbars-model.lo
  CC     libegg_la-egg-toolbar-editor.lo
egg-editable-toolbar.c: In function 'toolbar_visibility_refresh':
egg-editable-toolbar.c:875: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
egg-editable-toolbar.c:875: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
  CC     libegg_la-eggmarshalers.lo
  CC     libegg_la-eggtypebuiltins.lo
  CCLD   libegg.la
  CC     libephymisc_la-ephy-debug.lo
  CC     libephymisc_la-eel-gconf-extensions.lo
  CC     libephymisc_la-ephy-dialog.lo
  CC     libephymisc_la-ephy-dnd.lo
  CC     libephymisc_la-ephy-file-chooser.lo
  CC     libephymisc_la-ephy-file-helpers.lo
ephy-dialog.c: In function 'set_sensitivity':
ephy-dialog.c:149: warning: implicit declaration of function 'GTK_WIDGET_IS_SENSITIVE'
ephy-dialog.c:149: warning: nested extern declaration of 'GTK_WIDGET_IS_SENSITIVE'
  CC     libephymisc_la-ephy-gui.lo
  CC     libephymisc_la-ephy-langs.lo
  CC     libephymisc_la-ephy-loader.lo
  CC     libephymisc_la-ephy-module.lo
ephy-gui.c: In function 'ephy_gui_menu_position_under_widget':
ephy-gui.c:143: warning: implicit declaration of function 'GTK_WIDGET_NO_WINDOW'
ephy-gui.c:143: warning: nested extern declaration of 'GTK_WIDGET_NO_WINDOW'
  CC     libephymisc_la-ephy-node.lo
  CC     libephymisc_la-ephy-node-filter.lo
  CC     libephymisc_la-ephy-node-db.lo
  CC     libephymisc_la-ephy-object-helpers.lo
  CC     libephymisc_la-ephy-print-utils.lo
  CC     libephymisc_la-ephy-shlib-loader.lo
  CC     libephymisc_la-ephy-signal-accumulator.lo
  CC     libephymisc_la-ephy-state.lo
  CC     libephymisc_la-ephy-string.lo
  CC     libephymisc_la-ephy-stock-icons.lo
  CC     libephymisc_la-ephy-time-helpers.lo
  CC     libephymisc_la-ephy-zoom.lo
  CC     libephymisc_la-ephy-lib-type-builtins.lo
ephy-state.c: In function 'ephy_state_window_set_position':
ephy-state.c:169: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
ephy-state.c:169: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
  CC     libephymisc_la-ephy-marshal.lo
  CCLD   libephymisc.la
Making all in embed
  GEN    stamp-ephy-embed-type-builtins.h
  GEN    stamp-ephy-embed-type-builtins.c
/usr/bin/make  all-am
  CC     libephyembed_la-ephy-adblock-manager.lo
  CC     libephyembed_la-ephy-adblock.lo
  CC     libephyembed_la-ephy-embed.lo
  CC     libephyembed_la-downloader-view.lo
  CC     libephyembed_la-ephy-embed-container.lo
  CC     libephyembed_la-ephy-embed-dialog.lo
ephy-embed.c: In function 'request_destination_uri':
ephy-embed.c:440: warning: implicit declaration of function 'GTK_WIDGET_TOPLEVEL'
ephy-embed.c:440: warning: nested extern declaration of 'GTK_WIDGET_TOPLEVEL'
  CC     libephyembed_la-ephy-embed-event.lo
  CC     libephyembed_la-ephy-embed-persist.lo
  CC     libephyembed_la-ephy-embed-single.lo
  CC     libephyembed_la-ephy-embed-shell.lo
  CC     libephyembed_la-ephy-embed-utils.lo
  CC     libephyembed_la-ephy-encodings.lo
  CC     libephyembed_la-ephy-favicon-cache.lo
  CC     libephyembed_la-ephy-history.lo
  CC     libephyembed_la-ephy-permission-manager.lo
  CC     libephyembed_la-ephy-embed-prefs.lo
  CC     libephyembed_la-ephy-web-view.lo
  CC     libephyembed_la-ephy-embed-type-builtins.lo
ephy-web-view.c: In function 'ge_new_window_cb':
ephy-web-view.c:990: warning: implicit declaration of function 'GTK_WIDGET_TOPLEVEL'
ephy-web-view.c:990: warning: nested extern declaration of 'GTK_WIDGET_TOPLEVEL'
  CCLD   libephyembed.la
Making all in src
  GEN    stamp-ephy-type-builtins.h
  GEN    stamp-ephy-type-builtins.c
  GEN    stamp-ephy-dbus-client-bindings.h
  GEN    stamp-ephy-dbus-server-bindings.h
/usr/bin/make  all-recursive
Making all in bookmarks
  GEN    stamp-ephy-bookmarks-type-builtins.h
  GEN    stamp-ephy-bookmarks-type-builtins.c
/usr/bin/make  all-am
  CC     libephybookmarks_la-ephy-bookmark-action.lo
  CC     libephybookmarks_la-ephy-bookmarks.lo
  CC     libephybookmarks_la-ephy-bookmarks-editor.lo
  CC     libephybookmarks_la-ephy-bookmarks-export.lo
ephy-bookmark-action.c: In function 'button_press_cb':
ephy-bookmark-action.c:434: warning: implicit declaration of function 'gtk_button_pressed'
ephy-bookmark-action.c:434: warning: nested extern declaration of 'gtk_button_pressed'
ephy-bookmark-action.c: In function 'button_release_cb':
ephy-bookmark-action.c:447: warning: implicit declaration of function 'gtk_button_released'
ephy-bookmark-action.c:447: warning: nested extern declaration of 'gtk_button_released'
  CC     libephybookmarks_la-ephy-bookmarks-import.lo
  CC     libephybookmarks_la-ephy-bookmarks-ui.lo
  CC     libephybookmarks_la-ephy-bookmarks-menu.lo
  CC     libephybookmarks_la-ephy-bookmark-properties.lo
  CC     libephybookmarks_la-ephy-topic-action.lo
  CC     libephybookmarks_la-ephy-related-action.lo
  CC     libephybookmarks_la-ephy-open-tabs-action.lo
ephy-bookmark-properties.c: In function 'similar_deactivate_cb':
ephy-bookmark-properties.c:225: warning: implicit declaration of function 'gtk_button_released'
ephy-bookmark-properties.c:225: warning: nested extern declaration of 'gtk_button_released'
ephy-topic-action.c: In function 'button_deactivate_cb':
ephy-topic-action.c:287: warning: implicit declaration of function 'gtk_button_released'
ephy-topic-action.c:287: warning: nested extern declaration of 'gtk_button_released'
  CC     libephybookmarks_la-ephy-topic-factory-action.lo
  CC     libephybookmarks_la-ephy-bookmark-factory-action.lo
  CC     libephybookmarks_la-ephy-topic-action-group.lo
  CC     libephybookmarks_la-ephy-bookmark-action-group.lo
  CC     libephybookmarks_la-ephy-topics-entry.lo
  CC     libephybookmarks_la-ephy-topics-palette.lo
  CC     libephybookmarks_la-ephy-nodes-cover.lo
  CC     libephybookmarks_la-ephy-bookmarks-type-builtins.lo
  CCLD   libephybookmarks.la
  CC     libephymain_la-ephy-activation.lo
  CC     libephymain_la-ephy-action-helper.lo
  CC     libephymain_la-ephy-completion-model.lo
  CC     libephymain_la-ephy-dbus.lo
  CC     libephymain_la-ephy-encoding-dialog.lo
  CC     libephymain_la-ephy-encoding-menu.lo
  CC     libephymain_la-ephy-extension.lo
  CC     libephymain_la-ephy-extensions-manager.lo
  CC     libephymain_la-ephy-find-toolbar.lo
  CC     libephymain_la-ephy-fullscreen-popup.lo
  CC     libephymain_la-ephy-go-action.lo
ephy-find-toolbar.c: In function 'tab_search_key_press_cb':
ephy-find-toolbar.c:198: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
ephy-find-toolbar.c:198: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
ephy-fullscreen-popup.c: In function 'ephy_fullscreen_popup_update_spinner':
ephy-fullscreen-popup.c:105: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
ephy-fullscreen-popup.c:105: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
ephy-fullscreen-popup.c: In function 'ephy_fullscreen_popup_size_request':
ephy-fullscreen-popup.c:348: warning: implicit declaration of function 'GTK_WIDGET_REALIZED'
ephy-fullscreen-popup.c:348: warning: nested extern declaration of 'GTK_WIDGET_REALIZED'
  CC     libephymain_la-ephy-home-action.lo
  CC     libephymain_la-ephy-history-window.lo
  CC     libephymain_la-ephy-link.lo
  CC     libephymain_la-ephy-link-action.lo
  CC     libephymain_la-ephy-location-action.lo
  CC     libephymain_la-ephy-lockdown.lo
ephy-link-action.c: In function 'proxy_button_press_event_cb':
ephy-link-action.c:43: warning: implicit declaration of function 'gtk_button_pressed'
ephy-link-action.c:43: warning: nested extern declaration of 'gtk_button_pressed'
ephy-link-action.c: In function 'proxy_button_release_event_cb':
ephy-link-action.c:61: warning: implicit declaration of function 'gtk_button_released'
ephy-link-action.c:61: warning: nested extern declaration of 'gtk_button_released'
  CC     libephymain_la-ephy-navigation-action.lo
  CC     libephymain_la-ephy-notebook.lo
  CC     libephymain_la-ephy-password-info.lo
  CC     libephymain_la-ephy-profile-migration.lo
  CC     libephymain_la-ephy-session.lo
  CC     libephymain_la-ephy-shell.lo
ephy-notebook.c: In function 'find_tab_num_at_pos':
ephy-notebook.c:274: warning: implicit declaration of function 'GTK_WIDGET_MAPPED'
ephy-notebook.c:274: warning: nested extern declaration of 'GTK_WIDGET_MAPPED'
  CC     libephymain_la-ephy-statusbar.lo
  CC     libephymain_la-ephy-tabs-menu.lo
  CC     libephymain_la-ephy-toolbars-model.lo
ephy-statusbar.c: In function 'sync_visibility':
ephy-statusbar.c:268: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
ephy-statusbar.c:268: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
  CC     libephymain_la-ephy-toolbar.lo
  CC     libephymain_la-ephy-toolbar-editor.lo
  CC     libephymain_la-ephy-window.lo
  CC     libephymain_la-pdm-dialog.lo
  CC     libephymain_la-popup-commands.lo
  CC     libephymain_la-prefs-dialog.lo
ephy-window.c: In function 'ephy_window_key_press_event':
ephy-window.c:992: warning: implicit declaration of function 'GTK_WIDGET_VISIBLE'
ephy-window.c:992: warning: nested extern declaration of 'GTK_WIDGET_VISIBLE'
ephy-window.c: In function 'ephy_window_link_message_cb':
ephy-window.c:2657: warning: implicit declaration of function 'GTK_WIDGET_STATE'
ephy-window.c:2657: warning: nested extern declaration of 'GTK_WIDGET_STATE'
  CC     libephymain_la-window-commands.lo
  CC     libephymain_la-ppview-toolbar.lo
  CC     libephymain_la-ephy-type-builtins.lo
  CC     epiphany-ephy-main.o
  CCLD   libephymain.la
  CCLD   epiphany
Undefined symbols:
  "_GTK_WIDGET_NO_WINDOW", referenced from:
      _ephy_gui_menu_position_on_toolbar in libephymisc.a(libephymisc_la-ephy-gui.o)
      _ephy_gui_menu_position_under_widget in libephymisc.a(libephymisc_la-ephy-gui.o)
  "_GTK_WIDGET_IS_SENSITIVE", referenced from:
      _load_info in libephymisc.a(libephymisc_la-ephy-dialog.o)
      _load_info in libephymisc.a(libephymisc_la-ephy-dialog.o)
      _load_info in libephymisc.a(libephymisc_la-ephy-dialog.o)
  "_GTK_WIDGET_REALIZED", referenced from:
      _ephy_location_entry_set_location in libephywidgets.a(libephywidgets_la-ephy-location-entry.o)
      _ephy_fullscreen_popup_size_request in libephymain.a(libephymain_la-ephy-fullscreen-popup.o)
  "_GTK_WIDGET_DRAWABLE", referenced from:
      _ephy_spinner_expose in libephywidgets.a(libephywidgets_la-ephy-spinner.o)
  "_GTK_WIDGET_STATE", referenced from:
      _ephy_window_link_message_cb in libephymain.a(libephymain_la-ephy-window.o)
      _ephy_window_link_message_cb in libephymain.a(libephymain_la-ephy-window.o)
      _ephy_window_link_message_cb in libephymain.a(libephymain_la-ephy-window.o)
      _ephy_window_link_message_cb in libephymain.a(libephymain_la-ephy-window.o)
      _favicon_drag_begin_cb in libephywidgets.a(libephywidgets_la-ephy-location-entry.o)
      _favicon_drag_begin_cb in libephywidgets.a(libephywidgets_la-ephy-location-entry.o)
      _favicon_drag_begin_cb in libephywidgets.a(libephywidgets_la-ephy-location-entry.o)
  "_GTK_WIDGET_TOPLEVEL", referenced from:
      _ge_new_window_cb in libephyembed.a(libephyembed_la-ephy-web-view.o)
      _download_status_changed_cb in libephyembed.a(libephyembed_la-ephy-embed.o)
      _confirm_action_response_cb in libephyembed.a(libephyembed_la-ephy-embed.o)
  "_GTK_WIDGET_MAPPED", referenced from:
      _button_press_cb in libephymain.a(libephymain_la-ephy-notebook.o)
      _ephy_spinner_stop in libephywidgets.a(libephywidgets_la-ephy-spinner.o)
      _ephy_spinner_start in libephywidgets.a(libephywidgets_la-ephy-spinner.o)
  "_GTK_WIDGET_VISIBLE", referenced from:
      _ephy_state_add_window in libephymisc.a(libephymisc_la-ephy-state.o)
      _ephy_window_key_press_event in libephymain.a(libephymain_la-ephy-window.o)
      _ephy_find_toolbar_request_close in libephymain.a(libephymain_la-ephy-find-toolbar.o)
      _ephy_find_toolbar_find_previous in libephymain.a(libephymain_la-ephy-find-toolbar.o)
      _ephy_find_toolbar_find_next in libephymain.a(libephymain_la-ephy-find-toolbar.o)
      _tab_search_key_press_cb in libephymain.a(libephymain_la-ephy-find-toolbar.o)
      _sync_visibility in libephymain.a(libephymain_la-ephy-statusbar.o)
      _toolbar_visibility_refresh in libegg.a(libegg_la-egg-editable-toolbar.o)
      _toolbar_visibility_refresh in libegg.a(libegg_la-egg-editable-toolbar.o)
      _ephy_fullscreen_popup_update_spinner in libephymain.a(libephymain_la-ephy-fullscreen-popup.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [epiphany] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_epiphany/work/epiphany-2.28.1" && /usr/bin/make -j4 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_epiphany/work/epiphany-2.28.1" && /usr/bin/make -j4 all " returned error 2
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for epiphany): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

Change History (8)

comment:1 Changed 14 years ago by zheaton@…

Cc: zheaton@… added

Cc Me!

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: devans@… zheaton@… removed
Owner: changed from macports-tickets@… to devans@…

comment:3 Changed 14 years ago by boltronics@…

Cc: boltronics@… added

Cc Me!

comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Has duplicate #25152.

comment:5 Changed 14 years ago by yasir.suhail@…

May be the solution is to use the latest version of epiphany. I think the problem arises because GTK has been updated, and epiphany tries to use the older interface for some functions.

comment:6 in reply to:  description Changed 14 years ago by yasir.suhail@…

Patch file in Ticket #26166. I think it also needs the latest libsoup, (Ticket #26165).

comment:7 Changed 14 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Fixed in r70778, r70879.

comment:8 Changed 14 years ago by dbevans (David B. Evans)

Summary: epiphany 2.28.1 - Build fails with GTK 2.2.0epiphany 2.28.1 - Build fails with GTK 2.20.1
Note: See TracTickets for help on using tickets.