all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
@ 2024-08-05 13:48 Eval Exec
  2024-08-05 15:00 ` Eli Zaretskii
  2024-08-05 15:04 ` Gerd Möllmann
  0 siblings, 2 replies; 5+ messages in thread
From: Eval Exec @ 2024-08-05 13:48 UTC (permalink / raw)
  To: emacs-devel

Hello,

I want to help test `scratch/igc` branch on my Linux environment, then
I clone `scratch/igc` branch from
https://git.savannah.gnu.org/git/emacs.git.
the scratch/igc branch's commit ID is `42731228d24c37edb2dc848c3a74d5c932a817ef`

Then I build emacs by:
```bash
make extraclean
./autogen.sh \
  && ./configure \
  --prefix=$(realpath ../emacs-build)\
  --with-mps \
  --with-imagemagick \
  --with-modules --with-x-toolkit=lucid --without-compress-install \
  --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
  --with-tree-sitter --with-xinput2  \
  --with-dbus  --with-native-compilation=aot \
  --with-file-notification=inotify\
  && make -j20 install
```

After build success, I notice there is an interactive command:
`igc-collect`, so I `M-x igc-collect`, then I got:

```elisp
Debugger entered--Lisp error: (void-function igc--collect)
  igc--collect()
  igc-collect()
  funcall-interactively(igc-collect)
  command-execute(igc-collect record)
  #<subr execute-extended-command>(nil "igc-collect" nil)
  ad-Advice-execute-extended-command(#<subr execute-extended-command>
nil "igc-collect" nil)
  apply(ad-Advice-execute-extended-command #<subr
execute-extended-command> (nil "igc-collect" nil))
  execute-extended-command(nil "igc-collect" nil)
  funcall-interactively(execute-extended-command nil "igc-collect" nil)
  command-execute(execute-extended-command)
```


Is this expected? Did I miss something when I building Emacs?
Thank you.



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

