Re: wine-mono 4.8.0 build
It is trying to fetch stuff from mono's web site with wget, and not finding wget, nor getting an internet connection... I think the get-monolite-latest dependency is what tries to fetch stuff from online. -------------------------------------------- On Mon, 4/3/19, Michael Cronenworth <mike(a)cchtml.com> wrote: Subject: wine-mono 4.8.0 build To: wine-devel(a)winehq.org Date: Monday, 4 March, 2019, 4:52 Hi, The 4.8.0 wine-mono release cannot be built from source on Fedora. There seems to be something missing from the build root or not compiling during the build and I cannot see what it is. Can I borrow another set of eyes to look at the build output? Build log: https://kojipkgs.fedoraproject.org//work/tasks/7904/33137904/build.log Koji task: https://koji.fedoraproject.org/koji/taskinfo?taskID=33137904 Thanks, Michael
On 3/4/19 5:09 AM, Hin-Tak Leung wrote:
It is trying to fetch stuff from mono's web site with wget, and not finding wget, nor getting an internet connection... I think the get-monolite-latest dependency is what tries to fetch stuff from online.
Please ignore that error. That's not what troubles me. The monolite folder in the wine-mono tarball provides the monolite it should be looking for. This error troubles me: BUILDSTDERR: Unhandled Exception: BUILDSTDERR: System.TypeInitializationException: The type initializer for 'System.Random' threw an exception. ---> System.DllNotFoundException: System.Native assembly:<unknown assembly> type:<unknown type> member:(null) Regarding the wget/curl error: The Fedora build infrastructure blocks any external network communication and with good cause. Build scripts that attempt to dynamically pull stuff from github or other repos are poorly structured.
participants (2)
-
Hin-Tak Leung -
Michael Cronenworth