Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 15:30:31 -0700 (PDT)
From:      cfldeneme cfldeneme <cfldeneme@yahoo.com>
To:        gnome@freebsd.org
Subject:   gnome2-->libgnomedb error
Message-ID:  <20021012223031.40414.qmail@web14808.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Freebsd 4.6-RELEASE

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.53.  Invocation command
line was

  $ ./configure --x-libraries=/usr/X11R6/lib
--x-includes=/usr/X11R6/include
--localstatedir=/usr/X11R6/share/gnome
--datadir=/usr/X11R6/share/gnome
--with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc
--with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults
--prefix=/usr/X11R6 --target=i386-unknown-freebsd4.6

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = i386
uname -r = 4.6-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 4.6-RELEASE #1: Fri Oct 11 23:08:38
EEST 2002    
ozdemir@localhost:/usr/src/sys/compile/KERNEL 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

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:1438: checking for a BSD-compatible install
configure:1492: result: /usr/bin/install -c -o root -g
wheel
configure:1503: checking whether build environment is
sane
configure:1546: result: yes
configure:1561: checking whether gmake sets ${MAKE}
configure:1581: result: yes
configure:1613: checking for working aclocal-1.4
configure:1624: result: missing
configure:1628: checking for working autoconf
configure:1639: result: missing
configure:1643: checking for working automake-1.4
configure:1654: result: missing
configure:1658: checking for working autoheader
configure:1669: result: missing
configure:1673: checking for working makeinfo
configure:1680: result: found
configure:1690: checking whether to enable
maintainer-specific portions of Makefiles
configure:1699: result: no
configure:1774: checking for perl
configure:1792: found /usr/bin/perl
configure:1804: result: /usr/bin/perl
configure:1841: checking for pkg-config
configure:1859: found /usr/local/bin/pkg-config
configure:1871: result: /usr/local/bin/pkg-config
configure:1884: checking for pkg-config
configure:1895: result: yes
configure:1948: checking for GNOME Platform
configure:1951: result: GNOME 2.x
configure:1958: checking for pkg-config
configure:1988: result: /usr/local/bin/pkg-config
configure:2001: checking for pkg-config
configure:2012: result: yes
configure:2094: checking for gcc
configure:2120: result: cc
configure:2364: checking for C compiler version
configure:2367: cc --version </dev/null >&5
2.95.3
configure:2370: $? = 0
configure:2372: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
configure:2375: $? = 0
configure:2377: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2380: $? = 1
configure:2406: checking for C compiler default output
configure:2409: cc -O -pipe  -I/usr/local/include 
conftest.c -L/usr/local/lib >&5
configure:2412: $? = 0
configure:2445: result: a.out
configure:2450: checking whether the C compiler works
configure:2456: ./a.out
configure:2459: $? = 0
configure:2474: result: yes
configure:2481: checking whether we are cross
compiling
configure:2483: result: no
configure:2486: checking for suffix of executables
configure:2488: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:2491: $? = 0
configure:2513: result: 
configure:2519: checking for suffix of object files
configure:2543: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:2546: $? = 0
configure:2565: result: o
configure:2569: checking whether we are using the GNU
C compiler
configure:2596: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:2599: $? = 0
configure:2602: test -s conftest.o
configure:2605: $? = 0
configure:2617: result: yes
configure:2623: checking whether cc accepts -g
configure:2647: cc -c -g -I/usr/local/include
conftest.c >&5
configure:2650: $? = 0
configure:2653: test -s conftest.o
configure:2656: $? = 0
configure:2666: result: yes
configure:2693: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2696: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2808: checking for strerror in -lcposix
configure:2841: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -lcposix 
-L/usr/local/lib >&5
/usr/libexec/elf/ld: cannot find -lcposix
configure:2844: $? = 1
configure: failed program was:
#line 2816 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an
error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type
of a gcc2
   builtin and then its argument prototype would still
