From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: No rule to make target `../lib/ignore-value.h' Date: Tue, 9 Jul 2013 19:28:17 +0200 Message-ID: References: <51DBD2F2.5080205@gmx.at> <51DBE761.8020000@gmx.at> <83a9lvww1e.fsf@gnu.org> <83y59fveqg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373390953 29215 80.91.229.3 (9 Jul 2013 17:29:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2013 17:29:13 +0000 (UTC) Cc: martin rudalics , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 09 19:29:15 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uwbiw-0006Xk-Vn for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 19:29:11 +0200 Original-Received: from localhost ([::1]:43941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwbiw-000697-JH for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 13:29:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwbin-00065l-GN for emacs-devel@gnu.org; Tue, 09 Jul 2013 13:29:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwbim-00057e-1p for emacs-devel@gnu.org; Tue, 09 Jul 2013 13:29:01 -0400 Original-Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:36313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwbik-000571-Cs; Tue, 09 Jul 2013 13:28:58 -0400 Original-Received: by mail-ea0-f177.google.com with SMTP id j14so3940093eak.8 for ; Tue, 09 Jul 2013 10:28:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tlGdL10mjjwV7VEHYobUgIsFku3kP0uvlxaJGRDES5o=; b=t5udPwf+H5VWwQfIm6iYMzlrkE5QmZxizzS4J+SIDyK43GuFw1Eb0pskqkgP2LeRGz f7xRQsKfozkNOQEFHWZ5qqxX3x2/nndHyTiTglKttMY9IPVIdrghSKCg88IpCOaHX3+T aQhwo376t3uy2UGEB4yzkV2rtVGTS4Tlu75libC7u0FG0+rL+VH+5utMIuinBeDitpJM uDzYaToA0JDgtE+iBWLPc5By+CHRAQgOis/0IhgZFsI22/2zoTynT3VdVJapkYV+F+eb Y9Yce8YEYFYYM44o/NTbsZCmLqpCIUMt1EOJMoOxRhv/1DFvVntxDnsBAFcrbsgrbwVA FMLQ== X-Received: by 10.14.218.8 with SMTP id j8mr31689427eep.129.1373390937562; Tue, 09 Jul 2013 10:28:57 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 9 Jul 2013 10:28:17 -0700 (PDT) In-Reply-To: <83y59fveqg.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161779 Archived-At: On Tue, Jul 9, 2013 at 7:13 PM, Eli Zaretskii wrote: > Doesn't bootstrap produce cl-loaddefs? Yes, it does. The bootstrap still fails, though. Perhaps it is not related to cl-loaddefs existing, because the break up very specifically is caused by cl-member In toplevel form: url/url-handlers.el:27:1:Error: Symbol's function definition is void: cl-member In toplevel form: url/url-history.el:28:1:Error: Symbol's function definition is void: cl-member In toplevel form: url/url-http.el:54:1:Error: Symbol's function definition is void: cl-member etc, which already gives warnings during the POSIX bootstrap (bug#14831).