Hi,

I just tried to build wget 1.7 on a pretty much raw OpenBSD 2.8 system
(BSD make, etc) and no configure options, and got a build failure:

=====8<-----
cd doc && make CC='/usr/bin/cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\"'
CFLAGS='-Wall -O2 -g -pipe' LDFLAGS='' LIBS=''  prefix='/usr/local'
exec_prefix='/usr/local' bindir='/usr/local/bin'
infodir='/usr/local/info' mandir='/usr/local/man' manext='1'
make: don't know how to make texi2pod.pl. Stop
*** Error code 2

Stop in /tmp/wget-1.7 (line 83 of Makefile).
=====8<-----

wget 1.6 builds fine, so this is not a hassle for me, but I thought I'd
let you know.

Full configure output:

=====8<-----
creating cache ./config.cache
configuring for GNU Wget 1.7
checking host system type... i386-unknown-openbsd2.8
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking build system type... i386-unknown-openbsd2.8
checking for ranlib... ranlib
checking for gcc... /usr/bin/cc
checking whether the C compiler (/usr/bin/cc -Wall -O2 -g -pipe
) works... yes
checking whether the C compiler (/usr/bin/cc -Wall -O2 -g -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether /usr/bin/cc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for /usr/bin/cc option to produce PIC... -fPIC
checking if /usr/bin/cc PIC flag -fPIC works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.lo... yes
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions ... yes
checking if /usr/bin/cc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... openbsd2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc... (cached) /usr/bin/cc
checking whether the C compiler (/usr/bin/cc -Wall -O2 -g -pipe
) works... yes
checking whether the C compiler (/usr/bin/cc -Wall -O2 -g -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether /usr/bin/cc accepts -g... (cached) yes
checking how to run the C preprocessor... /usr/bin/cc -E
checking for AIX... no
checking for /usr/bin/cc option to accept ANSI C... 
checking for function prototypes... yes
checking for working const... yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking whether byte ordering is bigendian... no
checking size of long... 4
checking size of long long... 8
checking for string.h... yes
checking for stdarg.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/select.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking for struct utimbuf... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for strdup... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for strptime... yes
checking for strerror... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for select... yes
checking for signal... yes
checking for symlink... yes
checking for access... yes
checking for isatty... yes
checking for uname... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for socket in -lsocket... no
checking for runtime libraries flag... "-R"
checking whether NLS is requested... yes
language catalogs: cs da de el es et fr gl hr it ja nl no pl pt_BR ru sk
sl sv tr zh_TW
checking for msgfmt... msgfmt
checking for xgettext... :
checking for gmsgfmt... msgfmt
checking for locale.h... yes
checking for libintl.h... no
checking for gettext... no
checking for gettext in -lintl... no
gettext not found; disabling NLS
checking for makeinfo... makeinfo
checking for perl5... no
checking for perl... /usr/bin/perl
checking for pod2man... /usr/bin/pod2man
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating util/Makefile
creating po/Makefile.in
creating windows/Makefile
creating src/config.h
generating po/POTFILES from ./po/POTFILES.in
creating po/Makefile
=====8<-----

Ian

Reply via email to