Github messages for voidlinux
 help / color / mirror / Atom feed
From: oreo639 <oreo639@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cross-x86_64-w64-mingw32: update to 10.0.0.
Date: Fri, 14 Oct 2022 01:22:25 +0200	[thread overview]
Message-ID: <20221013232225.wgtTJtEbYyUf_HRD63CZ6IbsE5JcjpR2WvK1kHiogM4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39856@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1379 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages mingw
https://github.com/void-linux/void-packages/pull/39856

cross-x86_64-w64-mingw32: update to 10.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

[ci skip]

#### Testing the changes
- I tested the changes in this PR: **briefly**

Resolves build failure with gcc 12 on musl: https://github.com/void-linux/void-packages/issues/39809

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39856.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mingw-39856.patch --]
[-- Type: text/x-diff, Size: 2936 bytes --]

From 6ce7eeef8e6c2eae8a759cadbd1d90d2144ac5cc Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Oct 2022 16:10:49 -0700
Subject: [PATCH 1/2] cross-x86_64-w64-mingw32: update to 10.0.0.

---
 srcpkgs/cross-x86_64-w64-mingw32/template | 24 +++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template
index 816e6f1f68eb..dd4826e2ead6 100644
--- a/srcpkgs/cross-x86_64-w64-mingw32/template
+++ b/srcpkgs/cross-x86_64-w64-mingw32/template
@@ -1,13 +1,13 @@
 # Template file for 'cross-x86_64-w64-mingw32'
 pkgname=cross-x86_64-w64-mingw32
-version=9.0.0
+version=10.0.0
 revision=1
-_gcc_version=11.1.0
-_binutils_version=2.35.1
-_gmp_version=6.2.0
+_gcc_version=12.2.0
+_binutils_version=2.39
+_gmp_version=6.2.1
 _mpfr_version=4.1.0
-_mpc_version=1.1.0
-_isl_version=0.21
+_mpc_version=1.2.1
+_isl_version=0.24
 _mingw_version="${version}"
 create_wrksrc=yes
 hostmakedepends="tar flex perl texinfo"
@@ -28,13 +28,13 @@ distfiles="
  ${GNU_SITE}/mpfr/mpfr-${_mpfr_version}.tar.xz
  ${SOURCEFORGE_SITE}/libisl/isl-${_isl_version}.tar.bz2
  ${SOURCEFORGE_SITE}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${_mingw_version}.tar.bz2"
-checksum="3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
- 4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf
- 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
- 258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526
+checksum="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
+ e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
+ 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
+ fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
  0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f
- d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859
- 1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181"
+ fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0
+ ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894"
 
 nocross=yes
 nopie=yes

From 42914c4ae15bc94e529c39eb4b1492376d8a6915 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Oct 2022 16:10:49 -0700
Subject: [PATCH 2/2] cross-x86_64-w64-mingw32: update to 10.0.0.

---
 srcpkgs/cross-x86_64-w64-mingw32/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template
index dd4826e2ead6..e12ec33bfd3f 100644
--- a/srcpkgs/cross-x86_64-w64-mingw32/template
+++ b/srcpkgs/cross-x86_64-w64-mingw32/template
@@ -232,6 +232,7 @@ _install_toolchain() {
 	# remove unnecessary stuff
 	rm -rf ${DESTDIR}/usr/share/
 	rm -rf ${DESTDIR}/usr/lib/libcc1*
+	rm -f ${DESTDIR}/usr/lib/bfd-plugins/libdep.*
 }
 
 _install_crt() {

  parent reply	other threads:[~2022-10-13 23:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09 23:13 [PR PATCH] " oreo639
2022-10-09 23:14 ` [PR PATCH] [Updated] " oreo639
2022-10-13 22:25 ` abenson
2022-10-13 22:26 ` abenson
2022-10-13 22:44 ` oreo639
2022-10-13 23:22 ` oreo639 [this message]
2022-10-13 23:23 ` [PR PATCH] [Updated] " oreo639
2022-10-14  0:49 ` oreo639
2022-10-14  1:41 ` abenson
2022-10-14 14:17 ` [PR PATCH] [Merged]: " abenson

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=20221013232225.wgtTJtEbYyUf_HRD63CZ6IbsE5JcjpR2WvK1kHiogM4@z \
    --to=oreo639@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).