Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build 3.18 fails on dpkg-build on ppc64le #167

Open
racardoso opened this issue May 10, 2017 · 0 comments
Open

Build 3.18 fails on dpkg-build on ppc64le #167

racardoso opened this issue May 10, 2017 · 0 comments

Comments

@racardoso
Copy link

When trying to update HHVM package (Ubuntu) a build error occur telling that file squangle/mysql_client/SSLOptionsProviderBase.h was not found when make starts build ext/mysql. But the file is there. I already try to add libSquangle as dependency hphp/runtime/ext/mysql/conifg.cmake but won't work. Also I try to do a non parallel build without success.

This error doesn't occur when you do a manual build it via cmake . && make -j16

HHVM Version

HHVM 3.18.2 (LTS)

Standalone code, or other way to reproduce the problem

Steps to reproduce:

apt-get source hhvm-3.15.1
uscan --verbose hhvm-3.18.2
uupdate -v 3.18.2 ../hhvm-3.18.2.tar.gz
dpkg-buildpackage -F -j16

Expected result

Build success.

Actual result

hhvm-3.18.2/hphp/runtime/ext/mysql/mysql_common.h:31:58: fatal error: squangle/mysql_client/SSLOptionsProviderBase.h: No such file or directory
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant