From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 08:38:22 2011 Received: (at submit) by debbugs.gnu.org; 24 Oct 2011 12:38:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIJnJ-0006ad-Tu for submit@debbugs.gnu.org; Mon, 24 Oct 2011 08:38:22 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIFZ9-00088b-Lt for submit@debbugs.gnu.org; Mon, 24 Oct 2011 04:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIFXY-0002dy-0x for submit@debbugs.gnu.org; Mon, 24 Oct 2011 04:05:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:53565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIFXX-0002dm-Vh for submit@debbugs.gnu.org; Mon, 24 Oct 2011 04:05:47 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIFXW-0004ON-Mb for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 04:05:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIFXU-0002dQ-Mm for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 04:05:46 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:42580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIFXU-0002dL-Is for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 04:05:44 -0400 Received: by iagf6 with SMTP id f6so9494372iag.0 for ; Mon, 24 Oct 2011 01:05:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=msTTCK+vJyIuc4yftg0+YssE/lCtHeqbHiar/uug000=; b=EnH548MLLGN6TAy1XVUWcuRoDpygJyiV2FzR7dGRbnBj9pTyWBoXGFuhqmMIrO+Kfs QsU3Qq0OjLOtXPwdV8iIlp1KWlNTlyICaAPROatD+Qi4lpZC/CHe36XAD18IREtjrd9B McM4WJc6/hXKb1MuiSjc0Lx3Q6GJiEGmfOsXE= MIME-Version: 1.0 Received: by 10.42.136.196 with SMTP id v4mr40377517ict.3.1319443543590; Mon, 24 Oct 2011 01:05:43 -0700 (PDT) Received: by 10.43.44.9 with HTTP; Mon, 24 Oct 2011 01:05:43 -0700 (PDT) Date: Mon, 24 Oct 2011 08:05:43 +0000 Message-ID: Subject: Emacs build from source error From: Alexander Kuleshov To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=90e6ba613c7cb7878b04b006e373 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 24 Oct 2011 08:38:20 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) --90e6ba613c7cb7878b04b006e373 Content-Type: text/plain; charset=ISO-8859-1 I try to build emacs-23.1 from source. First : ./configure Then i try to make But get error at the start: $ make cd lib-src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-D_BSD_SOURCE ' \ LDFLAGS='-Wl,-znocombreloc ' MAKE='make' make[1]: Entering directory `/home/emacs-23.1/lib-src' Makefile:144: *** commands commence before first target. Stop. make[1]: Leaving directory `/home/emacs-23.1/lib-src' make: *** [lib-src] Error 2 How can i fix it? I try many emacs versions and every time i get this error. Thank you. --90e6ba613c7cb7878b04b006e373 Content-Type: text/html; charset=ISO-8859-1 I try to build emacs-23.1 from source.

First :

./configure

Then i try to

make

But get error at the start:

$ make

cd lib-src; make all \
CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-D_BSD_SOURCE ' \
LDFLAGS='-Wl,-znocombreloc ' MAKE='make'
make[1]: Entering directory `/home/emacs-23.1/lib-src'
Makefile:144: *** commands commence before first target. Stop.
make[1]: Leaving directory `/home/emacs-23.1/lib-src'
make: *** [lib-src] Error 2

How can i fix it? I try many emacs versions and every time i get this error.

Thank you.
--90e6ba613c7cb7878b04b006e373-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 08:54:39 2011 Received: (at 9856) by debbugs.gnu.org; 24 Oct 2011 12:54:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIK35-0006zo-9s for submit@debbugs.gnu.org; Mon, 24 Oct 2011 08:54:39 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIK33-0006zh-W7 for 9856@debbugs.gnu.org; Mon, 24 Oct 2011 08:54:38 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIK1a-0001vu-JJ; Mon, 24 Oct 2011 08:53:06 -0400 Date: Mon, 24 Oct 2011 08:53:06 -0400 Message-Id: From: Eli Zaretskii To: Alexander Kuleshov In-reply-to: (message from Alexander Kuleshov on Mon, 24 Oct 2011 08:05:43 +0000) Subject: Re: bug#9856: Emacs build from source error References: X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 9856 Cc: 9856@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > Date: Mon, 24 Oct 2011 08:05:43 +0000 > From: Alexander Kuleshov > > I try to build emacs-23.1 from source. > > First : > > ./configure > > Then i try to > > make > > But get error at the start: > > $ make > > cd lib-src; make all \ > CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-D_BSD_SOURCE ' \ > LDFLAGS='-Wl,-znocombreloc ' MAKE='make' > make[1]: Entering directory `/home/emacs-23.1/lib-src' > Makefile:144: *** commands commence before first target. Stop. > make[1]: Leaving directory `/home/emacs-23.1/lib-src' > make: *** [lib-src] Error 2 > > How can i fix it? I try many emacs versions and every time i get this error. Please post here the contents of lib-src/Makefile From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 09:13:43 2011 Received: (at 9856-done) by debbugs.gnu.org; 24 Oct 2011 13:13:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIKLW-0007RD-Qq for submit@debbugs.gnu.org; Mon, 24 Oct 2011 09:13:43 -0400 Received: from mail-out.m-online.net ([212.18.0.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIKLU-0007R2-59 for 9856-done@debbugs.gnu.org; Mon, 24 Oct 2011 09:13:41 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 9D30D188A199; Mon, 24 Oct 2011 15:12:28 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id 8DF001C001AA; Mon, 24 Oct 2011 15:12:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id bxUAY2pa4wJD; Mon, 24 Oct 2011 15:12:06 +0200 (CEST) Received: from hase.home (ppp-88-217-112-132.dynamic.mnet-online.de [88.217.112.132]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 24 Oct 2011 15:12:06 +0200 (CEST) From: Andreas Schwab To: Alexander Kuleshov Subject: Re: bug#9856: Emacs build from source error References: X-Yow: Sometime in 1993 NANCY SINATRA will lead a BLOODLESS COUP on GUAM!! Date: Mon, 24 Oct 2011 15:12:13 +0200 In-Reply-To: (Alexander Kuleshov's message of "Mon, 24 Oct 2011 08:05:43 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 9856-done Cc: 9856-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Alexander Kuleshov writes: > I try to build emacs-23.1 from source. The current version is 23.3. This was fixed in 16abbbf51d9ae4cefd41abdcc0940e94a188a028. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 12:04:06 2011 Received: (at 9856) by debbugs.gnu.org; 24 Oct 2011 16:04:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIN0P-00032m-Ji for submit@debbugs.gnu.org; Mon, 24 Oct 2011 12:04:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIN0N-00032e-FU for 9856@debbugs.gnu.org; Mon, 24 Oct 2011 12:04:04 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIMys-0004XU-Bx; Mon, 24 Oct 2011 12:02:30 -0400 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#9856: Emacs build from source error References: X-Spook: SHA passwd BATF airframe ASIO ISEC morse Afghanistan X-Ran: k"0Ro<`%$k#Df,],@}wlS`v9![g=U6w]Og.1_uXQ5[.LBv%R2zp!}'&0e8dWF@$~/T(OK\ X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 24 Oct 2011 12:02:30 -0400 In-Reply-To: (Eli Zaretskii's message of "Mon, 24 Oct 2011 08:53:06 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9856 Cc: 9856@debbugs.gnu.org, Alexander Kuleshov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eli Zaretskii wrote: > Please post here the contents of lib-src/Makefile IIRC this is the CPPFLAGS=-P issue. CPPFLAGS=-P ./configure From unknown Sat Aug 09 13:21:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 22 Nov 2011 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator