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

probably broken on aarch64 #5943

Closed
boletus-edulis opened this issue Oct 27, 2022 · 1 comment
Closed

probably broken on aarch64 #5943

boletus-edulis opened this issue Oct 27, 2022 · 1 comment
Labels
bug A bug (error) in the software triage This issue is waiting to be triaged by one of the project members

Comments

@boletus-edulis
Copy link

Description

TestPacketDataStream::space() fails on aarch64, due to the fact that by default 'char' is unsigned on arm unlike i386 where 'char' is signed.

Using gcc's '-fsigned-char' makes the test work.

FWIW this is enough to run the server. The client does not seem to work, it can not connect to any server, "Invalid Server" appears on the shell.

Steps to reproduce

  1. login to your aarch64 machine or vm
  2. follow the procedure to build mumble
  3. make test

Mumble version

No response

Mumble component

Both

OS

Linux

Reproducible?

Yes

Additional information

No response

Relevant log output

No response

Screenshots

No response

@boletus-edulis boletus-edulis added bug A bug (error) in the software triage This issue is waiting to be triaged by one of the project members labels Oct 27, 2022
@Krzmbrzl
Copy link
Member

Duplicate of #3845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (error) in the software triage This issue is waiting to be triaged by one of the project members
Projects
None yet
Development

No branches or pull requests

2 participants