Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1E5A7782DC5 for <~alpine/users@lists.alpinelinux.org>; Wed, 20 Jan 2021 03:57:08 +0000 (UTC) Received: by mail-pj1-f41.google.com with SMTP id y12so1313358pji.1 for <~alpine/users@lists.alpinelinux.org>; Tue, 19 Jan 2021 19:57:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=35znzB3piQ332unp0Ug0y/uTttGW9Bpk30anZM6OhiE=; b=sOnWYfTBPO0bdhaWl+zEPu6exR4gxnu+GAaNwnK2WSx/XR9qb6J8n9ACHbLm+CKHg2 78CncdGFY1XzPNQnROGpee77wEWJ7oepE/CLQqdSrSTBEwABECyviEZyImXbs6a4MTqb XrWMcOG9GuonxDrP0L72r9Rq8FAksYhmUmZ46rSZnLE9t+a1yl4OFw34yplYLLuv/KJg yt6oV2ZK/V+5rF/XbC166/FwA5nSsXzxz/+iNbZuo7KJVgCAYz7qIaqXdnYcYVZ5zS60 91J8xh6NoGhh6ri1M4XCjY+ofjD0o0pdwelooVnhQhAdPzB4yrol1s/Y53Ym2s4N02gk KLMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=35znzB3piQ332unp0Ug0y/uTttGW9Bpk30anZM6OhiE=; b=fd+vSYQCvqQsQljRNuPZ2DnUA0M0lkd0Gq1L6LtjXuy20hA9JXgbu+WLLwnp+1lX0W TongnuaRYPYSvobvdS+UoDNo6qJYE31j82uIvvVqjMp/gRJ3Ivj6Mn/mylqU5bzoDB81 xF9n9zAxn42keqnAKdw1UwHLqPz0lO9NQoCc+Sa/qWFpSeme8EBgNriLGABbXGOFrYUm R8u4hJNIyv9rFaWPiqACcGZkWiwg31yMomChSHzGjtTeCUtFnsqnqTQzJbiUIGAbJpI1 hdchL2U9lfiSRSFiLkkbempNfwzae7WJoorZA/VuP30QC8WAAFUiWrjHlX6LC0pMGJ5R iKZQ== X-Gm-Message-State: AOAM533sWssh0I4b5uOaz0s1/bXJYGREB9aJhWMNSaHLIOq3R8yTA0dW cdee5qTt0qiec5CDY29SAx6WFGoD/dsUs60n X-Google-Smtp-Source: ABdhPJwUDYgYeKfWuOXVYar5Ws0u6JzjExLgk5Xa535jpNsVlAo9zHw8nVzaGYrNDm2X7U80XEwIBQ== X-Received: by 2002:a17:90a:5509:: with SMTP id b9mr3322859pji.230.1611115025977; Tue, 19 Jan 2021 19:57:05 -0800 (PST) Received: from mac ([2806:1000:8200:6150:ae72:89ff:fe37:3435]) by smtp.gmail.com with ESMTPSA id j16sm434685pjj.18.2021.01.19.19.57.04 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Jan 2021 19:57:05 -0800 (PST) Date: Tue, 19 Jan 2021 19:57:04 -0800 From: amc252 To: ~alpine/users@lists.alpinelinux.org Subject: Kernel build package Message-Id: <20210119195704.0c61c2f5f3649169cbadd326@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, I'm trying to build my own kernel on Alpine. However, when I start to compile, I get an error for missing development libraries. I have already installed alpine-sdk, but I was wondering if there is a meta package that would install the needed libraries to compile the kernel.