summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1662600
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1662600
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloadqemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
qemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1662600')
-rw-r--r--results/scraper/launchpad-without-comments/166260028
1 files changed, 28 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1662600 b/results/scraper/launchpad-without-comments/1662600
new file mode 100644
index 000000000..d480fb9e3
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1662600
@@ -0,0 +1,28 @@
+error while building from source on Ubuntu 16.04
+
+I'm trying to build Qemu from source (from git) as specified here: http://www.qemu-project.org/download/#source
+
+Here is the git commit hash for the source: 7d2c6c95511e42dffe2b263275e09957723d0ff4
+
+During the 'make' step, I get the following error:
+
+migration/rdma.c: In function ‘qemu_rdma_dump_id’:
+migration/rdma.c:749:21: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+migration/rdma.c:750:22: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+migration/rdma.c:750:37: error: ‘IBV_LINK_LAYER_INFINIBAND’ undeclared (first use in this function)
+migration/rdma.c:750:37: note: each undeclared identifier is reported only once for each function it appears in
+migration/rdma.c:751:24: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+migration/rdma.c:751:39: error: ‘IBV_LINK_LAYER_ETHERNET’ undeclared (first use in this function)
+migration/rdma.c: In function ‘qemu_rdma_broken_ipv6_kernel’:
+migration/rdma.c:850:26: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+migration/rdma.c:850:41: error: ‘IBV_LINK_LAYER_INFINIBAND’ undeclared (first use in this function)
+migration/rdma.c:852:33: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+migration/rdma.c:852:48: error: ‘IBV_LINK_LAYER_ETHERNET’ undeclared (first use in this function)
+migration/rdma.c:891:18: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
+make: *** [migration/rdma.o] Error 1
+
+I searched around a bit, my problem seems related to this: https://patchwork.kernel.org/patch/992952/
+
+That issue makes me think my libibverbs may be out of date, but I checked and I have libibverbs-dev installed.  Is that the correct version?
+
+FYI, I installed libibverbs-dev as suggested here: http://wiki.qemu-project.org/index.php/Hosts/Linux#Recommended_additional_packages
\ No newline at end of file