[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

Launchpad Bug Tracker 1295072 at bugs.launchpad.net
Mon Jun 9 17:42:19 UTC 2014


This bug was fixed in the package qemu - 2.0.0+dfsg-2ubuntu1.1

---------------
qemu (2.0.0+dfsg-2ubuntu1.1) trusty-proposed; urgency=low

  * remove alternatives for qemu: different architectures
    aren't really alternatives and never had been  (LP: #1316829)
  * debian/rules: install the proper /etc/init/qemu-kvm.conf (LP: #1315402)
  * debian/control: drop the versioning requirement from libfdt-dev
    build-dependency, as it is longer needed (LP: #1295072)
 -- Serge Hallyn <serge.hallyn at ubuntu.com>   Wed, 07 May 2014 17:31:39 -0500

** Changed in: qemu (Ubuntu Trusty)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to device-tree-compiler in Ubuntu.
https://bugs.launchpad.net/bugs/1295072

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

Status in “device-tree-compiler” package in Ubuntu:
  Fix Released
Status in “qemu” package in Ubuntu:
  Fix Released
Status in “device-tree-compiler” source package in Precise:
  Fix Released
Status in “qemu” source package in Precise:
  Invalid
Status in “device-tree-compiler” source package in Quantal:
  Confirmed
Status in “qemu” source package in Quantal:
  Invalid
Status in “device-tree-compiler” source package in Trusty:
  New
Status in “qemu” source package in Trusty:
  Fix Released
Status in “device-tree-compiler” package in Debian:
  Fix Released

Bug description:
  ==================================
  Impact: libfdt-dev is unusable
  Fix: we use the patch from debian wheezy to export the needed .h file.
  Test case: download qemu package from trusty, remove the "<< 1.4.0" versioning from the libfdt-dev dependency, and try to build
  Regression Potential there should be none, we simply export another .h file.
  ==================================

  The configure scripts checks for fdt by looking at libfdt_env.h

  configure:2610: #include <libfdt_env.h>

  This file only exists in libfdt-dev version 1.4.0 and onwards, so it makes sense to specify build-dependency on that version. Otherwise, configure fails with:
      error_exit "DTC not present. Your options:" \
          "  (1) Preferred: Install the DTC devel package" \
          "  (2) Fetch the DTC submodule, using:" \
          "      git submodule update --init dtc"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/device-tree-compiler/+bug/1295072/+subscriptions



More information about the foundations-bugs mailing list