Hi, Turns out that /usr/bin/python has been removed from macOS 12.5.
I’ve put in symlink and all is good! It might be useful to change scanCode.py to use `#!/usr/local/env python3` though. Regards, Rob > On 11 Aug 2022, at 14:12, David P Grove <gro...@us.ibm.com> wrote: > > Hi Rob, > > Not sure if this is the same thing that is happening to you, but some > combination of homebrew updates and/or MacOS updates partially broke the > python setup on my MacBook. I get the same problem from rcverify. When I > ran the failing command manually > (/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-utilities/scancode/scanCode.py' > --config > '/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-utilities/scancode/ASF-Release.cfg' > > '/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-runtime-go-1.20.0'), > it told me that it couldn't find 'python'. I did get a clean run of > scanCode.py by doing `python3 scanCode.py ....` > > --dave > > > On 8/11/22, 3:29 AM, "Rob Allen" <r...@akrabat.com> wrote: > > Hi, > > When running rcverify.sh (script SHA1: 4079 F167 3437 E1DD 4655 76A6 1504 > 44FB B27B 78CE), I get this failure: > > verifying sources have proper headers... failed > ('/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-utilities/scancode/scanCode.py' > --config > '/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-utilities/scancode/ASF-Release.cfg' > > '/var/folders/8p/xp5tbqn91l7gw5cw2d4gh3000000gn/T/tmp.pWG3ADpO/openwhisk-runtime-go-1.20.0') > > > I’m using an M1 MacBook Pro. > > Regards, > > Rob > > >> On 10 Aug 2022, at 19:15, David P Grove <gro...@us.ibm.com> wrote: >> >> Hi, >> >> This is a call to vote on releasing version 1.20.0 release candidate rc1 of >> the following project module with artifacts built from the Git repositories >> and commit IDs listed below. >> >> * OpenWhisk Runtime Go: 319e86af20f0dd95fd142502a0b8df71d7604d76 >> https://github.com/apache/openwhisk-runtime-go/commit/319e86af20f0dd95fd142502a0b8df71d7604d76 >> >> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.20.0-sources.tar.gz >> >> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.20.0-sources.tar.gz.asc >> >> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.20.0-sources.tar.gz.sha512 >> >> >> This release is comprised of source code distribution only. >> >> You can use this UNIX script to download the release and verify the >> checklist below: >> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=b1528b5 >> >> >> Usage: >> curl -s >> "https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=b1528b5 >> " -o rcverify.sh >> chmod +x rcverify.sh >> ./rcverify.sh openwhisk-runtime-go 1.20.0 rc1 >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] 0 Don't care >> [ ] -1 Don't release, because ... >> >> Release verification checklist for reference: >> [ ] Download links are valid. >> [ ] Checksums and PGP signatures are valid. >> [ ] Source code artifacts have correct names matching the current release. >> [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository. >> [ ] All files have license headers as specified by OpenWhisk project policy >> [1]. >> [ ] No compiled archives bundled in source archive. >> >> This majority vote is open for at least 72 hours. >> >> >> [1] >> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md >> > >