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

Compiling jellyfin 10.8.0 error problem #5309

Closed
stevenliuit opened this issue Jun 12, 2022 · 3 comments · Fixed by #5311
Closed

Compiling jellyfin 10.8.0 error problem #5309

stevenliuit opened this issue Jun 12, 2022 · 3 comments · Fixed by #5311

Comments

@stevenliuit
Copy link
Contributor

I modified jellyfin 10.8.0 version
Upgraded zsh 5.9 version
donet upgraded to 6.0.300

error when compiling

root@3b09a724d943:/spksrc/spk/jellyfin# make V=1 arch-apollolake-7.0
===> Building package for arch apollolake-7.0
make[1]: Entering directory '/spksrc/spk/jellyfin'
===> Processing dependencies of jellyfin
make[2]: Entering directory '/spksrc/cross/libstdc++'
make[2]: Nothing to be done for 'default'.
make[2]: Leaving directory '/spksrc/cross/libstdc++'
make[2]: Entering directory '/spksrc/cross/jellyfin'
make[2]: Nothing to be done for 'default'.
make[2]: Leaving directory '/spksrc/cross/jellyfin'
make[2]: Entering directory '/spksrc/cross/jellyfin-web'
===> Processing dependencies of jellyfin-web
make[3]: Entering directory '/spksrc/native/nodejs'
make[3]: *** No targets specified and no makefile found. Stop.
make[3]: Leaving directory '/spksrc/native/nodejs'
make[2]: *** [../../mk/spksrc.depend.mk:51: depend_target] Error 2
make[2]: Leaving directory '/spksrc/cross/jellyfin-web'
make[1]: *** [../../mk/spksrc.depend.mk:51: depend_target] Error 2
make[1]: Leaving directory '/spksrc/spk/jellyfin'
make: [../../mk/spksrc.spk.mk:474:arch-apollolake-7.0] Error 2 (ignored)

my fork url:https://github.com/stevenliuit/spksrc

@publicarray
Copy link
Member

publicarray commented Jun 13, 2022

Are you on the correct branch? Works for me on the master branch. The error means that it can't find the native nodejs Makefile

@stevenliuit
Copy link
Contributor Author

Are you on the correct branch? Works for me on the master branch. The error means that it can't find the native nodejs Makefile

I have solved the nodejs problem, it should be an error in the network download npm dependency, delete it and start again to fix it.

@publicarray
Copy link
Member

I'm glad you got it sorted 👍

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 a pull request may close this issue.

2 participants