Skip site navigation (1)Skip section navigation (2)
Date:      07 Apr 2003 14:27:12 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Peter Schultz <peter@jocose.org>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: gtkhtml build error
Message-ID:  <1049740031.675.42.camel@gyros>
In-Reply-To: <3E91BFD1.9030006@jocose.org>
References:  <3E91BFD1.9030006@jocose.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-bBbRtrzc/ODiakUwBhmL
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2003-04-07 at 14:13, Peter Schultz wrote:
> Doing a big upgrade today and ran into trouble with just this one port.=20
>   I must need to rebuild a port, but I don't know which one.  I've=20
> attached the log and outputs requested.
>=20
> Thank you gnome maintainers and debuggers!  :-)

If this is -CURRENT, you need to make sure you're on the latest
version.  There was a bug in some of the printf code that was introduced
and fixed over the weekend.

Joe

>=20
> Pete...
>=20
> ______________________________________________________________________
>=20
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>=20
> configure:784: checking for a BSD compatible install
> configure:837: checking whether build environment is sane
> configure:894: checking whether gmake sets ${MAKE}
> configure:940: checking for working aclocal-1.4
> configure:953: checking for working autoconf
> configure:966: checking for working automake-1.4
> configure:979: checking for working autoheader
> configure:992: checking for working makeinfo
> configure:1014: checking whether to enable maintainer-specific portions o=
f Makefiles
> configure:1107: checking for gnome-config
> configure:1144: checking if /usr/X11R6/bin/gnome-config works
> configure:1152: checking for orbit-config
> configure:1188: checking for orbit-idl
> configure:1222: checking for working ORBit environment
> configure:1258: checking for gnorba libraries
> configure:1342: checking extra library "capplet"
> configure:1369: checking for gcc
> configure:1482: checking whether the C compiler (cc -O -pipe -march=3Dpen=
tium2 ) works
> configure:1498: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  conftest.c -L/usr/local/lib 1>&5
> configure:1524: checking whether the C compiler (cc -O -pipe -march=3Dpen=
tium2 ) is a cross-compiler
> configure:1529: checking whether we are using GNU C
> configure:1538: cc -E conftest.c
> configure:1557: checking whether cc accepts -g
> configure:1590: checking for strerror in -lcposix
> configure:1609: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  conftest.c -lcposix  -L/usr/local/lib 1>&5
> /usr/bin/ld: cannot find -lcposix
> configure: failed program was:
> #line 1598 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error.  */
> /* We use char because int might match the return type of a gcc2
>     builtin and then its argument prototype would still apply.  */
> char strerror();
>=20
> int main() {
> strerror()
> ; return 0; }
> configure:1632: checking how to run the C preprocessor
> configure:1653: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:1712: checking for ANSI C header files
> configure:1725: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:1792: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  conftest.c -L/usr/local/lib 1>&5
> configure:1851: checking for perl
> configure:1912: checking for Cygwin environment
> configure:1928: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include con=
ftest.c 1>&5
> configure: In function `main':
> configure:1924: `__CYGWIN32__' undeclared (first use in this function)
> configure:1924: (Each undeclared identifier is reported only once
> configure:1924: for each function it appears in.)
> configure: failed program was:
> #line 1917 "configure"
> #include "confdefs.h"
>=20
> int main() {
>=20
> #ifndef __CYGWIN__
> #define __CYGWIN__ __CYGWIN32__
> #endif
> return __CYGWIN__;
> ; return 0; }
> configure:1945: checking for mingw32 environment
> configure:1957: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include con=
ftest.c 1>&5
> configure: In function `main':
> configure:1953: `__MINGW32__' undeclared (first use in this function)
> configure:1953: (Each undeclared identifier is reported only once
> configure:1953: for each function it appears in.)
> configure: failed program was:
> #line 1950 "configure"
> #include "confdefs.h"
>=20
> int main() {
> return __MINGW32__;
> ; return 0; }
> configure:2049: checking host system type
> configure:2070: checking build system type
> configure:2099: checking for ld used by GCC
> configure:2167: checking if the linker (/usr/bin/ld) is GNU ld
> GNU ld version 2.13.2 [FreeBSD] 2002-11-27
> configure:2184: checking for /usr/bin/ld option to reload object files
> configure:2196: checking for BSD-compatible nm
> configure:2234: checking whether ln -s works
> configure:2255: checking how to recognise dependant libraries
> configure:2438: checking for object suffix
> configure:2444: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include con=
ftest.c 1>&5
> configure:2464: checking for executable suffix
> configure:2474: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  conftest.c -L/usr/local/lib 1>&5
> configure:2505: checking command to parse /usr/bin/nm -B output
> configure:2585: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include con=
ftest.c 1>&5
> configure:2588: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIS=
TW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > con=
ftest.nm
> configure:2639: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  conftest.c conftstm.o 1>&5
> configure:2688: checking for dlfcn.h
> configure:2698: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:2866: checking for i386-unknown-freebsd5.0-ranlib
> configure:2898: checking for ranlib
> configure:2933: checking for i386-unknown-freebsd5.0-strip
> configure:2965: checking for strip
> configure:3176: checking for objdir
> configure:3203: checking for cc option to produce PIC
> configure:3355: checking if cc PIC flag -fPIC works
> configure:3369: cc -c -O -pipe -march=3Dpentium2 -fPIC -DPIC -I/usr/local=
/include conftest.c 1>&5
> configure:3421: checking if cc static flag -static works
> configure:3436: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/in=
clude  -static conftest.c -L/usr/local/lib 1>&5
> configure:3463: checking if cc supports -c -o file.o
> configure:3482: cc -c -O -pipe -march=3Dpentium2 -o out/conftest2.o -I/us=
r/local/include conftest.c 1>&5
> configure:3511: checking if cc supports -c -o file.lo
> configure:3529: cc -c -O -pipe -march=3Dpentium2 -c -o conftest.lo -I/usr=
/local/include conftest.c 1>&5
> configure:3579: checking if cc supports -fno-rtti -fno-exceptions
> configure:3592: cc -c -O -pipe -march=3Dpentium2 -fno-rtti -fno-exception=
s -c conftest.c -I/usr/local/include conftest.c 1>&5
> configure:3619: checking whether the linker (/usr/bin/ld) supports shared=
 libraries