apply.  */
char strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2861: result: no
configure:2915: checking for gcc
configure:2941: result: cc
configure:3185: checking for C compiler version
configure:3188: cc --version </dev/null >&5
2.95.3
configure:3191: $? = 0
configure:3193: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
configure:3196: $? = 0
configure:3198: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:3201: $? = 1
configure:3204: checking whether we are using the GNU
C compiler
configure:3252: result: yes
configure:3258: checking whether cc accepts -g
configure:3301: result: yes
configure:3328: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
conftest.c:2: syntax error before `me'
configure:3331: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3446: checking how to run the C preprocessor
configure:3472: cc -E -I/usr/local/include conftest.c
configure:3478: $? = 0
configure:3505: cc -E -I/usr/local/include conftest.c
configure:3502: ac_nonexistent.h: No such file or
directory
configure:3511: $? = 1
configure: failed program was:
#line 3501 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3548: result: cc -E
configure:3563: cc -E -I/usr/local/include conftest.c
configure:3569: $? = 0
configure:3596: cc -E -I/usr/local/include conftest.c
configure:3593: ac_nonexistent.h: No such file or
directory
configure:3602: $? = 1
configure: failed program was:
#line 3592 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3642: checking for ANSI C header files
configure:3656: cc -E -I/usr/local/include conftest.c
configure:3662: $? = 0
configure:3749: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:3752: $? = 0
configure:3754: ./conftest
configure:3757: $? = 0
configure:3771: result: yes
configure:3854: checking build system type
configure:3872: result: i386-unknown-freebsd4.6
configure:3880: checking host system type
configure:3894: result: i386-unknown-freebsd4.6
configure:3924: checking for ld used by GCC
configure:3987: result: /usr/libexec/elf/ld
configure:3996: checking if the linker
(/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD
2.11.2 20010719 [FreeBSD])
configure:4008: result: yes
configure:4013: checking for /usr/libexec/elf/ld
option to reload object files
configure:4020: result: -r
configure:4025: checking for BSD-compatible nm
configure:4061: result: /usr/bin/nm -B
configure:4064: checking for a sed that does not
truncate output
configure:4146: result: /usr/bin/sed
configure:4149: checking whether ln -s works
configure:4153: result: yes
configure:4160: checking how to recognise dependent
libraries
configure:4341: result: pass_all
configure:4353: checking command to parse /usr/bin/nm
-B output
configure:4434: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4437: $? = 0
configure:4441: /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
configure:4444: $? = 0
configure:4496: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c conftstm.o >&5
configure:4499: $? = 0
configure:4543: result: ok
configure:4561: checking for sys/types.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for sys/stat.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for stdlib.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for string.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for memory.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for strings.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for inttypes.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4561: checking for stdint.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4603: stdint.h: No such file or directory
configure:4577: $? = 1
configure: failed program was:
#line 4567 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <stdint.h>
configure:4593: result: no
configure:4561: checking for unistd.h
configure:4574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4577: $? = 0
configure:4580: test -s conftest.o
configure:4583: $? = 0
configure:4593: result: yes
configure:4619: checking dlfcn.h usability
configure:4628: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:4631: $? = 0
configure:4634: test -s conftest.o
configure:4637: $? = 0
configure:4646: result: yes
configure:4650: checking dlfcn.h presence
configure:4657: cc -E -I/usr/local/include conftest.c
configure:4663: $? = 0
configure:4681: result: yes
configure:4699: checking for dlfcn.h
configure:4706: result: yes
configure:4904: checking for ranlib
configure:4920: found /usr/bin/ranlib
configure:4931: result: ranlib
configure:4984: checking for strip
configure:5000: found /usr/bin/strip
configure:5011: result: strip
configure:5222: checking for objdir
configure:5233: result: .libs
configure:5250: checking for cc option to produce PIC
configure:5396: result: -fPIC
configure:5400: checking if cc PIC flag -fPIC works
configure:5426: cc -c -O -pipe  -fPIC -DPIC
-I/usr/local/include conftest.c >&5
configure:5429: $? = 0
configure:5432: test -s conftest.o
configure:5435: $? = 0
configure:5472: result: yes
configure:5488: checking if cc static flag -static
works
configure:5515: cc -o conftest -O -pipe 
-I/usr/local/include  -static conftest.c
-L/usr/local/lib >&5
configure:5518: $? = 0
configure:5521: test -s conftest
configure:5524: $? = 0
configure:5539: result: yes
configure:5551: checking if cc supports -c -o file.o
configure:5571: cc -c -O -pipe  -o out/conftest2.o
-I/usr/local/include conftest.c >&5
configure:5595: result: yes
configure:5600: checking if cc supports -c -o file.lo
configure:5630: cc -c -O -pipe  -c -o conftest.lo
-I/usr/local/include conftest.c >&5
configure:5633: $? = 0
configure:5636: test -s conftest.lo
configure:5639: $? = 0
configure:5660: result: yes
configure:5691: checking if cc supports -fno-rtti
-fno-exceptions
configure:5716: cc -c -O -pipe  -fno-rtti
-fno-exceptions -c conftest.c -I/usr/local/include
conftest.c >&5
configure:5719: $? = 0
configure:5722: test -s conftest.o
configure:5725: $? = 0
configure:5741: result: yes
configure:5752: checking whether the linker
(/usr/libexec/elf/ld) supports shared libraries
configure:6444: result: yes
configure:6449: checking how to hardcode library paths
into programs
configure:6473: result: immediate
configure:6478: checking whether stripping libraries
is possible
configure:6483: result: yes
configure:6494: checking dynamic linker
characteristics
configure:6896: result: freebsd4.6 ld.so
configure:6901: checking if libtool supports shared
libraries
configure:6903: result: yes
configure:6906: checking whether to build shared
libraries
configure:6927: result: yes
configure:6930: checking whether to build static
libraries
configure:6934: result: yes
configure:7596: checking whether -lc should be
explicitly linked in
configure:7604: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:7607: $? = 0
configure:7621: cc -shared conftest.o  -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| grep  -lc 
\>/dev/null 2\>\&1
configure:7624: $? = 1
configure:7637: result: yes
configure:8260: checking for ranlib
configure:8287: result: ranlib
configure:8299: checking for cc option to accept ANSI
C
configure:8362: cc  -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:8365: $? = 0
configure:8368: test -s conftest.o
configure:8371: $? = 0
configure:8388: result: none needed
configure:8396: checking for an ANSI C-conforming
const
configure:8466: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:8469: $? = 0
configure:8472: test -s conftest.o
configure:8475: $? = 0
configure:8485: result: yes
configure:8495: checking for inline
configure:8512: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:8515: $? = 0
configure:8518: test -s conftest.o
configure:8521: $? = 0
configure:8532: result: inline
configure:8547: checking for off_t
configure:8574: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:8577: $? = 0
configure:8580: test -s conftest.o
configure:8583: $? = 0
configure:8593: result: yes
configure:8605: checking for size_t
configure:8632: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:8635: $? = 0
configure:8638: test -s conftest.o
configure:8641: $? = 0
configure:8651: result: yes
configure:8665: checking for working alloca.h
configure:8689: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:8672: alloca.h: No such file or directory
configure:8692: $? = 1
configure: failed program was:
#line 8671 "configure"
#include "confdefs.h"
#include <alloca.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
  ;
  return 0;
}
configure:8708: result: no
configure:8718: checking for alloca
configure:8762: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:8765: $? = 0
configure:8768: test -s conftest
configure:8771: $? = 0
configure:8781: result: yes
configure:8977: checking for stdlib.h
configure:8982: result: yes
configure:8977: checking for unistd.h
configure:8982: result: yes
configure:9090: checking for getpagesize
configure:9133: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9136: $? = 0
configure:9139: test -s conftest
configure:9142: $? = 0
configure:9152: result: yes
configure:9162: checking for working mmap
configure:9301: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9304: $? = 0
configure:9306: ./conftest
configure:9309: $? = 0
configure:9322: result: yes
configure:9356: checking argz.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9394: argz.h: No such file or directory
configure:9368: $? = 1
configure: failed program was:
#line 9359 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <argz.h>
configure:9383: result: no
configure:9387: checking argz.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
configure:9391: argz.h: No such file or directory
configure:9400: $? = 1
configure: failed program was:
#line 9390 "configure"
#include "confdefs.h"
#include <argz.h>
configure:9418: result: no
configure:9436: checking for argz.h
configure:9443: result: no
configure:9356: checking limits.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9368: $? = 0
configure:9371: test -s conftest.o
configure:9374: $? = 0
configure:9383: result: yes
configure:9387: checking limits.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
configure:9400: $? = 0
configure:9418: result: yes
configure:9436: checking for limits.h
configure:9443: result: yes
configure:9356: checking locale.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9368: $? = 0
configure:9371: test -s conftest.o
configure:9374: $? = 0
configure:9383: result: yes
configure:9387: checking locale.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
configure:9400: $? = 0
configure:9418: result: yes
configure:9436: checking for locale.h
configure:9443: result: yes
configure:9356: checking nl_types.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9368: $? = 0
configure:9371: test -s conftest.o
configure:9374: $? = 0
configure:9383: result: yes
configure:9387: checking nl_types.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
configure:9400: $? = 0
configure:9418: result: yes
configure:9436: checking for nl_types.h
configure:9443: result: yes
configure:9356: checking malloc.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
In file included from configure:9394:
/usr/include/malloc.h:2: warning: #warning "this file
includes <malloc.h> which is deprecated, use
<stdlib.h> instead"
configure:9368: $? = 0
configure:9371: test -s conftest.o
configure:9374: $? = 0
configure:9383: result: yes
configure:9387: checking malloc.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
In file included from configure:9391:
/usr/include/malloc.h:2: warning: #warning "this file
includes <malloc.h> which is deprecated, use
<stdlib.h> instead"
configure:9400: $? = 0
configure:9418: result: yes
configure:9436: checking for malloc.h
configure:9443: result: yes
configure:9347: checking for string.h
configure:9352: result: yes
configure:9347: checking for unistd.h
configure:9352: result: yes
configure:9356: checking sys/param.h usability
configure:9365: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9368: $? = 0
configure:9371: test -s conftest.o
configure:9374: $? = 0
configure:9383: result: yes
configure:9387: checking sys/param.h presence
configure:9394: cc -E -I/usr/local/include conftest.c
configure:9400: $? = 0
configure:9418: result: yes
configure:9436: checking for sys/param.h
configure:9443: result: yes
configure:9471: checking for getcwd
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for munmap
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for putenv
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for setenv
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for setlocale
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for strchr
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for strcasecmp
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for strdup
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9517: $? = 0
configure:9520: test -s conftest
configure:9523: $? = 0
configure:9533: result: yes
configure:9471: checking for __argz_count
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/cc90Pp1o.o: In function `main':
/tmp/cc90Pp1o.o(.text+0x9): undefined reference to
`__argz_count'
configure:9517: $? = 1
configure: failed program was:
#line 9477 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully
few prototypes,
    which can conflict with char __argz_count ();
below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an
error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type
of a gcc2
   builtin and then its argument prototype would still
apply.  */
char __argz_count ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which
it implements
    to always fail with ENOSYS.  Some functions are
actually named
    something starting with __ and the normal name is
an alias.  */
#if defined (__stub___argz_count) || defined
(__stub_____argz_count)
choke me
#else
f = __argz_count;
#endif

  ;
  return 0;
}
configure:9533: result: no
configure:9471: checking for __argz_stringify
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccLN1AiC.o: In function `main':
/tmp/ccLN1AiC.o(.text+0x9): undefined reference to
`__argz_stringify'
configure:9517: $? = 1
configure: failed program was:
#line 9477 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully
few prototypes,
    which can conflict with char __argz_stringify ();
below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an
error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type
of a gcc2
   builtin and then its argument prototype would still
apply.  */
char __argz_stringify ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which
it implements
    to always fail with ENOSYS.  Some functions are
actually named
    something starting with __ and the normal name is
an alias.  */
#if defined (__stub___argz_stringify) || defined
(__stub_____argz_stringify)
choke me
#else
f = __argz_stringify;
#endif

  ;
  return 0;
}
configure:9533: result: no
configure:9471: checking for __argz_next
configure:9514: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccOxej7p.o: In function `main':
/tmp/ccOxej7p.o(.text+0x9): undefined reference to
`__argz_next'
configure:9517: $? = 1
configure: failed program was:
#line 9477 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully
few prototypes,
    which can conflict with char __argz_next ();
below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an
error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type
of a gcc2
   builtin and then its argument prototype would still
apply.  */
char __argz_next ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which
it implements
    to always fail with ENOSYS.  Some functions are
actually named
    something starting with __ and the normal name is
an alias.  */
#if defined (__stub___argz_next) || defined
(__stub_____argz_next)
choke me
#else
f = __argz_next;
#endif

  ;
  return 0;
}
configure:9533: result: no
configure:9545: checking for LC_MESSAGES
configure:9569: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:9572: $? = 0
configure:9575: test -s conftest
configure:9578: $? = 0
configure:9588: result: yes
configure:9620: checking libintl.h usability
configure:9629: cc -c -O -pipe  -I/usr/local/include
conftest.c >&5
configure:9632: $? = 0
configure:9635: test -s conftest.o
configure:9638: $? = 0
configure:9647: result: yes
configure:9651: checking libintl.h presence
configure:9658: cc -E -I/usr/local/include conftest.c
configure:9664: $? = 0
configure:9682: result: yes
configure:9700: checking for libintl.h
configure:9707: result: yes
configure:9712: checking for dgettext in libc
configure:9736: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccnRyAJU.o: In function `main':
/tmp/ccnRyAJU.o(.text+0x14): undefined reference to
`libintl_dgettext'
configure:9739: $? = 1
configure: failed program was:
#line 9718 "configure"
#include "confdefs.h"
#include <libintl.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
    extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
return (int) dgettext ("","")
  ;
  return 0;
}
configure:9755: result: no
configure:9762: checking for bindtextdomain in -lintl
configure:9795: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -lintl 
-L/usr/local/lib >&5
configure:9798: $? = 0
configure:9801: test -s conftest
configure:9804: $? = 0
configure:9815: result: yes
configure:9818: checking for dgettext in -lintl
configure:9851: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -lintl 
-L/usr/local/lib >&5
configure:9854: $? = 0
configure:9857: test -s conftest
configure:9860: $? = 0
configure:9871: result: yes
configure:9881: checking if -liconv is needed to use
gettext
configure:9883: result: 
configure:9885: checking for dcgettext in -lintl
configure:9918: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -lintl -liconv
-L/usr/local/lib >&5
configure:9921: $? = 0
configure:9924: test -s conftest
configure:9927: $? = 0
configure:9938: result: yes
configure:9963: checking for msgfmt
configure:9990: result: /usr/local/bin/msgfmt
configure:10001: checking for dcgettext
configure:10044: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib
-lintl -liconv >&5
configure:10047: $? = 0
configure:10050: test -s conftest
configure:10053: $? = 0
configure:10063: result: yes
configure:10075: checking for gmsgfmt
configure:10106: result: /usr/local/bin/msgfmt
configure:10115: checking for xgettext
configure:10142: result: /usr/local/bin/xgettext
configure:10169: cc -o conftest -O -pipe 
-I/usr/local/include  conftest.c -L/usr/local/lib
-lintl -liconv >&5
configure:10172: $? = 0
configure:10175: test -s conftest
configure:10178: $? = 0
configure:10256: checking for catalogs to be installed
configure:10265: result:  az ca da de el es fi fr ga
gl hu it ja ko ms nl no pl pt pt_BR ru sk sl sv ta tr
uk vi zh_CN zh_TW
configure:10414: checking for gconftool-2
configure:10432: found /usr/X11R6/bin/gconftool-2
configure:10444: result: /usr/X11R6/bin/gconftool-2
configure:10466: result: Using config source
xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for
schema installation
configure:10483: result: Using
$(sysconfdir)/gconf/schemas/ as install directory for
schema files
configure:10527: checking whether gcc understands
-Wsign-promo
configure:10548: cc -c -Wall -Wunused
-Wchar-subscripts -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wpointer-arith
-O -pipe  -Wsign-promo -I/usr/local/include conftest.c
>&5
configure:10551: $? = 0
configure:10554: test -s conftest.o
configure:10557: $? = 0
configure:10567: result: yes
configure:10527: checking whether gcc understands
-Wno-sign-compare
configure:10548: cc -c -Wall -Wunused
-Wchar-subscripts -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wpointer-arith
-O -pipe  -Wno-sign-compare -I/usr/local/include
conftest.c >&5
configure:10551: $? = 0
configure:10554: test -s conftest.o
configure:10557: $? = 0
configure:10567: result: yes
configure:10587: checking what warning flags to pass
to the C compiler
configure:10589: result: -Wall -Wunused
-Wchar-subscripts -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wsign-promo -Wno-sign-compare
configure:10600: checking what language compliance
flags to pass to the C compiler
configure:10615: result: 
configure:10681: checking for libgnomeui-2.0 >= 1.103
libgda >= 0.8.190  gtk+-2.0 >= 2.0.0
bonobo-activation-2.0 libbonoboui-2.0 libglade-2.0
configure:10720: error: Library requirements
(libgnomeui-2.0 >= 1.103 libgda >= 0.8.190  gtk+-2.0
>= 2.0.0 bonobo-activation-2.0 libbonoboui-2.0
libglade-2.0) not met; consider adjusting the
PKG_CONFIG_PATH environment variable if your libraries
are in a nonstandard prefix so pkg-config can find
them.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_type_size_t='yes'
ac_cv_path_XGETTEXT='/usr/local/bin/xgettext'
ac_cv_func_getcwd='yes'
gt_cv_func_dgettext_libc='no'
ac_cv_header_stdlib_h='yes'
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_nl_types_h='yes'
ac_cv_lib_cposix_strerror='no'
ac_cv_prog_cc_g='yes'
ac_cv_path_INTLTOOL_PERL='/usr/bin/perl'
ac_cv_env_LDFLAGS_set=''
lt_cv_prog_cc_can_build_shared='yes'
ac_cv_c_compiler_gnu='yes'
ac_cv_exeext=''
ac_cv_path_PKG_CONFIG='/usr/local/bin/pkg-config'
ac_cv_env_CFLAGS_set='set'
ac_cv_func_setlocale='yes'
ac_cv_path_GCONFTOOL='/usr/X11R6/bin/gconftool-2'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_prog_make_gmake_set='yes'
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set='set'
ac_cv_lib_intl_dcgettext='yes'
ac_cv_func_strcasecmp='yes'
lt_cv_prog_cc_static_works='yes'
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_shlib=''
ac_cv_func___argz_count='no'
lt_cv_prog_cc_static='-static'
ac_cv_env_host_alias_set=''
ac_cv_path_GMSGFMT='/usr/local/bin/msgfmt'
ac_cv_c_const='yes'
lt_cv_ld_reload_flag='-r'
ac_cv_working_alloca_h='no'
lt_cv_sys_path_separator=':'
ac_cv_func_munmap='yes'
lt_cv_archive_cmds_need_lc='yes'
ac_cv_header_sys_stat_h='yes'
lt_cv_prog_gnu_ld='yes'
ac_cv_env_build_alias_set=''
ac_cv_header_limits_h='yes'
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set='set'
ac_cv_func_alloca_works='yes'
ac_cv_prog_cc_stdc=''
ac_cv_host_alias='i386-unknown-freebsd4.6'
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set='set'
ac_cv_path_MSGFMT='/usr/local/bin/msgfmt'
lt_cv_prog_cc_wl='-Wl,'
ac_cv_header_sys_types_h='yes'
ac_cv_header_stdc='yes'
ac_cv_func___argz_stringify='no'
ac_cv_header_strings_h='yes'
lt_cv_path_SED='/usr/bin/sed'
ac_cv_func_dcgettext='yes'
ac_cv_header_stdint_h='no'
ac_cv_header_inttypes_h='yes'
nls_cv_header_intl=''
ac_cv_func___argz_next='no'
ac_cv_func_setenv='yes'
ac_cv_header_sys_param_h='yes'
ac_cv_header_locale_h='yes'
ac_cv_c_inline='inline'
ac_cv_header_unistd_h='yes'
ac_cv_header_string_h='yes'
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .*
\(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD='/usr/libexec/elf/ld'
ac_cv_build_alias='i386-unknown-freebsd4.6'
ac_cv_env_CPPFLAGS_value='-I/usr/local/include'
ac_cv_func_strchr='yes'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_header_memory_h='yes'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_host='i386-unknown-freebsd4.6'
ac_cv_env_host_alias_value=''
am_cv_val_LC_MESSAGES='yes'
ac_cv_type_off_t='yes'
ac_cv_lib_intl_dgettext='yes'
nls_cv_force_use_gnu_gettext='no'
lt_cv_global_symbol_to_c_name_address='sed -n -e
'\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e
'\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2",
(lt_ptr) \&\2},/p'\'''
ac_cv_lib_intl_bindtextdomain='yes'
gt_cv_func_dgettext_libintl='yes'
lt_cv_compiler_c_o='yes'
lt_cv_prog_cc_pic_works='yes'
lt_cv_file_magic_test_file=''
nls_cv_use_gnu_gettext='no'
ac_cv_header_argz_h='no'
ac_cv_build='i386-unknown-freebsd4.6'
ac_cv_prog_CPP='cc -E'
ac_cv_env_build_alias_value=''
ac_cv_header_malloc_h='yes'
ac_cv_func_getpagesize='yes'
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method='pass_all'
ac_cv_prog_ac_ct_CC='cc'
ac_cv_header_libintl_h='yes'
lt_cv_compiler_o_lo='yes'
ac_cv_env_target_alias_value='i386-unknown-freebsd4.6'
ac_cv_env_CC_value='cc'
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=''
ac_cv_header_dlfcn_h='yes'
nls_cv_header_libgt=''
ac_cv_func_strdup='yes'
ac_cv_func_putenv='yes'
ac_cv_objext='o'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libgnomedb"
#define VERSION "0.8.193"
#define BONOBO_EXPLICIT_TRANSLATION_DOMAIN
"libgnomedb-2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define GETTEXT_PACKAGE "libgnomedb-2"
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_LC_MESSAGES 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 1

OUTPUT OF MAKE COMMAND

localhost# cd /usr/ports/x11/gnome2
localhost# make	install clean
===>  Installing for gnome2-2.0_4
===>   gnome2-2.0_4 depends on file:
/usr/X11R6/libexec/battstat-applet-2 - found
===>   gnome2-2.0_4 depends on executable: gnome-cd -
found
===>   gnome2-2.0_4 depends on executable:
archive-generator - found
===>   gnome2-2.0_4 depends on executable: eog - found
===>   gnome2-2.0_4 depends on executable:
gnome-control-center - found
===>   gnome2-2.0_4 depends on executable:
gconf-editor - found
===>   gnome2-2.0_4 depends on executable: gedit -
found
===>   gnome2-2.0_4 depends on executable:
gnome-terminal - found
===>   gnome2-2.0_4 depends on executable:
gnome-session - found
===>   gnome2-2.0_4 depends on executable: glade-2 -
not found
===>    Verifying install for glade-2 in
/usr/ports/devel/glade2
===>  Extracting for glade2-1.1.2
>> Checksum OK for gnome2/glade-1.1.2.tar.bz2.
===>   glade2-1.1.2 depends on executable: gmake -
found
===>   glade2-1.1.2 depends on executable: libtool -
found
===>   glade2-1.1.2 depends on file:
/usr/local/bin/sed_inplace - found
===>   glade2-1.1.2 depends on shared library:
gnomedb-2.1 - not found
===>    Verifying install for gnomedb-2.1 in
/usr/ports/databases/libgnomedb
===>  Extracting for libgnomedb-0.8.193
>> Checksum OK for gnome2/libgnomedb-0.8.193.tar.bz2.
===>   libgnomedb-0.8.193 depends on executable: gmake
- found
===>   libgnomedb-0.8.193 depends on executable:
libtool - found
===>   libgnomedb-0.8.193 depends on file:
/usr/local/bin/sed_inplace - found
===>   libgnomedb-0.8.193 depends on shared library:
gnomeui-2.0 - found
===>   libgnomedb-0.8.193 depends on shared library:
gda-2.1 - found
===>   libgnomedb-0.8.193 depends on shared library:
X11.6 - found
===>  Patching for libgnomedb-0.8.193
===>  Applying FreeBSD patches for libgnomedb-0.8.193
===>  Configuring for libgnomedb-0.8.193
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 for perl... /usr/bin/perl
checking for pkg-config... /usr/local/bin/pkg-config
checking for pkg-config... yes
checking for GNOME Platform... GNOME 2.x
checking for pkg-config... (cached)
/usr/local/bin/pkg-config
checking for pkg-config... yes
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... 
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 strerror in -lcposix... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler...
(cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking build system type... i386-unknown-freebsd4.6
checking host system type... i386-unknown-freebsd4.6
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU
ld... yes
checking for /usr/libexec/elf/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
/usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries...
pass_all
checking command to parse /usr/bin/nm -B output... ok
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions...
yes
checking whether the linker (/usr/libexec/elf/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... freebsd4.6
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 host system type...
i386-unknown-freebsdelf4.6
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ...
yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU
ld... yes
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...
freebsdelf4.6 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 for ranlib... (cached) ranlib
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... 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 argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for dgettext in -lintl... yes
checking if -liconv is needed to use gettext... 
checking for dcgettext in -lintl... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed...  az ca da de
el es fi fr ga gl hu it ja ko ms nl no pl pt pt_BR ru
sk sl sv ta tr uk vi zh_CN zh_TW
checking for gconftool-2... /usr/X11R6/bin/gconftool-2
Using config source
xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for
schema installation
Using $(sysconfdir)/gconf/schemas/ as install
directory for schema files
checking whether gcc understands -Wsign-promo... yes
checking whether gcc understands -Wno-sign-compare...
yes
checking what warning flags to pass to the C
compiler... -Wall -Wunused -Wchar-subscripts
-Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wsign-promo
-Wno-sign-compare
checking what language compliance flags to pass to the
C compiler... 
checking for libgnomeui-2.0 >= 1.103 libgda >= 0.8.190
 gtk+-2.0 >= 2.0.0 bonobo-activation-2.0
libbonoboui-2.0 libglade-2.0... gnome-config: not
found
gnome-config: not found
Package libgda was not found in the pkg-config search
path.
Perhaps you should add the directory containing
`libgda.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgda' found

configure: error: Library requirements (libgnomeui-2.0
>= 1.103 libgda >= 0.8.190  gtk+-2.0 >= 2.0.0
bonobo-activation-2.0 libbonoboui-2.0 libglade-2.0)
not met; consider adjusting the PKG_CONFIG_PATH
environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.
===>  Script "configure" failed unexpectedly.
      Please report the problem to gnome@FreeBSD.org
[maintainer] and attach
      the
"/usr/ports/databases/libgnomedb/work/libgnomedb-0.8.193/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/databases/libgnomedb.
*** Error code 1

Stop in /usr/ports/devel/glade2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

LIST OF /var/db/pkg

Mesa-3.4.2_2				imlib-1.9.14_1
ORBit-0.5.15_1				intltool-0.22
ORBit2-2.4.3				jpeg-6b_1
XFree86-4.2.0_1,1			lcms-1.08
XFree86-FontServer-4.2.0		libIDL-0.8.0
XFree86-Server-4.2.0_3			liba52-0.7.4
XFree86-clients-4.2.0_2			libart_lgpl2-2.3.10
XFree86-documents-4.2.0			libaudiofile-0.2.3
XFree86-font100dpi-4.2.0		libbonobo-2.0.0
XFree86-font75dpi-4.2.0			libbonoboui-2.0.3.1
XFree86-fontCyrillic-4.2.0	
libdivxdecore-devel-0.4.0.50_1
XFree86-fontDefaultBitmaps-4.2.0	libdvdcss-1.2.2
XFree86-fontEncodings-4.2.0		libdvdnav-0.1.3
XFree86-fontScalable-4.2.0		libdvdread-0.9.3
XFree86-libraries-4.2.0_1		libflash-0.4.10
aalib-1.4.r5_1				libglade2-2.0.1
atk-1.0.3				libgnome-2.0.5
autoconf213-2.13.000227_2		libgnomecanvas-2.0.4
automake14-1.4.5_2			libgnomeprint-1.116.1
bison-1.35_1				libgnomeprintui-1.116.0
bonobo-activation-1.0.3			libgnomeui-2.0.5
cvsup-16.1f				libgnugetopt-1.2
djbfft-0.76				libgtop2-2.0.0_2
docbook-xml-4.2				libiconv-1.7_5
docbook-xsl-1.55.0			libmng-1.0.3
eel2-2.0.7				librsvg2-2.0.1
eog2-1.0.3				libtool-1.3.4_4
esound-0.2.29				libungif-4.1.0b1
expat-1.95.2				libwnck-0.17
expat-1.95.5				libxine-0.9.13
ffmpeg-0.4.5_2				libxml2-2.4.25_1
flashplugin-mozilla-0.4.10_1		libxslt-1.0.21
freetype-1.3.1_2			libzvt-2.0.1
freetype2-2.0.9				linc-0.5.3
gail-0.17				m4-1.4_1
gconf-editor-0.3.1			mkcatalog-1.1
gconf2-1.2.1				mozilla-1.0.rc3,1
gdbm-1.8.0				nasm-0.98.33,1
gdm2-2.4.0.11_2				pango-1.0.4
gedit2-2.0.5				pkgconfig-0.12.0
gettext-0.11.1_3			png-1.2.2_4
gettext-0.11.5_1			popt-1.6.4
glib-1.2.10_5				py22-expat-2.2.1_2
glib-2.0.6				python-2.2.1
gmake-3.80				scrollkeeper-0.3.11_4,1
gnomeapplets2-2.0.3_1			sdl-1.2.4_1
gnomecontrolcenter2-2.0.2.91		sdocbook-xml-4.1.2.5
gnomedesktop-2.0.8			sed_inplace-2002.06.28
gnomehier-1.0_3				sox-12.17.3_1
gnomemedia2-2.0.2.5			svgalib-1.4.2_1
gnomemimedata-2.0.1_1			tiff-3.5.7
gnomepanel-2.0.9			ttmkfdir-0.0_1
gnomesession-2.0.7			unzip-5.50
gnometerminal-2.0.1			urwfonts-1.0
gnomeutils2-2.0.5,1			wget-1.8.2_1
gnomevfs2-2.0.4				win32-codecs-011002.0.0.60
gtk-1.2.10_4				xine-0.9.13
gtk-2.0.6				xine_d4d_plugin-0.3.2
imake-4.2.0_1				xine_dvdnav_plugin-0.9.13
 



__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021012223031.40414.qmail>