twolinin / longphase

GNU General Public License v3.0
98 stars 6 forks source link

autoreconf: error: aclocal failed with exit status: 2 #75

Open sahuno opened 1 month ago

sahuno commented 1 month ago

Hi, i can't install the software even though i installed mamba install autoconf in mamba environment

(build_softwares) bash:isca002:/data1/greenbab/users/ahunos/apps/longphase 1034 $ autoreconf -i
Can't exec "aclocal": No such file or directory at /home/ahunos/miniforge3/envs/build_softwares/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2
(build_softwares) bash:isca002:/data1/greenbab/users/ahunos/apps/longphase 1035 $ 
twolinin commented 1 month ago

It looks like aclocalis missing in your environment. You can try installing it with mamba install automake. If you want to use longphase directly, you can download here or using Dokerfile.

wget https://github.com/twolinin/longphase/releases/download/v1.7.2/longphase_linux-x64.tar.xz
tar -xJf longphase_linux-x64.tar.xz