X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=Raju9Glv c=1 sm=1 tr=0 a=OAvc3ylXTZnwW13UMKQG5A==:117 a=OAvc3ylXTZnwW13UMKQG5A==:17 a=KGjhK52YXX0A:10 a=IkcTkHD0fZMA:10 a=jlQd9YhnVdoA:10 a=J70Eh1EUuV4A:10 a=JbhlE8a8jZIA:10 a=8xZarIZ7z_DZTohhTT4A:9 a=QEXdDO2ut3YA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: dG9tZGVhbkB3YXZlY2FibGUuY29t X_CMAE_Category: , , X-CNFS-Analysis: X-CM-Score: X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.emerald.cmh.synacor.com header.from=tomdean AT wavecable DOT com; sender-id=permerror Authentication-Results: smtp01.emerald.cmh.synacor.com smtp.mail=tomdean AT wavecable DOT com; spf=permerror; sender-id=permerror Authentication-Results: smtp01.emerald.cmh.synacor.com smtp.user=tomdean; auth=pass (LOGIN) To: geda-user AT delorie DOT com From: "Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com]" Subject: [geda-user] Back After a Long Absence Message-ID: <3f5453e5-2586-1f10-1e2b-3a0abc650a38@wavecable.com> Date: Tue, 24 Sep 2019 00:06:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com I have been using eagle for pcb because I had help in layout. However, gschem is easier to use for general schematics... I have a couple problems. 1. Building from sources fails. I am up-to-date with git. build fails in examples/gTAG. Assuming that is the last thing done and the remainder of the build went OK, I did an make install. 2. gnetlist --list-backends fails. I think the key is: ERROR: no code for module (geda core smob) p9x79> /usr/local/bin/gnetlist --list-backends ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/local/share/gEDA/scheme/geda-deprecated-config.scm ;;; compiling /usr/local/share/gEDA/scheme/geda/config.scm ;;; WARNING: compilation of /usr/local/share/gEDA/scheme/geda/config.scm failed: ;;; ERROR: no code for module (geda core smob) ;;; WARNING: compilation of /usr/local/share/gEDA/scheme/geda-deprecated-config.scm failed: ;;; ERROR: no code for module (geda core smob) Backtrace: In ice-9/boot-9.scm: 160: 9 [catch #t # ...] In unknown file: ?: 8 [apply-smob/1 #] ?: 7 [call-with-input-string "(with-fluids ((rc-filename-fluid \"/usr/local/share/gEDA/system-gnetlistrc\") (rc-config-fluid (eda-config-scm-from-config #f))) (primitive-load \"/usr/local/share/gEDA/system-gnetlistrc\"))" ...] In ice-9/boot-9.scm: 2404: 6 [save-module-excursion #] In ice-9/eval-string.scm: 44: 5 [read-and-eval # #:lang ...] 37: 4 [lp (with-fluids # #)] In ice-9/eval.scm: 481: 3 [lp # #] 481: 2 [lp (#) (#f)] In unknown file: ?: 1 [primitive-load "/usr/local/share/gEDA/system-gnetlistrc"] ?: 0 [#{}# "netattrib"] ERROR: In procedure #{}#: ERROR: Throw to key `python-exception' with args `("exceptions.NameError" "global name 'x' is not defined")'. Failed to load RC file [/usr/local/share/gEDA/system-gnetlistrc] 1.8.2 from the Ubuntu distribution seems OK. However, it segfaults on exit. So, I decided to build... Tom Dean