From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: phillip.lord@russet.org.uk Newsgroups: gmane.emacs.devel Subject: Re: [feature/native-comp] breakage on build Date: Sat, 30 Jan 2021 14:40:32 +0000 Message-ID: <463a837ca8ddbf7533c403350d75125d@russet.org.uk> References: <87lfca7lsb.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32689"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Roundcube Webmail/1.4.10 Cc: emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 30 15:42:55 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 1l5rSg-0008PK-GV for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 15:42:54 +0100 Original-Received: from localhost ([::1]:50420 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5rSf-00076S-IH for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 09:42:53 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5rQW-00061G-Dm for emacs-devel@gnu.org; Sat, 30 Jan 2021 09:40:40 -0500 Original-Received: from cloud103.planethippo.com ([78.129.138.110]:53134) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5rQS-000180-1z for emacs-devel@gnu.org; Sat, 30 Jan 2021 09:40:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Transfer-Encoding:Content-Type: Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=rnPV5a4povILNXn7069GzL+2Z9j/z8hknJkKsDjGkKw=; b=r8mc2I63ZN7sf/MDIiLyUXQ2ln FIDkSoVjFDNYJnA7ibDYgph39IaY2JdnOawLOFAAxV9Cy4ozAZdPim5RmWshBzqw/Aqwz22EtPmJ0 ZByL+CuGfmrQMi+HkwPzA4aaaGPeOnFUWDW/oBT5Amum0Dhf9PIN80wYMGLuAgz9iWucvoRi8AXho KxF/W9yLBxYgRpXM1PyfEtIm2DTwHb0ROYz8qvV/TZW6qz/7VsxeIg25lwdQ9bGar0phWqm3LbcSJ RoIPpMZYwlk0IojoUM3lJc5Q11SLjNNkSVzbqRBOJdjYfQ7vF0hgfw2AWglhzWY2Tw6JhrIuAxVhw M+i/V43A==; Original-Received: from [::1] (port=37666 helo=cloud103.planethippo.com) by cloud103.planethippo.com with esmtpa (Exim 4.93) (envelope-from ) id 1l5rQO-0007uR-CT; Sat, 30 Jan 2021 14:40:32 +0000 In-Reply-To: X-Sender: phillip.lord@russet.org.uk X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk Received-SPF: none client-ip=78.129.138.110; envelope-from=phillip.lord@russet.org.uk; helo=cloud103.planethippo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=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:263613 Archived-At: On 2021-01-30 13:26, akrl--- via "Emacs development discussions." wrote: > Phillip Lord writes: > >> I am getting a build breakage on native-comp. While I can build >> native-comp on windows in source, it seems to fail while using my >> packaging scripts. These use out-of-source builds which might be the >> problem. >> >> Backtrace is here. I've added a few "message"'s to >> `comp-compile-ctxt-to-file' so I could see the full paths. The >> directory >> mentioned does exist but is empty. >> >> I am getting that there is something that isn't happy with windows >> paths, but that's a total guess. >> >> Phil > > Hi Phil, > > I tried just now an out of tree build on x86_64-pc-linux-gnu and it > worked. This might confirm your idea of a Windows specific issue? > > Would be interesting to debug and see exactly what's the file that we > can't create and why. I will give it a go and see what I can find. I'd checked an OOS build on linux already, but I don't think I have done a "normal" one, that is not using my packaging scripts, on windows. Will try.