* Re: [PR PATCH] [Updated] cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
@ 2022-10-09 23:14 ` oreo639
2022-10-13 22:25 ` abenson
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2022-10-09 23:14 UTC (permalink / raw)
To: ml
[-- 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: 2191 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] 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
2022-10-09 23:14 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-13 22:25 ` abenson
2022-10-13 22:26 ` abenson
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2022-10-13 22:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39856#issuecomment-1278242860
Comment:
`ERROR: cross-x86_64-w64-mingw32-10.0.0_1: file `/usr/lib/bfd-plugins/libdep.a' already installed by package cross-i686-w64-mingw32-10.0.0_1.`
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 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
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2022-10-13 22:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39856#issuecomment-1278242860
Comment:
ERROR: cross-x86_64-w64-mingw32-10.0.0_1: file `/usr/lib/bfd-plugins/libdep.a' already installed by package cross-i686-w64-mingw32-10.0.0_1.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (2 preceding siblings ...)
2022-10-13 22:26 ` abenson
@ 2022-10-13 22:44 ` oreo639
2022-10-13 23:22 ` [PR PATCH] [Updated] " oreo639
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2022-10-13 22:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/39856#issuecomment-1278255053
Comment:
Gah, I forgot about that. Thanks.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (3 preceding siblings ...)
2022-10-13 22:44 ` oreo639
@ 2022-10-13 23:22 ` oreo639
2022-10-13 23:23 ` oreo639
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2022-10-13 23:22 UTC (permalink / raw)
To: ml
[-- 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() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (4 preceding siblings ...)
2022-10-13 23:22 ` [PR PATCH] [Updated] " oreo639
@ 2022-10-13 23:23 ` oreo639
2022-10-14 0:49 ` oreo639
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2022-10-13 23:23 UTC (permalink / raw)
To: ml
[-- 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: 2401 bytes --]
From 126dcc1bf52e1d2f6a0aa24e477d847174d7db86 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Oct 2022 16:10:49 -0700
Subject: [PATCH] cross-x86_64-w64-mingw32: update to 10.0.0.
---
srcpkgs/cross-x86_64-w64-mingw32/template | 25 ++++++++++++-----------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template
index 816e6f1f68eb..e12ec33bfd3f 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
@@ -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() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (5 preceding siblings ...)
2022-10-13 23:23 ` oreo639
@ 2022-10-14 0:49 ` oreo639
2022-10-14 1:41 ` abenson
2022-10-14 14:17 ` [PR PATCH] [Merged]: " abenson
8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2022-10-14 0:49 UTC (permalink / raw)
To: ml
[-- 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: 2401 bytes --]
From b119b1e616666ec6c26abb019c1b53b506cab7ee Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Oct 2022 16:10:49 -0700
Subject: [PATCH] cross-x86_64-w64-mingw32: update to 10.0.0.
---
srcpkgs/cross-x86_64-w64-mingw32/template | 25 ++++++++++++-----------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template
index 816e6f1f68eb..e12ec33bfd3f 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
@@ -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() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (6 preceding siblings ...)
2022-10-14 0:49 ` oreo639
@ 2022-10-14 1:41 ` abenson
2022-10-14 14:17 ` [PR PATCH] [Merged]: " abenson
8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2022-10-14 1:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39856#issuecomment-1278363614
Comment:
Seems to be working great for me! Tested with one of my small projects I cross-compile. I don't have anything larger to test with, though.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Merged]: cross-x86_64-w64-mingw32: update to 10.0.0.
2022-10-09 23:13 [PR PATCH] cross-x86_64-w64-mingw32: update to 10.0.0 oreo639
` (7 preceding siblings ...)
2022-10-14 1:41 ` abenson
@ 2022-10-14 14:17 ` abenson
8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2022-10-14 14:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]
There's a merged pull request on the void-packages repository
cross-x86_64-w64-mingw32: update to 10.0.0.
https://github.com/void-linux/void-packages/pull/39856
Description:
<!-- 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
-->
^ permalink raw reply [flat|nested] 10+ messages in thread