From nobody Thu Aug 19 19:23:52 2021 X-Original-To: freebsd-arm@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 3E758175F905 for ; Thu, 19 Aug 2021 19:23:54 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GrF7F74Pgz3jsm for ; Thu, 19 Aug 2021 19:23:53 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1629401033; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vG8FTZcnnKClkYtoYEQUiBu2WBSEtJ5ttA7wE6z8teM=; b=DiTpJPH8pVIwuOQ3pf5BstJiT0TsgMKsq6b6zQGXLuCbFoUbo/tJTkhdxmUgBwjAyF279B ZNsYBPcjhoxsNQ5sgYBCe9gmEnIVXmZBP0jB1N0dJdw4F1l9zv0pXtRF2y0UAxIdV9oWVD ehtalkFc3rqUI7WWsB4QZzvKrBHuzjc= Received: from amy (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id f0c703de (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 19 Aug 2021 19:23:53 +0000 (UTC) Date: Thu, 19 Aug 2021 21:23:52 +0200 From: Emmanuel Vadot To: Karl Denninger Cc: freebsd-arm@freebsd.org Subject: Re: Hmmmm.... wha happen? Message-Id: <20210819212352.56573449f73ad0461fc5c42b@bidouilliste.com> In-Reply-To: References: <067dcb18-a0ce-79b3-9a83-c79d29cf87d7@denninger.net> <7ffeccc9-5723-71bf-f538-13ed445e7368@denninger.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4GrF7F74Pgz3jsm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, 19 Aug 2021 14:36:27 -0400 Karl Denninger wrote: > On 8/19/2021 07:29, Karl Denninger wrote: > > > > On 8/18/2021 22:08, Herbert J. Skuhra wrote: > >> On Wed, Aug 18, 2021 at 08:41:08PM -0400, Karl Denninger wrote: > >>> Ok, did I screw this up or did the updates to the RPI firmware=20 > >>> somewhere > >>> blow things up for a 3 Model B?=A0 The SD card slot appears to have > >>> disappeared. > >> https://lists.freebsd.org/archives/freebsd-arm/2021-July/000343.html > >> > >> https://lists.freebsd.org/archives/freebsd-arm/2021-July/000371.html > > > > So..... if I'm running packages...... > > > > (I suppose I could try to "overload" the rpi-3 uboot port, which, it=20 > > appears, is 2017.01!=A0 Uh, that's probably not what I want EITHER.) > > > Well now I may have a dead end for the moment. >=20 > Just blew away the ports tree on the box, fetched the current one, and=20 > attempted to build just sysutils/u-boot-rpi3 and got: >=20 > ...... >=20 > In file included from tools/kwbimage.c:14: > In file included from include/image.h:19: > In file included from ./arch/sandbox/include/asm/byteorder.h:20: > In file included from include/linux/byteorder/little_endian.h:13: > /usr/local/include/linux/types.h:9:18: error: typedef redefinition with > =A0=A0=A0=A0=A0 different types ('uint64_t' (aka 'unsigned long') vs 'un= signed=20 > long long') > typedef uint64_t __u64; > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 ^ > include/asm-generic/int-ll64.h:29:42: note: previous definition is here > __extension__ typedef unsigned long long __u64; >=20 > and that's that, so obviously there's something in the port requirement=20 > that is not on the box and the ports system, when trying to build this=20 > port alone, fails to resolve. >=20 > It's blowing up in u-boot-tools which has to build first. >=20 > Can't patch the code if it won't build.=A0 I'll see if I can find an olde= r=20 > copy of u-boot for the RPI3 somewhere. >=20 > Crap. >=20 I'm not aware of any problems building u-boot currently, on what system did you try ? --=20 Emmanuel Vadot