publicarray / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com/
Other
66 stars 14 forks source link

jellyfin armada38x not working #27

Closed nerojdn closed 3 years ago

nerojdn commented 3 years ago

Setup

Package Name: jellyfin Package Version: 10.6.4

NAS Model: DS116 NAS Architecture: armada38x DSM version: 6.2.2

Expected behavior

Jellyfin package launchs to execution

Actual behavior

jellyfin doesn't launch

Steps to reproduce

1. Install docker, etc... 2. make spk-jellyfin-armada38x-6.2.2 3. install package generated 4. jellyfin is not executing, click over exec button and try again and again....

Package log

/usr/local/jellyfin/var/jellyfin.log

Mon Feb  8 21:20:30 CET 2021
Starting jellyfin command /volume1/@appstore/jellyfin/jellyfin --noautorunwebapp --package-name synology -d /volume1/@appstore/jellyfin/var/data -C /volume1/@appstore/jellyfin/var/cache -c /volume1/@appstore/jellyfin/var/config -l /volume1/@appstore/jellyfin/var/log -w /volume1/@appstore/jellyfin/web 
/volume1/@appstore/jellyfin/jellyfin: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/jellyfin/jellyfin)
/volume1/@appstore/jellyfin/jellyfin: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/jellyfin/jellyfin)
/volume1/@appstore/jellyfin/jellyfin: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/jellyfin/jellyfin)
/volume1/@appstore/jellyfin/jellyfin: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/jellyfin/jellyfin)
/volume1/@appstore/jellyfin/jellyfin: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/jellyfin/jellyfin)
The application to execute does not exist: '/volume1/@appstore/jellyfin/jellyfin.dll'.

Aditional notes

publicarray jellyfin-10.6.2 release was working like a charm, except in my webos2 LG (scrolling is a disaster, waiting for 10.7 releases)

If I can try another config, please tell me. Same if you need more info.

Thanks!!!

publicarray commented 3 years ago

Where did you download 10.6.4 from? was it from here https://seby.io/download/synology-7.0? If yes then you need DSM7 for that build. The compiler and stdlib is newer as shown by the error message. I can push a build for the 6.x DSM if you like.

Edit: never mind should have read the whole issue. I'll investigate.

publicarray commented 3 years ago

While refactoring the makefiles a while ago I missed updating a variable. Can you give it another try? Note I used a force push to also rebase with the master branch.

nerojdn commented 3 years ago

Where did you download 10.6.4 from? was it from here https://seby.io/download/synology-7.0? If yes then you need DSM7 for that build. The compiler and stdlib is newer as shown by the error message. I can push a build for the 6.x DSM if you like.

Edit: never mind should have read the whole issue. I'll investigate.

I downloaded from https://github.com/publicarray/spksrc/tree/jellyfin. Sorry, maybe was a mistake. I've not update to DSM7 yet

publicarray commented 3 years ago

No it's all good :) I've just been working on DSM7 for the last few weeks

publicarray commented 3 years ago

It's building now: https://github.com/publicarray/spksrc/actions/runs/549572895

nerojdn commented 3 years ago

Sorry, I'm novice in github and I'm surprised: remote building!! (there's another world beyond Microsoft ahaha) Thanks a lot man! Tomorrow (in a few hours) I'll try again and tell you

publicarray commented 3 years ago

No worries, Did you know, Microsoft bought GitHub in 2018? Can't escape their orbit so easily :laughing:

nerojdn commented 3 years ago

Definitely ahahah

nerojdn commented 3 years ago

I'm just probe it! Perfect! Like your 10.6.2. However, my webos 2 tv still has the same scrolling problem. We will have to wait for 10.7 or a new android TV (never LG again) Thank you so much, your work is incredible!

publicarray commented 3 years ago

Thank you! And thank you for your report!

Good luck with your TV, Is there already a fix for it in 10.7? If not can you create a bug report for it?