GNU bug report logs - #47138
[feature/native-comp] comp-tests suite creates a /nonexistent directory

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Sun, 14 Mar 2021 16:00:02 UTC

Severity: normal

Tags: moreinfo

Found in version 28.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47138 in the body.
You can then email your comments to 47138 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 14 Mar 2021 16:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 14 Mar 2021 16:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; comp-tests suite creates a /nonexistent directory
Date: Sun, 14 Mar 2021 17:59:14 +0200
Running test/src/comp-tests.el causes creation of the directory
/nonexistent/.emacs.d/eln-cache/ and puts there *.eln files it
generates.  I think the test (or test/Makefile) should be modified to
direct the eln cache to some temporary directory that should be
deleted after the test completes.  Otherwise the files in this eln
cache could affect future test runs.


In GNU Emacs 28.0.50 (build 35, i686-pc-mingw32)
 of 2021-03-14 built on HOME-C4E4A596F7
Repository revision: d018584814e0c15f13bc458ba54491239b584069
Repository branch: feature/native-comp
Windowing system distributor 'Microsoft Corp.', version 5.1.2600
System Description: Microsoft Windows XP Service Pack 3 (v5.1.0.2600)

Configured using:
 'configure -C --prefix=/d/usr --with-wide-int --with-native-compilation
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -gdwarf-4 -g3''

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
XPM ZLIB

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1255

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs auth-source eieio eieio-core eieio-loaddefs
password-cache json map text-property-search time-date mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils comp
comp-cstr warnings subr-x rx cl-seq cl-macs cl-extra help-mode seq
byte-opt gv cl-loaddefs cl-lib bytecomp byte-compile cconv iso-transl
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars
term/common-win 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 easymenu
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 button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads w32notify
w32 lcms2 multi-tty make-network-process nativecomp emacs)

Memory information:
((conses 16 82974 11957)
 (symbols 48 8984 1)
 (strings 16 25100 4132)
 (string-bytes 1 761605)
 (vectors 16 16828)
 (vector-slots 8 293283 15392)
 (floats 8 28 79)
 (intervals 40 266 73)
 (buffers 888 11))




Changed bug title to '[feature/native-comp] comp-tests suite creates a /nonexistent directory' from '28.0.50; comp-tests suite creates a /nonexistent directory' Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 14 Mar 2021 16:21:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Tue, 16 Mar 2021 17:33:01 GMT) Full text and rfc822 format available.

Message #10 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Tue, 16 Mar 2021 17:32:47 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

> Running test/src/comp-tests.el causes creation of the directory
> /nonexistent/.emacs.d/eln-cache/ and puts there *.eln files it
> generates.  I think the test (or test/Makefile) should be modified to
> direct the eln cache to some temporary directory that should be
> deleted after the test completes.  Otherwise the files in this eln
> cache could affect future test runs.

Hi Eli,

just a question: how are you invoking the tests in comp-tests.el?

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Tue, 16 Mar 2021 18:37:02 GMT) Full text and rfc822 format available.

Message #13 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Tue, 16 Mar 2021 20:36:15 +0200
> From: Andrea Corallo <akrl <at> sdf.org>
> Cc: 47138 <at> debbugs.gnu.org
> Date: Tue, 16 Mar 2021 17:32:47 +0000
> 
> > Running test/src/comp-tests.el causes creation of the directory
> > /nonexistent/.emacs.d/eln-cache/ and puts there *.eln files it
> > generates.  I think the test (or test/Makefile) should be modified to
> > direct the eln cache to some temporary directory that should be
> > deleted after the test completes.  Otherwise the files in this eln
> > cache could affect future test runs.
> 
> Hi Eli,
> 
> just a question: how are you invoking the tests in comp-tests.el?

Like this:

  $ cd test
  $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 08:44:02 GMT) Full text and rfc822 format available.

