From: Dario Faggioli <dfaggioli@suse.com>
To: Julien Grall <julien@xen.org>,
Costin Lupu <costin.lupu@cs.pub.ro>,
xen-devel@lists.xenproject.org
Cc: Christian Lindig <christian.lindig@citrix.com>,
David Scott <dave@recoil.org>, Ian Jackson <iwj@xenproject.org>,
Wei Liu <wl@xen.org>
Subject: Re: [PATCH v3 5/5] tools/ocaml: Fix redefinition errors
Date: Wed, 19 May 2021 16:03:02 +0200 [thread overview]
Message-ID: <671922d6fea6fe534de09d552044838df0b484c4.camel@suse.com> (raw)
In-Reply-To: <bb15b60d-ebbb-d0c1-9b95-605cf5ae5a41@xen.org>
[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]
Hey,
So...
On Mon, 2021-05-17 at 19:16 +0100, Julien Grall wrote:
> On 10/05/2021 09:35, Costin Lupu wrote:
> > If PAGE_SIZE is already defined in the system (e.g. in
> > /usr/include/limits.h
> > header) then gcc will trigger a redefinition error because of -
> > Werror. This
> > patch replaces usage of PAGE_* macros with XC_PAGE_* macros in
> > order to avoid
> > confusion between control domain page granularity (PAGE_*
> > definitions) and
> > guest domain page granularity (which is what we are dealing with
> > here).
> >
> > Same issue applies for redefinitions of Val_none and Some_val
> > macros which
> > can be already define in the OCaml system headers (e.g.
> > /usr/lib/ocaml/caml/mlvalues.h).
> >
... At least this part is absolutely necessary for building Xen on
openSUSE Tumbleweed, therefore:
> > Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
>
> Reviewed-by: Julien Grall <jgrall@amazon.com>
>
Tested-by: Dario Faggioli <dfaggioli@suse.com>
Thanks and Regards
--
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2021-05-19 14:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-10 8:35 [PATCH v3 0/5] Fix redefinition errors for toolstack libs Costin Lupu
2021-05-10 8:35 ` [PATCH v3 1/5] tools/debugger: Fix PAGE_SIZE redefinition error Costin Lupu
2021-05-11 6:35 ` Tim Deegan
2021-05-10 8:35 ` [PATCH v3 2/5] tools/libfsimage: Fix PATH_MAX " Costin Lupu
2021-05-10 8:35 ` [PATCH v3 3/5] tools/libs/foreignmemory: Fix PAGE_SIZE " Costin Lupu
2021-05-17 18:12 ` Julien Grall
2021-06-08 12:37 ` Costin Lupu
2021-05-10 8:35 ` [PATCH v3 4/5] tools/libs/gnttab: " Costin Lupu
2021-05-17 18:16 ` Julien Grall
2021-06-08 12:37 ` Costin Lupu
2021-05-10 8:35 ` [PATCH v3 5/5] tools/ocaml: Fix redefinition errors Costin Lupu
2021-05-17 18:16 ` Julien Grall
2021-05-19 14:03 ` Dario Faggioli [this message]
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=671922d6fea6fe534de09d552044838df0b484c4.camel@suse.com \
--to=dfaggioli@suse.com \
--cc=christian.lindig@citrix.com \
--cc=costin.lupu@cs.pub.ro \
--cc=dave@recoil.org \
--cc=iwj@xenproject.org \
--cc=julien@xen.org \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.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 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).