Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot find automake when cross emerging sys-libs/db
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Codeturtle
n00b
n00b


Joined: 19 Feb 2013
Posts: 4

PostPosted: Fri Feb 22, 2013 10:48 am    Post subject: Cannot find automake when cross emerging sys-libs/db Reply with quote

Hi!

I'm trying to cross-compile my gentoo kernel and root filesystem for an ARM Development Board using layman's overlay "embedded-cross".
I follow the instructions from [url] http://en.gentoo-wiki.com/wiki/Phytec_phyCORE-iMX35/Gentoo/Desktop#Create_host_system_for_cross-compilation[/url].

I get the following error, when trying to emerge sys-libs-db using
Code:
arm-unknown-linux-gnueabi-emerge sys-libs/db
:

Code:


--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: sys-libs/pam ~arm
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: sys-auth/pambase ~arm
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: =net-fs/nfs-utils-1.1.5 ~arm
Calculating dependencies 
 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-libs/db-4.7.25_p4 for /usr/arm-unknown-linux-gnueabi/
 * db-4.7.25.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                 [ ok ]
 * patch.4.7.25.1 SHA256 SHA512 WHIRLPOOL size ;-) ...                   [ ok ]
 * patch.4.7.25.2 SHA256 SHA512 WHIRLPOOL size ;-) ...                   [ ok ]
 * patch.4.7.25.3 SHA256 SHA512 WHIRLPOOL size ;-) ...                   [ ok ]
 * patch.4.7.25.4 SHA256 SHA512 WHIRLPOOL size ;-) ...                   [ ok ]
>>> Unpacking source...
>>> Unpacking db-4.7.25.tar.gz to /usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work
 * Applying patch.4.7.25.1 ...
 [ ok ]
 * Applying patch.4.7.25.2 ...
 [ ok ]
 * Applying patch.4.7.25.3 ...
 [ ok ]
 * Applying patch.4.7.25.4 ...
 [ ok ]
 * Applying db-4.6-libtool.patch ...
 [ ok ]
 * Applying db-4.6-jni-check-prefix-first.patch ...
 [ ok ]
 * Applying db-4.3-listen-to-java-options.patch ...
 [ ok ]
 * Running eautoreconf in '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist' ...
 * ERROR: sys-libs/db-4.7.25_p4 failed (unpack phase):
 *   Cannot find the latest automake! Tried 1.11.1:1.11
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 4986:  Called eautoreconf
 *   environment, line 1155:  Called _elibtoolize '--install' '--copy' '--force'
 *   environment, line  342:  Called autotools_run_tool 'libtoolize' '--copy' '--force'
 *   environment, line  666:  Called autotools_env_setup
 *   environment, line  627:  Called die
 * The specific snippet of code:
 *           [[ ${WANT_AUTOMAKE} == "latest" ]] && die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE}";
 *
 * If you need support, post the output of `emerge --info '=sys-libs/db-4.7.25_p4'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/db-4.7.25_p4'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
/usr/lib/portage/bin/isolated-functions.sh: line 215: wait: `Cannot find the latest automake! Tried 1.11.1:1.11': not a pid or valid job spec
 * The complete build log is located at '/usr/arm-unknown-linux-gnueabi/var/log/portage/sys-libs:db-4.7.25_p4:20130222-094904.log'.
 * For convenience, a symlink to the build log is located at '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/temp/build.log'.
 * The ebuild environment file is located at '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/temp/environment'.
 * Working directory: '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist'
 * S: '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/build_unix'

>>> Failed to emerge sys-libs/db-4.7.25_p4 for /usr/arm-unknown-linux-gnueabi/, Log file:

