From unknown Tue Jun 17 20:17:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44544 <44544@debbugs.gnu.org> To: bug#44544 <44544@debbugs.gnu.org> Subject: Status: Failures Building in non-Git Directory Reply-To: bug#44544 <44544@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:17:17 +0000 retitle 44544 Failures Building in non-Git Directory reassign 44544 dejagnu submitter 44544 Fred Wright severity 44544 normal owner 44544 jcb62281@gmail.com thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 09 20:53:54 2020 Received: (at submit) by debbugs.gnu.org; 10 Nov 2020 01:53:54 +0000 Received: from localhost ([127.0.0.1]:36000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcIr4-0000hk-GX for submit@debbugs.gnu.org; Mon, 09 Nov 2020 20:53:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:41262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcIr2-0000hd-Nn for submit@debbugs.gnu.org; Mon, 09 Nov 2020 20:53:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55562) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcIr2-0000yo-FG for bug-dejagnu@gnu.org; Mon, 09 Nov 2020 20:53:52 -0500 Received: from d.mail.sonic.net ([64.142.111.50]:44508) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kcIr0-0003K1-Jk for bug-dejagnu@gnu.org; Mon, 09 Nov 2020 20:53:52 -0500 Received: from MacPro.local (c-76-102-182-162.hsd1.ca.comcast.net [76.102.182.162]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id 0AA1ravh013812 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Mon, 9 Nov 2020 17:53:42 -0800 Date: Mon, 9 Nov 2020 17:53:36 -0800 (PST) From: Fred Wright X-X-Sender: fw@macpro.local To: bug-dejagnu@gnu.org Subject: Failures Building in non-Git Directory Message-ID: User-Agent: Alpine 2.23 (OSX 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Sonic-CAuth: UmFuZG9tSVZ6gW8omS9uLRzq0axv07Q9kzr41AM/EBPSZJrfnZour8qVcydfNIVp4r0ka6J8S17HYGjcMoQDvlOY22hcEoTU X-Sonic-ID: C;hinMi/ci6xGpLbSffAb4WQ== M;6ll/j/ci6xGpLbSffAb4WQ== X-Spam-Flag: No X-Sonic-Spam-Details: 1.0/5.0 by cerberusd Received-SPF: none client-ip=64.142.111.50; envelope-from=fw@fwright.net; helo=d.mail.sonic.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/09 20:53:43 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) When running in a directory that's not a git repo, there are at least two failures: MacPro:dejagnu fw$ ./configure [...] checking for expect... /usr/bin/expect checking Tcl version 8.5 or greater... yes fatal: not a git repository (or any parent up to mount point /Volumes) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands MacPro:dejagnu fw$ echo $? 0 Note that the allegedly "fatal" error doesn't avoid a zero exit status (which may be a separate bug). After the "successful" configure, building succeeds, with no error messages: MacPro:dejagnu fw$ make [...] rm -rf $backupdir; exit $rc Done. Now run 'make install'. MacPro:dejagnu fw$ echo $? 0 Many tests now fail, which may or may not be related, so that's not included here. But install fails: MacPro:dejagnu fw$ sudo make install Password: Done. Now run 'make install'. [...] make install-data-hook revision=`cd . && git rev-parse --short HEAD` \ && sed -i -e "s/^set *frame_version.*/set frame_version -${revision}/" /usr/local/share/dejagnu/runtest.exp fatal: not a git repository (or any parent up to mount point /Volumes) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). make[2]: *** [install-data-hook] Error 128 make[1]: *** [install-data-am] Error 2 make: *** [install-am] Error 2 MacPro:dejagnu fw$ echo $? 2 This is commonly seen when copying all tracked files to another location for testing (e.g., using git ls-files and rsync), but for purposes of reproducing the failure, another approach is to temporarily rename the .git subdirectory to something else. The above examples are from the current master branch @3d62df2. They are from Mac OSX, but essentially identical failures also occur on Ubuntu 14.04, CentOS 7, and Fedora 25. These failures do not occur with the 1.6.2 release version, which may be due to a new bug, or may be due to differences between release and non-release builds. In general, anything relying on git during builds should have a fallback for the non-git environment. Fred Wright From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 10 19:33:53 2020 Received: (at 44544) by debbugs.gnu.org; 11 Nov 2020 00:33:53 +0000 Received: from localhost ([127.0.0.1]:39522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kce5B-00051r-EK for submit@debbugs.gnu.org; Tue, 10 Nov 2020 19:33:53 -0500 Received: from mail-ot1-f51.google.com ([209.85.210.51]:39513) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kce4u-00051K-MU for 44544@debbugs.gnu.org; Tue, 10 Nov 2020 19:33:51 -0500 Received: by mail-ot1-f51.google.com with SMTP id z16so555420otq.6 for <44544@debbugs.gnu.org>; Tue, 10 Nov 2020 16:33:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=ZWGY4t1GWTFnAidafsNXIZofVOwOKm0iAAtuOk1JMuU=; b=dg8/CZdCBi2B8Pq2YFy6lR6ktahYVLTPiaNfJB3Cv88KafVYUfNnvMkU0oHOYntu2I oMVl34eLFnfHKCPvTUgAxdfyS3CBen3w6jpGM+4loxKncX0BWG4b6K5MTBjGyYVXnH5V ehRyWOLpa/bwYR5y1ts2Db8jhyCvS2Joc/kmy5Diu9qOAZ/+yfJoNoAMbnWFkRkit8/C DfNxyRCQCcTK7qzGl7GGMbB6XGwaKlQZk/HrnJXIp+u/x3FzYTKGGsnPSIyZjvIeryjf p2/eh91kcUWUzfLDjTNEsYEMeHjyV4d0JOsA+jS5FLm777Cgc4pwPpo7joNNnvbE7eM4 QPiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to :content-transfer-encoding; bh=ZWGY4t1GWTFnAidafsNXIZofVOwOKm0iAAtuOk1JMuU=; b=hfCwurrprfWYsnbbTjHaW1hUHFrVOMNtriv3FkT8e43hxqEtqKx2y7hDsq0Z1raQrW COw3z3GwqjxXoKlun8UlzH14rFXF0muDWW/NdrpQsc1notddAqnyjsK82lXAzRDFhRrg 41mckAdhkd2aq3Xi0LNaMux74V9rLSHC+0AN2gLjC74lnPn0lxGf+7G77FGTbu794EGv CjeQAX/EXoX9g1yzLWLUs9NiyF4TgMSoHDuPHt2lFof5WcJkWaeT0O1hvpAKICMUIhW5 /B8wZUG8mtVTgtvyFY+13nRa7ufjAixuHrdSLWLPwbWqeIP/BaCAci7qMafW3SrOLGxC zyqA== X-Gm-Message-State: AOAM532fz6x/MrgebRoo5jSlk8xFvP8ehS3RxKs4kplSeuWwebXAAe4k Rwmg70YlvIpI0IXGvoFKahM= X-Google-Smtp-Source: ABdhPJwFTAr8EUGnAjYEYpGv+IKVDd5+SCbysvsbT8ephENRVyaZD+Xf4MpUFJkki3+d3QPLcoVQSw== X-Received: by 2002:a05:6830:1308:: with SMTP id p8mr14677625otq.330.1605054810902; Tue, 10 Nov 2020 16:33:30 -0800 (PST) Received: from [192.168.2.42] (adsl-70-133-144-11.dsl.ablntx.sbcglobal.net. [70.133.144.11]) by smtp.gmail.com with ESMTPSA id t19sm137500otp.51.2020.11.10.16.33.29 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Nov 2020 16:33:30 -0800 (PST) Message-ID: <5FAB3158.1040908@gmail.com> Date: Tue, 10 Nov 2020 18:33:28 -0600 From: Jacob Bachmeyer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Fred Wright Subject: Re: bug#44544: Failures Building in non-Git Directory References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 44544 Cc: 44544@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: jcb62281@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Fred Wright wrote: > > When running in a directory that's not a git repo, there are at least > two failures: > > [...] > > Note that the allegedly "fatal" error doesn't avoid a zero exit status > (which may be a separate bug). The "fatal" error is from Git, which exits reporting failure, which configure ignores. > After the "successful" configure, building succeeds, with no error > messages: > > MacPro:dejagnu fw$ make > [...] > rm -rf $backupdir; exit $rc > Done. Now run 'make install'. > MacPro:dejagnu fw$ echo $? > 0 > > Many tests now fail, which may or may not be related, so that's not > included here. There seem to be other issues with Mac OS X; you are correct that those are a separate bug. > But install fails: > > MacPro:dejagnu fw$ sudo make install > Password: > Done. Now run 'make install'. > [...] > make install-data-hook > revision=`cd . && git rev-parse --short HEAD` \ > && sed -i -e "s/^set *frame_version.*/set frame_version > -${revision}/" /usr/local/share/dejagnu/runtest.exp > fatal: not a git repository (or any parent up to mount point /Volumes) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not > set). > make[2]: *** [install-data-hook] Error 128 > make[1]: *** [install-data-am] Error 2 > make: *** [install-am] Error 2 > MacPro:dejagnu fw$ echo $? > 2 Same error here, but make does not ignore it. > This is commonly seen when copying all tracked files to another > location for testing (e.g., using git ls-files and rsync), but for > purposes of reproducing the failure, another approach is to > temporarily rename the .git subdirectory to something else. The issue was verified here using `git ls-files -z | cpio -0dp /tmp/some/where/else`. > The above examples are from the current master branch @3d62df2. They > are from Mac OSX, but essentially identical failures also occur on > Ubuntu 14.04, CentOS 7, and Fedora 25. > > These failures do not occur with the 1.6.2 release version, which may > be due to a new bug, or may be due to differences between release and > non-release builds. In general, anything relying on git during builds > should have a fallback for the non-git environment. The version hook was removed in commit 650af6e75776a52afa4803d02aae0f923a9ec82f which is now current master. This should fix the problem. Can you confirm that it corrects this issue? -- Jacob From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 10 19:57:08 2020 Received: (at 44544) by debbugs.gnu.org; 11 Nov 2020 00:57:08 +0000 Received: from localhost ([127.0.0.1]:39554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kceRg-0005a3-FW for submit@debbugs.gnu.org; Tue, 10 Nov 2020 19:57:08 -0500 Received: from c.mail.sonic.net ([64.142.111.80]:51266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kceRe-0005Zv-L7 for 44544@debbugs.gnu.org; Tue, 10 Nov 2020 19:57:07 -0500 Received: from MacPro.local (c-76-102-182-162.hsd1.ca.comcast.net [76.102.182.162]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id 0AB0uvcn005817 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 10 Nov 2020 16:57:04 -0800 Date: Tue, 10 Nov 2020 16:56:57 -0800 (PST) From: Fred Wright X-X-Sender: fw@macpro.local To: Jacob Bachmeyer Subject: Re: bug#44544: Failures Building in non-Git Directory In-Reply-To: <5FAB3158.1040908@gmail.com> Message-ID: References: <5FAB3158.1040908@gmail.com> User-Agent: Alpine 2.23 (OSX 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Sonic-CAuth: UmFuZG9tSVYfBaTsopiYQKfkuo0HOIm3Tz/gTysPgwlHq0Y2wBqhnY24+QosjwNMICClk/mx9SU/KzhiMaxL0/mdhU6KqSKc X-Sonic-ID: C;NIiAzLgj6xGvy53Pl+vPsg== M;Foyv0Lgj6xGvy53Pl+vPsg== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44544 Cc: 44544@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, 10 Nov 2020, Jacob Bachmeyer wrote: > Fred Wright wrote: [...] >> Many tests now fail, which may or may not be related, so that's not >> included here. > > There seem to be other issues with Mac OS X; you are correct that those are a > separate bug. Also on at least three versions of Linux. [...] > The version hook was removed in commit > 650af6e75776a52afa4803d02aae0f923a9ec82f which is now current master. This > should fix the problem. Can you confirm that it corrects this issue? Yes, it does. And, as expected, it doesn't fix the test failures. So far I've only tested on the Mac; I may not have time to test on the Linux VMs until tomorrow. Fred Wright From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 12 19:15:47 2020 Received: (at control) by debbugs.gnu.org; 13 Nov 2020 00:15:47 +0000 Received: from localhost ([127.0.0.1]:46100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdMkk-0004EH-NJ for submit@debbugs.gnu.org; Thu, 12 Nov 2020 19:15:46 -0500 Received: from mail-oi1-f175.google.com ([209.85.167.175]:36978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdMkh-0004E1-Gi for control@debbugs.gnu.org; Thu, 12 Nov 2020 19:15:45 -0500 Received: by mail-oi1-f175.google.com with SMTP id m17so8533802oie.4 for ; Thu, 12 Nov 2020 16:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-transfer-encoding; bh=fyDYiyuR8/g4JeZX7FULe+r6EXoMCVh5hijMQ7UL+MQ=; b=JJIt8sVc6Ka1s1be0XJ4u6U0ysovupcKOyA9EAu1td8rHEy+4HbzgTXbzL4P3b9F6P Y7DuOm0zFVy/qSTDTBKBqbl+46+tQlwCJWPRJuShYRsjOZ1GdaBnyNcOAOc1KT+32KTX kNQFo72gJX0Ps5TEvme1cXUKPLYULVJXVf1/1k3qJhg4aekHsZ0besu4u9mJwzRa3Iem qg7DSjg4lvfvPdR2A1OCwy2gEH3FdgTkG8d/sS7fFMi4P9viIQfOlKt0Qf00Q47ZVkFh l0PfaajPWtW/DOLbyK8qhU9+YHhxYYnFLmOMkUvKerDYyqcuntE3Qsto9Hz/oAB52ISX 0cYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:subject:content-transfer-encoding; bh=fyDYiyuR8/g4JeZX7FULe+r6EXoMCVh5hijMQ7UL+MQ=; b=nSoJAd5eB3DCeFTVLI1osh0Aj2CE2Gc+l6l8t7MdJmtpTTD/MXeCBiAQ/+b0UlgcLg 2+HSvsxhRdCMHbBPg39X7M8yE7QNMiBoid3vLOIR9Qv2x1b3VYwE2Th/JRNa95D2QZkB Ix1+L24VQ/D2PSSLjD5Ua7ZD0yhLTdLzMvlGM1YIptExfdvIvpmq3KANnzHLBgCGpLcU 5KPNsWlgb09wYqz27SxOTViRPxIPpToNq66e/C1I/f0nvAsqruQ1Ze3zOjrGnMCp8ybz BtM5AJqLeL/X7j/8zPTl50PmDV4HJGPDdRrv7oZADDIwIXCugieIhRK5XVmVoxLgtog5 lLRw== X-Gm-Message-State: AOAM530ox+oPXT2ZENml5K0n9l80BtulidGqvHO8gkYUrZKMmVGpPhC+ 6spGB0jM6vJ9X4krd0XIQ9usKGUj6KY= X-Google-Smtp-Source: ABdhPJzJmdV19MLTMeDXXN/GpWssJGMp2S7WHCoQ83GdwoaOnQZYIb1g8rzspjUojJEp1625W5ayag== X-Received: by 2002:a05:6808:243:: with SMTP id m3mr266149oie.136.1605226537760; Thu, 12 Nov 2020 16:15:37 -0800 (PST) Received: from [192.168.2.42] (adsl-70-133-144-11.dsl.ablntx.sbcglobal.net. [70.133.144.11]) by smtp.gmail.com with ESMTPSA id g3sm1512326oif.26.2020.11.12.16.15.36 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Nov 2020 16:15:37 -0800 (PST) Message-ID: <5FADD027.8040004@gmail.com> Date: Thu, 12 Nov 2020 18:15:35 -0600 From: Jacob Bachmeyer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: GNU bug tracker automated control server Subject: bug administrivia 2020-11-12 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: jcb62281@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) package dejagnu # these will be known bugs in 1.6.3 owner 44462 ! owner 44602 ! # these are potential release blockers owner 44544 ! owner 44545 ! send-detail 44580 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 04 00:37:35 2021 Received: (at 44544-done) by debbugs.gnu.org; 4 Jun 2021 04:37:35 +0000 Received: from localhost ([127.0.0.1]:45122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp1aR-0008Ck-Jt for submit@debbugs.gnu.org; Fri, 04 Jun 2021 00:37:35 -0400 Received: from mail-oi1-f182.google.com ([209.85.167.182]:33678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp1aP-0008CW-NZ for 44544-done@debbugs.gnu.org; Fri, 04 Jun 2021 00:37:34 -0400 Received: by mail-oi1-f182.google.com with SMTP id t140so3331162oih.0 for <44544-done@debbugs.gnu.org>; Thu, 03 Jun 2021 21:37:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=cL/6WKT+vsi7Ctg92fYd2GKaFjy+JrpOCKvPJo9VOjA=; b=LnwebFS4+Jzz4CGRlZV+0Ss0hHuBVwEDhWsSZHQibpDbIedwxpf2dtPpHRxB07Ym87 tZ+O8dVZDNLM11gg3TerrrG0Uo1UiwT3CAG/FKwALzDvEHq6x0Tq9WEHMyTUV8yPgWcx SLT39/EcFwtEZIxK472unUqH2bA1NHldzD0CR5DMcUtwLjbQq5fEQ6oRx2/R5wlGKGUk dhfxXVEZiKpJ5PdDpVMiG9TPQvJqJVXQWn2LtMQmYJlW2lhSnp/Ok1ZS+BHD27NvJKH3 mv7zq3sSCIS5HUmp1yRGmaX7PJ3QRz/bNZ5pOTRP/a1kw1oeElFwplAxSBbWtUeQVPB/ 8R2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to :content-transfer-encoding; bh=cL/6WKT+vsi7Ctg92fYd2GKaFjy+JrpOCKvPJo9VOjA=; b=AZRVHkauSFYtV07+KfCRT8OfuvfBOzzuta2q2WiHHPMHog8xK/EhMwo4XqKpbp20Vk v0GawQobuDm5z6ZlnqQ2f4OLHhmjSh5ys86BP5I0TA8qee8SjesV5LEgeNGw50yurAU9 jefy22+V6TxX8D9qbcu6FSEYwXX4xWkGRyEfpWEdolkKnfN/s4KFilOWhe1Nyz7vngzM l598hXX0EQaLEzCI7uYzLyl09DWV5e3jB+sbG7b4gHFlSrPLnB3l1RxSvWiWslunNP3T Qxi59uFYmj1ogTG6gR8BmWSHEsWSroC8FJzciiYRePf+ilzYUbct9tCDAM0fQnfvBViu btJw== X-Gm-Message-State: AOAM531Ii/Tnqjl+iQbEz0v862m52bjX66KrU0wd/QXYiWnuYmcPE2wV TwEr7HaPBF8wH03U0cwO3Kk= X-Google-Smtp-Source: ABdhPJzxNDviLFc40zP2hQpjiKCP+Zb/SDVu57wLTvGtER1CbabhcKRMeXDN4MOj9WrkczElblP2uw== X-Received: by 2002:aca:b509:: with SMTP id e9mr9627878oif.66.1622781448048; Thu, 03 Jun 2021 21:37:28 -0700 (PDT) Received: from [192.168.2.42] (adsl-70-133-145-50.dsl.ablntx.sbcglobal.net. [70.133.145.50]) by smtp.gmail.com with ESMTPSA id d1sm250701otu.9.2021.06.03.21.37.27 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Jun 2021 21:37:27 -0700 (PDT) Message-ID: <60B9AE06.8060506@gmail.com> Date: Thu, 03 Jun 2021 23:37:26 -0500 From: Jacob Bachmeyer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Fred Wright Subject: Re: bug#44544: Failures Building in non-Git Directory References: <5FAB3158.1040908@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: 44544-done Cc: 44544-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: jcb62281@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.1 (-) Fred Wright wrote: > On Tue, 10 Nov 2020, Jacob Bachmeyer wrote: >> The version hook was removed in commit >> 650af6e75776a52afa4803d02aae0f923a9ec82f which is now current >> master. This should fix the problem. Can you confirm that it >> corrects this issue? > > Yes, it does. And, as expected, it doesn't fix the test failures. So > far I've only tested on the Mac; I may not have time to test on the > Linux VMs until tomorrow. Closing bug report; apologies for the long delay as this somehow fell through the cracks. -- Jacob From unknown Tue Jun 17 20:17:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Jul 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator