Activity log for bug #1782116

Date Who What changed Old value New value Message
2018-07-17 10:38:45 Paolo Pisati bug added bug
2018-07-17 10:39:00 Paolo Pisati nominated for series Ubuntu Bionic
2018-07-17 10:39:00 Paolo Pisati nominated for series Ubuntu Xenial
2018-07-17 10:39:50 Paolo Pisati attachment added 0001-UBUNTU-snapcraft.yaml-copy-retpoline-extract-one-to-.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1782116/+attachment/5164456/+files/0001-UBUNTU-snapcraft.yaml-copy-retpoline-extract-one-to-.patch
2018-07-17 10:42:31 Paolo Pisati description Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: snapcraft ... HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs.... HOSTLD arch/x86/tools/relocs HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs.... CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs.... AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs.... AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Impact: Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: snapcraft ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). ---
2018-07-17 10:42:57 Paolo Pisati description Impact: Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: snapcraft ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). --- Impact: Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: snapcraft linux $ snapcrat ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). ---
2018-07-17 10:43:39 Paolo Pisati description Impact: Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: snapcraft linux $ snapcrat ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). --- Impact: On a generic amd64 environment, check out the Xenia/generic or Bionic/generic tree, cd into it and execute snapcraft - it should build the corresponding kernel snap. linux $ snapcrat ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). ---
2018-07-17 10:43:46 Paolo Pisati description Impact: On a generic amd64 environment, check out the Xenia/generic or Bionic/generic tree, cd into it and execute snapcraft - it should build the corresponding kernel snap. linux $ snapcrat ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). --- Impact: On a generic amd64 environment, check out the Xenia/generic or Bionic/generic tree, cd into it and execute snapcraft - it should build the corresponding kernel snap. linux $ snapcraft ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). ---
2018-07-17 11:00:06 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2018-07-17 15:13:56 Paolo Pisati description Impact: On a generic amd64 environment, check out the Xenia/generic or Bionic/generic tree, cd into it and execute snapcraft - it should build the corresponding kernel snap. linux $ snapcraft ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: The retpoline-extract-one should be copied to the parts/build/script directory, apply the attached patch to let snapcraft do it before starting the kernel build Regression risk: None, since we are only patching the snapcraft.yaml file (and it didn't build in the first place). --- Impact: The Ubuntu kernel source code depends on the presence of the retpoline-extract-one file in the script directory during build (see scripts/Makefile.build::cmd_ubuntu_retpoline) - such a file lives in the debian directory and is copied to scripts during the 'debian/rules clean' phase. Snapcraft is oblivious to the debian details, and the clean target is never invoked, breaking the normal kernel build (make defconfig; make ...). Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: make defconfig && make. ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: To workaround that, before starting the build, make snapcraft do the copy and fix the build. Regression risk: The patch only modifies snapcraft.yaml, so none.
2018-07-17 15:23:56 Paolo Pisati description Impact: The Ubuntu kernel source code depends on the presence of the retpoline-extract-one file in the script directory during build (see scripts/Makefile.build::cmd_ubuntu_retpoline) - such a file lives in the debian directory and is copied to scripts during the 'debian/rules clean' phase. Snapcraft is oblivious to the debian details, and the clean target is never invoked, breaking the normal kernel build (make defconfig; make ...). Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: make defconfig && make. ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: To workaround that, before starting the build, make snapcraft do the copy and fix the build. Regression risk: The patch only modifies snapcraft.yaml, so none. Impact: The Ubuntu kernel source code depends on the presence of the retpoline-extract-one file in the script directory during build (see scripts/Makefile.build::cmd_ubuntu_retpoline) - such a file lives in the debian directory and is copied to scripts during the 'debian/rules clean' phase. Snapcraft is oblivious to the debian details, and the clean target is never invoked, breaking the normal kernel build (make defconfig; make ...). Check out the Xenia/generic or Bionic/generic tree, cd into it and execute: make defconfig && make or snapcraft. ...   HOSTCC scripts/mod/mk_elfconfig /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 127 make[2]: *** Waiting for unfinished jobs....   HOSTLD arch/x86/tools/relocs   HOSTCC scripts/selinux/genheaders/genheaders   HOSTCC scripts/selinux/mdp/mdp scripts/Makefile.build:606: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs....   CC arch/x86/purgatory/purgatory.o Makefile:589: recipe for target 'scripts' failed make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/stack.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:332: recipe for target 'arch/x86/purgatory/purgatory.o' failed make[1]: *** [arch/x86/purgatory/purgatory.o] Error 127 make[1]: *** Waiting for unfinished jobs....   AS arch/x86/purgatory/setup-x86_64.o /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/stack.o' failed make[1]: *** [arch/x86/purgatory/stack.o] Error 127 /bin/bash: ./scripts/ubuntu-retpoline-extract-one: No such file or directory scripts/Makefile.build:435: recipe for target 'arch/x86/purgatory/setup-x86_64.o' failed make[1]: *** [arch/x86/purgatory/setup-x86_64.o] Error 127 arch/x86/Makefile:260: recipe for target 'archprepare' failed make: *** [archprepare] Error 2 Failed to run 'make -j4 bzImage modules' for 'kernel': Exited with code 2. Verify that the part is using the correct parameters and try again. Fix: To workaround that, before starting the build, make snapcraft do the copy and fix the build. Regression risk: The patch only modifies snapcraft.yaml, so none.
2018-07-17 16:24:56 Ubuntu Foundations Team Bug Bot tags patch
2018-07-17 16:24:57 Ubuntu Foundations Team Bug Bot bug added subscriber Joseph Salisbury
2018-07-18 14:54:17 Kleber Sacilotto de Souza bug task added linux (Ubuntu Bionic)
2018-07-18 14:54:22 Kleber Sacilotto de Souza bug task added linux (Ubuntu Xenial)
2018-07-18 14:54:27 Kleber Sacilotto de Souza linux (Ubuntu Bionic): status New In Progress
2018-07-18 14:54:29 Kleber Sacilotto de Souza linux (Ubuntu Xenial): status New In Progress
2018-07-25 05:37:01 Khaled El Mously linux (Ubuntu Xenial): status In Progress Fix Committed
2018-07-25 05:37:04 Khaled El Mously linux (Ubuntu Bionic): status In Progress Fix Committed
2018-08-01 12:47:56 Seth Forshee linux (Ubuntu): status Incomplete Fix Committed
2018-08-03 18:03:54 Brad Figg tags patch patch verification-needed-xenial
2018-08-07 14:01:34 Brad Figg tags patch verification-needed-xenial patch verification-needed-bionic verification-needed-xenial
2018-08-16 13:27:56 Launchpad Janitor linux (Ubuntu): status Fix Committed Fix Released
2018-08-16 13:27:56 Launchpad Janitor cve linked 2018-12233
2018-08-16 13:27:56 Launchpad Janitor cve linked 2018-13094
2018-08-21 12:28:37 Kleber Sacilotto de Souza tags patch verification-needed-bionic verification-needed-xenial patch verification-done-bionic verification-done-xenial
2018-08-23 13:23:09 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-10323
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-10840
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-10881
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-1108
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-11412
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-11506
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-12232
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-12904
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-13405
2018-08-23 13:23:09 Launchpad Janitor cve linked 2018-13406
2018-08-23 19:23:06 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released