Package Details: openhardwaremonitor-git 0.9.6.r0.g09c1689-1

Git Clone URL: https://aur.archlinux.org/openhardwaremonitor-git.git (read-only, click to copy)
Package Base: openhardwaremonitor-git
Description: An open source program that monitors temperature sensors, fan speeds, voltages, load and clock speeds of a computer.
Upstream URL: http://openhardwaremonitor.org/
Licenses: custom
Conflicts: openhardwaremonitor
Provides: openhardwaremonitor
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 0
Popularity: 0.000000
First Submitted: 2019-01-18 06:02 (UTC)
Last Updated: 2022-05-05 04:36 (UTC)

Pinned Comments

m3thodic commented on 2021-10-04 23:59 (UTC)

If you are having issues with the build, it's due to an outdated version of mono currently in the repos. Save the following to a script, run, and try building:

#!/bin/sh

mkdir -p /tmp/mono
pushd /tmp/mono
debpkg=$(curl --silent https://download.mono-project.com/repo/ubuntu/dists/preview-focal/main/binary-amd64/Packages | grep -Po "(?<=Filename: ).+mono-roslyn.+\\.deb")
curl "https://download.mono-project.com/repo/ubuntu/${debpkg}" > mono.deb
ar -x mono.deb data.tar.xz
tar pxJf data.tar.xz ./usr/lib/mono/4.5/System.Reflection.Metadata.dll --strip-components 5
if ! test -f /usr/lib/mono/4.5/System.Reflection.Metadata.dll.dist; then
    sudo mv -v /usr/lib/mono/4.5/System.Reflection.Metadata.dll /usr/lib/mono/4.5/System.Reflection.Metadata.dll.dist
fi
sudo install -v -m0755 System.Reflection.Metadata.dll /usr/lib/mono/4.5
popd

Latest Comments

m3thodic commented on 2021-10-04 23:59 (UTC)

If you are having issues with the build, it's due to an outdated version of mono currently in the repos. Save the following to a script, run, and try building:

#!/bin/sh

mkdir -p /tmp/mono
pushd /tmp/mono
debpkg=$(curl --silent https://download.mono-project.com/repo/ubuntu/dists/preview-focal/main/binary-amd64/Packages | grep -Po "(?<=Filename: ).+mono-roslyn.+\\.deb")
curl "https://download.mono-project.com/repo/ubuntu/${debpkg}" > mono.deb
ar -x mono.deb data.tar.xz
tar pxJf data.tar.xz ./usr/lib/mono/4.5/System.Reflection.Metadata.dll --strip-components 5
if ! test -f /usr/lib/mono/4.5/System.Reflection.Metadata.dll.dist; then
    sudo mv -v /usr/lib/mono/4.5/System.Reflection.Metadata.dll /usr/lib/mono/4.5/System.Reflection.Metadata.dll.dist
fi
sudo install -v -m0755 System.Reflection.Metadata.dll /usr/lib/mono/4.5
popd

mike.cloaked commented on 2021-05-22 15:36 (UTC)

Has anyone been able to fix the build - it's almost a year ago the build fail was reported and now we have gcc 11 too.

The first reported problem during an attempted build is:

Creating directory "obj/Release/NET40/".
Done Building Project "/home/mike/Documents/install_stuff/aur/open-hardware-monitor/openhardwaremonitor-git/src/openhardwaremonitor-git/External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj" (default targets) -- FAILED.
Done Building Project "/home/mike/Documents/install_stuff/aur/open-hardware-monitor/openhardwaremonitor-git/src/openhardwaremonitor-git/OpenHardwareMonitor.sln" (default targets) -- FAILED.

Build FAILED.

ludenticus commented on 2020-07-13 02:36 (UTC)

It doesn't build. Fails while "patching file".

vesterlay commented on 2020-06-01 18:57 (UTC)

Can't build ==> Starting prepare()... patching file OpenHardwareMonitor.csproj Hunk #1 FAILED at 301. 1 out of 1 hunk FAILED -- saving rejects to file OpenHardwareMonitor.csproj.rej ==> ERROR: A failure occurred in prepare(). Aborting...