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:from:date:message-id:subject:to:content-type; bh=qS5TnsR3bafN5ZGYkJe0MGygprL1sjBen7suX5Qun/Y=; b=bV+8THb9EHbUllUf0zaaoZ8Pd5cPXujr16S0CdEQvMsWaEy+titfsMZVydfuxK4fGo hiMD76GUTl1lXjG0RNQ8mULgUHarGzHQAS7ZCckNQoSg/aiDTcGRYHLYmzBLzBpacJqA qBdO7PRt38TltPovheGg8i+ByY4cy7xTFNjc24eQ+nAG+NpP17ydbIBxswltxdgIdnP3 8z0A4ej+may+beW2N9fLP31wAhonMkMsvqW6lOLop1snx3ve5SD4PGgRvy67wvG2d+/k CTRKERfyvt4GzWf9CY9bc2Bf+iY7EGZ3QIriZ/SDpO7ERvfi11Z8E0bcaYtXSBypCqKU S/zQ== X-Received: by 10.194.59.18 with SMTP id v18mr3989373wjq.64.1410458892767; Thu, 11 Sep 2014 11:08:12 -0700 (PDT) MIME-Version: 1.0 From: Abhijit Kshirsagar Date: Thu, 11 Sep 2014 23:37:42 +0530 Message-ID: Subject: [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 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