May 1, 20188 yr Author You will have to deselect some of the packages that still show update after clicking Apply (deletes the package). Then reselect them and apply. I don't really have a way of dealing with build number changes on the same version. e.g. autoconf-2.69-noarch-1.txz upgrading to autoconf-2.69-noarch-2.txz. I'll see if I can do something about that.
May 4, 20188 yr Now working. Thanks. Had to disable and reenable the packages to fetch the new releases.
August 22, 20187 yr 3 hours ago, dmacias said: On 8/18/2018 at 8:19 PM, Kyubey said: Could you add Ruby please? Let me know if it needs other packages I just tried the ruby package and it seems to install as expected etc, but gem doesn't work correctly, giving an error I don't understand about openssl (despite the openssl package being installed by DevPack) ERROR: Loading command: install (LoadError) libssl.so.1.1: cannot open shared object file: No such file or directory - /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.so ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass (Doubly weird because /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.so totally does exist and permissions seem fine.) EDIT: I also had to manually install libyaml-0.1.6-x86_64-1.txz to get YAML support for Ruby, although I don't know how niche that is and whether it's generally necessary or not. Edited August 22, 20187 yr by alexp2_ad
August 25, 20187 yr Author I just tried the ruby package and it seems to install as expected etc, but gem doesn't work correctly, giving an error I don't understand about openssl (despite the openssl package being installed by DevPack)ERROR: Loading command: install (LoadError)libssl.so.1.1: cannot open shared object file: No such file or directory - /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.soERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass (Doubly weird because /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.so totally does exist and permissions seem fine.) EDIT: I also had to manually install libyaml-0.1.6-x86_64-1.txz to get YAML support for Ruby, although I don't know how niche that is and whether it's generally necessary or not.I think the problem is a mismatch of openssl. Ruby 2.5.1 was compiled with openssl 1.1. UnRAID uses 1.02. I downgraded ruby to 2.25 and added yaml.
August 27, 20187 yr On 8/25/2018 at 1:52 PM, dmacias said: On 8/22/2018 at 12:07 PM, alexp2_ad said: I just tried the ruby package and it seems to install as expected etc, but gem doesn't work correctly, giving an error I don't understand about openssl (despite the openssl package being installed by DevPack) ERROR: Loading command: install (LoadError)libssl.so.1.1: cannot open shared object file: No such file or directory - /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.soERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass (Doubly weird because /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.so totally does exist and permissions seem fine.) EDIT: I also had to manually install libyaml-0.1.6-x86_64-1.txz to get YAML support for Ruby, although I don't know how niche that is and whether it's generally necessary or not. I think the problem is a mismatch of openssl. Ruby 2.5.1 was compiled with openssl 1.1. UnRAID uses 1.02. I downgraded ruby to 2.25 and added yaml. Thanks, this got Ruby and gem working for me. For anyone else coming here trying to use gem to install stuff, I also had to install: autoconf, automake, binutils, gc, gcc, glibc, guile, kernel-headers, libmpc, make All of which were in the devpack.
October 23, 20187 yr Can you please update glibc for example. If it gets installed parts of unRAID 6.6.3 show serious problems. Thanks.
October 23, 20187 yr Author Can you please update glibc for example. If it gets installed parts of unRAID 6.6.3 show serious problems. Thanks. It has already been updated. However this plugin was meant to be used on a dev system for compiling packages for unRAID. unRAID is a mix of Slackware current and I cannot always keep up with every package change or incompatibility. I don't scour through every release thread either. I do try to compare unRAID releases against this repo. So unless someone posts in this thread about a problem with a package in this repo, I may not know. So moving forward I'm going to strip out every inherent unRAID package in this plugin and only include the headers for those packages.
November 12, 20187 yr Author I updated a few c compiler packages and added a few. Also updated glibc to add a couple missing files. The files with o extensions (e.g. crtl.o) in /usr/lib64. You'll need to deselect glibc, apply then reselect and apply Edited November 12, 20187 yr by dmacias
April 6, 20197 yr glibc says it is installed for me, but as far as I can tell it is not. I have tried uninstalling/reinstalling it etc etc. Any recommendations?
April 9, 20197 yr Author glibc says it is installed for me, but as far as I can tell it is not. I have tried uninstalling/reinstalling it etc etc. Any recommendations?What version of unRAID?
April 20, 20197 yr I'd like to request HTTPie, a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more. https://httpie.org/ https://github.com/jakubroztocil/httpie https://slackbuilds.org/repository/14.2/network/httpie/?search=httpie
June 4, 20197 yr DevPack appears to be incompatible with either the kernel or system packages on Unraid 6.7.0. My server froze while booting after an upgrade, and I fixed it by removing DevPack.
June 28, 20197 yr Does anyone know if DevPack is supported on 6.7.0+ ? I'm looking to get make installed but was hesitant to install DevPack given that it hasn't been updated in a while and the report above of issues. Thanks!
June 28, 20197 yr Author Does anyone know if DevPack is supported on 6.7.0+ ? I'm looking to get make installed but was hesitant to install DevPack given that it hasn't been updated in a while and the report above of issues. Thanks!First this plugin is not meant for running on a main server all the time. It was meant for compiling packages. I use it on a virtual machine of unraid to compile packages for NerdPack. The plugin itself should not need updating frequently. I update the packages themselves on github and that's reflected in the plugin. It's not DevPack plugin itself that's the problem, it's whatever packages they might have had installed. And since they didn't say what packages they had selected or what version of unraid they were coming from, I have no idea. I should make it not install any package if unraid is updated . But you really should unselect all packages before upgrading unraid. The core included unraid packages that are present in DevPack are all stripped of their install scripts and binaries and included only headers.I just updated all the included unraid packages to reflect 6.7.2. I haven't looked at updating any of the compiler packages. I just used it with everything installed to compile borgbackup. So it worked for me on 6.7.2.
June 28, 20197 yr Thank you - super useful. I'm starting to do some dev on Unraid for a really basic project and needed to get `make` installed.
October 19, 20196 yr Author When I go to Settings and click on the Dev Pack icon, it just hangs with following message. Please wait, retrieving plugin information ... Could it have anything to do with Unraid 6.8.0-rc3?Yes. I haven't created a 6.8 repo. Not sure when I'll get a chance. Works with 6.7 though.
December 27, 20196 yr On 10/19/2019 at 2:21 PM, JoeUnraidUser said: When I go to Settings and click on the Dev Pack icon, it just hangs with following message. Please wait, retrieving plugin information ... Could it have anything to do with Unraid 6.8.0-rc3? I'm on 6.8.0 and mine hangs with the same message. I found a reddit post where someone had a similar issue, and the suggestion in the post worked for them. Unfortunately, it hasn't worked for me. Any advice is welcome.
December 27, 20196 yr Author I can create the repo with the 6.7 packages but don't have time right now to update them for 6.8
December 28, 20196 yr 23 hours ago, Bob1215 said: I'm on 6.8.0 and mine hangs with the same message. I found a reddit post where someone had a similar issue, and the suggestion in the post worked for them. Unfortunately, it hasn't worked for me. Any advice is welcome. For the first time in a while, when I clicked on the Dev Pack, it loaded instantly... It may have been due to the solution in the reddit post?
July 2, 20206 yr On 4/20/2019 at 2:05 PM, ICDeadPpl said: I'd like to request HTTPie, a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more. https://httpie.org/ https://github.com/jakubroztocil/httpie https://slackbuilds.org/repository/14.2/network/httpie/?search=httpie Seconded
September 10, 20205 yr On 12/28/2019 at 12:05 AM, Bob1215 said: I'm on 6.8.0 and mine hangs with the same message. I found a reddit post where someone had a similar issue, and the suggestion in the post worked for them. Unfortunately, it hasn't worked for me. Any advice is welcome. Is there no more support from dmacia for this plugin? I'm having the same issue for several weeks now (I'm on the Unraid beta). Aas for the reddit post: there is one post deleted, is it right to assume the did something with pihole? I do not have pihole installed, so it can't be that in my system.
September 10, 20205 yr On 8/25/2018 at 2:52 PM, dmacias said: On 8/22/2018 at 1:07 PM, alexp2_ad said: I just tried the ruby package and it seems to install as expected etc, but gem doesn't work correctly, giving an error I don't understand about openssl (despite the openssl package being installed by DevPack) ERROR: Loading command: install (LoadError)libssl.so.1.1: cannot open shared object file: No such file or directory - /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.soERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass (Doubly weird because /usr/lib64/ruby/2.5.0/x86_64-linux/openssl.so totally does exist and permissions seem fine.) EDIT: I also had to manually install libyaml-0.1.6-x86_64-1.txz to get YAML support for Ruby, although I don't know how niche that is and whether it's generally necessary or not. I think the problem is a mismatch of openssl. Ruby 2.5.1 was compiled with openssl 1.1. UnRAID uses 1.02. I downgraded ruby to 2.25 and added yaml. This error still seems to occur. Now Unraid uses openssl 1.1.1 but the ruby version is still the old 2.2.5 which is probably not compatible with the newer openssl version now installed. So it would be nice if the ruby version could be updated accordingly.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.