From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: master b99ec5d 3/3: Work around __has_attribute bug in clang 3.4 Date: Fri, 22 Jan 2021 16:46:10 -0800 Organization: UCLA Computer Science Department Message-ID: References: <20210122200300.770.63187@vcs0.savannah.gnu.org> <20210122200304.8BBE820A10@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11338"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 23 01:47:41 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l375X-0002hG-CV for ged-emacs-devel@m.gmane-mx.org; Sat, 23 Jan 2021 01:47:39 +0100 Original-Received: from localhost ([::1]:32978 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l375W-0004Ru-F3 for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Jan 2021 19:47:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l374H-0003f6-TR for emacs-devel@gnu.org; Fri, 22 Jan 2021 19:46:21 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48952) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l374A-00069r-Nk; Fri, 22 Jan 2021 19:46:21 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A2F4516011A; Fri, 22 Jan 2021 16:46:11 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id v4s0-iM-pHwc; Fri, 22 Jan 2021 16:46:10 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id C375616013D; Fri, 22 Jan 2021 16:46:10 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xIzZhN-Wk1qT; Fri, 22 Jan 2021 16:46:10 -0800 (PST) Original-Received: from [192.168.1.9] (cpe-23-243-218-95.socal.res.rr.com [23.243.218.95]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 9D19616011A; Fri, 22 Jan 2021 16:46:10 -0800 (PST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.221, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:263292 Archived-At: On 1/22/21 2:49 PM, Glenn Morris wrote: > I can provide no more information than this, but it seems this causes > hydra.nixos darwin builds to fail. >=20 > https://hydra.nixos.org/build/135418161 When I click on that web page's line "Failed build produced output.=20 Click here to inspect the output."=20 , the result is a=20 web page that says "404 Not Found Product=20 /nix/store/3ib8nmn8wy3sqk4rk7n64j2hcvglkd6l-emacs-unknown has=20 disappeared." If I click on the same web page's "Help" button it=20 suggests running "curl=20 https://hydra.nixos.org/build/135418161/nix/closure/emacs-unknown-none.cl= osure.gz=20 | gunzip | nix-store --import", but curl reports a 404 not found for=20 that as well. Perhaps someone who can build on macOS directly can provide more info=20 about the problem. I had no problem building with clang 11.0 on Ubuntu=20 but Apple's clang is special.