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

Make fails outside outreach environment #209

Closed
hackeryarn opened this issue Feb 10, 2023 · 2 comments
Closed

Make fails outside outreach environment #209

hackeryarn opened this issue Feb 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@hackeryarn
Copy link

Running make build, as the docs suggest for linux install, fails on a non outreach system. I am seeing:

No box repository URL provided, and no box configuration stub found at /home/artemchernyak/.outreach/.config/box/box.yaml to infer it from
cat: /home/artemchernyak/.outreach/.config/box/box.yaml: No such file or directory
10:04AM WRN Failed to get honeycomb api key (did you run .bootstrap/shell/devconfig.sh?) error="failed to find secret at any of [/run/secrets/outreach.io /home/artemchernyak/.outreach/stencil]"
10:04AM WRN Failed to get telefork api key (did you run .bootstrap/shell/devconfig.sh?) error="failed to find secret at any of [/run/secrets/outreach.io /home/artemchernyak/.outreach/stencil]"
10:04AM INF Building...
Error: open /home/artemchernyak/.outreach/.config/box/box.yaml: no such file or directory
failed to read box config
main.runGoCommand
        /home/artemchernyak/src/getoutreach/orc/.bootstrap/root/go.go:25
main.Gobuild
        /home/artemchernyak/src/getoutreach/orc/.bootstrap/root/Magefile.go:83
main.main.func16
        /home/artemchernyak/src/getoutreach/orc/.bootstrap/root/mage_output_file.go:439
main.main.func12.1
        /home/artemchernyak/src/getoutreach/orc/.bootstrap/root/mage_output_file.go:267
runtime.goexit
        /home/artemchernyak/.asdf/installs/golang/1.19.2/go/src/runtime/asm_amd64.s:1594
make: *** [.bootstrap/root/Makefile:153: gobuild] Error 1

This seems to be related to a missing box.yaml.

@jaredallard jaredallard added the bug Something isn't working label Feb 22, 2023
@jaredallard
Copy link
Contributor

Thanks for the report @hackeryarn! Will look into the best way to solve this. That being said, we probably want to move this to getoutreach/devbase, but for now I'll keep it here.

@jaredallard
Copy link
Contributor

Fixed by getoutreach/devbase#463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants