Skip to content

Instantly share code, notes, and snippets.

@sylware
Last active April 1, 2021 14:23
Show Gist options
  • Save sylware/be7ddb53c4d05470b8cafcb89156f1f6 to your computer and use it in GitHub Desktop.
Save sylware/be7ddb53c4d05470b8cafcb89156f1f6 to your computer and use it in GitHub Desktop.
system
--- steam.sh
+++ steam.sh
@@ -293,7 +293,11 @@
BF=$(($(gzip --list "$2" | sed -n -e "s/.*[[:space:]]\+[0-9]\+[[:space:]]\+\([0-9]\+\)[[:space:]].*$/\1/p") / $((512 * 100)) + 1))
;;
*.xz)
- BF=$(($(xz --robot --list "$2" | grep totals | awk '{print $5}') / $((512 * 100)) + 1))
+ if xz -h 2>&1 | grep -q BusyBox; then
+ BF=""
+ else
+ BF=$(($(xz --robot --list "$2" | grep totals | awk '{print $5}') / $((512 * 100)) + 1))
+ fi
;;
*)
BF=""
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 9 3900XT 12-Core Processor
CPU Family: 0x17
CPU Model: 0x71
CPU Stepping: 0x0
CPU Type: 0x0
Speed: 3800 Mhz
24 logical processors
12 physical processors
HyperThreading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Supported
SSE41: Supported
SSE42: Supported
AES: Supported
AVX: Supported
AVX2: Unsupported
AVX512F: Unsupported
AVX512PF: Unsupported
AVX512ER: Unsupported
AVX512CD: Unsupported
AVX512VNNI: Unsupported
SHA: Unsupported
CMPXCHG16B: Supported
LAHF/SAHF: Supported
PrefetchW: Unsupported
Operating System Version:
Linux 5.x (64 bit)
Kernel Name: Linux
Kernel Version: 5.9.0-rc5-0+
X Server Vendor: The X.Org Foundation
X Server Release: 12099001
X Window Manager: dwm
Steam Runtime Version: steam-runtime_0.20201104.0
Video Card:
Driver: AMD AMD Radeon RX 5600 XT (NAVI10, DRM 3.40.0, 5.9.0-rc5-0+, LLVM 12.0.0git)
Driver Version: 4.6 (Compatibility Profile) Mesa 20.3.0-devel7346933fc8616ec2adc9848d267cee873f2eabb8
OpenGL Version: 4.6
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 120 Hz
VendorID Not Detected
DeviceID Not Detected
Revision Not Detected
Number of Monitors: 1
Number of Video Cards Not Detected
Primary Display Resolution: 1920 x 1080
Desktop Resolution: 1920 x 1080
Primary Display Size: 20.91" x 11.77" (23.98" diag)
53.1cm x 29.9cm (60.9cm diag)
Primary VRAM: 6144 MB
Sound card:
Audio device: ATI R6xx HDMI
Memory:
RAM: 16016 Mb
VR Hardware:
VR Headset: None detected
Miscellaneous:
UI Language: English
LANG: en_US.utf8
Total Hard Disk Space Available: 119959 Mb
Largest Free Hard Disk Block: 54230 Mb
"LD_* scout runtime" information:
{
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/mnt/128/home/user/.local/share/Steam",
"data_path" : "/mnt/128/home/user/.local/share/Steam",
"bin32_path" : "/mnt/128/home/user/.local/share/Steam/ubuntu12_32",
"steamscript_path" : "/home/user/steam/steam",
"steamscript_version" : "100054",
"issues" : [
"missing-steam-uri-handler",
"unexpected-steam-uri-handler"
]
},
"runtime" : {
"path" : "/mnt/128/home/user/.local/share/Steam/ubuntu12_32/steam-runtime",
"version" : "0.20201104.0",
"issues" : [
],
"pinned_libs_32" : {
"messages" : [
"find: unrecognized: -ls",
"BusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.",
null,
"Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]",
null,
"Search for files and perform actions on them.",
"First failed action stops processing of current file.",
"Defaults: PATH is current directory, action is '-print'",
null,
"\t-L,-follow\tFollow symlinks",
"\t-H\t\t...on command line only",
"\t-xdev\t\tDon't descend directories on other filesystems",
"\t-maxdepth N\tDescend at most N levels. -maxdepth 0 applies",
"\t\t\tactions to command line arguments only",
"\t-mindepth N\tDon't act on first N levels",
"\t-depth\t\tAct on directory *after* traversing it",
null,
"Actions:",
"\t( ACTIONS )\tGroup actions for -o / -a",
"\t! ACT\t\tInvert ACT's success/failure",
"\tACT1 [-a] ACT2\tIf ACT1 fails, stop, else do ACT2",
"\tACT1 -o ACT2\tIf ACT1 succeeds, stop, else do ACT2",
"\t\t\tNote: -a has higher priority than -o",
"\t-name PATTERN\tMatch file name (w/o directory name) to PATTERN",
"\t-iname PATTERN\tCase insensitive -name",
"\t-path PATTERN\tMatch path to PATTERN",
"\t-ipath PATTERN\tCase insensitive -path",
"\t-regex PATTERN\tMatch path to regex PATTERN",
"\t-type X\t\tFile type is X (one of: f,d,l,b,c,s,p)",
"\t-executable\tFile is executable",
"\t-perm MASK\tAt least one mask bit (+MASK), all bits (-MASK),",
"\t\t\tor exactly MASK bits are set in file's mode",
"\t-mtime DAYS\tmtime is greater than (+N), less than (-N),",
"\t\t\tor exactly N days in the past",
"\t-mmin MINS\tmtime is greater than (+N), less than (-N),",
"\t\t\tor exactly N minutes in the past",
"\t-newer FILE\tmtime is more recent than FILE's",
"\t-inum N\t\tFile has inode number N",
"\t-user NAME/ID\tFile is owned by given user",
"\t-group NAME/ID\tFile is owned by given group",
"\t-size N[bck]\tFile size is N (c:bytes,k:kbytes,b:512 bytes(def.))",
"\t\t\t+/-N: file size is bigger/smaller than N",
"\t-links N\tNumber of links is greater than (+N), less than (-N),",
"\t\t\tor exactly N",
"\t-empty\t\tMatch empty file/directory",
"\t-prune\t\tIf current file is directory, don't descend into it",
"If none of the following actions is specified, -print is assumed",
"\t-print\t\tPrint file name",
"\t-print0\t\tPrint file name, NUL terminated",
"\t-exec CMD ARG ;\tRun CMD with all instances of {} replaced by",
"\t\t\tfile name. Fails if CMD exits with nonzero",
"\t-exec CMD ARG + Run CMD with {} replaced by list of file names",
"\t-delete\t\tDelete current file/directory. Turns on -depth option",
"\t-quit\t\tExit"
]
},
"pinned_libs_64" : {
"messages" : [
"find: unrecognized: -ls",
"BusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.",
null,
"Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]",
null,
"Search for files and perform actions on them.",
"First failed action stops processing of current file.",
"Defaults: PATH is current directory, action is '-print'",
null,
"\t-L,-follow\tFollow symlinks",
"\t-H\t\t...on command line only",
"\t-xdev\t\tDon't descend directories on other filesystems",
"\t-maxdepth N\tDescend at most N levels. -maxdepth 0 applies",
"\t\t\tactions to command line arguments only",
"\t-mindepth N\tDon't act on first N levels",
"\t-depth\t\tAct on directory *after* traversing it",
null,
"Actions:",
"\t( ACTIONS )\tGroup actions for -o / -a",
"\t! ACT\t\tInvert ACT's success/failure",
"\tACT1 [-a] ACT2\tIf ACT1 fails, stop, else do ACT2",
"\tACT1 -o ACT2\tIf ACT1 succeeds, stop, else do ACT2",
"\t\t\tNote: -a has higher priority than -o",
"\t-name PATTERN\tMatch file name (w/o directory name) to PATTERN",
"\t-iname PATTERN\tCase insensitive -name",
"\t-path PATTERN\tMatch path to PATTERN",
"\t-ipath PATTERN\tCase insensitive -path",
"\t-regex PATTERN\tMatch path to regex PATTERN",
"\t-type X\t\tFile type is X (one of: f,d,l,b,c,s,p)",
"\t-executable\tFile is executable",
"\t-perm MASK\tAt least one mask bit (+MASK), all bits (-MASK),",
"\t\t\tor exactly MASK bits are set in file's mode",
"\t-mtime DAYS\tmtime is greater than (+N), less than (-N),",
"\t\t\tor exactly N days in the past",
"\t-mmin MINS\tmtime is greater than (+N), less than (-N),",
"\t\t\tor exactly N minutes in the past",
"\t-newer FILE\tmtime is more recent than FILE's",
"\t-inum N\t\tFile has inode number N",
"\t-user NAME/ID\tFile is owned by given user",
"\t-group NAME/ID\tFile is owned by given group",
"\t-size N[bck]\tFile size is N (c:bytes,k:kbytes,b:512 bytes(def.))",
"\t\t\t+/-N: file size is bigger/smaller than N",
"\t-links N\tNumber of links is greater than (+N), less than (-N),",
"\t\t\tor exactly N",
"\t-empty\t\tMatch empty file/directory",
"\t-prune\t\tIf current file is directory, don't descend into it",
"If none of the following actions is specified, -print is assumed",
"\t-print\t\tPrint file name",
"\t-print0\t\tPrint file name, NUL terminated",
"\t-exec CMD ARG ;\tRun CMD with all instances of {} replaced by",
"\t\t\tfile name. Fails if CMD exits with nonzero",
"\t-exec CMD ARG + Run CMD with {} replaced by list of file names",
"\t-delete\t\tDelete current file/directory. Turns on -depth option",
"\t-quit\t\tExit"
]
}
},
"os-release" : {
},
"container" : {
"type" : "none"
},
"driver_environment" : [
],
"architectures" : {
"i386-linux-gnu" : {
"can-run" : true,
"library-issues-summary" : [
"cannot-load"
],
"library-details" : {
"libBrokenLocale.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libCg.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libCgGL.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libFLAC.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGL.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLEW.so.1.10" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLEW.so.1.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLU.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libICE.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_image-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_mixer-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_net-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_ttf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_image-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_mixer-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_ttf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSM.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libX11-xcb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libX11.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXau.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXaw.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXcomposite.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXcursor.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXdamage.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXdmcp.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXext.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXfixes.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXft.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXi.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXinerama.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXmu.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXpm.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXrandr.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXrender.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXss.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXt.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXtst.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXxf86vm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libacl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libanl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libappindicator.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasn1.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasound.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasyncns.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libatk-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libatomic.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libattr.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavahi-client.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavahi-common.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavcodec.so.53" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavfilter.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavformat.so.53" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavutil.so.51" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libbz2.so.1.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libc.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcairo.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcanberra-gtk.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcanberra.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcap.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcom_err.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcrypt.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcrypto.so.1.0.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcups.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcurl-gnutls.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcurl.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbus-1.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbus-glib-1.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbusmenu-glib.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbusmenu-gtk.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdl.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libelf.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexif.so.12" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexpat.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexpatw.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libffi.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_forms.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_gl.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_images.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfontconfig.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libform.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libformw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfreetype.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgcc_s.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgconf-2.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgcrypt.so.11" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk-x11-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk_pixbuf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk_pixbuf_xlib-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgio-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libglib-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libglut.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgmodule-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgmp.so.10" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls-extra.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls.so.30" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgobject-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgomp.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgpg-error.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgssapi.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgssapi_krb5.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstapp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstaudio-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstbase-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcdda-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcheck-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcontroller-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstdataprotocol-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstfft-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstinterfaces-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstnet-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstnetbuffer-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstpbutils-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstreamer-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstriff-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstrtp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstrtsp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstsdp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgsttag-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstvideo-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgthread-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgtk-x11-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgudev-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhcrypto.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libheimbase.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libheimntlm.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhogweed.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhx509.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libidn.so.11" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libindicator.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libitm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjack.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjacknet.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjpeg.so.62" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjpeg.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjson-glib-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjson.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libk5crypto.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkeyutils.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5support.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liblber-2.4.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liblcms2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libldap_r-2.4.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libltdl.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libm.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmenu.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmenuw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmikmod.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmpg123.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libncurses.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libncursesw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnettle.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnm-glib.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnm-util.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnotify.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnsl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnspr4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnss3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnssutil3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libogg.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopenal.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopus.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopusfile.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopusurl.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liborc-0.4.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liborc-test-0.4.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libp11-kit.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpanel.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpanelw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpango-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangocairo-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangoft2-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangox-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangoxft-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpci.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcre.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcrecpp.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcreposix.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpixman-1.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libplc4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libplds4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpng12.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpthread.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpulse-simple.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpulse.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libquadmath.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libresolv.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libroken.so.18" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"librt.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"librtmp.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsamplerate.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsasl2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libselinux.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsmime3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsndfile.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libspeex.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libspeexdsp.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsqlite3.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libssl.so.1.0.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libssl3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libstdc++.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsteam-runtime-tools-0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libswscale.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtasn1.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtasn1.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbb.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbbmalloc.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbbmalloc_proxy.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtdb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheora.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheoradec.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheoraenc.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtic.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtiff.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtinfo.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libudev.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libusb-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libutil.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libuuid.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-drm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-drm.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-glx.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-glx.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-x11.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-x11.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvdpau.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbis.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbisenc.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbisfile.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvpx.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvulkan.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwaffle-1.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwind.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwrap.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-composite.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-damage.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dpms.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dri2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dri3.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-glx.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-present.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-randr.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-record.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-render.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-res.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-screensaver.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-shape.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-shm.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-sync.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xevie.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xf86dri.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xfixes.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xinerama.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xkb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xprint.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xtest.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xv.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xvmc.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxml2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libz.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
}
},
"graphics-details" : {
"x11/vulkan" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"x11/vdpau" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-draw"
],
"exit-status" : 1
},
"x11/vaapi" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-draw"
],
"exit-status" : 1
},
"glx/gl" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"egl_x11/gl" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"egl_x11/glesv2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
}
},
"dri_drivers" : [
],
"va-api_drivers" : [
],
"vdpau_drivers" : [
],
"glx_drivers" : [
]
},
"x86_64-linux-gnu" : {
"can-run" : true,
"library-issues-summary" : [
"cannot-load"
],
"library-details" : {
"libBrokenLocale.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libCg.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libCgGL.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libFLAC.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGL.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLEW.so.1.10" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLEW.so.1.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libGLU.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libICE.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_image-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_mixer-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_net-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL2_ttf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_image-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_mixer-1.2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSDL_ttf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libSM.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libX11-xcb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libX11.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXau.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXaw.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXcomposite.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXcursor.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXdamage.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXdmcp.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXext.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXfixes.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXft.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXi.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXinerama.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXmu.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXpm.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXrandr.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXrender.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXss.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXt.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXtst.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libXxf86vm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libacl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libanl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libappindicator.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasn1.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasound.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libasyncns.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libatk-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libatomic.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libattr.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavahi-client.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavahi-common.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavcodec.so.53" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavfilter.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavformat.so.53" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libavutil.so.51" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libbz2.so.1.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libc.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcairo.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcanberra-gtk.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcanberra.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcap.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcom_err.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcrypt.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcrypto.so.1.0.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcups.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcurl-gnutls.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libcurl.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbus-1.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbus-glib-1.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbusmenu-glib.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdbusmenu-gtk.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libdl.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libelf.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexif.so.12" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexpat.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libexpatw.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libffi.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_forms.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_gl.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfltk_images.so.1.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfontconfig.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libform.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libformw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libfreetype.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgcc_s.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgconf-2.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgcrypt.so.11" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk-x11-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk_pixbuf-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgdk_pixbuf_xlib-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgio-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libglib-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libglut.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgmodule-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgmp.so.10" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls-extra.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgnutls.so.30" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgobject-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgomp.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgpg-error.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgssapi.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgssapi_krb5.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstapp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstaudio-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstbase-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcdda-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcheck-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstcontroller-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstdataprotocol-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstfft-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstinterfaces-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstnet-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstnetbuffer-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstpbutils-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstreamer-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstriff-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstrtp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstrtsp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstsdp-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgsttag-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgstvideo-0.10.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgthread-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgtk-x11-2.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libgudev-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhcrypto.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libheimbase.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libheimntlm.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhogweed.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libhx509.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libidn.so.11" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libindicator.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libitm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjack.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjacknet.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjpeg.so.62" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjpeg.so.8" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjson-glib-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libjson.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libk5crypto.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkeyutils.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5.so.26" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libkrb5support.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liblber-2.4.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liblcms2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libldap_r-2.4.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libltdl.so.7" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libm.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmenu.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmenuw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmikmod.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libmpg123.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libncurses.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libncursesw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnettle.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnm-glib.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnm-util.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnotify.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnsl.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnspr4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnss3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libnssutil3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libogg.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopenal.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopus.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopusfile.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libopusurl.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liborc-0.4.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"liborc-test-0.4.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libp11-kit.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpanel.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpanelw.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpango-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangocairo-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangoft2-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangox-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpangoxft-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpci.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcre.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcrecpp.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpcreposix.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpixman-1.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libplc4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libplds4.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpng12.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpthread.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpulse-simple.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libpulse.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libquadmath.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libresolv.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libroken.so.18" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"librt.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"librtmp.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsamplerate.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsasl2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libselinux.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsmime3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsndfile.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libspeex.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libspeexdsp.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsqlite3.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libssl.so.1.0.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libssl3.so" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libstdc++.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libsteam-runtime-tools-0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libswscale.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtasn1.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtasn1.so.6" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbb.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbbmalloc.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtbbmalloc_proxy.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtdb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheora.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheoradec.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtheoraenc.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtic.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtiff.so.4" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libtinfo.so.5" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libudev.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libusb-1.0.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libutil.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libuuid.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-drm.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-drm.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-glx.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-glx.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-x11.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva-x11.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libva.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvdpau.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbis.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbisenc.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvorbisfile.so.3" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvpx.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libvulkan.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwaffle-1.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwind.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libwrap.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-composite.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-damage.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dpms.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dri2.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-dri3.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-glx.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-present.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-randr.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-record.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-render.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-res.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-screensaver.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-shape.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-shm.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-sync.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xevie.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xf86dri.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xfixes.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xinerama.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xkb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xprint.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xtest.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xv.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb-xvmc.so.0" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxcb.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libxml2.so.2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"libz.so.1" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"soname" : null,
"path" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
}
},
"graphics-details" : {
"x11/vulkan" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"x11/vdpau" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-draw"
],
"exit-status" : 1
},
"x11/vaapi" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"issues" : [
"cannot-draw"
],
"exit-status" : 1
},
"glx/gl" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"egl_x11/gl" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
},
"egl_x11/glesv2" : {
"messages" : "timeout: unrecognized option '--signal=TERM'\nBusyBox v1.32.0 (2020-11-04 18:29:35 UTC) multi-call binary.\n\nUsage: timeout [-s SIG] SECS PROG ARGS\n\nRuns PROG. Sends SIG to it if it is not gone in SECS seconds.\nDefault SIG: TERM.\n",
"renderer" : null,
"version" : null,
"library-vendor" : "unknown",
"issues" : [
"cannot-load"
],
"exit-status" : 1
}
},
"dri_drivers" : [
],
"va-api_drivers" : [
],
"vdpau_drivers" : [
],
"glx_drivers" : [
]
}
},
"locale-issues" : [
"c-utf8-missing",
"i18n-supported-missing",
"i18n-locales-en-us-missing"
],
"locales" : {
"<default>" : {
"resulting-name" : "en_US.utf8",
"charset" : "UTF-8",
"is_utf8" : true
},
"C" : {
"resulting-name" : "C",
"charset" : "ANSI_X3.4-1968",
"is_utf8" : false
},
"C.UTF-8" : {
"error-domain" : "srt-locale-error-quark",
"error-code" : 0,
"error" : "No such file or directory"
},
"en_US.UTF-8" : {
"resulting-name" : "en_US.UTF-8",
"charset" : "UTF-8",
"is_utf8" : true
}
},
"egl" : {
"icds" : [
]
},
"vulkan" : {
"icds" : [
{
"json_path" : "/nyan/mesa-vulkan/current/share/vulkan/icd.d/radeon_icd.x86_64.json",
"library_path" : "/nyan/mesa-vulkan/0/lib/libvulkan_radeon.so",
"api_version" : ""
}
]
},
"desktop-entries" : [
],
"cpu-features" : {
"x86-64" : true,
"sse3" : true,
"cmpxchg16b" : true
}
}
"scout runtime container" is not installed.
"soldier runtime container" is not installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment