>>> Building on macppc-2 under databases/openldap,aci,-server BDEPENDS = [devel/autoconf/2.71;devel/libtool,-ltdl;devel/gmake;security/libsodium;security/cyrus-sasl2;devel/metaauto] DIST = [databases/openldap,-main:openldap-2.6.9.tgz] FULLPKGNAME = openldap-server-2.6.9p0v0-aci RDEPENDS = [devel/libtool,-ltdl;databases/openldap,aci,-main;security/cyrus-sasl2;security/libsodium] (Junk lock obtained for macppc-2 at 1746500491.26) >>> Running depends in databases/openldap,aci,-server at 1746500491.57 last junk was in textproc/ruby-erubis /usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 cyrus-sasl-2.1.28p1 libltdl-2.4.2p3 libsodium-1.0.20 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 cyrus-sasl-2.1.28p1 gmake-4.4.1 libltdl-2.4.2p3 libsodium-1.0.20 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.71p0 cyrus-sasl-2.1.28p1 libltdl-2.4.2p3 libsodium-1.0.20 metaauto-1.0p4 >>> Running show-prepare-results in databases/openldap,aci,-server at 1746500498.31 ===> databases/openldap,aci,-server ===> Building from scratch openldap-2.6.9-aci ===> openldap-server-2.6.9p0v0-aci depends on: metaauto-* -> metaauto-1.0p4 ===> openldap-server-2.6.9p0v0-aci depends on: autoconf-2.71 -> autoconf-2.71p0 ===> openldap-server-2.6.9p0v0-aci depends on: gmake-* -> gmake-4.4.1 ===> openldap-server-2.6.9p0v0-aci depends on: cyrus-sasl-* -> cyrus-sasl-2.1.28p1 ===> openldap-server-2.6.9p0v0-aci depends on: libltdl-* -> libltdl-2.4.2p3 ===> openldap-server-2.6.9p0v0-aci depends on: libsodium-* -> libsodium-1.0.20 ===> Verifying specs: c crypto pthread sasl2 ssl c crypto pthread sasl2 ssl lber ldap ltdl m perl sodium ===> found c.100.3 crypto.56.0 pthread.27.1 sasl2.3.1 ssl.59.1 lber.16.0 ldap.16.0 ltdl.5.0 m.10.1 perl.25.0 sodium.10.2 autoconf-2.71p0 cyrus-sasl-2.1.28p1 gmake-4.4.1 libltdl-2.4.2p3 libsodium-1.0.20 metaauto-1.0p4 Still tainted: host marked nojunk by x11/qt6/qtquick3dphysics >>> Running junk in databases/openldap,aci,-server at 1746500508.85 Can't run junk because of lock on x11/qt6/qtquick3dphysics (Junk lock released for macppc-2 at 1746500524.70) distfiles size=6516669 >>> Running patch in databases/openldap,aci,-server at 1746500524.94 ===> databases/openldap,aci,-server ===> Checking files for openldap-2.6.9-aci `/usr/ports/distfiles/openldap-2.6.9.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for openldap-2.6.9-aci /usr/obj/ports/openldap-2.6.9-aci/bin/install -c -m 755 /usr/ports/databases/openldap/files/soelim.awk /usr/obj/ports/openldap-2.6.9-aci/bin/soelim ===> Patching for openldap-2.6.9-aci ===> Applying OpenBSD patch patch-build_top_mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: build/top.mk |--- build/top.mk.orig |+++ build/top.mk -------------------------- Patching file build/top.mk using Plan A... Hunk #1 succeeded at 90. done ===> Applying OpenBSD patch patch-configure_ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenLDAP's first choice uuid functions are close to but not quite the same |as we have in libc, differences being that we don't have uuid_to_str() (in |fact I don't see which other OS might have it either, no other software in |Debian codesearch uses this), and it needs uuid.h not sys/uuid.h. |Patch to use it, avoiding the need for Linux/libext2fs libuuid. | |Index: configure.ac |--- configure.ac.orig |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 1093. done ===> Applying OpenBSD patch patch-contrib_slapd-modules_passwd_totp_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: contrib/slapd-modules/passwd/totp/Makefile |--- contrib/slapd-modules/passwd/totp/Makefile.orig |+++ contrib/slapd-modules/passwd/totp/Makefile -------------------------- Patching file contrib/slapd-modules/passwd/totp/Makefile using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-include_ldap_pvt_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: include/ldap_pvt.h |--- include/ldap_pvt.h.orig |+++ include/ldap_pvt.h -------------------------- Patching file include/ldap_pvt.h using Plan A... Hunk #1 succeeded at 178. done ===> Applying OpenBSD patch patch-libraries_libldap_os-ip_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |avoid format/type mismatch on ILP32 archs (time_t is always 64 bit on OpenBSD) | |Index: libraries/libldap/os-ip.c |--- libraries/libldap/os-ip.c.orig |+++ libraries/libldap/os-ip.c -------------------------- Patching file libraries/libldap/os-ip.c using Plan A... Hunk #1 succeeded at 287. Hunk #2 succeeded at 439. done ===> Applying OpenBSD patch patch-libraries_libldap_os-local_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |avoid format/type mismatch on ILP32 archs (time_t is always 64 bit on OpenBSD) | |Index: libraries/libldap/os-local.c |--- libraries/libldap/os-local.c.orig |+++ libraries/libldap/os-local.c -------------------------- Patching file libraries/libldap/os-local.c using Plan A... Hunk #1 succeeded at 164. done ===> Applying OpenBSD patch patch-libraries_liblutil_uuid_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenLDAP's first choice uuid functions are close to but not quite the same |as we have in libc, differences being that we don't have uuid_to_str() (in |fact I don't see which other OS might have it either, no other software in |debian codesearch uses this), and it needs uuid.h not sys/uuid.h. |Patch to use it, avoiding the need for Linux libuuid. | |Index: libraries/liblutil/uuid.c |--- libraries/liblutil/uuid.c.orig |+++ libraries/liblutil/uuid.c -------------------------- Patching file libraries/liblutil/uuid.c using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 284. done ===> Applying OpenBSD patch patch-servers_slapd_back-mdb_init_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |yes, we're still non-coherent for mmap/file io | |Index: servers/slapd/back-mdb/init.c |--- servers/slapd/back-mdb/init.c.orig |+++ servers/slapd/back-mdb/init.c -------------------------- Patching file servers/slapd/back-mdb/init.c using Plan A... Hunk #1 succeeded at 170. done ===> Applying OpenBSD patch patch-servers_slapd_slapd_conf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: servers/slapd/slapd.conf |--- servers/slapd/slapd.conf.orig |+++ servers/slapd/slapd.conf -------------------------- Patching file servers/slapd/slapd.conf using Plan A... Hunk #1 succeeded at 10. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in databases/openldap,aci,-server at 1746500531.54 ===> databases/openldap,aci,-server ===> Generating configure for openldap-2.6.9-aci Running autoconf-2.71 in /usr/obj/ports/openldap-2.6.9-aci/openldap-2.6.9 Running autoheader-2.71 in /usr/obj/ports/openldap-2.6.9-aci/openldap-2.6.9 ===> Configuring for openldap-2.6.9-aci Using /usr/obj/ports/openldap-2.6.9-aci/config.site (generated) >>> Running build in databases/openldap,aci,-server at 1746500550.42 ===> databases/openldap,aci,-server ===> Building for openldap-2.6.9-aci gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop. *** Error 2 in databases/openldap (/usr/ports/infrastructure/mk/bsd.port.mk:3069 '/usr/obj/ports/openldap-2.6.9-aci/.build_done': @cd /usr/o...) *** Error 2 in databases/openldap (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=openldap-2.6.9-aci; export _LOCKS_HELD=" op...) ===> Exiting databases/openldap,aci,-server with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1746500551.39 max_stuck=0.00/depends=6.87/show-prepare-results=10.42/junk=16.03/patch=6.65/configure=18.87/build=1.14 Error: job failed with 512 on macppc-2 at 1746500551