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

ppc64le build broken #131

Closed
0rtz opened this issue Oct 2, 2021 · 4 comments
Closed

ppc64le build broken #131

0rtz opened this issue Oct 2, 2021 · 4 comments

Comments

@0rtz
Copy link

0rtz commented Oct 2, 2021

I get the following error when trying to build on ppc64le:

make -C src
make[1]: Entering directory '/home/luajit2/src'
CC        lj_init.o
HOSTCC    host/minilua.o
HOSTLINK  host/minilua
DYNASM    host/buildvm_arch.h
vm_ppc.dasc:5692: error: .endif without .if:
    |  .endif
vm_ppc.dasc:*: info: fatal error in input file -- no output file generated.
make[1]: *** [Makefile:668: host/buildvm_arch.h] Error 1
make[1]: Leaving directory '/home/luajit2/src'
make: *** [Makefile:113: default] Error 2

The last commit that i can build from is 5f13855 IIUC it was merged in mainline in 63dee93 and since then build is broken for some reason

@zhuizhuhaomeng
Copy link
Contributor

@0xrz would you please try this branch bug_ppc

@zhuizhuhaomeng
Copy link
Contributor

@0rtz
Copy link
Author

0rtz commented Oct 10, 2021

@zhuizhuhaomeng Yes, it builds on bug_ppc branch successfully

@zhuizhuhaomeng
Copy link
Contributor

@0xrz merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants