[Bug 893589] [NEW] live build --architectures not set by /usr/share/livecd-rootfs/live-build/auto/config

phl 893589 at bugs.launchpad.net
Tue Nov 22 13:55:34 UTC 2011


Public bug reported:

The host is amd64 and the target is i386.

After Colin Watson post on debian-live at lists.debian.org
  Once only:
    $ mkdir -p auto
    $ ln -sf /usr/share/livecd-rootfs/live-build/auto/* auto/

  Each time:
    $ export PROJECT=xubuntu SUITE=oneiric ARCH=i386 MIRROR=http://fr.archive.ubuntu.com/ubuntu/
    $ sudo lb clean
    $ lb config
    $ sudo lb build
the build is made of amd64 packages.

Here is a patch working fine:

--- /usr/share/livecd-rootfs/live-build/auto/config    2011-10-07 18:26:19.000000000 +0200
+++ /media/oczV3-14G-live-build/oneiric-CW/auto/config    2011-11-22 12:00:29.679688782 +0100
@@ -240,6 +240,7 @@
 lb config noauto \
     --mode ubuntu \
     --distribution "$SUITE" \
+    --architectures "$ARCH" \
     --bootstrap-keyring ubuntu-keyring \
     --binary-images "$BINARY_IMAGES" \
     --memtest "$MEMTEST" \

** Affects: livecd-rootfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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/893589

Title:
  live build --architectures not set by /usr/share/livecd-rootfs/live-
  build/auto/config

Status in “livecd-rootfs” package in Ubuntu:
  New

Bug description:
  The host is amd64 and the target is i386.

  After Colin Watson post on debian-live at lists.debian.org
    Once only:
      $ mkdir -p auto
      $ ln -sf /usr/share/livecd-rootfs/live-build/auto/* auto/

    Each time:
      $ export PROJECT=xubuntu SUITE=oneiric ARCH=i386 MIRROR=http://fr.archive.ubuntu.com/ubuntu/
      $ sudo lb clean
      $ lb config
      $ sudo lb build
  the build is made of amd64 packages.

  Here is a patch working fine:

  --- /usr/share/livecd-rootfs/live-build/auto/config    2011-10-07 18:26:19.000000000 +0200
  +++ /media/oczV3-14G-live-build/oneiric-CW/auto/config    2011-11-22 12:00:29.679688782 +0100
  @@ -240,6 +240,7 @@
   lb config noauto \
       --mode ubuntu \
       --distribution "$SUITE" \
  +    --architectures "$ARCH" \
       --bootstrap-keyring ubuntu-keyring \
       --binary-images "$BINARY_IMAGES" \
       --memtest "$MEMTEST" \

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




More information about the foundations-bugs mailing list