* Re: [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
  2024-08-05 13:48 [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`) Eval Exec
@ 2024-08-05 15:00 ` Eli Zaretskii
  2024-08-05 15:02   ` Eval Exec
  2024-08-05 15:04 ` Gerd Möllmann
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2024-08-05 15:00 UTC (permalink / raw)
  To: Eval Exec; +Cc: emacs-devel

> From: Eval Exec <execvy@gmail.com>
> Date: Mon, 5 Aug 2024 21:48:24 +0800
> 
> Then I build emacs by:
> ```bash
> make extraclean
> ./autogen.sh \
>   && ./configure \
>   --prefix=$(realpath ../emacs-build)\
>   --with-mps \
>   --with-imagemagick \
>   --with-modules --with-x-toolkit=lucid --without-compress-install \
>   --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
>   --with-tree-sitter --with-xinput2  \
>   --with-dbus  --with-native-compilation=aot \
>   --with-file-notification=inotify\
>   && make -j20 install
> ```
> 
> After build success, I notice there is an interactive command:
> `igc-collect`, so I `M-x igc-collect`, then I got:
> 
> ```elisp
> Debugger entered--Lisp error: (void-function igc--collect)
>   igc--collect()
>   igc-collect()
>   funcall-interactively(igc-collect)
>   command-execute(igc-collect record)
>   #<subr execute-extended-command>(nil "igc-collect" nil)
>   ad-Advice-execute-extended-command(#<subr execute-extended-command>
> nil "igc-collect" nil)
>   apply(ad-Advice-execute-extended-command #<subr
> execute-extended-command> (nil "igc-collect" nil))
>   execute-extended-command(nil "igc-collect" nil)
>   funcall-interactively(execute-extended-command nil "igc-collect" nil)
>   command-execute(execute-extended-command)
> ```
> 
> 
> Is this expected? Did I miss something when I building Emacs?

You need to make sure the configure script finds the MPS library,
otherwise it will build without the new GC.



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

* Re: [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
  2024-08-05 15:00 ` Eli Zaretskii
@ 2024-08-05 15:02   ` Eval Exec
  0 siblings, 0 replies; 5+ messages in thread
From: Eval Exec @ 2024-08-05 15:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Thank you! After installing the mps package, the newly built Emacs now
includes the `igc--collect` function.

On Mon, Aug 5, 2024 at 11:01 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Eval Exec <execvy@gmail.com>
> > Date: Mon, 5 Aug 2024 21:48:24 +0800
> >
> > Then I build emacs by:
> > ```bash
> > make extraclean
> > ./autogen.sh \
> >   && ./configure \
> >   --prefix=$(realpath ../emacs-build)\
> >   --with-mps \
> >   --with-imagemagick \
> >   --with-modules --with-x-toolkit=lucid --without-compress-install \
> >   --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
> >   --with-tree-sitter --with-xinput2  \
> >   --with-dbus  --with-native-compilation=aot \
> >   --with-file-notification=inotify\
> >   && make -j20 install
> > ```
> >
> > After build success, I notice there is an interactive command:
> > `igc-collect`, so I `M-x igc-collect`, then I got:
> >
> > ```elisp
> > Debugger entered--Lisp error: (void-function igc--collect)
> >   igc--collect()
> >   igc-collect()
> >   funcall-interactively(igc-collect)
> >   command-execute(igc-collect record)
> >   #<subr execute-extended-command>(nil "igc-collect" nil)
> >   ad-Advice-execute-extended-command(#<subr execute-extended-command>
> > nil "igc-collect" nil)
> >   apply(ad-Advice-execute-extended-command #<subr
> > execute-extended-command> (nil "igc-collect" nil))
> >   execute-extended-command(nil "igc-collect" nil)
> >   funcall-interactively(execute-extended-command nil "igc-collect" nil)
> >   command-execute(execute-extended-command)
> > ```
> >
> >
> > Is this expected? Did I miss something when I building Emacs?
>
> You need to make sure the configure script finds the MPS library,
> otherwise it will build without the new GC.



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

* Re: [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
  2024-08-05 13:48 [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`) Eval Exec
  2024-08-05 15:00 ` Eli Zaretskii
@ 2024-08-05 15:04 ` Gerd Möllmann
  2024-08-05 15:08   ` Eval Exec
  1 sibling, 1 reply; 5+ messages in thread
From: Gerd Möllmann @ 2024-08-05 15:04 UTC (permalink / raw)
  To: Eval Exec; +Cc: emacs-devel

Eval Exec <execvy@gmail.com> writes:

> Hello,
>
> I want to help test `scratch/igc` branch on my Linux environment, then
> I clone `scratch/igc` branch from
> https://git.savannah.gnu.org/git/emacs.git.
> the scratch/igc branch's commit ID is `42731228d24c37edb2dc848c3a74d5c932a817ef`
>
> Then I build emacs by:
> ```bash
> make extraclean
> ./autogen.sh \
>   && ./configure \
>   --prefix=$(realpath ../emacs-build)\
>   --with-mps \
>   --with-imagemagick \
>   --with-modules --with-x-toolkit=lucid --without-compress-install \
>   --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
>   --with-tree-sitter --with-xinput2  \
>   --with-dbus  --with-native-compilation=aot \
>   --with-file-notification=inotify\
>   && make -j20 install
> ```
>
> After build success, I notice there is an interactive command:
> `igc-collect`, so I `M-x igc-collect`, then I got:
>
> ```elisp
> Debugger entered--Lisp error: (void-function igc--collect)
>   igc--collect()
>   igc-collect()
>   funcall-interactively(igc-collect)
>   command-execute(igc-collect record)
>   #<subr execute-extended-command>(nil "igc-collect" nil)
>   ad-Advice-execute-extended-command(#<subr execute-extended-command>
> nil "igc-collect" nil)
>   apply(ad-Advice-execute-extended-command #<subr
> execute-extended-command> (nil "igc-collect" nil))
>   execute-extended-command(nil "igc-collect" nil)
>   funcall-interactively(execute-extended-command nil "igc-collect" nil)
>   command-execute(execute-extended-command)
> ```
>
>
> Is this expected? Did I miss something when I building Emacs?
> Thank you.

I don't get an error. What does (featurep 'mps) say? It should give t if
built with MPS.



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

* Re: [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`)
  2024-08-05 15:04 ` Gerd Möllmann
@ 2024-08-05 15:08   ` Eval Exec
  0 siblings, 0 replies; 5+ messages in thread
From: Eval Exec @ 2024-08-05 15:08 UTC (permalink / raw)
  To: Gerd Möllmann; +Cc: emacs-devel

The first time I built the scratch/igc branch, I didn't have the mps
package installed locally. That's why I encountered the void-function
igc--collect error. After installing mps and rebuilding the
scratch/igc branch, the igc--collect function became available, and
(featurep 'mps) returned t.

On Mon, Aug 5, 2024 at 11:04 PM Gerd Möllmann <gerd.moellmann@gmail.com> wrote:
>
> Eval Exec <execvy@gmail.com> writes:
>
> > Hello,
> >
> > I want to help test `scratch/igc` branch on my Linux environment, then
> > I clone `scratch/igc` branch from
> > https://git.savannah.gnu.org/git/emacs.git.
> > the scratch/igc branch's commit ID is `42731228d24c37edb2dc848c3a74d5c932a817ef`
> >
> > Then I build emacs by:
> > ```bash
> > make extraclean
> > ./autogen.sh \
> >   && ./configure \
> >   --prefix=$(realpath ../emacs-build)\
> >   --with-mps \
> >   --with-imagemagick \
> >   --with-modules --with-x-toolkit=lucid --without-compress-install \
> >   --without-toolkit-scroll-bars --with-native-compilation  --with-mailutils\
> >   --with-tree-sitter --with-xinput2  \
> >   --with-dbus  --with-native-compilation=aot \
> >   --with-file-notification=inotify\
> >   && make -j20 install
> > ```
> >
> > After build success, I notice there is an interactive command:
> > `igc-collect`, so I `M-x igc-collect`, then I got:
> >
> > ```elisp
> > Debugger entered--Lisp error: (void-function igc--collect)
> >   igc--collect()
> >   igc-collect()
> >   funcall-interactively(igc-collect)
> >   command-execute(igc-collect record)
> >   #<subr execute-extended-command>(nil "igc-collect" nil)
> >   ad-Advice-execute-extended-command(#<subr execute-extended-command>
> > nil "igc-collect" nil)
> >   apply(ad-Advice-execute-extended-command #<subr
> > execute-extended-command> (nil "igc-collect" nil))
> >   execute-extended-command(nil "igc-collect" nil)
> >   funcall-interactively(execute-extended-command nil "igc-collect" nil)
> >   command-execute(execute-extended-command)
> > ```
> >
> >
> > Is this expected? Did I miss something when I building Emacs?
> > Thank you.
>
> I don't get an error. What does (featurep 'mps) say? It should give t if
> built with MPS.



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

end of thread, other threads:[~2024-08-05 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 13:48 [MPS test] `void-function igc--collect` on scratch/igc branch (commit: `42731228d2`) Eval Exec
2024-08-05 15:00 ` Eli Zaretskii
2024-08-05 15:02   ` Eval Exec
2024-08-05 15:04 ` Gerd Möllmann
2024-08-05 15:08   ` Eval Exec

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.