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

Issues with Liquidation Bidding CLI testing tool setup #7521

Closed
rowgraus opened this issue Apr 26, 2023 · 2 comments
Closed

Issues with Liquidation Bidding CLI testing tool setup #7521

rowgraus opened this issue Apr 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@rowgraus
Copy link

rowgraus commented Apr 26, 2023

Describe the bug

Have encountered multiple issues with the Bidding Tool CLI setup. Currently blocked as unclear how to move forward. Documenting here.

To Reproduce

Issue 1: installed agoric-sdk into a directory with a space in the name ("Agoric Development"). When running SKIP_DOWNLOAD=false .bin/agd build command, setup could not find any of my subdirectories. Adjusted to a new directory without any spaces and seemed to move past this issue

i.e., likely resolved but might need to be mentioned in docs if this truly was the problem

Issue 2: SKIP_DOWNLOAD=false .bin/agd build command ended with errors.
image

I was able to find an agd version after this completed, so I continued with the steps. However, possible that the last issue is caused by this one as well.

Issue 3: yarn run agops inter command failed
image

Expected behavior

Run through the setup steps without errors.

Platform Environment

  • what OS are you using? what version of Node.js?
    MacOS
  • what version of the Agoric-SDK are you using? (run git describe --tags --always)
    master
@rowgraus rowgraus added bug Something isn't working documentation Improvements or additions to documentation labels Apr 26, 2023
@rowgraus rowgraus added this to the Vaults EVP milestone Apr 26, 2023
@arirubinstein
Copy link
Contributor

Can you validate the following:
Running sw_vers in terminal outputs the following:

ProductName:		macOS
ProductVersion:		13.3.1
BuildVersion:		22E261

and xcodebuild -version yields

Xcode 14.3
Build version 14E222b

@rowgraus
Copy link
Author

It didn't and I got it there with some finagling. This unblocked me from this stage. Closing with this comment.

Thanks @arirubinstein !

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

No branches or pull requests

3 participants