All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04
@ 2017-02-07 17:20 Corey Olson
  2017-02-07 17:26 ` [Qemu-devel] [Bug 1662600] " Corey Olson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Corey Olson @ 2017-02-07 17:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1662600

Title:
  error while building from source on Ubuntu 16.04

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1662600/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1662600] Re: error while building from source on Ubuntu 16.04
  2017-02-07 17:20 [Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04 Corey Olson
@ 2017-02-07 17:26 ` Corey Olson
  2020-11-08  9:11 ` Thomas Huth
  2021-01-08  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Corey Olson @ 2017-02-07 17:26 UTC (permalink / raw)
  To: qemu-devel

Since libibverbs was optional, I uninstalled it.  After doing so, my
build seems to have progressed past this error.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1662600

Title:
  error while building from source on Ubuntu 16.04

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1662600/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1662600] Re: error while building from source on Ubuntu 16.04
  2017-02-07 17:20 [Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04 Corey Olson
  2017-02-07 17:26 ` [Qemu-devel] [Bug 1662600] " Corey Olson
@ 2020-11-08  9:11 ` Thomas Huth
  2021-01-08  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2020-11-08  9:11 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting all older bugs to
"Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1662600

Title:
  error while building from source on Ubuntu 16.04

Status in QEMU:
  Incomplete

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1662600/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1662600] Re: error while building from source on Ubuntu 16.04
  2017-02-07 17:20 [Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04 Corey Olson
  2017-02-07 17:26 ` [Qemu-devel] [Bug 1662600] " Corey Olson
  2020-11-08  9:11 ` Thomas Huth
@ 2021-01-08  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-08  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1662600

Title:
  error while building from source on Ubuntu 16.04

Status in QEMU:
  Expired

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1662600/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-08  4:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 17:20 [Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04 Corey Olson
2017-02-07 17:26 ` [Qemu-devel] [Bug 1662600] " Corey Olson
2020-11-08  9:11 ` Thomas Huth
2021-01-08  4:17 ` Launchpad Bug Tracker

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.