X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ye8vBZedKvPxoJcdvJKo7qBj5hQWc6ggxBcjzrk6BlQ=; b=wiKuhqJLyldrVlMIucFpMb3PEUFyxNbhJD8533OymdBPN5QWkd89qlb3zhbVlzEbIb aY/DC0WQ8wM3G8YPeoHZHx9t+ZjB5H9/f/lPvV0rFua4N91qq5Oetadpe3LSBVnbTvO7 sF6ntt/2oV2d2nr8UvysKA453I99Yl4RN3tcJ4XXgvQ4lKo5nv2I3oiA9g8u0kfmtegk 0p1dY1yA0syAwhEQIQYAzdCdQ3EhT/qIa8W3ukbzZvucDPzFePt8WeGyDBHWm+bWTc51 RmnME5Q7hMjXrHeFtT5/+qXDI6Sc2c+ldwPALascMXKoMrU5h21LKOVJpNOzISpglFuk siOA== X-Received: by 10.194.19.200 with SMTP id h8mr4458689wje.40.1410464694309; Thu, 11 Sep 2014 12:44:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Abhijit Kshirsagar Date: Fri, 12 Sep 2014 01:14:24 +0530 Message-ID: Subject: Re: [geda-user] garchive does not include symbols? To: gEDA User List Content-Type: text/plain; charset=UTF-8 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 > For including symbols in project you can using library section patch and utilities. Wow.. didn't realise the depth of the problem. Will need to read through that discussion. BTW: Figured out why garchive wasn't working - it wasn't reading the per-user config from ~/.gEDA/gafrc Once i added that it worked fine. I'll work on a patch over the weekend. Its still not archiving the symbols from /usr/local/share/... , I'll need to figure out why. Is there a simple way of getting gschem to read the config files, parse the schematic, and tell me where it would pull the symbols from? Guess I could always do that in python, but with so many config files (local gafrc and gschemrc, per user and system wide) it'd be great if gschem could be persuaded to do it... Thanks, Abhijit