GNOME Bugzilla – Bug 753091
Build fails with mono 4.0
Last modified: 2020-03-17 10:00:24 UTC
Created attachment 308515 [details] [review] patch to make banshee build with Mono 4.0 Building on Debian experimental with Mono 4.0 (Debian version 4.0.2.5+dfsg-2) fails in configure: ... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for GNOME_DOC_UTILS... yes checking gnome-doc-utils >= 0.17.3... yes checking for MONO_MODULE... yes checking for dmcs... /usr/bin/mono-csc checking for mono... /usr/bin/mono checking for Mono 2.0 GAC for Mono.Posix.dll... not found configure: error: missing required Mono 2.0 assembly: Mono.Posix.dll The reason is that Mono 4.0 has no .../mono/2.0/Mono.Posix.dll anymore, only .../mono/4.5/Mono.Posix.dll (cf. build/m4/shamrock/mono.m4). The attached patch makes it build with Mono 4.0 (and banshee appears to be woorking), but would break with Mono 3.2. Cheerws, Roderich
Banshee is not under active development anymore and had its last code changes more than three years ago. Its codebase has been archived. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is being shut down) if anyone takes the responsibility for active development again. See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/264 for more info.