From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 06:35:42 2003 Return-Path: <owner-freebsd-gnome@FreeBSD.ORG> Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCB716A4C0 for <gnome@freebsd.org>; Sun, 21 Sep 2003 06:35:42 -0700 (PDT) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id B381F43FBD for <gnome@freebsd.org>; Sun, 21 Sep 2003 06:35:40 -0700 (PDT) (envelope-from alvest@columbus.rr.com) Received: from HUMPTYDUMPTY (dhcp26139151.columbus.rr.com [24.26.139.151]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with SMTP id h8LDZdYh014728 for <gnome@freebsd.org>; Sun, 21 Sep 2003 09:35:39 -0400 (EDT) From: Albert Vest <alvest@columbus.rr.com> To: gnome@freebsd.org Date: Sun, 21 Sep 2003 09:36:15 -0400 Message-ID: <cv9rmvg83efuvb3otndrfkus5mn4nv57ps@4ax.com> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Make problem reported per your request X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alvest@columbus.rr.com List-Id: GNOME for FreeBSD -- porting and maintaining <freebsd-gnome.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>, <mailto:freebsd-gnome-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-gnome> List-Post: <mailto:freebsd-gnome@freebsd.org> List-Help: <mailto:freebsd-gnome-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>, <mailto:freebsd-gnome-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 21 Sep 2003 13:35:42 -0000 What follows is two output scripts provided per request. I was making the port GLIB as a dependency under PYNE, and it choked on the fact that "pkg-config" had a version of 0.14. Since I did not find a port named "pkg-config" last week, I gave up on it. This morning, I saw in my peripheral vision, somewhere on the screen, the word "pkgconfig", without the dash, and found it WAS a port, and one of its files was "/bin/pkg-config" -- grrr. Long story short, I successfully made "pkgconfig" and the "glib20" is making smoothly as I'm typing this. Thanks, Albert. Script started on Sun Sep 21 09:17:50 2003 presario1999# make =3D=3D=3D> Extracting for gnomeutils2-2.4.0,1 >> Checksum OK for gnome2/gnome-utils-2.4.0.tar.bz2. =3D=3D=3D> Patching for gnomeutils2-2.4.0,1 =3D=3D=3D> Applying FreeBSD patches for gnomeutils2-2.4.0,1 =3D=3D=3D> gnomeutils2-2.4.0,1 depends on executable: gmake - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on file: /usr/local/libexec/libtool13/libtool - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on executable: pkg-config - = found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: X11.6 - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: esd.2 - found =3D=3D=3D> gnomeutils2-2.4.0,1 depends on shared library: glib-2.0.200 = - not found =3D=3D=3D> Verifying install for glib-2.0.200 in = /usr/ports/devel/glib20 =3D=3D=3D> Extracting for glib-2.2.3 >> Checksum OK for gnome2/glib-2.2.3.tar.bz2. =3D=3D=3D> Patching for glib-2.2.3 =3D=3D=3D> Applying FreeBSD patches for glib-2.2.3 =3D=3D=3D> glib-2.2.3 depends on executable: gmake - found =3D=3D=3D> glib-2.2.3 depends on file: /usr/local/libexec/libtool13/libtool - found =3D=3D=3D> glib-2.2.3 depends on executable: pkg-config - found =3D=3D=3D> glib-2.2.3 depends on shared library: intl.5 - found =3D=3D=3D> Configuring for glib-2.2.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd4.7 checking host system type... i386-portbld-freebsd4.7 checking for the BeOS... no checking for Win32... no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... no checking for gcc... cc 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...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and = attach the "/usr/ports/devel/glib20/work/glib-2.2.3/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/devel/glib20. *** Error code 1 Stop in /usr/ports/deskutils/gnomeutils2. presario1999# cat /usr/pors/=08=1B[K=08=1B[Kts/devel/glib20/work/glib-22=08=1B[K.2.3/config= .log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-static --with-libiconv=3Dgnu = --prefix=3D/usr/local --build=3Di386-portbld-freebsd4.7 ## --------- ## ## Platform. ## ## --------- ## hostname =3D presario1999 uname -m =3D i386 uname -r =3D 4.7-RELEASE uname -s =3D FreeBSD uname -v =3D FreeBSD 4.7-RELEASE #0: Fri Sep 19 22:16:29 EDT 2003 root@presario1999:/usr/src/sys/compile/PRESARIO=20 /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1569: checking for a BSD-compatible install configure:1623: result: /usr/bin/install -c -o root -g wheel configure:1634: checking whether build environment is sane configure:1677: result: yes configure:1692: checking whether gmake sets $(MAKE) configure:1712: result: yes configure:1735: checking for working aclocal-1.4 configure:1746: result: missing configure:1750: checking for working autoconf configure:1761: result: missing configure:1765: checking for working automake-1.4 configure:1776: result: missing configure:1780: checking for working autoheader configure:1791: result: missing configure:1795: checking for working makeinfo configure:1802: result: found configure:1845: checking whether to enable maintainer-specific portions of Makefiles configure:1854: result: no configure:1875: checking build system type configure:1893: result: i386-portbld-freebsd4.7 configure:1901: checking host system type configure:1915: result: i386-portbld-freebsd4.7 configure:1924: checking for the BeOS configure:1934: result: no configure:1938: checking for Win32 configure:1966: result: no configure:2088: checking whether to enable garbage collector friendliness configure:2100: result: no configure:2104: checking whether to disable memory pools configure:2107: result: no configure:2166: checking for gcc configure:2192: result: cc configure:2436: checking for C compiler version configure:2439: cc --version </dev/null >&5 2.95.4 configure:2442: $? =3D 0 configure:2444: cc -v </dev/null >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2447: $? =3D 0 configure:2449: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:2452: $? =3D 1 configure:2476: checking for C compiler default output configure:2479: cc -D_POSIX_C_SOURCE=3D1 -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2482: $? =3D 0 configure:2528: result: a.out configure:2533: checking whether the C compiler works configure:2539: ./a.out configure:2542: $? =3D 0 configure:2559: result: yes configure:2566: checking whether we are cross compiling configure:2568: result: no configure:2571: checking for suffix of executables configure:2573: cc -o conftest -D_POSIX_C_SOURCE=3D1 -I/usr/local/include -L/usr/local/lib -lintl conftest.c >&5 configure:2576: $? =3D 0 configure:2601: result:=20 configure:2607: checking for suffix of object files configure:2629: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2632: $? =3D 0 configure:2654: result: o configure:2658: checking whether we are using the GNU C compiler configure:2683: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2686: $? =3D 0 configure:2689: test -s conftest.o configure:2692: $? =3D 0 configure:2705: result: yes configure:2711: checking whether cc accepts -g configure:2733: cc -c -g -I/usr/local/include conftest.c >&5 configure:2736: $? =3D 0 configure:2739: test -s conftest.o configure:2742: $? =3D 0 configure:2753: result: yes configure:2770: checking for cc option to accept ANSI C configure:2831: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:2834: $? =3D 0 configure:2837: test -s conftest.o configure:2840: $? =3D 0 configure:2858: result: none needed configure:2876: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2879: $? =3D 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2993: checking for c++ configure:3019: result: c++ configure:3132: checking for C++ compiler version configure:3135: c++ --version </dev/null >&5 2.95.4 configure:3138: $? =3D 0 configure:3140: c++ -v </dev/null >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3143: $? =3D 0 configure:3145: c++ -V </dev/null >&5 c++: argument to `-V' missing configure:3148: $? =3D 1 configure:3151: checking whether we are using the GNU C++ compiler configure:3176: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3179: $? =3D 0 configure:3182: test -s conftest.o configure:3185: $? =3D 0 configure:3198: result: yes configure:3204: checking whether c++ accepts -g configure:3226: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:3229: $? =3D 0 configure:3232: test -s conftest.o configure:3235: $? =3D 0 configure:3246: result: yes configure:3290: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3293: $? =3D 0 configure:3296: test -s conftest.o configure:3299: $? =3D 0 configure:3326: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3329: $? =3D 0 configure:3332: test -s conftest.o configure:3335: $? =3D 0 configure:3376: c++ -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.cc >&5 configure:3379: $? =3D 0 configure:3382: test -s conftest.o configure:3385: $? =3D 0 configure:3415: checking for cc option to accept ANSI C configure:3478: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3481: $? =3D 0 configure:3484: test -s conftest.o configure:3487: $? =3D 0 configure:3502: result: none needed configure:3525: checking for a BSD-compatible install configure:3579: result: /usr/bin/install -c -o root -g wheel configure:3598: checking for special C compiler options needed for large files configure:3678: result: no configure:3684: checking for _FILE_OFFSET_BITS value needed for large files configure:3716: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3719: $? =3D 0 configure:3722: test -s conftest.o configure:3725: $? =3D 0 configure:3781: result: no configure:3791: checking for _LARGE_FILES value needed for large files configure:3823: cc -c -D_POSIX_C_SOURCE=3D1 -I/usr/local/include conftest.c >&5 configure:3826: $? =3D 0 configure:3829: test -s conftest.o configure:3832: $? =3D 0 configure:3888: result: no configure:3906: checking for pkg-config configure:3924: found /usr/local/bin/pkg-config configure:3937: result: /usr/local/bin/pkg-config configure:3953: error: *** pkg-config too old; version 0.14 or better required. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=3D' -D_POSIX_C_SOURCE=3D1 ' ac_cv_env_F77_value=3D ac_cv_prog_cc_g=3Dyes ac_cv_env_CXXCPP_set=3D ac_cv_env_LDFLAGS_set=3Dset ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config ac_cv_sys_large_files=3Dno ac_cv_c_compiler_gnu=3Dyes ac_cv_exeext=3D ac_cv_env_CFLAGS_set=3Dset ac_cv_prog_CXX=3Dc++ ac_cv_prog_make_gmake_set=3Dyes ac_cv_env_FFLAGS_set=3D ac_cv_env_CPP_value=3D ac_cv_env_CPPFLAGS_set=3Dset ac_cv_cxx_compiler_gnu=3Dyes ac_cv_env_CXX_set=3Dset ac_cv_env_host_alias_set=3D ac_cv_env_build_alias_set=3Dset ac_cv_env_CXXCPP_value=3D ac_cv_env_LDFLAGS_value=3D'-L/usr/local/lib -lintl' ac_cv_env_target_alias_set=3D ac_cv_prog_cc_stdc=3D ac_cv_host_alias=3Di386-portbld-freebsd4.7 ac_cv_env_CFLAGS_value=3D'-D_POSIX_C_SOURCE=3D1 ' ac_cv_env_CC_set=3Dset ac_cv_env_FFLAGS_value=3D ac_cv_build_alias=3Di386-portbld-freebsd4.7 ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include ac_cv_sys_largefile_CC=3Dno ac_cv_env_CXXFLAGS_set=3Dset ac_cv_env_CXX_value=3Dc++ ac_cv_host=3Di386-portbld-freebsd4.7 ac_cv_env_F77_set=3D ac_cv_env_host_alias_value=3D ac_cv_prog_cxx_g=3Dyes am_cv_prog_cc_stdc=3D ac_cv_build=3Di386-portbld-freebsd4.7 ac_cv_env_build_alias_value=3Di386-portbld-freebsd4.7 ac_cv_prog_ac_ct_CC=3Dcc ac_cv_env_target_alias_value=3D ac_cv_env_CC_value=3Dcc ac_cv_env_CPP_set=3D ac_cv_sys_file_offset_bits=3Dno ac_cv_objext=3Do ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing aclocal-1.4' ALLOCA=3D'' AR=3D'' AS=3D'' AUTOCONF=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoconf' AUTOHEADER=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing autoheader' AUTOMAKE=3D'/usr/ports/devel/glib20/work/glib-2.2.3/missing automake-1.4' AWK=3D'' CATALOGS=3D'' CATOBJEXT=3D'' CC=3D'cc' CFLAGS=3D'-D_POSIX_C_SOURCE=3D1 ' CPP=3D'' CPPFLAGS=3D'-I/usr/local/include' CROSS_COMPILING_FALSE=3D'' CROSS_COMPILING_TRUE=3D'' CXX=3D'c++' CXXCPP=3D'' CXXFLAGS=3D' -D_POSIX_C_SOURCE=3D1 ' DATADIRNAME=3D'' DB2HTML=3D'' DEFS=3D'' DISABLE_MEM_POOLS=3D'' DLLTOOL=3D'' ECHO=3D'echo' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'' ENABLE_GC_FRIENDLY=3D'' ENABLE_GTK_DOC_FALSE=3D'' ENABLE_GTK_DOC_TRUE=3D'' ENABLE_TIMELOOP_FALSE=3D'' ENABLE_TIMELOOP_TRUE=3D'' EXEEXT=3D'' =4677=3D'' =46FLAGS=3D'' GETTEXT_PACKAGE=3D'' GIO=3D'' GLIBC21=3D'' GLIB_BINARY_AGE=3D'203' GLIB_DEBUG_FLAGS=3D'' GLIB_DEF=3D'' GLIB_GENMARSHAL=3D'' GLIB_INTERFACE_AGE=3D'3' GLIB_MAJOR_VERSION=3D'2' GLIB_MICRO_VERSION=3D'3' GLIB_MINOR_VERSION=3D'2' GLIB_VERSION=3D'2.2.3' GMODULE_DEF=3D'' GMOFILES=3D'' GMSGFMT=3D'' GOBJECT_DEF=3D'' GSPAWN=3D'' GTHREAD_COMPILE_IMPL_DEFINES=3D'' GTHREAD_DEF=3D'' GTKDOC=3D'' G_LIBS_EXTRA=3D'' G_LIB_WIN32_RESOURCE=3D'' G_MODULE_BROKEN_RTLD_GLOBAL=3D'' G_MODULE_HAVE_DLERROR=3D'' G_MODULE_IMPL=3D'' G_MODULE_LDFLAGS=3D'' G_MODULE_LIBS=3D'' G_MODULE_LIBS_EXTRA=3D'' G_MODULE_NEED_USCORE=3D'' G_MODULE_PLUGIN_LIBS=3D'' G_MODULE_SUPPORTED=3D'' G_MODULE_WIN32_RESOURCE=3D'' G_OBJECT_WIN32_RESOURCE=3D'' G_THREAD_CFLAGS=3D'' G_THREAD_LIBS=3D'' G_THREAD_LIBS_EXTRA=3D'' G_THREAD_LIBS_FOR_GTHREAD=3D'' G_THREAD_WIN32_RESOURCE=3D'' HAVE_CXX_FALSE=3D'#' HAVE_CXX_TRUE=3D'' HAVE_DOCBOOK_FALSE=3D'' HAVE_DOCBOOK_TRUE=3D'' HAVE_GOOD_PRINTF_FALSE=3D'' HAVE_GOOD_PRINTF_TRUE=3D'' HAVE_GTK_DOC=3D'' HAVE_GTK_DOC_FALSE=3D'' HAVE_GTK_DOC_TRUE=3D'' HTML_DIR=3D'' ICONV_LIBS=3D'' INDENT=3D'' INSTALL_DATA=3D'install -c -o root -g wheel -m 444' INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' INSTOBJEXT=3D'' INTLLIBS=3D'' LDFLAGS=3D'-L/usr/local/lib -lintl' LIBOBJS=3D'' LIBS=3D'' LIBTOOL=3D'' LN_S=3D'' LTLIBOBJS=3D'' LT_AGE=3D'200' LT_CURRENT=3D'200' LT_CURRENT_MINUS_AGE=3D'0' LT_RELEASE=3D'2.2' LT_REVISION=3D'3' MAINT=3D'#' MAINTAINER_MODE_FALSE=3D'' MAINTAINER_MODE_TRUE=3D'#' MAKEINFO=3D'makeinfo' MKINSTALLDIRS=3D'' MSGFMT=3D'' MS_LIB_AVAILABLE_FALSE=3D'' MS_LIB_AVAILABLE_TRUE=3D'#' OBJDUMP=3D'' OBJEXT=3D'o' OS_WIN32_FALSE=3D'' OS_WIN32_TRUE=3D'#' PACKAGE=3D'glib' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' PERL=3D'' PERL_PATH=3D'' PKG_CONFIG=3D'/usr/local/bin/pkg-config' PLATFORMDEP=3D'' PLATFORM_WIN32_FALSE=3D'' PLATFORM_WIN32_TRUE=3D'' POFILES=3D'' POSUB=3D'' PO_IN_DATADIR_FALSE=3D'' PO_IN_DATADIR_TRUE=3D'' RANLIB=3D'' REBUILD=3D'' SET_MAKE=3D'' SHELL=3D'/bin/sh' STRIP=3D'' STRIP_BEGIN=3D'' STRIP_DUMMY=3D'' STRIP_END=3D'' TESTGMODULE_EXP=3D'' TRIO_LIBS=3D'' USE_NLS=3D'' VERSION=3D'2.2.3' XGETTEXT=3D'' ac_ct_AR=3D'' ac_ct_AS=3D'' ac_ct_CC=3D'cc' ac_ct_CXX=3D'' ac_ct_DLLTOOL=3D'' ac_ct_F77=3D'' ac_ct_OBJDUMP=3D'' ac_ct_RANLIB=3D'' ac_ct_STRIP=3D'' bindir=3D'${exec_prefix}/bin' build=3D'i386-portbld-freebsd4.7' build_alias=3D'i386-portbld-freebsd4.7' build_cpu=3D'i386' build_os=3D'freebsd4.7' build_vendor=3D'portbld' datadir=3D'${prefix}/share' exec_prefix=3D'NONE' host=3D'i386-portbld-freebsd4.7' host_alias=3D'' host_cpu=3D'i386' host_os=3D'freebsd4.7' host_vendor=3D'portbld' includedir=3D'${prefix}/include' infodir=3D'${prefix}/info' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localstatedir=3D'${prefix}/var' mandir=3D'${prefix}/man' ms_librarian=3D'' oldincludedir=3D'/usr/include' prefix=3D'/usr/local' program_transform_name=3D's,x,x,' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' target_alias=3D'' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GLIB_BINARY_AGE 203 #define GLIB_INTERFACE_AGE 3 #define GLIB_MAJOR_VERSION 2 #define GLIB_MICRO_VERSION 3 #define GLIB_MINOR_VERSION 2 #define G_COMPILED_WITH_DEBUGGING "minimum" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1 presario1999# exit exit Script done on Sun Sep 21 09:19:44 2003 Script started on Sun Sep 21 09:12:49 2003 presario1999# ls /var/db/pkg Hermes-1.3.2 mozilla-headers-1.4,2 Mesa-3.4.2_2 mp3stat-2.5.6_1 ORBit-0.5.17 mpg123-0.59r_8 XFree86-4.3.0,1 muggy-1.3.1 XFree86-FontServer-4.3.0_2 mysql-client-3.23.52 XFree86-Server-4.3.0_10 mziq-0.3 XFree86-clients-4.3.0_3 nasm-0.98.35,1 XFree86-documents-4.3.0 netraider-0.0.2 XFree86-font100dpi-4.3.0 nocc-0.9.5 XFree86-font75dpi-4.3.0 nosefart-1.92 XFree86-fontCyrillic-4.3.0 oaf-0.6.10 XFree86-fontDefaultBitmaps-4.3.0 oneko-2.0b_2 XFree86-fontEncodings-4.3.0 open-cobol-0.9.7 XFree86-fontScalable-4.3.0 open-motif-2.2.2 XFree86-libraries-4.3.0_6 openal-20020712fbsd XFree86-manuals-4.2.0 opengl-man-657 Xft-2.1.2 openquicktime-1.0 aalib-1.4.r5_1 openuniverse-1.0.b3 acroread-5.06_1 osg-0.8.45 afterstep-1.0_1 p5-MP3-Info-1.01 amaya-6.2 p5-MPEG-ID3v2Tag-0.32 apache-1.3.27 p5-ReadLine-Gnu-1.12 asclock-1.0 p5-Shout-1.0 asfiles-1.0 p5-Time-HiRes-1.36,1 asfrecorder-1.1.20010307 p5-Xmms-0.10 ashe-1.3 pkgconfig-0.12.0 asp2php-0.76.13 pkgdb.db aspell-0.50.1_2 play-1.0 aumix-2.7_1 png-1.2.4 basiliskII-0.9 popt-1.6.4 binder-1.3 portupgrade-20030723 bk2site-1.1.8 py-game-1.5.2 blackbox-0.65.0 py-gtk-0.6.10 bladeenc-0.94.2 py22-tkinter-2.2.1 bonk-0.6 py23-numeric-23.0 bonobo-1.0.20_2 python-2.3_1 boxtools-0.65.0 qt-2.3.1_2 cdplayer.app-1.7 qt-3.0.5_3 cheetah-0.05 rawrec-0.9.97_1 cups-base-1.1.15.1_4 ripenc-1.1 curl-7.9.8 ruby-1.6.7.2002.09.12 cvsup-without-gui-16.1h ruby-bdb1-0.2.1 dagrab-0.3.5 ruby-rdoc-0.0.0.b2 db3-3.3.11,1 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 db4-4.0.14 samba-3.0a19 demoroniser-1.0 sambasentinel-0.1 dillo-0.7.3 scrollkeeper-0.3.11_2,1 docbook-xml-4.1.2_1 sdl-1.2.5_2 docbook-xsl-1.51.1 sdl_image-1.2.2_1 esound-0.2.29 sdl_mixer-1.2.4_1 expat-1.95.5 sdl_ttf-2.0.5 ezm3-1.0 sdocbook-xml-4.1.2.5 fcplay-0.0.1_1 sidplay-1.0.8 flac-1.0.3_1 smpeg-0.4.4 fontconfig-2.2.90_3 solarwolf-1.1_1 freetype2-2.1.2 soundgrab-0.7.0 gal-0.19.3 sox-12.17.3_1 galeon-1.2.11_1 spacechart-0.9.4_1 gconf-1.0.9_2 splay-0.9.5.2 gdbm-1.8.0 svgalib-1.4.2_1 gdk-pixbuf-0.18.0 tcl-8.0.5 gettext-0.12.1 tcl-8.3.4_4 gfont-1.0.2 tclhttpd-3.3_1 ghostscript-gnu-7.05_3 tcllib-1.2 gimp-1.2.3_2,1 teTeX-1.0.7_1 glib-1.2.10_7 temperature.app-1.3 glibwww-0.2_1 thttpd-2.22 gmake-3.79.1_3 ticker.app-0.5.0 gmixer-0.98c tiff-3.5.7 gnomecanvas-0.18.0 tk-8.3.4_3 gnomecontrolcenter-1.4.0.5_1 tkstep-8.0.4 gnomedb-0.2.96_1 truereality-1999121400 gnomehier-1.0_3 tuxnes-0.75 gnomekiss-1.6 twin-3.1.14,1 gnomelibs-1.4.2_1 uae-0.8.22 gnomemimedata-2.0.1_1 unrar-3.00 gnomeprint-0.37 unzip-5.50 gnomevfs-1.0.5_4 vmsbackup-3.0 gnotepad+-1.3.3 vorbis-tools-1.0_1,3 gnowavcut-0.0.7_1 vpce-0.3f grail-0.6_1 washerdryer-1.1 gramofile-1.6 wavplay-1.4 gtk-1.2.10_8 weblint-1.020 gtkextra-0.99.17 wget-1.8.2_1 gtkglarea-1.2.2_1 windowmaker-0.80.2_1 gtkhtml-1.0.4_1 wine-2002.08.04 guile-1.4.1_2 wmMoonClock-1.27 imake-1.0 wmbiff-0.4.7 imake-4.3.0_1 wmcalc-0.3 imlib-1.9.14_1 wmcdplay-1.0b1 ines-1.2 wmclock-1.0.12.2 intltool-0.22 wmcp-1.2.8 jags-0.20.2 wmcpuload-1.0.0 jgv-0.2a wmcube-gdk-0.98p2_1 jpeg-6b_1 wmessage-0.11 ladspa-1.1 wmfishtime-1.23 lcms-1.08 wmfmixer-0.1 lha-1.14i_1 wmfortune-0.241 libao-0.8.3_1 wmfsm-0.31 libaudiofile-0.2.3 wmglobe-1.3 libcapplet-1.4.0.5 wmhm-1.46 libcdaudio-0.99.6 wmicons-1.0 libdnd-1.1 wminet-2.0.3 libdockapp-0.4.0 wmjupiter-1.2 libgda-0.2.96_1 wmlongrun-0.2.0 libghttp-1.0.9 wmmail-0.64 libglade-0.17_2 wmmixer-1.0b1 libgmp-4.1_1 wmmount-1.0b2 libgnugetopt-1.2 wmmp3-0.12 libiconv-1.8_1 wmmultipop3-0.8 libimg-1.2.4 wmnet-1.2 libmng-1.0.3 wmpal-0.5 libogg-1.0,3 wmpinboard-1.0 libproplist-0.10.1 wmproxyper-0.9.1 libshout-1.0.7 wmpuzzle-0.1.1 libsidplay-1.36.57 wmrecord-1.0.5 libtool-1.3.5_1 wmsmixer-0.5 libungif-4.1.0b1 wmsolar-1.0 libunicode-0.4_3 wmstock-0.11 libvorbis-1.0,3 wmtictactoe-1.1 libwww-5.4.0 wmtimebomb-0.2.0 libxml-1.8.17_1 wmtimer-2.4 libxml2-2.4.24 wmwork-0.1.0 libxslt-1.0.20 wmzazof-0.3 links-2.0_1,1 wrapper-1.0_2 linux-winetools-1.13b wsoundprefs-1.1.1 linux_base-7.1_1 wsoundserver-0.4.0 linux_devtools-7.1 xcdplayer-2.2 linuxthreads-2.2.3_8 xmix-2.1 macutils-2.0b3 xmixer-0.9.4 maplay-1.2 xpm-3.4k mastergear-1.3 xsidplay-1.6.4.3_2,1 mixer.app-1.7.0 zip-2.3_1 mkcatalog-1.1 zsnes-1.36,1 mod_php4-4.2.3 zziplib-0.10.54 mozilla-1.4,2 presario1999# whereis glib glib: presario1999# g=08=1B[Kwhereis glib-2.0 glib-2.0: presario1999# whereis glib-2.0=08=1B[K=08=1B[K glib-2: presario1999# whereis glib-2=1B[15`=1B[Kexit exit Script done on Sun Sep 21 09:13:39 2003 --=20 / Albert L. Vest See my stuff at Al Vest Online / Columbus, Ohio http://home.columbus.rr.com/alvon