Skip to content

Conversation

@chenrui333
Copy link
Member

  • 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 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 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Signed-off-by: Rui Chen <rui@chenrui.dev>
@BrewTestBot BrewTestBot added legacy Relates to a versioned @ formula long build Set a long timeout for formula testing icu4c ICU use is a significant feature of the PR or issue labels Feb 21, 2023
@chenrui333 chenrui333 added CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. do not merge upstream issue An upstream issue report is needed and removed CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. labels Feb 21, 2023
@chenrui333
Copy link
Member Author

Failed to load a, error: dlopen(/private/tmp/dotnetA6-20230221-19249-14yowwr/installer/.dotnet/host/fxr/6.0.13/libhostfxr.dylib, 0x0001): tried: '/private/tmp/dotnetA6-20230221-19249-14yowwr/installer/.dotnet/host/fxr/6.0.13/libhostfxr.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/private/tmp/dotnetA6-20230221-19249-14yowwr/installer/.dotnet/host/fxr/6.0.13/libhostfxr.dylib' (no such file), '/private/tmp/dotnetA6-20230221-19249-14yowwr/installer/.dotnet/host/fxr/6.0.13/libhostfxr.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
The library libhostfxr.dylib was found, but loading it from /private/tmp/dotnetA6-20230221-19249-14yowwr/installer/.dotnet/host/fxr/6.0.13/libhostfxr.dylib failed

Signed-off-by: Rui Chen <rui@chenrui.dev>
@Bo98
Copy link
Member

Bo98 commented Feb 21, 2023

source-build still only supports 6.0.1xx still AFAIK: dotnet/source-build#3246

.NET Source-Build is supported on the oldest available .NET SDK feature update for each major release, and on Linux only. For example, if .NET 6.0.1xx, 6.0.2xx, 7.0.1xx, and 7.0.2xx feature updates are available from dotnet.microsoft.com, Source-Build will support 6.0.1xx and 7.0.1xx.

(though we ignore the Linux part a bit - they only decided to drop macOS after we started using it)

brew livecheck dotnet@6 should already be tracking the right version.

@chenrui333
Copy link
Member Author

source-build still only supports 6.0.1xx still AFAIK: dotnet/source-build#3246

.NET Source-Build is supported on the oldest available .NET SDK feature update for each major release, and on Linux only. For example, if .NET 6.0.1xx, 6.0.2xx, 7.0.1xx, and 7.0.2xx feature updates are available from dotnet.microsoft.com, Source-Build will support 6.0.1xx and 7.0.1xx.

(though we ignore the Linux part a bit - they only decided to drop macOS after we started using it)

brew livecheck dotnet@6 should already be tracking the right version.

if I understand correctly, the latest sdk version is 6.0.4xx, while runtime is 6.0.14 (which is described in the 6.x series release json, https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/6.0/releases.json). If that is the case, then it should also have an entry in this folder as well. I wish they can make it more clear to understand.

@chenrui333
Copy link
Member Author

Another side note on this is this is needed for building paket from source

Requested SDK version: 6.0.403
global.json file: /private/tmp/paket-20230222-94874-xsxsky/Paket-7.2.0/global.json

@chenrui333
Copy link
Member Author

no response from upstream, closing the PR for now.

@chenrui333 chenrui333 closed this Mar 14, 2023
@chenrui333
Copy link
Member Author

@chenrui333 chenrui333 deleted the dotnet@6-6.0.406 branch March 14, 2023 21:13
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

icu4c ICU use is a significant feature of the PR or issue legacy Relates to a versioned @ formula long build Set a long timeout for formula testing outdated PR was locked due to age upstream issue An upstream issue report is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants