Last modified: 2014-09-25 06:52:19 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T73177, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71177 - /usr/lib/hphp/hphpize/hphpize.cmake has /root/hhvm/joe/hhvm in HHVM_INCLUDE_DIRS
/usr/lib/hphp/hphpize/hphpize.cmake has /root/hhvm/joe/hhvm in HHVM_INCLUDE_DIRS
Status: RESOLVED FIXED
Product: MediaWiki-Vagrant
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Giuseppe Lavagetto
: hhvm
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-23 15:35 UTC by Jackmcbarn
Modified: 2014-09-25 06:52 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jackmcbarn 2014-09-23 15:35:00 UTC
When trying to compile an HHVM extension in Vagrant, it fails because it tries to look in /root/hhvm/joe/hhvm. It's getting this path from /usr/lib/hphp/hphpize/hphpize.cmake.
Comment 1 Bryan Davis 2014-09-24 00:26:56 UTC

*** This bug has been marked as a duplicate of bug 68944 ***
Comment 2 Antoine "hashar" Musso (WMF) 2014-09-24 15:36:18 UTC
As described on bug 68944, I wrote a workaround for that issue https://gerrit.wikimedia.org/r/#/c/150895/

Basically run:

  hphpize
  sed -i 's%;/root/hhvm/joe/hhvm%%' CMakeLists.txt
  cmake .
  make

The issue has been fixed upstream https://github.com/facebook/hhvm/pull/3323 ( da0635499 ) and is included in HHVM 3.3.0:

 facebook/hhvm$ git tag --contains da0635499 
 HHVM-3.3.0
 $
Comment 3 Giuseppe Lavagetto 2014-09-25 06:52:10 UTC
Confirmed that the new packages fix the issue.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links