All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: failure building gcc-cross-initial for armv5te
Date: Wed, 20 Oct 2010 16:05:43 +0200	[thread overview]
Message-ID: <20101020140543.GN3324@jama> (raw)
In-Reply-To: <29F88E4E-18CC-4CD2-8A76-5C78ED4EDAC7@nikom.net>

On Wed, Oct 20, 2010 at 09:26:32AM -0400, Nik wrote:
> What os are you compiling on?  Can you run the cross compile gcc from the command line and get the no input files message?

Related log from #oe - as I'm lazy to type it again :)

12:39:53 < morphis> anybody looked already on "failure building gcc-cross-initial" thing?
12:41:13 < JaMa|W> morphis: cleaning and rebuilding whole toolchain usually helps in those cases
12:41:23 < morphis> already did that
12:41:40 < JaMa|W> cleaned all gcc/binutils/eglibc?
12:41:48 < morphis> rm -rf tmp
12:42:06 < morphis> somebody on the ML has the same problem
12:42:34 < JaMa|W> I had the same, but rebuild did work for me
12:42:55 < morphis> see http://tinderbox.openembedded.org/public/logs/task/8947680.txt
12:42:56 < morphis> hm
12:43:04 < morphis> I started a second rebuild
12:43:09 < morphis> maybe it works now
12:44:09 < JaMa|W> morphis: config.log is more important
12:44:39 < morphis> conftest.c:11: fatal error: ac_nonexistent.h: No such file or director
12:44:58 < JaMa|W> but ie shr buildhost also built gcc-cross for 2 archs in last 3 days too
12:45:10 < morphis> hm
12:46:01 -!- etrunko_ [~edulima@201.53.212.47] has quit [Ping timeout: 240 seconds]
12:48:02 < JaMa|W> morphis: that's imho not real error, just what "checking how to run the C preprocessor" expects to see
12:48:16 < morphis> ok
12:48:25 < morphis> will wait until the build fails and then look again
13:26:50 < eFfeM_work> morphis: perhaps try a clean build (no pstage or tmp); i could build slugos for nslu2 (le and be) without problem (branch testing-next)
13:30:44 < morphis> eFfeM_work: already tried that
13:30:47 < morphis> two times
13:30:50 < morphis> did not wokred
13:30:55 < morphis> s/wokred/worked/
13:30:59 < eFfeM_work> ah ok, what machine/distro ?
13:31:11 < eFfeM_work> i tried slugos, but that is on an older gcc i think
13:31:41 < eFfeM_work> and I did minimal/console-image for sheevaplug (which is armv5te)
13:34:45 < morphis> palmpre/shr
13:38:08 < eFfeM_work> do minimal and shr use a different gcc version or rev ?
13:38:14 < eFfeM_work> has the recipe been changed since ?
13:38:26 < eFfeM_work> that are the things you want to look at
13:39:25 < morphis> some infos from config.log: http://pastie.org/1235203
13:39:37 < morphis> recipe did not changed
13:39:47 < morphis> shr choose new gcc version some days ago I think
13:40:04 < morphis> ah damn it
13:40:08 < morphis> I forgot some lines
13:41:37 < morphis> it tells me /home/morphis/oe/palmpre/tmp/work/armv7a-oe-linux-gnueabi/gcc-cross-initial-4.5-r12.0+svnr164562/gcc-4.5/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as: line 83: exec: : not found
13:42:58 < JaMa|W> morphis: yup that's what I had
13:43:25 < morphis> JaMa|W: hm ok
13:43:35 < morphis> should I try to rebuild a second time?
13:43:45 < morphis> äh a third time
13:44:06 < JaMa|W> pastebin /home/morphis/oe/palmpre/tmp/work/armv7a-oe-linux-gnueabi/gcc-cross-initial-4.5-r12.0+svnr164562/gcc-4.5/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as
13:45:04 < morphis> morphis@nirvana ...gcc-cross-initial-4.5-r12.0+svnr164562 % ls /home/morphis/oe/palmpre/tmp/work/armv7a-oe-linux-gnueabi/gcc-cross-initial-4.5-r12.0+svnr164562/gcc-4.5/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as
13:45:04 < morphis> /home/morphis/oe/palmpre/tmp/work/armv7a-oe-linux-gnueabi/gcc-cross-initial-4.5-r12.0+svnr164562/gcc-4.5/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as*
13:45:12 < morphis> it's there
13:46:14 < JaMa|W> and what's on line 83? it want's to exec ${empty var} IIRC
13:49:24 < morphis> mom
13:50:25 < CIA-9> Martin Jansa <Martin.Jansa@gmail.com> master * r85f8336c9b openembedded.git/recipes/libxml/libxml2.inc: (log message trimmed)
13:50:25 < CIA-9> libxml2: enable debug module (default is on)
13:50:25 < CIA-9> * it's not runtime debug (--with-run-debug or --with-mem-debug)
13:50:25 < CIA-9> * it's needed by python API (which is not limited to provide bindings
13:50:25 < CIA-9> based on enabled modules so ie python call param_node.lsCountNode()
13:50:25 < CIA-9> always calls libxml2mod.xmlLsCountNode(self._o), but this function is
13:50:26 < CIA-9> available only with debug module enabled.
13:55:54 -!- arun_ [~arun@unaffiliated/sindian] has quit [Ping timeout: 252 seconds]
13:58:54 < morphis> JaMa|W: http://pastie.org/1235220
14:03:08 < JaMa|W> ORIGINAL_AS_FOR_TARGET="" is that empty var :/
14:04:04 < JaMa|W> morphis: maybe it's related to  http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=f1148d26740e57cba4fe29fd78c234359868a50e
14:04:17 < JaMa|W> morphis: I haven't build from scratch after this commit
14:05:58 < JaMa|W> but that's included only in target binutils (as commit says) so it shouldn't be related
14:06:37 < morphis> hm, will remove this line and try again
14:07:19 < JaMa|W> rather check how ORIGINAL_AS_FOR_TARGET is decided
14:08:28 -!- dth_ntb [~dth@a89-182-18-237.net-htp.de] has quit [Ping timeout: 276 seconds]
14:08:46 < morphis> jepp
14:11:10 < JaMa|W> hmm first I have seen it 20 days ago..
14:11:12 < JaMa|W> ./openmoko-cdevel/openmoko-cdevel-2010-10-01:13:13 < JaMa> /home/shr/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/gcc-cross-initial-4.5-r10.0+svnr164562/gcc-4.5/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as: line
                   83: exec: : not found
14:13:46 < morphis> will try again at home ...
14:13:53 < morphis> cya

> Sent from my iPhone

Sent from my mutt

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



  reply	other threads:[~2010-10-20 14:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20  9:35 failure building gcc-cross-initial for armv5te Jaap de Jong
2010-10-20 10:35 ` Holger Freyther
2010-10-20 10:37 ` Gary Thomas
2010-10-20 11:25 ` Frans Meulenbroeks
2010-10-20 11:33   ` Gary Thomas
2010-10-20 13:26   ` Nik
2010-10-20 14:05     ` Martin Jansa [this message]
2010-10-20 14:50       ` Simon Busch
2010-10-20 16:26         ` Koen Kooi
2010-10-20 17:18           ` Khem Raj
2010-10-20 18:31             ` Andreas Oberritter
2010-10-20 19:21               ` Khem Raj
2010-10-20 14:43     ` Jaap de Jong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101020140543.GN3324@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.