X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-CMAE-Analysis: v=2.4 cv=SaMyytdu c=1 sm=1 tr=0 ts=5fe8ceaa a=+cj0cO56Fp8x7EdhTra87A==:117 a=xgZKlNh6gFtQ5HSBngbpxw==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=IkcTkHD0fZMA:10 a=zTNgK-yGK50A:10 a=2NjUDptMaGXGR4-MmvQA:9 a=QEXdDO2ut3YA:10 X-SECURESERVER-ACCT: glimrick AT epilitimus DOT com Subject: Re: [geda-user] gsymcheck 'make check' failure final analysis To: geda-user AT delorie DOT com References: <09a3adc8-401f-70fd-1ba4-c5cc850f62aa AT fastmail DOT com> <5a52e3b4-50a6-2b0e-7d7d-7eb144c5619f AT epilitimus DOT com> <1d8bac3a-9787-dd41-9269-ab8d3d681754 AT epilitimus DOT com> <54c87596-c5ef-cfba-d74d-2fa6411b555f AT fastmail DOT com> <796bed87-7c91-fe93-fbfa-7090c731be36 AT epilitimus DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Sun, 27 Dec 2020 10:12:52 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2plcpnl0121.prod.iad2.secureserver.net X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epilitimus.com X-Get-Message-Sender-Via: a2plcpnl0121.prod.iad2.secureserver.net: authenticated_id: glimrick AT epilitimus DOT com X-Authenticated-Sender: a2plcpnl0121.prod.iad2.secureserver.net: glimrick AT epilitimus DOT com X-Source: X-Source-Args: X-Source-Dir: X-CMAE-Envelope: MS4xfApq/RhYyL+7Wui/9JKaQuqCee6bqmojSeNFKmFQacnYmVGiVbSdPqeJe5neOTW9aPWZQ/Ojlc//zJkJs4nK7aEiEPXIiSBVVLLjSMsqHm+4WAs3qbDD 8e/uidbXpqTuhM3/K3acCy1Y5nXZBKugE95ZvnXTf0CM7+m94dvRvTHRquf3YxOv4LIDrNLYzZ1gdjWo1xAHnpGt1g/W+ldMxZx+WxDXewR0aW8njPGpSIeR Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Roland Lutz wrote: > >> Ideally there should be a way to prevent non-source tree config files >> from being loaded during a test run as there is no way to know what >> is in them which may cause the test to fail. > > I agree.  It's pretty low on my priority list, though, since it would > become obsolete once the new configuration mechanism is in place. Oh? Please do tell :) Best solution I came up with was a new environment variable (GEDA_NOUSERRC?) that would block loading user rc files. But if there is going to be new and exciting things upcoming soon... A couple of lines in libgeda/src/g_rc.c, gsymcheck/tests/Makefile.am, and possibly runtests.sh. Glenn