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

Failing to setup build environment (on Win10) #24

Open
SaaX-IRL opened this issue Jul 14, 2021 · 1 comment
Open

Failing to setup build environment (on Win10) #24

SaaX-IRL opened this issue Jul 14, 2021 · 1 comment

Comments

@SaaX-IRL
Copy link

Hi,

I am failing to run 'go fetch --all' successfully - see error message below. Any help would be highly appreciated.

Axel

C:\OpenHome\ohPlayer>go fetch --all --debug
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)

Fetching 'ohNet'
from AWS s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz
FETCH: Unable to retrieve s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz from AWS

@projectgoav
Copy link
Contributor

Hi Axel,

As discussed, there has been some changes to how AWS dependencies are accessed. Currently you must be connected to the Linn network in order to access them.

In the meantime, the proposed solution is as follows:

  • fetch the ohNet code and build it locally
  • fetch libressl code and build it locally
  • fetch ohPipeline (confusingly, this is the public name for the ohMediaPlayer repo), configure it to use local ohNet, libressl, build it locally
  • fetch ohPlayer, configure it to use local ohNet, libressl, ohPipeline, build it locally

These projects can all be found on Github.

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

2 participants