[GH-ISSUE #924] Building on Fedora not possible #799

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

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.sh on Fedora system.

Expected behavior
I expected the build script to complete its task.

System information

  • Fedora 32
  • NBFC stable
  • Output attached here:
    error.log

Additional context
The command sudo dnf install mono does not work. RH recommends installing mono-complete as seen here. Moreover, the xbuild command is deprecated and my system started using msbuild instead.

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.sh` on Fedora system. **Expected behavior** I expected the build script to complete its task. **System information** - Fedora 32 - NBFC stable - Output attached here: [error.log](https://github.com/hirschmann/nbfc/files/4765838/error.log) **Additional context** The command `sudo dnf install mono` does not work. RH recommends installing mono-complete as seen [here](https://developer.fedoraproject.org/tech/languages/dotnet/mono.html). Moreover, the `xbuild` command is deprecated and my system started using `msbuild` instead.
kerem closed this issue 2026-02-26 00:33:37 +03:00
Author
Owner

@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.

  1. Install Docker from here (The official docker instructions don't seem to cover Fedora 32, yet.)
  2. When following the build instructions, this little fix proved invaluable.
  3. The remaining instructions worked. Laptop is much quieter now. :-)
<!-- gh-comment-id:644679486 --> @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. 1. Install Docker from [here](https://computingforgeeks.com/how-to-install-docker-on-fedora/) (The official docker instructions don't seem to cover Fedora 32, yet.) 2. When following the build instructions, this little [fix](https://github.com/docker/for-linux/issues/219#issuecomment-375160449) proved invaluable. 3. The remaining instructions worked. Laptop is much quieter 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#799
No description provided.