* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
@ 2019-06-21 10:23 Andreas Schwab
2019-06-21 10:40 ` Noam Postavsky
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2019-06-21 10:23 UTC (permalink / raw)
To: 36321
https://build.opensuse.org/package/live_build_log/home:AndreasSchwab:emacs:master/emacs/f/i586
What does this error mean?
In calculator-op:
calculator.el:1289:32:Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
calculator.el:1289:32:Warning: reference to free variable ‘memql’
In end of data:
calculator.el:1664:1:Warning: the function ‘pcase--flip’ might not be defined
at runtime.
calculator.el:1664:1:Warning: the function ‘check’ is not known to be defined.
make[3]: *** [Makefile:296: calculator.elc] Error 1
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-06-21 10:23 bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val) Andreas Schwab
@ 2019-06-21 10:40 ` Noam Postavsky
2019-06-21 12:36 ` Andreas Schwab
0 siblings, 1 reply; 8+ messages in thread
From: Noam Postavsky @ 2019-06-21 10:40 UTC (permalink / raw)
To: Andreas Schwab; +Cc: 36321
Andreas Schwab <schwab@linux-m68k.org> writes:
> https://build.opensuse.org/package/live_build_log/home:AndreasSchwab:emacs:master/emacs/f/i586
>
> What does this error mean?
>
> In calculator-op:
> calculator.el:1289:32:Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
> calculator.el:1289:32:Warning: reference to free variable ‘memql’
>
> In end of data:
> calculator.el:1664:1:Warning: the function ‘pcase--flip’ might not be defined
> at runtime.
> calculator.el:1664:1:Warning: the function ‘check’ is not known to be defined.
> make[3]: *** [Makefile:296: calculator.elc] Error 1
>
> Andreas.
It sounds like it could a bug caused by [6: b8c74742c0], but it's not
happening here, or on hydra.
https://hydra.nixos.org/eval/1526398#tabs-still-succeed
[6: b8c74742c0]: 2019-06-19 11:20:58 +0200
Tighter pcase or-pattern member function selection (bug#36139)
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b8c74742c0238fe15b1cdc9a7f6ee021d038368f
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-06-21 10:40 ` Noam Postavsky
@ 2019-06-21 12:36 ` Andreas Schwab
2019-06-23 9:16 ` Andreas Schwab
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2019-06-21 12:36 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 36321
On Jun 21 2019, Noam Postavsky <npostavs@gmail.com> wrote:
> Andreas Schwab <schwab@linux-m68k.org> writes:
>
>> https://build.opensuse.org/package/live_build_log/home:AndreasSchwab:emacs:master/emacs/f/i586
>>
>> What does this error mean?
>>
>> In calculator-op:
>> calculator.el:1289:32:Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
>> calculator.el:1289:32:Warning: reference to free variable ‘memql’
>>
>> In end of data:
>> calculator.el:1664:1:Warning: the function ‘pcase--flip’ might not be defined
>> at runtime.
>> calculator.el:1664:1:Warning: the function ‘check’ is not known to be defined.
>> make[3]: *** [Makefile:296: calculator.elc] Error 1
>>
>> Andreas.
>
> It sounds like it could a bug caused by [6: b8c74742c0], but it's not
> happening here, or on hydra.
It could be a race condition.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-06-21 12:36 ` Andreas Schwab
@ 2019-06-23 9:16 ` Andreas Schwab
2019-06-23 9:36 ` Andreas Schwab
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2019-06-23 9:16 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 36321
It happened again:
https://build.opensuse.org/package/live_build_log/home:AndreasSchwab:emacs:master/emacs/p/ppc
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-06-23 9:16 ` Andreas Schwab
@ 2019-06-23 9:36 ` Andreas Schwab
2019-07-04 20:24 ` Noam Postavsky
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2019-06-23 9:36 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 36321
The error was introduced between
8b379bbeca9b3765e2b1e948d9d9c90ab92ff4b6 and
869cf5cbc0721bbe9e4df557f4ed3633fb13c05f
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-06-23 9:36 ` Andreas Schwab
@ 2019-07-04 20:24 ` Noam Postavsky
2019-07-04 21:00 ` Pip Cet
0 siblings, 1 reply; 8+ messages in thread
From: Noam Postavsky @ 2019-07-04 20:24 UTC (permalink / raw)
To: Andreas Schwab; +Cc: 36321
Andreas Schwab <schwab@linux-m68k.org> writes:
> The error was introduced between
> 8b379bbeca9b3765e2b1e948d9d9c90ab92ff4b6 and
> 869cf5cbc0721bbe9e4df557f4ed3633fb13c05f
I don't see anything plausible in that range. I wonder if this could be
the same as Bug#36447.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-07-04 20:24 ` Noam Postavsky
@ 2019-07-04 21:00 ` Pip Cet
2019-07-14 14:39 ` Noam Postavsky
0 siblings, 1 reply; 8+ messages in thread
From: Pip Cet @ 2019-07-04 21:00 UTC (permalink / raw)
To: Noam Postavsky; +Cc: Andreas Schwab, 36321
On Thu, Jul 4, 2019 at 8:25 PM Noam Postavsky <npostavs@gmail.com> wrote:
> Andreas Schwab <schwab@linux-m68k.org> writes:
> > The error was introduced between
> > 8b379bbeca9b3765e2b1e948d9d9c90ab92ff4b6 and
> > 869cf5cbc0721bbe9e4df557f4ed3633fb13c05f
>
> I don't see anything plausible in that range. I wonder if this could be
> the same as Bug#36447.
I rather suspect it is, too. Can we get our hands on an emacs binary
and an emacs.pdmp file from a failing build?
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val)
2019-07-04 21:00 ` Pip Cet
@ 2019-07-14 14:39 ` Noam Postavsky
0 siblings, 0 replies; 8+ messages in thread
From: Noam Postavsky @ 2019-07-14 14:39 UTC (permalink / raw)
To: Pip Cet; +Cc: Andreas Schwab, 36321
forcemerge 36447 36321
quit
Pip Cet <pipcet@gmail.com> writes:
> On Thu, Jul 4, 2019 at 8:25 PM Noam Postavsky <npostavs@gmail.com> wrote:
>> Andreas Schwab <schwab@linux-m68k.org> writes:
>> > The error was introduced between
>> > 8b379bbeca9b3765e2b1e948d9d9c90ab92ff4b6 and
>> > 869cf5cbc0721bbe9e4df557f4ed3633fb13c05f
>>
>> I don't see anything plausible in that range. I wonder if this could be
>> the same as Bug#36447.
>
> I rather suspect it is, too. Can we get our hands on an emacs binary
> and an emacs.pdmp file from a failing build?
By the timing of when this error popped up, I'm going to say it's most
likely the same as 36447, so I'll go ahead and merge them. It should be
fixed now, but if the error ever happens again, we'll know it's actually
something else.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-07-14 14:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-21 10:23 bug#36321: Error: Forgot to expand macro pcase--flip in (pcase--flip memql '(2 1) val) Andreas Schwab
2019-06-21 10:40 ` Noam Postavsky
2019-06-21 12:36 ` Andreas Schwab
2019-06-23 9:16 ` Andreas Schwab
2019-06-23 9:36 ` Andreas Schwab
2019-07-04 20:24 ` Noam Postavsky
2019-07-04 21:00 ` Pip Cet
2019-07-14 14:39 ` Noam Postavsky
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).