From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id SLv3NtHeNWYaIAAA62LTzQ:P1 (envelope-from ) for ; Sat, 04 May 2024 09:08:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id SLv3NtHeNWYaIAAA62LTzQ (envelope-from ) for ; Sat, 04 May 2024 09:08:02 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=debian.org header.s=1.vagrant.user header.b=K5NeQ6Jd; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1714806481; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=yNi3cjZY5AzURdaSUgZ9S+vFJtWNFS4A7anqz6Fq4Yo=; b=Ug9jpctJAOWhlhhh/IiVzll5uktoDLbmS+JcpRLsFBHjpwoh76YR0smsCkzs2VzGeR3HmC Sf6iIXykSASgel/r0B1Ni94rAG4yNAY1H1Y6mDH2cr7ljkbEaTcSqcp48S05GKo6dUjBU5 gHd9XAKuv5Oldhp/9fytf3C3AsYvLb0wK08rDt84ck9Ed7LN2pBE2htqMIIf8mUXd7uKzo g/bROc7jLyWcE9rXJUnvR3QHvF7S3T2qd9GcQ8VgMifinPvyKv9zusSBIHXgte4Sm4BaMj pvhDeyGxnXIqKAr7oKUDosiH6iygrbK8iYnEbzajcVYKSsrOm14eDr+RCgaYmA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1714806481; a=rsa-sha256; cv=none; b=ezVTxyh2/2ScIPo4+6f9tc2uqet5GAWUHajss22Qp4MVqGXjgKXQCvDneVNSIJC+7i1eLk IoUHV+j0boXWgDeHJF85sFqQnXpPC8SU4+b6jj3Th2F+nDKnI3Dx0DIbUlzETQANK9JDnq zeOfw+G0eUkLaChIo0Y5WQaRNITqpFExcykLhrH+1rFLEq9dP+3d6UGSASbFtbO9Nnqis6 +YLhUKVNKZXEZnxU9Oipa8DAW7oiDT2yBTOzOFKiqfVDQAUFvvZg6MaHOp4ZTzCmHyJ+V2 yA99dnEoS9O+C9XRZjwdlDlaDKD7M9ITwgBu/dlj80NmHeUyVTOO5pUQ5ktdjg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=debian.org header.s=1.vagrant.user header.b=K5NeQ6Jd; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 550C167FA5 for ; Sat, 04 May 2024 09:08:01 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s39Uo-0007zm-1N; Sat, 04 May 2024 03:07:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s39Ul-0007zP-RR for guix-patches@gnu.org; Sat, 04 May 2024 03:07:43 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s39Uh-0001dI-CF for guix-patches@gnu.org; Sat, 04 May 2024 03:07:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s39V3-0006mr-Sf for guix-patches@gnu.org; Sat, 04 May 2024 03:08:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70020] [PATCH v3 1/1] gnu: Add debian-devscripts. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 May 2024 07:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70020 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Steve George Cc: vagrant@debian.org, 70020@debbugs.gnu.org, jlicht@fsfe.org Received: via spool by 70020-submit@debbugs.gnu.org id=B70020.171480645926074 (code B ref 70020); Sat, 04 May 2024 07:08:01 +0000 Received: (at 70020) by debbugs.gnu.org; 4 May 2024 07:07:39 +0000 Received: from localhost ([127.0.0.1]:51664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s39Uh-0006mU-8f for submit@debbugs.gnu.org; Sat, 04 May 2024 03:07:39 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:51488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s39Ub-0006mK-BK for 70020@debbugs.gnu.org; Sat, 04 May 2024 03:07:37 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id DBAA21AA9F; Sat, 4 May 2024 00:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1714806421; bh=OgmtKX+CdbxB0bcAuDNaBloMPepLgItr+KCOm4d/f5Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=K5NeQ6JdEn9Iro7tzqQh5F9/0YjzeoNoxfyM1f6vFzaybDTnuuhGfpuS3Nm/ntgjQ TA8m30pqNqBG06+HZuAKSd7aJLzTw5ujts2WSNgYcry+Ep5BlPkkVNzT9Y5RD7azet IJyNF5iDFZZzk6R2CgaYXvTu0jqXWDYlm7O6zZ9QcLrSv6GQlhXehU43zuLP0JjOTz W/ogesVZCZpCo1PHQ5kKb5Q04mRqajBYXEU5AAarS0E94rr+rAb+TfdT4+jE2SNBfG v6pKBRRQgZ3UFskZhKegvwrVcrZeyr4Hcj2pkPhM7j201xTnfy2bAyW8DAAFma+t1d BerjWd5qm0ssQ== From: Vagrant Cascadian In-Reply-To: <03f2e0ee39ee8112655feccb2a72dc4764c4412b.1713173193.git.steve@futurile.net> References: <03f2e0ee39ee8112655feccb2a72dc4764c4412b.1713173193.git.steve@futurile.net> Date: Sat, 04 May 2024 00:06:50 -0700 Message-ID: <875xvuvywl.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.99 X-Spam-Score: -3.99 X-Migadu-Queue-Id: 550C167FA5 X-Migadu-Scanner: mx11.migadu.com X-TUID: Efn2Af8KA+NB --=-=-= Content-Type: text/plain On 2024-04-15, Steve George wrote: > diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm > index a88fb04feb..2c79afdc75 100644 > --- a/gnu/packages/debian.scm > +++ b/gnu/packages/debian.scm ... > + (wrap.pl (find-files bindir) > + (list "dpkg" ... > + "perl-lwp-protocol-https" ... > + (inputs > + (list ... > + perl-lwp-protocol-https ... > + (native-inputs > + (list perl perl-libwww perl-uri pkg-config python)) > + (propagated-inputs > + (list perl-lwp-protocol-https)) Despite perl-lwp-protocol-https being in inputs, propagated-inputs, and included in a perl wrapper.... ./pre-inst-env guix shell debian-devscripts -- bts --bts-server=debbugs.gnu.org show 70020 .bts-real: couldn't download http://debbugs.gnu.org/70020: 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) Explicitly adding perl-lwp-protocol-https to guix shell did not help... live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZjXeigAKCRDcUY/If5cW qhS2AP0fyK8NnPUfqRdQxnFLzsIreB3/CABNHVEpd8+CqRUl5AD9FUxMbAW+YB1E UjWC9IMAikL/JaMb4JuievbpIZ7XxAc= =WJEX -----END PGP SIGNATURE----- --=-=-=--