mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #945] Unable to build on Arch Linux (possibly newer versions of mono?). #818
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#818
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 @k8ieone on GitHub (Jul 9, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/945
Describe the bug
The build fails on Arch Linux with messages about
xbuildbeing deprecated.To Reproduce
build.shscriptExpected behavior
The build should finish without issues.
System information
fc9fb97015Additional context
Installing
mono-msbuildand replacingxbuildwithmsbuildin the build script solves the problem.nbfcpackage on Arch Linux doesn't actually use thebuild.shscript for building so it can be fixed in the AUR without touching the upstream. I already asked the maintainer to usemsbuild.This might become a problem later, when more distros update
monoto newer versions.Build log
@github-actions[bot] commented on GitHub (Jan 7, 2021):
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
@k8ieone commented on GitHub (Jan 7, 2021):
Whille there's no activity on this issue, it is still valid. The build script still uses
xbuild.@BachoSeven commented on GitHub (May 7, 2021):
For future reference, the arch package now uses
msbuild, and it builds correctly.