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 failure c syntax error in complete.c #121

Open
1 task done
ekoch-qcells opened this issue Dec 31, 2021 · 0 comments
Open
1 task done

build failure c syntax error in complete.c #121

ekoch-qcells opened this issue Dec 31, 2021 · 0 comments

Comments

@ekoch-qcells
Copy link

ekoch-qcells commented Dec 31, 2021

1. Please specify the following:

  • OS: [e.g. OS X, Ubuntu, Windows, etc.]: ___. OSX Monterey

  • Shell (Bash, PowerShell, Zsh, etc.): ____. zsh

  • I have reviewed the troubleshooting tips described here and they do not solve my problem

2. Description
Please describe the problem you are facing as precisely as possible in this section

BUILD FAILED (OS X 12.0.1 using python-build 20180424)

Inspect or clean up the working tree at /var/folders/d4/049_h4_j2vb21hlkpq8krbgc0000gn/T/python-build.20211231062023.87793
Results logged to /var/folders/d4/049_h4_j2vb21hlkpq8krbgc0000gn/T/python-build.20211231062023.87793.log

Last 10 log lines:
~~~~~~^~~~~~~~~~~~~
complete.c:2193:16: note: place parentheses around the assignment to silence this warning
while (entry = getpwent ())
^
( )
complete.c:2193:16: note: use '==' to turn this assignment into an equality comparison
while (entry = getpwent ())
^
==
3 warnings generated.
Exiting due to failure

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

1 participant