From owner-freebsd-arm@freebsd.org Tue Apr 23 16:57:35 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A162C159F7B6 for ; Tue, 23 Apr 2019 16:57:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD6F81967; Tue, 23 Apr 2019 16:57:34 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 4C6EE16E80; Tue, 23 Apr 2019 16:57:33 +0000 (UTC) Date: Tue, 23 Apr 2019 16:57:32 +0000 From: Mark Linimon To: Balanga Bar Cc: Ian Lepore , freebsd-arm@freebsd.org Subject: Re: Marvell Kirkwood - anyone? Message-ID: <20190423165731.GB10587@lonesome.com> References: <693425711bdc5e7fbff22bb4056c33326fca8c4d.camel@freebsd.org> <7a36b81cb2c29293296bac9ae1764f0091281408.camel@freebsd.org> <20190423075411.GA18137@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 8BD6F81967 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.12 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-0.23)[ipnet: 18.220.0.0/14(0.17), asn: 16509(-1.28), country: US(-0.06)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.72)[-0.716,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.85)[0.845,0]; NEURAL_HAM_LONG(-0.46)[-0.462,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2019 16:57:35 -0000 On Tue, Apr 23, 2019 at 03:19:15PM +0100, Balanga Bar wrote: > Is it possible to get a version of portsnap from that point? I don't know enough to answer that question. I think it would be fair to assume "no". IIUC you seem to be looking for an _easy_ way to get Kirkwood back up and working. I'm going to be honest and say there isn't one. Here are the approaches I think you can take: - stay on 8.x; bring individual port updates to it from ports-head and build your own ports. Difficulty: hard. - figure out what src changes after 8.x regressed Kirkwood; check out src 12-STABLE, build your own src, and use FreeBSD.org packages. Difficulty: expert. - stay on 8.x; attempt to bring a modern ports tree to it and build your own ports. Difficulty: challenging. The difficulty level of the first approach depends on which ports you are going to try to use. shells/bash? Probably not too hard. Anything GUI-related? Very hard. None of these approaches are achievable within hours; they will take days, or, in the case of the third approach, weeks. fwiw, the second approach is the only one where your fixes could be merged back into FreeBSD. If I were personally determined to run Kirkwoord, that's the approach I would take. (I gave my GuruPlug away some time ago.) I'm sorry that I can't be more encouraging. mcl