-
Notifications
You must be signed in to change notification settings - Fork 56
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
EnvDeploy: Toolchains for DSM 6.2.2 not installable #19
Comments
major.minor.patch is the versioning (in example 6.2.2). I think that for EnvDeploy only works with major.minor version (If you manually check on sourceforge you will see) |
Did you try this? |
Yes, using 6.2 downloads all packages from SF, but I get errors in the tar step (when extracting can't create /dev files). Opened an issue |
Following this guide but with root@2eb714f6d5a9:/# cd ~
root@2eb714f6d5a9:~# git clone https://github.com/SynologyOpenSource/pkgscripts-ng
Cloning into 'pkgscripts-ng'...
remote: Enumerating objects: 207, done.
remote: Total 207 (delta 0), reused 0 (delta 0), pack-reused 207
Receiving objects: 100% (207/207), 105.39 KiB | 691.00 KiB/s, done.
Resolving deltas: 100% (121/121), done.
root@2eb714f6d5a9:~# pkgscripts-ng/EnvDeploy -v 6.2 --list
Available platforms: 6281 alpine alpine4k apollolake armada370 armada375 armada37xx armada38x armadaxp avoton braswell broadwell broadwellnk bromolow cedarview comcerto2k denverton dockerx64 evansport grantley hi3535 kvmx64 monaco qoriq rtd1296 x64
root@2eb714f6d5a9:~# pkgscripts-ng/EnvDeploy -v 6.2 -p armadaxp
DownloadToolkitError:
URL https://sourceforge.net/projects/dsgpl/files/toolkit/DSM6.2/base_env-6.2.txz does not exist. Please ask synology support for assistance.
[ERROR] pkgscripts-ng/EnvDeploy -v 6.2 -p armadaxp failed!
root@2eb714f6d5a9:~# pkgscripts-ng/EnvDeploy -v 6.3 -p armadaxp
PlatformNotAvailableError:
[armadaxp] is not available platform.
[ERROR] pkgscripts-ng/EnvDeploy -v 6.3 -p armadaxp failed!
root@2eb714f6d5a9:~# pkgscripts-ng/EnvDeploy -v 6.2.9 -p armadaxp
DownloadToolkitError:
URL https://sourceforge.net/projects/dsgpl/files/toolkit/DSM6.2.9/base_env-6.2.9.txz does not exist. Please ask synology support for assistance.
[ERROR] pkgscripts-ng/EnvDeploy -v 6.2.9 -p armadaxp failed!
root@2eb714f6d5a9:~# uname -a
Linux 2eb714f6d5a9 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
root@2eb714f6d5a9:~# Notably, the link for I'm now printing the urls that fail and downloading them manually through the browser, then copying them over to |
EnvDeploy -v 6.1 -p rtd1296
downloads and installs the toolchain for DSM 6.1.
EnvDeploy -v 6.2.2 --list
lists a lot of available platforms for which the toolkit should be downloadable, "x64", "apollolake" and "rtd1296" are in the list.
EnvDeploy -v 6.2.2 -p rtd1296 (or any other platform)
fails with:
The text was updated successfully, but these errors were encountered: