From debbugs-submit-bounces@debbugs.gnu.org Sun May 09 08:37:08 2021 Received: (at 48259) by debbugs.gnu.org; 9 May 2021 12:37:08 +0000 Received: from localhost ([127.0.0.1]:55405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfigG-0005HH-Dk for submit@debbugs.gnu.org; Sun, 09 May 2021 08:37:08 -0400 Received: from antelope.elm.relay.mailchannels.net ([23.83.212.4]:15633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfigF-0005H9-1c for 48259@debbugs.gnu.org; Sun, 09 May 2021 08:37:07 -0400 X-Sender-Id: dreamhost|x-authsender|smtp@dm9.info Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id BB31434253E for <48259@debbugs.gnu.org>; Sun, 9 May 2021 12:37:05 +0000 (UTC) Received: from pdx1-sub0-mail-a83.g.dreamhost.com (100-98-55-119.trex.outbound.svc.cluster.local [100.98.55.119]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 539EA3415A6 for <48259@debbugs.gnu.org>; Sun, 9 May 2021 12:37:05 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|smtp@dm9.info Received: from pdx1-sub0-mail-a83.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.98.55.119 (trex/6.2.1); Sun, 09 May 2021 12:37:05 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|smtp@dm9.info X-MailChannels-Auth-Id: dreamhost X-Stupid-Ruddy: 452baade0a171cf2_1620563825547_2952866905 X-MC-Loop-Signature: 1620563825547:3304613073 X-MC-Ingress-Time: 1620563825547 Received: from pdx1-sub0-mail-a83.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a83.g.dreamhost.com (Postfix) with ESMTP id C02DA876C9 for <48259@debbugs.gnu.org>; Sun, 9 May 2021 05:37:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=dm9.info; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=dm9.info; bh=4XyZpJZmpClzg5k4GSx08975pnY=; b=0jc fzZyVVAh9HUzb5UB1NFB6g0bMA3togL9Pvv25PtyiMvGxZseAVHQFc7YJ1KIMrA8 j85Deozk5a2yDEsW8+N/pl+WEOHMuVlog75P6tw/vqy1HGlHB0rqlZvuSt5+L5IZ 1rtGm1dYp4WOsvb3Uv85fHgm/ZqLibFy5lBvvF7w= Received: from mail.localdomain (61-245-140-70.3df58c.per.nbn.aussiebb.net [61.245.140.70]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: smtp@dm9.info) by pdx1-sub0-mail-a83.g.dreamhost.com (Postfix) with ESMTPSA id 821537E5F3 for <48259@debbugs.gnu.org>; Sun, 9 May 2021 05:37:04 -0700 (PDT) Received: by mail.localdomain (Postfix, from userid 2001) id 67838508E7F; Sun, 9 May 2021 20:37:00 +0800 (AWST) Date: Sun, 9 May 2021 20:37:00 +0800 X-DH-BACKEND: pdx1-sub0-mail-a83 From: Dion Mendel To: 48259@debbugs.gnu.org Subject: Re: [bug#48259] [PATCH 1/2] gnu: Replace go-github-com-golang-protobuf-proto with go-github-com-golang-protobuf Message-ID: <20210509123700.GA5323@dm9.info> References: <20210506163511.GB27260@dm9.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48259 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Sat, May 08, 2021 at 11:50:42AM -0400, Leo Famulari wrote: > >Just to clarify, since commit ed3ef756f521a0df8596a88b66f65b7a1ad99252, >Syncthing does not depend on any Go packages, but instead uses its >bundled copies of all its dependencies. Is it acceptable to use bundled copies of dependencies? The manual (section 16.6, checklist #6) says otherwise. If it's okay, this would make packaging lxd much simpler. I've had to package around 90 Go libraries so far. If using lxd's bundled copies of dependencies would be accepted, then I withdraw this patch request.