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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=l6HHulfgLTmWUkRXpVsJsa1Ckuu6GYkdViasL8IvVOE=; b=ZNmjgRTv90+Cx4Mkcks8xskM1pJlGg/UrdbBePxjzejDB9l+aw5b9iFHnd5bcU6dat 5yFqmgoe/bhNiNbPspnmEyMhiueTF7+vKU4NSWHb13141uRnAc4rdPRhK//ufxEWAhDY gAJKfI0uJRp7MaMCyGL5RTFNckoeQ2YI1sKL2YL5e90nfwsxENUU/JsfV3UWQZrG+c0s WmJBpfZsQ/o5mZJ6vXbWB+0l0I9k4obghewA84D6aYyKVfhpuqlScdHqg0rQmfxLqcW1 V00B78TmMUEFVwsdAe1wgCeUznBWT1A4/AHoJYNgLLOanUoZy6VR3ErQls51fM7ZFL5M cVvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=l6HHulfgLTmWUkRXpVsJsa1Ckuu6GYkdViasL8IvVOE=; b=LeK9qDw73yxM+Bw2VOXndLLy1iCRAoGvUHt1zqX1d3fU190H57Z6bSDYsF5vzVQqKP 3JSrlRILnTWSiErvb9ryYYrhm1cc5tkdwqJoO6xRFxnyICS8FyJeyb1kAoBGIPtipnCt IavdzI6PecRppVovtmKmTFhH8YzFMf7z8QSn0c4Mxs77frhdYkK2z7jIKbUceqpIpT+U BG3z3WibQIw49dA+RimYugagIa2AizpwgUQUfymd9QZm/IQqw4I1TRmGg+ipcPpWzOKq 3ZXHM3X1qsNy9cmV8oD/vGCwjlwJgme+b7iHZlUa9tSt2omj5OZkji6yLwm+BzebwezO VizA== X-Gm-Message-State: AOAM531zA8srjJ+jnfx9ICAM6lMp42lbKRN7PvHqK78ekgzj545LzKtS RNOP8xJh0nHWgEkJjf1d2RdR99ukTOc= X-Google-Smtp-Source: ABdhPJzNqUMHMSs+vVPiVR4p+2uZPuICdUaAlvpRTlkIrofD34jqCjYrSA4bUEbpuKXEhCVpDDEB9A== X-Received: by 2002:a05:6512:360a:: with SMTP id f10mr18489138lfs.200.1609066964038; Sun, 27 Dec 2020 03:02:44 -0800 (PST) Date: Sun, 27 Dec 2020 14:02:37 +0300 From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [ANNOUNCE] geda-gaf 1.10.2 released Message-ID: <20201227140237.370f2ed5@demon> In-Reply-To: <54c87596-c5ef-cfba-d74d-2fa6411b555f@fastmail.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> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; amd64-portbld-freebsd11.4) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Sat, 26 Dec 2020 11:32:41 -0800 "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" wrote: > Note that I do not have the /etc/profile.d files > installed due to a conflict problem with Lepton-eda. Therefore, I > do not have the GEDADATA* environment variables. Since Lepton EDA release 1.9.10 (20200319) environment variables GEDADATA and GEDADATARC are no longer used, that was mentioned in news: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md > (component-library (build-path localsyms "DS")) You could use the standard string-append() function instead: (component-library (string-append localsyms "/" "DS")) Regards, Dmitry. -- Lepton Electronic Design Automation https://github.com/lepton-eda/lepton-eda https://graahnul-grom.github.io