Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 189745

Summary: www-client/epiphany-2.18.2 broken at compile
Product: Gentoo Linux Reporter: andrew Fabbro <andrew>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: config.log

Description andrew Fabbro 2007-08-21 18:29:28 UTC
make[2]: Entering directory `/var/tmp/portage/www-client/epiphany-2.18.2/work/epiphany-2.18.2/src'
/usr/bin/glib-mkenums \
                --fhead "#include \"ephy-type-builtins.h\"\n\n" \
                --fprod "\n/* enumerations from \"@filename@\" */" \
                --fprod "\n#include \"@filename@\"" \
                --vhead "GType\n@enum_name@_get_type (void)\n{\n" \
                --vhead "  static GType type = 0;\n\n" \
                --vhead "  if (G_UNLIKELY (type == 0))\n  {\n" \
                --vhead "    static const G@Type@Value _@enum_name@_values[] = {" \
                --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
                --vtail "      { 0, NULL, NULL }\n    };\n\n" \
                --vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n  }\n\n" \
                --vtail "  return type;\n}\n\n" \
                ephy-dbus.h ephy-extension.h ephy-extensions-manager.h ephy-link.h ephy-notebook.h ephy-session.h ephy-shell.h ephy-statusbar.h ephy-tab.h ephy-window.h ephy-action-helper.h ephy-activation.h ephy-encoding-dialog.h ephy-encoding-menu.h ephy-find-toolbar.h ephy-fullscreen-popup.h ephy-go-action.h ephy-history-window.h ephy-home-action.h ephy-link-action.h ephy-lockdown.h ephy-location-action.h ephy-navigation-action.h ephy-tabs-menu.h ephy-toolbars-model.h ephy-toolbar.h ephy-toolbar-editor.h languages.h pdm-dialog.h popup-commands.h prefs-dialog.h ppview-toolbar.h window-commands.h ephy-python.h ephy-python-extension.h ephy-python-loader.h > xgen-stamp-ephy-type-builtins.c \
        && ( cmp -s xgen-stamp-ephy-type-builtins.c ephy-type-builtins.c || cp xgen-stamp-ephy-type-builtins.c ephy-type-builtins.c ) \
        && rm -f xgen-stamp-ephy-type-builtins.c \
        && echo timestamp > stamp-ephy-type-builtins.c
/usr/bin/glib-mkenums \
                --fhead "#ifndef EPHY_TYPE_BUILTINS_H\n" \
                --fhead "#define EPHY_TYPE_BUILTINS_H 1\n\n" \
                --fhead "#include <glib-object.h>\n\n" \
                --fhead "G_BEGIN_DECLS\n\n" \
                --ftail "G_END_DECLS\n\n" \
                --ftail "#endif /* EPHY_TYPE_BUILTINS_H */\n" \
                --fprod "\n/* --- @filename@ --- */" \
                --eprod "#define EPHY_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
                --eprod "GType @enum_name@_get_type (void);\n" \
                ephy-dbus.h ephy-extension.h ephy-extensions-manager.h ephy-link.h ephy-notebook.h ephy-session.h ephy-shell.h ephy-statusbar.h ephy-tab.h ephy-window.h ephy-action-helper.h ephy-activation.h ephy-encoding-dialog.h ephy-encoding-menu.h ephy-find-toolbar.h ephy-fullscreen-popup.h ephy-go-action.h ephy-history-window.h ephy-home-action.h ephy-link-action.h ephy-lockdown.h ephy-location-action.h ephy-navigation-action.h ephy-tabs-menu.h ephy-toolbars-model.h ephy-toolbar.h ephy-toolbar-editor.h languages.h pdm-dialog.h popup-commands.h prefs-dialog.h ppview-toolbar.h window-commands.h ephy-python.h ephy-python-extension.h ephy-python-loader.h > xgen-stamp-ephy-type-builtins.h \
        && ( cmp -s xgen-stamp-ephy-type-builtins.h ephy-type-builtins.h || cp xgen-stamp-ephy-type-builtins.h ephy-type-builtins.h ) \
        && rm -f xgen-stamp-ephy-type-builtins.h \
        && echo timestamp > stamp-ephy-type-builtins.h
/usr/bin/dbus-binding-tool --prefix=ephy_activation --mode=glib-client ../data/epiphany-service.xml > xgen-stamp-ephy-dbus-client-bindings.h \
        && ( cmp -s xgen-stamp-ephy-dbus-client-bindings.h ephy-dbus-client-bindings.h || cp xgen-stamp-ephy-dbus-client-bindings.h ephy-dbus-client-bindings.h ) \
        && rm -f xgen-stamp-ephy-dbus-client-bindings.h \
        && echo timestamp > stamp-ephy-dbus-client-bindings.h
/usr/bin/dbus-binding-tool: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
make[2]: *** [stamp-ephy-dbus-client-bindings.h] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.18.2/work/epiphany-2.18.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.18.2/work/epiphany-2.18.2'
make: *** [all] Error 2

!!! ERROR: www-client/epiphany-2.18.2 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  epiphany-2.18.2.ebuild, line 84:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/www-client/epiphany-2.18.2/temp/build.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-21 18:31:57 UTC

*** This bug has been marked as a duplicate of bug 128069 ***
Comment 2 andrew Fabbro 2007-08-21 18:33:42 UTC
Created attachment 128798 [details]
config.log