Gentoo linux 2006.1 Pri ustanovke gnoma emerge vyletaet na pokete alacarte-0.10.1
checking for pygtk 2.8.0 installed for python 2.4... not found configure: error: required pygtk version not found
!!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/x11-misc/alacarte-0.10.1/work/alacarte-0.10.1/config.log
!!! ERROR: x11-misc/alacarte-0.10.1 failed. Call stack: ebuild.sh, line 1568: Called dyn_compile ebuild.sh, line 937: Called src_compile ebuild.sh, line 1261: Called gnome2_src_compile gnome2.eclass, line 63: Called gnome2_src_configure gnome2.eclass, line 59: Called econf '--disable-gtk-doc' ebuild.sh, line 540: Called die
!!! econf failed !!! If you need support, post the topmost build error, and the call stack if relevant.
vrodeby na bugzille est reshenie problemy http://bugs.gentoo.org/show_bug.cgi?id=148833
Ya prochital bug, tam daetsya primer tolko kak eto rabotaet a ne znau ,ya prosto perecopiroval etot primer v alacarte-0.10.1.ebuild no eto ne srabotalo, mozet kto podskazet kak etot fix ispolzovat.
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.1.ebuild,v 1.1 2006/10/08 05:27:35 leio Exp $
inherit gnome2 python
DESCRIPTION="Simple GNOME menu editor" HOMEPAGE="http://www.realistanew.com/projects/alacarte"
LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" SLOT=0
RDEPEND=">=dev-lang/python-2.4 >=dev-python/pygtk-2.4 >=gnome-base/gnome-menus-2.15" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.19"
DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() { gnome2_src_unpack
cd ${S}
PYTHON_VERSION="`$(which python) --version 2>&1 | cut -d" " -f2`"
if [ "${PYTHON_VERSION}" = "2.5" ]; then sed -i -e "s@\(AM_PATH_PYTHON_VERSION(\)@\1${PYTHON_VERSION}, ${PYTHON_VERSION}.0,@" configure.ac fi
einfo "Running autoconf..." autoconf || die }