unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Corwin Brust <corwin@bru.st>
To: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>
Cc: Po Lu <luangruo@yahoo.com>, Stefan Kangas <stefan@marxist.se>,
	Drew Adams <drew.adams@oracle.com>,
	"emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: [External] : Emacs pretest 28.0.91 is out
Date: Tue, 11 Jan 2022 22:07:41 -0600	[thread overview]
Message-ID: <CAJf-WoREi0OFZZKJuYmSKtMoNL0hqi7wOf-oiprHBNz4oV-_xQ@mail.gmail.com> (raw)
In-Reply-To: <865yqquexk.fsf@duenenhof-wilhelm.de>

Hi again!

On Tue, Jan 11, 2022 at 3:43 PM H. Dieter Wilhelm
<dieter@duenenhof-wilhelm.de> wrote:
>
> Hi Corwin
>
> Corwin Brust <corwin@bru.st> writes:
>
> > I (and others) have volunteered to attempt to come up to speed with
> > this.  I'm attempting to make dist on windows now but I'm very, very
> > novice.   I'm optimistic one of us will get there, however.   I'll
> > share a link to my build artifacts if I do manage to create some.

I've placed my very first successfully built redistributables for
windows into a repo on sourcehut.  I'd be grateful for any reports of
trouble, suggestions, or confirmation these work for others.

browse the tree:  https://git.sr.ht/~mplscorwin/emacs-w64/tree
clone the repo: https://git.sr.ht/~mplscorwin/emacs-w64

Please note that this build does **not** enable native-compilation nor
does it include gccjit (in deps).  I'm working on the assumption that
the Phillip's build scripts should be enhanced so we can build (and
distribute) windows binaries both with and without native compilation
enabled.

> That'd be nice.  I'm able to build Emacs with MinGW2 for myself but I
> still don't grok the package building procedure from Phillip Lord.  Did
> you find some time to have a look?

I don't have great notes on what I've done but here are a couple notes:

- I ended up creating ~/emacs-build and ~/emacs-upload rather than
messing with the scripts.
- I had to run build-zips and build-deps many, many times
- each failure required finding and install a missing msys package
then trying again
  # pacman -Ss <partial-name>
  # pacman -S <full_x86_64_name>
- this lead me to install sed via:
  # pacman -S mingw64/mingw-w64-x86_64-sed-HMM
- once I installed that version of sed Emacs' configure stopped working
- I "fixed" that by
  # mv /mingw64/bin/sed /mingw64/bin/sed
  # cp /usr/bin/sed /mingw64/bin

Also (as I think you know):
- build-dep-zips.py still has incorrect paths for MINGW sources:

# diff /c/Users/corwi/emacs-build/git/emacs-28/admin/nt/dist-build/build-dep-zips.py
/d/projects/emacs-28/admin/nt/dist-build/build-dep-zips.py
124,125c124,125
< #SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources"
< SRC_REPO="https://repo.msys2.org/mingw/sources"
---
> SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources"
>
170c170
<             "wget -a ../download.log -O ../emacs-src-cache/{} {}/{}"
---
>             "wget -a ../download.log -O ../emacs-src-cache/{} {}/{}/download"

> Best wishes



  reply	other threads:[~2022-01-12  4:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 22:39 Emacs pretest 28.0.91 is out Stefan Kangas
2022-01-11  2:16 ` [External] : " Drew Adams
2022-01-11  2:28   ` Po Lu
2022-01-11  3:28     ` Corwin Brust
2022-01-11 21:43       ` H. Dieter Wilhelm
2022-01-12  4:07         ` Corwin Brust [this message]
2022-01-12 12:53           ` Eli Zaretskii
2022-01-12 21:15             ` H. Dieter Wilhelm
2022-01-13  6:30               ` Eli Zaretskii
2022-01-13  7:15                 ` H. Dieter Wilhelm
2022-01-13  9:08                   ` Eli Zaretskii
2022-01-13 21:41                     ` H. Dieter Wilhelm
2022-01-12 20:55           ` H. Dieter Wilhelm
  -- strict thread matches above, loose matches on Subject: below --
2022-01-11  2:45 Tom Davey
2022-01-17 19:47 ` chad
2022-01-17 22:15   ` Corwin Brust

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=CAJf-WoREi0OFZZKJuYmSKtMoNL0hqi7wOf-oiprHBNz4oV-_xQ@mail.gmail.com \
    --to=corwin@bru.st \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=stefan@marxist.se \
    /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).