From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4E19C433DF for ; Tue, 4 Aug 2020 12:50:22 +0000 (UTC) Received: from krantz.zx2c4.com (krantz.zx2c4.com [192.95.5.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B6CE2075A for ; Tue, 4 Aug 2020 12:50:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B6CE2075A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6e748f42; Tue, 4 Aug 2020 12:25:24 +0000 (UTC) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 86a8fdf4 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 4 Aug 2020 12:25:23 +0000 (UTC) Received: from 1.general.apw.uk.vpn ([10.172.192.78] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1k2wNy-0006pG-W8; Tue, 04 Aug 2020 12:49:43 +0000 Date: Tue, 4 Aug 2020 13:49:42 +0100 From: Andy Whitcroft To: NoddingDog Cc: "Jason A. Donenfeld" , wireguard@lists.zx2c4.com, unit193@ubuntu.com Subject: Re: Migrating From Ubuntu PPA to Real Ubuntu Packages Message-ID: <20200804124942.GF6317@brain> References: <20200803102808.GA1402387@zx2c4.com> <5fe66967628e355831945a610f6804fdfd9a6928.camel@noddingdog.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Mon, Aug 03, 2020 at 06:25:51PM +0200, NoddingDog wrote: > I'm sure I did apt update after removing the PPA, but just checked > again: > > apt update > apt install wireguard > > Same result - those gke kernels are included as dependencies and "will > be installed". > > Maybe Dell need to fix their bionic-oem repositories? The breakage here came from bad dependancies on the Debian wireguard packages which we backported to these series. They incorrectly (for Ubuntu) depend primarily on wireguard-modules which triggers an actual dependancy on a kernel package; a severe no-no for exactly the issue hit here. It should likely have been caught in review but was not. New packages are in the review queue and expected in -proposed today across the board. They will be released as soon as is practicle. -apw