Building yelp from ports

Jann Röder jann_roeder at arcor.de
Thu May 20 10:12:42 PDT 2004


Hi, there seems to be a problem with building the yelp package from ports:

Here's what I get:
checking for
        gconf-2.0
        gnome-vfs-2.0 >= 1.1
        gtk+-2.0 >= 2.3.1
        libbonobo-2.0 >= 1.108.0
        libglade-2.0 >= 2.0.0
        libgnome-2.0 >= 2.0.2
        libgnomeui-2.0 >= 1.103.0
        libgtkhtml-2.0 >= 2.1.2
        libxml-2.0 >= 2.6.5
        libxslt >= 1.1.4
        libexslt >= 0.8.1
... Requested 'libxslt >= 1.1.4' but version of libxslt is 1.1.0

configure: error: Library requirements (
        gconf-2.0
        gnome-vfs-2.0 >= 1.1
        gtk+-2.0 >= 2.3.1
        libbonobo-2.0 >= 1.108.0
        libglade-2.0 >= 2.0.0
        libgnome-2.0 >= 2.0.2
        libgnomeui-2.0 >= 1.103.0
        libgtkhtml-2.0 >= 2.1.2
        libxml-2.0 >= 2.6.5
        libxslt >= 1.1.4
        libexslt >= 0.8.1
) 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 at FreeBSD.org [maintainer] and attach the
"/usr/ports/x11/yelp/work/yelp-2.6.1/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/yelp.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

I get the same problem for libxml2. I think the problem is, that libxml2 
was installed as package before, if I upgrade to the latest version from 
ports it works. Other ports give hints if that happens and tell you to 
do a make deinstall && make reinstall for the package in question.

I attached the configure log.

Cheers
Jann
-------------- next part --------------
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 --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 --build=i386-portbld-freebsd5.2.1

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

hostname = endurance.local
uname -m = i386
uname -r = 5.2.1-SECURITY
uname -s = FreeBSD
uname -v = FreeBSD 5.2.1-SECURITY #0: Sun Mar 28 22:11:39 GMT 2004     root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 

