The easiest way to fix this is use a newer version of golang that supports modules (>=v1.11)
I see the oss-playbooks already has newer golang versions including 1.13.5
I have tested this works by editing dataflow-runner/vagrant/up.playbooks
oss-playbooks/golang-1.13.5.yml
GPG error: https://dl.winehq.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
I ran the following in the vagrant ssh session and it sucessfully updated the public key; I could then run vagrant provision again and the full vm build completed successfully
The WineHQ repository key was changed on 2018-12-19. If you downloaded and added the key before that time, you will need to download and add the new key and run sudo apt update to accept the repository changes.
I'm trying to set up the dev environment and ran into some errors running vagrant up and Make.
I'm running macOS Mojave version 10.14.6
Issues:
peru version
go-bindata
go get -u github.com/go-bindata/go-bindata/...
build errors related to wine public key can't be verified
Details & fixes
Peru
When trying to run
vagrant up && vagrant ssh
the up.bash script fails withubuntu/trusty64
and reports that it is running python3 version 3.4.3It is not advisable to update Ubuntu's system python, it is also probably not worth trying to update the Ubuntu version itself
The easiest thing to do is pin the peru version. I've tested this works in dataflow-runner/vagrant/up.bash ln16 `sudo pip3 install 'peru==1.1.4'
go-bindata
The error is:
The easiest way to fix this is use a newer version of golang that supports modules (>=v1.11) I see the oss-playbooks already has newer golang versions including 1.13.5
I have tested this works by editing dataflow-runner/vagrant/up.playbooks
oss-playbooks/golang-1.13.5.yml
wine
The error is:
and then
I ran the following in the vagrant ssh session and it sucessfully updated the public key; I could then run
vagrant provision
again and the full vm build completed successfullyThis is noted on the WineHQ wiki: