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

Docker-compose source code build steps on ppc64le #6133

Closed
AnitaNayak opened this issue Aug 10, 2018 · 2 comments
Closed

Docker-compose source code build steps on ppc64le #6133

AnitaNayak opened this issue Aug 10, 2018 · 2 comments

Comments

@AnitaNayak
Copy link

Can anyone please let me know what are the steps to build docker-compose binary on ppc64le.

@shin-
Copy link

shin- commented Aug 10, 2018

Speaking candidly, this is not something that is officially supported, or even expected to be in the future. That said, it seems like PyInstaller should be compatible with PowerPC architectures (ref: pyinstaller/pyinstaller#2050 , pyinstaller/pyinstaller#2000) with some tinkering (as described in the aforementioned issues), meaning it should be possible to do in theory.

@AnitaNayak
Copy link
Author

AnitaNayak commented Aug 14, 2018

Thank you, Tried the steps given in pyinstaller/pyinstaller#2050. Build is not started.
python waf configure --no-lsb build install
Setting top to : /root/pyinstaller/bootloader
Setting out to : /root/pyinstaller/bootloader/build
Platform : Linux-64bit detected
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for flags -m64 : yes
Checking for program 'strip' : /usr/bin/strip
Checking for library dl : yes
Checking for library m : yes
Checking for library z : yes
Checking for function unsetenv : yes
Checking for flags -Wl,--as-needed : yes
'configure' finished successfully (0.445s)
Waf: Entering directory `/root/pyinstaller/bootloader/build'
Call "python waf all" to compile all bootloaders.

Tried installing pyinstaller through pip. It is successful. But still docker-compose is throwing same error as mentioned in pyinstaller/pyinstaller#2050, while tried building docker-compose.

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

2 participants