Date: Wed, 24 Mar 2004 09:39:46 -0800 From: "Dave Sodman" <dave@sodman.com> To: <gnome@freebsd.org> Subject: Problem installing /usr/ports/java/jdk14 Message-ID: <06f801c411c6$ffd9d800$67fe180a@corp.captusnetworks.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_06F4_01C41183.F15BF4E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I received the error message below when attempting to install jdk14. = The set of installed packages is below. Also, the config.log referenced = in the error message is attached. Any advice on what I need to do to = get this installed properly would be appreciated. Thanks, -dave ----------------------- checking whether the linker (/usr/libexec/elf/ld) supports shared = libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.9 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 checking whether gmake sets ${MAKE}... (cached) yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for fcntl.h... yes checking for stdlib.h... yes checking for string.h... yes checking for unistd.h... yes checking for working const... yes checking for pid_t... yes checking for vprintf... yes checking for geteuid... yes checking for getuid... yes checking for link... yes checking for memmove... yes checking for memset... yes checking for mkstemp... yes checking for strchr... yes checking for strrchr... yes checking for strtol... yes checking for getopt... yes checking for getopt_long... no checking for freetype-config... no configure: error: You must have freetype installed; see = http://www.freetype.org/ =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and = attach the = "/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.90/config.log" including the output of the failure of your make command. Also, it = might be a good idea to provide an overview of all packages installed on = your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-fonts/fontconfig. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. *** Error code 1 Stop in /usr/ports/x11-toolkits/open-motif. *** Error code 1 Stop in /usr/ports/java/jdk14. ozzie: /usr/ports/java/jdk14:509 # ----------------------------------- ozzie: /usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.90:511 # ls = /var/db/pkg total 56 2 ./ 2 m4-1.4_1/ 2 ../ 2 mysql-client-3.23.58/ 2 bash-2.05b.007/ 2 mysql-server-3.23.58/ 2 ccrypt-1.3_2/ 2 p5-DBI-137-1.37/ 2 exim-4.24_3/ 2 p5-Data-ShowTable-3.3/ 2 expat-1.95.6_1/ 2 p5-Mysql-modules-1.2219/ 2 gettext-0.12.1/ 2 pkgconfig-0.15.0/ 2 glib-1.2.10_10/ 2 popa3d-0.6.3/ 2 gmake-3.80_1/ 2 rc_subr-1.16/ 2 gnupg-1.2.3_3/ 2 tcl-8.3.5_2/ 2 imake-4.3.0_1/ 2 tcl-8.4.4_1,1/ 2 libgnugetopt-1.2/ 2 trueprint-5.2/ 2 libiconv-1.9.1_3/ 2 unzip-5.50_2/ 2 libtool-1.3.5_1/ 2 zip-2.3_1/ ozzie: /usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.90:512 # ------=_NextPart_000_06F4_01C41183.F15BF4E0 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= configure:748: checking for a BSD compatible install=0A= configure:801: checking whether build environment is sane=0A= configure:858: checking whether gmake sets ${MAKE}=0A= configure:904: checking for working aclocal-1.4=0A= configure:917: checking for working autoconf=0A= configure:930: checking for working automake-1.4=0A= configure:943: checking for working autoheader=0A= configure:956: checking for working makeinfo=0A= configure:991: checking for gcc=0A= configure:1104: checking whether the C compiler (cc -O -pipe ) works=0A= configure:1120: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:1146: checking whether the C compiler (cc -O -pipe ) is a = cross-compiler=0A= configure:1151: checking whether we are using GNU C=0A= configure:1160: cc -E conftest.c=0A= configure:1179: checking whether cc accepts -g=0A= configure:1222: checking for a BSD compatible install=0A= configure:1275: checking whether ln -s works=0A= configure:1308: checking for Cygwin environment=0A= configure:1324: cc -c -O -pipe conftest.c 1>&5=0A= configure: In function `main':=0A= configure:1320: `__CYGWIN32__' undeclared (first use in this function)=0A= configure:1320: (Each undeclared identifier is reported only once=0A= configure:1320: for each function it appears in.)=0A= configure: failed program was:=0A= #line 1313 "configure"=0A= #include "confdefs.h"=0A= =0A= int main() {=0A= =0A= #ifndef __CYGWIN__=0A= #define __CYGWIN__ __CYGWIN32__=0A= #endif=0A= return __CYGWIN__;=0A= ; return 0; }=0A= configure:1341: checking for mingw32 environment=0A= configure:1353: cc -c -O -pipe conftest.c 1>&5=0A= configure: In function `main':=0A= configure:1349: `__MINGW32__' undeclared (first use in this function)=0A= configure:1349: (Each undeclared identifier is reported only once=0A= configure:1349: for each function it appears in.)=0A= configure: failed program was:=0A= #line 1346 "configure"=0A= #include "confdefs.h"=0A= =0A= int main() {=0A= return __MINGW32__;=0A= ; return 0; }=0A= configure:1370: checking how to run the C preprocessor=0A= configure:1391: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:1525: checking host system type=0A= configure:1546: checking build system type=0A= configure:1575: checking for ld used by GCC=0A= configure:1643: checking if the linker (/usr/libexec/elf/ld) is GNU ld=0A= GNU ld version 2.12.1 [FreeBSD] 2002-07-20=0A= configure:1660: checking for /usr/libexec/elf/ld option to reload object = files=0A= configure:1672: checking for BSD-compatible nm=0A= configure:1710: checking for a sed that does not truncate output=0A= configure:1794: checking how to recognise dependent libraries=0A= configure:1980: checking for object suffix=0A= configure:1986: cc -c -O -pipe conftest.c 1>&5=0A= configure:2006: checking for executable suffix=0A= configure:2016: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:2047: checking command to parse /usr/bin/nm -B output=0A= configure:2130: cc -c -O -pipe conftest.c 1>&5=0A= configure:2133: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ = ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 = \2\3 \3/p' > conftest.nm=0A= configure:2184: cc -o conftest -O -pipe conftest.c conftstm.o 1>&5=0A= configure:2233: checking for dlfcn.h=0A= configure:2243: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:2412: checking for ranlib=0A= configure:2479: checking for strip=0A= configure:2994: checking for objdir=0A= configure:3021: checking for cc option to produce PIC=0A= configure:3169: checking if cc PIC flag -fPIC works=0A= configure:3183: cc -c -O -pipe -fPIC -DPIC conftest.c 1>&5=0A= configure:3235: checking if cc static flag -static works=0A= configure:3250: cc -o conftest -O -pipe -static conftest.c 1>&5=0A= configure:3277: checking if cc supports -c -o file.o=0A= configure:3296: cc -c -O -pipe -o out/conftest2.o conftest.c 1>&5=0A= configure:3325: checking if cc supports -c -o file.lo=0A= configure:3343: cc -c -O -pipe -c -o conftest.lo conftest.c 1>&5=0A= configure:3393: checking if cc supports -fno-rtti -fno-exceptions=0A= configure:3406: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c = conftest.c 1>&5=0A= configure:3433: checking whether the linker (/usr/libexec/elf/ld) = supports shared libraries=0A= configure:4132: checking how to hardcode library paths into programs=0A= configure:4160: checking whether stripping libraries is possible=0A= configure:4174: checking dynamic linker characteristics=0A= configure:4598: checking if libtool supports shared libraries=0A= configure:4602: checking whether to build shared libraries=0A= configure:4625: checking whether to build static libraries=0A= configure:5161: checking whether -lc should be explicitly linked in=0A= configure:5168: cc -c -O -pipe conftest.c 1>&5=0A= configure:5181: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o = conftest 2>&1 | grep -lc >/dev/null 2>&1=0A= configure:5766: checking whether gmake sets ${MAKE}=0A= configure:5860: checking for dirent.h that defines DIR=0A= configure:5873: cc -c -O -pipe conftest.c 1>&5=0A= configure:5898: checking for opendir in -ldir=0A= configure:5917: cc -o conftest -O -pipe conftest.c -ldir 1>&5=0A= /usr/libexec/elf/ld: cannot find -ldir=0A= configure: failed program was:=0A= #line 5906 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char opendir();=0A= =0A= int main() {=0A= opendir()=0A= ; return 0; }=0A= configure:5981: checking for ANSI C header files=0A= configure:5994: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:6061: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6088: checking for fcntl.h=0A= configure:6098: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:6088: checking for stdlib.h=0A= configure:6098: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:6088: checking for string.h=0A= configure:6098: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:6088: checking for unistd.h=0A= configure:6098: cc -E conftest.c >/dev/null 2>conftest.out=0A= configure:6127: checking for working const=0A= configure:6181: cc -c -O -pipe conftest.c 1>&5=0A= configure:6202: checking for pid_t=0A= configure:6237: checking for vprintf=0A= configure:6265: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for geteuid=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for getuid=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for link=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for memmove=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for memset=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6356: warning: conflicting types for built-in function `memset'=0A= configure:6344: checking for mkstemp=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for strchr=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for strrchr=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for strtol=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for getopt=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= configure:6344: checking for getopt_long=0A= configure:6372: cc -o conftest -O -pipe conftest.c 1>&5=0A= /tmp/cc7SYhUb.o: In function `main':=0A= /tmp/cc7SYhUb.o(.text+0x7): undefined reference to `getopt_long'=0A= configure: failed program was:=0A= #line 6349 "configure"=0A= #include "confdefs.h"=0A= /* System header to define __stub macros and hopefully few prototypes,=0A= which can conflict with char getopt_long(); below. */=0A= #include <assert.h>=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char getopt_long();=0A= =0A= int main() {=0A= =0A= /* The GNU C library defines this for functions which it implements=0A= to always fail with ENOSYS. Some functions are actually named=0A= something starting with __ and the normal name is an alias. */=0A= #if defined (__stub_getopt_long) || defined (__stub___getopt_long)=0A= choke me=0A= #else=0A= getopt_long();=0A= #endif=0A= =0A= ; return 0; }=0A= configure:6414: checking for freetype-config=0A= ------=_NextPart_000_06F4_01C41183.F15BF4E0--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?06f801c411c6$ffd9d800$67fe180a>