Skip to content

./build kernel started to fail due to possibly an update on debian:stable #288

@bigzaqui

Description

@bigzaqui

hello folks! thank for your incredible help keeping this project going!

something ive noticed this week when trying to compile my custom kernel was this issue when running the ./build.sh kernel script

Image
=> CACHED [kernel-with-config 1/3] WORKDIR /linux                                                                                 0.0s
 => CACHED [kernel-with-config 2/3] COPY /configs/generic-5.10.y-x86_64 /linux/.config                                             0.0s
 => ERROR [kernel-with-config 3/3] RUN set -x && make "ARCH=x86" olddefconfig                                                      0.3s
------
 > [kernel-with-config 3/3] RUN set -x && make "ARCH=x86" olddefconfig:
0.259 + make ARCH=x86 olddefconfig
0.259 /bin/sh: 1: make: not found

I imagined something had change in the debian:stable image, so i changed it to oldstable for testing in the Dockerfile

Image

for my surprise, that was enough to solve the issue

I'm just letting you know about this issue!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions