From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Sat Apr 18 13:17:50 EDT 2020 Received: from abbatoir.fios-router.home (pool-162-83-132-245.nycmny.fios.verizon.net [162.83.132.245]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 70ae08d0 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Sat, 18 Apr 2020 10:17:42 -0700 (PDT) Message-ID: <0F81A797D24739387AECB8D73B1E1501@eigenstate.org> To: echoline@gmail.com, 9front@9front.org Subject: Re: [9front] adding javascript enable to netsurf Date: Sat, 18 Apr 2020 10:17:40 -0700 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive template grid-oriented interface > when I build the latest netsurf port, it gets stuck in a loop of > fetching and loading, and never loads a page. what am I doing wrong? sl_ ran into this too the other day -- we were missing a dependency between 'mk install' and 'mk 9res', so we never actually copied the data files it needs to run. 'mk 9res; mk install' will probably fix it.