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=VNoYI/DX c=1 sm=1 tr=0 ts=5fe3fdf7 a=+cj0cO56Fp8x7EdhTra87A==:117 a=3dejBZGbshspSGAUzNoSLw==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=IkcTkHD0fZMA:10 a=zTNgK-yGK50A:10 a=ZLGELXoPAAAA:8 a=Mj1Xp5F7AAAA:8 a=danhDmx_AAAA:8 a=aNAXPEawuKGbc6-depcA:9 a=QEXdDO2ut3YA:10 a=CFiPc5v16LZhaT-MVE1c:22 a=OCttjWrK5_uSHO_3Hkg-:22 a=P4VdviVPEcjfz_PVVggX:22 X-SECURESERVER-ACCT: glimrick AT epilitimus DOT com Subject: Re: [geda-user] [ANNOUNCE] geda-gaf 1.10.2 released To: geda-user AT delorie DOT com References: <09a3adc8-401f-70fd-1ba4-c5cc850f62aa AT fastmail DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: <5a52e3b4-50a6-2b0e-7d7d-7eb144c5619f@epilitimus.com> Date: Wed, 23 Dec 2020 18:33:21 -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: <09a3adc8-401f-70fd-1ba4-c5cc850f62aa@fastmail.com> 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: MS4xfOsqgCbheyura+PG482MG+Kc45p7/QSSXyb3r3mHGfkKd0t5k9MCd2diaUWqYC+8yZtQqXQHGXzREVjaizHb9A3CN+SSHkBnLAdJ7gDdG30dPcibKDBn 0pG88aSSEba+djvfBUhh/Bv2mTCStcg0gRbh6R1l5vCXsHEZ6i+r0DhPAmyh7aTVagkzT731GBJgj2SBccXEhmKAACk9+zdx4YMqfZf2gEZ0ab83iCqwP4kG 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 Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com] wrote: > ============================================================================ > > Testsuite summary for gEDA/gaf 1.10.2 > ============================================================================ > > # TOTAL: 46 > # PASS:  0 > # SKIP:  0 > # XFAIL: 0 > # FAIL:  46 > # XPASS: 0 > # ERROR: 0 > ============================================================================ > > See gsymcheck/tests/test-suite.log > Please report to https://bugs.launchpad.net/geda > ============================================================================ > ************************* > > Disabling the "make check" allows the build to complete without error, > and so is my workaround as with previous builds that failed make check. > > Thanks again and happy holidays! > > Girvin > > > When I built it I got a clean `make check` so out of curiosity I played around a bit: > $ cd gsymcheck/ > $ make check > Making check in po > make[1]: Entering directory > '/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/po' > make[1]: Nothing to be done for 'check'. > make[1]: Leaving directory > '/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/po' > Making check in src > make[1]: Entering directory > '/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/src' > make[1]: Nothing to be done for 'check'. > make[1]: Leaving directory > '/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/src' > Making check in include > ============================================================================ > Testsuite summary for gEDA/gaf 1.10.2 > ============================================================================ > # TOTAL: 46 > # PASS:  46 > # SKIP:  0 > # XFAIL: 0 > # FAIL:  0 > # XPASS: 0 > # ERROR: 0 > ============================================================================ I thought at first it might be because I was not building with NLS so I tried adding that in and got the above. Interestingly (to me anyway) I get "make[1]: Nothing to be done for 'check'" in gsymcheck/po whereas you get a bunch of things being done. So I am wondering what your configure parameters are: > $ head config.log > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by gEDA/gaf configure 1.10.2, which was > generated by GNU Autoconf 2.69.  Invocation command line was > >   $ ./configure --libdir=/usr/local/lib64 --disable-update-xdg-database > > ## --------- ## > ## Platform. ## also since I may have upgraded one or another at some point: > $ autoconf --version > autoconf (GNU Autoconf) 2.69 > $ automake --version > automake (GNU automake) 1.15 > $ make --version > GNU Make 4.1 Glenn