From owner-freebsd-gnome Sun Apr 7 13:22:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dave.davegoode.net (pc1-camc5-0-cust170.cam.cable.ntl.com [80.4.0.170]) by hub.freebsd.org (Postfix) with ESMTP id A646D37B404; Sun, 7 Apr 2002 13:22:19 -0700 (PDT) Received: (from dave@localhost) by dave.davegoode.net (8.11.6/8.11.6) id g37KMKq04446; Sun, 7 Apr 2002 21:22:20 +0100 (BST) (envelope-from dave) Message-Id: <200204072022.g37KMKq04446@dave.davegoode.net> Content-Type: text/plain; charset="iso-8859-1" From: Dave Goode Reply-To: dave@davegoode.net Organization: davegoode.net To: gnome@FreeBSD.org Subject: FreeBSD Port: gnumeric-1.0.0 Date: Sun, 7 Apr 2002 21:22:19 +0100 X-Mailer: KMail [version 1.3.2] Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I thought all my dependencies were up-to-date, but a make on Gnumeric failed round the point shown below. I don't have the necessary knowledge to determine where langinfo.h should come from and would greatly appreciate any help you can find time to offer. Thanks, Dave ---------------------------------------------------------------------- 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_isfinite) || defined (__stub___isfinite) choke me #else isfinite(); #endif ; return 0; } configure:9897: checking for finite in -lm configure:9916: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -Wsign-promo -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lm -L/usr/local/lib -lintl -liconv -pthread 1>&5 configure:9946: checking for langinfo.h configure:9956: cc -E -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9952: langinfo.h: No such file or directory configure: failed program was: #line 9951 "configure" #include "confdefs.h" #include configure:9987: checking for iconv.h configure:9997: cc -E -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10028: checking for libxml (aka gnome-xml) libraries 1.8.14 <= version < 2.0.0 configure:10051: checking for perl configure:10080: checking for perl ExtUtils::Embed module configure:10135: checking for python configure:10185: checking if we can build a shared library depending on libpython configure:10229: checking for libole2 >= 0.2.4 configure:10271: checking for Bonobo >= 1.0.9 configure:10616: checking for Gb == 0.0.17 configure:10652: checking for GnomePrint libraries >= 0.29 configure:10674: checking for Glade libraries >= 0.16 configure:10695: checking for Gnome App libraries (GAL) >= 0.16 (end of "config.log") *** Error code 1 Stop in /usr/ports/math/gnumeric. dave# -- www.davegoode.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message