Created attachment 233998 [details] 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
Hi, I cannot reproduce this. Do you have any options set for memcached? Palle
Ah, OK, buiding fresh for 13.1 I can reproduce.
(In reply to Palle Girgensohn from comment #2) Great, thanks! Let me know if I can help with testing, or some other way.
Is your build machine also 13.1? > building for: FreeBSD 131release-default-server-job-01 13.1-RELEASE FreeBSD 13.1-RELEASE 1301000 amd64 seems to 13.1 specific. Just want to rule out that it is due to my build machine still being 13.0.
My build host is 13.1. Building shibboleth-sp in a 13.1 poudriere jail fails, but it builds fine in a 13.0 poudriere jail.
(In reply to jako.andras from comment #5) ok, good to know. Seems to be a problem with the new clang version in FreeBSD-13.1 then. I see problems building for 13.1 as well.
any workaround ? I may also help testing here (I need this but lack debugging skills)
(In reply to geoffroy desvernay from comment #7) I've been away on vacation, so I need to jog my memory a bit. I could not find any simple fix when I looked at it in June. Will take another look, but not until next week, unfortunately. Palle
Did you get any chance to look at this ? We'll stick to a 12.3 jail here in the meantime
I think this can be closed: MEMCACHED option was removed
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b78b4a05619b14093195b6df0a02cb9be19d60bc commit b78b4a05619b14093195b6df0a02cb9be19d60bc Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2024-11-13 14:47:11 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2024-11-13 14:48:39 +0000 security/shibboleth-sp: Unbreak memcached support It was apparently fixed upstreams. PR: 264044 security/shibboleth-sp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)