[Bug 974669] Re: yaboot FTBFS on precise

Launchpad Bug Tracker 974669 at bugs.launchpad.net
Mon Oct 10 21:21:18 UTC 2016


This bug was fixed in the package yaboot - 1.3.17-2ubuntu2

---------------
yaboot (1.3.17-2ubuntu2) yakkety; urgency=medium

  * build-system.patch: CFLAGS += -U_FORTIFY_SOURCE -fno-stack-protector

 -- Adam Conrad <adconrad at ubuntu.com>  Mon, 02 May 2016 14:19:39 -0600

** Changed in: yaboot (Ubuntu)
       Status: Confirmed => Fix Released

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

Title:
  yaboot FTBFS on precise

Status in yaboot package in Ubuntu:
  Fix Released

Bug description:
  sudo apt-get install build-essential && sudo apt-get build-dep yaboot
  && apt-get source yaboot && cd yaboot-* && debian/rules build

  fails in the linking part

  ld -Ttext 0x200000 -Bstatic -melf32ppclinux second/crt0.o second/yaboot.o second/cache.o second/prom.o second/file.o second/partition.o second/fs.o second/cfg.o second/setjmp.o second/cmdline.o second/fs_of.o second/fs_ext2.o second/fs_iso.o second/iso_util.o lib/nonstd.o lib/nosys.o lib/string.o lib/strtol.o lib/vsprintf.o lib/ctype.o lib/malloc.o lib/strstr.o second/md5.o second/fs_xfs.o second/fs_reiserfs.o -lext2fs `gcc -m32 -print-libgcc-file-name` -o second/yaboot
  /usr/lib/powerpc-linux-gnu/libext2fs.a(mmp.o): In function `ext2fs_mmp_read':
  (.text+0xf8): undefined reference to `open'
  /usr/lib/powerpc-linux-gnu/libext2fs.a(mmp.o): In function `ext2fs_mmp_read':
  (.text+0x158): undefined reference to `read'
  /usr/lib/powerpc-linux-gnu/libext2fs.a(mmp.o): In function `ext2fs_mmp_write':
  (.text+0x200): undefined reference to `gettimeofday'
  /usr/lib/powerpc-linux-gnu/libext2fs.a(mmp.o): In function `ext2fs_mmp_reset':
  (.text+0x370): undefined reference to `gethostname'
  ...

  There is already a patch e2fs-missing-libc.patch "Provide missing libc
  functions required by e2fslibs." but I suspect a newer e2fslibs has
  created more problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaboot/+bug/974669/+subscriptions



More information about the foundations-bugs mailing list