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=20221208; t=1689263891; x=1691855891; h=mime-version:message-id:in-reply-to:date:subject:to:user-agent :references:from:from:to:cc:subject:date:message-id:reply-to; bh=oqKrslYEfGY+J6F6Ntf0r16LXcEmv/r5RcysfuoT6p8=; b=RdqG972vVxNuIQg95FAP2877K2uJvjsjcri/8bON9O3ujQXX4IR5ytI3zRSQ7pQIhE zBq1AflRgDeF2GF9TXh6NNAOyDwIwYeg85q1UQghtlXV/KKPltdTSFozECW6llpTLH4A /XsI5BNc6Djw8avOxuAhcQ39mdAMbr+TIGyk/onaOqmuTeEBhOLv80FpEie2rmCVl/pk zhcRou2WVR9SV+ZanLDFDr4EM/PsuZHvgc3xQ2A646GnAIvJ1i+wX4Jh2+uGHng66RlM gNgkWohUViOEvpyytFvYfH4FFAc/nyWjh/g9u/YwunGsA2ojJwUrpONE/hr9HdGHwl5r QDKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689263891; x=1691855891; h=mime-version:message-id:in-reply-to:date:subject:to:user-agent :references:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=oqKrslYEfGY+J6F6Ntf0r16LXcEmv/r5RcysfuoT6p8=; b=XoyC5OqR8ms+uUToSbB1NZOYSXKL8SaKripj9HIyVmE+NECl9Wtyf6fTrQM2ZjEuxv QqpQBPUyt9iPmTa5bshVaQQg67c3cYhuSIIGZysONV7nJaw9kYi6CtXe62WizEsRWUgb OFel11pajzQjv5X2HlyFYNP4/c4fcbsC2J7sEY708aTYHblfH/Ko5PzFMqNI0iJHW5XG 5nln3Hs7vNb/IrsPkFGdSeMfWRCFa96Nn89YdkRbCrnZI4tx0sjP9z1yycIMXuNovkAz xH9ArOZR7MYrmD3XyDZAwvXMctuZELdSwF5F1y9XjEiJeECKnOen9At0MiCL4wxyKLYW NBCg== X-Gm-Message-State: ABy/qLb3lG395toekzRbqTC8SnU5cma9jOzmQusQhik+Ad2tptP+gwtX wP99yXqfLXOl/B3QZrTJPF2mufcr6rw= X-Google-Smtp-Source: APBJJlHWcyeTo0P2wLvZmH4keSFBPJMdCDlEJFq8MFOey1KHx/upBmshQ65Cx1JkgNIIqdsNnmqeHA== X-Received: by 2002:ac2:4a72:0:b0:4f9:5ca0:9334 with SMTP id q18-20020ac24a72000000b004f95ca09334mr1406219lfp.34.1689263890581; Thu, 13 Jul 2023 08:58:10 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov References: <968ccc54-0513-8444-1944-5f98c662eaf2 AT fastmail DOT com> User-agent: mu4e 1.10.0; emacs 28.2 To: geda-user AT delorie DOT com Subject: Re: [geda-user] geda-gaf 1.10.2 make check test failure Date: Thu, 13 Jul 2023 18:53:36 +0300 In-reply-to: <968ccc54-0513-8444-1944-5f98c662eaf2@fastmail.com> Message-ID: <87mszzby7i.fsf@lepton.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: text/plain 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 Girvin, "Girvin Herr (gherrl2 AT fastmail DOT com) [via geda-user AT delorie DOT com]" writes: ... > Also, an unrelated problem is that a while back there was a > problem using scripts in /etc/profile.d to set the GEDADATA* > environment variables. Something about causing lepton-eda to fail > if they are used. Is this still a problem or can I automate this > process again? > > Here is the note I made in my package notes document for 1.10.2 on > the Slack32 14.2 system: > > "The two profile scripts are no longer installed into "/etc/profile.d". > These two scripts are "geda.sh" and "geda.csh". They set the GEDADATA* > environment variables so that the users don't have to do so. > However, these files can interfere with the lepton-eda suite, so are no > longer automatically installed. ... " The announcement of lepton-eda 1.9.10 dated 03/19/2020 reads: - Obsolete environment variables `GEDADATA` and `GEDADATARC` are no longer used in Lepton. Please use Scheme procedures `load` or `primitive-load` in *gafrc* files to load your extensions. HTH, Vladimir