You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something broke in the installation script.
Everything was working successfully untill today.
Reinstalled mytonctrl 5 times on a fresh install of Debian 12 earlier this week.
Now facing this problem every time I try installing:
[4/6] Source compilation, use 15 cpus
[1/934] Build secp256k1
FAILED: third-party/secp256k1/lib/libsecp256k1.a /usr/bin/ton/third-party/secp256k1/lib/libsecp256k1.a
cd /usr/src/ton/third-party/secp256k1 && ./autogen.sh && ./configure -q --disable-option-checking --enable-module-recovery --enable-module-extrakeys --prefix /usr/bin/ton/third-party/secp256k1 --with-pic --disable-shared --enable-static --disable-tests --disable-benchmark && make -j16 && make install
./autogen.sh: 3: autoreconf: not found
[15/934] Build blst
Found a solution, for some reason autoconf and libtool does not get installed as part of the install script (it used to work before)
manually installing them prior to running installation script fixes the installation bug and myTonCtrl gets installed and working as expected.
Something broke in the installation script.
Everything was working successfully untill today.
Reinstalled mytonctrl 5 times on a fresh install of Debian 12 earlier this week.
Now facing this problem every time I try installing:
[4/6] Source compilation, use 15 cpus
[1/934] Build secp256k1
FAILED: third-party/secp256k1/lib/libsecp256k1.a /usr/bin/ton/third-party/secp256k1/lib/libsecp256k1.a
cd /usr/src/ton/third-party/secp256k1 && ./autogen.sh && ./configure -q --disable-option-checking --enable-module-recovery --enable-module-extrakeys --prefix /usr/bin/ton/third-party/secp256k1 --with-pic --disable-shared --enable-static --disable-tests --disable-benchmark && make -j16 && make install
./autogen.sh: 3: autoreconf: not found
[15/934] Build blst
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered: