From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 24DD01F461 for ; Sat, 7 Sep 2019 10:06:23 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=OVbp x9SaTgrsRJ7mGQhjtAYdSLLYbL5qA1NK9H78xU6hJCm7LdtcKteZQM7Foico6ppU lD9/vGyJuszDOtwKrXhczk/e5HGknG8aDXsyqtItydhWSDMZ8p41iMF7k1UlRWrg w15Wc7IJH5fzZSMjj28hQ8VDP7zCBqvdpXSk3sg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=8+88NMyV5v Hhu5M+JH7O3LCdAtg=; b=SLTCNNii8fFNHvXbbkB5VNDFfr8/HnPvrpcp3LBLfO /a1pS1ymWTo34EHKeDBMOzV89BU5ylOF3PG08I8C3ua7uOi6eGrLT3zox+s4MWKG oF65j6xTdpLoH/9s1AYe9O/NgARPxuyiIjfvj/dJ7uRvpjlsAStWPbZWMKoufAAa A= Received: (qmail 89149 invoked by alias); 7 Sep 2019 10:06:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 89140 invoked by uid 89); 7 Sep 2019 10:06:20 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] Prefer https: for GNU and FSF URLs To: Joseph Myers Cc: GNU C Library References: <18cce39e-4a5a-27d8-a1ca-5ec45973088e@cs.ucla.edu> From: Paul Eggert Message-ID: <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> Date: Sat, 7 Sep 2019 03:06:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------7B54ED23FFDF22F5FF698D20" This is a multi-part message in MIME format. --------------7B54ED23FFDF22F5FF698D20 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 9/22/17 4:47 AM, Joseph Myers wrote: > This command looks like it would modify some generated files, rather than > modifying their sources and regenerating. Thanks for mentioning that. I finally got around to fixing the issues you mentioned, and installed the adjusted patch into the glibc master. As the patch is 5.6 MB I won't attach it here. I ran into a problem, though: the remote on sourceware.org refused to patch three of the files, giving messages like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines or like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline I'm attaching a patch for the three files that the remote refused to fix. I assume that to install this patch I would need to fix the pre-commit hooks on the sourceware.org side, but I don't see how to go about this in ; am I looking in the wrong place? --------------7B54ED23FFDF22F5FF698D20 Content-Type: text/x-patch; name="0001-Fix-three-GNU-license-URLs.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Fix-three-GNU-license-URLs.patch" >From fd91cced29fa417347318a2816426e3168f6ea72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Sep 2019 02:54:48 -0700 Subject: [PATCH] Fix three GNU license URLs. --- sysdeps/powerpc/powerpc64/ppc-mcount.S | 2 +- sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S | 2 +- sysdeps/unix/sysv/linux/s390/s390-64/syscall.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/powerpc/powerpc64/ppc-mcount.S b/sysdeps/powerpc/powerpc64/ppc-mcount.S index fb301a77be..bcf0b035d1 100644 --- a/sysdeps/powerpc/powerpc64/ppc-mcount.S +++ b/sysdeps/powerpc/powerpc64/ppc-mcount.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include /* We don't need to save the parameter-passing registers as gcc takes diff --git a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S index 17f5f26391..fda80c2f0f 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S index b51aa2fc50..ca8b1afdc8 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include -- 2.21.0 --------------7B54ED23FFDF22F5FF698D20--