mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #1232] Does not build on arch #1055
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1055
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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".-- FAILEDTo Reproduce
Clone the repo and with mono installed run ./build.sh
System information
@Celibistrial commented on GitHub (Mar 19, 2022):
Used the aur package , works now