From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by sourceware.org (Postfix) with ESMTPS id DE9103858400 for ; Thu, 3 Nov 2022 13:29:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DE9103858400 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rasmusvillemoes.dk Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rasmusvillemoes.dk Received: by mail-lf1-x132.google.com with SMTP id j4so2875534lfk.0 for ; Thu, 03 Nov 2022 06:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=zhklyH6D24vacawUVCSceDrph+fnF+wW7m5mZhmfmFI=; b=Yn+eHB6+MlLKjfRLHfkHLEiT/wnVnkmuubk1qjmsak11+w+7BGRZA2fq9ESk61miX2 /BkyilB4ZN4kFG0N19gAvKWz95wSOm3CsS6w8IGL9rpY+vRiSm3cu/Qv80irRAq3gMtx wXyFurJ4DDpLTxrb2gUPNxXsDJF83rQ/z3Vno= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=zhklyH6D24vacawUVCSceDrph+fnF+wW7m5mZhmfmFI=; b=VQa32aKI6vIsWUl3ifCn2pH0dTPIdDWhA5R/2vdjtVGuet27R1oCHMAVQJjhaqw4TK LjamrbtS0x/GK/jzPc6YCF3lpwUfkk2YsQKp4xmv3NVwIOc5yERw4hSrW6l9/I2KsnHy cNJTZyGqKC5jupm78m9NL/3FfYdz9BGxFHN1uIWCYOOODNmxy7qwIO37POFxJfRt9cZG NFwCtzpOSWTEnpxYA8GZ5KVb/PBFgUn5LZbn0B7Hh9xmC80FrmesbHK/lymSoL1jGiZe EGMEzn8CFA1lHwGW6TwVzie9Z+YjS/wYNWCWIBCUDly8LnZS/JTAVc4mO6cm4doD2fP+ N4YA== X-Gm-Message-State: ACrzQf3ojgaAaeG4IHz1go3rtaHv9S1p9s9Cr/AjQYExqRDsZpN7VL1M bPezIZrhOyU1tvxc6jwfAgG9kg== X-Google-Smtp-Source: AMsMyM5GAxprCPSSoqlHJaTtnurXylHbtuhgNCBrptiXoNOQnR6HGyhXxNIyCCbzPiOhwXEcB76b+w== X-Received: by 2002:ac2:58d8:0:b0:4af:af1f:87e0 with SMTP id u24-20020ac258d8000000b004afaf1f87e0mr11014889lfo.283.1667482146332; Thu, 03 Nov 2022 06:29:06 -0700 (PDT) Received: from [172.16.11.74] ([81.216.59.226]) by smtp.gmail.com with ESMTPSA id p25-20020ac246d9000000b004979ec19387sm128293lfo.305.2022.11.03.06.29.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Nov 2022 06:29:05 -0700 (PDT) Message-ID: <75a9640a-097d-6aec-7c46-042d1a90936d@rasmusvillemoes.dk> Date: Thu, 3 Nov 2022 14:29:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH] gcc: honour -ffile-prefix-map in ASM_MAP [PR93371] To: Jeff Law , gcc-patches@gcc.gnu.org Cc: Vagrant Cascadian References: <20220829092917.477788-1-rv@rasmusvillemoes.dk> <6a8ad344-22f1-4ca5-9254-7a9ccc952737@gmail.com> <0ac9a297-150b-b9e5-2c48-6ff553595e43@rasmusvillemoes.dk> <4d55a36e-d397-3f5a-5908-f3d0ac908afa@gmail.com> Content-Language: en-US From: Rasmus Villemoes In-Reply-To: <4d55a36e-d397-3f5a-5908-f3d0ac908afa@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 02/11/2022 16.45, Jeff Law wrote: > > On 11/2/22 06:35, Rasmus Villemoes wrote: >> However, when I try to push the new master branch I get >> >> $ git push origin master >> fatal: remote error: service not enabled: /git/gcc.git >> >> I do gcc patches sufficiently rare that I may have forgotten the right >> procedure, but this is what I think I've done previously (along with >> running a "git gcc-verify HEAD" to ensure there's a proper changelog >> fragment to extract, with gcc-verify being a suitable alias). >> >> Have I simply lost by commit bit? > > No idea what that error means.  If I had to guess, it'd be that you've > got an anonymous checkout tree which is obviously unsuitable for pushing > or something of that nature. > > It's probably just faster/easier for me to push it for you.  I'll take > care of it momentarily. Thanks. I think I found out what was wrong (though I know it has worked for me previously): My remote url was git://gcc.gnu.org/git/gcc.git , and I used to rely on my .ssh/config specifying "villemoes" as username when accessing gcc.gnu.org. For some reason that no longer worked, but updating the remote url to git+ssh://villemoes@gcc.gnu.org/git/gcc.git seemed to do the trick. What do you think about applying this to older branches? IMO it's a defect from when the umbrella -ffile-prefix-map was introduced, and the potential for regressions should be very low, but I can also see how it might not really qualify as a bug fix. Rasmus