Closed reanimus closed 9 years ago
Specifically, I'd say this is the saner PR, but whichever works better, really.
Why is it still not fixed? The ebuild is outdated :(
@lutel i'm working on getting 3.5.0 working on my forked version of this overlay, if you're interested.
@reanimus thanks but i dont see it in layman list, how can I subscribe to your repository in gentoo?
Nevermind, it's in the layman list now.
Do a layman -S
and you should be able to see it now. It's listed as hhvm
.
@reanimus thank you, however there are some issues with the ebuilds:
PATCH COMMAND: patch -p0 -g0 -E --no-backup-if-mismatch < '/var/lib/layman/hhvm/dev-php/hhvm/files/hhvm_use_system_libzip_libpcre.patch'
can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option?
|--- a/third-party/CMakeLists.txt
No file to patch. Skipping patch. 2 out of 2 hunks ignored
@lutel thanks for pointing this out, it should be fixed by my latest commit. I'm building it now to confirm.
For future reference, it'd probably be easier if you filed a bug at the repo itself for things.
This has been fixed in newer versions of HHVM 3.3.3 and 3.5.0.
As noted in javer/gentoo-overlay#16, even while depending on the system libzip, hhvm builds its own and attempts to install it. This causes a package collision and thus an installation failure. It looks like someone there has provided a fix as well. Could it be merged in?