textproc && make -k fetch fails (strange)

Ion-Mihai Tetcu itetcu at apropo.ro
Sat Nov 29 12:08:37 PST 2003


Hi,


Could someone verify this ?

If I'm doing:
cd /usr/ports/textproc/javacc && make fetch everithing is OK.
but if:
cd /usr/ports/textproc && make fetch 
everithing is ok untill the javacc port, where the wget dependency fail to build (configure) and it keeps running again and again:

the w file is from make fetch in textproc/javacc while t is for textproc

bash-2.05b$ diff -u w t
--- w   Sat Nov 29 22:02:42 2003
+++ t   Sat Nov 29 22:02:29 2003
@@ -1,24 +1,30 @@
 checking for msgfmt... /usr/local/bin/msgfmt
 checking for xgettext... /usr/local/bin/xgettext
 checking for gmsgfmt... /usr/local/bin/msgfmt
+checking locale.h usability... yes
+checking locale.h presence... yes
 checking for locale.h... yes
-checking for libintl.h... yes
+checking libintl.h usability... no
+checking libintl.h presence... no
+checking for libintl.h... no
 checking for gettext... no
-checking for gettext in -lintl... yes
+checking for gettext in -lintl... no
+gettext not found; disabling NLS
 checking for makeinfo... makeinfo
 checking for perl5... /usr/bin/perl5
 checking for pod2man... /usr/local/bin/pod2man
-enable IPv6
-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
+configure: creating ./config.status
+CONFIG_HEADERS= ./config.status
+config.status: creating Makefile
+config.status: creating src/Makefile
+config.status: creating doc/Makefile
+config.status: creating util/Makefile
+config.status: creating po/Makefile.in
+config.status: creating windows/Makefile
+config.status: executing default commands
+generating po/POTFILES from /po/POTFILES.in
+./config.status: line 1064: /po/POTFILES.in: No such file or directory
 creating po/Makefile
-===>  Building for wget-1.8.2_5
+cd . && autoconf
+./config.status --recheck


# cd /usr/ports/textproc && make fetch

[...]

===> javacc
===>   javacc-3.2 depends on file: /usr/local/bin/wget - not found
===>    Verifying install for /usr/local/bin/wget in /usr/ports/ftp/wget
===>  Building for wget-1.8.2_5
cd . && autoconf
./config.status --recheck
running /bin/sh ./configure  --prefix=/usr/local i386-portbld-freebsd5.1 --no-create --no-recursion
configure: WARNING: you should use --build, --host, --target
configuring for GNU Wget 1.8.2
checking build system type... i386-portbld-freebsd5.1
checking host system type... i386-portbld-freebsd5.1
checking whether make sets ${MAKE}... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i386-portbld-freebsd5.1-gcc... no
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for AIX... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i386-portbld-freebsd5.1-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd5.1-strip... no
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.1 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for gcc option to accept ANSI C...
checking for function prototypes... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking whether byte ordering is bigendian... no
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking signal.h usability... yes
checking signal.h presence... 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 stdlib.h... (cached) 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 strpbrk... yes
checking for memmove... 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 usleep... yes
checking for getopt_long... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for socket in -lsocket... no
checking for dlopen in -ldl... no
checking for shl_load in -ldl... no
"Looking for SSL libraries in system-default"
checking "for includes"... "found"
checking for RSA_new in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking "whether SSL libs are resolved at runtime"... "yes"
"Compiling in support for SSL in system-default"
checking for md5_calc in -lmd5... no
checking whether NLS is requested... yes
"language catalogs: bg
ca
cs
da
de
el
es
et
fr
gl
he
hr
hu
it
ja
nl
no
pl
pt_BR
ru
sk
sl
sv
tr
uk
zh_TW"
checking for msgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for gmsgfmt... /usr/local/bin/msgfmt
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
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... /usr/bin/perl5
checking for pod2man... /usr/local/bin/pod2man
configure: creating ./config.status
CONFIG_HEADERS= ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating util/Makefile
config.status: creating po/Makefile.in
config.status: creating windows/Makefile
config.status: executing default commands
generating po/POTFILES from /po/POTFILES.in
./config.status: line 1064: /po/POTFILES.in: No such file or directory
creating po/Makefile
cd . && autoconf
./config.status --recheck
running /usr/local/bin/bash ./configure  --prefix=/usr/local i386-portbld-freebsd5.1 CFLAGS=-O2 -pipe -march=athlon-xp -DINET6  LDFLAGS=-rpath=/usr/lib:/usr/local/lib build_alias=i386-portbld-freebsd5.1 host_alias=i386-portbld-freebsd5.1 target_alias=i386-portbld-freebsd5.1  --no-create --no-recursion
configure: WARNING: you should use --build, --host, --target
configuring for GNU Wget 1.8.2
checking build system type... i386-portbld-freebsd5.1
checking host system type... i386-portbld-freebsd5.1
checking whether make sets ${MAKE}... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i386-portbld-freebsd5.1-gcc... no
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for AIX... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
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
^C




-- 
IOnut
Unregistered ;) FreeBSD user


More information about the freebsd-ports mailing list