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

Latest scancode-toolkit not building on SLES 15 SP4. #3094

Closed
gk4delltech opened this issue Sep 6, 2022 · 3 comments
Closed

Latest scancode-toolkit not building on SLES 15 SP4. #3094

gk4delltech opened this issue Sep 6, 2022 · 3 comments
Labels

Comments

@gk4delltech
Copy link

gk4delltech commented Sep 6, 2022

The latest scancode-toolkit is not building on SLES 15 SP4. I could build a month ago, but not now. We cannot seem to resolve the dependencies.

sudo zypper install -y python3-devel git-core
sudo pip install --upgrade pip setuptools wheel ftfy jaraco-functools commoncode plugincode debian-inspector importlib-metadata jinja2 zipp markupsafe requests click
mkdir ~/source
cd ~/source
git clone https://github.com/nexB/scancode-toolkit.git
cd scancode-toolkit
git checkout develop
./configure
source venv/bin/activate
sudo pip install scancode-toolkit
which scancode

@pombredanne
Copy link
Member

@gk4delltech Would you have a log of the errors and some details on your configuration so it could be reproduced?

How would one be able to reproduce this? Can a container be used for this?

What is the OS/architecture you have used and which Python version?

Some notes:

  • sudo pip install may not be the best way to install as you would mix it other installations? I would prefer using an isolated virtualenv
  • you seem to install from a checkout and then a pip installation on top?
  • why do you first install scancode dependencies and then scancode afterwards?

@gk4delltech
Copy link
Author

Please disregard. User error.

@gk4delltech gk4delltech closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2022
@pombredanne
Copy link
Member

@gk4delltech no problem. If you experience any issue with building on openSUSE, please report and we will try to help.
Note that we could also add a container-based smoke test to make sure things work in all cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants