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=5fe55093 a=+cj0cO56Fp8x7EdhTra87A==:117 a=H59AmFfcIZc/9zkwXhMFXw==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=IkcTkHD0fZMA:10 a=zTNgK-yGK50A:10 a=ZLGELXoPAAAA:8 a=Mj1Xp5F7AAAA:8 a=-kwk4jpsHFYyzmY8xIgA:9 a=QEXdDO2ut3YA:10 a=CFiPc5v16LZhaT-MVE1c:22 a=OCttjWrK5_uSHO_3Hkg-: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> <5a52e3b4-50a6-2b0e-7d7d-7eb144c5619f AT epilitimus DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: <1d8bac3a-9787-dd41-9269-ab8d3d681754@epilitimus.com> Date: Thu, 24 Dec 2020 18:37:58 -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: MS4xfGBi/CtdAWPMFKvXILeV5nIkYAtvt8hK5C7nA7d1nBOyPBL+vrUxQY73e6Lkeg/Coy+hUhBC+cMmOkIBZuzxm9YxXIl4oAgbVlwipgAGPwFnffajhw2K W+2cO/hBrvkYgr1Vxte+xo7aF3nWUYbw00uF0PqdgFOpWL3pDexp8qQIPh+BHUgQ14WL0DsUk3HGfZFuvZ/wzWgDFD6iVtwLp3MeHzOZHf99voMpujdGS7Ag 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: > > This is a weird, but not fatal, problem. I have yet to build as root, > install and run it. Thanks. > But now my brain has latched onto it... Okay, well two things I know for certain I have upgraded is my compiler: > $ gcc --version > gcc (GCC) 9.3.0 and I've installed glibc-2.30...so either or both of those could certainly cause different results. On my machine after running `make check`, looking in the gsymcheck/tests directory there is a test-suite.log file: > $ cat gsymcheck/tests/test-suite.log         > ===================================================== >    gEDA/gaf 1.10.2: gsymcheck/tests/test-suite.log > ===================================================== > > # TOTAL: 46 > # PASS:  46 > # SKIP:  0 > # XFAIL: 0 > # FAIL:  0 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 and a gsymcheck/tests/logs directory which contains the log for each individual test. Picking one at pseudo-random: > $ cat gsymcheck/tests/logs/gsymcheck-20201225-3.log > Loaded RC file > [/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/lib/system-gsymcheckrc] > Loaded file > [/home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/tests/./connections2.sym] > > Checking: > /home/glenn/projects/temp/geda-gaf-1.10.2/gsymcheck/tests/connections2.sym > Warning: Missing pinlabel= attribute > Warning: Missing pintype= attribute > ERROR: Missing pinseq= attribute > ERROR: Missing pinnumber= attribute > ERROR: Not enough pins in slotdef=1:1,2,3 > ERROR: Not enough pins in slotdef=2:4,5,6 > ERROR: Not enough pins in slotdef=3:9,10,8 > ERROR: Not enough pins in slotdef=4:12,13,11 > ERROR: Found a connection inside a symbol > ERROR: Found a connection inside a symbol > 2 warnings found > 8 ERRORS found Do either of these sources on your machine provide any useful info on the cause of the fail? Glenn PS. I may have just found it. From the 1.10.2 README: >  - A C/C++ compiler and standard library (GCC >= 8.3.0 and glibc >= >    2.28 are recommended, but clang >= 7.0.1 should work, as well). Slackware 14.2 stock is: > $ ls ~/SlackISO/Slack64/slackware64/d/gcc* > /home/glenn/SlackISO/Slack64/slackware64/d/gcc-5.3.0-x86_64-3.txt > /home/glenn/SlackISO/Slack64/slackware64/d/gcc-5.3.0-x86_64-3.txz > /home/glenn/SlackISO/Slack64/slackware64/d/gcc-5.3.0-x86_64-3.txz.asc > $ ls ~/SlackISO/Slack64/slackware64/l/glibc-* > /home/glenn/SlackISO/Slack64/slackware64/l/glibc-2.23-x86_64-1.txt > /home/glenn/SlackISO/Slack64/slackware64/l/glibc-2.23-x86_64-1.txz > /home/glenn/SlackISO/Slack64/slackware64/l/glibc-2.23-x86_64-1.txz.asc As I recall you said you are running stock 14.2. As long as it runs though that is what matters. Glenn