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 ... 5 6 7 8 9 10
Anonymous comment on 2010-11-08 13:07
You need libmemcache to build this.
Anonymous comment on 2010-11-03 15:17
If you get an error message like this while compiling...
"CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CCLIENT_INCLUDE_PATH (ADVANCED)"
... then you have to install the imap package. (Should be added to makedepends)
Anonymous comment on 2010-08-13 15:58
Spider.007, well... I know it should be compiled on x64, but I run (mainly because of stability & compatibility) 32bit Arch and I wanted to test it, see if it will work under x86 and if it gives performance boost :), so I compiled it under x86 and it run :)
Spider.007 commented on 2010-04-13 13:32
Harvie, why don't you create a package that does match the 'ArchLinux rules' before you start calling my work stupid?
Harvie commented on 2010-04-10 13:19
Spider.007: It's VERY VERY stupid idea to create package which have to be built with root privileges. just copy what you need from /opt to srcdir and after build copy hphp to pkgdir/opt and you will get what you need! this is against ArchLinux rules and should be deleted otherwise!
==> Starting build()...
==> Connecting to githup.com GIT server....
fatal: could not create work tree dir 'hiphop-php'.: Permission denied
/tmp/yaourt-tmp-harvie/aur-hiphop-git/hiphop-git/./PKGBUILD: line 31: cd: hiphop-php: No such file or directory
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
==> GIT checkout done or server timeout
CMake Error: The source directory "/opt/hiphop" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build hiphop-git package.
Spider.007 commented on 2010-04-01 08:18
I would prefer to follow Facebooks advice on this, which is that this package should only be compiled on 64 bits systems. I have modified the PKGBUILD accordingly
Anonymous comment on 2010-03-31 22:18
Hello, thank you for this very much.
I'm currently compiling this on 32-bit machine (right now I'm at 38%).
I found this link with the instructions how to do this: http://gist.github.com/312070
But I already needed to replace CMakeLists.txt with this one: http://github.com/sanxiyn/hiphop-php/blob/32bit/CMakeLists.txt
(author of this just removed the check for 64bit code...)
I don't have time now to add some checks here if user compiling this PKGBUILD have x86 or x64 machine... I'll leave that for you, if you want to add this feature :)
Anyway, thanks very much for contributing this.
With regards,
NoICE
-------------------------------------------------------------------
below is link to modified PKGBUILD, please take it only as example
https://gist.github.com/ed554ba73f1d62568ba9