Stipe Tolj
2017-11-29 17:16:02 UTC
Hi Alex,
thanks for your latest commits. At the moment (svn trunk, revision 5193)
I can't build on amd64-centos-7 platforms.
When 'configure && make' ing, without bootstrapping, I get finally:
ar rc libgwlib.a gwlib/dbpool_sqlite3.o gwlib/pki.o gwlib/gwpoll.o
gwlib/dbpool_mssql.o gwlib/cfg.o gwlib/gwmem-check.o gwlib/pcre.o
gwlib/dbpool_sdb.o gwlib/dbpool_cass.o gwlib/xmlrpc.o gwlib/mime.o
gwlib/ssl.o gwlib/semaphore.o gwlib/charset.o gwlib/gwthread-pthread.o
gwlib/gw-timer.o gwlib/log.o gwlib/dict.o gwlib/date.o gwlib/md5.o
gwlib/dbpool_redis.o gwlib/dbpool_sqlite.o gwlib/dbpool.o
gwlib/dbpool_oracle.o gwlib/gwmem-native.o gwlib/gwlib.o gwlib/counter.o
gwlib/accesslog.o gwlib/thread.o gwlib/utils.o gwlib/gw-rwlock.o
gwlib/dbpool_mysql.o gwlib/list.o gwlib/protected.o gwlib/regex.o
gwlib/dbpool_pgsql.o gwlib/conn.o gwlib/gw_uuid.o gwlib/parse.o
gwlib/socket.o gwlib/gw-prioqueue.o gwlib/octstr.o gwlib/http.o
gwlib/fdset.o
ranlib libgwlib.a
make -C utils
make[1]: Entering directory `/home/tolj/src/kannel/svn/gateway/utils'
cd .. && make am--refresh
make[2]: Entering directory `/home/tolj/src/kannel/svn/gateway'
make[2]: *** No rule to make target `am--refresh'. Stop.
make[2]: Leaving directory `/home/tolj/src/kannel/svn/gateway'
make[1]: *** [../aclocal.m4] Error 2
make[1]: Leaving directory `/home/tolj/src/kannel/svn/gateway/utils'
make: *** [utils] Error 2
The build without bootstrapping worked before.
When bootstrapping before, we get:
...
+ autoconf
configure.in:261: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
+ automake --add-missing --copy --gnu
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:89: warning: AM_INIT_AUTOMAKE: two- and three-arguments
forms are deprecated. For more info, see:
configure.in:89:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:89: installing './missing'
utils/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
and finally while building:
libtool: link: gcc -std=gnu99 -I. -I../gw -I../gwlib -I.. -g -O2
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -rdynamic -o run_kannel_box run_kannel_box.o
../libgwlib.a ../libgw.a -lrt -lresolv -lnsl -lpthread -lxml2 -lz -lm
-ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -lcrypto
-lssl
make[1]: Leaving directory `/home/tolj/src/kannel/svn/gateway/utils'
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/bearerbox.o -c gw/bearerbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/smsbox.o -c gw/smsbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/wapbox.o -c gw/wapbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -rdynamic -o wmlscript/wmlsc wmlscript/wmlsc.o
libgw.a libwmlscript.a libwap.a libgwlib.a -lssl -lrt -lresolv -lnsl -lm
-lpthread -lxml2 -lz -lm -ldl
-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -lcrypto
-lssl @LIBICONV@
gcc: error: @LIBICONV@: No such file or directory
make: *** [wmlscript/wmlsc] Error 1
Any clue?
--
Best Regards,
Stipe Tolj
-------------------------------------------------------------------
Düsseldorf, NRW, Germany
Kannel Foundation tolj.org system architecture
http://www.kannel.org/ http://www.tolj.org/
stolj at kannel.org st at tolj.org
-------------------------------------------------------------------
thanks for your latest commits. At the moment (svn trunk, revision 5193)
I can't build on amd64-centos-7 platforms.
When 'configure && make' ing, without bootstrapping, I get finally:
ar rc libgwlib.a gwlib/dbpool_sqlite3.o gwlib/pki.o gwlib/gwpoll.o
gwlib/dbpool_mssql.o gwlib/cfg.o gwlib/gwmem-check.o gwlib/pcre.o
gwlib/dbpool_sdb.o gwlib/dbpool_cass.o gwlib/xmlrpc.o gwlib/mime.o
gwlib/ssl.o gwlib/semaphore.o gwlib/charset.o gwlib/gwthread-pthread.o
gwlib/gw-timer.o gwlib/log.o gwlib/dict.o gwlib/date.o gwlib/md5.o
gwlib/dbpool_redis.o gwlib/dbpool_sqlite.o gwlib/dbpool.o
gwlib/dbpool_oracle.o gwlib/gwmem-native.o gwlib/gwlib.o gwlib/counter.o
gwlib/accesslog.o gwlib/thread.o gwlib/utils.o gwlib/gw-rwlock.o
gwlib/dbpool_mysql.o gwlib/list.o gwlib/protected.o gwlib/regex.o
gwlib/dbpool_pgsql.o gwlib/conn.o gwlib/gw_uuid.o gwlib/parse.o
gwlib/socket.o gwlib/gw-prioqueue.o gwlib/octstr.o gwlib/http.o
gwlib/fdset.o
ranlib libgwlib.a
make -C utils
make[1]: Entering directory `/home/tolj/src/kannel/svn/gateway/utils'
cd .. && make am--refresh
make[2]: Entering directory `/home/tolj/src/kannel/svn/gateway'
make[2]: *** No rule to make target `am--refresh'. Stop.
make[2]: Leaving directory `/home/tolj/src/kannel/svn/gateway'
make[1]: *** [../aclocal.m4] Error 2
make[1]: Leaving directory `/home/tolj/src/kannel/svn/gateway/utils'
make: *** [utils] Error 2
The build without bootstrapping worked before.
When bootstrapping before, we get:
...
+ autoconf
configure.in:261: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
+ automake --add-missing --copy --gnu
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:89: warning: AM_INIT_AUTOMAKE: two- and three-arguments
forms are deprecated. For more info, see:
configure.in:89:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:89: installing './missing'
utils/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
and finally while building:
libtool: link: gcc -std=gnu99 -I. -I../gw -I../gwlib -I.. -g -O2
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -rdynamic -o run_kannel_box run_kannel_box.o
../libgwlib.a ../libgw.a -lrt -lresolv -lnsl -lpthread -lxml2 -lz -lm
-ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -lcrypto
-lssl
make[1]: Leaving directory `/home/tolj/src/kannel/svn/gateway/utils'
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/bearerbox.o -c gw/bearerbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/smsbox.o -c gw/smsbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -o gw/wapbox.o -c gw/wapbox.c
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2
-I/usr/include/openssl -rdynamic -o wmlscript/wmlsc wmlscript/wmlsc.o
libgw.a libwmlscript.a libwap.a libgwlib.a -lssl -lrt -lresolv -lnsl -lm
-lpthread -lxml2 -lz -lm -ldl
-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -lcrypto
-lssl @LIBICONV@
gcc: error: @LIBICONV@: No such file or directory
make: *** [wmlscript/wmlsc] Error 1
Any clue?
--
Best Regards,
Stipe Tolj
-------------------------------------------------------------------
Düsseldorf, NRW, Germany
Kannel Foundation tolj.org system architecture
http://www.kannel.org/ http://www.tolj.org/
stolj at kannel.org st at tolj.org
-------------------------------------------------------------------