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

Fix compilation for FreeBSD OS #1497

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

greenozon
Copy link
Contributor

Fixes #1469

test run:

[alex@bsd14 ~/miasm]$ pip install .
Defaulting to user installation because normal site-packages is not writeable
Processing /home/alex/miasm
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting future (from miasm==0.1.5.dev49)
  Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting pyparsing>=2.4.1 (from miasm==0.1.5.dev49)
  Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
Using cached future-1.0.0-py3-none-any.whl (491 kB)
Building wheels for collected packages: miasm
  Building wheel for miasm (pyproject.toml) ... done
  Created wheel for miasm: filename=miasm-0.1.5.dev49-cp311-cp311-freebsd_14_1_release_amd64.whl size=1114299 sha256=03e731629a3ecbaedbcf05e05acff018e97c4f9778615321a7bb32a94ddbc8b2
  Stored in directory: /tmp/pip-ephem-wheel-cache-hwth3s58/wheels/d5/02/5a/b736a9b67ae1fadef0e961c5f67f81a8594645f49098e3828d
Successfully built miasm
Installing collected packages: pyparsing, future, miasm
  WARNING: The scripts futurize and pasteurize are installed in '/home/alex/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed future-1.0.0 miasm-0.1.5.dev49 pyparsing-3.1.2
[alex@bsd14 ~/miasm]$ pip freeze | grep miasm
miasm @ file:///home/alex/miasm
[alex@bsd14 ~/miasm]$ uname -a
FreeBSD bsd14 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
[alex@bsd14 ~/miasm]$

@serpilliere serpilliere merged commit bece47a into cea-sec:master Aug 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FreeBSD Build Error
2 participants