fdt_stringlist_contains missing from linker script

Bug #1591101 reported by Colin Ian King
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
device-tree-compiler (Ubuntu)
Fix Released
Medium
Colin Ian King
Nominated for Xenial by Colin Ian King

Bug Description

fdt_stringlist_contains is missing from the library when one links to libfdt. Upstream commit f58799be130e27cc729cb2d45566daa0bb3b8605 ("libfdt: Add some missing symbols to version.lds") adds this and other missing tables to the linker script:

diff --git a/libfdt/version.lds b/libfdt/version.lds
index f19f157..1f4e1ea 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -57,6 +57,10 @@ LIBFDT_1.2 {
                fdt_next_property_offset;
                fdt_first_subnode;
                fdt_next_subnode;
+ fdt_address_cells;
+ fdt_size_cells;
+ fdt_stringlist_contains;
+ fdt_resize;

Changed in device-tree-compiler (Ubuntu):
assignee: nobody → Colin Ian King (colin-king)
importance: Undecided → High
status: New → In Progress
Revision history for this message
Colin Ian King (colin-king) wrote :

And it seems we may need commit a4b093f7366fdb429ca1781144d3985fa50d0fbb ("libfdt: Add missing functions to shared library")

Revision history for this message
Colin Ian King (colin-king) wrote :

Uploaded fix for Yakkety in ppa:colin-king/dtc-lp1591101

Changed in device-tree-compiler (Ubuntu):
importance: High → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package device-tree-compiler - 1.4.0+dfsg-2ubuntu1

---------------
device-tree-compiler (1.4.0+dfsg-2ubuntu1) yakkety; urgency=medium

  * Add missing symbols to version.lds (LP: #1591101)
    - add in fdt_address_cells, fdt_size_cells, fdt_stringlist_contains
      fdt_resize, fdt_first_subnode and fdt_next_subnode.

 -- Colin Ian King <email address hidden> Fri, 10 Jun 2016 10:20:31 +0100

Changed in device-tree-compiler (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.