Open estatistics opened 1 year ago
weirdly, no bootstrap.jam of boost 1.83 was detected here
locate bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/boost_1_80_0/tools/build/src/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/boost_1_80_0/tools/build/src/kernel/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/buildtrees/boost-build/src/ost-1.80.0-d663e6deff.clean/src/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/buildtrees/boost-build/src/ost-1.80.0-d663e6deff.clean/src/kernel/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/installed/x64-linux/tools/boost-build/src/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/installed/x64-linux/tools/boost-build/src/kernel/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/packages/boost-build_x64-linux/tools/boost-build/src/bootstrap.jam
/home/elias/Downloads/_LINUX_PKGS/vcpkg/packages/boost-build_x64-linux/tools/boost-build/src/kernel/bootstrap.jam
/usr/share/boost-build/src/kernel/bootstrap.jam
The below paths from what file/files are got? it is right to add somewhere /usr/share/boost-build/src/kernel/bootstrap.jam ? The b2options for config file dont work at all
-----------------
No 'bootstrap.jam' was found by searching for:
/usr/bin/.b2/kernel/bootstrap.jam
/usr/share/b2/kernel/bootstrap.jam
/usr/share/b2/src/kernel/bootstrap.jam
/usr/kernel/bootstrap.jam
/usr/bin/src/kernel/bootstrap.jam
/usr/bin/tools/build/src/kernel/bootstrap.jam
/usr/bin/src/kernel/bootstrap.jam
/usr/src/kernel/bootstrap.jam
/src/kernel/bootstrap.jam
Please consult the documentation at 'https://www.bfgroup.xyz/b2/'.
I try to install qbittorent that requires boost library.
I tried to install boost from source successfully (1.83)
then... in outside the folder
but ...
I had an directory of boost in usr/include that was detected from qbittorent and delete it. But it tries to look into that directory...
Then i downlaoded the experimental package of libboost-all-dev_1.81.0.1~exp1_amd64.deb
and installed it with
`dpkg -i libboost-all-dev_1.81.0.1~exp1_amd64.deb
succesfully. yet, b2 --version is not detecting boost library nor qbittorent (boost setup) detect it.even
export BOOST_BUILD_PATH=/home/elias/Downloads/_LINUX_PKGS/boost_1_83_0/tools/build/;b2
does not produce resultsMy system is linux bookworm