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

Stéphane Graber stgraber at stgraber.org
Fri Apr 18 15:27:09 UTC 2014


Hello Ballock, or anyone else affected,

Accepted device-tree-compiler into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/device-tree-compiler/1.3.0-2ubuntu1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: device-tree-compiler (Ubuntu Precise)
       Status: Confirmed => Fix Committed

** Tags added: verification-needed

-- 
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:
  Confirmed
Status in “device-tree-compiler” source package in Precise:
  Fix Committed
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” 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