pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58084: lang/mono build failure on NetBSD 10.99.10 x86_64
The following reply was made to PR pkg/58084; it has been noted by GNATS.
From: triaxx%NetBSD.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/58084: lang/mono build failure on NetBSD 10.99.10 x86_64
Date: Wed, 10 Apr 2024 22:26:40 +0200
I get this error by running:
$ gmake -f build/rules.make -f build/profiles/build.make
.//build/deps/basic-profile-check.exe
By expanding the Makefile variable, I get a command like:
$ mono
/home/triaxx/pkgsrc/lang/mono/work/mono-6.12.0.199/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/csc.exe
/warn:0 /noconfig /langversion:latest /r:System.dll /r:mscorlib.dll
/out:build/deps/basic-profile-check.exe build/common/basic-profile-check.cs
I checked where was this mono program and:
$ whereis mono
/usr/pkg/bin/mono
After deletion of the mono package installed in /usr/pkg, I couldn't
reproduce the bug.
I don't remember how this mono package has been installed. But I don't
find it in /usr/pkgsrc/packages/All. I am not really sure it has been
built on my current system.
Home |
Main Index |
Thread Index |
Old Index