> configure:4303: checking how to hardcode library paths into programs
> configure:4331: checking whether stripping libraries is possible
> configure:4345: checking dynamic linker characteristics
> configure:4742: checking if libtool supports shared libraries
> configure:4746: checking whether to build shared libraries
> configure:4769: checking whether to build static libraries
> configure:5305: checking whether -lc should be explicitly linked in
> configure:5312: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include con=
ftest.c 1>&5
> configure:5325: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o con=
ftest 2>&1 | grep  -lc  >/dev/null 2>&1
> ltconfig:581: checking whether we are using GNU C
> ltconfig:589: cc -E conftest.c
> ltconfig:603: checking for object suffix
> ltconfig:604: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include conft=
est.c 1>&5
> ltconfig:629: checking for executable suffix
> ltconfig:630: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/incl=
ude  conftest.c -L/usr/local/lib 1>&5
> ltconfig:776: checking if cc PIC flag -fPIC works
> ltconfig:777: cc -c -O -pipe -march=3Dpentium2 -fPIC -DPIC -I/usr/local/i=
nclude conftest.c 1>&5
> ltconfig:829: checking if cc supports -c -o file.o
> ltconfig:830: cc -c -O -pipe -march=3Dpentium2 -o out/conftest2.o -I/usr/=
local/include conftest.c 1>&5
> ltconfig:862: checking if cc supports -c -o file.lo
> ltconfig:863: cc -c -O -pipe -march=3Dpentium2 -c -o conftest.lo -I/usr/l=
ocal/include conftest.c 1>&5
> ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions
> ltconfig:915: cc -c -O -pipe -march=3Dpentium2 -fno-rtti -fno-exceptions =
-c conftest.c -I/usr/local/include conftest.c 1>&5
> ltconfig:958: checking if cc static flag -static works
> ltconfig:959: cc -o conftest -O -pipe -march=3Dpentium2 -I/usr/local/incl=
ude  -static conftest.c -L/usr/local/lib 1>&5
> ltconfig:991: checking for ld used by GCC
> GNU ld version 2.13.2 [FreeBSD] 2002-11-27
> ltconfig:1635: checking if global_symbol_pipe works
> ltconfig:1636: cc -c -O -pipe -march=3Dpentium2 -I/usr/local/include conf=
test.c 1>&5
> ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	]\([A=
BCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftes=
t.nm"
> ltconfig:1691: cc -o conftest -O -pipe -march=3Dpentium2 -fno-builtin -fn=
o-rtti -fno-exceptions -I/usr/local/include  conftest.c conftstm.o 1>&5
> configure:5918: checking what warning flags to pass to the C compiler
> configure:5950: checking what language compliance flags to pass to the C =
compiler
> configure:5981: checking for ranlib
> configure:6009: checking for working const
> configure:6063: cc -c -O -pipe -march=3Dpentium2 -Wall -Wunused  -I/usr/l=
ocal/include conftest.c 1>&5
> configure: In function `main':
> configure:6037: warning: unused variable `s'
> configure:6057: warning: unused variable `foo'
> configure:6019: warning: unused variable `x'
> configure:6025: warning: unused variable `zero'
> configure:6036: warning: `t' might be used uninitialized in this function
> configure:6054: warning: `b' might be used uninitialized in this function
> configure:6084: checking for inline
> configure:6098: cc -c -O -pipe -march=3Dpentium2 -Wall -Wunused  -I/usr/l=
ocal/include conftest.c 1>&5
> configure: In function `main':
> configure:6094: warning: control reaches end of non-void function
> configure: At top level:
> configure:6094: warning: return type defaults to `int'
> configure:6124: checking for off_t
> configure:6157: checking for size_t
> configure:6192: checking for working alloca.h
> configure:6204: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6198:20: alloca.h: No such file or directory
> configure: In function `main':
> configure:6200: warning: implicit declaration of function `alloca'
> configure:6200: warning: unused variable `p'
> configure: failed program was:
> #line 6197 "configure"
> #include "confdefs.h"
> #include <alloca.h>
> int main() {
> char *p =3D alloca(2 * sizeof(int));
> ; return 0; }
> configure:6225: checking for alloca
> configure:6258: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure: In function `main':
> configure:6254: warning: unused variable `p'
> configure:6427: checking for unistd.h
> configure:6437: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6466: checking for getpagesize
> configure:6494: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6519: checking for working mmap
> configure:6667: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure: In function `main':
> configure:6608: warning: implicit declaration of function `getpagesize'
> configure:6615: warning: implicit declaration of function `exit'
> configure:6617: warning: implicit declaration of function `rand'
> configure:6618: warning: implicit declaration of function `umask'
> configure:6622: warning: implicit declaration of function `write'
> configure:6624: warning: implicit declaration of function `close'
> configure:6655: warning: implicit declaration of function `read'
> configure:6661: warning: implicit declaration of function `unlink'
> configure:6695: checking for argz.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6701:18: argz.h: No such file or directory
> configure: failed program was:
> #line 6700 "configure"
> #include "confdefs.h"
> #include <argz.h>
> configure:6695: checking for limits.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6695: checking for locale.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6695: checking for nl_types.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6695: checking for malloc.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> In file included from configure:6701:
> /usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdli=
b.h>"
> configure: failed program was:
> #line 6700 "configure"
> #include "confdefs.h"
> #include <malloc.h>
> configure:6695: checking for string.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6695: checking for unistd.h
> configure:6695: checking for sys/param.h
> configure:6705: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6735: checking for getcwd
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for munmap
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for putenv
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for setenv
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for setlocale
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for strchr
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6747: warning: conflicting types for built-in function `strchr'
> configure:6735: checking for strcasecmp
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for strdup
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6735: checking for __argz_count
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//ccFStzEx.o: In function `main':
> /var/tmp//ccFStzEx.o(.text+0xa): undefined reference to `__argz_count'
> configure: failed program was:
> #line 6740 "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.  */
> /* 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();
>=20
> int main() {
>=20
> /* 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
> __argz_count();
> #endif
>=20
> ; return 0; }
> configure:6735: checking for __argz_stringify
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//ccjohGxY.o: In function `main':
> /var/tmp//ccjohGxY.o(.text+0xa): undefined reference to `__argz_stringify=
'
> configure: failed program was:
> #line 6740 "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.  */
> /* 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();
>=20
> int main() {
>=20
> /* 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_stringi=
fy)
> choke me
> #else
> __argz_stringify();
> #endif
>=20
> ; return 0; }
> configure:6735: checking for __argz_next
> configure:6763: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//ccjc2cuv.o: In function `main':
> /var/tmp//ccjc2cuv.o(.text+0xa): undefined reference to `__argz_next'
> configure: failed program was:
> #line 6740 "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.  */
> /* 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();
>=20
> int main() {
>=20
> /* 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
> __argz_next();
> #endif
>=20
> ; return 0; }
> configure:6792: checking for stpcpy
> configure:6820: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6854: checking for LC_MESSAGES
> configure:6866: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> configure:6887: checking whether NLS is requested
> configure:6920: checking for libintl.h
> configure:6930: cc -E -I/usr/local/include conftest.c >/dev/null 2>confte=
st.out
> configure:6947: checking for gettext in libc
> configure:6959: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//ccbc2VJU.o: In function `main':
> /var/tmp//ccbc2VJU.o(.text+0x11): undefined reference to `libintl_gettext=
'
> configure: failed program was:
> #line 6952 "configure"
> #include "confdefs.h"
> #include <libintl.h>
> int main() {
> return (int) gettext ("")
> ; return 0; }
> configure:6975: checking for bindtextdomain in -lintl
> configure:6994: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib 1>&5
> configure:7010: checking for gettext in libintl
> configure:7015: checking for gettext in -lintl
> configure:7034: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib 1>&5
> configure:7073: checking for msgfmt
> configure:7107: checking for dcgettext
> configure:7135: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//ccpGIi1F.o: In function `main':
> /var/tmp//ccpGIi1F.o(.text+0xa): undefined reference to `dcgettext'
> configure: failed program was:
> #line 7112 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char dcgettext(); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> /* We use char because int might match the return type of a gcc2
>     builtin and then its argument prototype would still apply.  */
> char dcgettext();
>=20
> int main() {
>=20
> /* 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_dcgettext) || defined (__stub___dcgettext)
> choke me
> #else
> dcgettext();
> #endif
>=20
> ; return 0; }
> configure:7162: checking for gmsgfmt
> configure:7198: checking for xgettext
> configure:7238: cc -o conftest -O -pipe -march=3Dpentium2 -Wall -Wunused =
 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
> /var/tmp//cchPxDZl.o: In function `main':
> /var/tmp//cchPxDZl.o(.text+0xa): undefined reference to `_nl_msg_cat_cntr=
'
> configure: failed program was:
> #line 7230 "configure"
> #include "confdefs.h"
>=20
> int main() {
> extern int _nl_msg_cat_cntr;
> 			       return _nl_msg_cat_cntr
> ; return 0; }
> configure:7515: checking for catalogs to be installed
> configure:7631: checking for Gnome App libraries (GAL) >=3D 0.20.1.99
> configure:7657: checking for Gnome configuration applet libraries >=3D 1.=
0.0
>=20
> ______________________________________________________________________
>=20
> =3D=3D=3D>  Extracting for gtkhtml-1.1.10
> >> Checksum OK for gnome/gtkhtml-1.1.10.tar.bz2.
> =3D=3D=3D>  Patching for gtkhtml-1.1.10
> =3D=3D=3D>  Applying FreeBSD patches for gtkhtml-1.1.10
> =3D=3D=3D>   gtkhtml-1.1.10 depends on executable: gmake - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on executable: libtool - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: pspell.15 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: soup.6 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: X11.6 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: esd.2 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: ghttp.1 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: glib12.3 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gtk12.2 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: xml.5 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gdk_pixbuf.2 - fou=
nd
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: Imlib.5 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: ORBit.2 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gnome.5 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gnomecanvaspixbuf.=
1 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: oaf.0 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gconf-1.1 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: capplet.5 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gnomeprint.16 - fo=
und
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: bonobo.2 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gda-client.0 - fou=
nd
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gnomedb.0 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: glade.4 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: gal.23 - found
> =3D=3D=3D>   gtkhtml-1.1.10 depends on shared library: glibwww.1 - found
> =3D=3D=3D>  Configuring for gtkhtml-1.1.10
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c -o root -g w=
heel
> checking whether build environment is sane... yes
> checking whether gmake sets ${MAKE}... yes
> checking for working aclocal-1.4... missing
> checking for working autoconf... found
> checking for working automake-1.4... missing
> checking for working autoheader... found
> checking for working makeinfo... found
> checking whether to enable maintainer-specific portions of Makefiles... n=
o
> checking for gnome-config... /usr/X11R6/bin/gnome-config
> checking if /usr/X11R6/bin/gnome-config works... yes
> checking for orbit-config... /usr/local/bin/orbit-config
> checking for orbit-idl... /usr/local/bin/orbit-idl
> checking for working ORBit environment... yes
> checking for gnorba libraries... yes
> checking extra library "capplet"... -Wl,-E -lcapplet -lXpm -ljpeg -lgnome=
ui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk=
12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt=
 -laudiofile -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -l=
m -lgnorba
> checking for gcc... cc
> checking whether the C compiler (cc -O -pipe -march=3Dpentium2 ) works...=
 yes
> checking whether the C compiler (cc -O -pipe -march=3Dpentium2 ) is a cro=
ss-compiler... no
> checking whether we are using GNU C... yes
> checking whether cc accepts -g... yes
> checking for strerror in -lcposix... no
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... yes
> checking for perl... /usr/bin/perl
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking host system type... i386-unknown-freebsd5.0
> checking build system type... i386-portbld-freebsd5.0
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking for object suffix... o
> checking for executable suffix... no
> checking command to parse /usr/bin/nm -B output... ok
> checking for dlfcn.h... yes
> checking for i386-unknown-freebsd5.0-ranlib... no
> checking for ranlib... ranlib
> checking for i386-unknown-freebsd5.0-strip... no
> 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/bin/ld) supports shared libraries... ye=
s
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd5.0 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-freebsdelf5.0
> 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/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries... ye=
s
> 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/bin/ld option to reload object files... -r
> checking dynamic linker characteristics... freebsdelf5.0 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 what warning flags to pass to the C compiler... -Wall -Wunused
> checking what language compliance flags to pass to the C compiler...=20
> checking for ranlib... (cached) ranlib
> checking for working 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 unistd.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for argz.h... no
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... no
> checking for string.h... yes
> checking for unistd.h... (cached) 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 stpcpy... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking for libintl.h... yes
> checking for gettext in libc... no
> checking for bindtextdomain in -lintl... yes
> checking for gettext in libintl... checking for gettext in -lintl... yes
> yes
> checking for msgfmt... /usr/local/bin/msgfmt
> checking for dcgettext... no
> checking for gmsgfmt... /usr/local/bin/msgfmt
> checking for xgettext... /usr/local/bin/xgettext
> checking for catalogs to be installed...  az ca cs da de el es et eu fi f=
r gl hu it ja ko lt lv ms nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN z=
h_TW
> sed: ./intl/po2tbl.sed.in: No such file or directory
> checking for Gnome App libraries (GAL) >=3D 0.20.1.99... 0.24 found
> checking for Gnome configuration applet libraries >=3D 1.0.0... 1.4.0.5 f=
ound
> configure: error:=20
>=20
> You need Gnome configuration applet libraries 1.0.0 or later to build gtk=
html.
> =3D=3D=3D>  Script "configure" failed unexpectedly.
>       Please report the problem to gnome@FreeBSD.org [maintainer] and att=
ach
>       the "/usr/ports/www/gtkhtml/work/gtkhtml-1.1.10/config.log" includi=
ng
>       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
>=20
> Stop in /usr/ports/www/gtkhtml.
>=20
> ______________________________________________________________________
>=20
> Hermes-1.3.2
> INDEX
> INDEX.db
> Mesa-3.4.2_2
> ORBit-0.5.17
> ORBit2-2.6.1
> OpenSP-1.5
> XFree86-Server-4.3.0_3
> XFree86-VirtualFramebufferServer-4.3.0
> XFree86-clients-4.3.0_1
> XFree86-font100dpi-4.3.0
> XFree86-font75dpi-4.3.0
> XFree86-fontDefaultBitmaps-4.3.0
> XFree86-fontEncodings-4.3.0
> XFree86-fontScalable-4.3.0
> XFree86-libraries-4.3.0_1
> Xft-2.1_7
> aalib-1.4.r5_1
> acpicatools-20021118.0
> apache-ant-1.5.2
> aspell-0.50.3_1
> at-spi-1.1.8
> atk-1.2.2
> autoconf-2.53_1
> autoconf213-2.13.000227_5
> automake-1.5,1
> automake14-1.4.5_9
> bash-2.05b.004
> bison-1.75
> bitstream-vera-1.0_2
> bonobo-1.0.22
> bonobo-activation-2.2.1.1,1
> bugbuddy2-2.2.103
> cdlabelgen-1.5.0
> cdrtools-2.0
> crimson-1.1.3_1
> cups-base-1.1.18.0_4
> cups-lpr-1.1.18.0_4
> cups-pstoraster-7.05.6
> cvsup-without-gui-16.1g
> db3-3.3.11,1
> db4-4.0.14_1,1
> docbook-sk-4.1.2
> docbook-xml-4.2
> docbook-xsl-1.59.1
> eel2-2.2.3.1
> esound-0.2.29
> expat-1.95.6_1
> ezm3-1.0
> fam-2.6.9_2
> fileroller-2.2.3,1
> flashpluginwrapper-0.20021113
> fontconfig-2.1.92
> freetype2-2.1.3_1
> g-wrap-1.3.4_2
> gail-1.2.0
> gaim-0.60
> gal-0.24
> gcombust-0.1.53
> gconf-1.0.9_2
> gconf-editor-0.4.0
> gconf2-2.2.0
> gdbm-1.8.3
> gdk-pixbuf-0.22.0
> gedit2-2.2.1
> gettext-0.11.5_1
> ggv2-1.99.98
> ghostscript-gnu-7.05_5
> gimp-1.3.13,1
> gimp-print-4.2.5
> glabels-1.91.1
> gle-3.0.3
> glib-1.2.10_8
> glib-2.2.1
> glibwww-0.2_1
> glide3-v3-20020113
> gmake-3.80
> gnome-icon-theme-1.0.2
> gnome-pkgview-0.0.8
> gnome-themes-2.2.1
> gnomeapplets2-2.2.1
> gnomeaudio-1.4.0
> gnomecanvas-0.22.0
> gnomecontrolcenter2-2.2.1
> gnomedb-0.2.96_1
> gnomedesktop-2.2.1_1
> gnomegames2-2.2.1
> gnomehier-1.0_8
> gnomelibs-1.4.2_1
> gnomemedia2-2.2.1.1_1
> gnomemimedata-2.2.0_1
> gnomepanel-2.2.1
> gnomeprint-0.37
> gnomesession-2.2.1
> gnomesystemmonitor-2.0.4_1
> gnometerminal-2.2.1
> gnomeuserdocs2-2.0.6
> gnomeutils2-2.2.1,1
> gnomevfs-1.0.5_4
> gnomevfs2-2.2.4
> gnucash-1.8.2
> gnucash-docs-1.8.0
> gob2-2.0.5_1
> gstreamer-0.6.0
> gstreamer-plugins-0.6.0_1
> gtk-1.2.10_9
> gtk-2.2.1
> gtk-engines2-2.2.0
> gtk-thinice-engine-2.0.2
> gtkhtml-1.1.8
> gtkspell2-2.0.2_2
> guile-1.4.1_4
> guile-gtk-0.20_2
> guppi-0.40.3_2
> help2man-1.29
> hpijs-1.3.1
> imake-4.3.0
> imlib-1.9.14_1
> intltool-0.25
> irssi-0.8.6_2
> javavmwrapper-1.4
> jdk-nodebug-1.3.1p8_1
> jpeg-6b_1
> lame-3.93.1
> lcms-1.09
> lha-1.14i
> libIDL-0.8.0_1
> libao-esound-0.8.3_1
> libart_lgpl2-2.3.11
> libaudiofile-0.2.3
> libbonobo-2.2.1
> libbonoboui-2.2.0.1
> libcapplet-1.4.0.5
> libexif-0.5.6
> libgail-gnome-1.0.2_1
> libgda-0.2.96_1
> libghttp-1.0.9
> libglade-0.17_2
> libglade2-2.0.1_1
> libgnome-2.2.0.1
> libgnomecanvas-2.2.0.2
> libgnomeprint-1.116.3
> libgnomeprint-2.2.1.2
> libgnomeprintui-1.116.3
> libgnomeprintui-2.2.1.2
> libgnomeui-2.2.0.1
> libgnugetopt-1.2
> libgsf-1.7.2
> libgtkhtml-2.2.1
> libgtop2-2.0.1_3
> libiconv-1.8_2
> libijs-0.34
> libmikmod-esound-3.1.10
> libmng-1.0.5
> libofx-0.6.2
> libogg-1.0_1,3
> librsvg2-2.2.5
> libtool-1.3.4_4
> libungif-4.1.0b1
> libunicode-0.4_3
> libvorbis-1.0_1,3
> libwnck-2.2.1
> libwww-5.4.0
> libxml-1.8.17_1
> libxml2-2.5.6
> libxslt-1.0.29
> linc-1.0.1
> linux-flashplugin-5.0r51
> linux-sun-jdk-1.3.1.07_1
> linux_base-7.1_2
> lzo-1.08_1
> lzop-1.00
> m4-1.4_1
> metacity-2.4.34
> metacity-setup-0.7.1_2
> mixer.app-1.7.0
> mkcatalog-1.1
> mkisofs-2.0
> mozilla-1.3
> mplayer-gtk-esound-0.90.0.105_1
> mplayer-skins-1.0.5
> mplayerplug-in-0.60
> nasm-0.98.35,1
> nautilus-media-0.2.1
> nautilus2-2.2.3.1
> nspr-4.2_1
> oaf-0.6.10_1
> open-motif-2.2.2_1
> openoffice-1.0.2_1
> openquicktime-1.0
> p5-Date-Manip-5.40
> p5-Finance-Quote-1.07
> p5-Finance-QuoteHist-0.31
> p5-HTML-0.6
> p5-HTML-Parser-3.27
> p5-HTML-TableExtract-1.08
> p5-HTML-Tagset-3.03
> p5-URI-1.23
> p5-libwww-5.69
> pango-1.2.1_3
> pcre-3.9
> perl-5.8.0_4
> pkgconfig-0.15.0
> pkgdb.db
> png-1.2.5_2
> popt-1.6.4
> pornview-0.2.0.p.1
> portupgrade-20030308_2
> py22-expat-2.2.2_2
> python-2.2.2_2
> rpm-3.0.6_6
> ruby-1.6.8.2003.01.19
> ruby-bdb1-0.1.8
> ruby-rdoc-0.0.0.b2
> ruby-shim-ruby18-1.8.0.p2
> scrollkeeper-0.3.11_8,1
> sdl-1.2.5_1
> sdocbook-xml-4.1.2.5
> slib-2d5_1
> smpeg-0.4.4
> smpeg-xmms-0.3.4
> soup-0.7.11
> sox-12.17.3_1
> startup-notification-0.5_1
> svgalib-1.4.2_1
> t1lib-5.0.0
> tiff-3.5.7
> unzip-5.50
> urwfonts-1.0
> uulib-0.5.18
> vte-0.10.26_1
> win32-codecs-011002.2.0.90.p7
> windowmaker-0.80.2
> wmCalClock-1.25
> wmWeather-1.31
> wmicons-1.0
> wrapper-1.0_2
> xanim-2.92.0
> xmms-esound-1.2.7_3
> xmms-shn-2.2.7
> xpdf-2.02
> xscreensaver-gnome-4.08
> yelp-2.2.0
> zip-2.3_1
>=20
> ______________________________________________________________________
>=20
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
--=20
PGP Key : http://www.marcuscom.com/pgp.asc



--=-bBbRtrzc/ODiakUwBhmL
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+kcL/b2iPiv4Uz4cRAicwAJ9sqWsrTI2d8Wv/ogaDSpEuCJ8RKQCfc3D3
BOXynDRQ1LJK1u0lr4jD4t8=
=F5VB
-----END PGP SIGNATURE-----

--=-bBbRtrzc/ODiakUwBhmL--



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