Re: ANN: refdb-0.9.8-pre2 available

David Nebauer <[email protected]>
Newsgroups gmane.text.refdb.general
Message-ID <[email protected]>
Hi Markus,

> I've uploaded yet another prerelease of RefDB, built from repository version 140.

Build dies horribly on my system when making refdbdgetref:
--------------------------------------------------------------------------------------
david@hezmana:refdb-0.9.8-pre2$ ./autogen.sh
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of 
AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of 
AM_PATH_LIBART
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of 
AM_PATH_GLIB
david@hezmana:refdb-0.9.8-pre2$ ./configure --prefix=/usr 
--disable-clients --disable-doc s
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for bash... /bin/bash
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: 
./conf/config.rpath: No such file or directory
done
checking for iconv... yes
checking for library containing dlopen... -ldl
checking for library containing lt_dlopen... -lltdl
checking for dbi_initialize in -ldbi... yes
checking for library containing compress... -lz
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for XML_ParserCreate in -lexpat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for socklen_t... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for strftime... yes
checking for working mkfifo... yes
checking for gethostname... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strstr... yes
checking for strtoll... yes
checking for atoll... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating scripts/Makefile
config.status: creating etc/Makefile
config.status: creating doc/Makefile
config.status: creating dtd/Makefile
config.status: creating declarations/Makefile
config.status: creating examples/Makefile
config.status: creating styles/Makefile
config.status: creating phpweb/Makefile
config.status: creating dsssl/Makefile
config.status: creating dsssl/refdb/Makefile
config.status: creating dsssl/refdb/html/Makefile
config.status: creating dsssl/refdb/print/Makefile
config.status: creating dsssl/refdb/lib/Makefile
config.status: creating xsl/Makefile
config.status: creating xsl/refdb/Makefile
config.status: creating xsl/refdb/common-refdb/Makefile
config.status: creating xsl/refdb/docbk-refdb-xsl/Makefile
config.status: creating xsl/refdb/docbk-refdb-xsl/docbk-fo/Makefile
config.status: creating xsl/refdb/docbk-refdb-xsl/docbk-html/Makefile
config.status: creating xsl/refdb/docbk-refdb-xsl/docbk-xhtml/Makefile
config.status: creating xsl/refdb/docbk-refdb-xsl/docbk-lib/Makefile
config.status: creating xsl/refdb/tei-refdb-xsl/Makefile
config.status: creating xsl/refdb/tei-refdb-xsl/tei-fo/Makefile
config.status: creating xsl/refdb/tei-refdb-xsl/tei-html/Makefile
config.status: creating xsl/refdb/tei-refdb-xsl/tei-lib/Makefile
config.status: creating man/Makefile
config.status: creating Makefile
config.status: executing depfiles commands

Configuration summary:
will build server
will build man pages

What you should do next:
- run "make" to build RefDB.
- run "make install" as root to install everything.
- create the main database and the configuration files. Either run the
refdb-init shell script as root, or peruse the handbook if you
prefer a manual installation.

david@hezmana:refdb-0.9.8-pre2$ make
Making all in etc

<snip.../>

if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"refdb\" 
-DVERSION=\"0.9.8-pre2\" -D_GNU_SOURCE=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SOCKLEN_T=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 
-DHAVE_SYS_FILE_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 
-DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_MKFIFO=1 -DHAVE_GETHOSTNAME=1 
-DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCSPN=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOLL=1 -DHAVE_ATOLL=1 -I. -I. -DSYSCONFDIR=\"/usr/etc/refdb\" 
-DULLSPEC=\"%llu\" -g -O2 -MT refdbdgetref.o -MD -MP -MF 
".deps/refdbdgetref.Tpo" -c -o refdbdgetref.o refdbdgetref.c; \
then mv -f ".deps/refdbdgetref.Tpo" ".deps/refdbdgetref.Po"; else rm -f 
".deps/refdbdgetref.Tpo"; exit 1; fi
refdbdgetref.c: In function ‘assemble_author_subselect’:
refdbdgetref.c:96: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:100: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:143: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:227: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c: In function ‘assemble_keyword_subselect’:
refdbdgetref.c:390: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:473: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c: In function ‘assemble_link_subselect’:
refdbdgetref.c:649: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:732: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c: In function ‘getref’:
refdbdgetref.c:995: warning: incompatible implicit declaration of 
built-in function ‘strlen’
refdbdgetref.c:1076: warning: incompatible implicit declaration of 
built-in function ‘strncpy’
refdbdgetref.c:1295: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1298: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1301: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1304: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1307: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1406: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1411: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1414: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1419: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1463: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1466: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1469: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1472: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1573: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1578: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1582: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1586: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1694: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1697: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1700: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1816: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1822: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1939: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1942: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1945: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1961: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1964: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:1967: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:2320: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:2442: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:2446: warning: incompatible implicit declaration of 
built-in function ‘strcpy’
refdbdgetref.c:2449: warning: incompatible implicit declaration of 
built-in function ‘strstr’
refdbdgetref.c:2483: warning: incompatible implicit declaration of 
built-in function ‘strdup’
refdbdgetref.c:2645: warning: passing argument 2 of ‘iconv’ from 
incompatible pointer type
refdbdgetref.c:2646: error: ‘errno’ undeclared (first use in this function)
refdbdgetref.c:2646: error: (Each undeclared identifier is reported only 
once
refdbdgetref.c:2646: error: for each function it appears in.)
refdbdgetref.c:2646: error: ‘EILSEQ’ undeclared (first use in this function)
refdbdgetref.c:2649: error: ‘E2BIG’ undeclared (first use in this function)
refdbdgetref.c:2652: error: ‘EINVAL’ undeclared (first use in this function)
make[2]: *** [refdbdgetref.o] Error 1
make[2]: Leaving directory `/home/david/tmp/temp/refdb-0.9.8-pre2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/david/tmp/temp/refdb-0.9.8-pre2/src'
make: *** [all-recursive] Error 1
david@hezmana:refdb-0.9.8-pre2$
--------------------------------------------------------------------------------------

Regards,
David.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.