ndb-tools did not complain on missing package

Bug #245261 reported by Monty Taylor
4
Affects Status Importance Assigned to Milestone
ndb-tools
New
Undecided
Unassigned

Bug Description

checking for NdbApi headers... found
checking for poptGetContext in -lpopt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
oli@laptop:~/tmp/ndb-tools-1.7 [mysqld51246315, 3310]> echo $?
0
oli@laptop:~/tmp/ndb-tools-1.7 [mysqld51246315, 3310]> make
if g++ -DPACKAGE_NAME=\"ndb-tools\" -DPACKAGE_TARNAME=\"ndb-tools\" -DPACKAGE_VERSION=\"1.7\" -DPACKAGE_STRING=\"ndb-tools\ 1.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ndb-tools\" -DVERSION=\"1.7\" -DHAVE_PTHREAD=1 -DHAVE_LIBNDBCLIENT=1 -DMYSQL_51=1 -I. -I. -g -O2
-I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/storage/ndb -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/storage/ndb/ndbapi -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/storage/ndb/mgmapi -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/ndb -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/ndb/ndbapi -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql/ndb/mgmapi -I/home/mysql/product/mysql-5.1.24-ndb-6.3.15/include/mysql -MT get_ndb_status.o -MD -MP -MF ".deps/get_ndb_status.Tpo" -c -o get_ndb_status.o get_ndb_status.cpp; \
        then mv -f ".deps/get_ndb_status.Tpo" ".deps/get_ndb_status.Po"; else rm -f ".deps/get_ndb_status.Tpo"; exit 1; fi
get_ndb_status.cpp:31:18: error: popt.h: No such file or directory
get_ndb_status.cpp: In function ‘int main(int, const char**)’:
get_ndb_status.cpp:126: error: ‘POPT_ARG_STRING’ was not declared in this scope
get_ndb_status.cpp:128: error: ‘POPT_ARG_NONE’ was not declared in this scope
get_ndb_status.cpp:132: error: ‘POPT_AUTOHELP’ was not declared in this scope
get_ndb_status.cpp:133: error: expected `}' before ‘POPT_TABLEEND’
get_ndb_status.cpp:133: error: elements of array ‘const poptOption options []’ have incomplete type
get_ndb_status.cpp:133: error: storage size of ‘options’ isn't known
get_ndb_status.cpp:133: error: expected ‘,’ or ‘;’ before ‘POPT_TABLEEND’
get_ndb_status.cpp: At global scope:
get_ndb_status.cpp:139: error: ‘poptContext’ does not name a type
get_ndb_status.cpp:144: error: expected unqualified-id before ‘while’
make: *** [get_ndb_status.o] Error 1

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.