| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-help-bounces using -f |
| X-Recipient: | geda-help AT delorie DOT com |
| X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
| d=1e100.net; s=20130820; | |
| h=x-gm-message-state:from:content-type:content-transfer-encoding | |
| :subject:date:message-id:to:mime-version; | |
| bh=3L+YGUK0+pFEezt9MBqvlL4Hpv3ZRZ/fZl0U+T9hVDc=; | |
| b=nKKb1zP8X7yB8XsXRImCD0fSIS4nCbSdRypaIejCDFVzjmfc+D51//0nlArRCEbn02 | |
| M/PCX3zGWUOvQTeYPFEmLfouxU/JNvPBf8aVcJ2b/S1n/8kr14x7kW6IiTmHj3jaqDUX | |
| x5ghJgTVId/lU6xzh9d7E3qDw8RSCDGCkhEcHCDNwYpQKA4StEqSqKRBGYybuKDMjuOz | |
| VcrUPFnJar5JXWBajMo8IcjUBhdjI2IPz5lahPK6eygJtg9MH06JOiAWmnZ6PFOa/ndE | |
| en6F1MPgLbXagiY6+5Omy+YhUttpABHE0n4JD1ZRX+xbGepk+4LFWsTgK1WBZCT+OYhc | |
| /IYA== | |
| X-Gm-Message-State: | ALoCoQkDbKhJWqL+ur8XmxKMpfOvIk+/xWYkR24NaRKOs2IFLznmP9w0h9XlVcsID64YPH/qBwgB |
| X-Received: | by 10.140.91.164 with SMTP id z33mr30047295qgd.65.1406325361766; |
| Fri, 25 Jul 2014 14:56:01 -0700 (PDT) | |
| From: | James Battat <jbattat AT wellesley DOT edu> |
| Subject: | [geda-help] error launching gschem version 1.8.2.20130925 |
| Date: | Fri, 25 Jul 2014 17:55:59 -0400 |
| Message-Id: | <C4C5ECE1-50E6-46C3-A2DE-1C9AA7222FB9@wellesley.edu> |
| To: | geda-help AT delorie DOT com |
| Mime-Version: | 1.0 (Apple Message framework v1283) |
| X-Mailer: | Apple Mail (2.1283) |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id s6PLu6Vo025980 |
| Reply-To: | geda-help AT delorie DOT com |
Hi folks,
GIven that the macports version of gschem is quite out-dated, I've decided to try installing a more recent version.
The latest stable release is: 1.8.2.20130925
Following recommendations for gEDA on the mac:
http://wiki.geda-project.org/geda:devmacosx
I have installed dependencies via macports, and then built geda/gaf from source.
The compilation went fine, as did the installation.
But when I try to open gschem, I get several error messages like this one (in a pop-up window):
ERROR: Unable to parse config from [/Users/jbattat/gedaTest/share/gEDA/system-gafrc]: Unbound variable: member
and gschem is not usable. I include the logfile output below. Any suggestions?
In the log I see:
ERROR: In procedure dynamic-link:
ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
Failed to read init scm file [/Users/jbattat/gedaTest/share/gEDA/scheme/gschem.scm]
But that file exists with read permissions...
$ ls -l /Users/jbattat/gedaTest/share/gEDA/scheme/gschem.scm
-rw-r--r--@ 1 jbattat staff 6126 Jul 25 17:45 /Users/jbattat/gedaTest/share/gEDA/scheme/gschem.scm
Thanks,
James
============= logfile contents ==============
$ cat ~/.gEDA/logs/gschem-20140725-1.log
gEDA/gschem version 1.8.2.20130925
gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.
This is free software, and you are welcome to redistribute it under certain
conditions; please see the COPYING file for more details.
ERROR: In procedure dynamic-link:
ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
Failed to read init scm file [/Users/jbattat/gedaTest/share/gEDA/scheme/gschem.scm]
Backtrace:
In unknown file:
?: 19 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
...
?: 20 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...)
?: 21* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
?: 22* [#<procedure #f ()>]
?: 23* (let* ((file #)) (cond (# => #) (# => #)))
?: 24 [#<procedure #f #> "/Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm"]
?: 25 [with-fluid* #<fluid 7> #f #<procedure #f ()>]
?: 26* [#<procedure #f ()>]
?: 27* [load-file #<primitive-procedure primitive-load> ...]
?: 28* [save-module-excursion #<procedure #f ()>]
?: 29 (let (# #) (dynamic-wind # thunk #))
?: 30 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
?: 31* [#<procedure #f ()>]
?: 32* [primitive-load "/Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm"]
In /Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm:
34: 33* (define-public separator-char (if (platform? #) #\\ #\/))
34: 34 (begin (define-private separator-char (if # #\\ #\/)) (eval-case (# #)))
In unknown file:
?: 35* (define-private separator-char (if (platform? #) #\\ #\/))
In /Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm:
35: 36* (if (platform? (quote win32-native)) #\\ #\/)
35: 37* [platform? win32-native]
32: 38 (member x (platform))
/Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm:32:3: In expression (member x (platform)):
/Users/jbattat/gedaTest/share/gEDA/scheme/geda/os.scm:32:3: Unbound variable: member
ERROR: Unable to parse config from [/Users/jbattat/gedaTest/share/gEDA/system-gafrc]: Unbound variable: member
Backtrace:
In /Users/jbattat/gedaTest/share/gEDA/system-gschemrc:
27: 0* (color-map-make-friendly display-color-map)
/Users/jbattat/gedaTest/share/gEDA/system-gschemrc:27:1: In expression (color-map-make-friendly display-color-map):
/Users/jbattat/gedaTest/share/gEDA/system-gschemrc:27:1: Unbound variable: color-map-make-friendly
ERROR: Unable to parse config from [/Users/jbattat/gedaTest/share/gEDA/system-gschemrc]: Unbound variable: color-map-make-friendly
Could not find image at file: ../lib/bitmaps/gschem-comp.xpm.
Could not find image at file: ../lib/bitmaps/gschem-net.xpm.
Could not find image at file: ../lib/bitmaps/gschem-bus.xpm.
Could not find image at file: ../lib/bitmaps/gschem-text.xpm.
Could not find image at file: ../lib/bitmaps/gschem-select.xpm.
New file [/Users/jbattat/gedaTest/untitled_1.sch]
Tried to set the sensitivity on non-existent menu item '_Edit/Cu_t'
Tried to set the sensitivity on non-existent menu item '_Edit/_Copy'
Tried to set the sensitivity on non-existent menu item '_Edit/_Delete'
Tried to set the sensitivity on non-existent menu item '_Edit/Copy Mode'
Tried to set the sensitivity on non-existent menu item '_Edit/Multiple Copy Mode'
Tried to set the sensitivity on non-existent menu item '_Edit/Move Mode'
Tried to set the sensitivity on non-existent menu item '_Edit/Rotate 90 Mode'
Tried to set the sensitivity on non-existent menu item '_Edit/Mirror Mode'
Tried to set the sensitivity on non-existent menu item '_Edit/Edit...'
Tried to set the sensitivity on non-existent menu item '_Edit/Edit Text...'
Tried to set the sensitivity on non-existent menu item '_Edit/Slot...'
Tried to set the sensitivity on non-existent menu item '_Edit/Color...'
Tried to set the sensitivity on non-existent menu item '_Edit/Lock'
Tried to set the sensitivity on non-existent menu item '_Edit/Unlock'
Tried to set the sensitivity on non-existent menu item '_Edit/Line Width & Type...'
Tried to set the sensitivity on non-existent menu item '_Edit/Fill Type...'
Tried to set the sensitivity on non-existent menu item '_Edit/Embed Component/Picture'
Tried to set the sensitivity on non-existent menu item '_Edit/Unembed Component/Picture'
Tried to set the sensitivity on non-existent menu item '_Edit/Update Component'
Tried to set the sensitivity on non-existent menu item '_Buffer/Copy into 1'
Tried to set the sensitivity on non-existent menu item '_Buffer/Copy into 2'
Tried to set the sensitivity on non-existent menu item '_Buffer/Copy into 3'
Tried to set the sensitivity on non-existent menu item '_Buffer/Copy into 4'
Tried to set the sensitivity on non-existent menu item '_Buffer/Copy into 5'
Tried to set the sensitivity on non-existent menu item '_Buffer/Cut into 1'
Tried to set the sensitivity on non-existent menu item '_Buffer/Cut into 2'
Tried to set the sensitivity on non-existent menu item '_Buffer/Cut into 3'
Tried to set the sensitivity on non-existent menu item '_Buffer/Cut into 4'
Tried to set the sensitivity on non-existent menu item '_Buffer/Cut into 5'
Tried to set the sensitivity on non-existent menu item 'Hie_rarchy/_Down Schematic'
Tried to set the sensitivity on non-existent menu item 'Hie_rarchy/Down _Symbol'
Tried to set the sensitivity on non-existent menu item 'Hie_rarchy/D_ocumentation...'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/_Attach'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/_Detach'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/Show _Value'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/Show _Name'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/Show _Both'
Tried to set the sensitivity on non-existent menu item 'A_ttributes/_Toggle Visibility'
Tried to set the sensitivity on non-existent menu item '_Buffer/Paste from 1'
Tried to set the sensitivity on non-existent menu item '_Buffer/Paste from 2'
Tried to set the sensitivity on non-existent menu item '_Buffer/Paste from 3'
Tried to set the sensitivity on non-existent menu item '_Buffer/Paste from 4'
Tried to set the sensitivity on non-existent menu item '_Buffer/Paste from 5'
Tried to set the sensitivity on non-existent menu item '_Edit/_Paste'
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |