[GH-ISSUE #1232] Does not build on arch #1055

Closed
opened 2026-02-26 00:34:16 +03:00 by kerem · 1 comment
Owner

Originally created by @Celibistrial on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1232

Describe the bug
When building on arch with mono installed I get the error
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 "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Done building project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/NoteBookFanControl.sln".-- FAILED Done building project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/NoteBookFanControl.sln".-- FAILED
To Reproduce
Clone the repo and with mono installed run ./build.sh

System information

  • Arch Linux x86_64
  • 1.6.3
Originally created by @Celibistrial on GitHub (Mar 14, 2022). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1232 **Describe the bug** When building on arch with mono installed I get the error `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 "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Done building project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj".-- FAILED Task "MSBuild" execution -- FAILED Done building target "Build" in project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/NoteBookFanControl.sln".-- FAILED Done building project "/home/celibistrial/Downloads/nbfc/nbfc-1.6.3/NoteBookFanControl.sln".-- FAILED ` **To Reproduce** Clone the repo and with mono installed run ./build.sh **System information** - Arch Linux x86_64 - 1.6.3
kerem closed this issue 2026-02-26 00:34:16 +03:00
Author
Owner

@Celibistrial commented on GitHub (Mar 19, 2022):

Used the aur package , works now

<!-- gh-comment-id:1072964521 --> @Celibistrial commented on GitHub (Mar 19, 2022): Used the [aur](https://aur.archlinux.org/packages/nbfc) package , works now
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#1055
No description provided.