[GH-ISSUE #747] Docker build instructions do not work #656

Closed
opened 2026-02-26 00:33:14 +03:00 by kerem · 4 comments
Owner

Originally created by @theangrydev on GitHub (Aug 11, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/747

Describe the bug
When following the instructions to build using Docker, errors are encountered and the binary is not built

To Reproduce
Follow instructions at https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker

Expected behavior
Able to build the binary

System information

  • Ubuntu 18.04
  • Docker version 17.05.0-ce, build 89658be
  • NBFC stable branch as of 11 August 2019

Additional context

sudo docker run -it -v $(pwd)/nbfc:/nbfc mono:latest bash
Unable to find image 'mono:latest' locally
latest: Pulling from library/mono
0a4690c5d889: Pull complete 
b48b36b1d257: Pull complete 
75a16a2db0da: Pull complete 
f9432d78ed02: Pull complete 
Digest: sha256:1dfcfc4f3f5b2cc8892fe6bea2d138bd3c403d21528356136d5ae87ccf1c86a9
Status: Downloaded newer image for mono:latest
root@406214d94116:/# cd 
.dockerenv  boot/       etc/        lib/        media/      nbfc/       proc/       run/        srv/        tmp/        var/        
bin/        dev/        home/       lib64/      mnt/        opt/        root/       sbin/       sys/        usr/        
root@406214d94116:/# cd nbfc/
root@406214d94116:/nbfc# ./ 
.git/     .github/  Common/   Configs/  Core/     Linux/    Tests/    Windows/  build.sh  
root@406214d94116:/nbfc# ./build.sh 
/nbfc /nbfc
NuGet could not be found. Downloading latest recommended version.
./build.sh: line 6: wget: command not found
Mono Certificate Store Sync - version 6.0.0.313
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 151, your new list has 151
Import process completed.

Importing into BTLS system store:
I already trust 151, your new list has 151
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 6.0.0.313
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': No such file or directory.
Packages could not be restored. Updating NuGet.
rm: cannot remove './nuget.exe': No such file or directory
./build.sh: line 6: wget: command not found
Mono Certificate Store Sync - version 6.0.0.313
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 151, your new list has 151
Import process completed.

Importing into BTLS system store:
I already trust 151, your new list has 151
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 6.0.0.313
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': No such file or directory.

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 6.0.0.313
Copyright (C) 2005-2013 Various Mono authors

Build started 08/11/2019 11:17:20.
__________________________________________________
/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/nbfc/NoteBookFanControl.sln" (Clean target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Clean:
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
Done building project "/nbfc/NoteBookFanControl.sln".

Build succeeded.

Warnings:

/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

	 4 Warning(s)
	 0 Error(s)

Time Elapsed 00:00:00.6948070

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 6.0.0.313
Copyright (C) 2005-2013 Various Mono authors

Build started 08/11/2019 11:17:21.
__________________________________________________
/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/nbfc/NoteBookFanControl.sln" (Build target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Build:
		Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs ../../../Common/CommonAssemblyVersion.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb'
				Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll'
		Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj".
		Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb'
				Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll'
		Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj".
		Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs ../../Common/CommonAssemblyVersion.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb'
				Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll'
		Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj".
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target ResolveAssemblyReferences:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved
				For searchpath {CandidateAssemblyFiles}
				Warning: {CandidateAssemblyFiles} not supported currently
				For searchpath {HintPathFromItem}
				Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist.
				For searchpath {TargetFrameworkDirectory}
				Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found.
				Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found.
				For searchpath {PkgConfig}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files.
				For searchpath {GAC}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC.
				For searchpath {RawFileName}
				Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist
				For searchpath bin/Release/
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist
			Target CopyFilesMarkedCopyLocal:
				Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll'
				Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb'
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7)
				Copyright (C) Microsoft Corporation. All rights reserved.
ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
			Task "Csc" execution -- FAILED
			Done building target "CoreCompile" in project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
		Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
	Task "MSBuild" execution -- FAILED
	Done building target "Build" in project "/nbfc/NoteBookFanControl.sln".-- FAILED
Done building project "/nbfc/NoteBookFanControl.sln".-- FAILED

Build FAILED.

Warnings:

/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

	/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved

Errors:

/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->

	ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
	FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
	ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
	ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
	FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)

	 5 Warning(s)
	 5 Error(s)

