all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: filenotify-tests.el failing inside Docker debian:stretch
Date: Mon, 31 Dec 2018 19:39:10 +0000	[thread overview]
Message-ID: <wonpiizl.fsf@lifelogs.com> (raw)
In-Reply-To: <d0phjzwj.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 31 Dec 2018 18:48:28 +0000")

On Mon, 31 Dec 2018 18:48:28 +0000 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> echo 0 > /proc/sys/kernel/randomize_va_space
...

One-liner version with configure, to be run after the kernel setting above:

docker run -it --rm -v /root/emacs-clone-tmp:/src debian:stretch bash -c "apt update -qq && DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev git && cd /src && ./autogen.sh autoconf && ./configure --without-makeinfo && make check"

It's inefficient but if you just run bash you should be able to run all
of the commands one by one.

Ted



  reply	other threads:[~2018-12-31 19:39 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 16:14 filenotify-tests.el failing inside Docker debian:stretch Ted Zlatanov
2018-12-31 17:27 ` Michael Albinus
2018-12-31 18:48   ` Ted Zlatanov
2018-12-31 19:39     ` Ted Zlatanov [this message]
2019-01-02  8:36     ` Michael Albinus
2019-01-02 14:19       ` Ted Zlatanov
2019-01-06 15:40     ` Michael Albinus
2019-01-07 13:17       ` Michael Albinus
2019-01-07 21:18         ` Ted Zlatanov
2019-01-08  8:35           ` Michael Albinus
2019-01-09 14:01             ` Ted Zlatanov
2019-01-02  8:31 ` Michael Albinus
2019-01-02 14:16   ` Ted Zlatanov
2019-01-02 14:31     ` Michael Albinus
2019-01-02 14:40       ` Ted Zlatanov
2019-01-02 14:48         ` Michael Albinus
2019-01-02 17:10           ` Ted Zlatanov
2019-01-03 14:32             ` Michael Albinus
2019-01-03 15:50               ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wonpiizl.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.