From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 18 23:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96C45106566C for ; Sat, 18 Aug 2012 23:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8FE8FC1C for ; Sat, 18 Aug 2012 23:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7INU9Mf019703 for ; Sat, 18 Aug 2012 23:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7INU9T7019702; Sat, 18 Aug 2012 23:30:09 GMT (envelope-from gnats) Resent-Date: Sat, 18 Aug 2012 23:30:09 GMT Resent-Message-Id: <201208182330.q7INU9T7019702@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kazuo Dohzono Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 901D0106566C for ; Sat, 18 Aug 2012 23:28:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7DC8FC0A for ; Sat, 18 Aug 2012 23:28:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7INSJ2w046256 for ; Sat, 18 Aug 2012 23:28:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7INSIdA046255; Sat, 18 Aug 2012 23:28:18 GMT (envelope-from nobody) Message-Id: <201208182328.q7INSIdA046255@red.freebsd.org> Date: Sat, 18 Aug 2012 23:28:18 GMT From: Kazuo Dohzono To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170760: textproc/hunspell: fails to detect /usr/local/include/libintl.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 23:30:09 -0000 >Number: 170760 >Category: ports >Synopsis: textproc/hunspell: fails to detect /usr/local/include/libintl.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 18 23:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kazuo Dohzono >Release: 8.3-RELEASE-p4 >Organization: >Environment: FreeBSD dohzono 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #0: Wed Aug 8 01:39:30 JST 2012 dohzono@dohzono:/usr/local/tmp/obj/usr/src/sys/GENERIC i386 >Description: This is a log from www/libxul building-chain. > ===> Building for hunspell-1.3.2_1 > /bin/sh ./config.status --recheck > running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-optimize=-O3 CXX=c++ CXXFLAGS=-O2 -pipe -fno-strict-aliasing LDFLAGS= -rpath=/usr/lib:/usr/local/lib CPPFLAGS= CC=cc CFLAGS=-O2 -pipe -fno-strict-aliasing CPP=cpp --no-create --no-recursion (snip) > checking libintl.h usability... no > checking libintl.h presence... no > checking for libintl.h... no (snip) > c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -D_THREAD_SAFE -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx > hunspell.cxx:104:36: error: ../../intl/libintl.h: No such file or directory > hunspell.cxx: In function 'char* chenc(char*, const char*, const char*)': > hunspell.cxx:200: error: 'gettext' was not declared in this scope (snip) I have libintl.h in /usr/local/include, and configure fails to find it. > $ echo /var/db/pkg/gettext* > /var/db/pkg/gettext-0.18.1.1 > $ ls -l /usr/local/include/libintl.h > -r--r--r-- 1 root wheel 16647 Apr 22 13:05 /usr/local/include/libintl.h > $ > grep libintl config.log (snip) > ac_cv_header_libintl_h=no > gt_cv_func_gnugettext1_libintl=yes (snip) >How-To-Repeat: # cd /usr/ports/www/libxul # make CONFIGURE_ARGS=--enable-optimize=-O3 >Fix: >Release-Note: >Audit-Trail: >Unformatted: