You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/255 Commit Summary
File ChangesPatch Links:
— |
@estebanlm pushed 1 commit.
— |
In reply to this post by David T Lewis
this PR should be ready to integrate, but it is failing on sista builds (no related with my changes). — |
In reply to this post by David T Lewis
@akgrant43 commented on this pull request. > @@ -43,7 +43,8 @@ elif [[ "${ARCH}" = "linux32x86" ]]; then libaudio-dev:i386 \ gcc-multilib \ uuid-dev:i386 \ - libcurl3-dev:i386 + libcurl4-openssl-dev:i386 \ + libssh2-1-dev:i386 Are installing:
an artefact of trying to figure out this issue, or really required? If they are required, should the 64 bit libraries be added as well (and why isn't the 64 bit version of libcurl3 loaded? :-)) — |
In reply to this post by David T Lewis
@estebanlm commented on this pull request. > @@ -43,7 +43,8 @@ elif [[ "${ARCH}" = "linux32x86" ]]; then libaudio-dev:i386 \ gcc-multilib \ uuid-dev:i386 \ - libcurl3-dev:i386 + libcurl4-openssl-dev:i386 \ + libssh2-1-dev:i386 uhm, yes... those are remainders of me trying to solve the problem. — |
In reply to this post by David T Lewis
@estebanlm commented on this pull request. In build.linux32x86/third-party/Makefile.libgit2: > @@ -56,6 +56,7 @@ install: $(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME) cp -d $$each $(THIRDPARTYINSTALLDIR); \ fi \ done + ldd $(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME) technically, this is not needed anymore either (I put it to see the bindings of libgit2 to ensure it was linking libssh2). Anyway since this can break again I would keep it. — |
In reply to this post by David T Lewis
@akgrant43 commented on this pull request. In build.linux32x86/third-party/Makefile.libgit2: > @@ -56,6 +56,7 @@ install: $(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME) cp -d $$each $(THIRDPARTYINSTALLDIR); \ fi \ done + ldd $(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME) Exactly why I didn't comment here. :-) — |
In reply to this post by David T Lewis
meh, I'm going to accept it anyway, since sista builds are also failing in Cog branch — |
In reply to this post by David T Lewis
Merged #255. — |
Free forum by Nabble | Edit this page |