Time Elapsed 00:00:02.3218610
/nbfc
root@406214d94116:/nbfc# 

Originally created by @theangrydev on GitHub (Aug 11, 2019). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/747 **Describe the bug** When following the instructions to build using Docker, errors are encountered and the binary is not built **To Reproduce** Follow instructions at https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker **Expected behavior** Able to build the binary **System information** - Ubuntu 18.04 - Docker version 17.05.0-ce, build 89658be - NBFC stable branch as of 11 August 2019 **Additional context** ``` sudo docker run -it -v $(pwd)/nbfc:/nbfc mono:latest bash Unable to find image 'mono:latest' locally latest: Pulling from library/mono 0a4690c5d889: Pull complete b48b36b1d257: Pull complete 75a16a2db0da: Pull complete f9432d78ed02: Pull complete Digest: sha256:1dfcfc4f3f5b2cc8892fe6bea2d138bd3c403d21528356136d5ae87ccf1c86a9 Status: Downloaded newer image for mono:latest root@406214d94116:/# cd .dockerenv boot/ etc/ lib/ media/ nbfc/ proc/ run/ srv/ tmp/ var/ bin/ dev/ home/ lib64/ mnt/ opt/ root/ sbin/ sys/ usr/ root@406214d94116:/# cd nbfc/ root@406214d94116:/nbfc# ./ .git/ .github/ Common/ Configs/ Core/ Linux/ Tests/ Windows/ build.sh root@406214d94116:/nbfc# ./build.sh /nbfc /nbfc NuGet could not be found. Downloading latest recommended version. ./build.sh: line 6: wget: command not found Mono Certificate Store Sync - version 6.0.0.313 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 151, your new list has 151 Import process completed. Importing into BTLS system store: I already trust 151, your new list has 151 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 6.0.0.313 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': No such file or directory. Packages could not be restored. Updating NuGet. rm: cannot remove './nuget.exe': No such file or directory ./build.sh: line 6: wget: command not found Mono Certificate Store Sync - version 6.0.0.313 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 151, your new list has 151 Import process completed. Importing into BTLS system store: I already trust 151, your new list has 151 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 6.0.0.313 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': No such file or directory. >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 6.0.0.313 Copyright (C) 2005-2013 Various Mono authors Build started 08/11/2019 11:17:20. __________________________________________________ /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/nbfc/NoteBookFanControl.sln" (Clean target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Clean: The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Done building project "/nbfc/NoteBookFanControl.sln". Build succeeded. Warnings: /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. 4 Warning(s) 0 Error(s) Time Elapsed 00:00:00.6948070 >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 6.0.0.313 Copyright (C) 2005-2013 Various Mono authors Build started 08/11/2019 11:17:21. __________________________________________________ /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/nbfc/NoteBookFanControl.sln" (Build target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Build: Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs ../../../Common/CommonAssemblyVersion.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb' Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll' Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj". Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj". Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs ../../Common/CommonAssemblyVersion.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb' Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll' Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj". The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target ResolveAssemblyReferences: /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved For searchpath {CandidateAssemblyFiles} Warning: {CandidateAssemblyFiles} not supported currently For searchpath {HintPathFromItem} Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist. For searchpath {TargetFrameworkDirectory} Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found. Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found. For searchpath {PkgConfig} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files. For searchpath {GAC} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC. For searchpath {RawFileName} Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist For searchpath bin/Release/ Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist Target CopyFilesMarkedCopyLocal: Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll' Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.100.19.26603 (9d80dea7) Copyright (C) Microsoft Corporation. All rights reserved. ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) Task "Csc" execution -- FAILED Done building target "CoreCompile" in project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/nbfc/NoteBookFanControl.sln".-- FAILED Done building project "/nbfc/NoteBookFanControl.sln".-- FAILED Build FAILED. Warnings: /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. /nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved Errors: /nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) 5 Warning(s) 5 Error(s) Time Elapsed 00:00:02.3218610 /nbfc root@406214d94116:/nbfc# ```
kerem 2026-02-26 00:33:14 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@damufo commented on GitHub (Dec 10, 2019):

Same problem from
Debian Stretch
nbfc stable and beta december 2019

root@d89f55fd74f4:/nbfc# ./build.sh 
/nbfc /nbfc
NuGet could not be found. Downloading latest recommended version.
./build.sh: line 6: wget: command not found