Message #16 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 08:43:36 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Andrea Corallo <akrl <at> sdf.org>
>> Cc: 47138 <at> debbugs.gnu.org
>> Date: Tue, 16 Mar 2021 17:32:47 +0000
>> 
>> > Running test/src/comp-tests.el causes creation of the directory
>> > /nonexistent/.emacs.d/eln-cache/ and puts there *.eln files it
>> > generates.  I think the test (or test/Makefile) should be modified to
>> > direct the eln cache to some temporary directory that should be
>> > deleted after the test completes.  Otherwise the files in this eln
>> > cache could affect future test runs.
>> 
>> Hi Eli,
>> 
>> just a question: how are you invoking the tests in comp-tests.el?
>
> Like this:
>
>   $ cd test
>   $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'

Is /nonexistent... really created in the root?  AFAICS on my system the
usual 'native-lisp' directory is used for these compilations.  Might be
this Windows specific?

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 10:34:01 GMT) Full text and rfc822 format available.

Message #19 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 12:33:00 +0200
> From: Andrea Corallo <akrl <at> sdf.org>
> Cc: 47138 <at> debbugs.gnu.org
> Date: Sun, 21 Mar 2021 08:43:36 +0000
> 
> >   $ cd test
> >   $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'
> 
> Is /nonexistent... really created in the root?

Yes.  (Well, no, because MinGW maps "/" to some place else, but that's
an internal detail of how MinGW and MSYS work with Posix file names.)

> AFAICS on my system the usual 'native-lisp' directory is used for
> these compilations.

Really? that's peculiar, because test/Makefile says:

  # Set HOME to a nonexistent directory to prevent tests from accessing
  # it accidentally (e.g., popping up a gnupg dialog if ~/.authinfo.gpg
  # exists, or writing to ~/.bzr.log when running bzr commands).
  TEST_HOME = /nonexistent
  ...
  %.log: %.elc
	$(AM_V_at)${MKDIR_P} $(dir $@)
	$(AM_V_GEN)HOME=$(TEST_HOME) $(emacs) \
	  -l ert ${ert_opts} -l $(testloadfile) \
	  $(TEST_RUN_ERT)

Does Emacs on GNU/Linux ignore a nonexistent home directory, and uses
the original one instead?  That'd mean the above trick isn't working.

> Might be this Windows specific?

I hope not.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 16:29:02 GMT) Full text and rfc822 format available.

Message #22 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 16:28:12 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Andrea Corallo <akrl <at> sdf.org>
>> Cc: 47138 <at> debbugs.gnu.org
>> Date: Sun, 21 Mar 2021 08:43:36 +0000
>>
>> >   $ cd test
>> >   $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'
>>
>> Is /nonexistent... really created in the root?
>
> Yes.  (Well, no, because MinGW maps "/" to some place else, but that's
> an internal detail of how MinGW and MSYS work with Posix file names.)
>
>> AFAICS on my system the usual 'native-lisp' directory is used for
>> these compilations.
>
> Really? that's peculiar, because test/Makefile says:
>
>   # Set HOME to a nonexistent directory to prevent tests from accessing
>   # it accidentally (e.g., popping up a gnupg dialog if ~/.authinfo.gpg
>   # exists, or writing to ~/.bzr.log when running bzr commands).
>   TEST_HOME = /nonexistent
>   ...
>   %.log: %.elc
> 	$(AM_V_at)${MKDIR_P} $(dir $@)
> 	$(AM_V_GEN)HOME=$(TEST_HOME) $(emacs) \
> 	  -l ert ${ert_opts} -l $(testloadfile) \
> 	  $(TEST_RUN_ERT)
>
> Does Emacs on GNU/Linux ignore a nonexistent home directory, and uses
> the original one instead?  That'd mean the above trick isn't working.
>
>> Might be this Windows specific?
>
> I hope not.

I see, the target directory for a newly compiled .eln is the first entry
in `comp-eln-load-path', so HOME is not accounted and the trick didn't
applied.

Okay af739863b0 when running the testsuite is adding in front of
`comp-eln-load-path' a temporary directory such that now all native
compilations tests are deposed and loaded there.  Does is look like a
good solution?

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 16:58:01 GMT) Full text and rfc822 format available.

