From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Gnu Elpa broken Date: Tue, 05 Sep 2017 08:39:55 -0700 Message-ID: <87vakx17ec.fsf@ericabrahamsen.net> References: <20170815220620.32748.5399@vcs0.savannah.gnu.org> <20170815220621.13CA220C81@vcs0.savannah.gnu.org> <87wp6479d8.fsf@ericabrahamsen.net> <878thttsqu.fsf_-_@drachen> <87efrljjby.fsf@drachen> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1504626133 2236 195.159.176.226 (5 Sep 2017 15:42:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 5 Sep 2017 15:42:13 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 05 17:42:00 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpFyh-00077g-Ih for ged-emacs-devel@m.gmane.org; Tue, 05 Sep 2017 17:41:27 +0200 Original-Received: from localhost ([::1]:59706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpFyo-0003Sz-Hd for ged-emacs-devel@m.gmane.org; Tue, 05 Sep 2017 11:41:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpFxt-0003Pd-Nu for emacs-devel@gnu.org; Tue, 05 Sep 2017 11:40:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpFxp-0001g1-1k for emacs-devel@gnu.org; Tue, 05 Sep 2017 11:40:37 -0400 Original-Received: from [195.159.176.226] (port=56321 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpFxo-0001fa-Q7 for emacs-devel@gnu.org; Tue, 05 Sep 2017 11:40:32 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dpFxZ-0004AX-Ge for emacs-devel@gnu.org; Tue, 05 Sep 2017 17:40:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:YNmXwMhEGEcHbnawQ+DcWKYj0HM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217953 Archived-At: Michael Heerdegen writes: > Stefan Monnier writes: > >> I use the patch below locally for now. > > FWIW that still gives me > > | In toplevel form: > | packages/counsel-ebdb/counsel-ebdb.el:29:1:Error: Cannot open load file: No such file or directory, ebdb > | GNUmakefile:178: recipe for target 'packages/counsel-ebdb/counsel-ebdb.elc' failed > | make: *** [packages/counsel-ebdb/counsel-ebdb.elc] Error 1 There are three ebdb-* packages in elpa that depend on external packages that are only found in melpa. I didn't realize that elpa packages couldn't require melpa packages, though I suppose that makes sense. I can push patches to all three packages using Stefan's (when t ...) trick right now. > BTW, does "use [...] locally" mean the server still successfully builds > all packages? I'm also curious why this didn't break right away. Sorry for making a mess. Eric