From owner-freebsd-ports@freebsd.org Sun Sep 27 14:39:55 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D866B3FD694 for ; Sun, 27 Sep 2020 14:39:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BzpG35LpTz3b7j; Sun, 27 Sep 2020 14:39:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 7F97611E99; Sun, 27 Sep 2020 14:39:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::78e4:30d6:3560:5ec2] (unknown [IPv6:2001:470:7a58:0:78e4:30d6:3560:5ec2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B458B5B8FE; Sun, 27 Sep 2020 16:39:53 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_A4B9C77E-A18F-40C7-A32E-2BF45BAC481F"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Re: Build error - cannot run C compiled programs Date: Sun, 27 Sep 2020 16:39:47 +0200 In-Reply-To: Cc: FreeBSD Ports To: D'Arcy Cain References: X-Mailer: Apple Mail (2.3445.104.17) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2020 14:39:55 -0000 --Apple-Mail=_A4B9C77E-A18F-40C7-A32E-2BF45BAC481F Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 27 Sep 2020, at 15:35, D'Arcy Cain wrote: > > I am trying to build zoom on FreeBSD and it is failing with the following > error in audio/linux-c7-alsa-plugins-oss: > > checking whether we are cross compiling... ELF binary type "0" not known. The 'ELF binary type "0" not known' message indicates (rather poorly :) that the kernel module for Linux has not been loaded. Try running "kldload linux" and/or "kldload linux64" (if you require 64 bit Linux support) before building the port(s). Once the ports are installed, add: linux_enable="YES" to your /etc/rc.conf, so support will be loaded at next boot. -Dimitry --Apple-Mail=_A4B9C77E-A18F-40C7-A32E-2BF45BAC481F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCX3CkMwAKCRCwXqMKLiCW oxNoAKDpTrNxkiMaSCpGmVSRqS8GaDkAEQCgkU32AuRynixxP4N0RC1Z/hkjo9g= =RRhc -----END PGP SIGNATURE----- --Apple-Mail=_A4B9C77E-A18F-40C7-A32E-2BF45BAC481F--