$ sudo dnf install pinta -y Last metadata expiration check: 0:11:10 ago on Wed Sep 25 09:56:35 2019. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: pinta x86_64 1.6-14.fc31 fedora 784 k Installing dependencies: mono-addins x86_64 1.1-11.fc31 fedora 440 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 1.2 M Installed size: 3.7 M Downloading Packages: (1/2): mono-addins-1.1-11.fc31.x86_64.rpm 3.1 MB/s | 440 kB 00:00 (2/2): pinta-1.6-14.fc31.x86_64.rpm 4.0 MB/s | 784 kB 00:00 -------------------------------------------------------------------------------- Total 1.6 MB/s | 1.2 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : mono-addins-1.1-11.fc31.x86_64 1/2 Installing : pinta-1.6-14.fc31.x86_64 2/2 Running scriptlet: pinta-1.6-14.fc31.x86_64 2/2 Verifying : mono-addins-1.1-11.fc31.x86_64 1/2 Verifying : pinta-1.6-14.fc31.x86_64 2/2 Installed: pinta-1.6-14.fc31.x86_64 mono-addins-1.1-11.fc31.x86_64 Complete! The first problem is that the package does not install the necessary dependencies: $ pinta /usr/bin/pinta: line 5: /usr/bin/mono: No such file or directory I install "mono-core" package but: $ pinta Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies. File name: 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies. File name: 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' I have to install "gtk-sharp2" too. In short, the "pinta" package lacks dependencies: mono-core and gtk-sharp2.
On my F30 system dependencies are satisfied. Since I don't have a F31 system available, can you please report the output of: # rpm -q --requires pinta Thanks!
/usr/bin/sh hicolor-icon-theme mono-addins rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsZstd) <= 5.4.18-1
There is definitely something wrong on F31: # rpm -q --requires pinta /usr/bin/sh hicolor-icon-theme mono(ICSharpCode.SharpZipLib) = 4.84.0.0 mono(Mono.Addins) = 1.0.0.0 mono(Mono.Addins.Gui) = 1.0.0.0 mono(Mono.Addins.Setup) = 1.0.0.0 mono(Mono.Cairo) = 4.0.0.0 mono(Mono.Posix) = 4.0.0.0 mono(Pinta.Core) = 1.6.0.0 mono(Pinta.Gui.Widgets) = 1.6.0.0 mono(Pinta.Resources) = 1.6.0.0 mono(System) = 4.0.0.0 mono(System.Core) = 4.0.0.0 mono(System.Xml) = 4.0.0.0 mono(gdk-sharp) = 2.12.0.0 mono(glib-sharp) = 2.12.0.0 mono(gtk-sharp) = 2.12.0.0 mono(mscorlib) = 4.0.0.0 mono(pango-sharp) = 2.12.0.0 mono-addins rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1
I asked for advice on the devel ML: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/KZWBOX6DLZA7VCUZLA6W7BBI2DNNNKJ4/ It was likely a bug in the mono package that seems solved. I rebuilt pinta for F31+. Packages should appear soon in updates-testing.
FEDORA-2019-1d7e1d4528 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-1d7e1d4528
pinta-1.6-15.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-1d7e1d4528
Still not fixed. Problem: cannot install the best candidate for the job - nothing provides mono(Mono.Addins) = 1.0.0.0 needed by pinta-1.6-15.fc31.x86_64 - nothing provides mono(Mono.Addins.Gui) = 1.0.0.0 needed by pinta-1.6-15.fc31.x86_64 - nothing provides mono(Mono.Addins.Setup) = 1.0.0.0 needed by pinta-1.6-15.fc31.x86_64
Summarizing, before rebuilding pinta missed mono dependencies. After rebuilding, dependencies are there but dnf cannot pick them up. Reassigning to mono, as suggested on fedora-devel, to understand what's going wrong.
I will rebuild the mono-addins package for Fedora 31 and Rawhide.
FEDORA-2019-625bd27d6c has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-625bd27d6c
mono-addins-1.1-12.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-625bd27d6c
Did someone test installing pinta in F31 upudates-testing after rebuilding mono-addins? Can I push pinta to stable?
Yes, it's installable and works now in Fedora 31. Thanks.
pinta-1.6-15.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.
mono-addins-1.1-12.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.