I am using native compile on my openmoko FreeRunner and i want to emerge the "autounmask" tool, which i find very handy. the problem is with his dependency on PortageXS. when i try to emerge it i get:
neo-gentoo ~ # emerge PortageXS * Overlay eclasses override eclasses from PORTDIR: * * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-bad.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-base.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-good.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-ugly.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/kernel-2.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/subversion.eclass' * * It is best to avoid overriding eclasses from PORTDIR because it will * trigger invalidation of cached ebuild metadata that is distributed with * the portage tree. If you must override eclasses from PORTDIR then you * are advised to add FEATURES="metadata-transfer" to /etc/make.conf and to * run `emerge --regen` after each time that you run `emerge --sync`. Set * PORTAGE_ECLASS_WARNING_ENABLE="0" in /etc/make.conf if you would like to * disable this warning. Calculating dependencies... done! emerge: there are no ebuilds to satisfy "~dev-lang/perl-5.10.0". (dependency required by "dev-perl/PortageXS-0.02.10" [ebuild]) (dependency required by "PortageXS" [argument]) that perl version doesn't either exist in portage, so this is completely blocking me.. on my pc though it will just install with the 5.8.8-r5 version of perl without complaining. the PortageXS versions are the same, and this happens with all the (2) versions of PortageXS. i paste here the emerge --info on the freerunner: neo-gentoo ~ # emerge --info * Overlay eclasses override eclasses from PORTDIR: * * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-bad.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-base.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-good.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/gst-plugins-ugly.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/kernel-2.eclass' * '/usr/portage/local/layman/openmoko/trunk/openmoko-target/eclass/subversion.eclass' * * It is best to avoid overriding eclasses from PORTDIR because it will * trigger invalidation of cached ebuild metadata that is distributed with * the portage tree. If you must override eclasses from PORTDIR then you * are advised to add FEATURES="metadata-transfer" to /etc/make.conf and to * run `emerge --regen` after each time that you run `emerge --sync`. Set * PORTAGE_ECLASS_WARNING_ENABLE="0" in /etc/make.conf if you would like to * disable this warning. Portage 2.1.6.7 (!/usr/portage/local/layman/openmoko/trunk/openmoko-target/profiles/openmoko, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.29-rc3 armv4tl) ================================================================= System uname: Linux-2.6.29-rc3-armv4tl-ARM920T_rev_0_-v4l-with-glibc2.4 Timestamp of tree: Mon, 27 Apr 2009 01:00:01 +0000 distcc 3.0 armv4tl-softfloat-linux-gnueabi [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="arm" CBUILD="armv4tl-softfloat-linux-gnueabi" CFLAGS="-Os -march=armv4t -pipe" CHOST="armv4tl-softfloat-linux-gnueabi" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-Os -march=armv4t -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distcc distlocks fixpackages nodoc noinfo noman parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="" LINGUAS="en" MAKEOPTS="--jobs=4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/openmoko /usr/portage/local/layman/openmoko/trunk/openmoko-target" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acpi arm cracklib dbus iconv midi minimal multicall ncurses nls perl python readline sqlite ssl subversion tcpd tslib unicode zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="tslib mouse keyboard evdev void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="dummy fbdev glamo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS -- roby
