-
Notifications
You must be signed in to change notification settings - Fork 653
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
Build-setup issue #2016
Comments
Can you upload the logs as a raw text file instead of .docx? |
$ git clone https://github.com/ucb-bar/chipyard.git
Package Planenvironment location: /home/ mgpark/chipyard-test/chipyard/.conda-lock-env To activate this environment, use
To deactivate an active environment, use
Using lockfile for conda: /home/ mgpark/chipyard-test/chipyard/conda-reqs/conda-lock-reqs/conda-requirements-riscv-tools-linux-64.conda-lock.yml Error: Got unexpected extra arguments ({ \local cmd="${1-missing}"; case "$cmd" in activate | deactivate) __conda_activate "$@" ;; install | update | upgrade | remove | uninstall) __conda_exe "$@" || \return; __conda_reactivate ;; *) __conda_exe "$@" ;; esac } /home/ mgpark/chipyard-test/chipyard/conda-reqs/conda-lock-reqs/conda-requirements-riscv-tools-linux-64.conda-lock.yml) here it is. |
The error is unclear still. Can you run
https://github.com/ucb-bar/chipyard/blob/51b66dddb99146eacab3e5c7864e0fbc86859125/scripts/build-setup.sh#L190C5-L190C71 is where we create the |
Thanks for your help. I think I resolve this issue. In my case few things interrupted me to succesfully run ./build-setup.sh riscv-tools
Also, we sometimes need to modify env.sh to ensure correct activate. |
Background Work
Chipyard Version and Hash
Release: 1.5.0
Hash: a6a6a6
OS Setup
Ex: Output of
uname -a
+lsb_release -a
+printenv
+conda list
x86_64 GNU/Linux
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: RedHatEnterprise
Description: Red Hat Enterprise Linux release 8.10 (Ootpa)
Release: 8.10
Codename: Ootpa
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
Build-setup issue
When we clone new version and try to run build-setup.sh with conda env, it failed.
The current version does not seem to download some required executables from .conda-env/bin.
init-submodules-no-riscv-tools-nolog.csv
I upload an older version that I have utilized successfully in the past.
I resolved this problem by manually fixing lots of codes and files, but I hope we can correctly use it without any modification.
log.docx
This log file only contains the first error I encountered while using the current version.
After fixing this environment activation issue, I get many of the other errors mentioned above.
I think you can test it by cloning the project on new folder.
Thank you.
Expected Behavior
.
Other Information
No response
The text was updated successfully, but these errors were encountered: