unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 45451@debbugs.gnu.org
Subject: bug#45451: lepton-eda recompiles Scheme files during launch
Date: Sat, 26 Dec 2020 22:51:02 +0100	[thread overview]
Message-ID: <87o8igme2h.fsf@elephly.net> (raw)

Although lepton-eda installs pre-compiled Scheme .go files to
/share/lepton-eda/ccache/, the lepton-schematic program still triggers a
recompilation during launch.  Here’s what I see when I launch the
program:

--8<---------------cut here---------------start------------->8---
$ lepton-schematic -s gschemrc drum.sch

(lepton-schematic:14654): Gtk-WARNING **: 15:22:15.948: Unable to locate theme engine in module_path: "adwaita",

(lepton-schematic:14654): Gtk-WARNING **: 15:22:15.955: Unable to locate theme engine in module_path: "adwaita",
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/geda.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/geda.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/geda-deprecated-config.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/geda-deprecated-config.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/color-map.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/color-map.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/deprecated.scm
;;; conf/schematic/deprecated.scm:134:4: warning: non-literal format string
;;; conf/schematic/deprecated.scm:99:8: warning: possibly unbound variable `autoplace-pin-attributes'
;;; conf/schematic/deprecated.scm:125:0: warning: possibly unbound variable `place-netname-attribute-handler'
;;; conf/schematic/deprecated.scm:160:13: warning: possibly unbound variable `make-component/library'
;;; conf/schematic/deprecated.scm:165:19: warning: possibly unbound variable `promote-attribs!'
;;; conf/schematic/deprecated.scm:182:6: warning: possibly unbound variable `default-titleblock'
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/deprecated.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/default-attrib-positions.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/default-attrib-positions.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/auto-place-attribs.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/auto-place-attribs.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/auto-place-netname.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/auto-place-netname.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/attribs.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/attribs.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/stroke.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/stroke.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/keys.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/keys.scm.go
;;; compiling /gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/menu.scm
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/m13rb2am9iwh6zvfh9lqmkna1564kyv5-lepton-eda-1.9.11-20200604/share/lepton-eda/scheme/conf/schematic/menu.scm.go
;;; compiling /home/rekado/dev/schematics/drum/gschemrc
;;; compiled /home/rekado/.cache/guile/ccache/2.2-LE-8-3.A/home/rekado/dev/schematics/drum/gschemrc.go
--8<---------------cut here---------------end--------------->8---

Perhaps the directory /share/lepton-eda/ccache/ is wrong and should
instead be changed to /lib/guile/3.0/site-ccache?

-- 
Ricardo




                 reply	other threads:[~2020-12-26 21:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8igme2h.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=45451@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).