From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 14 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFD6B7D9 for ; Wed, 14 Aug 2013 14:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B839A2F48 for ; Wed, 14 Aug 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEe0fR022630 for ; Wed, 14 Aug 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7EEe0SE022619; Wed, 14 Aug 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 14 Aug 2013 14:40:00 GMT Resent-Message-Id: <201308141440.r7EEe0SE022619@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5EA3F279 for ; Wed, 14 Aug 2013 14:36:16 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.190.14.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD3C2F13 for ; Wed, 14 Aug 2013 14:36:16 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 2F2555C8A4; Wed, 14 Aug 2013 16:27:32 +0200 (CEST) Message-Id: <20130814142732.2F2555C8A4@www.unix-experience.fr> Date: Wed, 14 Aug 2013 16:27:32 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181293: Missing dependency for Owncloud X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:40:01 -0000 >Number: 181293 >Category: ports >Synopsis: Missing dependency for Owncloud >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 14 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Centre National de la Recherche Scientifique >Environment: System: FreeBSD www.unix-experience.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There is a missing dependency for owncloud, causing some interface bugs. Here is an extract of owncloud/data/owncloud.log: {"app":"PHP","message":"PHP Startup: Unable to load dynamic library '\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php \/20100525\/wddx.so: Undefined symbol \"ps_globals\" at Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"} >How-To-Repeat: Install a fresh owncloud with a fresh apache + PHP from ports or packages >Fix: --- owncloud.diff begins here --- --- Makefile.old 2013-08-14 16:20:19.000000000 +0200 +++ Makefile 2013-08-14 16:21:17.000000000 +0200 @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ - zip zlib + wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 --- owncloud.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: