userdocs / qbittorrent-nox-static

A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS

Home Page:https://userdocs.github.io/qbittorrent-nox-static

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One or more of the provided modules are not supported

KyleSanderson opened this issue · comments

image

Kicked it back to defaults while troubleshooting and it still seems to fail on me... Not sure what's up.

[1/2] STEP 18/18: RUN bash qbittorrent-nox-static.sh -o all

 ⬤ Checking if required core dependencies are installed

 ⬤ gettext
 ⬤ texinfo
 ⬤ gawk
 ⬤ bison
 ⬤ build-essential
 ⬤ curl
 ⬤ pkg-config
 ⬤ automake
 ⬤ libtool
 ⬤ git
 ⬤ openssl
 ⬤ perl
 ⬤ python3
 ⬤ python3-dev
 ⬤ python3-numpy

 ⬤ Dependencies: All checks passed, continuing to build

 ⬤ Test URL = passed

 ⬤ Script version: 2.0.7

 ⬤ One or more of the provided modules are not supported

 ⬤ Below is a list of supported modules

 ⬤ all glibc zlib iconv openssl boost libtorrent qtbase qttools qbittorrent

 ⬤ Default env settings

   qbt_libtorrent_version="1.2"
   qbt_qt_version="5"
   qbt_build_tool="qmake"
   qbt_cross_name="default"
   qbt_patches_url="userdocs/qbittorrent-nox-static"
   qbt_skip_icu="yes"
   qbt_boost_tag="boost-1.84.0"
   qbt_libtorrent_tag="v1.2.19"
   qbt_qt_tag="v5.15.13-lts-lgpl"
   qbt_qbittorrent_tag="v4_6_x"
   qbt_libtorrent_master_jamfile="no"
   qbt_workflow_files="no"
   qbt_workflow_artifacts="no"
   qbt_cache_dir=""
   qbt_optimise_strip="no"
   qbt_build_debug="yes"
   qbt_standard="17"
   qbt_static_ish="no"

fixed with b51e1ef

I have same problem... @userdocs

image