Mono Certificate Store Sync - version 6.4.0.198
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.


Importing into legacy system store:
I already trust 151, your new list has 151
Import process completed.

Importing into BTLS system store:
I already trust 151, your new list has 151
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 6.4.0.198
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': No such file or directory.
Packages could not be restored. Updating NuGet.
rm: cannot remove './nuget.exe': No such file or directory
./build.sh: line 6: wget: command not found
Mono Certificate Store Sync - version 6.4.0.198
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 151, your new list has 151
Import process completed.

Importing into BTLS system store:
I already trust 151, your new list has 151
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 6.4.0.198
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': No such file or directory.

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 6.4.0.198
Copyright (C) 2005-2013 Various Mono authors

Build started 12/10/2019 09:30:01.
__________________________________________________
/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/nbfc/NoteBookFanControl.sln" (Clean target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Clean:
		Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (Clean target(s)):
			Target CoreClean:
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs'
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb'
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll'
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll'
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb'
				Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.csproj.FilesWrittenAbsolute.txt'
		Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj".
		Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (Clean target(s)):
			Target CoreClean:
				Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs'
				Deleting file '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb'
				Deleting file '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll'
				Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll'
				Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb'
				Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.csproj.FilesWrittenAbsolute.txt'
		Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj".
		Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (Clean target(s)):
			Target CoreClean:
				Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs'
				Deleting file '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb'
				Deleting file '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll'
				Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll'
				Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb'
				Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.csproj.FilesWrittenAbsolute.txt'
		Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj".
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (Clean target(s)):
			Target CoreClean:
				Deleting file '/nbfc/Core/StagWare.Configurations/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs'
				Deleting file '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll'
				Deleting file '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb'
				Deleting file '/nbfc/Core/StagWare.Configurations/obj/Release/StagWare.FanControl.Configurations.csproj.FilesWrittenAbsolute.txt'
		Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".
		The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
Done building project "/nbfc/NoteBookFanControl.sln".

Build succeeded.

Warnings:

/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

	 4 Warning(s)
	 0 Error(s)

Time Elapsed 00:00:01.6420910

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 6.4.0.198
Copyright (C) 2005-2013 Various Mono authors

Build started 12/10/2019 09:30:03.
__________________________________________________
/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/nbfc/NoteBookFanControl.sln" (Build target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Build:
		Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb'
				Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll'
		Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj".
		Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb'
				Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll'
		Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj".
		Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
				Copyright (C) Microsoft Corporation. All rights reserved.
			Target DeployOutputFiles:
				Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb'
				Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll'
		Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj".
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
			Target ResolveAssemblyReferences:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved
				For searchpath {CandidateAssemblyFiles}
				Warning: {CandidateAssemblyFiles} not supported currently
				For searchpath {HintPathFromItem}
				Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist.
				For searchpath {TargetFrameworkDirectory}
				Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found.
				Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found.
				For searchpath {PkgConfig}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files.
				For searchpath {GAC}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC.
				For searchpath {RawFileName}
				Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist
				For searchpath bin/Release/
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist
				Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist
			Target CopyFilesMarkedCopyLocal:
				Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll'
				Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb'
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
				Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
				Copyright (C) Microsoft Corporation. All rights reserved.
ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
			Task "Csc" execution -- FAILED
			Done building target "CoreCompile" in project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
		Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
	Task "MSBuild" execution -- FAILED
	Done building target "Build" in project "/nbfc/NoteBookFanControl.sln".-- FAILED
Done building project "/nbfc/NoteBookFanControl.sln".-- FAILED

Build FAILED.

Warnings:

/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

	/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved

Errors:

/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->

	ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
	FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)
	ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
	ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)
	FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?)

	 5 Warning(s)
	 5 Error(s)

