From: "Michael A. Collins" <mike.a.collins@ark-net.org>
To: xen-devel@lists.xensource.com
Subject: xen-unstable stubdom build error version(3432abcf9380)
Date: Fri, 3 Feb 2012 21:57:03 -0500 [thread overview]
Message-ID: <000601cce2e8$af745ab0$0e5d1010$@ark-net.org> (raw)
parent: 24691:3432abcf9380 tip
Fix x86_32 build
branch: default
commit: 4 modified, 1439 unknown
update: (current)
/usr/src/xen-4.2/stubdom/ioemu/block-vbd.c: In function âqemu_aio_waitâ:
/usr/src/xen-4.2/stubdom/ioemu/block-vbd.c:147:20: error: macro "remove_waiter" requires 2 arguments, but only 1 given
/usr/src/xen-4.2/stubdom/ioemu/block-vbd.c:147:5: error: âremove_waiterâ undeclared (first use in this function)
/usr/src/xen-4.2/stubdom/ioemu/block-vbd.c:147:5: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [block-vbd.o] Error 1
So I checked some simple stuff out and found this:
extras/mini-os/fbfront.c:572: remove_waiter(w, fbfront_queue);
extras/mini-os/lib/sys.c:237: remove_waiter(w, console_queue);
extras/mini-os/lib/sys.c:817: remove_waiter(netfront_w, netfront_queue);
extras/mini-os/lib/sys.c:818: remove_waiter(event_w, event_queue);
extras/mini-os/lib/sys.c:819: remove_waiter(blkfront_w, blkfront_queue);
extras/mini-os/lib/sys.c:820: remove_waiter(xenbus_watch_w, xenbus_watch_queue);
extras/mini-os/lib/sys.c:821: remove_waiter(kbdfront_w, kbdfront_queue);
extras/mini-os/lib/sys.c:822: remove_waiter(console_w, console_queue);
extras/mini-os/blkfront.c:326: remove_waiter(w, blkfront_queue);
extras/mini-os/blkfront.c:417: remove_waiter(w, blkfront_queue);
extras/mini-os/blkfront.c:473: remove_waiter(w, blkfront_queue);
extras/mini-os/xenbus/xenbus.c:88: remove_waiter(w, xenbus_watch_queue);
extras/mini-os/xenbus/xenbus.c:444: remove_waiter(w, req_info[id].waitq);
extras/mini-os/include/wait.h:60:#define remove_waiter(w, wq) do { \
stubdom/ioemu/block-vbd.c:147: remove_waiter(w);
tools/qemu-xen-traditional-dir-remote/block-vbd.c:147: remove_waiter(w);
tools/ioemu-remote/block-vbd.c:147: remove_waiter(w);
tools/qemu-xen-traditional-dir/block-vbd.c:147: remove_waiter(w);
tools/ioemu-dir/block-vbd.c:147: remove_waiter(w);
It appears to me that possibly I need to either add a queue like the above sys.c calls, or define a new macro that does not need a queue?
Mike
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2012-02-04 2:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-04 2:57 Michael A. Collins [this message]
2012-02-04 3:29 ` xen-unstable stubdom build error version(3432abcf9380) Michael A. Collins
2012-02-04 6:19 ` Ian Campbell
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='000601cce2e8$af745ab0$0e5d1010$@ark-net.org' \
--to=mike.a.collins@ark-net.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).