sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.87k stars 446 forks source link

jemaloc issue on nativ build (not docker with arm64) require NextJS update #3711

Open nephaste opened 11 months ago

nephaste commented 11 months ago

Description

Hi Team

compiling natively on ARM64 with cross compilation, i show up a Jemaloc issue due to NextJS plugin who is not up-to-date (if i refer the message)… all is working fine cross compiling for amd64 architecture

NODEJS 18 used

root@ubuntu-xenial:/opt/OverSeerr83/overseerr# CC=${HOST}-cc CXX=${HOST}-g++ npm_config_build_from_source=true npm_config_build_from_source=sqlite3 ../bin/yarn build ; yarn run v1.22.21 $ yarn build:next && yarn build:server $ next build warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js. warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

info - Linting and checking validity of types .warn - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-f eatures/eslint#migrating-existing-config info - Linting and checking validity of types info - Creating an optimized production build .: Unsupported system page size

: Unsupported system page size memory allocation of 10 bytes failed Aborted error Command failed with exit code 134. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 134. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ### Version 1.33.2 ### Steps to Reproduce Cross compling for ARM64 with command CC=${HOST}-cc CXX=${HOST}-g++ npm_config_build_from_source=true npm_config_build_from_source=sqlite3 ../bin/yarn build ; where ${HOST} is my toolchain ### Screenshots ![image](https://github.com/sct/overseerr/assets/3392684/c56512ac-e708-48c4-86a7-a6f2e79853be) ### Logs _No response_ ### Platform desktop ### Device QNAP ### Operating System QTS 5.1.4 ### Browser Firefox ### Additional Context Goal is to provide a running version native version for Qnap community, without docker ### Code of Conduct - [X] I agree to follow Overseerr's Code of Conduct
stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.