From nobody Sun Mar 6 00:28:14 2022 X-Original-To: freebsd-stable@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 9EBA41A09657 for ; Sun, 6 Mar 2022 00:28:31 +0000 (UTC) (envelope-from jo@bruelltuete.com) Received: from email.jo-t.de (seppel.jo-t.de [45.132.244.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KB2WL5WHRz3F6l for ; Sun, 6 Mar 2022 00:28:30 +0000 (UTC) (envelope-from jo@bruelltuete.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bruelltuete.com; s=bruelltuete18a; t=1646526503; bh=RtNpK1mF/bdDRfpzx6130sCUFFYUUJ4DUjhcICN5VEA=; h=Message-ID:Date:MIME-Version:To:From:Subject:From; b=sIuHkJ8MKvgOmC4vTpmrt7QgsNMPTZoAJh6uXMIF3LYNUyyet23iwhPCM+zhO53yE Ei7e+SwDPELhw+c8i+1iX3moB9uioCo835EM5jCDkqzv6xcWXeeOl2/gzvpbIsc2Tr NLLifjOsHIot4QjhUP/fhjKFKdKsesT9NkC3VhGsm4OY2sLK03KhMLMuuWHuszSg4v fJYoLIhieh8Zu6qBQNg9WQu1vnCdodXZb1fRdpKaShmhmYUGVjeiwneH7njdLKcavY E/7NNW6LNEGG4F5ga0b+xGABJkO6UHu1GgMCqLBJQXUc/T6bO9NZLkOa5OoZhWl1On AUyfm/x+KdKMw== Message-ID: <2e742828-abf7-554d-7bb1-3b0ee22f109f@bruelltuete.com> Date: Sun, 6 Mar 2022 00:28:14 +0000 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Language: en-GB From: Johannes Totz Subject: Building stable/13 on recent stable/12 fails Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4KB2WL5WHRz3F6l X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bruelltuete.com header.s=bruelltuete18a header.b=sIuHkJ8M; dmarc=pass (policy=none) header.from=bruelltuete.com; spf=pass (mx1.freebsd.org: domain of jo@bruelltuete.com designates 45.132.244.126 as permitted sender) smtp.mailfrom=jo@bruelltuete.com X-Spamd-Result: default: False [-3.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[bruelltuete.com:s=bruelltuete18a]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[bruelltuete.com:+]; DMARC_POLICY_ALLOW(-0.50)[bruelltuete.com,none]; NEURAL_HAM_SHORT(-0.99)[-0.993]; MLMMJ_DEST(0.00)[freebsd-stable]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:197540, ipnet:45.132.244.0/22, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi there, I'm trying to build stable/13 on a recent stable/12 machine. But it fails with an error in: make[4]: "/scratch/20220306_001952/stage/usr/src/usr.bin/bmake/unit-tests/Makefile" line 775: Malformed conditional (${.SHELL:T} == "ksh") which is https://github.com/bruelltuete/freebsd-src/blob/stable/13/usr.bin/bmake/unit-tests/Makefile#L775 Is that expected? Building releng/13.0 first and using that to build stable/13 works but is an extra step I'd like to avoid... thanks!