Just for the record, if anyone is interested in using a Pharo 9 image with these builds in Manjaro/Arch, updating the libgit2-pharo-bindings code in the image to the latest version will support libgit2 v1.4. At least, everything I've tested seems to be working ok.
On Thu, Mar 17, 2022 at 10:54 AM Esteban Lorenzano <[email protected]> wrote: > that's the image, not the VM :) > (you need latest P10 image :P ) > > Esteban > > ps: I use manjaro, so I am sure it has to be working for you now ;) > > On Mar 17 2022, at 2:51 pm, Gabriel Cotelli <[email protected]> wrote: > > Thanks! > > I've tried the Arch instructions for Manjaro Linux but it seems that I > have a newer libgit2 version installed because when starting a Pharo 9 > image I get a debugger with > > Error: Cannot locate any of #('libgit2.1.0.0.so' 'libgit2.so.1.0.0' > 'libgit2.so.1.0' 'libgit2.so.1.1' 'libgit2.so.1.2' 'libgit2.so.0.25.1'). > Please check if it installed on your system" > > I've checked and it seems I have libgit 1.4 > > ldconfig -p | grep libgit > libgit2.so.1.4 (libc6,x86-64) => /usr/lib/libgit2.so.1.4 > libgit2.so (libc6,x86-64) => /usr/lib/libgit2.so > > Is anyone able to use the OBS builds for Manjaro or Arch? > > On Thu, Mar 17, 2022 at 9:26 AM Esteban Lorenzano <[email protected]> > wrote: > > Hi, > > I have been preparing our OBS builds [1] for the Pharo 10 release. > We now include: > > > - Fedora 35 > - Ubuntu 21.10 > - Debian 11 > > > And we fixed the rolling releases: > > > - Arch > - OpenSUSE Thumbleweed > > > Enjoy! > Esteban > > [1] > https://software.opensuse.org//download.html?project=devel%3Alanguages%3Apharo%3Alatest&package=pharo9-ui > >
