Search Criteria
Package Details: netcoredbg 3.1.2_1054-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/netcoredbg.git (read-only, click to copy) |
---|---|
Package Base: | netcoredbg |
Description: | Debugger for .NET Core runtime |
Upstream URL: | https://github.com/Samsung/netcoredbg |
Licenses: | MIT |
Submitter: | jambon |
Maintainer: | yataro |
Last Packager: | yataro |
Votes: | 4 |
Popularity: | 0.050782 |
First Submitted: | 2019-02-15 02:10 (UTC) |
Last Updated: | 2025-02-28 08:13 (UTC) |
Dependencies (6)
- dotnet-runtime-9.0 (dotnet-runtime-binAUR, dotnet-runtime)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- dotnet-sdk-9.0 (dotnet-sdk-binAUR, dotnet-sdk) (make)
Latest Comments
1 2 Next › Last »
pigeongenerator commented on 2025-02-28 21:41 (UTC)
Builds just fine, though I did face the following error:
error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64
I found this forum post which seemed to be facing a similar, if not the exact same issue: https://bbs.archlinux.org/viewtopic.php?id=265923 I decided to just remove all dotnet packages (as I had installed more than I was actually using for some reason) and go through the installer which installed the latest ones back. Worked like a charm! :3
prometheus commented on 2023-06-01 22:53 (UTC)
Fails to build.
tobbik commented on 2021-06-07 19:58 (UTC) (edited on 2021-06-07 20:00 (UTC) by tobbik)
I was able to build the package with the following PKGBUILD:
There is still a lot of testing to do
luluco250 commented on 2021-03-14 18:59 (UTC)
This package is failing due to the URL "https://github.com/Samsung/netcoredbg/archive/latest.tar.gz" yielding a 404, as well as the "fix.patch" breaking the build for some reason.
I was able to build it by modifying the PKGBUILD to explicitly download and build the 1.2.0-738.tar.gz archive and comment out the step where it patches the source code.
After installing it worked just fine on the open source release of VS Code from the Arch community repo, following the instructions on the wiki.
I believe this should be updated to remove the patching step (why is it needed?) and find some other way to fetch the latest release, properly maintain it or just fetch from git directly, because the program works just fine otherwise.
dszryan commented on 2020-10-21 01:47 (UTC)
build fails
LeonWilzer commented on 2020-10-19 08:30 (UTC) (edited on 2020-10-19 11:01 (UTC) by LeonWilzer)
Can't install the package. The build Process fails at:
and:
Tillter commented on 2020-05-10 02:37 (UTC)
@jambon That seems to have fixed it, thanks a ton!
jambon commented on 2020-05-09 02:52 (UTC)
@Tillter I fixed the compilation issues, can you test if the fixes work?
Tillter commented on 2020-05-07 19:09 (UTC)
I cant get this working at all, after making the change to the PKGBUILD mentioned in these comments I can get past that part, but then get a huge list of errors so long I cant even scroll to see them all, and I cant seem to find any log file either
80286 commented on 2020-02-18 03:12 (UTC) (edited on 2020-02-18 03:13 (UTC) by 80286)
Had to edit this in the PKGBUILD
To
1 2 Next › Last »