From nobody Tue Nov 16 17:00:36 2021 X-Original-To: freebsd-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 14582185216D for ; Tue, 16 Nov 2021 17:00:38 +0000 (UTC) (envelope-from jhb@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Htsks6tj3z4pV5; Tue, 16 Nov 2021 17:00:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 530B41CC3; Tue, 16 Nov 2021 17:00:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: cross-compiling for i386 on amd64 fails To: imb@protected-networks.net, freebsd-current References: <674741a8-513f-ded4-c463-3b65c26560c5@protected-networks.net> From: John Baldwin Message-ID: Date: Tue, 16 Nov 2021 09:00:36 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 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 In-Reply-To: <674741a8-513f-ded4-c463-3b65c26560c5@protected-networks.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 11/15/21 8:34 PM, Michael Butler via freebsd-current wrote: > Haven't had time to identify which change caused this yet but I now get .. > > ===> lib/libsbuf (obj,all,install) > ===> cddl/lib/libumem (obj,all,install) > ===> cddl/lib/libnvpair (obj,all,install) > ===> cddl/lib/libavl (obj,all,install) > ld: error: /usr/obj/usr/src/i386.i386/tmp/usr/lib/libspl.a(assert.o) is > incompatible with elf_i386_fbsd > ===> cddl/lib/libspl (obj,all,install) > cc: error: linker command failed with exit code 1 (use -v to see invocation) > --- libavl.so.2 --- > *** [libavl.so.2] Error code 1 > > make[4]: stopped in /usr/src/cddl/lib/libavl My guess is that this was fixed by git: 9e9c651caceb - main - cddl: fix missing ZFS library dependencies -- John Baldwin