[Bug 264044] security/shibboleth-sp: cannot build with MEMCACHED

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 17 May 2022 12:38:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264044

            Bug ID: 264044
           Summary: security/shibboleth-sp: cannot build with MEMCACHED
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: girgen@FreeBSD.org
          Reporter: jako.andras@eik.bme.hu
          Assignee: girgen@FreeBSD.org
             Flags: maintainer-feedback?(girgen@FreeBSD.org)
 Attachment #233998 text/plain
         mime type:

Created attachment 233998
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233998&action=edit
build log

I cannot build shibboleth-sp with poudriere using the following options:
====> Webserver modules
     FASTCGI=on: FastCGI protocol support, e.g. for NGINX
     APACHE=off: Build Apache module
====> Optional session storage
     ODBC=off: ODBC database backend - store sessions in a database
     MEMCACHED=on: Store sessions in memcached

Compilation fails with

memcache-store.cpp:225:79: error: no member named 'cached_errno' in
'memcached_st'
        error = string("Memcache::") + fn + "SYSTEM ERROR: " +
strerror(memc->cached_errno);

error message. I attached the build log.

If there's something wrong on my side, then please let me know what I should
check or try to adjust.

Thanks!

Andras

-- 
You are receiving this mail because:
You are the assignee for the bug.