>>>  '/usr/arm-unknown-linux-gnueabi/var/log/portage/sys-libs:db-4.7.25_p4:20130222-094904.log'
 * Messages for package sys-libs/db-4.7.25_p4 merged to /usr/arm-unknown-linux-gnueabi/:
 * ERROR: sys-libs/db-4.7.25_p4 failed (unpack phase):
 *   Cannot find the latest automake! Tried 1.11.1:1.11
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 4986:  Called eautoreconf
 *   environment, line 1155:  Called _elibtoolize '--install' '--copy' '--force'
 *   environment, line  342:  Called autotools_run_tool 'libtoolize' '--copy' '--force'
 *   environment, line  666:  Called autotools_env_setup
 *   environment, line  627:  Called die
 * The specific snippet of code:
 *           [[ ${WANT_AUTOMAKE} == "latest" ]] && die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE}";
 *
 * If you need support, post the output of `emerge --info '=sys-libs/db-4.7.25_p4'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/db-4.7.25_p4'`.
 * The complete build log is located at '/usr/arm-unknown-linux-gnueabi/var/log/portage/sys-libs:db-4.7.25_p4:20130222-094904.log'.
 * For convenience, a symlink to the build log is located at '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/temp/build.log'.
 * The ebuild environment file is located at '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/temp/environment'.
 * Working directory: '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/dist'
 * S: '/usr/arm-unknown-linux-gnueabi/tmp/portage/sys-libs/db-4.7.25_p4/work/db-4.7.25/build_unix'



This is the output of
Code:
arm-unknown-linux-gnueabi-emerge --info '=sys-libs/db-4.7.25_p4'

Code:

--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /etc/portage/package.use: >=dev/vcs/subversion-1.7.7
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: sys-libs/pam ~arm
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: sys-auth/pambase ~arm
--- Invalid atom in /usr/arm-unknown-linux-gnueabi/portage-configroot/etc/portage/package.mask/openmoko-local-keywords: =net-fs/nfs-utils-1.1.5 ~arm
Portage 2.1.11.50 (default/linux/arm/13.0/desktop, gcc-4.4.3, glibc-2.15-r3, 3.5.7-gentoo i686)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.5.7-gentoo-i686-Intel-R-_Xeon-R-_CPU_W3550_@_3.07GHz-with-gentoo-2.1
KiB Mem:     1516908 total,     60504 free
KiB Swap:     499996 total,    499996 free
Timestamp of tree: Thu, 21 Feb 2013 12:00:01 +0000
ld GNU ld (GNU Binutils) 2.21.1
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo x-portage embedded-cross
ACCEPT_KEYWORDS="arm"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -pipe -O2 -march=armv7-a -mfpu=neon -fomit-frame-pointer"
CHOST="arm-unknown-linux-gnueabi"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-Os -pipe -O2 -march=armv7-a -mfpu=neon -fomit-frame-pointer"
DISTDIR="/MyPortageTree/portage/distfiles"
FCFLAGS="-O2"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news nodoc noinfo noman parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/arm-unknown-linux-gnueabi/packages/"
PORTAGE_CONFIGROOT="/usr/arm-unknown-linux-gnueabi/portage-configroot/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/usr/arm-unknown-linux-gnueabi/tmp/"
PORTDIR="/MyPortageTree/portage"
PORTDIR_OVERLAY="/usr/local/portage /MyPortageTree/layman/embedded-cross"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acpi alsa arm berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus dts dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mudflap ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline sdl session spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets xcb xml xv xvid 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" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


When I try to emerge automake and/or update world with flag --keep-going, however, I cannot emerge automake, because it depends on sys-libs/db.
Does anyone have an idea, how I could solve this? Thanks in advance!

My make.conf looks like this:
Code:

CHOST=arm-unknown-linux-gnueabi
CBUILD=i686-pc-linux-gnu
ARCH=arm

ROOT=/usr/${CHOST}/

ACCEPT_KEYWORDS="arm"

USE="-acl -ipv6 -cracklib"

# -acl: because of sed
# -ipv6: because of python-2.6
# -cracklib: because of pam-1.1.1, pam_cracklib is not built

VIDEO_CARDS="fbdev dummy"

INPUT_DEVICES="evdev keyboard mouse"

MARCH_TUNE="-O2 -march=armv7-a -mfpu=neon"

CFLAGS="-Os -pipe ${MARCH_TUNE} -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

FEATURES="sandbox buildpkg noman noinfo nodoc"

PKGDIR=${ROOT}packages/
PORTAGE_TMPDIR=${ROOT}tmp/
PORT_LOGDIR="${ROOT}var/log/portage"
PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"
PORTDIR="/MyPortageTree/portage"
DISTDIR="/MyPortageTree/portage/distfiles"

# layman: don't use layman/make.conf anymore, because it is shared. Use instead PORTDIR_OVERLAY.
# source /MyPortageTree/layman/make.conf

# crossdev puts it in the first overlay
PORTDIR_OVERLAY="/usr/local/portage /MyPortageTree/layman/embedded-cross $PORTDIR_OVERLAY"

LINGUAS="en"

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum