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

OSSAudioDev fails to compile #29

Open
CoolSoulz opened this issue Jul 19, 2024 · 7 comments
Open

OSSAudioDev fails to compile #29

CoolSoulz opened this issue Jul 19, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@CoolSoulz
Copy link

CoolSoulz commented Jul 19, 2024

Describe the bug
I was compiling Polaris, got to the make userspace-full step and I let it do its thing for a while. Now, I keep getting the error "/base_dir/sources/python/Modules/ossaudiodev.c:41:10: fatal error: sys/soundcard.h: No such file or directory

To Reproduce
Steps to reproduce the behavior:

  1. Compile the rule userspace-full via make.
  2. Get to the stage where it compiles ossaudiodev
  3. See error

Expected behavior
I expected for it to successfully compile ossaudiodev and continue
Screenshots
image

Environment (please complete the following information):

  • Host OS: Arch Linux (with Bedrock Linux installed)
  • Host OS Version: Kernel version 6.9.9-zen1-1-zen, Bedrock Linux 0.7.30 Poki
  • Emulator/Hypervisor: QEMU/KVM
  • Emulator/Hypervisor Version: Don't know
    Additional context
    None
@CoolSoulz CoolSoulz added the bug Something isn't working label Jul 19, 2024
@CoolSoulz
Copy link
Author

I can only do userspace-base but I want to do userspace-full

@redmine4404
Copy link
Contributor

did you clone the project recursively with all the sub modules ?

@redmine4404
Copy link
Contributor

after a little dinging it's happen on the python module, delete it from the recipe folder seem to avoid it's compilation and continue the command without error, however it's seem that tyrquake can't be compiled too so you have to also delete it.

@CoolSoulz
Copy link
Author

okay thanks

@CoolSoulz CoolSoulz reopened this Jul 23, 2024
@CoolSoulz
Copy link
Author

@redmine4404 I can't find ossaudiodev python module in my Polaris/recipes directory, do you know where it is instead?

@redmine4404
Copy link
Contributor

You need to Delete the whole python module in Polaris/Recipe

@CoolSoulz
Copy link
Author

Oh okay

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

No branches or pull requests

2 participants