Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Script broke on step 4/6 #402

Open
EgeneSwissPC opened this issue Dec 11, 2024 · 1 comment
Open

Install Script broke on step 4/6 #402

EgeneSwissPC opened this issue Dec 11, 2024 · 1 comment

Comments

@EgeneSwissPC
Copy link

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

  • /usr/bin/clang -O2 -fno-builtin -fPIC -Wall -Wextra -Werror -D__ADX__ -c /usr/src/ton/third-party/blst/src/server.c
  • /usr/bin/clang -O2 -fno-builtin -fPIC -Wall -Wextra -Werror -D__ADX__ -c /usr/src/ton/third-party/blst/build/assembly.S
  • llvm-ar rc libblst.a assembly.o server.o
    ninja: build stopped: subcommand failed.
@EgeneSwissPC
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant