From: Brady Trainor <emacs@tangential.info>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 36499@debbugs.gnu.org
Subject: bug#36499: 26.2.90; file-error spinner-1.7.3.el, Bad Request
Date: Wed, 10 Jul 2019 23:35:15 -0700 [thread overview]
Message-ID: <20190711063516.85DEA380074@mailuser.nyi.internal> (raw)
In-Reply-To: <87bly42qnp.fsf@mouse.gnus.org>
Hello Lars,
On Mon, Jul 08 2019, Lars Ingebrigtsen wrote:
> So basically you're getting "400 Bad Request" from ELPA. This wasn't
> just a bad network connection? The FSF moved their servers the other
> week -- are you still seeing these problems?
No. Please note, (package-install 'lsp-java) gets the error, but not
(package-install 'spinner).
I have some adjustments to the previous recipe that seem to give me the
error 100% of the time now.
Dockerfile:
--8<---------------cut here---------------start------------->8---
FROM silex/emacs
ADD .emacs.d /root/.emacs.d
ARG ANY_VAR=unknown
RUN emacs -batch -l ~/.emacs.d/init.el
WORKDIR /root/
CMD "bash"
--8<---------------cut here---------------end--------------->8---
.emacs.d/init.el:
--8<---------------cut here---------------start------------->8---
(setq debug-on-error t)
(setq package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/")))
(package-initialize)
(unless package-archive-contents
(package-refresh-contents))
(package-install 'lsp-java)
--8<---------------cut here---------------end--------------->8---
docker command:
--8<---------------cut here---------------start------------->8---
docker build . --build-arg ANY_VAR=$(date +%s) -t this:one && docker run --rm -it this:one
--8<---------------cut here---------------end--------------->8---
So the INCUBATOR_VER has been added to ensure starting emacs as if it's
the first time each time.
Thank you,
-Brady
next prev parent reply other threads:[~2019-07-11 6:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 3:39 bug#36499: 26.2.90; file-error spinner-1.7.3.el, Bad Request Brady Trainor
2019-07-08 20:54 ` Lars Ingebrigtsen
2019-07-11 6:35 ` Brady Trainor [this message]
2019-07-11 14:01 ` Lars Ingebrigtsen
2019-07-12 3:01 ` Brady Trainor
2019-07-12 14:23 ` Lars Ingebrigtsen
2019-07-12 20:06 ` Brady Trainor
2020-09-05 1:12 ` Stefan Kangas
2020-10-01 12:51 ` Stefan Kangas
2019-07-23 2:36 ` Christopher Cooper
2019-07-23 3:05 ` Noam Postavsky
2019-07-23 8:19 ` Robert Pluim
2019-07-24 20:35 ` Christopher Cooper
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190711063516.85DEA380074@mailuser.nyi.internal \
--to=emacs@tangential.info \
--cc=36499@debbugs.gnu.org \
--cc=larsi@gnus.org \
/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 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).