X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 X-Original-DKIM-Signature: v=1; a=rsa-sha256; d=kpnmail.nl; s=kpnmail01; c=relaxed/relaxed; t=1472328961; h=mime-version:date:message-id:subject:from:to:content-type; bh=z1daOeACTRlgarqlXPkLlGkkAaTTiqnjRzP2isE4Ujg=; b=Oj1NXq7QoD9HCgic88lUw3td5/zjYP4wWSyAsUYYGmo7ThVv8i3ZnXrrff/DgMqcnE4J8+2NasN dBq6zDkd+fNO6Ihgh6jN1akrewDj7pF/i8HECHgOCARNtdMgI7PIly/4ui29TlPF8WOfiS2yHrRhN mbxbSKIKKxIUGutSqyU= Date: Sat, 27 Aug 2016 22:16:00 +0200 From: "Bas Gieltjes (bas AT gieltjes DOT dds DOT nl) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] compiling gEDA Message-ID: <20160827221600.5ead8be1@Parasomnia.thuis.lan> In-Reply-To: References: <954cbfc5-902a-29a2-a77e-e1d5f22ede15 AT ecosensory DOT com> <20160826224948 DOT 6baeeecd AT Parasomnia DOT thuis DOT lan> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-OriginalArrivalTime: 27 Aug 2016 20:16:00.0637 (UTC) FILETIME=[D42832D0:01D2009F] X-RcptDomain: delorie.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u7RKG5Gj008266 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 John, For the mail requesting about the correct git repository use: $ git log --name-status HEAD^..HEAD It should mention "... .dir-locals.el ..." > No... looks like this: http://ecosensory.com/geda/gschem-gui.png > Trying add component shows no libraries since I have no gschemrc file. > What information is in the gschem log file? (see ~/.gEDA/logs) > > Nothing very telling: Very telling... After I move my user config out of the way (mv ~/.gEDA ~/.gEDA.orig) I see these three lines in my log file: Read init scm file [/usr/local/share/gEDA/scheme/gschem.scm] Loaded RC file [/usr/local/share/gEDA/system-gafrc] Loaded RC file [/usr/local/share/gEDA/system-gschemrc] Your log file is missing the system-gafrc and system-gschemrc. That last one contains the menu's and gschem cannot set the "sensitivity", i.e. grey-out items that cannot be used (you can only copy after selecting an element) Your gschem is loading gschem.scm, configuration files seem to be installed. Can you find the needed config files in /usr/local/share/gEDA/, one folder up from your installed gschem.scm file? Your folder /home/john/Documents/EEProjects/circuitboards/culture_shock/ does not contain any (hidden) config files? (make a tmp folder in /tmp and execute from that folder) When running gschem from an xterm, do you see guile compile *.scm files? (Clean the guile cache ~/.cache/guile/ ) If those config files are installed then I have no clue why they are not loaded. > john AT toolbench64 [Downloads]cat ~/.gEDA/logs/gschem-20160827-4.log > gEDA/gschem version 1.9.2.20150930 > 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. > > Read init scm file [/usr/local/share/gEDA/scheme/gschem.scm] > New file > [/home/john/Documents/EEProjects/circuitboards/culture_shock/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/Slot...' > 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/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 '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 > '_Edit/_Paste' Bas --