aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
519 stars 227 forks source link

build failure c syntax error in complete.c #121

Open ekoch-qcells opened 2 years ago

ekoch-qcells commented 2 years ago

1. Please specify the following:

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