From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 27 17:20:12 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 BEC8C1065673 for ; Sun, 27 May 2012 17:20:07 +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 142778FC15 for ; Sun, 27 May 2012 17:20:07 +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 q4RHK6ft007453 for ; Sun, 27 May 2012 17:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4RHK61k007452; Sun, 27 May 2012 17:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 27 May 2012 17:20:06 GMT Resent-Message-Id: <201205271720.q4RHK61k007452@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, Nicolas Raspail Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4C2E106566C for ; Sun, 27 May 2012 17:19:45 +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 C005B8FC14 for ; Sun, 27 May 2012 17:19:45 +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 q4RHJjhw077115 for ; Sun, 27 May 2012 17:19:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4RHJjf0077114; Sun, 27 May 2012 17:19:45 GMT (envelope-from nobody) Message-Id: <201205271719.q4RHJjf0077114@red.freebsd.org> Date: Sun, 27 May 2012 17:19:45 GMT From: Nicolas Raspail To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/168383: pecl-memcache - Undefined symbol "mmc_queue_pop" with clang 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: Sun, 27 May 2012 17:20:12 -0000 >Number: 168383 >Category: ports >Synopsis: pecl-memcache - Undefined symbol "mmc_queue_pop" with clang >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: Sun May 27 17:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nicolas Raspail >Release: pecl-memcache - Undefined symbol "mmc_queue_pop" with clang >Organization: >Environment: FreeBSD dodger.whisperingvault.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi The compilation of pecl-memcache with clang is ok but when the module is used, the following error appears in the apache logs and the web page is blank : ==> error.log <== /usr/local/lib/php/20100525/memcache.so: Undefined symbol "mmc_queue_pop"/usr/local/lib/php/20100525/memcache.so: Undefined symbol "mmc_queue_pop" The solutions is to put USE_CSTD=gnu89 in the Makefile >How-To-Repeat: Try to compile pecl-memcache with clang >Fix: The solutions is to put USE_CSTD=gnu89 in the Makefile >Release-Note: >Audit-Trail: >Unformatted: