Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, Jonathan, You need Mono.Posix.dll, which presumably would be provided by libmono-posix2.0-cil, if it could be installed, which it can’t. I don’t know why apt-get won’t install it. :-( I actually allows me to install, but warning me it is going to uninstall mono-devel, so I'd be in the

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Jonathan Pryor
On May 20, 2015, at 5:08 AM, Baltasar García Perez-Schofield baltas...@gmail.com wrote: $ sudo apt-get install Pinta ... The following packages have unmet dependencies: pinta : Depends: libmono-posix2.0-cil (= 3.2.3) but it is not going to be installed E: Unable to correct problems, you

[Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, all, I want to install Pinta. http://www.pinta-project.com/ However, I cannot do it from Ubuntu's repos, since that would mean to install Ubuntu's packages instead of Xamarin's: === $ sudo apt-get install Pinta [sudo] password for baltasarq: Reading package lists... Done Building

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, Have a look at how we solved the problem for Fedora, to build pinta with Mono4: http://pkgs.fedoraproject.org/cgit/pinta.git/ Hope this helps, Timotheus On 20 May 2015 at 11:43, Baltasar García Perez-Schofield baltas...@gmail.com wrote: Hi, Jonathan, You need

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, I've even cloned the git repository, but I'm still unable to know what to do. Only two files are cloned, pinta.spec and sources, but no clue of where the tarball is. -- baltasar ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, I have fired up a Ubuntu 14.04 machine, with Xamarin mono packages. locate Mono.Posix shows /usr/lib/mono/2.0/Mono.Posix.dll /usr/lib/mono/4.0/Mono.Posix.dll /usr/lib/mono/4.5/Mono.Posix.dll /usr/lib/mono/gac/Mono.Posix /usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, It seems that MonoDevelop has a local copy of that DLL. I was able to copy that DLL and made Pinta work. The dpkg query didn't work for me. So, I can now execute Pinta. I still wonder where Mono.addins.Gui is located, though. Sounds good! Try: apt-get install

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, Timotheus, So if you install apt-get install libmono-posix4.0-cil from the Xamarin repo Good. It seems it was already installed. and you run the sed commands on your extracted pinta tarball ( https://github.com/PintaProject/Pinta/releases/download/1.6/pinta-1.6.tar.gz ): find .