[Bug 1797170] [NEW] xenial cloud image builds fail due to /lib/modules being present

Dan Watkins daniel.watkins at canonical.com
Wed Oct 10 16:01:19 UTC 2018


Public bug reported:

/lib/modules is now created by a package in the archive, which means
that the `mkdir /lib/modules` in the ubuntu-cpc 030-root-tarball.binary
hook fails (therefore failing the entire build).

[Impact]

New xenial cloud images cannot be produced.

[Test Case]

Attempt a livefs build of the ubuntu-cpc project; it will fail without a
fix, and pass with a fix.

[Regression Potential]

The fix is to modify the `mkdir` to `mkdir -p`, so the potential for
regression is very low.

** Affects: livecd-rootfs (Ubuntu)
     Importance: Critical
     Assignee: Dan Watkins (daniel-thewatkins)
         Status: In Progress

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

Title:
  xenial cloud image builds fail due to /lib/modules being present

Status in livecd-rootfs package in Ubuntu:
  In Progress

Bug description:
  /lib/modules is now created by a package in the archive, which means
  that the `mkdir /lib/modules` in the ubuntu-cpc 030-root-
  tarball.binary hook fails (therefore failing the entire build).

  [Impact]

  New xenial cloud images cannot be produced.

  [Test Case]

  Attempt a livefs build of the ubuntu-cpc project; it will fail without
  a fix, and pass with a fix.

  [Regression Potential]

  The fix is to modify the `mkdir` to `mkdir -p`, so the potential for
  regression is very low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1797170/+subscriptions



More information about the foundations-bugs mailing list