Message #25 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 18:57:21 +0200
> From: Andrea Corallo <akrl <at> sdf.org>
> Cc: 47138 <at> debbugs.gnu.org
> Date: Sun, 21 Mar 2021 16:28:12 +0000
> 
> I see, the target directory for a newly compiled .eln is the first entry
> in `comp-eln-load-path', so HOME is not accounted and the trick didn't
> applied.

Right, makes sense.

> Okay af739863b0 when running the testsuite is adding in front of
> `comp-eln-load-path' a temporary directory such that now all native
> compilations tests are deposed and loaded there.  Does is look like a
> good solution?

Yes, I think so.  But please add a note in test/Makefile.in, where
this /nonexistent trick is set up, that if the name is changed,
startup.el should be changed as well.

However, I've run the test suite after updating from Git, and that
/nonexistent directory is still being created, with files
comp-test-funcs, comp-test-funcs-dyn, comp-test-45603, and a few
subr--trampoline* files.  The rest of the *.eln files created by the
test are going to the temporary directory, but there's no
emacs-testsuite-NNN subdirectory there.  Any ideas what could be
causing that?

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 17:18:02 GMT) Full text and rfc822 format available.

Message #28 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50;
 comp-tests suite creates a /nonexistent directory
Date: Sun, 21 Mar 2021 13:17:31 -0400
Andrea Corallo wrote:

> Okay af739863b0 when running the testsuite is adding in front of
> `comp-eln-load-path' a temporary directory such that now all native
> compilations tests are deposed and loaded there.  Does is look like a
> good solution?

Hard-coding a check in startup.el based on a setting for HOME that
happens to be used by the test-suite doesn't look like a good solution
to me. I'm not familiar with the native compilation branch, so I won't
try to suggest an alternative. Also, the Emacs tests generally try to
clean up when they exit, and it looks like nothing ever deletes this
temporary directory?





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 17:31:01 GMT) Full text and rfc822 format available.

Message #31 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 17:30:36 +0000
Glenn Morris <rgm <at> gnu.org> writes:

> Andrea Corallo wrote:
>
>> Okay af739863b0 when running the testsuite is adding in front of
>> `comp-eln-load-path' a temporary directory such that now all native
>> compilations tests are deposed and loaded there.  Does is look like a
>> good solution?
>
> Hard-coding a check in startup.el based on a setting for HOME that
> happens to be used by the test-suite doesn't look like a good solution
> to me. I'm not familiar with the native compilation branch, so I won't
> try to suggest an alternative. Also, the Emacs tests generally try to
> clean up when they exit, and it looks like nothing ever deletes this
> temporary directory?

Hi Glenn,

if we have a better idea on how to detect we are running the testsuite
we can use that in place.  Maybe defining a dedicated env variable
during the build?

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 18:54:01 GMT) Full text and rfc822 format available.

Message #34 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Sun, 21 Mar 2021 18:53:20 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Andrea Corallo <akrl <at> sdf.org>
>> Cc: 47138 <at> debbugs.gnu.org
>> Date: Sun, 21 Mar 2021 16:28:12 +0000
>> 
>> I see, the target directory for a newly compiled .eln is the first entry
>> in `comp-eln-load-path', so HOME is not accounted and the trick didn't
>> applied.
>
> Right, makes sense.
>
>> Okay af739863b0 when running the testsuite is adding in front of
>> `comp-eln-load-path' a temporary directory such that now all native
>> compilations tests are deposed and loaded there.  Does is look like a
>> good solution?
>
> Yes, I think so.  But please add a note in test/Makefile.in, where
> this /nonexistent trick is set up, that if the name is changed,
> startup.el should be changed as well.

Right, ec12cdd197 does that, in case we'll find a more elegant way for
the future I'll clean this up.

> However, I've run the test suite after updating from Git, and that
> /nonexistent directory is still being created, with files
> comp-test-funcs, comp-test-funcs-dyn, comp-test-45603, and a few
> subr--trampoline* files.  The rest of the *.eln files created by the
> test are going to the temporary directory, but there's no
> emacs-testsuite-NNN subdirectory there.  Any ideas what could be
> causing that?

