Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 06:20:12 +0100
From:      Timo Buhrmester <fstd.lkml@gmail.com>
To:        Tim Kientzle <kientzle@freebsd.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cross-building ARM world on amd64
Message-ID:  <20140113052012.GA14826@frozen.localdomain>
In-Reply-To: <31AA6E3F-FEC4-4F69-9954-553E76871B16@freebsd.org>
References:  <20140112185955.GA29733@frozen.localdomain> <CAFYkXjkh9Fs3pUmk29brKkm3p682%2BLXbx2uPTZ_xcXwLYq9=gg@mail.gmail.com> <0DC39714-91FA-4C27-AC0B-A8F52B1EAD38@freebsd.org> <20140112214258.GA2687@frozen.localdomain> <20140112221305.GB2687@frozen.localdomain> <31AA6E3F-FEC4-4F69-9954-553E76871B16@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 12, 2014 at 06:09:21PM -0800, Tim Kientzle wrote:
> Can you search your /usr/obj to see if you have multiple
> copies of make_keys somewhere?
# find /usr/cross/obj -name make_keys -exec file {} \;
/usr/cross/obj/arm.armv6/usr/src/lib/ncurses/ncurses/make_keys: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000510), not stripped
/usr/cross/obj/arm.armv6/usr/src/lib/ncurses/ncursesw/make_keys: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000510), not stripped
/usr/cross/obj/usr/src/lib/ncurses/ncurses/make_keys: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for FreeBSD 11.0 (1100005), not stripped
(this is what i have after redoing the process from scratch as mentioned below)

> It might also be worth scrutinizing your environment;
> you may have some environment variables that are
> surprising the build process.
> Of course, getting a new /usr/src tree is always a
> worthwhile thing to try.
I checked out a fresh copy of HEAD, removed obj/ and tried again, this time as root in a 'clean' env (was toor before)
# env
USER=root
LOGNAME=root
HOME=/root
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
TERM=xterm
BLOCKSIZE=K
SHELL=/bin/csh
SSH_CLIENT=192.168.0.12 58550 22
SSH_CONNECTION=192.168.0.12 58550 192.168.0.4 22
SSH_TTY=/dev/pts/8
HOSTTYPE=FreeBSD
VENDOR=amd
OSTYPE=FreeBSD
MACHTYPE=x86_64
SHLVL=1
PWD=/root
GROUP=wheel
HOST=flap
REMOTEHOST=192.168.0.12
EDITOR=vi
PAGER=more

The process failed at the same step as before, I've uploaded the new build log regardless: http://penenen.de/build2.log.bz2


Best Regards,
Timo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140113052012.GA14826>