X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=D/dzgutUXpMZBi1DnpQ68a76zQwLMUbAMHmykSpn1Mc=; b=uHPpqS4MHjbrV7/qnV/VjH4PO8MSp2ADofPp8pmXf2fvc9UaOA2U4mo0GFaC0b2Bju 9mS6FTUtOokKec8EtsW5fQgKTkM4uLYeLNIg1OVMvoRvXiAvQmLEvRNY1AsyE2UgAuP5 Z9LKgb3mPl4vNwtU8LxgBSZd+Y46hI7unLWI3yRpRYPR7+QrrGwDRPEBge0xXndqS9Kr DS+xyDWo2aX1wBQ0xIWzaPzODJxsF52XV5IbZjb8F4KHTnUPYTMaJgAJ9psWHQM6Tz4C wNJxYMWwjXUdlACUKgoiKlva6PpWKVupwnJPrte8XAvk4d95rgn6sOFFjv4OriCY0sTg c43Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to; bh=D/dzgutUXpMZBi1DnpQ68a76zQwLMUbAMHmykSpn1Mc=; b=mIxNj8PQ978duSuikwmdZZ6RKlqvbAKiBYZzmQPr801iCWUsZGuqM/mia7smMaGcoz yS/7zSnEK+hR1ZTChqkY9MCvQipSWh9HApBFdpQ9DgHYudJjrGXAtLAnc+uLAZaJeG2M AFksNRXcRPQ69s5lYUDkKH98Ay22iZj8HcVgqb8ioLhv7HTBi3nuJhnYWlEymiSNsG98 ScVwIWW8huqGdrLIpX50s6XkPJY3BuEhm79RMZhe3rSKbODe2CN/KQVVlSfDYokfWfP4 t5mJBTRsQvH4mRGlufszMfccecR69zLAsvmI9iSAIGV0k9P9Oy78/8AXDChGt0r680vG 8Tmg== X-Gm-Message-State: AOAM531zeXvU98Ob9Akr4YhNMURH3kUl2a3+yJjuuJ4ymmz7Phzool7u grBFIyeQdZEOWbiAtyaPoIb8SPMDag4= X-Google-Smtp-Source: ABdhPJxpQPYZLGmXQqDbxYVcE5J+eON4Tx4kz1a9VwS8vQiM6ub9T01B8wbRZISTqQMl88Q9bVl02g== X-Received: by 2002:a19:c185:: with SMTP id r127mr5779598lff.530.1616699275813; Thu, 25 Mar 2021 12:07:55 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov Date: Thu, 25 Mar 2021 22:07:54 +0300 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Lots of 'make check' failures Message-ID: Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Hi Thomas, On Thu, Mar 25, 2021 at 11:41:42AM -0700, Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com] wrote: > up-to-date from git. > > ============================================================================ > Testsuite summary for Lepton EDA 1.9.13 > ============================================================================ > # TOTAL: 410 > # PASS: 0 > # SKIP: 0 > # XFAIL: 3 > # FAIL: 407 > # XPASS: 0 > # ERROR: 0 > > Looks like most of these are: > ERROR: Failed to load RC file [/usr/local/share/lepton-eda/system-gafrc]: > Unbound variable: color-map-make-friendly This func has been removed in 1.9.12. It's strange if your system-gafrc still contains it. Please check the time stamp of the file and if the function is there. If so, remove the file and re-instal. If not, maybe the guile cache still contains its compiled version. Then just use `rm -rf ~/.cache/guile'. HTH -- Vladimir