cinereus Posted July 2, 2020 Share Posted July 2, 2020 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 Quote Link to comment
kana Posted September 10, 2020 Share Posted September 10, 2020 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. Quote Link to comment
kennymc.c Posted September 10, 2020 Share Posted September 10, 2020 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. Quote Link to comment
frakman1 Posted December 29, 2020 Share Posted December 29, 2020 What do I need to install to get past this missing header error? root@Tower:/tmp/buildnc/netcat-openbsd# ./netcat-openbsd.SlackBuild netcat-openbsd-1.217-1/ netcat-openbsd-1.217-1/Makefile netcat-openbsd-1.217-1/README.md netcat-openbsd-1.217-1/atomicio.c netcat-openbsd-1.217-1/atomicio.h netcat-openbsd-1.217-1/changelog netcat-openbsd-1.217-1/copyright netcat-openbsd-1.217-1/nc.1 netcat-openbsd-1.217-1/netcat.c netcat-openbsd-1.217-1/socks.c cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c netcat.c -o netcat.o netcat.c:37:10: fatal error: sys/types.h: No such file or directory 37 | #include <sys/types.h> | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:17: netcat.o] Error 1 Quote Link to comment
dmacias Posted December 30, 2020 Author Share Posted December 30, 2020 What do I need to install to get past this missing header error? root@Tower:/tmp/buildnc/netcat-openbsd# ./netcat-openbsd.SlackBuild netcat-openbsd-1.217-1/netcat-openbsd-1.217-1/Makefilenetcat-openbsd-1.217-1/README.mdnetcat-openbsd-1.217-1/atomicio.cnetcat-openbsd-1.217-1/atomicio.hnetcat-openbsd-1.217-1/changelognetcat-openbsd-1.217-1/copyrightnetcat-openbsd-1.217-1/nc.1netcat-openbsd-1.217-1/netcat.cnetcat-openbsd-1.217-1/socks.ccc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c netcat.c -o netcat.onetcat.c:37:10: fatal error: sys/types.h: No such file or directory 37 | #include /types.h> | ^~~~~~~~~~~~~compilation terminated.make: *** [Makefile:17: netcat.o] Error 1 Did you install all the DevPack packages? I think it's in glibc. I usually just install everything Quote Link to comment
frakman1 Posted December 30, 2020 Share Posted December 30, 2020 (edited) 48 minutes ago, dmacias said: Did you install all the DevPack packages? I think it's in glibc. I usually just install everything I didn't install every single one. I installed the packages as they were needed while compiling. So if it complained about a package missing, I installed it. I did install glibc though. See screenshot for all installed packages. Edited December 30, 2020 by frakman1 Quote Link to comment
dmacias Posted December 30, 2020 Author Share Posted December 30, 2020 I didn't install every single one. I installed the packages as they were needed while compiling. So if it complained about a package missing, I installed it. I did install glibc though. See screenshot for all installed packages. Actually none of those are installed. It's misleading because those are part of unraid but they remove the headers. I created packages with just the headers for inherent unraid packages to be installed over the existing package. They should show downloaded and the switch should be turned on. Quote Link to comment
frakman1 Posted December 31, 2020 Share Posted December 31, 2020 (edited) On 12/30/2020 at 6:11 AM, dmacias said: Actually none of those are installed. That's not true. I manually installed many of those. The logs confirmed their installation and the respective errors went away after installing them. The contents of /var/lib/pkgtools/packages/ also confirms that they are installed there with the correct timestamps: root@Tower:/tmp# ls -lasth /var/log/packages/ total 1.3M 4.0K -rw-r--r-- 1 root root 3.4K Dec 31 17:40 slackpkg-2.82.1-noarch-3 0 drwxr-xr-x 2 root root 5.0K Dec 31 17:40 ./ 4.0K -rw-r--r-- 1 root root 1.1K Dec 29 21:55 netcat-openbsd-1.217_1-x86_64-1_SBo 12K -rw-r--r-- 1 root root 9.0K Dec 29 21:55 libbsd-0.10.0-x86_64-1_SBo 28K -rw-r--r-- 1 root root 28K Dec 29 18:15 kernel-headers-4.14.37-x86-1 4.0K -rw-r--r-- 1 root root 1.4K Dec 29 18:15 glib-1.2.10-x86_64-6 44K -rw-r--r-- 1 root root 43K Dec 29 18:15 gcc-gplus-9.2.0-x86_64-4 8.0K -rw-r--r-- 1 root root 6.3K Dec 29 18:15 gc-8.0.4-x86_64-1 8.0K -rw-r--r-- 1 root root 5.6K Dec 29 18:15 automake-1.16.1-noarch-2 4.0K -rw-r--r-- 1 root root 3.7K Dec 29 18:15 autoconf-2.69-noarch-2 4.0K -rw-r--r-- 1 root root 3.6K Dec 29 17:58 make-4.2.1-x86_64-3 40K -rw-r--r-- 1 root root 37K Dec 29 17:58 guile-2.2.3-x86_64-2 48K -rw-r--r-- 1 root root 46K Dec 29 17:58 gcc-9.2.0-x86_64-4 16K -rw-r--r-- 1 root root 14K Dec 29 17:58 binutils-2.31.1-x86_64-4 4.0K -rw-r--r-- 1 root root 3.0K Dec 29 01:22 community.applications-2020.12.19-x86_64-1 4.0K -rw-r--r-- 1 root root 2.6K Dec 22 11:44 user.scripts-2020.12.11-x86_64-1 4.0K -rw-r--r-- 1 root root 1.2K Dec 21 22:43 slocate-3.1-x86_64-4 12K -rw-r--r-- 1 root root 9.0K Dec 18 14:54 libbsd-0.8.7-x86_64-1_slonly 4.0K -rw-r--r-- 1 root root 2.3K Dec 18 14:54 hfsprogs-332.25-x86_64-2sl 4.0K -rw-r--r-- 1 root root 1002 Dec 18 14:54 fuse-exfat-1.3.0-x86_64-1_slonly 4.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 exfat-utils-1.3.0-x86_64-1_slonly 8.0K -rw-r--r-- 1 root root 4.5K Dec 18 14:54 parted-3.3-x86_64-1 4.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 statistics.sender-2017.09.22 4.0K -rw-r--r-- 1 root root 689 Dec 18 14:54 putty-0.64-x86_64-1rj 4.0K -rw-r--r-- 1 root root 3.7K Dec 18 14:54 openvpn-2.4.8-x86_64-1 4.0K -rw-r--r-- 1 root root 2.7K Dec 18 14:54 fix.common.problems-2020.12.05-x86_64-1 4.0K -rw-r--r-- 1 root root 895 Dec 18 14:54 dynamix.system.temp 4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 dynamix.system.stats 4.0K -rw-r--r-- 1 root root 2.0K Dec 18 14:54 dynamix.system.info 4.0K -rw-r--r-- 1 root root 1.1K Dec 18 14:54 dynamix.system.buttons 4.0K -rw-r--r-- 1 root root 846 Dec 18 14:54 dynamix.ssd.trim 4.0K -rw-r--r-- 1 root root 915 Dec 18 14:54 dynamix.schedules 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.s3.sleep 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.active.streams 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 ca.update.applications-2020.07.23-x86_64-1 4.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 ca.backup2-2020.07.09-x86_64-1 4.0K -rw-r--r-- 1 root root 905 Dec 18 14:54 utempter-1.1.6-x86_64-2 4.0K -rw-r--r-- 1 root root 877 Dec 18 14:54 ncdu-1.12-x86_64-1 4.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 nc-1.10-x86_64-1 4.0K -rw-r--r-- 1 root root 3.3K Dec 18 14:54 netcat-openbsd-1.105-x86_64-2 4.0K -rw-r--r-- 1 root root 1.6K Dec 18 14:54 socat-1.7.3.2-x86_64-3cf 4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 screen-4.6.2s-x86_64-2 8.0K -rw-r--r-- 1 root root 6.1K Dec 18 14:54 p7zip-16.02-x86_64-1sl 248K -rw-r--r-- 1 root root 248K Dec 18 14:54 nodejs-8.12.0-x86_64-1alien 120K -rw-r--r-- 1 root root 118K Dec 18 14:54 perl-5.30.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_base-14.2-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_elflibs-15.0-x86_64-16 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acl-2.2.53-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acpid-2.0.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 apcupsd-3.14.14-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 at-3.2.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 attr-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 avahi-0.7-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bash-5.0.011-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 beep-1.3-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bin-11.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bluez-firmware-1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bridge-utils-1.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 btrfs-progs-5.4.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bzip2-1.0.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ca-certificates-20191130-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 celt051-0.5.1.3-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cifs-utils-6.9-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 coreutils-8.31-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpio-2.13-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpufrequtils-008-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cryptsetup-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 curl-7.67.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cyrus-sasl-2.1.27-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 db48-4.8.30-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dbus-1.12.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dcron-4.5-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 devs-2.3.1-noarch-25 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dhcpcd-8.1.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 diffutils-3.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dmidecode-3.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dnsmasq-2.80-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 docker-19.03.5-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dosfstools-4.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 e2fsprogs-1.45.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ebtables-2.0.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eject-2.1.5-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 elvis-2.2_0-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 etc-15.0-x86_64-10 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ethtool-5.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eudev-3.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 file-5.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 findutils-4.7.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 flex-2.6.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 floppy-5.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 fuse3-3.9.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gawk-4.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gd-2.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gdbm-1.18.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 genpower-1.0.5-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 getty-ps-2.1.0b-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 git-2.24.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glib2-2.62.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-solibs-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-zoneinfo-2019c-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gmp-6.1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gnutls-3.6.11.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gptfdisk-1.0.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 grep-3.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gzip-1.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 haveged-1.9.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hdparm-9.58-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hostname-3.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 htop-2.2.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 icu4c-65.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inetd-1.79s-x86_64-11 0 -rw-r--r-- 1 root root 0 Mar 5 2020 infozip-6.0-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inotify-tools-3.20.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iproute2-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iptables-1.8.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iputils-20190709-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 irqbalance-1.6.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jansson-2.12-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jemalloc-4.5.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jq-1.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 keyutils-1.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 kmod-26-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lbzip2-2.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 less-551-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libaio-0.3.112-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libarchive-3.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcap-ng-0.7.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcgroup-0.41-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libdaemon-0.14-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libedit-20191025_3.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libestr-0.1.11-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libevent-2.1.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libfastjson-0.99.8-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libffi-3.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgcrypt-1.8.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgpg-error-1.36-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgudev-233-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libidn-1.35-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libjpeg-turbo-2.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 liblogging-1.0.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libmnl-1.0.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnetfilter_conntrack-1.0.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnfnetlink-1.0.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnftnl-1.1.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnl3-3.5.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpcap-1.9.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpciaccess-0.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpng-1.6.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpsl-0.21.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libseccomp-2.4.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh-0.9.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh2-1.9.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtasn1-4.15.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtirpc-1.1.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libunistring-0.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-1.0.23-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-compat-0.1.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libuv-1.34.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-5.10.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-php-20190803-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebp-1.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebsockets-3.2.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libx86-1.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxml2-2.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxslt-1.1.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libzip-1.5.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lm_sensors-3.6.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 logrotate-3.15.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lshw-B.02.17-x86_64-r2588-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsof-4.93.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsscsi-0.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lvm2-2.03.07-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lz4-1.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzip-1.21-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzo-2.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mc-4.8.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 miniupnpc-2.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mpfr-4.0.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nano-4.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncompress-4.2.4.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncurses-6.1_20191026-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 net-tools-20181103_0eebece-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 netatalk-3.1.12-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nettle-3.5.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 network-scripts-15.0-noarch-9 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nfs-utils-2.1.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nghttp2-1.40.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nginx-1.16.1-x86_64-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nss-mdns-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntfs-3g-2017.3.23-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntp-4.2.8p13-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 numactl-2.0.11-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 oniguruma-6.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openldap-client-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssh-8.1p1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-solibs-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 p11-kit-0.23.18.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 patch-2.7.6-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pciutils-3.6.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre-8.43-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre2-10.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 php-7.3.14-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pixman-0.38.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pkgtools-15.0-noarch-28 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pm-utils-1.4.1-x86_64-6 0 -rw-r--r-- 1 root root 0 Mar 5 2020 procps-ng-3.3.15-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pv-1.6.6-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qemu-4.2.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qrencode-4.0.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 reiserfsprogs-3.6.27-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rpcbind-1.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsync-3.1.3-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsyslog-8.1908.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 samba-4.11.4-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sdparm-1.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sed-4.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sg3_utils-1.44-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 shadow-4.7-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 smartmontools-7.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 spice-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sqlite-3.30.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ssmtp-2.64-x86_64-5_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sudo-1.8.29-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysfsutils-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-2.96-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-scripts-2.1-noarch-27 0 -rw-r--r-- 1 root root 0 Mar 5 2020 talloc-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tar-1.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tcp_wrappers-7.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tdb-1.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 telnet-0.17-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tevent-0.10.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 traceroute-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tree-1.8.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ttyd-20200211-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbredir-0.7.1-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbutils-012-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 util-linux-2.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vbetool-1.2.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vsftpd-3.0.3-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wget-1.20.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 which-2.21-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wireguard-tools-1.0.20200206-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wsdd-20180618-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xfsprogs-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xz-5.2.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 yajl-2.1.0-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zlib-1.2.11-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zstd-1.4.4-x86_64-1 0 drwxr-xr-x 5 root root 140 Mar 5 2020 ../ 512K -rw-r--r-- 1 root root 509K Dec 31 2009 python3-3.8.1-x86_64-1 4.0K -rw-r--r-- 1 root root 1.9K Dec 31 2009 NerdPack-2019.12.31-x86_64-1 4.0K -rw-r--r-- 1 root root 1.7K Dec 31 2009 DevPack-2019.01.25-x86_64-1 Edited December 31, 2020 by frakman1 Quote Link to comment
dmacias Posted January 9, 2021 Author Share Posted January 9, 2021 That's not true. I manually installed many of those. The logs confirmed their installation and the respective errors went away after installing them. The contents of /var/lib/pkgtools/packages/ also confirms that they are installed there with the correct timestamps: root@Tower:/tmp# ls -lasth /var/log/packages/total 1.3M4.0K -rw-r--r-- 1 root root 3.4K Dec 31 17:40 slackpkg-2.82.1-noarch-3 0 drwxr-xr-x 2 root root 5.0K Dec 31 17:40 ./4.0K -rw-r--r-- 1 root root 1.1K Dec 29 21:55 netcat-openbsd-1.217_1-x86_64-1_SBo12K -rw-r--r-- 1 root root 9.0K Dec 29 21:55 libbsd-0.10.0-x86_64-1_SBo28K -rw-r--r-- 1 root root 28K Dec 29 18:15 kernel-headers-4.14.37-x86-14.0K -rw-r--r-- 1 root root 1.4K Dec 29 18:15 glib-1.2.10-x86_64-644K -rw-r--r-- 1 root root 43K Dec 29 18:15 gcc-gplus-9.2.0-x86_64-48.0K -rw-r--r-- 1 root root 6.3K Dec 29 18:15 gc-8.0.4-x86_64-18.0K -rw-r--r-- 1 root root 5.6K Dec 29 18:15 automake-1.16.1-noarch-24.0K -rw-r--r-- 1 root root 3.7K Dec 29 18:15 autoconf-2.69-noarch-24.0K -rw-r--r-- 1 root root 3.6K Dec 29 17:58 make-4.2.1-x86_64-340K -rw-r--r-- 1 root root 37K Dec 29 17:58 guile-2.2.3-x86_64-248K -rw-r--r-- 1 root root 46K Dec 29 17:58 gcc-9.2.0-x86_64-416K -rw-r--r-- 1 root root 14K Dec 29 17:58 binutils-2.31.1-x86_64-44.0K -rw-r--r-- 1 root root 3.0K Dec 29 01:22 community.applications-2020.12.19-x86_64-14.0K -rw-r--r-- 1 root root 2.6K Dec 22 11:44 user.scripts-2020.12.11-x86_64-14.0K -rw-r--r-- 1 root root 1.2K Dec 21 22:43 slocate-3.1-x86_64-412K -rw-r--r-- 1 root root 9.0K Dec 18 14:54 libbsd-0.8.7-x86_64-1_slonly4.0K -rw-r--r-- 1 root root 2.3K Dec 18 14:54 hfsprogs-332.25-x86_64-2sl4.0K -rw-r--r-- 1 root root 1002 Dec 18 14:54 fuse-exfat-1.3.0-x86_64-1_slonly4.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 exfat-utils-1.3.0-x86_64-1_slonly8.0K -rw-r--r-- 1 root root 4.5K Dec 18 14:54 parted-3.3-x86_64-14.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 statistics.sender-2017.09.224.0K -rw-r--r-- 1 root root 689 Dec 18 14:54 putty-0.64-x86_64-1rj4.0K -rw-r--r-- 1 root root 3.7K Dec 18 14:54 openvpn-2.4.8-x86_64-14.0K -rw-r--r-- 1 root root 2.7K Dec 18 14:54 fix.common.problems-2020.12.05-x86_64-14.0K -rw-r--r-- 1 root root 895 Dec 18 14:54 dynamix.system.temp4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 dynamix.system.stats4.0K -rw-r--r-- 1 root root 2.0K Dec 18 14:54 dynamix.system.info4.0K -rw-r--r-- 1 root root 1.1K Dec 18 14:54 dynamix.system.buttons4.0K -rw-r--r-- 1 root root 846 Dec 18 14:54 dynamix.ssd.trim4.0K -rw-r--r-- 1 root root 915 Dec 18 14:54 dynamix.schedules4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.s3.sleep4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.active.streams4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 ca.update.applications-2020.07.23-x86_64-14.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 ca.backup2-2020.07.09-x86_64-14.0K -rw-r--r-- 1 root root 905 Dec 18 14:54 utempter-1.1.6-x86_64-24.0K -rw-r--r-- 1 root root 877 Dec 18 14:54 ncdu-1.12-x86_64-14.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 nc-1.10-x86_64-14.0K -rw-r--r-- 1 root root 3.3K Dec 18 14:54 netcat-openbsd-1.105-x86_64-24.0K -rw-r--r-- 1 root root 1.6K Dec 18 14:54 socat-1.7.3.2-x86_64-3cf4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 screen-4.6.2s-x86_64-28.0K -rw-r--r-- 1 root root 6.1K Dec 18 14:54 p7zip-16.02-x86_64-1sl248K -rw-r--r-- 1 root root 248K Dec 18 14:54 nodejs-8.12.0-x86_64-1alien120K -rw-r--r-- 1 root root 118K Dec 18 14:54 perl-5.30.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_base-14.2-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_elflibs-15.0-x86_64-16 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acl-2.2.53-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acpid-2.0.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 apcupsd-3.14.14-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 at-3.2.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 attr-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 avahi-0.7-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bash-5.0.011-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 beep-1.3-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bin-11.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bluez-firmware-1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bridge-utils-1.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 btrfs-progs-5.4.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bzip2-1.0.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ca-certificates-20191130-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 celt051-0.5.1.3-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cifs-utils-6.9-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 coreutils-8.31-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpio-2.13-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpufrequtils-008-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cryptsetup-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 curl-7.67.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cyrus-sasl-2.1.27-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 db48-4.8.30-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dbus-1.12.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dcron-4.5-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 devs-2.3.1-noarch-25 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dhcpcd-8.1.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 diffutils-3.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dmidecode-3.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dnsmasq-2.80-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 docker-19.03.5-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dosfstools-4.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 e2fsprogs-1.45.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ebtables-2.0.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eject-2.1.5-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 elvis-2.2_0-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 etc-15.0-x86_64-10 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ethtool-5.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eudev-3.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 file-5.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 findutils-4.7.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 flex-2.6.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 floppy-5.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 fuse3-3.9.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gawk-4.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gd-2.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gdbm-1.18.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 genpower-1.0.5-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 getty-ps-2.1.0b-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 git-2.24.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glib2-2.62.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-solibs-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-zoneinfo-2019c-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gmp-6.1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gnutls-3.6.11.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gptfdisk-1.0.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 grep-3.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gzip-1.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 haveged-1.9.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hdparm-9.58-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hostname-3.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 htop-2.2.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 icu4c-65.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inetd-1.79s-x86_64-11 0 -rw-r--r-- 1 root root 0 Mar 5 2020 infozip-6.0-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inotify-tools-3.20.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iproute2-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iptables-1.8.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iputils-20190709-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 irqbalance-1.6.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jansson-2.12-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jemalloc-4.5.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jq-1.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 keyutils-1.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 kmod-26-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lbzip2-2.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 less-551-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libaio-0.3.112-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libarchive-3.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcap-ng-0.7.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcgroup-0.41-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libdaemon-0.14-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libedit-20191025_3.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libestr-0.1.11-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libevent-2.1.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libfastjson-0.99.8-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libffi-3.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgcrypt-1.8.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgpg-error-1.36-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgudev-233-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libidn-1.35-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libjpeg-turbo-2.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 liblogging-1.0.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libmnl-1.0.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnetfilter_conntrack-1.0.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnfnetlink-1.0.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnftnl-1.1.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnl3-3.5.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpcap-1.9.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpciaccess-0.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpng-1.6.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpsl-0.21.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libseccomp-2.4.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh-0.9.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh2-1.9.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtasn1-4.15.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtirpc-1.1.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libunistring-0.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-1.0.23-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-compat-0.1.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libuv-1.34.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-5.10.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-php-20190803-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebp-1.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebsockets-3.2.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libx86-1.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxml2-2.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxslt-1.1.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libzip-1.5.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lm_sensors-3.6.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 logrotate-3.15.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lshw-B.02.17-x86_64-r2588-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsof-4.93.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsscsi-0.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lvm2-2.03.07-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lz4-1.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzip-1.21-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzo-2.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mc-4.8.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 miniupnpc-2.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mpfr-4.0.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nano-4.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncompress-4.2.4.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncurses-6.1_20191026-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 net-tools-20181103_0eebece-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 netatalk-3.1.12-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nettle-3.5.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 network-scripts-15.0-noarch-9 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nfs-utils-2.1.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nghttp2-1.40.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nginx-1.16.1-x86_64-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nss-mdns-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntfs-3g-2017.3.23-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntp-4.2.8p13-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 numactl-2.0.11-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 oniguruma-6.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openldap-client-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssh-8.1p1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-solibs-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 p11-kit-0.23.18.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 patch-2.7.6-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pciutils-3.6.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre-8.43-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre2-10.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 php-7.3.14-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pixman-0.38.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pkgtools-15.0-noarch-28 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pm-utils-1.4.1-x86_64-6 0 -rw-r--r-- 1 root root 0 Mar 5 2020 procps-ng-3.3.15-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pv-1.6.6-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qemu-4.2.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qrencode-4.0.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 reiserfsprogs-3.6.27-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rpcbind-1.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsync-3.1.3-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsyslog-8.1908.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 samba-4.11.4-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sdparm-1.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sed-4.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sg3_utils-1.44-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 shadow-4.7-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 smartmontools-7.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 spice-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sqlite-3.30.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ssmtp-2.64-x86_64-5_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sudo-1.8.29-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysfsutils-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-2.96-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-scripts-2.1-noarch-27 0 -rw-r--r-- 1 root root 0 Mar 5 2020 talloc-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tar-1.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tcp_wrappers-7.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tdb-1.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 telnet-0.17-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tevent-0.10.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 traceroute-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tree-1.8.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ttyd-20200211-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbredir-0.7.1-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbutils-012-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 util-linux-2.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vbetool-1.2.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vsftpd-3.0.3-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wget-1.20.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 which-2.21-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wireguard-tools-1.0.20200206-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wsdd-20180618-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xfsprogs-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xz-5.2.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 yajl-2.1.0-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zlib-1.2.11-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zstd-1.4.4-x86_64-1 0 drwxr-xr-x 5 root root 140 Mar 5 2020 ../512K -rw-r--r-- 1 root root 509K Dec 31 2009 python3-3.8.1-x86_64-14.0K -rw-r--r-- 1 root root 1.9K Dec 31 2009 NerdPack-2019.12.31-x86_64-14.0K -rw-r--r-- 1 root root 1.7K Dec 31 2009 DevPack-2019.01.25-x86_64-1 The reason I assume none are installed is because the image you posted shows all of them as downloaded = no. That mean that DevPack didn't download and install them. So the packages are installed inherently in unraid but DevPack didn't install the same package headers only. Quote Link to comment
mgutt Posted July 7, 2021 Share Posted July 7, 2021 I tried to build audit: https://unix.stackexchange.com/a/502900/101920 But I'm getting this error: configure: error: libcap-ng libraries found but headers are missing It went further after upgrading the package: https://slackware.pkgs.org/14.2/slackware-x86_64/libcap-ng-0.7.7-x86_64-1.txz.html But finally failed: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../auparse -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -O2 -fPIC -c -o audispd_zos_remote-zos-remote-plugin.o `test -f 'zos-remote-plugin.c' || echo './'`zos-remote-plugin.c zos-remote-plugin.c:39:10: fatal error: lber.h: No such file or directory 39 | #include <lber.h> | ^~~~~~~~ compilation terminated. make[4]: *** [Makefile:456: audispd_zos_remote-zos-remote-plugin.o] Error 1 make[4]: Leaving directory '/tmp/SBo/audit-2.3.6/audisp/plugins/zos-remote' make[3]: *** [Makefile:382: all-recursive] Error 1 make[3]: Leaving directory '/tmp/SBo/audit-2.3.6/audisp/plugins' make[2]: *** [Makefile:540: all-recursive] Error 1 make[2]: Leaving directory '/tmp/SBo/audit-2.3.6/audisp' make[1]: *** [Makefile:437: all-recursive] Error 1 make[1]: Leaving directory '/tmp/SBo/audit-2.3.6' make: *** [Makefile:368: all] Error 2 Maybe someone can give me a hint? Quote Link to comment
hawihoney Posted August 12, 2021 Share Posted August 12, 2021 Seems that there are release differences between Nerd Pack and Dev Pack. After installing python3 Inended up with: root@Tower:~# python3 python3: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib64/libpython3.9.so.1.0) python3: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib64/libpython3.9.so.1.0) glibc offers 2.30. python3 3.9 does not work with this. I will crosspost in the other plugins section as well. Quote Link to comment
BoKKeR Posted October 10, 2021 Share Posted October 10, 2021 Could we get TLDR? Its really useful to get some quick tips about commands in a unix environment https://github.com/tldr-pages/tldr Quote Link to comment
BVD Posted March 23, 2022 Share Posted March 23, 2022 On 10/10/2021 at 11:38 AM, BoKKeR said: Could we get TLDR? Its really useful to get some quick tips about commands in a unix environment https://github.com/tldr-pages/tldr @BoKKeR Best bet would be to use pip instead - both python and pip are included in dev tools, and it looks like it's one of the supported ways to install tldr 1 Quote Link to comment
Bolagnaise Posted July 27, 2022 Share Posted July 27, 2022 6.11 RC1 ISSUES- Dev pack and Nerd pack both will not load the full gui. Here's the logs. Spoiler plugin: installing: DevPack.plg plugin: downloading: DevPack.plg ... 100% plugin: downloading: DevPack.plg ... done Executing hook script: pre_plugin_checks plugin: downloading: DevPack-2021.08.11-x86_64-1.txz ... 100% plugin: downloading: DevPack-2021.08.11-x86_64-1.md5 ... 100% plugin: downloading: DevPack-2021.08.11-x86_64-1.md5 ... done +============================================================================== | Installing new package /boot/config/plugins/DevPack/DevPack-2021.08.11-x86_64-1.txz +============================================================================== Verifying package DevPack-2021.08.11-x86_64-1.txz. Installing package DevPack-2021.08.11-x86_64-1.txz: PACKAGE DESCRIPTION: # Developmental Pack for unRAID Plugin # # unRAID plugin wrapper for dev packages, mostly for advanced # users to compile packages. Use at your own risk. # Not officially supported by LimeTech. # # https://github.com/dmacias72/unRAID-DevPack # Executing install script for DevPack-2021.08.11-x86_64-1.txz. Package DevPack-2021.08.11-x86_64-1.txz installed. Processing Packages... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing curl-7.67.0 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing glib2-2.62.4 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing glibc-2.30 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing gnutls-3.6.11.1 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing libgcrypt-1.8.5 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing libgpg-error-1.36 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing libjpeg-turbo-2.0.3 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing libxml2-2.9.10 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing openssl-1.1.1d package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing pcre-8.43 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing sqlite-3.30.1 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Installing xz-5.2.4 package... Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/DevPack/scripts/devmanager on line 72 Cleaning up packages... All packages processed... ----------------------------------------------------------- DevPack has been installed. This plugin requires Dynamix webGui to operate Copyright 2016-2019, dmacias72, eschultz Version: 2021.08.11 ----------------------------------------------------------- plugin: DevPack.plg installed Executing hook script: post_plugin_checks Updating support link Quote Link to comment
Squid Posted August 21, 2022 Share Posted August 21, 2022 As of today, since 6.11.0 stable is imminent, and I don't believe that this plugin will get updated, I have marked this plugin as being incompatible with > 6.10.3 If you require any packages which you may have been installing via this, you will need to do your own package management 1 Quote Link to comment
jc179 Posted September 22, 2022 Share Posted September 22, 2022 (edited) Hi there, Hoping someone might be able to help with this... I have unraid 6.10.3 with the latest devtools installed, and cc1 found under /usr/libexec/gcc/x86_64-slackware-linux/9.2.0 seems to be wanting the libisl.so.22 , and not the newer libisl.so.23 I did turn off all addins from within the Dev Pack tool, and apply, reboot, and turn them all backon, apply, and reboot. See below output for LDD root@cerebellum:/usr/libexec/gcc/x86_64-slackware-linux/9.2.0# cc1 cc1: error while loading shared libraries: libisl.so.22: cannot open shared object file: No such file or directory root@cerebellum:/usr/libexec/gcc/x86_64-slackware-linux/9.2.0# root@cerebellum:/usr/libexec/gcc/x86_64-slackware-linux/9.2.0# ldd cc1 linux-vdso.so.1 (0x00007ffeb848b000) libisl.so.22 => not found libmpc.so.3 => /usr/lib64/libmpc.so.3 (0x00001485e4b9f000) libmpfr.so.6 => /usr/lib64/libmpfr.so.6 (0x00001485e48f4000) libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00001485e487b000) libdl.so.2 => /lib64/libdl.so.2 (0x00001485e4876000) libz.so.1 => /lib64/libz.so.1 (0x00001485e485c000) libm.so.6 => /lib64/libm.so.6 (0x00001485e4712000) libc.so.6 => /lib64/libc.so.6 (0x00001485e4533000) /lib64/ld-linux-x86-64.so.2 (0x00001485e4bca000) root@cerebellum:/usr/libexec/gcc/x86_64-slackware-linux/9.2.0# See LIBISL /usr/lib64/libisl.so.23 /usr/lib64/libisl.so.23.1.0 root@cerebellum:/usr/libexec/gcc/x86_64-slackware-linux/9.2.0# ldconfig -p | grep -i isl libisl.so.23 (libc6,x86-64) => /usr/lib64/libisl.so.23 thanks for any advice tips or tricks to resolve this... Jonathan Edited September 22, 2022 by jc179 Quote Link to comment
Cryptic Posted November 4, 2022 Share Posted November 4, 2022 any plans for support of 6.11.x? 1 Quote Link to comment
nevtag Posted November 17, 2022 Share Posted November 17, 2022 With 6.11.x it doesn't work, because there is no repository on dmacias72 github. To use it, you must modify the os_version in /usr/local/emhttp/plugins/DevPack/include/DevPackHelpers.php I set it to "6.10" and it works for me, I was able to install all packages. Quote Link to comment
JonathanM Posted November 17, 2022 Share Posted November 17, 2022 3 hours ago, nevtag said: With 6.11.x it doesn't work, because there is no repository on dmacias72 github. To use it, you must modify the os_version in /usr/local/emhttp/plugins/DevPack/include/DevPackHelpers.php I set it to "6.10" and it works for me, I was able to install all packages. There is a fairly high likelihood you will break Unraid doing that, if not now, in the future. The individual tools may or may not be compatible with later releases, causing all sorts of strange errors. If you need a specific package, either request that it be added to the nerd tools plugin, or if that isn't feasible find or compile a version compatible with the current Unraid slackware. The reason this plugin isn't updated is because of all the work needed to keep everything up to date and compatible. If you try to force old packages you will cause problems for yourself. Quote Link to comment
Recommended Posts
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.