From: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
To: Linux RDMA <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: rdma-core ec54a28 fails to build (missing PVRDMA_UAR_SRQ_OFFSET) on Ubuntu >= 17.04
Date: Tue, 14 Nov 2017 11:20:14 +0100 [thread overview]
Message-ID: <1510654814.4026.15.camel@profitbricks.com> (raw)
Hi,
the daily builds failed today for Ubuntu >= 17.04 on all architectures:
/usr/bin/cc -Dvmw_pvrdma_rdmav16_EXPORTS -Iinclude
-I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-sign-compare -Wno-unused-
parameter -Wmissing-prototypes -Wmissing-declarations -Wwrite-strings
-Wformat=2 -Wshadow -Wstrict-prototypes -Wold-style-definition
-Wredundant-decls -O2 -g -DNDEBUG -fPIC -std=gnu11 -MD -MT
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-rdmav16.dir/cq.c.o -MF
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-rdmav16.dir/cq.c.o.d -o
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-rdmav16.dir/cq.c.o -c
../providers/vmw_pvrdma/cq.c
In file included from ../providers/vmw_pvrdma/cq.c:48:0:
../providers/vmw_pvrdma/pvrdma.h: In function ‘pvrdma_write_uar_srq’:
../providers/vmw_pvrdma/pvrdma.h:244:20: error: ‘PVRDMA_UAR_SRQ_OFFSET’
undeclared (first use in this function); did you mean
‘PVRDMA_UAR_CQ_OFFSET’?
*(__le32 *)(uar + PVRDMA_UAR_SRQ_OFFSET) = htole32(value);
^~~~~~~~~~~~~~~~~~~~~
PVRDMA_UAR_CQ_OFFSET
../providers/vmw_pvrdma/pvrdma.h:244:20: note: each undeclared
identifier is reported only once for each function it appears in
[100/190] /usr/bin/cc -Dvmw_pvrdma_rdmav16_EXPORTS -Iinclude
-I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-sign-compare -Wno-unused-
parameter -Wmissing-prototypes -Wmissing-declarations -Wwrite-strings
-Wformat=2 -Wshadow -Wstrict-prototypes -Wold-style-definition
-Wredundant-decls -O2 -g -DNDEBUG -fPIC -std=gnu11 -MD -MT
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-rdmav16.dir/pvrdma_main.c.o
-MF providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-
rdmav16.dir/pvrdma_main.c.o.d -o
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-
rdmav16.dir/pvrdma_main.c.o -c ../providers/vmw_pvrdma/pvrdma_main.c
FAILED: providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-
rdmav16.dir/pvrdma_main.c.o
/usr/bin/cc -Dvmw_pvrdma_rdmav16_EXPORTS -Iinclude
-I/usr/include/libnl3 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-sign-compare -Wno-unused-
parameter -Wmissing-prototypes -Wmissing-declarations -Wwrite-strings
-Wformat=2 -Wshadow -Wstrict-prototypes -Wold-style-definition
-Wredundant-decls -O2 -g -DNDEBUG -fPIC -std=gnu11 -MD -MT
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-rdmav16.dir/pvrdma_main.c.o
-MF providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-
rdmav16.dir/pvrdma_main.c.o.d -o
providers/vmw_pvrdma/CMakeFiles/vmw_pvrdma-
rdmav16.dir/pvrdma_main.c.o -c ../providers/vmw_pvrdma/pvrdma_main.c
In file included from ../providers/vmw_pvrdma/pvrdma_main.c:46:0:
../providers/vmw_pvrdma/pvrdma.h: In function ‘pvrdma_write_uar_srq’:
../providers/vmw_pvrdma/pvrdma.h:244:20: error: ‘PVRDMA_UAR_SRQ_OFFSET’
undeclared (first use in this function); did you mean
‘PVRDMA_UAR_CQ_OFFSET’?
*(__le32 *)(uar + PVRDMA_UAR_SRQ_OFFSET) = htole32(value);
^~~~~~~~~~~~~~~~~~~~~
PVRDMA_UAR_CQ_OFFSET
../providers/vmw_pvrdma/pvrdma.h:244:20: note: each undeclared
identifier is reported only once for each function it appears in
Ubuntu 18.04 amd64 build log:
https://launchpad.net/~linux-rdma/+archive/ubuntu/rdma-core-daily/+buil
d/13727961/+files/buildlog_ubuntu-bionic-amd64.rdma-
core_16~201711132208~ubuntu18.04.1_BUILDING.txt.gz
--
Benjamin Drung
System Developer
Debian & Ubuntu Developer
ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin
Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org
URL: https://www.profitbricks.de
Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2017-11-14 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-14 10:20 Benjamin Drung [this message]
[not found] ` <1510654814.4026.15.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-11-14 10:59 ` rdma-core ec54a28 fails to build (missing PVRDMA_UAR_SRQ_OFFSET) on Ubuntu >= 17.04 Leon Romanovsky
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=1510654814.4026.15.camel@profitbricks.com \
--to=benjamin.drung-eikl63zcoxah+58jc4qpia@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.