zrhoffman commented on issue #6236:
URL: https://github.com/apache/trafficcontrol/issues/6236#issuecomment-932429718


   > Could not able to create a build using 5.1.2.tar.gz using 
"build/clean_build.sh"
   
   The official, supported way of build ATC components is by running `./pkg`. 
If you wanted to try building ATC 5.1.2 using `build/clean_build.sh` anyway, 
you would need to clone the repo using git and checkout the `RELEASE-5.1.2` tag.
   
   > Also, postinstall is giving the following error
   
   Looks like you opened #6237 for this.
   
   I noticed that you created #6236 describing a totally separate bug:
   
   > ```python
   > hashed = hashlib.scrypt(passwd.encode(), salt=salt, n=n, r=r_val, p=p_val, 
dklen=dklen)
   > AttributeError: module 'hashlib' has no attribute 'scrypt'
   > ```
   
   Please do not edit Issues to describe a different bug than the bug described 
when it was created.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to