Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2012 17:19:45 GMT
From:      Nicolas Raspail <nicolas.raspail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/168383: pecl-memcache - Undefined symbol "mmc_queue_pop" with clang
Message-ID:  <201205271719.q4RHJjf0077114@red.freebsd.org>
Resent-Message-ID: <201205271720.q4RHK61k007452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205271719.q4RHJjf0077114>