Search Criteria
Package Details: netcoredbg 3.1.2_1054-1
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.48 |
First Submitted: | 2019-02-15 02:10 (UTC) |
Last Updated: | 2024-11-02 12:58 (UTC) |
Dependencies (4)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR, dotnet-runtime)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR, dotnet-sdk) (make)
Latest Comments
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
cryzed commented on 2019-10-15 10:49 (UTC)
If clang is actually needed, you probably want to add it to the makedepends.