Abhijit Kshirsagar
2014-09-11 18:07:42 UTC
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
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