Mmhh no, not really.  These native compilations are triggered from the
"comp-tests.el" top-level but they should still obey to
`comp-eln-load-path' that we set earlier.

On my system these are create in the temporary dir, I'll think about but
we may need to debug this it sounds strange.

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Sun, 21 Mar 2021 19:01:01 GMT) Full text and rfc822 format available.

Message #37 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: rgm <at> gnu.org, 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50;
 comp-tests suite creates a /nonexistent directory
Date: Sun, 21 Mar 2021 21:00:11 +0200
> Cc: 47138 <at> debbugs.gnu.org
> Date: Sun, 21 Mar 2021 17:30:36 +0000
> From:  Andrea Corallo via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> if we have a better idea on how to detect we are running the testsuite
> we can use that in place.  Maybe defining a dedicated env variable
> during the build?

Howe about EMACS_ELN_PATH, similar to EMACS_LOADPATH?  Then the test
Makefile could set it for the src/comp-tests test.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Wed, 24 Mar 2021 14:48:01 GMT) Full text and rfc822 format available.

Message #40 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: rgm <at> gnu.org, 47138 <at> debbugs.gnu.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Wed, 24 Mar 2021 14:47:27 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> Cc: 47138 <at> debbugs.gnu.org
>> Date: Sun, 21 Mar 2021 17:30:36 +0000
>> From:  Andrea Corallo via "Bug reports for GNU Emacs,
>>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>> 
>> if we have a better idea on how to detect we are running the testsuite
>> we can use that in place.  Maybe defining a dedicated env variable
>> during the build?
>
> Howe about EMACS_ELN_PATH, similar to EMACS_LOADPATH?  Then the test
> Makefile could set it for the src/comp-tests test.

That's an idea but how can we create a temporary directory to set into
EMACS_ELN_PATH from the build system?

I was thinking more to an env far to check for to replace the

(equal (getenv "HOME") "/nonexistent")

we have in `normal-top-level' with:

(getenv "TESTSUITE_RUN")

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Tue, 24 May 2022 12:31:01 GMT) Full text and rfc822 format available.

Message #43 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org, Andrea Corallo <akrl <at> sdf.org>
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Tue, 24 May 2022 14:30:25 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Like this:
>
>   $ cd test
>   $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'

It looks like this now works OK in Emacs 29 (except for the number of
temp files that's dumped in /tmp, but I've opened a new bug report for
that).

Eli, does this work for you too (on the trunk)?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 24 May 2022 12:31:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Tue, 24 May 2022 14:18:02 GMT) Full text and rfc822 format available.

Message #48 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 47138 <at> debbugs.gnu.org, akrl <at> sdf.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Tue, 24 May 2022 17:16:59 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: Andrea Corallo <akrl <at> sdf.org>,  47138 <at> debbugs.gnu.org
> Date: Tue, 24 May 2022 14:30:25 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Like this:
> >
> >   $ cd test
> >   $ make src/comp-tests SELECTOR='(not comp-tests-bootstrap)'
> 
> It looks like this now works OK in Emacs 29 (except for the number of
> temp files that's dumped in /tmp, but I've opened a new bug report for
> that).
> 
> Eli, does this work for you too (on the trunk)?

The /nonexistent directory is no longer created.  But there are a lot
of freefn-XXXXX.eln directories in /tmp.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#47138; Package emacs. (Tue, 24 May 2022 14:19:02 GMT) Full text and rfc822 format available.

Message #51 received at 47138 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 47138 <at> debbugs.gnu.org, akrl <at> sdf.org
Subject: Re: bug#47138: 28.0.50; comp-tests suite creates a /nonexistent
 directory
Date: Tue, 24 May 2022 16:18:05 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> The /nonexistent directory is no longer created.  But there are a lot
> of freefn-XXXXX.eln directories in /tmp.

Yes, and I've opened a new bug report for that.  So I'm closing this bug
report, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 47138 <at> debbugs.gnu.org and Eli Zaretskii <eliz <at> gnu.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 24 May 2022 14:19:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Jun 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.