From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 14 12:00:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABC94ECD for ; Fri, 14 Dec 2012 12:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0358FC1B for ; Fri, 14 Dec 2012 12:00:00 +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 qBEC00Ni050736 for ; Fri, 14 Dec 2012 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBEC00H9050735; Fri, 14 Dec 2012 12:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 14 Dec 2012 12:00:00 GMT Resent-Message-Id: <201212141200.qBEC00H9050735@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, Hon-Yu Lawrence Cheung Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3875DE39 for ; Fri, 14 Dec 2012 11:53:17 +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 0612D8FC13 for ; Fri, 14 Dec 2012 11:53:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEBrGCp089045 for ; Fri, 14 Dec 2012 11:53:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBEBrG2R089044; Fri, 14 Dec 2012 11:53:16 GMT (envelope-from nobody) Message-Id: <201212141153.qBEBrG2R089044@red.freebsd.org> Date: Fri, 14 Dec 2012 11:53:16 GMT From: Hon-Yu Lawrence Cheung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174429: [patch] add depends to editors/openoffice-3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 12:00:00 -0000 >Number: 174429 >Category: ports >Synopsis: [patch] add depends to editors/openoffice-3 >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: Fri Dec 14 12:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD headquarter.honyucheung.net 9.1-RELEASE FreeBSD 9.1-RELEASE #3 r243787: Sun Dec 2 18:15:54 HKT 2012 sysadmin@headquarter.honyucheung.net:/usr/obj/usr/src/sys/HEADQUARTER amd64 >Description: To build apache-openoffice in a fresh freebsd environment without enabling any GCONF and GNOMEVFS options, it fails in configure stage result from missing dbus and dbus-glib depends. .. .. ---Begin OPTIONS List--- ===> The following configuration options are available for apache-openoffice-3.4.1: GCONF=off: GConf configuration backend GNOMEVFS=off: Enable GNOME Virtual File System ===> Use 'make config' to modify these settings ---End OPTIONS List--- .. checking whether to enable GConf support... no checking whether to enable GNOME VFS support... no checking for GTK... yes checking for GTHREAD... yes checking for GTK_2_16... yes checking whether to enable DBUS support... yes checking for DBUS... no configure: error: Package requirements (dbus-glib-1 >= 0.70 ) were not met: Package dbus-glib-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `dbus-glib-1.pc' to the PKG_CONFIG_PATH environment variable No package 'dbus-glib-1' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DBUS_CFLAGS and DBUS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to office@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/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. a /usr/local/sbin/pkg info -g -Ea). *** [do-configure] Error code 1 Stop in /usr/ports/editors/openoffice-3. >How-To-Repeat: To build apache-openoffice in a fresh freebsd environment without enabling any GCONF and GNOMEVFS options >Fix: A dirty workaround is adding BUILD_DEPENDS with dbus and dbus-glib. Patch attached with submission follows: --- Makefile.original 2012-12-14 07:26:55.024766833 +0800 +++ Makefile 2012-12-14 19:11:05.908309711 +0800 @@ -16,10 +16,13 @@ LICENSE= AL2 NO_LATEST_LINK= yes +BUILD_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus \ + dbus-binding-tool:${PORTSDIR}/devel/dbus-glib + USE_GNOME= desktopfileutils gtk20 libxslt libidl glib20 USE_XORG= x11 ice xaw xau xext xrender xrandr \ xi xt xcursor xdamage xcomposite xfixes USE_GL= gl glu USE_GSTREAMER= yes >Release-Note: >Audit-Trail: >Unformatted: