Skip to content

Bugfix: ValueError: invalid literal for int() with base 10#39

Merged
tanelpoder merged 2 commits intotanelpoder:masterfrom
skoehler-soocs:master
Jun 27, 2024
Merged

Bugfix: ValueError: invalid literal for int() with base 10#39
tanelpoder merged 2 commits intotanelpoder:masterfrom
skoehler-soocs:master

Conversation

@skoehler-soocs
Copy link
Contributor

On ARM64 the file "/usr/include/asm-generic/unistd.h" includes entries like "#define __SYSCALL(x, y)" which result in valueError - this additional check avoids it.

On ARM64 the file "/usr/include/asm-generic/unistd.h" includes entries like "#define __SYSCALL(x, y)" which result in valueError - this additional check avoids it.
…__NR_poll'

On ARM64 there is no system call __NR_poll. Added a conditional compilation check on CPU architecture to avoid this error.
Copy link
Owner

@tanelpoder tanelpoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, thanks!

@tanelpoder tanelpoder merged commit 1d96936 into tanelpoder:master Jun 27, 2024
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.

2 participants