mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 09:06:00 +03:00
[GH-ISSUE #924] Building on Fedora not possible #799
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#799
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 @jsimons8 on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/924
I tried building on Fedora and several issues crept up, summarised in the attached output:
To Reproduce
Run
build.shon Fedora system.Expected behavior
I expected the build script to complete its task.
System information
error.log
Additional context
The command
sudo dnf install monodoes not work. RH recommends installing mono-complete as seen here. Moreover, thexbuildcommand is deprecated and my system started usingmsbuildinstead.@jsimons8 commented on GitHub (Jun 16, 2020):
Eventually, I got it to work using a docker image. The instructions described worked up to a point.