/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: /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:1485: checking for a BSD-compatible install
configure:1539: result: /usr/bin/install -c -o root -g wheel
configure:1550: checking whether build environment is sane
configure:1593: result: yes
configure:1608: checking whether gmake sets $(MAKE)
configure:1628: result: yes
configure:1660: checking for working aclocal-1.4
configure:1671: result: missing
configure:1675: checking for working autoconf
configure:1686: result: missing
configure:1690: checking for working automake-1.4
configure:1701: result: missing
configure:1705: checking for working autoheader
configure:1716: result: missing
configure:1720: checking for working makeinfo
configure:1727: result: found
configure:1805: checking for perl
configure:1823: found /usr/bin/perl
configure:1835: result: /usr/bin/perl
configure:1875: checking whether to enable maintainer-specific portions of Makefiles
configure:1884: result: no
configure:1945: checking for gcc
configure:1971: result: cc
configure:2215: checking for C compiler version
configure:2218: cc --version </dev/null >&5
cc (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2221: $? = 0
configure:2223: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:2226: $? = 0
configure:2228: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2231: $? = 1
configure:2255: checking for C compiler default output
configure:2258: cc -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:2261: $? = 0
configure:2307: result: a.out
configure:2312: checking whether the C compiler works
configure:2318: ./a.out
configure:2321: $? = 0
configure:2338: result: yes
configure:2345: checking whether we are cross compiling
configure:2347: result: no
configure:2350: checking for suffix of executables
configure:2352: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:2355: $? = 0
configure:2380: result: 
configure:2386: checking for suffix of object files
configure:2408: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:2411: $? = 0
configure:2433: result: o
configure:2437: checking whether we are using the GNU C compiler
configure:2462: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:2465: $? = 0
configure:2468: test -s conftest.o
configure:2471: $? = 0
configure:2484: result: yes
configure:2490: checking whether cc accepts -g
configure:2512: cc -c -g -I/usr/local/include conftest.c >&5
configure:2515: $? = 0
configure:2518: test -s conftest.o
configure:2521: $? = 0
configure:2532: result: yes
configure:2549: checking for cc option to accept ANSI C
configure:2610: cc  -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2637: result: none needed
configure:2655: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2658: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2769: checking for strerror in -lcposix
configure:2800: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
configure:2803: $? = 1
configure: failed program was:
| #line 2777 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "yelp"
| #define VERSION "2.6.1"
| /* end 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 ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2821: result: no
configure:2834: checking how to run the C preprocessor
configure:2870: cc -E -I/usr/local/include conftest.c
configure:2876: $? = 0
configure:2908: cc -E -I/usr/local/include conftest.c
configure:2910:28: ac_nonexistent.h: No such file or directory
configure:2914: $? = 1
configure: failed program was:
| #line 2900 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "yelp"
| #define VERSION "2.6.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2952: result: cc -E
configure:2977: cc -E -I/usr/local/include conftest.c
configure:2983: $? = 0
configure:3015: cc -E -I/usr/local/include conftest.c
configure:3017:28: ac_nonexistent.h: No such file or directory
configure:3021: $? = 1
configure: failed program was:
| #line 3007 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "yelp"
| #define VERSION "2.6.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3064: checking for egrep
configure:3074: result: grep -E
configure:3079: checking for ANSI C header files
configure:3105: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:3108: $? = 0
configure:3111: test -s conftest.o
configure:3114: $? = 0
configure:3206: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:3209: $? = 0
configure:3211: ./conftest
configure:3214: $? = 0
configure:3229: result: yes
configure:3311: checking build system type
configure:3329: result: i386-portbld-freebsd5.2.1
configure:3337: checking host system type
configure:3351: result: i386-portbld-freebsd5.2.1
configure:3381: checking for ld used by GCC
configure:3444: result: /usr/bin/ld
configure:3453: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.2 [FreeBSD] 2002-11-27
configure:3465: result: yes
configure:3470: checking for /usr/bin/ld option to reload object files
configure:3477: result: -r
configure:3482: checking for BSD-compatible nm
configure:3518: result: /usr/bin/nm -B
configure:3521: checking for a sed that does not truncate output
configure:3603: result: /usr/bin/sed
configure:3606: checking whether ln -s works
configure:3610: result: yes
configure:3617: checking how to recognise dependent libraries
configure:3798: result: pass_all
configure:3810: checking command to parse /usr/bin/nm -B output
configure:3894: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:3897: $? = 0
configure:3901: /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:3904: $? = 0
configure:3956: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
configure:3959: $? = 0
configure:4003: result: ok
configure:4021: checking for sys/types.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for sys/stat.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for stdlib.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for string.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for memory.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for strings.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for inttypes.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for stdint.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4021: checking for unistd.h
configure:4038: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4084: checking dlfcn.h usability
configure:4097: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:4100: $? = 0
configure:4103: test -s conftest.o
configure:4106: $? = 0
configure:4116: result: yes
configure:4120: checking dlfcn.h presence
configure:4131: cc -E -I/usr/local/include conftest.c
configure:4137: $? = 0
configure:4156: result: yes
configure:4192: checking for dlfcn.h
configure:4199: result: yes
configure:4397: checking for ranlib
configure:4413: found /usr/bin/ranlib
configure:4424: result: ranlib
configure:4477: checking for strip
configure:4493: found /usr/bin/strip
configure:4504: result: strip
configure:4714: checking for objdir
configure:4725: result: .libs
configure:4742: checking for cc option to produce PIC
configure:4888: result: -fPIC
configure:4892: checking if cc PIC flag -fPIC works
configure:4916: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -fPIC -DPIC -I/usr/local/include conftest.c >&5
configure:4919: $? = 0
configure:4922: test -s conftest.o
configure:4925: $? = 0
configure:4963: result: yes
configure:4979: checking if cc static flag -static works
configure:5004: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include -L/usr/local/lib -static conftest.c  >&5
configure:5007: $? = 0
configure:5010: test -s conftest
configure:5013: $? = 0
configure:5029: result: yes
configure:5041: checking if cc supports -c -o file.o
configure:5061: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -o out/conftest2.o -I/usr/local/include conftest.c >&5
configure:5085: result: yes
configure:5090: checking if cc supports -c -o file.lo
configure:5118: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -c -o conftest.lo -I/usr/local/include conftest.c >&5
configure:5121: $? = 0
configure:5124: test -s conftest.lo
configure:5127: $? = 0
configure:5149: result: yes
configure:5180: checking if cc supports -fno-rtti -fno-exceptions
configure:5203: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:5206: $? = 0
configure:5209: test -s conftest.o
configure:5212: $? = 0
configure:5229: result: yes
configure:5240: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5944: result: yes
configure:5949: checking how to hardcode library paths into programs
configure:5973: result: immediate
configure:5978: checking whether stripping libraries is possible
configure:5983: result: yes
configure:5994: checking dynamic linker characteristics
configure:6401: result: freebsd5.2.1 ld.so
configure:6406: checking if libtool supports shared libraries
configure:6408: result: yes
configure:6411: checking whether to build shared libraries
configure:6432: result: yes
configure:6435: checking whether to build static libraries
configure:6439: result: yes
configure:7113: checking whether -lc should be explicitly linked in
configure:7121: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include conftest.c >&5
configure:7124: $? = 0
configure:7138: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7141: $? = 1
configure:7154: result: yes
configure:7781: checking for pkg-config
configure:7799: found /usr/local/bin/pkg-config
configure:7812: result: /usr/local/bin/pkg-config
configure:7821: checking for orbit2-config
configure:7839: found /usr/local/bin/orbit2-config
configure:7852: result: /usr/local/bin/orbit2-config
configure:7860: checking for ORBit - version >= 2.3.0
configure:7968: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lc_r -lglib-2.0 -liconv -lm  >&5
configure:7971: $? = 0
configure:7973: ./conftest
configure:7976: $? = 0
configure:7994: result: yes
configure:8078: checking for orbit-idl-2
configure:8096: found /usr/local/bin/orbit-idl-2
configure:8109: result: /usr/local/bin/orbit-idl-2
configure:8147: checking for pkg-config
configure:8178: result: /usr/local/bin/pkg-config
configure:8201: checking for GLIB - version >= 2.0.0
configure:8321: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -lglib-2.0 -liconv    >&5
configure:8324: $? = 0
configure:8326: ./conftest
configure:8329: $? = 0
configure:8347: result: yes (version 2.4.1)
configure:8459: checking locale.h usability
configure:8472: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include conftest.c >&5
configure:8475: $? = 0
configure:8478: test -s conftest.o
configure:8481: $? = 0
configure:8491: result: yes
configure:8495: checking locale.h presence
configure:8506: cc -E -I/usr/local/include conftest.c
configure:8512: $? = 0
configure:8531: result: yes
configure:8567: checking for locale.h
configure:8574: result: yes
configure:8588: checking for LC_MESSAGES
configure:8610: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8613: $? = 0
configure:8616: test -s conftest
configure:8619: $? = 0
configure:8630: result: yes
configure:8659: checking libintl.h usability
configure:8672: cc -c -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include conftest.c >&5
configure:8675: $? = 0
configure:8678: test -s conftest.o
configure:8681: $? = 0
configure:8691: result: yes
configure:8695: checking libintl.h presence
configure:8706: cc -E -I/usr/local/include conftest.c
configure:8712: $? = 0
configure:8731: result: yes
configure:8767: checking for libintl.h
configure:8774: result: yes
configure:8785: checking for dgettext in libc
configure:8809: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c  >&5
/var/tmp//ccV84s1n.o: In function `main':
/var/tmp//ccV84s1n.o(.text+0x19): undefined reference to `libintl_dgettext'
configure:8812: $? = 1
configure: failed program was:
| #line 8791 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "yelp"
| #define VERSION "2.6.1"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define GETTEXT_PACKAGE "yelp"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return (int) dgettext ("","")
|   ;
|   return 0;
| }
configure:8830: result: no
configure:8926: checking for bindtextdomain in -lintl
configure:8957: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
configure:8960: $? = 0
configure:8963: test -s conftest
configure:8966: $? = 0
configure:8978: result: yes
configure:8981: checking for dgettext in -lintl
configure:9012: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
configure:9015: $? = 0
configure:9018: test -s conftest
configure:9021: $? = 0
configure:9033: result: yes
configure:9123: checking for bind_textdomain_codeset
configure:9173: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
configure:9176: $? = 0
configure:9179: test -s conftest
configure:9182: $? = 0
configure:9193: result: yes
configure:9232: checking for msgfmt
configure:9259: result: /usr/local/bin/msgfmt
configure:9272: checking for dcgettext
configure:9322: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
configure:9325: $? = 0
configure:9328: test -s conftest
configure:9331: $? = 0
configure:9342: result: yes
configure:9354: checking for gmsgfmt
configure:9385: result: /usr/local/bin/msgfmt
configure:9394: checking for xgettext
configure:9421: result: /usr/local/bin/xgettext
configure:9446: cc -o conftest -O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -I/usr/local/include -L/usr/local/lib conftest.c  -lintl  >&5
configure: In function `main':
configure:9460: warning: nested extern declaration of `_nl_msg_cat_cntr'
configure:9449: $? = 0
configure:9452: test -s conftest
configure:9455: $? = 0
configure:9609: checking for catalogs to be installed
configure:9634: result:  af am ar az be bg bn ca cs cy da de el en_CA en_GB eo es et fa fi fr ga gl gu he hi hr hu id is it ja kn ko li lt lv mk ml mn mr ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr at Latn sv ta th tr uk vi wa zh_CN zh_TW
configure:9737: checking for
	gconf-2.0
	gnome-vfs-2.0 >= 1.1
	gtk+-2.0 >= 2.3.1
	libbonobo-2.0 >= 1.108.0
	libglade-2.0 >= 2.0.0
	libgnome-2.0 >= 2.0.2
	libgnomeui-2.0 >= 1.103.0
	libgtkhtml-2.0 >= 2.1.2
	libxml-2.0 >= 2.6.5
	libxslt >= 1.1.4
	libexslt >= 0.8.1

configure:9848: error: Library requirements (
	gconf-2.0
	gnome-vfs-2.0 >= 1.1
	gtk+-2.0 >= 2.3.1
	libbonobo-2.0 >= 1.108.0
	libglade-2.0 >= 2.0.0
	libgnome-2.0 >= 2.0.2
	libgnomeui-2.0 >= 1.103.0
	libgtkhtml-2.0 >= 2.1.2
	libxml-2.0 >= 2.6.5
	libxslt >= 1.1.4
	libexslt >= 0.8.1
) 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_func_bind_textdomain_codeset=yes
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
gt_cv_func_dgettext_libc=no
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
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=set
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_path_ORBIT_CONFIG=/usr/local/bin/orbit2-config
ac_cv_prog_make_gmake_set=yes
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_shlib=
gt_cv_have_gettext=yes
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
lt_cv_ld_reload_flag=-r
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=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_target_alias_set=
ac_cv_host_alias=i386-portbld-freebsd5.2.1
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O2 -pipe -funroll-loops -march=athlon-xp'
ac_cv_env_CC_set=set
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_ORBIT_IDL=/usr/local/bin/orbit-idl-2
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_func_dcgettext=yes
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_header_locale_h=yes
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/bin/ld
ac_cv_build_alias=i386-portbld-freebsd5.2.1
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd5.2.1
ac_cv_env_host_alias_value=
am_cv_val_LC_MESSAGES=yes
ac_cv_lib_intl_dgettext=yes
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=
ac_cv_build=i386-portbld-freebsd5.2.1
ac_cv_prog_CPP='cc -E'
ac_cv_env_build_alias_value=i386-portbld-freebsd5.2.1
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=
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
ac_cv_objext=o

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='/usr/ports/x11/yelp/work/yelp-2.6.1/missing aclocal-1.4'
AUTOCONF='/usr/ports/x11/yelp/work/yelp-2.6.1/missing autoconf'
AUTOHEADER='/usr/ports/x11/yelp/work/yelp-2.6.1/missing autoheader'
AUTOMAKE='/usr/ports/x11/yelp/work/yelp-2.6.1/missing automake-1.4'
BZ_LIBS=''
CATALOGS=' af.gmo am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo id.gmo is.gmo it.gmo ja.gmo kn.gmo ko.gmo li.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo ne.gmo nl.gmo nn.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr at Latn.gmo sv.gmo ta.gmo th.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='cc'
CFLAGS='-O2 -pipe -funroll-loops -march=athlon-xp -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include'
DATADIRNAME='share'
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GETTEXT_PACKAGE='yelp'
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/lib -lglib-2.0 -liconv  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=' af.gmo am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo id.gmo is.gmo it.gmo ja.gmo kn.gmo ko.gmo li.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo ne.gmo nl.gmo nn.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr at Latn.gmo sv.gmo ta.gmo th.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/local/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -m -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
LDFLAGS='-L/usr/local/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
OBJEXT='o'
ORBIT_CFLAGS='-DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include'
ORBIT_CONFIG='/usr/local/bin/orbit2-config'
ORBIT_IDL='/usr/local/bin/orbit-idl-2'
ORBIT_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lc_r -lglib-2.0 -liconv -lm'
PACKAGE='yelp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
POFILES=' af.po am.po ar.po az.po be.po bg.po bn.po ca.po cs.po cy.po da.po de.po el.po en_CA.po en_GB.po eo.po es.po et.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po id.po is.po it.po ja.po kn.po ko.po li.po lt.po lv.po mk.po ml.po mn.po mr.po ms.po ne.po nl.po nn.po no.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sr.po sr at Latn.po sv.po ta.po th.po tr.po uk.po vi.po wa.po zh_CN.po zh_TW.po'
POPT_LIBS=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='2.6.1'
XGETTEXT='/usr/local/bin/xgettext'
YELP_CFLAGS=''
YELP_IDL_INCLUDES=''
YELP_LIBS=''
Z_LIBS=''
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd5.2.1'
build_alias='i386-portbld-freebsd5.2.1'
build_cpu='i386'
build_os='freebsd5.2.1'
build_vendor='portbld'
datadir='/usr/X11R6/share/gnome'
exec_prefix='NONE'
host='i386-portbld-freebsd5.2.1'
host_alias=''
host_cpu='i386'
host_os='freebsd5.2.1'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/usr/X11R6/share/gnome'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/X11R6'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
yelplocaledir='${prefix}/${DATADIRNAME}/locale'

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

#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "yelp"
#define GNOMELOCALEDIR "/usr/X11R6/share/locale"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_DCGETTEXT 1
#define HAVE_DLFCN_H 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "yelp"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "2.6.1"

configure: exit 1


More information about the freebsd-gnome mailing list