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

dotnet: revision bump to migrate to icu4c@76 #196209

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

cho-m
Copy link
Member

@cho-m cho-m commented Oct 31, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added long build Set a long timeout for formula testing icu4c ICU use is a significant feature of the PR or issue labels Oct 31, 2024
@cho-m cho-m added CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Oct 31, 2024
@cho-m cho-m added 14 Sonoma is specifically affected 14-arm64 Sonoma arm64 is specifically affected build failure CI fails while building the software labels Oct 31, 2024
@cho-m
Copy link
Member Author

cho-m commented Oct 31, 2024

Looks like updating Sonoma Xcode introduced a new build failure. However, Xcode 16 on Sequoia has no issue.

        [100%] Linking CXX executable singlefilehost
        Undefined symbols for architecture x86_64:
          "__swift_FORCE_LOAD_$_swift_Builtin_float", referenced from:
              __swift_FORCE_LOAD_$_swift_Builtin_float_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swift_errno", referenced from:
              __swift_FORCE_LOAD_$_swift_errno_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swift_math", referenced from:
              __swift_FORCE_LOAD_$_swift_math_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swift_signal", referenced from:
              __swift_FORCE_LOAD_$_swift_signal_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swift_stdio", referenced from:
              __swift_FORCE_LOAD_$_swift_stdio_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swift_time", referenced from:
              __swift_FORCE_LOAD_$_swift_time_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swiftsys_time", referenced from:
              __swift_FORCE_LOAD_$_swiftsys_time_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
          "__swift_FORCE_LOAD_$_swiftunistd", referenced from:
              __swift_FORCE_LOAD_$_swiftunistd_$_pal_swiftbindings in libSystem.Security.Cryptography.Native.Apple.a[21](pal_swiftbindings.o)
        ld: symbol(s) not found for architecture x86_64
        clang++: error: linker command failed with exit code 1 (use -v to see invocation)
        make[2]: *** [Corehost.Static/singlefilehost] Error 1
        make[1]: *** [Corehost.Static/CMakeFiles/singlefilehost.dir/all] Error 2
        make: *** [all] Error 2
        /private/tmp/dotnet-20241031-7594-ztdcrg/src/runtime/artifacts/source-build/self/src/src/coreclr
        ##vso[task.logissue type=error]Failed to build "CoreCLR component".
      /private/tmp/dotnet-20241031-7594-ztdcrg/src/runtime/artifacts/source-build/self/src/src/coreclr/runtime.proj(94,5): error MSB3073: The command ""/private/tmp/dotnet-20241031-7594-ztdcrg/src/runtime/artifacts/source-build/self/src/src/coreclr/build-runtime.sh" -x64 -release -ci -portablebuild=false -keepnativesymbols -os osx -outputrid osx-x64" exited with code 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14-arm64 Sonoma arm64 is specifically affected 14 Sonoma is specifically affected build failure CI fails while building the software CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. icu4c ICU use is a significant feature of the PR or issue long build Set a long timeout for formula testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant