unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Failure unpacking Emacs master tarball source [MSYS2/MINGW64]
@ 2021-05-07 12:27 Angelo Graziosi
  2021-05-07 12:38 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2021-05-07 12:27 UTC (permalink / raw)
  To: emacs-devel@gnu.org

With the last commit (3ad239e1bc1228407ae656440327a29e7373f977) I get:

$ wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz

$ tar -xvof emacs-master.tar.gz
[...]
tar: emacs-master/test/src/emacs-resources/seccomp-filter.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter.bpf": No such file or directory
tar: emacs-master/test/src/emacs-resources/seccomp-filter-exec.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter-exec.bpf": No such file or directory
tar: Uscita con stato di fallimento in base agli errori precedenti

This breaks my script with which I have built Emacs for years..



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

* Re: Failure unpacking Emacs master tarball source [MSYS2/MINGW64]
  2021-05-07 12:27 Failure unpacking Emacs master tarball source [MSYS2/MINGW64] Angelo Graziosi
@ 2021-05-07 12:38 ` Eli Zaretskii
  2021-05-07 13:00   ` Angelo Graziosi
  2021-05-07 16:40   ` Philipp Stephani
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-05-07 12:38 UTC (permalink / raw)
  To: Angelo Graziosi, Philipp Stephani; +Cc: emacs-devel

> Date: Fri, 7 May 2021 14:27:28 +0200 (CEST)
> From: Angelo Graziosi <angelo.g0@libero.it>
> 
> With the last commit (3ad239e1bc1228407ae656440327a29e7373f977) I get:
> 
> $ wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz
> 
> $ tar -xvof emacs-master.tar.gz
> [...]
> tar: emacs-master/test/src/emacs-resources/seccomp-filter.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter.bpf": No such file or directory
> tar: emacs-master/test/src/emacs-resources/seccomp-filter-exec.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter-exec.bpf": No such file or directory
> tar: Uscita con stato di fallimento in base agli errori precedenti
> 
> This breaks my script with which I have built Emacs for years..

Philipp, please don't place any symlinks in the Git repository, it's
not portable enough.  Why cannot the tests reference the *.bpf files
explicitly?



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

* Re: Failure unpacking Emacs master tarball source [MSYS2/MINGW64]
  2021-05-07 12:38 ` Eli Zaretskii
@ 2021-05-07 13:00   ` Angelo Graziosi
  2021-05-07 16:40   ` Philipp Stephani
  1 sibling, 0 replies; 5+ messages in thread
From: Angelo Graziosi @ 2021-05-07 13:00 UTC (permalink / raw)
  To: Eli Zaretskii, Philipp Stephani; +Cc: emacs-devel


> Il 07/05/2021 14:38 Eli Zaretskii ha scritto:
> 
>  
> > Date: Fri, 7 May 2021 14:27:28 +0200 (CEST)
> > From: Angelo Graziosi 
> > 
> > With the last commit (3ad239e1bc1228407ae656440327a29e7373f977) I get:
> > 
> > $ wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz
> > 
> > $ tar -xvof emacs-master.tar.gz
> > [...]
> > tar: emacs-master/test/src/emacs-resources/seccomp-filter.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter.bpf": No such file or directory
> > tar: emacs-master/test/src/emacs-resources/seccomp-filter-exec.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter-exec.bpf": No such file or directory
> > tar: Uscita con stato di fallimento in base agli errori precedenti
> > 
> > This breaks my script with which I have built Emacs for years..
> 
> Philipp, please don't place any symlinks in the Git repository, it's
> not portable enough.  Why cannot the tests reference the *.bpf files
> explicitly?

I have just verified that this failure starts with commit 1060289f51ee1bf269bb45940892eb272d35af97 (April 10, "Add a helper binary...")



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

* Re: Failure unpacking Emacs master tarball source [MSYS2/MINGW64]
  2021-05-07 12:38 ` Eli Zaretskii
  2021-05-07 13:00   ` Angelo Graziosi
@ 2021-05-07 16:40   ` Philipp Stephani
  2021-05-08  6:31     ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Philipp Stephani @ 2021-05-07 16:40 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Angelo Graziosi, Emacs developers

Am Fr., 7. Mai 2021 um 14:39 Uhr schrieb Eli Zaretskii <eliz@gnu.org>:
>
> > Date: Fri, 7 May 2021 14:27:28 +0200 (CEST)
> > From: Angelo Graziosi <angelo.g0@libero.it>
> >
> > With the last commit (3ad239e1bc1228407ae656440327a29e7373f977) I get:
> >
> > $ wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz
> >
> > $ tar -xvof emacs-master.tar.gz
> > [...]
> > tar: emacs-master/test/src/emacs-resources/seccomp-filter.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter.bpf": No such file or directory
> > tar: emacs-master/test/src/emacs-resources/seccomp-filter-exec.bpf: impossibile creare un collegamento simbolico a "../../../lib-src/seccomp-filter-exec.bpf": No such file or directory
> > tar: Uscita con stato di fallimento in base agli errori precedenti
> >
> > This breaks my script with which I have built Emacs for years..
>
> Philipp, please don't place any symlinks in the Git repository, it's
> not portable enough.  Why cannot the tests reference the *.bpf files
> explicitly?

It's just easier to use the ert-resource-file macro. But I've now
removed the symlinks with commit
a2842a11728336fc8110eedb5176ecfbe71bbc79.



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

* Re: Failure unpacking Emacs master tarball source [MSYS2/MINGW64]
  2021-05-07 16:40   ` Philipp Stephani
@ 2021-05-08  6:31     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-05-08  6:31 UTC (permalink / raw)
  To: Philipp Stephani; +Cc: angelo.g0, emacs-devel

> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Fri, 7 May 2021 18:40:08 +0200
> Cc: Angelo Graziosi <angelo.g0@libero.it>, Emacs developers <emacs-devel@gnu.org>
> 
> > Philipp, please don't place any symlinks in the Git repository, it's
> > not portable enough.  Why cannot the tests reference the *.bpf files
> > explicitly?
> 
> It's just easier to use the ert-resource-file macro. But I've now
> removed the symlinks with commit
> a2842a11728336fc8110eedb5176ecfbe71bbc79.

Thank you.



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

end of thread, other threads:[~2021-05-08  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 12:27 Failure unpacking Emacs master tarball source [MSYS2/MINGW64] Angelo Graziosi
2021-05-07 12:38 ` Eli Zaretskii
2021-05-07 13:00   ` Angelo Graziosi
2021-05-07 16:40   ` Philipp Stephani
2021-05-08  6:31     ` Eli Zaretskii

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).