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

Sebastien Bacher seb128 at ubuntu.com
Fri Jun 6 08:30:58 UTC 2014


Could somebody confirm the fix so the update can be moved to -updates?

-- 
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 Committed
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