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

ERROR: Make install error on Centos7.9 #383

Closed
1 of 2 tasks
Zhangbaowen-Hashdata opened this issue Feb 27, 2024 · 5 comments
Closed
1 of 2 tasks

ERROR: Make install error on Centos7.9 #383

Zhangbaowen-Hashdata opened this issue Feb 27, 2024 · 5 comments
Assignees
Labels
priority: High After critical issues are fixed, these should be dealt with before any further issues. type: Bug Something isn't working

Comments

@Zhangbaowen-Hashdata
Copy link
Collaborator

Cloudberry Database version

No response

What happened

Make install error on Centos7.9 during manual compilation according to readme documentation
img_v3_028e_0152eddd-4ec1-4529-86e8-378c152b7f4g

What you think should happen instead

No response

How to reproduce

Check to see if there is a problem with the file
eg: Makefile.

Operating System

centos7.9

Anything else

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@Zhangbaowen-Hashdata Zhangbaowen-Hashdata added the type: Bug Something isn't working label Feb 27, 2024
Copy link

Hey, @Zhangbaowen-Hashdata welcome!🎊 Thanks for taking the time to point this out.🙌

@Ray-Eldath Ray-Eldath self-assigned this Feb 27, 2024
@avamingli
Copy link
Collaborator

avamingli commented Mar 8, 2024

Got similar issue on Ubuntu, even after cherry-pick fixes from #386

Makefile:36: warning: overriding recipe for target 'installcheck'
Makefile:31: warning: ignoring old recipe for target 'installcheck'
/usr/bin/install: missing destination file operand after '/home/gpadmin/install/gp9/lib/python/gppylib/data/'
Try '/usr/bin/install --help' for more information.
make[4]: *** [Makefile:17: install] Error 1
make[3]: *** [Makefile:8: install-data-recurse] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:13: install-gppylib-recurse] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:7: install-bin-recurse] Error 2
make: *** [GNUmakefile:74: install] Error 2

@Ray-Eldath

./configure --prefix=/home/gpadmin/install/gp9 --enable-debug --enable-cassert --with-perl --enable-tap-tests
gpadmin@i-v3roa8c2:~/work/gp9$ python --version
Python 3.10.6

@avamingli avamingli added the priority: High After critical issues are fixed, these should be dealt with before any further issues. label Mar 8, 2024
@Ray-Eldath
Copy link
Contributor

Ray-Eldath commented Mar 9, 2024

This has been resolved. with new release v1.5.0 the tag breaks the convention of version numbers that getversion and many scripts dependent upon (there shouldn't be a v prefix). as a temporary fix, one should run git tag -a -m "" 1.5.0 v1.5.0 after cloning the repo to forcibly correct this until a permanent fix has been carried out.

@tuhaihe
Copy link
Member

tuhaihe commented Mar 11, 2024

After updating the tags, the Cloudberry Database can now be built successfully. You can try it again. @avamingli

@tuhaihe
Copy link
Member

tuhaihe commented Mar 13, 2024

I believe we have resolved this issue. If not, please let us know and we will reopen it.

@tuhaihe tuhaihe closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: High After critical issues are fixed, these should be dealt with before any further issues. type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants