You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug mcfgthread is patched into GCC when building for MinGW, however an equivalent GCC 10 patch file doesn't exist. I tried looking for a GCC 10 patch on the master branch of https://github.com/lhmouse/MINGW-packages, but the mingw-w64-gcc-git folder that contained the patches no longer exists.
GCC9 is still currently the default on master, but this will break everything under MinGW the next time staging-next is merged to master. See #89793.
Support for mcfgthread was originally added in #73195.
To Reproduce
Steps to reproduce the behavior:
nix-build '<nixpkgs>' -A pkgsCross.mingwW64.buildPackages.gcc10
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download 9000-gcc-10-branch-Added-mcf-thread-model-support-from-mcfgthread.patch from any mirror
# a list of nixpkgs attributes affected by the problemattribute: pkgsCross.mingw32.buildPackages.gcc10, pkgsCross.mingwW64.buildPackages.gcc10# a list of nixos modules affected by the problemmodule:
The text was updated successfully, but these errors were encountered:
It has been moved to https://github.com/lhmouse/MINGW-packages-dev due to upstream migration. Neither of these repos is stable; their master branches are constantly rebased on upstream and force-pushed.
Describe the bug
mcfgthread
is patched into GCC when building for MinGW, however an equivalent GCC 10 patch file doesn't exist. I tried looking for a GCC 10 patch on the master branch of https://github.com/lhmouse/MINGW-packages, but themingw-w64-gcc-git
folder that contained the patches no longer exists.GCC9 is still currently the default on master, but this will break everything under MinGW the next time staging-next is merged to master. See #89793.
Support for
mcfgthread
was originally added in #73195.To Reproduce
Steps to reproduce the behavior:
nix-build '<nixpkgs>' -A pkgsCross.mingwW64.buildPackages.gcc10
Notify maintainers
@Ericson2314 @Synthetica9
Metadata
"x86_64-linux"
Linux 5.10.2, NixOS, 21.03.git.258134b2335 (Okapi)
yes
yes
nix-env (Nix) 2.3.10
"nixos-21.03pre259798.84917aa00bf, nur"
"home-manager"
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
The text was updated successfully, but these errors were encountered: