From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: fails to build emacs from master Resent-From: John ff Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Jul 2024 21:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 71975@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172030031417266 (code B ref -1); Sat, 06 Jul 2024 21:12:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jul 2024 21:11:54 +0000 Received: from localhost ([127.0.0.1]:46870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQChF-0004UP-Gx for submit@debbugs.gnu.org; Sat, 06 Jul 2024 17:11:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:59546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQChE-0004UI-1i for submit@debbugs.gnu.org; Sat, 06 Jul 2024 17:11:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQCh9-0007rZ-W3 for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2024 17:11:48 -0400 Received: from codemist.co.uk ([217.155.197.248]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sQCh6-0001Pc-Tl for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2024 17:11:47 -0400 Received: from [172.16.4.6] (helo=weir.codemist.co.uk) by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1sQCgU-000000001R4-2hRq; Sat, 06 Jul 2024 22:11:06 +0100 Received: from jpff by weir.codemist.co.uk with local (Exim 4.97.1) (envelope-from ) id 1sQCg5-000000004ja-2E4t; Sat, 06 Jul 2024 22:10:41 +0100 Date: Sat, 6 Jul 2024 22:10:41 +0100 Message-Id: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> X-Mailer: emacs 27.2 (via feedmail 11-beta-1 I) From: John ff X-ACL-Warn: No reverse lookup Received-SPF: pass client-ip=217.155.197.248; envelope-from=jpff@codemist.co.uk; helo=codemist.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I regularly pull the latest emacs from maser source, and compile. n the last few days this has not worked. First error was missing makefile.in but I have failed to find a way to compile. I tried make bootstrap which has solved many such problems. >From git://git.sv.gnu.org/emacs 38ce85c547c..d826240fa56 master -> origin/master 235b9e85a67..9625e4af994 emacs-30 -> origin/emacs-30 Updating 38ce85c547c..d826240fa56 Fast-forward etc/NEWS | 20 +++++++++++++++ lisp/emacs-lisp/checkdoc.el | 42 ++++++++++++++++++------------- lisp/emacs-lisp/lisp-mnt.el | 47 +++++++++++++++++++++++++++-------- lisp/emacs-lisp/package.el | 13 +++------- test/lisp/emacs-lisp/lisp-mnt-tests.el | 13 ++++++++++ 5 files changed, 98 insertions(+), 37 deletions(-) make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/home/jpff/GNU/emacs' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispintro' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispintro' make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispref' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispref' make[2]: Entering directory '/home/jpff/GNU/emacs/doc/emacs' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/emacs' make[2]: Entering directory '/home/jpff/GNU/emacs/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jpff/GNU/emacs/lib' make -C lib-src all make[2]: Entering directory '/home/jpff/GNU/emacs/lib-src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jpff/GNU/emacs/lib-src' make -C src BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib64/emacs/31.0.50/' all make[2]: Entering directory '/home/jpff/GNU/emacs/src' make[2]: *** No rule to make target 'filelock.c', needed by 'gl-stamp'. Stop. make[2]: Leaving directory '/home/jpff/GNU/emacs/src' make[1]: *** [Makefile:554: src] Error 2 make[1]: Leaving directory '/home/jpff/GNU/emacs' make[1]: Entering directory '/home/jpff/GNU/emacs' *** *** "make all" failed with exit status 2. essage sent froma slighty older working emacs In GNU Emacs 27.2 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0) Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: openSUSE Leap 15.5 Recent messages: Zap to char: d kill-region: Buffer is read-only: # s is undefined command-execute: Buffer is read-only: # [2 times] r is undefined e is undefined p is undefined o is undefined scroll-down-command: Beginning of buffer [2 times] funcall-interactively: End of buffer Configured using: 'configure --disable-build-details --with-pop --without-hesiod --with-gameuser=:games --with-kerberos --with-kerberos5 --with-file-notification=inotify --with-modules --enable-autodepend --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --localstatedir=/var --sharedstatedir=/var/lib --libexecdir=/usr/lib --enable-locallisppath=/usr/share/emacs/27.2/site-lisp:/usr/share/emacs/site-lisp --with-x --with-xim --with-sound --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-rsvg --with-dbus --with-xft --without-gpm --with-x-toolkit=gtk3 --with-toolkit-scroll-bars --x-includes=/usr/include --x-libraries=/usr/lib64 --with-libotf --with-m17n-flt --with-cairo --with-xwidgets --build=x86_64-suse-linux --with-dumping=pdumper 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS -pipe -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label -fno-optimize-sibling-calls -fno-PIE -DSYSTEM_PURESIZE_EXTRA=55000 -DSITELOAD_PURESIZE_EXTRA=10000 -DPDMP_BASE='\''"emacs-gtk"'\''' 'LDFLAGS=-Wl,-no-pie -Wl,-O2'' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS XWIDGETS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_NUMERIC: POSIX value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: auto-image-file-mode: t display-time-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/jpff/GNU/local-lisp/lilypond-init hides /usr/share/emacs/site-lisp/site-start.d/lilypond-init /home/jpff/GNU/local-lisp/lilypond-words hides /usr/share/emacs/site-lisp/lilypond-words /home/jpff/GNU/local-lisp/lilypond-what-beat hides /usr/share/emacs/site-lisp/lilypond-what-beat /home/jpff/GNU/local-lisp/lilypond-song hides /usr/share/emacs/site-lisp/lilypond-song /home/jpff/GNU/local-lisp/lilypond-mode hides /usr/share/emacs/site-lisp/lilypond-mode /home/jpff/GNU/local-lisp/lilypond-init hides /usr/share/emacs/site-lisp/lilypond-init /home/jpff/GNU/local-lisp/lilypond-indent hides /usr/share/emacs/site-lisp/lilypond-indent /home/jpff/GNU/local-lisp/lilypond-font-lock hides /usr/share/emacs/site-lisp/lilypond-font-lock /home/jpff/GNU/local-lisp/po-mode hides /usr/share/emacs/site-lisp/po-mode /home/jpff/GNU/local-lisp/po-compat hides /usr/share/emacs/site-lisp/po-compat Features: (shadow flyspell mailalias emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils image-file view mule-util cal-china cal-bahai cal-islam cal-hebrew cal-julian lunar solar cal-dst appt diary-lib diary-loaddefs holidays hol-loaddefs cal-menu easymenu calendar cal-loaddefs time paren preview-latex auto-loads tex-site ispell delsel lpr easy-mmode pcase tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting xwidget-internal cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 73213 4037) (symbols 48 7718 1) (strings 32 22820 1980) (string-bytes 1 791390) (vectors 16 12880) (vector-slots 8 193839 9690) (floats 8 564 719) (intervals 56 392 0) (buffers 1000 12)) ==John ffitch From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: fails to build emacs from master Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Jul 2024 05:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: John ff Cc: 71975@debbugs.gnu.org Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.17203317324540 (code B ref 71975); Sun, 07 Jul 2024 05:56:02 +0000 Received: (at 71975) by debbugs.gnu.org; 7 Jul 2024 05:55:32 +0000 Received: from localhost ([127.0.0.1]:47098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQKs0-0001B9-1q for submit@debbugs.gnu.org; Sun, 07 Jul 2024 01:55:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQKrx-0001Am-W4; Sun, 07 Jul 2024 01:55:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQKro-0006Ff-Aj; Sun, 07 Jul 2024 01:55:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8IkCehB+cqeCYuQhNd9lZUoTRo+spbt7NIasfgwl9eo=; b=ZYQ97DC4nJk6 gpFvv6aC205I4xEj/7HoyhpbbYZklAdVIeT6NqOxTPJdUOClJR0u7zFZ9+OOAmdVWEvqze8Sh7xrB P8qs0E8fPXAZRJjLcN3pU1TyxoqYUhCnFDXASy1KJVVpBybEvC5Kxs8pQotzjDQyCOQA2mHihQEcM wkwXBy9LKuyuDhcP7LQBKDOZgjwLq4NCusB4ayJ7BGmSqVlMFU4gElpw9B4jKuXVqQfP2YcOeXBMU KyjaudXkiHp2+AEkDaf+23pDgSvucDgZHIqXIWaoGef/iXG/ozqbIO8LINQHsfpGD77/XH2riDPRX AteluRJWZUB+t448qKOf4w==; Date: Sun, 07 Jul 2024 08:55:14 +0300 Message-Id: <86ed853fwd.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> (message from John ff on Sat, 6 Jul 2024 22:10:41 +0100) References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 71975 unreproducible thanks > Date: Sat, 6 Jul 2024 22:10:41 +0100 > From: John ff > > > I regularly pull the latest emacs from maser source, and compile. > n the last few days this has not worked. First error was missing > makefile.in but I have failed to find a way to compile. > I tried make bootstrap which has solved many such problems. > From git://git.sv.gnu.org/emacs > 38ce85c547c..d826240fa56 master -> origin/master > 235b9e85a67..9625e4af994 emacs-30 -> origin/emacs-30 > Updating 38ce85c547c..d826240fa56 > Fast-forward > etc/NEWS | 20 +++++++++++++++ > lisp/emacs-lisp/checkdoc.el | 42 ++++++++++++++++++------------- > lisp/emacs-lisp/lisp-mnt.el | 47 +++++++++++++++++++++++++++-------- > lisp/emacs-lisp/package.el | 13 +++------- > test/lisp/emacs-lisp/lisp-mnt-tests.el | 13 ++++++++++ > 5 files changed, 98 insertions(+), 37 deletions(-) > make actual-all || make advice-on-failure make-target=all exit-status=$? > make[1]: Entering directory '/home/jpff/GNU/emacs' > make -C lib all > make -C doc/lispref info > make -C doc/lispintro info > make -C doc/emacs info > make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispintro' > make[2]: Nothing to be done for 'info'. > make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispintro' > make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispref' > make[2]: Nothing to be done for 'info'. > make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispref' > make[2]: Entering directory '/home/jpff/GNU/emacs/doc/emacs' > make[2]: Nothing to be done for 'info'. > make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/emacs' > make[2]: Entering directory '/home/jpff/GNU/emacs/lib' > make[2]: Nothing to be done for 'all'. > make[2]: Leaving directory '/home/jpff/GNU/emacs/lib' > make -C lib-src all > make[2]: Entering directory '/home/jpff/GNU/emacs/lib-src' > make[2]: Nothing to be done for 'all'. > make[2]: Leaving directory '/home/jpff/GNU/emacs/lib-src' > make -C src BIN_DESTDIR=''/usr/local/bin/'' \ > ELN_DESTDIR='/usr/local/lib64/emacs/31.0.50/' all > make[2]: Entering directory '/home/jpff/GNU/emacs/src' > make[2]: *** No rule to make target 'filelock.c', needed by 'gl-stamp'. Stop. > make[2]: Leaving directory '/home/jpff/GNU/emacs/src' > make[1]: *** [Makefile:554: src] Error 2 > make[1]: Leaving directory '/home/jpff/GNU/emacs' > make[1]: Entering directory '/home/jpff/GNU/emacs' > *** > *** "make all" failed with exit status 2. I cannot reproduce this with today's master branch. Suggest to run "git clean -fdx" followed by "git pull" and a full bootstrap. I'm quite sure there's something wrong with your cloned repository, since the error message about filelock.c makes no sense. If nothing else helps, make a fresh Git clone. From unknown Tue Aug 19 10:09:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: John ff Subject: bug#71975: closed (Re: bug#71975: fails to build emacs from master) Message-ID: References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> X-Gnu-PR-Message: they-closed 71975 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: unreproducible Reply-To: 71975@debbugs.gnu.org Date: Mon, 30 Sep 2024 01:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1727660762-3438-1" This is a multi-part message in MIME format... ------------=_1727660762-3438-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71975: fails to build emacs from master 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 71975@debbugs.gnu.org. --=20 71975: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71975 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1727660762-3438-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71975-done) by debbugs.gnu.org; 30 Sep 2024 01:45:20 +0000 Received: from localhost ([127.0.0.1]:43568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sv5TQ-0000gy-Q4 for submit@debbugs.gnu.org; Sun, 29 Sep 2024 21:45:20 -0400 Received: from mail-ed1-f53.google.com ([209.85.208.53]:43283) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sv5TK-0000eo-MU for 71975-done@debbugs.gnu.org; Sun, 29 Sep 2024 21:45:15 -0400 Received: by mail-ed1-f53.google.com with SMTP id 4fb4d7f45d1cf-5c87ab540b3so5538704a12.1 for <71975-done@debbugs.gnu.org>; Sun, 29 Sep 2024 18:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727660613; x=1728265413; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=BJP0BPcnhLwmiMVxEQLGCsD2dkX1tLsFlfgXHxIhVDs=; b=aUV5ppA6d41zU5i2uUgTDyqVX9o7cGZTutFTH7aXYGaZ97XyhoutTmel7E5nhzVFIl m9/6D3Ml4qIdp8Ca5lPVLXWVQDvxyzYEeXFEmAlwRXAxAkHL862dReiX5cwcRDCv6u0Z g5m2anyOxV1zvLBebT/mQPQc4ef7KCHht+qKr3KDe8UJrf1l7ZC2+gt1/rsqs914gBGx VavExygaQMJOXuahFabhepKnNQXPMSILxCAE9IwtX4CnUboZDn7ifY9daGkHgLQakWn0 9Y84RCUUvH/MDd3SadDEek5XEi0oiJ5gpNnCBXOWH5jdxkDi9H/TlWgzrHZtiZoHV4XJ hVfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727660613; x=1728265413; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=BJP0BPcnhLwmiMVxEQLGCsD2dkX1tLsFlfgXHxIhVDs=; b=qhAwt0nhkXHVmRt0XoN5gN9W1UAjYRKlYxb2LHRgh9xFDR+/KIQuq9FbZW/NgFWCAi Bh7zuwUuAcEjCUAIizC2vZoJQ2lz8B2CmlzovubWs6UxSNq4QG+QrnWvjGbcsln0tFVV olRStY8CSTA0PopLbCnXF0z6h7DY7mPMl+u/GKPrjoeKcC/5Dkl2pjCg9v+zm+x1Y/KM UONsTRgq478nvcihxD/gX5/xFQHQvwUJYFNhWnL8hox4kEI26rcRLZHDTCLHuMDHjLQH 5wOQbDB58dP1X6pEM4PHvFbVtytHpXwGall5f8XC+8D6phwQiCtHfeZQqgQyEiFZuxn7 /T4Q== X-Forwarded-Encrypted: i=1; AJvYcCVbgugisO0jaOjYpHHEUcEprGMa7s1eEAI+zFtjPFwWfKVL0ECbyxfbQPryD5YZv4BXhgEWt7IC8McW@debbugs.gnu.org X-Gm-Message-State: AOJu0Yw+2GlFXJYgjiPg1dJiMXMhAQqFisKgc4H539uxGZ2cGf327yYc ScXCXv8bB/NTd+SLNKZVNGGtnJ+DVfFZpAlDZJx0E4htPGJpT04NVfLuQSsAVWTRCh4upWq++6I 7HnW67tP8fHlH0ho8Rm5KPQgYh2xhGg== X-Google-Smtp-Source: AGHT+IHQY/Wx4x1nnk7IQ8OrNKRuVzDOHqUuo0qhskI+XNNsLHkNEAQfPUsHKWdKLtEFszwIZsR5I5gBaEfm4d1KEBg= X-Received: by 2002:a05:6402:1cc4:b0:5c5:bda7:c839 with SMTP id 4fb4d7f45d1cf-5c8777e8ce5mr15733867a12.17.1727660612740; Sun, 29 Sep 2024 18:43:32 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 29 Sep 2024 18:43:32 -0700 From: Stefan Kangas In-Reply-To: <86ed853fwd.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 07 Jul 2024 08:55:14 +0300") References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> <86ed853fwd.fsf@gnu.org> MIME-Version: 1.0 Date: Sun, 29 Sep 2024 18:43:32 -0700 Message-ID: Subject: Re: bug#71975: fails to build emacs from master To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: 71975-done Cc: 71975-done@debbugs.gnu.org, John ff X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.9 (-) Eli Zaretskii writes: > tags 71975 unreproducible > thanks > >> Date: Sat, 6 Jul 2024 22:10:41 +0100 >> From: John ff >> >> >> I regularly pull the latest emacs from maser source, and compile. >> n the last few days this has not worked. First error was missing >> makefile.in but I have failed to find a way to compile. >> I tried make bootstrap which has solved many such problems. >> From git://git.sv.gnu.org/emacs >> 38ce85c547c..d826240fa56 master -> origin/master >> 235b9e85a67..9625e4af994 emacs-30 -> origin/emacs-30 >> Updating 38ce85c547c..d826240fa56 >> Fast-forward >> etc/NEWS | 20 +++++++++++++++ >> lisp/emacs-lisp/checkdoc.el | 42 ++++++++++++++++++------------- >> lisp/emacs-lisp/lisp-mnt.el | 47 +++++++++++++++++++++++++++-------- >> lisp/emacs-lisp/package.el | 13 +++------- >> test/lisp/emacs-lisp/lisp-mnt-tests.el | 13 ++++++++++ >> 5 files changed, 98 insertions(+), 37 deletions(-) >> make actual-all || make advice-on-failure make-target=all exit-status=$? >> make[1]: Entering directory '/home/jpff/GNU/emacs' >> make -C lib all >> make -C doc/lispref info >> make -C doc/lispintro info >> make -C doc/emacs info >> make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispintro' >> make[2]: Nothing to be done for 'info'. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispintro' >> make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispref' >> make[2]: Nothing to be done for 'info'. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispref' >> make[2]: Entering directory '/home/jpff/GNU/emacs/doc/emacs' >> make[2]: Nothing to be done for 'info'. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/emacs' >> make[2]: Entering directory '/home/jpff/GNU/emacs/lib' >> make[2]: Nothing to be done for 'all'. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/lib' >> make -C lib-src all >> make[2]: Entering directory '/home/jpff/GNU/emacs/lib-src' >> make[2]: Nothing to be done for 'all'. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/lib-src' >> make -C src BIN_DESTDIR=''/usr/local/bin/'' \ >> ELN_DESTDIR='/usr/local/lib64/emacs/31.0.50/' all >> make[2]: Entering directory '/home/jpff/GNU/emacs/src' >> make[2]: *** No rule to make target 'filelock.c', needed by 'gl-stamp'. Stop. >> make[2]: Leaving directory '/home/jpff/GNU/emacs/src' >> make[1]: *** [Makefile:554: src] Error 2 >> make[1]: Leaving directory '/home/jpff/GNU/emacs' >> make[1]: Entering directory '/home/jpff/GNU/emacs' >> *** >> *** "make all" failed with exit status 2. > > I cannot reproduce this with today's master branch. Suggest to run > "git clean -fdx" followed by "git pull" and a full bootstrap. I'm > quite sure there's something wrong with your cloned repository, since > the error message about filelock.c makes no sense. If nothing else > helps, make a fresh Git clone. More information was requested, but none was given within 3 months, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. ------------=_1727660762-3438-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Jul 2024 21:11:54 +0000 Received: from localhost ([127.0.0.1]:46870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQChF-0004UP-Gx for submit@debbugs.gnu.org; Sat, 06 Jul 2024 17:11:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:59546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQChE-0004UI-1i for submit@debbugs.gnu.org; Sat, 06 Jul 2024 17:11:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQCh9-0007rZ-W3 for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2024 17:11:48 -0400 Received: from codemist.co.uk ([217.155.197.248]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sQCh6-0001Pc-Tl for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2024 17:11:47 -0400 Received: from [172.16.4.6] (helo=weir.codemist.co.uk) by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1sQCgU-000000001R4-2hRq; Sat, 06 Jul 2024 22:11:06 +0100 Received: from jpff by weir.codemist.co.uk with local (Exim 4.97.1) (envelope-from ) id 1sQCg5-000000004ja-2E4t; Sat, 06 Jul 2024 22:10:41 +0100 Date: Sat, 6 Jul 2024 22:10:41 +0100 Message-Id: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> X-Mailer: emacs 27.2 (via feedmail 11-beta-1 I) From: John ff To: bug-gnu-emacs@gnu.org Subject: fails to build emacs from master X-ACL-Warn: No reverse lookup Received-SPF: pass client-ip=217.155.197.248; envelope-from=jpff@codemist.co.uk; helo=codemist.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I regularly pull the latest emacs from maser source, and compile. n the last few days this has not worked. First error was missing makefile.in but I have failed to find a way to compile. I tried make bootstrap which has solved many such problems. >From git://git.sv.gnu.org/emacs 38ce85c547c..d826240fa56 master -> origin/master 235b9e85a67..9625e4af994 emacs-30 -> origin/emacs-30 Updating 38ce85c547c..d826240fa56 Fast-forward etc/NEWS | 20 +++++++++++++++ lisp/emacs-lisp/checkdoc.el | 42 ++++++++++++++++++------------- lisp/emacs-lisp/lisp-mnt.el | 47 +++++++++++++++++++++++++++-------- lisp/emacs-lisp/package.el | 13 +++------- test/lisp/emacs-lisp/lisp-mnt-tests.el | 13 ++++++++++ 5 files changed, 98 insertions(+), 37 deletions(-) make actual-all || make advice-on-failure make-target=all exit-status=$? make[1]: Entering directory '/home/jpff/GNU/emacs' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispintro' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispintro' make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispref' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispref' make[2]: Entering directory '/home/jpff/GNU/emacs/doc/emacs' make[2]: Nothing to be done for 'info'. make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/emacs' make[2]: Entering directory '/home/jpff/GNU/emacs/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jpff/GNU/emacs/lib' make -C lib-src all make[2]: Entering directory '/home/jpff/GNU/emacs/lib-src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jpff/GNU/emacs/lib-src' make -C src BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib64/emacs/31.0.50/' all make[2]: Entering directory '/home/jpff/GNU/emacs/src' make[2]: *** No rule to make target 'filelock.c', needed by 'gl-stamp'. Stop. make[2]: Leaving directory '/home/jpff/GNU/emacs/src' make[1]: *** [Makefile:554: src] Error 2 make[1]: Leaving directory '/home/jpff/GNU/emacs' make[1]: Entering directory '/home/jpff/GNU/emacs' *** *** "make all" failed with exit status 2. essage sent froma slighty older working emacs In GNU Emacs 27.2 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0) Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: openSUSE Leap 15.5 Recent messages: Zap to char: d kill-region: Buffer is read-only: # s is undefined command-execute: Buffer is read-only: # [2 times] r is undefined e is undefined p is undefined o is undefined scroll-down-command: Beginning of buffer [2 times] funcall-interactively: End of buffer Configured using: 'configure --disable-build-details --with-pop --without-hesiod --with-gameuser=:games --with-kerberos --with-kerberos5 --with-file-notification=inotify --with-modules --enable-autodepend --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --localstatedir=/var --sharedstatedir=/var/lib --libexecdir=/usr/lib --enable-locallisppath=/usr/share/emacs/27.2/site-lisp:/usr/share/emacs/site-lisp --with-x --with-xim --with-sound --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-rsvg --with-dbus --with-xft --without-gpm --with-x-toolkit=gtk3 --with-toolkit-scroll-bars --x-includes=/usr/include --x-libraries=/usr/lib64 --with-libotf --with-m17n-flt --with-cairo --with-xwidgets --build=x86_64-suse-linux --with-dumping=pdumper 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS -pipe -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label -fno-optimize-sibling-calls -fno-PIE -DSYSTEM_PURESIZE_EXTRA=55000 -DSITELOAD_PURESIZE_EXTRA=10000 -DPDMP_BASE='\''"emacs-gtk"'\''' 'LDFLAGS=-Wl,-no-pie -Wl,-O2'' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS XWIDGETS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_NUMERIC: POSIX value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: auto-image-file-mode: t display-time-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/jpff/GNU/local-lisp/lilypond-init hides /usr/share/emacs/site-lisp/site-start.d/lilypond-init /home/jpff/GNU/local-lisp/lilypond-words hides /usr/share/emacs/site-lisp/lilypond-words /home/jpff/GNU/local-lisp/lilypond-what-beat hides /usr/share/emacs/site-lisp/lilypond-what-beat /home/jpff/GNU/local-lisp/lilypond-song hides /usr/share/emacs/site-lisp/lilypond-song /home/jpff/GNU/local-lisp/lilypond-mode hides /usr/share/emacs/site-lisp/lilypond-mode /home/jpff/GNU/local-lisp/lilypond-init hides /usr/share/emacs/site-lisp/lilypond-init /home/jpff/GNU/local-lisp/lilypond-indent hides /usr/share/emacs/site-lisp/lilypond-indent /home/jpff/GNU/local-lisp/lilypond-font-lock hides /usr/share/emacs/site-lisp/lilypond-font-lock /home/jpff/GNU/local-lisp/po-mode hides /usr/share/emacs/site-lisp/po-mode /home/jpff/GNU/local-lisp/po-compat hides /usr/share/emacs/site-lisp/po-compat Features: (shadow flyspell mailalias emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils image-file view mule-util cal-china cal-bahai cal-islam cal-hebrew cal-julian lunar solar cal-dst appt diary-lib diary-loaddefs holidays hol-loaddefs cal-menu easymenu calendar cal-loaddefs time paren preview-latex auto-loads tex-site ispell delsel lpr easy-mmode pcase tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting xwidget-internal cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 73213 4037) (symbols 48 7718 1) (strings 32 22820 1980) (string-bytes 1 791390) (vectors 16 12880) (vector-slots 8 193839 9690) (floats 8 564 719) (intervals 56 392 0) (buffers 1000 12)) ==John ffitch ------------=_1727660762-3438-1-- From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: Still cannot build from source References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> In-Reply-To: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> Resent-From: John ff Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Oct 2024 11:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible To: 71975@debbugs.gnu.org Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.172786996113018 (code B ref 71975); Wed, 02 Oct 2024 11:53:02 +0000 Received: (at 71975) by debbugs.gnu.org; 2 Oct 2024 11:52:41 +0000 Received: from localhost ([127.0.0.1]:56784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svxuL-0003Nu-BK for submit@debbugs.gnu.org; Wed, 02 Oct 2024 07:52:41 -0400 Received: from codemist.co.uk ([217.155.197.248]:58960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svxuJ-0003Nh-7p for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 07:52:39 -0400 Received: from [172.16.4.31] by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1svxuH-000000001Ix-1PLx for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 12:52:37 +0100 X-Is-Generated-Message-Id: true X-Blue-Identity: !l=226&o=0&pl=179&po=0&qs=PREFIX&f=HTML&n=John%20ff&e=jpff%40codemist.co.uk&m=!%3AYTcyMzNhM2MtZGVhMy00ODllLWE4ZDgtOTAzOTE3ZjY0OWQw%3ARHJhZnRz%3AMTQ2MA%3D%3D&p=168&q=NONE User-Agent: Android MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 From: John ff Date: Wed, 02 Oct 2024 12:52:21 +0100 Message-ID: <99701e19-d96f-4073-83ca-adf39faa3a48@codemist.co.uk> X-ACL-Warn: No reverse lookup X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I have been off-net for some weeks due to hard ware, but I tried again a co= uple of days ago and it still is missing makfile_in and so far r I have fai= led=C2=A0=C2=A0 to get an\ny s ~ I n From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: closed (Re: bug#71975: fails to build emacs from master) Resent-From: John ff Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Oct 2024 11:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible To: 71975@debbugs.gnu.org Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.172787007013307 (code B ref 71975); Wed, 02 Oct 2024 11:55:01 +0000 Received: (at 71975) by debbugs.gnu.org; 2 Oct 2024 11:54:30 +0000 Received: from localhost ([127.0.0.1]:56788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svxw5-0003SY-On for submit@debbugs.gnu.org; Wed, 02 Oct 2024 07:54:30 -0400 Received: from codemist.co.uk ([217.155.197.248]:42842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svxw2-0003SO-Oi for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 07:54:28 -0400 Received: from [172.16.4.31] by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1svxw1-000000001JR-2vtC for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 12:54:25 +0100 In-Reply-To: References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> X-Referenced-Uid: 398438 Thread-Topic: bug#71975: closed (Re: bug#71975: fails to build emacs from master) User-Agent: Android X-Is-Generated-Message-Id: true MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 From: John ff Date: Wed, 02 Oct 2024 12:54:10 +0100 Message-ID: <609b2447-313d-4aca-b329-4f0f275e2085@codemist.co.uk> X-ACL-Warn: No reverse lookup X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =E2=81=A3=E2=80=8B On 30 Sep 2024, 02:46, at 02:46, help-debbugs@gnu=2Eo= rg wrote: >Your bug report > >#71975: fails to build emacs from master > >w= hich was filed against the emacs package, has been closed=2E > >The explana= tion is attached below, along with your original report=2E >If you require = more details, please reply to 71975@debbugs=2Egnu=2Eorg=2E > >-- >71975: h= ttps://debbugs=2Egnu=2Eorg/cgi/bugreport=2Ecgi?bug=3D71975 >GNU Bug Trackin= g System >Contact help-debbugs@gnu=2Eorg with problems > > >---------------= --------------------------------------------------------- > >From: Stefan K= angas >To: Eli Zaretskii >Cc: 7= 1975-done@debbugs=2Egnu=2Eorg, John ff >Sent: Mon= Sep 30 02:43:32 GMT+01:00 2024 >Subject: Re: bug#71975: fails to build ema= cs from master > >Eli Zaretskii writes: > >> tags 71975 un= reproducible >> thanks >> >>> Date: Sat, 6 Jul 2024 22:10:41 +0100 >>> Fro= m: John ff >>> >>> >>> I regularly pull the lates= t emacs from maser source, and compile=2E >>> n the last few days this has = not worked=2E First error was missing >>> makefile=2Ein but I have failed = to find a way to compile=2E >>> I tried make bootstrap which has solved man= y such problems=2E >>> From git://git=2Esv=2Egnu=2Eorg/emacs >>> 38ce85c= 547c=2E=2Ed826240fa56 master -> origin/master >>> 235b9e85a67=2E=2E= 9625e4af994 emacs-30 -> origin/emacs-30 >>> Updating 38ce85c547c=2E=2Ed8= 26240fa56 >>> Fast-forward >>> etc/NEWS | 20= +++++++++++++++ >>> lisp/emacs-lisp/checkdoc=2Eel | 42 >++++++= ++++++++++++------------- >>> lisp/emacs-lisp/lisp-mnt=2Eel | 4= 7 >+++++++++++++++++++++++++++-------- >>> lisp/emacs-lisp/package=2Eel = | 13 +++------- >>> test/lisp/emacs-lisp/lisp-mnt-tests=2Eel | 1= 3 ++++++++++ >>> 5 files changed, 98 insertions(+), 37 deletions(-) >>> ma= ke actual-all || make advice-on-failure make-target=3Dall >exit-status=3D$?= >>> make[1]: Entering directory '/home/jpff/GNU/emacs' >>> make -C lib all= >>> make -C doc/lispref info >>> make -C doc/lispintro info >>> make -C do= c/emacs info >>> make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lisp= intro' >>> make[2]: Nothing to be done for 'info'=2E >>> make[2]: Leaving d= irectory '/home/jpff/GNU/emacs/doc/lispintro' >>> make[2]: Entering directo= ry '/home/jpff/GNU/emacs/doc/lispref' >>> make[2]: Nothing to be done for '= info'=2E >>> make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispref' = >>> make[2]: Entering directory '/home/jpff/GNU/emacs/doc/emacs' >>> make[2= ]: Nothing to be done for 'info'=2E >>> make[2]: Leaving directory '/home/j= pff/GNU/emacs/doc/emacs' >>> make[2]: Entering directory '/home/jpff/GNU/em= acs/lib' >>> make[2]: Nothing to be done for 'all'=2E >>> make[2]: Leaving = directory '/home/jpff/GNU/emacs/lib' >>> make -C lib-src all >>> make[2]: E= ntering directory '/home/jpff/GNU/emacs/lib-src' >>> make[2]: Nothing to be= done for 'all'=2E >>> make[2]: Leaving directory '/home/jpff/GNU/emacs/lib= -src' >>> make -C src BIN_DESTDIR=3D''/usr/local/bin/'' \ >>> ELN_= DESTDIR=3D'/usr/local/lib64/emacs/31=2E0=2E50/' all >>> make[2]: Entering d= irectory '/home/jpff/GNU/emacs/src' >>> make[2]: *** No rule to make target= 'filelock=2Ec', needed by >'gl-stamp'=2E Stop=2E >>> make[2]: Leaving dir= ectory '/home/jpff/GNU/emacs/src' >>> make[1]: *** [Makefile:554: src] Erro= r 2 >>> make[1]: Leaving directory '/home/jpff/GNU/emacs' >>> make[1]: Ente= ring directory '/home/jpff/GNU/emacs' >>> *** >>> *** "make all" failed wit= h exit status 2=2E >> >> I cannot reproduce this with today's master branch= =2E Suggest to run >> "git clean -fdx" followed by "git pull" and a full b= ootstrap=2E I'm >> quite sure there's something wrong with your cloned rep= ository, since >> the error message about filelock=2Ec makes no sense=2E I= f nothing else >> helps, make a fresh Git clone=2E > >More information was = requested, but none was given within 3 months, so >I'm closing this bug=2E = If this is still an issue, please reply to this >email (use "Reply to all"= in your email client) and we can reopen the >bug report=2E > > > >--------= ---------------------------------------------------------------- > >From: J= ohn ff >To: bug-gnu-emacs@gnu=2Eorg >Sent: Sat Ju= l 06 22:10:41 GMT+01:00 2024 >Subject: fails to build emacs from master > >= >I regularly pull the latest emacs from maser source, and compile=2E >n th= e last few days this has not worked=2E First error was missing >makefile= =2Ein but I have failed to find a way to compile=2E >I tried make bootstrap= which has solved many such problems=2E >>>From git://git=2Esv=2Egnu=2Eorg/e= macs > 38ce85c547c=2E=2Ed826240fa56 master -> origin/master > 235b= 9e85a67=2E=2E9625e4af994 emacs-30 -> origin/emacs-30 >Updating 38ce85c54= 7c=2E=2Ed826240fa56 >Fast-forward > etc/NEWS = | 20 +++++++++++++++ >lisp/emacs-lisp/checkdoc=2Eel | 42 >++++++= ++++++++++++------------- >lisp/emacs-lisp/lisp-mnt=2Eel | 47 >+= ++++++++++++++++++++++++++-------- > lisp/emacs-lisp/package=2Eel = | 13 +++------- > test/lisp/emacs-lisp/lisp-mnt-tests=2Eel | 13 ++++++++= ++ > 5 files changed, 98 insertions(+), 37 deletions(-) >make actual-all ||= make advice-on-failure make-target=3Dall >exit-status=3D$? >make[1]: Enter= ing directory '/home/jpff/GNU/emacs' >make -C lib all >make -C doc/lispref = info >make -C doc/lispintro info >make -C doc/emacs info >make[2]: Entering= directory '/home/jpff/GNU/emacs/doc/lispintro' >make[2]: Nothing to be don= e for 'info'=2E >make[2]: Leaving directory '/home/jpff/GNU/emacs/doc/lispi= ntro' >make[2]: Entering directory '/home/jpff/GNU/emacs/doc/lispref' >make= [2]: Nothing to be done for 'info'=2E >make[2]: Leaving directory '/home/jp= ff/GNU/emacs/doc/lispref' >make[2]: Entering directory '/home/jpff/GNU/emac= s/doc/emacs' >make[2]: Nothing to be done for 'info'=2E >make[2]: Leaving d= irectory '/home/jpff/GNU/emacs/doc/emacs' >make[2]: Entering directory '/ho= me/jpff/GNU/emacs/lib' >make[2]: Nothing to be done for 'all'=2E >make[2]: = Leaving directory '/home/jpff/GNU/emacs/lib' >make -C lib-src all >make[2]:= Entering directory '/home/jpff/GNU/emacs/lib-src' >make[2]: Nothing to be = done for 'all'=2E >make[2]: Leaving directory '/home/jpff/GNU/emacs/lib-src= ' >make -C src BIN_DESTDIR=3D''/usr/local/bin/'' \ > ELN_DESTDIR=3D= '/usr/local/lib64/emacs/31=2E0=2E50/' all >make[2]: Entering directory '/ho= me/jpff/GNU/emacs/src' >make[2]: *** No rule to make target 'filelock=2Ec',= needed by 'gl-stamp'=2E > Stop=2E >make[2]: Leaving directory '/home/jpff/= GNU/emacs/src' >make[1]: *** [Makefile:554: src] Error 2 >make[1]: Leaving = directory '/home/jpff/GNU/emacs' >make[1]: Entering directory '/home/jpff/G= NU/emacs' >*** >*** "make all" failed with exit status 2=2E > >essage sent = froma slighty older working emacs > >In GNU Emacs 27=2E2 (build 1, x86_64-= suse-linux-gnu, GTK+ Version >3=2E24=2E34, cairo version 1=2E16=2E0) >Windo= wing system distributor 'The X=2EOrg Foundation', version >11=2E0=2E1210100= 4 >System Description: openSUSE Leap 15=2E5 > >Recent messages: >Zap to cha= r: d >kill-region: Buffer is read-only: # >s is undefin= ed >command-execute: Buffer is read-only: # [2 times] >= r is undefined >e is undefined >p is undefined >o is undefined >scroll-down= -command: Beginning of buffer [2 times] >funcall-interactively: End of buff= er > >Configured using: > 'configure --disable-build-details --with-pop --w= ithout-hesiod > --with-gameuser=3D:games --with-kerberos --with-kerberos5 >= --with-file-notification=3Dinotify --with-modules --enable-autodepend > --= prefix=3D/usr --mandir=3D/usr/share/man --infodir=3D/usr/share/info > --dat= adir=3D/usr/share --localstatedir=3D/var --sharedstatedir=3D/var/lib > --li= bexecdir=3D/usr/lib >--enable-locallisppath=3D/usr/share/emacs/27=2E2/site-= lisp:/usr/share/emacs/site-lisp > --with-x --with-xim --with-sound --with-x= pm --with-jpeg --with-tiff > --with-gif --with-png --with-rsvg --with-dbus = --with-xft > --without-gpm --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-ba= rs > --x-includes=3D/usr/include --x-libraries=3D/usr/lib64 --with-libotf >= --with-m17n-flt --with-cairo --with-xwidgets > --build=3Dx86_64-suse-linux= --with-dumping=3Dpdumper > 'CFLAGS=3D-fmessage-length=3D0 -grecord-gcc-swi= tches -O2 -Wall > -D_FORTIFY_SOURCE=3D2 -fstack-protector-strong -funwind-t= ables > -fasynchronous-unwind-tables -fstack-clash-protection -g > -D_GNU_S= OURCE -DGDK_DISABLE_DEPRECATION_WARNINGS > -DGLIB_DISABLE_DEPRECATION_WARNI= NGS -pipe -Wno-pointer-sign > -Wno-unused-variable -Wno-unused-label -fno-o= ptimize-sibling-calls > -fno-PIE -DSYSTEM_PURESIZE_EXTRA=3D55000 > -DSITELO= AD_PURESIZE_EXTRA=3D10000 -DPDMP_BASE=3D'\''"emacs-gtk"'\''' > 'LDFLAGS=3D-= Wl,-no-pie -Wl,-O2'' > >Configured features: >XPM JPEG TIFF GIF PNG RSVG CA= IRO SOUND DBUS GSETTINGS GLIB NOTIFY >INOTIFY ACL LIBSELINUX GNUTLS LIBXML2= FREETYPE HARFBUZZ M17N_FLT >LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE = XIM MODULES THREADS >XWIDGETS LIBSYSTEMD JSON PDUMPER LCMS2 GMP > >Importan= t settings: > value of $LC_NUMERIC: POSIX > value of $LANG: en_US=2Eutf8 = > locale-coding-system: utf-8-unix > >Major mode: Fundamental > >Minor mod= es in effect: > auto-image-file-mode: t > display-time-mode: t > show-pa= ren-mode: t > tooltip-mode: t > global-eldoc-mode: t > electric-indent-m= ode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode:= t > global-font-lock-mode: t > auto-composition-mode: t > auto-encrypti= on-mode: t > auto-compression-mode: t > buffer-read-only: t > line-numbe= r-mode: t > transient-mark-mode: t > >Load-path shadows: >/home/jpff/GNU/l= ocal-lisp/lilypond-init hides >/usr/share/emacs/site-lisp/site-start=2Ed/li= lypond-init >/home/jpff/GNU/local-lisp/lilypond-words hides >/usr/share/ema= cs/site-lisp/lilypond-words >/home/jpff/GNU/local-lisp/lilypond-what-beat h= ides >/usr/share/emacs/site-lisp/lilypond-what-beat >/home/jpff/GNU/local-l= isp/lilypond-song hides >/usr/share/emacs/site-lisp/lilypond-song >/home/jp= ff/GNU/local-lisp/lilypond-mode hides >/usr/share/emacs/site-lisp/lilypond-= mode >/home/jpff/GNU/local-lisp/lilypond-init hides >/usr/share/emacs/site-= lisp/lilypond-init >/home/jpff/GNU/local-lisp/lilypond-indent hides >/usr/s= hare/emacs/site-lisp/lilypond-indent >/home/jpff/GNU/local-lisp/lilypond-fo= nt-lock hides >/usr/share/emacs/site-lisp/lilypond-font-lock >/home/jpff/GN= U/local-lisp/po-mode hides >/usr/share/emacs/site-lisp/po-mode >/home/jpff/= GNU/local-lisp/po-compat hides >/usr/share/emacs/site-lisp/po-compat > >Fea= tures: >(shadow flyspell mailalias emacsbug message rmc puny dired >dired-l= oaddefs format-spec rfc822 mml mml-sec password-cache epa >derived epg epg-= config gnus-util rmail rmail-loaddefs >text-property-search time-date subr-= x seq byte-opt gv bytecomp >byte-compile cconv mm-decode mm-bodies mm-encod= e mail-parse rfc2231 >mailabbrev gmm-utils mailheader cl-loaddefs cl-lib se= ndmail rfc2047 >rfc2045 ietf-drums mm-util mail-prsvr mail-utils image-file= view >mule-util cal-china cal-bahai cal-islam cal-hebrew cal-julian lunar = >solar cal-dst appt diary-lib diary-loaddefs holidays hol-loaddefs >cal-men= u easymenu calendar cal-loaddefs time paren preview-latex >auto-loads tex-s= ite ispell delsel lpr easy-mmode pcase tooltip eldoc >electric uniquify edi= ff-hook vc-hooks lisp-float-type mwheel >term/x-win x-win term/common-win x= -dnd tool-bar dnd fontset image >regexp-opt fringe tabulated-list replace n= ewcomment text-mode >elisp-mode lisp-mode prog-mode register page tab-bar m= enu-bar >rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lo= ck >syntax facemenu font-core term/tty-colors frame minibuffer cl-generic >= cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet >lao ko= rean japanese eucjp-ms cp51932 hebrew greek romanian slovak >czech european= ethiopic indian cyrillic chinese composite charscript >charprop case-table= epa-hook jka-cmpr-hook help simple abbrev obarray >cl-preloaded nadvice lo= addefs button faces cus-face macroexp files >text-properties overlay sha1 m= d5 base64 format env code-pages mule >custom widget hashtable-print-readabl= e backquote threads dbusbind >inotify lcms2 dynamic-setting system-font-set= ting font-render-setting >xwidget-internal cairo move-toolbar gtk x-toolkit= x multi-tty >make-network-process emacs) > >Memory information: >((conses = 16 73213 4037) > (symbols 48 7718 1) > (strings 32 22820 1980) > (string-by= tes 1 791390) > (vectors 16 12880) > (vector-slots 8 193839 9690) > (floats= 8 564 719) > (intervals 56 392 0) > (buffers 1000 12)) > >=3D=3DJohn ffitc= h From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: Still cannot build from source Resent-From: Gerd =?UTF-8?Q?M=C3=B6llmann?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Oct 2024 13:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible To: John ff Cc: 71975@debbugs.gnu.org Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.172787428427919 (code B ref 71975); Wed, 02 Oct 2024 13:05:02 +0000 Received: (at 71975) by debbugs.gnu.org; 2 Oct 2024 13:04:44 +0000 Received: from localhost ([127.0.0.1]:56869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svz23-0007GE-Is for submit@debbugs.gnu.org; Wed, 02 Oct 2024 09:04:44 -0400 Received: from mail-ed1-f41.google.com ([209.85.208.41]:43499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1svz1q-0007Fj-Jb for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 09:04:43 -0400 Received: by mail-ed1-f41.google.com with SMTP id 4fb4d7f45d1cf-5c87ab540b3so1502337a12.1 for <71975@debbugs.gnu.org>; Wed, 02 Oct 2024 06:04:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727874208; x=1728479008; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nwr59DWpwz7C4jiBOeO3eu7DbWWj4CnPbl4oQs3kIvo=; b=WAayDdNQHaf9sonL/lEePZXqNsv1z6aU0ncgDZ2wchN/epM0ynlPCMY2yh0WTKn3UQ ORd9ZxFAZdQzjFVb9FvoATtEUCW7gRErZm0www2yuvSi2rsfta3x3yzC9HzrrDbKlf4E yCN+PuFE5Hm6D3t2AJLH3W1K4hOF/wIGwL+hDs6xBksNhwPQowNMpAMN+j3IQA2ZC5Sy HWw5s/xAgx27zfBugXHBcq41UroVx5s6S+o6Rg8XZ5BZBcFhMFSSFaIuS8xj7MvMEA0A OK+y43ZlzMDhljoT0oo9+L+oVQijqrGFuO4Yxg7neaYWPXYGc7hjeq5+jjmRmBVbIlL3 PtRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727874208; x=1728479008; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=nwr59DWpwz7C4jiBOeO3eu7DbWWj4CnPbl4oQs3kIvo=; b=ERTGmUYKTLo76DmZTBcLRnC89keIrHBWl1h2f+akvmM7itJzEOUmdMFlW5aqAc91aS OUnC9vY8o8h2+Zo/pOkt/XyaoHMBBGiO6D75JbzkHJdgRvbGqmp6+qj5oLJGGjej+bcZ f/qlvDIhGglU18+Dz1LUPnf86T0Jz15a8uNiLBYnm6Ij5yr/9/SktNVZ4z+Ewjubskkz VzK3I3Iu7PhDWpC6/+AJ+rlEq8dpOEqW2F+JQ4rOcYoZHBRIuX/ZoFw/mRBE00qZPVlh 1qeuWRnwTC3/Sj12fuCrizV84ceB8EzL8Bal+EnrPW8marDYOYCTa64S7p0aMxMl5/8p ZEBQ== X-Gm-Message-State: AOJu0Yzcol5zIc8PKjAo51us+hxCoP4z8BBB8+Xs9mpyboQ2jDRtHQPK 0/tkrKWTKs1yyLRE9QS7F/1TaU5O3EjbtNCcG3DxZuld1984Sgn0xqDzUw== X-Google-Smtp-Source: AGHT+IG6sFA6baoXp0WucHKxewfVAYF7/1JXRWPBuEtDv8C+uuTad32iQmAo82Mrl+C1DC1iXDnVPw== X-Received: by 2002:a05:6402:42d0:b0:5c8:78dd:8027 with SMTP id 4fb4d7f45d1cf-5c8b1381e29mr2900691a12.12.1727874208080; Wed, 02 Oct 2024 06:03:28 -0700 (PDT) Received: from pro2.local (pd9e36aef.dip0.t-ipconnect.de. [217.227.106.239]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c88d7f3282sm5744251a12.30.2024.10.02.06.03.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 06:03:27 -0700 (PDT) From: Gerd =?UTF-8?Q?M=C3=B6llmann?= In-Reply-To: <99701e19-d96f-4073-83ca-adf39faa3a48@codemist.co.uk> (John ff's message of "Wed, 02 Oct 2024 12:52:21 +0100") References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> <99701e19-d96f-4073-83ca-adf39faa3a48@codemist.co.uk> Date: Wed, 02 Oct 2024 15:03:26 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) John ff writes: > I have beenq off-net for some weeks due to hard ware, but I tried > again a couple of days ago and it still is missing makfile_in and so > far r I have failed=C2=A0=C2=A0 to get an\ny s I'd like to suggest to follow what Stefam said git pull ./autogen.sh ./configure make Has always worked for me, except in the rare cases where the build fails because of some compilation error, which is usually fixed soon after. From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: Still cannot build from source Resent-From: Gerd =?UTF-8?Q?M=C3=B6llmann?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Oct 2024 20:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible To: John ff Cc: 71975@debbugs.gnu.org Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.172789960522359 (code B ref 71975); Wed, 02 Oct 2024 20:07:02 +0000 Received: (at 71975) by debbugs.gnu.org; 2 Oct 2024 20:06:45 +0000 Received: from localhost ([127.0.0.1]:59333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sw5cT-0005oZ-4Y for submit@debbugs.gnu.org; Wed, 02 Oct 2024 16:06:45 -0400 Received: from mail-ej1-f43.google.com ([209.85.218.43]:56424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sw5cR-0005oK-20 for 71975@debbugs.gnu.org; Wed, 02 Oct 2024 16:06:44 -0400 Received: by mail-ej1-f43.google.com with SMTP id a640c23a62f3a-a90349aa7e5so16682166b.0 for <71975@debbugs.gnu.org>; Wed, 02 Oct 2024 13:06:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727899536; x=1728504336; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Ca9g1t8ToEIHcgsQVIXh3SKLWV2T2mAE+vkO/mq9vok=; b=mdCIimHzR9E8NjItSxfodzwKBR5Awq3BB0FYTcbdDRr5SJLx5BDpcJpKBbenj6L9Sf gtXVYMEA4WkI8EfVtGPmO8Yt7oXTDYFKAw1giL6uWPNH5AvVn/PUFpY15z/0nc2eKxhW nvBd8rua3SGA4uiUv/duXTen8sClZ30Nr1s1J+Nw2DSVqHN3glxJ1wTjnlozY79nC2wA UblDL/H/oNdob27Hv0ll39vRZBFaEqKcb2550A7gbiy5/cCre+WvQ5sFL38IpQWmt2jw gRTwKzY0C4wR6EmamSxgQhZkvSXC5WZNuoTBgXR/7kKNSbLl4PukBd0hOJteKzLzqeDl Hh/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727899536; x=1728504336; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=Ca9g1t8ToEIHcgsQVIXh3SKLWV2T2mAE+vkO/mq9vok=; b=M+B1koVqTTBCWd3zE3Ii4/QawcQgrnVt/8Pr30Zxa6ihHu1XLaKQcUovuKqVz2HY7Z YQSfpv6uwGQc1IKEcA7VxVqy6Ee4b+GpgOMZQSoeWhxWUscv3syeayLsMZHJq49Iq6Pt t0DJuSouPbO0zGxqSnyKsPMXjN8Ey4fB7P+/VCeXTWQjTGFjarQmWZXhdwMcLUHZ7pId 3dPbJfRcSpj9dqv484vA7BhMmL+PlVn8TC793UN7/N5HlQPxXo9D5LaACPZt/JiHKeP3 sHkCRJC3lN4QTD22G6gQbhjejPusJE3bhGSVUzaQF0HzpZGDO/ER3P7VzHWHNgkYoQgF qy8Q== X-Gm-Message-State: AOJu0YwrNjVXEa8863hkIXAmOJ4mPQ1a2ijQUpvI0MUZcWmI7AWqxC/8 Lly7u/wMfM9WS0VK3HFIbz8O2S2x1lwukKoki5kqRt7htNWb0KKpFN5ALQ== X-Google-Smtp-Source: AGHT+IGwcDjXPMMMyUQFThjtZRfV4dJPBl+WEfSIbPFWUZc9i57pPuCoUJtaHHRkHYrAw46UT9a7Bg== X-Received: by 2002:a17:907:7f8e:b0:a8a:8c4c:3e2a with SMTP id a640c23a62f3a-a98f823472fmr333711366b.23.1727899535701; Wed, 02 Oct 2024 13:05:35 -0700 (PDT) Received: from MacBookPro.fritz.box (pd9e36aef.dip0.t-ipconnect.de. [217.227.106.239]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a93c27c593dsm909067266b.54.2024.10.02.13.05.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 13:05:35 -0700 (PDT) From: Gerd =?UTF-8?Q?M=C3=B6llmann?= In-Reply-To: ("Gerd =?UTF-8?Q?M=C3=B6llmann?="'s message of "Wed, 02 Oct 2024 15:03:26 +0200") References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> <99701e19-d96f-4073-83ca-adf39faa3a48@codemist.co.uk> Date: Wed, 02 Oct 2024 22:05:34 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Gerd M=C3=B6llmann writes: > John ff writes: > >> I have beenq off-net for some weeks due to hard ware, but I tried >> again a couple of days ago and it still is missing makfile_in and so >> far r I have failed=C2=A0=C2=A0 to get an\ny s > > I'd like to suggest to follow what Stefam said > > git pull git clean -xdf > ./autogen.sh > ./configure > make > > Has always worked for me, except in the rare cases where the build fails > because of some compilation error, which is usually fixed soon after. From unknown Tue Aug 19 10:09:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71975: Still cannot build from source Resent-From: John Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Oct 2024 21:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible To: Gerd =?UTF-8?Q?M=C3=B6llmann?= Cc: 71975@debbugs.gnu.org, John ff Received: via spool by 71975-submit@debbugs.gnu.org id=B71975.172868275614272 (code B ref 71975); Fri, 11 Oct 2024 21:40:03 +0000 Received: (at 71975) by debbugs.gnu.org; 11 Oct 2024 21:39:16 +0000 Received: from localhost ([127.0.0.1]:35530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1szNLv-0003i6-Ds for submit@debbugs.gnu.org; Fri, 11 Oct 2024 17:39:16 -0400 Received: from codemist.co.uk ([217.155.197.248]:41306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1szHWj-0000jT-7W for 71975@debbugs.gnu.org; Fri, 11 Oct 2024 11:26:02 -0400 Received: from [172.16.4.16] by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1szHWU-000000008TZ-0ASA; Fri, 11 Oct 2024 16:25:46 +0100 Date: Fri, 11 Oct 2024 16:25:10 +0100 (BST) From: John In-Reply-To: Message-ID: <0ef1145f-3750-b203-aaea-aea03c51f647@xenakis.cs.bath.ac.uk> References: <8637-Sat06Jul2024221041+0100-jpff@codemist.co.uk> <99701e19-d96f-4073-83ca-adf39faa3a48@codemist.co.uk> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-ACL-Warn: No reverse lookup X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Fri, 11 Oct 2024 17:39:14 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) It sems OK to me now. I hae built emacs from souce since I retuned to a local buildd. I still do no know wh wn wrong nor what fixed it. I did totl reintalls on about 3 occasion so probsly one of those ws nvolved. hank you for all he support] --Jon ff