- Code: Select all
localhost fitzcarraldo # revdep-rebuild
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... done.
(/root/.revdep-rebuild.1_files)
Collecting complete LD_LIBRARY_PATH... done.
(/root/.revdep-rebuild.2_ldpath)
Checking dynamic linking consistency...
broken /usr/bin/application-browser (requires libgnutls.so.13)
broken /usr/libexec/main-menu (requires libgnutls.so.13)
broken /usr/lib64/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstcontrol-0.8.la)
broken /usr/lib64/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstgconf-0.8.la)
broken /usr/lib64/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstreamer-0.8.la)
broken /usr/lib/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstcontrol-0.8.la)
broken /usr/lib/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstgconf-0.8.la)
broken /usr/lib/bonobo/librb-nautilus-context-menu.la (requires /usr/lib64/libgstreamer-0.8.la)
done.
(/root/.revdep-rebuild.3_rebuild)
Assigning files to ebuilds... done.
(/root/.revdep-rebuild.4_ebuilds)
Evaluating package order...
Warning: Failed to resolve package order.
Will merge in "random" order!
Possible reasons:
- An ebuild is no longer in the portage tree.
- An ebuild is masked, use /etc/portage/packages.keyword
and/or /etc/portage/package.unmask to unmask it
..... done.
(/root/.revdep-rebuild.5_order)
All prepared. Starting rebuild...
emerge --oneshot =gnome-extra/gnome-main-menu-9999
..........
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) gnome-extra/gnome-main-menu-9999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
* subversion update start -->
* repository: http://svn.gnome.org/svn/gnome-main-menu/trunk
At revision 386.
* working copy: /usr/portage/distfiles/svn-src/gnome-main-menu/trunk
* Fixing OMF Makefiles ... [ ok ]
* Applying 02-gnome-main-menu-autogen-noconfigure.patch ... [ ok ]
* Applying 03-configure.in-remove-gtk-doc.patch ...
* Failed Patch: 03-configure.in-remove-gtk-doc.patch !
* ( /usr/portage/local/layman/sabayon/gnome-extra/gnome-main-menu/files/03-configure.in-remove-gtk-doc.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/gnome-extra/gnome-main-menu-9999/temp/03-configure.in-remove-gtk-doc.patch-23665.out
*
* ERROR: gnome-extra/gnome-main-menu-9999 failed.
* Call stack:
* ebuild.sh, line 46: Called src_unpack
* environment, line 2645: Called epatch 'src_unpack'
* environment, line 1460: Called die
* The specific snippet of code:
* die "Failed Patch: ${patchname}!";
* The die message:
* Failed Patch: 03-configure.in-remove-gtk-doc.patch!
*
* 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/gnome-extra/gnome-main-menu-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-main-menu-9999/temp/environment'.
*
* Messages for package gnome-extra/gnome-main-menu-9999:
* Failed Patch: 03-configure.in-remove-gtk-doc.patch !
* ( /usr/portage/local/layman/sabayon/gnome-extra/gnome-main-menu/files/03-configure.in-remove-gtk-doc.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/gnome-extra/gnome-main-menu-9999/temp/03-configure.in-remove-gtk-doc.patch-23665.out
*
* ERROR: gnome-extra/gnome-main-menu-9999 failed.
* Call stack:
* ebuild.sh, line 46: Called src_unpack
* environment, line 2645: Called epatch 'src_unpack'
* environment, line 1460: Called die
* The specific snippet of code:
* die "Failed Patch: ${patchname}!";
* The die message:
* Failed Patch: 03-configure.in-remove-gtk-doc.patch!
*
* 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/gnome-extra/gnome-main-menu-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-main-menu-9999/temp/environment'.
*
revdep-rebuild failed to emerge all packages
you have the following choices:
- if emerge failed during the build, fix the problems and re-run revdep-rebuild
or
- use -X or --package-names as first argument (trys to rebuild package, not exact
ebuild)
or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
(and remove /root/.revdep-rebuild.5_order to be evaluated again)
or
- modify the above emerge command and run it manually
or
- compile or unmerge unsatisfied packages manually, remove temporary files and
try again (you can edit package/ebuild list first)
To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*
localhost fitzcarraldo #
The contents of /usr/portage/local/layman/sabayon/gnome-extra/gnome-main-menu/files/03-configure.in-remove-gtk-doc.patch are are shown below, so I'm not surprised that gnome-main-menu will not build. But the question is, what do I need to do to solve the problem?
- Code: Select all
diff -ru slab-orig/configure.in slab/configure.in
--- slab-orig/configure.in 2006-08-29 01:34:23.451831243 -0600
+++ slab/configure.in 2006-08-29 01:35:00.685578431 -0600
@@ -92,8 +92,6 @@
dnl End: Gconf
dnl ==============================================
-GTK_DOC_CHECK(1.0)
-
AC_OUTPUT([
Makefile
application-browser/etc/Makefile

