From unknown Sat Aug 09 13:21:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9856: Emacs build from source error Resent-From: Alexander Kuleshov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 12:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9856 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9856@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131945990225340 (code B ref -1); Mon, 24 Oct 2011 12:39:01 +0000 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: From: Alexander Kuleshov 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-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 unknown Sat Aug 09 13:21:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9856: Emacs build from source error Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 12:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9856 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alexander Kuleshov Cc: 9856@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 9856-submit@debbugs.gnu.org id=B9856.131946087926899 (code B ref 9856); Mon, 24 Oct 2011 12:55:02 +0000 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 In-reply-to: (message from Alexander Kuleshov on Mon, 24 Oct 2011 08:05:43 +0000) References: X-Spam-Score: -6.6 (------) 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.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 unknown Sat Aug 09 13:21:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexander Kuleshov Subject: bug#9856: closed (Re: bug#9856: Emacs build from source error) Message-ID: References: X-Gnu-PR-Message: they-closed 9856 X-Gnu-PR-Package: emacs Reply-To: 9856@debbugs.gnu.org Date: Mon, 24 Oct 2011 13:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1319462042-28636-1" This is a multi-part message in MIME format... ------------=_1319462042-28636-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9856: Emacs build from source error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 9856@debbugs.gnu.org. --=20 9856: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9856 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1319462042-28636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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." ------------=_1319462042-28636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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-- ------------=_1319462042-28636-1-- From unknown Sat Aug 09 13:21:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9856: Emacs build from source error Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 16:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9856 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 9856@debbugs.gnu.org, Alexander Kuleshov Received: via spool by 9856-submit@debbugs.gnu.org id=B9856.131947224611707 (code B ref 9856); Mon, 24 Oct 2011 16:05:01 +0000 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 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-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-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