|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 02 of 22] tools: merge several bitop functions in
On Tue, Jun 21, Ian Jackson wrote:
> Olaf Hering writes ("[Xen-devel] [PATCH 02 of 22] tools: merge several bitop
> functions into xc_bitops.h"):
> > tools: merge several bitop functions into xc_bitops.h
>
> This seems to break the stubdom build, I'm afraid.
> xc_domain_save.c:30:23: error: xc_bitops.h: No such file or directory
(I just ran 'make tools' to verify my changes, not make or 'make stubdom')
Why are the symlinks not updated? I can not reproduce the failure in a
fresh build. xc_domain_save.c references other files like xc_private.h
in the same directory.
So I think the bug is not strictly in my change, but may point to some
other bug.
Maybe its related to the issue I ran often while working on this series:
Repeated hg qpush/qpop with a patch that adds a new header or removes an
existing one, does not update the .*.d file. As a result, make fails
because there is 'no rule to make target foo.h'. The only way is to do a
make clean in these directories to remove the .*.d files.
...
time passes.
...
I can reproduce it now with a fresh build without patches, then apply
just this patch and run make again.
First tools/xenpaging/ fails because there is now 'no rule to make
target bitops.h'. A 'rm tools/xenpaging/.*.d ; make' fixes it.
Now it fails as you describe.
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpaging, (continued)
[Xen-devel] [PATCH 06 of 22] xenpaging: drop xc.c, remove xc_wait_for_event, Olaf Hering
[Xen-devel] [PATCH 12 of 22] xenpaging: remove srand call, Olaf Hering
[Xen-devel] [PATCH 10 of 22] xenpaging: correct dropping of pages to avoid full ring buffer, Olaf Hering
[Xen-devel] [PATCH 02 of 22] tools: merge several bitop functions into xc_bitops.h, Olaf Hering
[Xen-devel] [PATCH 09 of 22] xenpaging: drop xc.c, remove xc files, Olaf Hering
[Xen-devel] [PATCH 05 of 22] xenpaging: drop xc.c, remove xc_platform_info_t, Olaf Hering
[Xen-devel] [PATCH 07 of 22] xenpaging: drop xc.c, move xc_mem_paging_flush_ioemu_cache, Olaf Hering
[Xen-devel] [PATCH 13 of 22] xenpaging: remove return values from functions that can not fail, Olaf Hering
[Xen-devel] [PATCH 14 of 22] xenpaging: catch xc_mem_paging_resume errors, Olaf Hering
[Xen-devel] [PATCH 15 of 22] xenpaging: remove local domain_id variable, Olaf Hering
[Xen-devel] [PATCH 16 of 22] xenpaging: move num_pages into xenpaging struct, Olaf Hering
[Xen-devel] [PATCH 18 of 22] xenpaging: pass integer to xenpaging_populate_page, Olaf Hering
|
|
|
|
|