Search Criteria
Package Details: hhvm-git 20150820-1
Git Clone URL: | https://aur.archlinux.org/hhvm-git.git (read-only) |
---|---|
Package Base: | hhvm-git |
Description: | Virtual Machine, Runtime, and JIT for PHP |
Upstream URL: | http://hhvm.com |
Licenses: | |
Submitter: | yan12125 |
Maintainer: | None |
Last Packager: | yan12125 |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-05 07:01 |
Last Updated: | 2015-08-20 17:17 |
Dependencies (26)
- boost-libs
- fribidi
- google-glog (google-glog-static, glog-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full)
- intel-tbb (intel-tbb-gcc6)
- jemalloc (jemalloc-git, jemalloc4)
- libdwarf
- libedit
- libmcrypt
- libmemcached
- libvpx (libvpx-1.6, libvpx-full-git, libvpx-git, libvpx-1.7, fedora-firefox-wayland-bin)
- libxslt (libxslt-git)
- libyaml (libyaml-git)
- mysql (mysql51, mysql55, mariadb-mainline-noconflict, mariadb-git, mroonga, mysql57, mysql56, mariadb, percona-server)
- oniguruma
- php (php55, php53, php56, php70, php-zts, php-32bits-fixes, php71, php72)
- sqlite (sqlite-fossil, sqlite-replication)
- unixodbc (erlang-unixodbc-git)
- boost (make)
- clang (clang-assert, clang-pypy-stm, clang39, clang38, clang-trunk, llvm-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- gperf (gperf-git) (make)
- ocaml-findlib (make)
- pfff (pfff-git) (make)
- python2 (pypy19, stackless-python2) (make)
Required by (0)
Sources (15)
- git+https://github.com/facebook/fbthrift
- git+https://github.com/facebook/folly
- git+https://github.com/facebook/hhvm
- git+https://github.com/facebook/mcrouter
- git+https://github.com/facebook/proxygen
- git+https://github.com/facebook/squangle
- git+https://github.com/facebook/wangle
- git+https://github.com/google/re2
- git+https://github.com/hhvm/hhvm-third-party
- git+https://github.com/webscalesql/webscalesql-5.6
- hhvm.tmpfile
- hhvm@.service
- php_ini.patch
- server.ini
- systemd-server.conf
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
firegore commented on 2015-04-12 11:10
I tried building it today, needed to install gperf and you need MySQL installed if you want UnixDomainSocket Support for MySQL, else you need to define a CMake Param to point it to /dev/null.
Maybe you should add the MakeDependencies?
yan12125 commented on 2015-03-21 13:25
Bump to 20150320. Seems #5015 does not exist anymore on Arch Linux.
yan12125 commented on 2015-03-20 05:23
Current version does not build. See https://github.com/facebook/hhvm/issues/5015
yan12125 commented on 2015-03-07 13:12
Successful build need a modified pfff-with-optlibs-git PKGBUILD. I paste my version at https://aur.archlinux.org/packages/pfff-with-optlibs-git/
yan12125 commented on 2015-03-01 15:42
pfff in [community] does not build hackificator. Latest git version is necessary. However, pfff-git is not applicable for hackificator and pfff-with-optlibs-git requires some fixes for correct build. Please wait until the update of any of them if you want to try latest hhvm build.
yan12125 commented on 2015-01-28 05:32
I tried commit 5a46b50d809590b8feeeb05ede056106bcfb12a6 and succeeded in building. Would you like to try again?
Splith commented on 2015-01-27 20:20
After a grueling 40 minute build;
+ mkdir /tmp/yaourt-tmp-root/aur-hhvm-git/src/hhvm/hphp/hack/tools/augmented_types/_build
mkdir: cannot create directory '/tmp/yaourt-tmp-root/aur-hhvm-git/src/hhvm/hphp/hack/tools/augmented_types/_build': File exists
Command exited with code 1.
Failure:
Error during command "mkdir /tmp/yaourt-tmp-root/aur-hhvm-git/src/hhvm/hphp/hack/tools/augmented_types/_build": My_std.Exit_with_code(10).
Makefile:12: recipe for target 'byte' failed
make: *** [byte] Error 2
make: *** Waiting for unfinished jobs....
Finished, 37 targets (0 cached) in 00:00:01.
mssola commented on 2015-01-21 08:57
Since HHVM has moved to community now, I've added it in HHVM's wiki: https://github.com/facebook/hhvm/wiki/Prebuilt-Packages-on-Arch-Linux . Hope it helps.
yan12125 commented on 2014-12-27 14:25
Fix the '/usr/lib64 exists in filesystem' issue. It's caused by this commit: https://github.com/facebook/hhvm/commit/da0635499af115f84f78195c4a38f38b1d925f83
On Arch Linux /usr/lib64 points to /usr/lib, so move everything in /usr/lib64 to /usr/lib when packaging.
yan12125 commented on 2014-12-25 11:07
Updated with new INI configuration files.