From nobody Mon Dec 11 12:02:40 2023 X-Original-To: freebsd-ports@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 4SpgNh1z5sz53W4b for ; Mon, 11 Dec 2023 12:02:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SpgNh0w0mz3Llg; Mon, 11 Dec 2023 12:02:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702296164; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hgwl8JUYoBtEi2QAuPLgIX4baIqagwM/NkfHoNgLBJA=; b=FbMVkjMLgVmGjaxUUz9ZcV40MKxMjnhd9bqG6U2EkNIhfxoNxHidd2z7wK7QCmifNqRn4Z f/wW8m+ffkNtbbIJgNqSL9s2sgfEw/XSXKRy5cM2reBbj3EVCF2BH/bHyE5ISi+IFLajaC OtfoHHANYFrljXAL+O9+1uMGDkaFbb1qxMAp/P6dDvze4rvgNtE9u0D70UuGKyBlEXV3y0 5xxOSQQ1bPMrlEMJdSxLW31kbAI3zNc7ovJKddhdLc4mUqWPwVo4nKO6aeAf0F2tLyfJqf tJr9P8ExJLlAPYNKh1EeuThjqxQz5OnlvoQ5ZG3EEH9tJvCoIcW18faAW9gsmA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702296164; a=rsa-sha256; cv=none; b=qn/pCackGj8Vy+lngaA12cJbG+jJQQBRuWK2rdBoblp6WyCYR11Fzy7of8Eh+hQNcJaCPg lNIKZGGHE1DmH7uWqYd6pr0cPq6INIVzhVvs1KtFK9lep3acx40SeyeUnC1DjLnLG2rAMD hcp7Po2yYjm278FZP7gPFJsZyRixT+kH9gdumLS/Hk2y/HAq9c+ucjItdGr3EIXLn6jPgh R75LRoThPMvAhv9JK6FxGK1mkBOPewCi/nSDd1TIbWiRMUPnYiS/ILGkRgaf1gJgK5jq6D aKYU1kUqIGqC4L/D9jVUZPs8begBndVxjx+qnoyBDyPlGgGxLZsXTpKoPn66ew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702296164; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hgwl8JUYoBtEi2QAuPLgIX4baIqagwM/NkfHoNgLBJA=; b=LqNdSXWTd8L99bAZS0jJNcDBTOiKUBeTNsctiJN2D9gP9I5wywArGUApgoO7ctOFwvVvMv QhS/5taS2KmllZJzSB6qBG7KK/alWxF3bzqz7TT8LwIxdZ3eeKLpRnc1wuO4J68ObeAxoe iBxvsJ/3I/E7OStZgRGkOnZX+cwUYXjx9YAM8/HwtKHQ+rOwsIrFJAlBgKUM6o3097dMTh tN+maXNUyDZCHzfIxI5LKhh3iiE74YESMwektPraxUpfrdrskdKc/K4JMdc7BG5B0n+y29 SHJFCNAZPhdWd3W0DhWZK64UnG3u1LaXj8DfjjcjDPsfHah0gGp/zShytUey/g== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 06E82455E; Mon, 11 Dec 2023 12:02:43 +0000 (UTC) From: Jan Beich To: AN Cc: freebsd-ports@freebsd.org Subject: Re: problem building with cargo-c In-Reply-To: (AN's message of "Sun, 10 Dec 2023 15:08:00 -0500 (EST)") References: Date: Mon, 11 Dec 2023 13:02:40 +0100 Message-ID: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain AN writes: > ===> Building for librav1e-0.6.6_6 > *** Signal 10 Missing COMPAT_FREEBSD11 in kernel config? See also https://github.com/rust-lang/rust/issues/89058 Otherwise, get a backtrace. dmesg(8) or /var/log/messages should've documented which executable crashed. Alternatively, bisect your build environment against a pristine jail.