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

[Bug]: Some errors in Makfile when using bash #35098

Closed
1 task done
ashkrisk opened this issue Jul 30, 2024 · 1 comment · Fixed by #35097
Closed
1 task done

[Bug]: Some errors in Makfile when using bash #35098

ashkrisk opened this issue Jul 30, 2024 · 1 comment · Fixed by #35097
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@ashkrisk
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

On running make, the following errors are seen at the top of the build log:

/bin/bash: line 1: print: command not found

when using bash instead of zsh

Expected Behavior

Error should be removed

Steps To Reproduce

Run `make` from the master branch.
Output:

[root@79ac523ddf98 milvus]# make
/bin/bash: line 1: print: command not found
/bin/bash: line 1: print: command not found
Download milvus-proto repo ...
(...)

Milvus Log

No response

Anything else?

No response

@ashkrisk ashkrisk added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jul 30, 2024
@binbinlv
Copy link
Contributor

/assign @ashkrisk
/unassign @yanliang567

@sre-ci-robot sre-ci-robot assigned ashkrisk and unassigned yanliang567 Jul 31, 2024
@binbinlv binbinlv added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jul 31, 2024
sre-ci-robot pushed a commit that referenced this issue Aug 13, 2024
Resolves #35098

Signed-off-by: Ashwin Krishna Kumar <ashwin.kumar6@ibm.com>
@ashkrisk ashkrisk changed the title [Bug]: Some errors in Makfile when usiing bash [Bug]: Some errors in Makfile when using bash Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants