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

error: could not find ikos python module in FreeBSD package #269

Open
yurivict opened this issue Apr 2, 2024 · 4 comments
Open

error: could not find ikos python module in FreeBSD package #269

yurivict opened this issue Apr 2, 2024 · 4 comments
Labels
C-question Category: Question

Comments

@yurivict
Copy link

yurivict commented Apr 2, 2024

TROUBLESHOOTING.md says:

The module should be under /path/to/ikos-install/lib/python*/site-packages

However, 'make install' doesn't install site-packages or any python files.

Version 3.3, 3.2
FreeBSD 14.0

@ivanperez-keera
Copy link
Collaborator

ivanperez-keera commented Apr 10, 2024

Things changed in version 3.2. I don't know if it's a problem in the installation process or in the troubleshooting guide.

Can you post the output of make install?

@yurivict
Copy link
Author

Here is the complete log.

@ivanperez-keera
Copy link
Collaborator

So, the guide is clearly wrong. That being said, some python files should be installed.

The installation process for python files changed heavily in 3.3.

I don't have (easy) access to a FreeBSD to try things. What command are you using to install things?

I see this old Makefile in ikos' freebsd package, but that doesn't seem right to me:

https://cgit.freebsd.org/ports/tree/devel/ikos/Makefile

The homebrew formula may give you further insight:

https://github.com/NASA-SW-VnV/homebrew-core/blob/d30005cf0d444acf7e07e0279e925e4b6293c8b0/Formula/ikos.rb#L37-L56

@ivanperez-keera ivanperez-keera changed the title error: could not find ikos python module (no python files are installed) error: could not find ikos python module in FreeBSD (no python files are installed) Sep 21, 2024
@ivanperez-keera ivanperez-keera changed the title error: could not find ikos python module in FreeBSD (no python files are installed) error: could not find ikos python module in FreeBSD package Sep 21, 2024
@ivanperez-keera ivanperez-keera added the C-question Category: Question label Sep 21, 2024
@ivanperez-keera
Copy link
Collaborator

I'm classifying this for now as a question because it's not clear to me that anything will have to change (code wise). We may have to update the documentation to reflect where the python files are installed, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Category: Question
Projects
None yet
Development

No branches or pull requests

2 participants