Time Elapsed 00:00:04.9773300
/nbfc
root@d89f55fd74f4:/nbfc# 
<!-- gh-comment-id:563948855 --> @damufo commented on GitHub (Dec 10, 2019): Same problem from Debian Stretch nbfc stable and beta december 2019 <pre> root@d89f55fd74f4:/nbfc# ./build.sh /nbfc /nbfc NuGet could not be found. Downloading latest recommended version. ./build.sh: line 6: wget: command not found Mono Certificate Store Sync - version 6.4.0.198 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 151, your new list has 151 Import process completed. Importing into BTLS system store: I already trust 151, your new list has 151 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 6.4.0.198 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': No such file or directory. Packages could not be restored. Updating NuGet. rm: cannot remove './nuget.exe': No such file or directory ./build.sh: line 6: wget: command not found Mono Certificate Store Sync - version 6.4.0.198 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 151, your new list has 151 Import process completed. Importing into BTLS system store: I already trust 151, your new list has 151 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 6.4.0.198 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': No such file or directory. >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 6.4.0.198 Copyright (C) 2005-2013 Various Mono authors Build started 12/10/2019 09:30:01. __________________________________________________ /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/nbfc/NoteBookFanControl.sln" (Clean target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Clean: Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (Clean target(s)): Target CoreClean: Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs' Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb' Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll' Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb' Deleting file '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.csproj.FilesWrittenAbsolute.txt' Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj". Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (Clean target(s)): Target CoreClean: Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs' Deleting file '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' Deleting file '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb' Deleting file '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.csproj.FilesWrittenAbsolute.txt' Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj". Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (Clean target(s)): Target CoreClean: Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs' Deleting file '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb' Deleting file '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll' Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb' Deleting file '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.csproj.FilesWrittenAbsolute.txt' Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj". The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (Clean target(s)): Target CoreClean: Deleting file '/nbfc/Core/StagWare.Configurations/obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs' Deleting file '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll' Deleting file '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb' Deleting file '/nbfc/Core/StagWare.Configurations/obj/Release/StagWare.FanControl.Configurations.csproj.FilesWrittenAbsolute.txt' Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj". The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Done building project "/nbfc/NoteBookFanControl.sln". Build succeeded. Warnings: /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. 4 Warning(s) 0 Error(s) Time Elapsed 00:00:01.6420910 >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 6.4.0.198 Copyright (C) 2005-2013 Various Mono authors Build started 12/10/2019 09:30:03. __________________________________________________ /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/nbfc/NoteBookFanControl.sln" (Build target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Build: Project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.pdb' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.pdb' Copying file from '/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll' Done building project "/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj". Project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' Copying file from '/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' Done building project "/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj". Project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9) Copyright (C) Microsoft Corporation. All rights reserved. Target DeployOutputFiles: Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.pdb' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.pdb' Copying file from '/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll' Done building project "/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj". The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Target ResolveAssemblyReferences: /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved For searchpath {CandidateAssemblyFiles} Warning: {CandidateAssemblyFiles} not supported currently For searchpath {HintPathFromItem} Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist. For searchpath {TargetFrameworkDirectory} Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found. Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found. For searchpath {PkgConfig} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files. For searchpath {GAC} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC. For searchpath {RawFileName} Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist For searchpath bin/Release/ Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist Considered '/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist Target CopyFilesMarkedCopyLocal: Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll' Copying file from '/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.pdb' to '/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.pdb' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/csc.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9) Copyright (C) Microsoft Corporation. All rights reserved. ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) Task "Csc" execution -- FAILED Done building target "CoreCompile" in project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Done building project "/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/nbfc/NoteBookFanControl.sln".-- FAILED Done building project "/nbfc/NoteBookFanControl.sln".-- FAILED Build FAILED. Warnings: /nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. /nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved Errors: /nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> ConfigManager.cs(4,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name 'Abstractions' does not exist in the namespace 'System.IO' (are you missing an assembly reference?) ConfigManager.cs(29,26): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) ConfigManager.cs(69,81): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name 'IFileSystem' could not be found (are you missing a using directive or an assembly reference?) 5 Warning(s) 5 Error(s) Time Elapsed 00:00:04.9773300 /nbfc root@d89f55fd74f4:/nbfc# </pre>
Author
Owner

@damufo commented on GitHub (Dec 10, 2019):

In xubuntu 19.10
nbfc: dec 2019

~/nbfc$ ./build.sh 
~/nbfc ~/nbfc
NuGet could not be found. Downloading latest recommended version.
./build.sh: liña 6: curl: non se atopou a orde
Mono Certificate Store Sync - version 5.18.0.240
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 128, your new list has 128
Import process completed.

Importing into BTLS system store:
I already trust 128, your new list has 128
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 5.18.0.240
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': Non hai tal ficheiro ou directorio.
Packages could not be restored. Updating NuGet.
rm: non se pode eliminar './nuget.exe': Non hai tal ficheiro ou directorio
./build.sh: liña 6: curl: non se atopou a orde
Mono Certificate Store Sync - version 5.18.0.240
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 128, your new list has 128
Import process completed.

Importing into BTLS system store:
I already trust 128, your new list has 128
Import process completed.
Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'.
Mono Certificate Store Sync - version 5.18.0.240
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
Cannot open assembly 'nuget.exe': Non hai tal ficheiro ou directorio.

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 5.18.0.240
Copyright (C) 2005-2013 Various Mono authors

Build started 10/12/2019 11:00:33.
__________________________________________________
/home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/home/user1/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/home/user1/nbfc/NoteBookFanControl.sln" (Clean target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Clean:
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
Done building project "/home/user1/nbfc/NoteBookFanControl.sln".

Build succeeded.

Warnings:

/home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/home/user1/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

	 4 Warning(s)
	 0 Error(s)

Time Elapsed 00:00:01.2067840

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 5.18.0.240
Copyright (C) 2005-2013 Various Mono authors

Build started 10/12/2019 11:00:34.
__________________________________________________
/home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/home/user1/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/home/user1/nbfc/NoteBookFanControl.sln" (Build target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "ReleaseLinux|Any CPU".
	Target Build:
		Project "/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs ../../../Common/CommonAssemblyVersion.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
			Target DeployOutputFiles:
				Copying file from '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll.mdb' to '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll.mdb'
				Copying file from '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll'
		Done building project "/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj".
		Project "/home/user1/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
			Target DeployOutputFiles:
				Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll.mdb' to '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll.mdb'
				Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll'
		Done building project "/home/user1/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj".
		Project "/home/user1/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs ../../Common/CommonAssemblyVersion.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
			Target DeployOutputFiles:
				Copying file from '/home/user1/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll.mdb' to '/home/user1/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll.mdb'
				Copying file from '/home/user1/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/home/user1/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll'
		Done building project "/home/user1/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj".
		The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'.
		Project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Release Platform: AnyCPU
				Created directory "bin/Release/"
				Created directory "obj/Release/"
			Target ResolveAssemblyReferences:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved
				For searchpath {CandidateAssemblyFiles}
				Warning: {CandidateAssemblyFiles} not supported currently
				For searchpath {HintPathFromItem}
				Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist.
				For searchpath {TargetFrameworkDirectory}
				Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found.
				Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found.
				For searchpath {PkgConfig}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files.
				For searchpath {GAC}
				Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC.
				For searchpath {RawFileName}
				Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist
				For searchpath bin/Release/
				Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist
				Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist
				Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist
			Target CopyFilesMarkedCopyLocal:
				Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll'
				Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll.mdb' to '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll.mdb'
			Target GenerateSatelliteAssemblies:
			No input files were specified for target GenerateSatelliteAssemblies, skipping.
			Target CoreCompile:
				Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4
