all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62480: Missing "configure"
@ 2023-03-27  8:45 c.buhtz
  2023-03-27 13:15 ` bug#62480: Acknowledgement (Missing "configure") GNU bug Tracking System
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: c.buhtz @ 2023-03-27  8:45 UTC (permalink / raw)
  To: 62480

Hello,

it seems that there is no "configure" script in the git repo but it is 
pointed to from the INSTALL file.

The INSTALL file does point to "./configure" script in bullet "2a". But 
there isn't such a script.

I cloned from git

     git clone https://git.savannah.gnu.org/git/emacs.git

No "configure" in the master. I also tried "git checkout emacs-29". No 
"configure" there also.

This is not a support question about how to build. It is a bug report 
about the documentation.

Kind
Christian Buhtz





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62480: Acknowledgement (Missing "configure")
  2023-03-27  8:45 bug#62480: Missing "configure" c.buhtz
@ 2023-03-27 13:15 ` GNU bug Tracking System
  2023-03-30  6:16   ` Jean Louis
  2023-03-27 13:22 ` bug#62480: Missing "configure" Gregory Heytings
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 13:15 UTC (permalink / raw)
  To: bug-gnu-emacs

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 62480@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

-- 
62480: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62480
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems



^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62480: Missing "configure"
  2023-03-27  8:45 bug#62480: Missing "configure" c.buhtz
  2023-03-27 13:15 ` bug#62480: Acknowledgement (Missing "configure") GNU bug Tracking System
@ 2023-03-27 13:22 ` Gregory Heytings
  2023-03-27 13:23 ` bug#62480: closed (Re: bug#62480: Missing "configure") GNU bug Tracking System
  2023-03-27 13:51 ` bug#62480: Missing "configure" Eli Zaretskii
  3 siblings, 0 replies; 6+ messages in thread
From: Gregory Heytings @ 2023-03-27 13:22 UTC (permalink / raw)
  To: c.buhtz; +Cc: 62480-done


>
> it seems that there is no "configure" script in the git repo but it is 
> pointed to from the INSTALL file.
>
> The INSTALL file does point to "./configure" script in bullet "2a". But 
> there isn't such a script.
>
> I cloned from git
>
>    git clone https://git.savannah.gnu.org/git/emacs.git
>
> No "configure" in the master. I also tried "git checkout emacs-29". No 
> "configure" there also.
>

Thanks for your bug report.

The instructions to build Emacs from a clone of the repository are in 
INSTALL.REPO, not in INSTALL.  This is explained in the second paragraph 
of the INSTALL file:

For information about building from a Git checkout (rather than an Emacs 
release), read the INSTALL.REPO file first.

The main difference is that you should do "./autogen.sh" before 
"./configure".

Closing.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62480: closed (Re: bug#62480: Missing "configure")
  2023-03-27  8:45 bug#62480: Missing "configure" c.buhtz
  2023-03-27 13:15 ` bug#62480: Acknowledgement (Missing "configure") GNU bug Tracking System
  2023-03-27 13:22 ` bug#62480: Missing "configure" Gregory Heytings
@ 2023-03-27 13:23 ` GNU bug Tracking System
  2023-03-27 13:51 ` bug#62480: Missing "configure" Eli Zaretskii
  3 siblings, 0 replies; 6+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 13:23 UTC (permalink / raw)
  To: bug-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

Your bug report

#62480: Missing "configure"

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 62480@debbugs.gnu.org.

-- 
62480: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62480
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 3186 bytes --]

From: Gregory Heytings <gregory@heytings.org>
To: c.buhtz@posteo.jp
Cc: 62480-done@debbugs.gnu.org
Subject: Re: bug#62480: Missing "configure"
Date: Mon, 27 Mar 2023 13:22:22 +0000
Message-ID: <728618716bd42b8f35ac@heytings.org>


>
> it seems that there is no "configure" script in the git repo but it is 
> pointed to from the INSTALL file.
>
> The INSTALL file does point to "./configure" script in bullet "2a". But 
> there isn't such a script.
>
> I cloned from git
>
>    git clone https://git.savannah.gnu.org/git/emacs.git
>
> No "configure" in the master. I also tried "git checkout emacs-29". No 
> "configure" there also.
>

Thanks for your bug report.

The instructions to build Emacs from a clone of the repository are in 
INSTALL.REPO, not in INSTALL.  This is explained in the second paragraph 
of the INSTALL file:

For information about building from a Git checkout (rather than an Emacs 
release), read the INSTALL.REPO file first.

The main difference is that you should do "./autogen.sh" before 
"./configure".

Closing.



[-- Attachment #3: Type: message/rfc822, Size: 4101 bytes --]

From: c.buhtz@posteo.jp
To: bug-gnu-emacs@gnu.org
Subject: Missing "configure"
Date: Mon, 27 Mar 2023 08:45:22 +0000
Message-ID: <90daa5776102179e1cc3cdeca35de6b8@posteo.de>

Hello,

it seems that there is no "configure" script in the git repo but it is 
pointed to from the INSTALL file.

The INSTALL file does point to "./configure" script in bullet "2a". But 
there isn't such a script.

I cloned from git

     git clone https://git.savannah.gnu.org/git/emacs.git

No "configure" in the master. I also tried "git checkout emacs-29". No 
"configure" there also.

This is not a support question about how to build. It is a bug report 
about the documentation.

Kind
Christian Buhtz



^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62480: Missing "configure"
  2023-03-27  8:45 bug#62480: Missing "configure" c.buhtz
                   ` (2 preceding siblings ...)
  2023-03-27 13:23 ` bug#62480: closed (Re: bug#62480: Missing "configure") GNU bug Tracking System
@ 2023-03-27 13:51 ` Eli Zaretskii
  3 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2023-03-27 13:51 UTC (permalink / raw)
  To: 62480

tags 62480 notabug
thanks

> Date: Mon, 27 Mar 2023 08:45:22 +0000
> From: c.buhtz@posteo.jp
> 
> Hello,
> 
> it seems that there is no "configure" script in the git repo but it is 
> pointed to from the INSTALL file.
> 
> The INSTALL file does point to "./configure" script in bullet "2a". But 
> there isn't such a script.

INSTALL is for building a release tarball.  For building from Git,
please read INSTALL.REPO instead.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62480: Acknowledgement (Missing "configure")
  2023-03-27 13:15 ` bug#62480: Acknowledgement (Missing "configure") GNU bug Tracking System
@ 2023-03-30  6:16   ` Jean Louis
  0 siblings, 0 replies; 6+ messages in thread
From: Jean Louis @ 2023-03-30  6:16 UTC (permalink / raw)
  To: 62480

Just that it was not me to file this bug report, but I get the
confirmation message.

Maybe somebody used my e-mail address.

* GNU bug Tracking System <help-debbugs@gnu.org> [2023-03-27 17:35]:
> Thank you for filing a new bug report with debbugs.gnu.org.

--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-30  6:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27  8:45 bug#62480: Missing "configure" c.buhtz
2023-03-27 13:15 ` bug#62480: Acknowledgement (Missing "configure") GNU bug Tracking System
2023-03-30  6:16   ` Jean Louis
2023-03-27 13:22 ` bug#62480: Missing "configure" Gregory Heytings
2023-03-27 13:23 ` bug#62480: closed (Re: bug#62480: Missing "configure") GNU bug Tracking System
2023-03-27 13:51 ` bug#62480: Missing "configure" Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.