@narcher as always I recommend clearing your build cache, or just install netstandard-targeting-pack-bin or netstandard-targeting-pack explicitly.
Or try another AUR helper.
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | The ASP.NET Core runtime (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | aspnet-runtime, aspnet-runtime-8.0 |
Provides: | aspnet-runtime, aspnet-runtime-8.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q (natep) |
Last Packager: | natep |
Votes: | 42 |
Popularity: | 0.81 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2024-10-11 00:31 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
@narcher as always I recommend clearing your build cache, or just install netstandard-targeting-pack-bin or netstandard-targeting-pack explicitly.
Or try another AUR helper.
For the the last few weeks I have been unable to get this update installed. I'm using Manjaro, not Arch, if that is relevent. The output looks like this:
Preparing...
Synchronizing package databases...
Refreshing AUR...
Warning: dotnet-targeting-pack-6.0-bin: ignoring package upgrade (6.0.16.sdk408-1 => 6.0.20.sdk412-1)
Cloning dotnet-core-bin build files...
Generating netstandard-targeting-pack-bin information...
Failed to prepare transaction:
Failed to generate netstandard-targeting-pack-bin information
.NET 7.0.9 is now available at https://github.com/dotnet/sdk/releases/tag/v7.0.306 or https://download.visualstudio.microsoft.com/download/pr/0be7a87e-3a3f-4500-8301-49ccd6f24887/e9e36f35dbaf6625fec3e18f5c2b613f/dotnet-sdk-7.0.306-linux-x64.tar.gz in case you feel like updating the PKGBUILD.
Hi! Is there any news? See the comment by Kicker0429.
Thanks anyway!
Is there an issue with dotnet 7.0.8? I noticed that the packages have not been updated in several weeks.
this is dont runtime only this sdk same as https://aur.archlinux.org/packages/dotnet-sdk-bin
can you make runtime non SDK package please
@Gr3q here's the list:
dotnet-sdk-bin 7.0.1.sdk101-1
dotnet-runtime-bin 7.0.1.sdk101-1
dotnet-host-bin 7.0.1.sdk101-1
dotnet-targeting-pack-bin 7.0.1.sdk101-1
aspnet-targeting-pack-bin 7.0.1.sdk101-1
aspnet-runtime-bin 7.0.1.sdk101-1
@Gigas002 can you list all dotnet packages you have installed?
Got error while trying to upgrade dotnet-sdk-bin
to 7.0.1.sdk101-1
:
error: failed to commit transaction (conflicting files)
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.android/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.android/WorkloadManifest.targets exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.ios/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.ios/WorkloadManifest.targets exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.maccatalyst/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.maccatalyst/WorkloadManifest.targets exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.macos/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.macos/WorkloadManifest.targets exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.maui/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.maui/WorkloadManifest.targets exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.tvos/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/7.0.100/microsoft.net.sdk.tvos/WorkloadManifest.targets exists in filesystem
Errors occurred, no packages were upgraded.
What can be done to workaround this?
Unfortunately I probably can't do that because sometimes there are two lts releases, so it would appear too ambiguous.
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.