All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wray <mike.wray@hp.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: unstable build broken again
Date: Tue, 24 May 2005 14:59:33 +0100	[thread overview]
Message-ID: <42933345.9060304@hp.com> (raw)
In-Reply-To: <3501f1d43780e52280ba15434c07caed@cl.cam.ac.uk>

Keir Fraser wrote:
> 
> On 24 May 2005, at 09:57, Mike Wray wrote:
> 
>> gcc   -m elf_i386    -o xc_restore
>> gcc: no input files
> 
> 
> We just checked in a few fixes to the xcutils/Makefile, but none are 
> intended to fix the above error. I don't see how make can be missing 
> xc_restore.o as a prerequisite for xc_restore: very odd.
>

I get a different error now:

gcc -Wall -Werror -g3 -D _XOPEN_SOURCE=600 -I ../../tools/python/xen/lowlevel/xc -I 
../../tools/libxc -I ../../tools/libxutil -o xcsdump xcsdump.c -L../../tools/libxc 
-L../../tools/libxutil \
               ctrl_interface.c evtchn.c dump.c -lxc -lxutil
install -d -m0755 -p /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin
install -d -m0755 -p /home/mjw/repos-bk/xeno-unstable.bk/dist/install/usr/include
install -m0755 xcs /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin
install -m0755 xcsdump /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin
install -m0755 xcs_proto.h /home/mjw/repos-bk/xeno-unstable.bk/dist/install/usr/include
make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcs'
make[3]: Entering directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcutils'
gcc   -m elf_i386   -L../../tools/libxc -L../../tools/libxutil -lxc -lxutil -o xc_restore
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
collect2: ld returned 1 exit status
make[3]: *** [xc_restore] Error 1
make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcutils'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk'
make: *** [world] Error 2

Looking at the gcc line it's only linking -L libs and crt1.0, no other objects.

Mike

  parent reply	other threads:[~2005-05-24 13:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-24  8:57 unstable build broken again Mike Wray
2005-05-24  9:55 ` Keir Fraser
2005-05-24 12:33   ` David F Barrera
2005-05-24 13:59   ` Mike Wray [this message]
2005-05-24 14:27     ` Keir Fraser
2005-05-24 14:33       ` Mike Wray
2005-05-24 15:08         ` Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2005-05-24 10:57 Mike Wray

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=42933345.9060304@hp.com \
    --to=mike.wray@hp.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /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.