www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2014/09/11/14:35:54

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:date:message-id:subject:from:to
:content-type;
bh=flpLTuv+wDUiBIslvls4wdncRFY3uYAtq5pXAEee6BY=;
b=EtKZhHp1WiU1dnFsGQoZFn5bqNP8fOvEz6iTUeErWvfO2fLqT9yNj3Vnk2KvFlZCl5
bas+0oIkS4iYnhWeJvdbVKIT2Ef+m1z3wdDo3WVCWeH88O6YOaBCfdQ8sy0TbXVxeebc
1Y6zTGXWTTzLSmjl5vse/r/WHDgFZobMqCaZ/PW+y9sUTh12cHESNFUcTKgggc4PwjfS
qW64NgJgh8geOHqMk/adqKFhVD/5hDzApMkWjMG8U0rs9MU0712QWFI6g4NQr8WU+Phq
3n5g7sSEHUE/ZDJZPXbIGxxACXLzm79eo5jQTMcRqLaNCQgaO9lc7v2nkiBTVBaOqgW1
3AUA==
MIME-Version: 1.0
X-Received: by 10.60.54.40 with SMTP id g8mr3184564oep.82.1410460535999; Thu,
11 Sep 2014 11:35:35 -0700 (PDT)
In-Reply-To: <CACNnPRn7tiBUFFuirTuXFp7GG3UWpzU-6FsmSy12fedMNJH5mw@mail.gmail.com>
References: <CACNnPRn7tiBUFFuirTuXFp7GG3UWpzU-6FsmSy12fedMNJH5mw AT mail DOT gmail DOT com>
Date: Thu, 11 Sep 2014 22:35:35 +0400
Message-ID: <CAG4ve9JNwncnBijwAwKNjHqim30XQQcDFw-KPsf0FyF7MTPFtg@mail.gmail.com>
Subject: Re: [geda-user] garchive does not include symbols?
From: =?UTF-8?B?0JDQu9C10LrRgdC10Lkg0KXQsNGA0YzQutC+0LLRgdC60LjQuQ==?= <svetonomer AT gmail DOT com>
To: geda-user AT delorie DOT com
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

--089e0118479237d5670502ce6fb5
Content-Type: text/plain; charset=UTF-8

For including symbols in project you can using library section patch and
utilities.
This patch make possible to create schematic files with library sections
which includes all used symbols.
By lib_sec_utils.py you may extracted symbols from schematic file, replace,
rename and etc.
Try and vote : https://bugs.launchpad.net/geda/+bug/1290129

2014-09-11 22:07 GMT+04:00 Abhijit Kshirsagar <abhijit86k AT gmail DOT com>:

> I tried using garchive to package a project and found that
> gschem-archive (in the tar.gz archive) is always empty
> I've tried the example invocation (console output included below) but
> symbols never make it into the archive.
> This is on geda 1.9 (compiled from source), figured i'd ask around
> before diving into python.
>
> $> garchive -v -o ProjectArchive.tar.gz README page-1.sch page-2.sch
> ---- Now in CreateArchiveFileList.
> ---- Examining files listed on command line
> ---- Examining /home/proj-directory/README for inclusion in archive
> ---- Examining /home/proj-directory/page-1.sch for inclusion in archive
> ---- Examining /home/proj-directory/page-2.sch for inclusion in archive
> ---- Examining files listed in garchiverc
> ---- Examining /home/proj-directory/page-1.sch for inclusion in archive
> ---- Examining /home/proj-directory/page-2.sch for inclusion in archive
> ---- Now in GetLibraryPath.
> ---- Processing system resource file /usr/local/share/gEDA/system-gafrc
> ---- Processing local resource file /home/proj-directory/gschemrc
> ---- Now in CreateSchemFileList.
> ---- Now in CreateSymbolFileList.
> ---- Now in CreateSPICEFIleList.
> ---- Cd into /tmp for remainder of work.
> ---- Now in UpdateSchemFileList.
> ---- Now in SaveSymbols.
> ---- Now in SaveSPICEFiles.
> ---- Files to archive:  gschemrc garchiverc gschem-files README
> page-1.sch page-2.sch
> ---- Now in UpdateRC.
> ---- Creating archive in /tmp directory.
> gzip: ProjectArchive.tar.gz already exists; do you wish to overwrite (y or
> n)? y
> ---- Moving archive into local directory.
> /home/proj-directory/ProjectArchive.tar.gz already exists.  Overwrite?
> [y/N] y
> gEDA archive /home/proj-directory/ProjectArchive.tar.gz created
> successfully!
>
> Abhijit
>

--089e0118479237d5670502ce6fb5
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div>For including symbols in project you can us=
ing library section patch and utilities.<br></div>This patch make possible =
to create schematic files with library sections which includes all used sym=
bols.<br></div>By lib_sec_utils.py you may extracted symbols from schematic=
 file, replace, rename and etc.<br></div>Try and vote : <a href=3D"https://=
bugs.launchpad.net/geda/+bug/1290129">https://bugs.launchpad.net/geda/+bug/=
1290129</a><br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">2014-09-11 22:07 GMT+04:00 Abhijit Kshirsagar <span dir=3D"ltr">&lt;<a =
href=3D"mailto:abhijit86k AT gmail DOT com" target=3D"_blank">abhijit86k AT gmail DOT com=
</a>&gt;</span>:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0=
 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried using garchive t=
o package a project and found that<br>
gschem-archive (in the tar.gz archive) is always empty<br>
I&#39;ve tried the example invocation (console output included below) but<b=
r>
symbols never make it into the archive.<br>
This is on geda 1.9 (compiled from source), figured i&#39;d ask around<br>
before diving into python.<br>
<br>
$&gt; garchive -v -o ProjectArchive.tar.gz README page-1.sch page-2.sch<br>
---- Now in CreateArchiveFileList.<br>
---- Examining files listed on command line<br>
---- Examining /home/proj-directory/README for inclusion in archive<br>
---- Examining /home/proj-directory/page-1.sch for inclusion in archive<br>
---- Examining /home/proj-directory/page-2.sch for inclusion in archive<br>
---- Examining files listed in garchiverc<br>
---- Examining /home/proj-directory/page-1.sch for inclusion in archive<br>
---- Examining /home/proj-directory/page-2.sch for inclusion in archive<br>
---- Now in GetLibraryPath.<br>
---- Processing system resource file /usr/local/share/gEDA/system-gafrc<br>
---- Processing local resource file /home/proj-directory/gschemrc<br>
---- Now in CreateSchemFileList.<br>
---- Now in CreateSymbolFileList.<br>
---- Now in CreateSPICEFIleList.<br>
---- Cd into /tmp for remainder of work.<br>
---- Now in UpdateSchemFileList.<br>
---- Now in SaveSymbols.<br>
---- Now in SaveSPICEFiles.<br>
---- Files to archive:=C2=A0 gschemrc garchiverc gschem-files README<br>
page-1.sch page-2.sch<br>
---- Now in UpdateRC.<br>
---- Creating archive in /tmp directory.<br>
gzip: ProjectArchive.tar.gz already exists; do you wish to overwrite (y or =
n)? y<br>
---- Moving archive into local directory.<br>
/home/proj-directory/ProjectArchive.tar.gz already exists.=C2=A0 Overwrite?=
 [y/N] y<br>
gEDA archive /home/proj-directory/ProjectArchive.tar.gz created successfull=
y!<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Abhijit<br>
</font></span></blockquote></div><br></div>

--089e0118479237d5670502ce6fb5--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019