Re: On HP-UX 10.20 [3.2.0b6 almost there]
"J. op den Brouw" <[email protected]>
| Newsgroups | gmane.comp.web.htdig.devel |
|---|---|
| Message-ID | <[email protected]> |
AFIAK, b5 had the same problem with make check and some issue about select() but I can't remember. b6 definitely doesn't have the select() problem. zlib not used is historical, dated back in the b4 series (it didn't work then). it's the WordType::instance thing again........... [msql@chaos htdig-3.2.0b6]$ make check Making check in db make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/db' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/db' Making check in htlib make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htlib' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htlib' Making check in htword make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htword' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htword' Making check in htcommon make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htcommon' make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htcommon' Making check in htnet make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htnet' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htnet' Making check in htfuzzy make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htfuzzy' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htfuzzy' Making check in htdb make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdb' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdb' Making check in htdig make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdig' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdig' Making check in htsearch make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htsearch' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htsearch' Making check in httools make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/httools' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/httools' Making check in installdir make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/installdir' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/installdir' Making check in include make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/include' Making check in htdoc make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdoc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/htdoc' Making check in test make[1]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/test' make MAKE="make" word dbbench txt2mifluz search testnet document url make[2]: Entering directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/test' g++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/opt/htdig/htdig32/conf/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -I../db -I../db -I/opt/htdig/lib/zlib/include -g -O2 -Wall -fno-rtti -fno-exceptions -c -o word.o `test -f 'word.cc' || echo './'`word.cc /bin/sh ../libtool --mode=link g++ -g -O2 -Wall -fno-rtti -fno-exceptions -L/opt/htdig/lib/zlib/lib -o word word.o ../htne t/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.l a ../db/libhtdb.la ../htlib/libht.la -lz mkdir .libs g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o word word.o -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcommon/.li bs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz g++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/opt/htdig/htdig32/conf/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -I../db -I../db -I/opt/htdig/lib/zlib/include -g -O2 -Wall -fno-rtti -fno-exceptions -c -o dbbench.o `test -f 'dbbench.cc' || echo './'`dbbench.cc /bin/sh ../libtool --mode=link g++ -g -O2 -Wall -fno-rtti -fno-exceptions -L/opt/htdig/lib/zlib/lib -o dbbench dbbench.o . ./htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libht word.la ../db/libhtdb.la ../htlib/libht.la -lz g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o dbbench dbbench.o -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcomm on/.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz g++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/opt/htdig/htdig32/conf/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -I../db -I../db -I/opt/htdig/lib/zlib/include -g -O2 -Wall -fno-rtti -fno-exceptions -c -o txt2mifluz.o `test -f 'txt2mifluz.cc' || echo './'`txt2mifluz.cc /bin/sh ../libtool --mode=link g++ -g -O2 -Wall -fno-rtti -fno-exceptions -L/opt/htdig/lib/zlib/lib -o txt2mifluz txt2mifl uz.o ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword /libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o txt2mifluz txt2mifluz.o -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../ htcommon/.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz g++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/opt/htdig/htdig32/conf/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -I../db -I../db -I/opt/htdig/lib/zlib/include -g -O2 -Wall -fno-rtti -fno-exceptions -c -o search.o `test -f 'search.cc' || echo './'`search.cc /bin/sh ../libtool --mode=link g++ -g -O2 -Wall -fno-rtti -fno-exceptions -L/opt/htdig/lib/zlib/lib -o search search.o ../ htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtwo rd.la ../db/libhtdb.la ../htlib/libht.la -lz g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o search search.o -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcommon /.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz g++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/opt/htdig/htdig32/conf/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -I../db -I../db -I/opt/htdig/lib/zlib/include -g -O2 -Wall -fno-rtti -fno-exceptions -c -o testnet.o `test -f 'testnet.cc' || echo './'`testnet.cc /bin/sh ../libtool --mode=link g++ -g -O2 -Wall -fno-rtti -fno-exceptions -L/opt/htdig/lib/zlib/lib -o testnet testnet.o . ./htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libht word.la ../db/libhtdb.la ../htlib/libht.la -lz g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcomm on/.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz collect2: ld returned 1 exit status /usr/ccs/bin/ld: Unsatisfied symbols: WordType::instance (data) make[2]: *** [testnet] Error 1 make[2]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/test' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b6/test' make: *** [check-recursive] Error 1 [email protected] wrote: >Greetings Jesse, > >Thanks for that. Is this the system that had problems with 3.2.0b5? If >so, it is very good to hear that it runs b6! Is there a reason for not using >zlib compression? > >Could you post the results from make check ? > >Thanks again, >Lachlan > > > >>From: "J. op den Brouw" <[email protected]> >> >> > > > >>HP-UX chaos B.10.20 U 9000/800 2004964319 unlimited-user license >>hppa2.0-hp-hpux10.20 >>gcc 2.8.1 >>make 3.78 >>bash 2.03 >> >>configure works, zlib compression compiled, but not used and no shared libs >>make works >>make check fails (!!) >>make install works >>rundig works (only 1000 pages tested), no external parsers configured >>htsearch works >> >>builld and rundig log available. >> >>--jesse >> >> ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ ht://Dig Developer mailing list: [email protected] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev