From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 30 18:10:08 2011 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 707FA106567E for ; Tue, 30 Aug 2011 18:10:08 +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 2443B8FC30 for ; Tue, 30 Aug 2011 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7UIA7up057344 for ; Tue, 30 Aug 2011 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7UIA7UX057343; Tue, 30 Aug 2011 18:10:07 GMT (envelope-from gnats) Resent-Date: Tue, 30 Aug 2011 18:10:07 GMT Resent-Message-Id: <201108301810.p7UIA7UX057343@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, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2740710656D6 for ; Tue, 30 Aug 2011 18:03:11 +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 0BF2A8FC13 for ; Tue, 30 Aug 2011 18:03:11 +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 p7UI3ASf083757 for ; Tue, 30 Aug 2011 18:03:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7UI3A9V083756; Tue, 30 Aug 2011 18:03:10 GMT (envelope-from nobody) Message-Id: <201108301803.p7UI3A9V083756@red.freebsd.org> Date: Tue, 30 Aug 2011 18:03:10 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160318: configure fails citing zlib.h missing with libreoffice-3.4.2.3 on 9.0-BETA1 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: Tue, 30 Aug 2011 18:10:08 -0000 >Number: 160318 >Category: ports >Synopsis: configure fails citing zlib.h missing with libreoffice-3.4.2.3 on 9.0-BETA1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 30 18:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.0-BETA1 >Organization: n/a >Environment: FreeBSD burnout.ixsystems.com 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224989: Sun Aug 21 14:12:11 PDT 2011 gcooper@burnout.ixsystems.com:/usr/obj/usr/src/sys/BURNOUT amd64 >Description: ===> Script "configure" failed unexpectedly. Please report the problem to bapt@FreeBSD.org [maintainer] and attach the "/usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.2.3/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/editors/libreoffice. *** Error code 1 Stop in /usr/ports/editors/libreoffice. $ find /usr/include/ -name zlib.h /usr/include/net/zlib.h /usr/include/zlib.h # snippet from config.log configure:13312: checking which zlib to use configure:13317: result: external configure:13320: checking zlib.h usability configure:13320: cc -c -O2 -pipe -fno-strict-aliasing -pipe -O2 -march=core2 -I/usr/local/include -I/usr/local/include/db42 -L/usr/local/lib conftest.c >&5 configure:13320: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.4" | #define PACKAGE_STRING "LibreOffice 3.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SIZEOF_LONG 8 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_FREE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13320: result: no configure:13320: checking zlib.h presence configure:13320: cpp conftest.c configure:13320: $? = 0 configure:13320: result: yes configure:13320: WARNING: zlib.h: present but cannot be compiled configure:13320: WARNING: zlib.h: check for missing prerequisite headers? configure:13320: WARNING: zlib.h: see the Autoconf documentation configure:13320: WARNING: zlib.h: section "Present But Cannot Be Compiled" configure:13320: WARNING: zlib.h: proceeding with the compiler's result configure:13320: checking for zlib.h configure:13320: result: no configure:13324: error: zlib.h not found. install zlib >How-To-Repeat: 1. Install 9-BETA1. 2. make -C /usr/ports/editors/libreoffice install >Fix: >Release-Note: >Audit-Trail: >Unformatted: