On 11/23/2015 05:21 PM, Victor Seva wrote:
On 11/23/2015 05:07 PM, Øyvind Kolbu wrote:
Yes, all god now. Thanks for the quick revert.
Maybe travis should attempt to build all modules?
https://github.com/kamailio/kamailio/blob/4.2/test/travis/build_travis.sh
postgres is in the list of modules built
And it was failing:
CC (gcc) [M db_postgres.so] km_pg_con.o
km_pg_con.c: In function ‘db_postgres_new_connection’:
km_pg_con.c:68:9: error: ‘keywords’ undeclared (first use in this function)
km_pg_con.c:68:9: note: each undeclared identifier is reported only once for each
function it appears in
km_pg_con.c:69:9: error: ‘values’ undeclared (first use in this function)
km_pg_con.c:70:9: error: ‘to’ undeclared (first use in this function)
make[1]: *** [km_pg_con.o] Error 1
make: *** [modules] Error 1
The problem seems to be that the travis build script has not "set -e" !!
I will commit the fixes for travis ASAP