ConfigManager.cs(4,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference?
FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference?
ConfigManager.cs(29,26): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?
ConfigManager.cs(69,81): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?
FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?
			Task "Csc" execution -- FAILED
			Done building target "CoreCompile" in project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
		Done building project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED
	Task "MSBuild" execution -- FAILED
	Done building target "Build" in project "/home/user1/nbfc/NoteBookFanControl.sln".-- FAILED
Done building project "/home/user1/nbfc/NoteBookFanControl.sln".-- FAILED

Build FAILED.

Warnings:

/home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj:  warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/home/user1/nbfc/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

/home/user1/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

	/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved

Errors:

/home/user1/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->

	ConfigManager.cs(4,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference?
	FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference?
	ConfigManager.cs(29,26): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?
	ConfigManager.cs(69,81): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?
	FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference?

	 5 Warning(s)
	 5 Error(s)

Time Elapsed 00:00:02.2949660
~/nbfc

<!-- gh-comment-id:563959769 --> @damufo commented on GitHub (Dec 10, 2019): In xubuntu 19.10 nbfc: dec 2019 <pre> ~/nbfc$ ./build.sh ~/nbfc ~/nbfc NuGet could not be found. Downloading latest recommended version. ./build.sh: liña 6: curl: non se atopou a orde Mono Certificate Store Sync - version 5.18.0.240 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 128, your new list has 128 Import process completed. Importing into BTLS system store: I already trust 128, your new list has 128 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 5.18.0.240 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': Non hai tal ficheiro ou directorio. Packages could not be restored. Updating NuGet. rm: non se pode eliminar './nuget.exe': Non hai tal ficheiro ou directorio ./build.sh: liña 6: curl: non se atopou a orde Mono Certificate Store Sync - version 5.18.0.240 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Importing into legacy system store: I already trust 128, your new list has 128 Import process completed. Importing into BTLS system store: I already trust 128, your new list has 128 Import process completed. Unknown option or file not found '/etc/pki/tls/certs/ca-bundle.crt'. Mono Certificate Store Sync - version 5.18.0.240 Populate Mono certificate store from a concatenated list of certificates. Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt Where system-ca-bundle.crt is in PEM format Cannot open assembly 'nuget.exe': Non hai tal ficheiro ou directorio. >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.18.0.240 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2019 11:00:33. __________________________________________________ /home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /home/user1/nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/home/user1/nbfc/NoteBookFanControl.sln" (Clean target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Clean: The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'DriverSetupWixAction' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Hardware' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'ConfigEditor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.ECWindows' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'StagWare.Plugins.CpuTemperatureMonitor' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcClient' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcSetup' is disabled for solution configuration 'ReleaseLinux|Any CPU'. The project 'NbfcBootstrapper' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Done building project "/home/user1/nbfc/NoteBookFanControl.sln". Build succeeded. Warnings: /home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /home/user1/nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. 4 Warning(s) 0 Error(s) Time Elapsed 00:00:01.2067840 >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.18.0.240 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2019 11:00:34. __________________________________________________ /home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /home/user1/nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Project "/home/user1/nbfc/NoteBookFanControl.sln" (Build target(s)): Target ValidateSolutionConfiguration: Building solution configuration "ReleaseLinux|Any CPU". Target Build: Project "/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Hardware.LPC.dll ../../../Common/CommonAssemblyInfo.cs ../../../Common/CommonAssemblyVersion.cs EmbeddedControllerBase.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll.mdb' to '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll.mdb' Copying file from '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/obj/Release/StagWare.Hardware.LPC.dll' to '/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/bin/Release/StagWare.Hardware.LPC.dll' Done building project "/home/user1/nbfc/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj". Project "/home/user1/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.BiosInfo.dll ../../Common/CommonAssemblyInfo.cs BiosInfo.cs BiosInfoLinux.cs BiosInfoWindows.cs Properties/AssemblyInfo.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll.mdb' to '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll.mdb' Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/obj/Release/StagWare.BiosInfo.dll' to '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' Done building project "/home/user1/nbfc/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj". Project "/home/user1/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.Settings.dll ../../Common/CommonAssemblyInfo.cs ../../Common/CommonAssemblyVersion.cs DefaultValueAttribute.cs LoadSettingsFailedEventArgs.cs Properties/AssemblyInfo.cs RestoreDefaultsIgnoreAttribute.cs SettingsBase.cs SettingsService.cs XmlWrapper.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/user1/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll.mdb' to '/home/user1/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll.mdb' Copying file from '/home/user1/nbfc/Core/StagWare.Settings/obj/Release/StagWare.Settings.dll' to '/home/user1/nbfc/Core/StagWare.Settings/bin/Release/StagWare.Settings.dll' Done building project "/home/user1/nbfc/Core/StagWare.Settings/StagWare.Settings.csproj". The project 'OpenHardwareMonitorLib' is disabled for solution configuration 'ReleaseLinux|Any CPU'. Project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj" (default target(s)): Target PrepareForBuild: Configuration: Release Platform: AnyCPU Created directory "bin/Release/" Created directory "obj/Release/" Target ResolveAssemblyReferences: /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved For searchpath {CandidateAssemblyFiles} Warning: {CandidateAssemblyFiles} not supported currently For searchpath {HintPathFromItem} Considered ../../packages/System.IO.Abstractions.2.1.0.256/lib/net40/System.IO.Abstractions.dll, but it does not exist. For searchpath {TargetFrameworkDirectory} Considered target framework dir /usr/lib/mono/4.5-api/, assembly named 'System.IO.Abstractions' not found. Considered target framework dir /usr/lib/mono/4.5-api//Facades/, assembly named 'System.IO.Abstractions' not found. For searchpath {PkgConfig} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in any pkg-config files. For searchpath {GAC} Considered System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL, but could not find in the GAC. For searchpath {RawFileName} Considered 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' as a file, but the file does not exist For searchpath bin/Release/ Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions' as a file, but the file does not exist Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.exe' as a file, but the file does not exist Considered '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/System.IO.Abstractions.dll' as a file, but the file does not exist Target CopyFilesMarkedCopyLocal: Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll' to '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll' Copying file from '/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release/StagWare.BiosInfo.dll.mdb' to '/home/user1/nbfc/Core/StagWare.Configurations/bin/Release/StagWare.BiosInfo.dll.mdb' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/StagWare.FanControl.Configurations.dll ../../Common/CommonAssemblyInfo.cs ConfigManager.cs ExtensionMethods/StringExtensionMethods.cs FanControlConfigManager.cs FanControlConfig.cs FanControlConfigV2.cs FanConfiguration.cs FanSpeedPercentageOverride.cs RegisterWriteConfiguration.cs RegisterWriteRequest.cs Properties/AssemblyInfo.cs TemperatureThreshold.cs Validation/FanControlConfigValidator.cs Validation/Rules/FanConfigurationsNotEmtpy.cs Validation/Rules/NoDuplicateTemperatureUpThresholds.cs Validation/Rules/MaxFanSpeedThresholdRequired.cs Validation/Rules/UpThresholdMayNotBeLowerThanDownThreshold.cs Validation/Rules/UpThresholdsMustBeLowerThanCriticalTemperature.cs Validation/Rules/ZeroFanSpeedThresholdRecommended.cs Validation/Validation.cs Validation/ValidationSummary.cs Validation/IValidationRule.cs Validation/Validator.cs obj/Release/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE /nostdlib /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/home/user1/nbfc/Core/StagWare.BiosInfo/bin/Release//StagWare.BiosInfo.dll /reference:/usr/lib/mono/4.5-api//mscorlib.dll /warn:4 ConfigManager.cs(4,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference? FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference? ConfigManager.cs(29,26): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? ConfigManager.cs(69,81): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? Task "Csc" execution -- FAILED Done building target "CoreCompile" in project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Done building project "/home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/home/user1/nbfc/NoteBookFanControl.sln".-- FAILED Done building project "/home/user1/nbfc/NoteBookFanControl.sln".-- FAILED Build FAILED. Warnings: /home/user1/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring. /home/user1/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring. /home/user1/nbfc/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. /home/user1/nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL' not resolved Errors: /home/user1/nbfc/NoteBookFanControl.sln (Build) -> (Build target) -> /home/user1/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> ConfigManager.cs(4,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference? FanControlConfigManager.cs(8,17): error CS0234: The type or namespace name `Abstractions' does not exist in the namespace `System.IO'. Are you missing an assembly reference? ConfigManager.cs(29,26): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? ConfigManager.cs(69,81): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? FanControlConfigManager.cs(52,91): error CS0246: The type or namespace name `IFileSystem' could not be found. Are you missing an assembly reference? 5 Warning(s) 5 Error(s) Time Elapsed 00:00:02.2949660 ~/nbfc </pre>
Author
Owner

@damufo commented on GitHub (Dec 10, 2019):

Finally this
https://github.com/hirschmann/nbfc/wiki/How-to-properly-install-NBFC-on-Ubuntu-18.04
Work for me.

Debian 9 Stretch
Mono installed from:
https://www.mono-project.com/download/stable/#download-lin-debian

Nuget.exe (current 5.3.1) donwloaded from:
https://www.nuget.org/downloads

<!-- gh-comment-id:564092533 --> @damufo commented on GitHub (Dec 10, 2019): Finally this https://github.com/hirschmann/nbfc/wiki/How-to-properly-install-NBFC-on-Ubuntu-18.04 Work for me. Debian 9 Stretch Mono installed from: https://www.mono-project.com/download/stable/#download-lin-debian Nuget.exe (current 5.3.1) donwloaded from: https://www.nuget.org/downloads
Author
Owner

@github-actions[bot] commented on GitHub (Jun 9, 2020):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:640949641 --> @github-actions[bot] commented on GitHub (Jun 9, 2020): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#656
No description provided.