X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=EZ/CwFJFfa4bOVHE44lSeWEqNR1bweS05nRwuWPx9mA=; b=D07aORDJGdp/5+vVZ0OAB282niqygJ3HYO2wEH2xBHCIPZ+D6Z/Eu0SRaIW/JHAup0 px+PhxVAGbSmTG/G6Vu2+8Wdkw76JKbpjjN97ngSvhk7Ujt4xG1OfO+vwVKiNMaF2ifP 8i5rI5NHKgKO2ApH8Th9LB3gpLL/Izsw2FcQoroDHNRyRFliSOvADZ+FiPEuXd7WZzGa 1XhzC71CWqc2gxXbjBFyWApEj+Vz2uAOMIh2o7PxRtkvoOpk0wqH0Q7Xq6XA1Czwq4ns VbkKV3WGy8Lg13T6GQKiesC6YBc7rEwf5SSzb+bxuIjVvp1KgbE1rJ46PQ9WEYyq7gzX RTfQ== X-Received: by 10.112.218.5 with SMTP id pc5mr15113207lbc.97.1441602249419; Sun, 06 Sep 2015 22:04:09 -0700 (PDT) Date: Mon, 7 Sep 2015 08:04:04 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] GTS sources included vs. dependency on the GTS package Message-ID: <20150907050404.GA3594@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <55E9BF77 DOT 5050402 AT jump-ing DOT de> <201509051920 DOT t85JKu1s019157 AT envy DOT delorie DOT com> <201509060133 DOT t861XsmF002371 AT envy DOT delorie DOT com> <20150906092714 DOT GG2637 AT localhost DOT localdomain> <201509062042 DOT t86KgE4K013616 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201509062042.t86KgE4K013616@envy.delorie.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 On Sun, Sep 06, 2015 at 04:42:14PM -0400, DJ Delorie wrote: > > > If seriously, DJ, could you pick up my working minipack version at > > github.com/vzh/minipack > > and resume your nightly builds? > > Your version is missing the build-all.sh helper that the old one had. > It looked like this: ... echo -e "#/bin/sh\nmake" > build-all.sh && chmod +x build-all.sh if you need this at all. All dependencies are in the Makefile. 'make all' builds all, 'make package-name' builds just the named package. The same version of guile must be built first and installed on the build host. The information on this is in README. Cheers, Vladimir