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: References: Date: Thu, 11 Sep 2014 22:35:35 +0400 Message-ID: Subject: Re: [geda-user] garchive does not include symbols? From: =?UTF-8?B?0JDQu9C10LrRgdC10Lkg0KXQsNGA0YzQutC+0LLRgdC60LjQuQ==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0118479237d5670502ce6fb5 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 --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 : > 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
For including symbols in project you can us= ing library section patch and utilities.
This patch make possible = to create schematic files with library sections which includes all used sym= bols.
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 t= o 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:=C2=A0 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.=C2=A0 Overwrite?= [y/N] y
gEDA archive /home/proj-directory/ProjectArchive.tar.gz created successfull= y!

Abhijit

--089e0118479237d5670502ce6fb5--