Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default-gcc-version: 12 -> 13 if !isDarwin && !isAarch64 #268097

Merged
65 commits merged into from Dec 7, 2023
Merged

default-gcc-version: 12 -> 13 if !isDarwin && !isAarch64 #268097

65 commits merged into from Dec 7, 2023

Commits on Dec 7, 2023

  1. disable-warnings-if-gcc13: init

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    182357e View commit details
    Browse the repository at this point in the history
  2. pycrypto: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c3b574f View commit details
    Browse the repository at this point in the history
  3. efivar: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ad73ab2 View commit details
    Browse the repository at this point in the history
  4. btop: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ea98d01 View commit details
    Browse the repository at this point in the history
  5. claws-mail: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2f0321d View commit details
    Browse the repository at this point in the history
  6. tesseract: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fc8b32d View commit details
    Browse the repository at this point in the history
  7. nixVersions: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3eac13b View commit details
    Browse the repository at this point in the history
  8. libgcc: pass --disable-plugins

    This is needed for gcc13 on many platforms due to errors like:
    
    ```
    checking for library containing dlopen... (cached) none required
    checking for -fPIC -shared... yes
    configure: error:
       Building GCC with plugin support requires a host that supports
       -fPIC, -shared, -ldl and -rdynamic.
    ```
    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    25bf55c View commit details
    Browse the repository at this point in the history
  9. pybind: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ab32532 View commit details
    Browse the repository at this point in the history
  10. gn: apply disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4509adf View commit details
    Browse the repository at this point in the history
  11. blueprint: disable tests (time out)

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    64873c3 View commit details
    Browse the repository at this point in the history
  12. curaengine: disable warnings if gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    09bad8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb1da85 View commit details
    Browse the repository at this point in the history
  14. libe57format: disable warnings if gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    95335aa View commit details
    Browse the repository at this point in the history
  15. python-qt: add disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    30e9253 View commit details
    Browse the repository at this point in the history
  16. zeroc-ice: add disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d220d11 View commit details
    Browse the repository at this point in the history
  17. google-cloud-cpp: add disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6b8faec View commit details
    Browse the repository at this point in the history
  18. curl-impersonate: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    08e9f1f View commit details
    Browse the repository at this point in the history
  19. osrm-backend: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8268a1a View commit details
    Browse the repository at this point in the history
  20. proj: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5d5fd6f View commit details
    Browse the repository at this point in the history
  21. gmsh: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8ac1dd2 View commit details
    Browse the repository at this point in the history
  22. intel-media-sdk: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    89c108e View commit details
    Browse the repository at this point in the history
  23. waylandpp: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    83327f1 View commit details
    Browse the repository at this point in the history
  24. gnuradio: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    49e1736 View commit details
    Browse the repository at this point in the history
  25. boringssl: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    33fc174 View commit details
    Browse the repository at this point in the history
  26. rippled: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c6968a2 View commit details
    Browse the repository at this point in the history
  27. litecoin: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f47afaf View commit details
    Browse the repository at this point in the history
  28. pcsx2: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5975667 View commit details
    Browse the repository at this point in the history
  29. python3Packages.ecos: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    63ead95 View commit details
    Browse the repository at this point in the history
  30. opencollada: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5c037da View commit details
    Browse the repository at this point in the history
  31. reproc: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0a4ea52 View commit details
    Browse the repository at this point in the history
  32. memorymapping: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b40ab46 View commit details
    Browse the repository at this point in the history
  33. python3Packages.fasttext: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2ba85db View commit details
    Browse the repository at this point in the history
  34. gmsh: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e1445fd View commit details
    Browse the repository at this point in the history
  35. usbguard: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b1b000d View commit details
    Browse the repository at this point in the history
  36. python3Packages.gmsh: typo fix

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    34fb823 View commit details
    Browse the repository at this point in the history
  37. virtualbox: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5390800 View commit details
    Browse the repository at this point in the history
  38. openmw.tes3mp: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9a14750 View commit details
    Browse the repository at this point in the history
  39. python-qt: hit it in the head with a hammer

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    259841c View commit details
    Browse the repository at this point in the history
  40. vertcoind: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    42b9b90 View commit details
    Browse the repository at this point in the history
  41. wownero: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    771db44 View commit details
    Browse the repository at this point in the history
  42. litecoind: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5911f28 View commit details
    Browse the repository at this point in the history
  43. pin-to-gcc12-if-gcc13: init

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7cf63c9 View commit details
    Browse the repository at this point in the history
  44. llvm: use gcc12Stdenv for llvmPackages<=14

    libstdcxx does not build with gcc13 due to new warnings
    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2abac5b View commit details
    Browse the repository at this point in the history
  45. nix_2_3: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bf33cd7 View commit details
    Browse the repository at this point in the history
  46. btor2tools: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b9ccf1e View commit details
    Browse the repository at this point in the history
  47. bazel: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c487794 View commit details
    Browse the repository at this point in the history
  48. binaryen: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f36569e View commit details
    Browse the repository at this point in the history
  49. bobcat: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    aeaf50f View commit details
    Browse the repository at this point in the history
  50. spike: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    984a031 View commit details
    Browse the repository at this point in the history
  51. sdrpp: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b9f3571 View commit details
    Browse the repository at this point in the history
  52. rocksdb: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d37357b View commit details
    Browse the repository at this point in the history
  53. crossguid: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d2495bd View commit details
    Browse the repository at this point in the history
  54. libfilezilla: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f11d51f View commit details
    Browse the repository at this point in the history
  55. bees: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    678c9b2 View commit details
    Browse the repository at this point in the history
  56. waylandpp: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    df242a6 View commit details
    Browse the repository at this point in the history
  57. envoy: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    06e3a69 View commit details
    Browse the repository at this point in the history
  58. v8: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cc3057d View commit details
    Browse the repository at this point in the history
  59. openjfx: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a0d48a4 View commit details
    Browse the repository at this point in the history
  60. qgrep: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e962c0b View commit details
    Browse the repository at this point in the history
  61. texlive: pin-to-gcc12-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2e952b5 View commit details
    Browse the repository at this point in the history
  62. rocmPackages_5: pin stdenv to GCC 12

    Try reverting this on a future ROCm release.
    
    Addresses: #271943
    Madouura authored and Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e46ecec View commit details
    Browse the repository at this point in the history
  63. spirv-llvm-translator: disable-warnings-if-gcc13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    aa259f5 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    d58aa2e View commit details
    Browse the repository at this point in the history
  65. default-gcc-version: 12 -> 13

    Adam Joseph committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    195e990 View commit details
    Browse the repository at this point in the history