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: enumerator value '2147483648' is outside the range of underlying type 'long int' on arm v7 #5198

Closed
FacuM opened this issue Nov 20, 2023 · 2 comments

Comments

@FacuM
Copy link

FacuM commented Nov 20, 2023

Please answer these questions before submitting your issue.

  1. What did you do? If possible, provide a simple script for reproducing the error.
    I was cross-compiling the latest stable release (5.1.0) of Swoole from PECL using Docker to compile arm v7 binaries from a amd64 host.

  2. What did you expect to see?
    A compiled set of binaries.

  3. What did you see instead?
    A crashed compiler with the error attached below.

  4. What version of Swoole are you using (show your php --ri swoole)?
    N/A

  5. What is your machine environment used (show your uname -a & php -v & gcc -v) ?
    php8.2 docker image

error.log

FacuM added a commit to wprint3d/wprint3d that referenced this issue Nov 20, 2023
@matyhtf
Copy link
Member

matyhtf commented Nov 21, 2023

32-bit systems are no longer supported since version 5.1, it is recommended to use 4.8 or 5.0

@FacuM
Copy link
Author

FacuM commented Nov 21, 2023

32-bit systems are no longer supported since version 5.1, it is recommended to use 4.8 or 5.0

Oh, got it. Yes, I'll stick to v5.0.3 for now. Thanks for the input!

mlocati added a commit to mlocati/docker-php-extension-installer that referenced this issue Jan 26, 2024
mlocati added a commit to mlocati/docker-php-extension-installer that referenced this issue Jan 26, 2024
mlocati added a commit to mlocati/docker-php-extension-installer that referenced this issue Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants