From nobody Sat Jun 24 14:39:57 2023 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QpGwq2TP0z4gT3H for ; Sat, 24 Jun 2023 14:40:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QpGwq0GRnz3G7Q for ; Sat, 24 Jun 2023 14:40:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-4f8775126d3so2105889e87.1 for ; Sat, 24 Jun 2023 07:40:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687617608; x=1690209608; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=yot9+6mGO8jlb+fd8XFiDGvRe118rTrwkobbykKu5zg=; b=IfZhmF09sd4hIo4KSfe4+q88pyJxAKsxQjKMf8wupVvvvpCa2J/RHfNrl71Vbij8De l3Pxe8P5k+xCxRPERTuDjq1cd8fmS4jbqorTogqXmBhn1WrIqQO9K6XWLL49lH1XNFlm dbWw86Fefb5p8sLCGUN8eTtrlMwXC/d3SK/I+7IKPpLpMf+OlmBcGbotCiTQwHD3UyG+ idz07ljsDORNA5FDR3xBCbHwispXh/j+XdDb25+AtPe7ZM6BQ9kWDl/cElPEhQQbQn3d cEs8kmXufHikhouI41lBijU8m0nXcl+cAXiBDfhZ7BcANZ7Y+Pap5mdMPTzCT0rn4Oeg RL0g== X-Gm-Message-State: AC+VfDxcojd+eugjW3X2PWBW1U/Y7oRYMmwYEFM5joCt2quWTAf2Q9az 370P2AKKZMaGpoKn7LLzOodlwpIdgFb6kBanPLzoo63ulNM= X-Google-Smtp-Source: ACHHUZ4b92KVCnl/Oj7ppi4xgRljR+mwwssrWy+hu7Ec7+Q1PA9Zdw8+0J9NBgJqAiF4Le6ZLGD1iz5Dw43hte+hxKY= X-Received: by 2002:a19:4f0f:0:b0:4f9:5781:8628 with SMTP id d15-20020a194f0f000000b004f957818628mr7654752lfb.24.1687617608184; Sat, 24 Jun 2023 07:40:08 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Sat, 24 Jun 2023 10:39:57 -0400 Message-ID: Subject: Re: Build failure for radlib.o during main-n263767-764464af4968 -> main-n263782-59833b089e78 src update To: current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4QpGwq0GRnz3G7Q X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sat, 24 Jun 2023 at 07:11, David Wolfskill wrote: > > Running: > FreeBSD freebeast.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #405 main-n263767-764464af4968: Fri Jun 23 11:42:14 UTC 2023 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400091 1400091 > > after updating sources to main-n263782-59833b089e78, then starting > make -j 64 buildworld (in META mode) > > ... > >>> stage 4.2: building libraries > ... > Building /common/S4/obj/usr/src/amd64.amd64/cddl/lib/libzfs/os/freebsd/nfs.o > In file included from /usr/src/sys/contrib/openzfs/lib/libzfs/libzfs_crypto.c:28 > : > In file included from /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/openssl > /evp.h:14: > /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/macros.h:155:4: error > : "OPENSSL_API_COMPAT expresses an impossible API compatibility level" > # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level" > ^ This could be a dependency issue; would you check if removing the following $OBJTOP subdirs addresses the issue: secure/lib/libcrypto secure/lib/libssl obj-lib32/secure/lib/libcrypto obj-lib32/secure/lib/libssl If so I'll see if we can add a rule to tools/build/depend-cleanup.sh