From: Efraim Flashner <efraim@flashner.co.il>
To: 74609@debbugs.gnu.org
Cc: aaron.covrig.us@ieee.org, ludo@gnu.org,
Efraim Flashner <efraim@flashner.co.il>,
richard@freakingpenguin.com, unmush@proton.me, janneke@gnu.org
Subject: [bug#74609] [PATCH 00/21] mono bootstrap
Date: Mon, 16 Dec 2024 19:26:23 +0200 [thread overview]
Message-ID: <cover.1734369314.git.efraim@flashner.co.il> (raw)
In-Reply-To: <iMoekcfwEfCp2uLTWzr-P2_OVyzTF-420AoXae5W6GK2kP5NvueOXBRzAIJBRN2U0c7Sl0HUzUy8eKWNuTs2uaiapCUkJUo5Ng9ahfsfGZ8=@proton.me>
It turns out the first 2 patches didn't apply cleanly, so I fixed that
up and I'm sending them back to the list.
A couple of things that I noticed:
* mono-5.something doesn't have its patches apply cleanly
* I was only able to build to mono-3.12 before I got a build failure on
x86_64
* mono-1.2.6 doesn't have support for aarch64 or riscv64, and will
probably need some patches (later) to add support.
* libjit FTBFS on powerpc64le. I tried working around it but wasn't
successful in when it came to using libjit.
* The assembly included in libjit targets a too-early version of arm, so
it is just broken completely on armhf and would probably do best with it
being ripped out.
unmush (21):
gnu: Add treecc.
gnu: Add pnet-git.
gnu: Add pnetlib-git.
gnu: Add mono-1.2.6.
gnu: Add mono-1.9.1.
gnu: Add mono-2.4.2.
gnu: Add mono-2.6.4.
gnu: Add mono-2.11.4.
gnu: Add mono-3.0.
gnu: Add mono-3.12.1.
gnu: Add mono-4.9.0.
gnu: Add mono-5.0.1.
gnu: Add mono-5.1.0.
gnu: Add mono-5.2.0.
gnu: Add mono-5.4.0.
gnu: Add mono-pre-5.8.0.
gnu: Add mono-5.8.0.
gnu: Add mono-pre-5.10.0.
gnu: Add mono-5.10.0.
gnu: Add libgdiplus.
gnu: Add mono-6.12.0.
gnu/local.mk | 21 +
gnu/packages/dotnet.scm | 1830 +++++++
.../patches/corefx-mono-5.4.0-patches.patch | 915 ++++
.../corefx-mono-pre-5.8.0-patches.patch | 1349 +++++
.../patches/mono-1.2.6-bootstrap.patch | 585 +++
...-1.9.1-add-MONO_CREATE_IMAGE_VERSION.patch | 14 +
gnu/packages/patches/mono-1.9.1-fixes.patch | 59 +
gnu/packages/patches/mono-2.11.4-fixes.patch | 36 +
gnu/packages/patches/mono-2.4.2.3-fixes.patch | 59 +
gnu/packages/patches/mono-2.6.4-fixes.patch | 49 +
...ono-4.9.0-fix-runtimemetadataversion.patch | 13 +
.../mono-5.10.0-later-mcs-changes.patch | 4601 +++++++++++++++++
gnu/packages/patches/mono-5.4.0-patches.patch | 100 +
gnu/packages/patches/mono-5.8.0-patches.patch | 60 +
.../patches/mono-6.12.0-add-runpath.patch | 185 +
.../mono-6.12.0-fix-AssemblyResolver.patch | 236 +
.../mono-6.12.0-fix-ConditionParser.patch | 46 +
.../mono-mcs-patches-from-5.10.0.patch | 4218 +++++++++++++++
.../patches/pnet-fix-line-number-info.patch | 13 +
.../patches/pnet-fix-off-by-one.patch | 13 +
.../patches/pnet-newer-libgc-fix.patch | 45 +
.../patches/pnet-newer-texinfo-fix.patch | 13 +
22 files changed, 14460 insertions(+)
create mode 100644 gnu/packages/dotnet.scm
create mode 100644 gnu/packages/patches/corefx-mono-5.4.0-patches.patch
create mode 100644 gnu/packages/patches/corefx-mono-pre-5.8.0-patches.patch
create mode 100644 gnu/packages/patches/mono-1.2.6-bootstrap.patch
create mode 100644 gnu/packages/patches/mono-1.9.1-add-MONO_CREATE_IMAGE_VERSION.patch
create mode 100644 gnu/packages/patches/mono-1.9.1-fixes.patch
create mode 100644 gnu/packages/patches/mono-2.11.4-fixes.patch
create mode 100644 gnu/packages/patches/mono-2.4.2.3-fixes.patch
create mode 100644 gnu/packages/patches/mono-2.6.4-fixes.patch
create mode 100644 gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch
create mode 100644 gnu/packages/patches/mono-5.10.0-later-mcs-changes.patch
create mode 100644 gnu/packages/patches/mono-5.4.0-patches.patch
create mode 100644 gnu/packages/patches/mono-5.8.0-patches.patch
create mode 100644 gnu/packages/patches/mono-6.12.0-add-runpath.patch
create mode 100644 gnu/packages/patches/mono-6.12.0-fix-AssemblyResolver.patch
create mode 100644 gnu/packages/patches/mono-6.12.0-fix-ConditionParser.patch
create mode 100644 gnu/packages/patches/mono-mcs-patches-from-5.10.0.patch
create mode 100644 gnu/packages/patches/pnet-fix-line-number-info.patch
create mode 100644 gnu/packages/patches/pnet-fix-off-by-one.patch
create mode 100644 gnu/packages/patches/pnet-newer-libgc-fix.patch
create mode 100644 gnu/packages/patches/pnet-newer-texinfo-fix.patch
base-commit: 6774c9e75a835e91e9b0e415c749e48e4f724e24
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
next prev parent reply other threads:[~2024-12-16 17:30 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 15:05 [bug#74609] [PATCH] Adding a fully-bootstrapped mono unmush via Guix-patches via
2024-12-05 6:21 ` Aaron Covrig via Guix-patches via
2024-12-05 22:07 ` Richard Sent
2024-12-13 7:47 ` Ludovic Courtès
2024-12-13 12:13 ` Janneke Nieuwenhuizen
2024-12-13 21:22 ` Ludovic Courtès
2024-12-16 17:26 ` Efraim Flashner [this message]
2024-12-16 17:26 ` [bug#74609] [PATCH 01/21] gnu: Add treecc Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 02/21] gnu: Add pnet-git Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 03/21] gnu: Add pnetlib-git Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 04/21] gnu: Add mono-1.2.6 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 05/21] gnu: Add mono-1.9.1 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 06/21] gnu: Add mono-2.4.2 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 07/21] gnu: Add mono-2.6.4 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 08/21] gnu: Add mono-2.11.4 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 09/21] gnu: Add mono-3.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 10/21] gnu: Add mono-3.12.1 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 11/21] gnu: Add mono-4.9.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 12/21] gnu: Add mono-5.0.1 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 13/21] gnu: Add mono-5.1.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 14/21] gnu: Add mono-5.2.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 15/21] gnu: Add mono-5.4.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 16/21] gnu: Add mono-pre-5.8.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 17/21] gnu: Add mono-5.8.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 18/21] gnu: Add mono-pre-5.10.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 19/21] gnu: Add mono-5.10.0 Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 20/21] gnu: Add libgdiplus Efraim Flashner
2024-12-16 17:26 ` [bug#74609] [PATCH 21/21] gnu: Add mono-6.12.0 Efraim Flashner
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=cover.1734369314.git.efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=74609@debbugs.gnu.org \
--cc=aaron.covrig.us@ieee.org \
--cc=janneke@gnu.org \
--cc=ludo@gnu.org \
--cc=richard@freakingpenguin.com \
--cc=unmush@proton.me \
/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/guix.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.