madcamel / energymech

EnergyMech IRC Bot
GNU General Public License v2.0
20 stars 14 forks source link

./configure: 1311: [: no: unexpected operator #17

Closed y2kfresh closed 6 years ago

y2kfresh commented 6 years ago

I'm trying to compile it on a Ubuntu 14.04.5 LTS:

$./configure
checking system type ... Linux-x86_64
checking for C compiler ... gcc
checking whether gcc works or not ... yes
checking C compiler flags ... -g -fomit-frame-pointer -pipe -O2
checking pointer size ... 8
checking endianness ... ./configure: 621: [: 1: unexpected operator
big endian
checking if cpu can access unaligned memory ... yes
checking for inet_addr() ... yes
checking for inet_aton() ... yes
checking for socket() ... yes
checking for SHA in crypt() ... yes
checking for MD5 in crypt() ... (cached) yes
checking for tcl ... no
checking for python ... yes (version 2.7)
checking for friendly ld ... yes
checking for objcopy ... /usr/bin/objcopy
./configure: 960: [: no: unexpected operator

Do you want ...

[STABLE] Alias support? ............................. [Y/n] y
[ BETA ] Async DNS support? ......................... [y/N] n
[STABLE] Botnet support? ............................ [Y/n] y
[STABLE] Channel ban support? ....................... [Y/n] n
[STABLE] Command output redirect? ................... [Y/n] n
[STABLE] CTCP? ...................................... [Y/n] n
[STABLE] DCC file support? .......................... [Y/n] n
[STABLE] Debug support? ............................. [y/N] n
[STABLE] Dynamic channel limit (+l)? ................ [Y/n] n
[STABLE] Dynamic command levels support? ............ [Y/n] y
[STABLE] Greet support? ............................. [Y/n] n
[ ALPHA] HTTP server support? ....................... [y/N] n
[ BETA ] Host info support? ......................... [Y/n] n
[STABLE] IRC proxy support? ......................... [Y/n] n
[ BETA ] IRCD extensions support? ................... [Y/n] n
[STABLE] Newbie support? ............................ [Y/n] y
[STABLE] Note support? .............................. [Y/n] n
[STABLE] Notify support? ............................ [Y/n] y
[STABLE] Password hashing with MD5? (less secure) ... [Y/n] n
[ BETA ] Password hashing with SHA? (best) .......... [Y/n] n
[ BETA ] Scripting with Python? ..................... [y/N] n
[ BETA ] Scripting with Tcl? ........................ [y/N] no (unsupported)
[STABLE] Seen support? .............................. [y/N] y
[STABLE] Session support? ........................... [Y/n] y
[STABLE] Statistics support? ........................ [Y/n] y
[STABLE] Telnet support? ............................ [Y/n] n
[STABLE] Trivia support? ............................ [y/N] n
[STABLE] Toybox fun and games? ...................... [Y/n] n
[STABLE] Uptime support? ............................ [Y/n] y
[ BETA ] URL capture support? ....................... [Y/n] n
[STABLE] WinGate support? ........................... [Y/n] n

Creating src/Makefile
Creating src/config.h
./configure: 1311: [: no: unexpected operator
./configure: 1316: [: no: unexpected operator

All done. You can now "make clean install"

Submit your bugreports at https://github.com/MadCamel/energymech/issues

You have read the README file I hope?

`

joonicks commented 6 years ago

those errors should not prevent you from compiling it but in any case, latest git should fixem