From owner-freebsd-x11@freebsd.org Thu Apr 16 14:40:15 2020 Return-Path: Delivered-To: freebsd-x11@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 E3CA32BE1A0 for ; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4932275mmJz4Y53 for ; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C43D12BE19F; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) Delivered-To: x11@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 C407E2BE19E for ; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4932274WMKz4Y51; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 772D619FB9; Thu, 16 Apr 2020 14:40:15 +0000 (UTC) Date: Thu, 16 Apr 2020 14:40:15 +0000 From: Alexey Dokuchaev To: Chris Nicol Cc: x11@freebsd.org Subject: Re: /usr/ports/x11/xorg build fail on SunBlade 100 Message-ID: <20200416144015.GA24371@FreeBSD.org> References: <0161cd12-6085-2e6f-bdfd-fcab5969ae8e@uleth.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0161cd12-6085-2e6f-bdfd-fcab5969ae8e@uleth.ca> X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 14:40:15 -0000 On Wed, Apr 15, 2020 at 03:31:58PM -0600, Chris Nicol wrote: > Dear X11@FreeBSD, > > I have recently installed FreeBSD 12.1 on a SunBlade 100, then built > portsnap on the system, to build some additional items from /usr/ports. Hi Chris, While I'll be perhaps more happy than others if FreeBSD could run on sparc64 platforms, reality gets in the way, unfortunately. Our sparc64 port did not proper attention in years, and support for it had deteriorated considerably since ~10.4-STABLE times. We (FreeBSD Project) simply don't have sufficient resources, mainly manpower, to keep the sparc64 port viable. As disappointing as it sounds, modern hardware got a lot more complicated and that dictates us to pay more attention to mainstream platforms rather than the Sun Blade 100 series which hit the market back in 2001 and 2002. Support for sparc64 had been officially dropped in 13-CURRENT, and while 12.1 release notes (hardware compatibility) still lists it as supported architecture, you'd probably better off with 10.4 or even another OS such as NetBSD. > One of the first things to work on was getting X Windows up and running, > so I ran a "make install" in the /usr/ports/x11/xorg directory. Given the above, I don't think running modern X11 stack would give you pleasant experience even if you manage to somehow build and run it. It could still be probably useful as a server, but while some of us would try to help, you'd have to understand that when running 12.1, not to say 10.4, you should be ready for self-support. ./danfe (FreeBSD and old hardware lover).