From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id E9CE924ABE for ; Tue, 16 Apr 2024 18:34:42 +0200 (CEST) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Tue Apr 16 12:33:27 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1713285175; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=GHGN9F++DcsEDDS1M4bBCgfLH4NEKh9BBZlJwaq4vME=; b=xFn0Ri5/k1e5YjVulT+YTDF7hwFfBN5Fem1ekCBbs9Qfo7UlgVkIIAvcxZp2lpN5XozQOs 7X5pj+sXpODxic7UejIRhjdnZ+VjN6/n6z/Ml7w2Y+UFqy6wTbOqiii1JCfzvJF+z5vbj6 okT61Nw/Xkp7kRUyxcI3kt8BPc5dKhs= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 55f20f9c (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Tue, 16 Apr 2024 09:32:55 -0700 (PDT) Message-ID: Date: Tue, 16 Apr 2024 18:33:04 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing private just-in-time CMS control Subject: Re: [9front] Error compiling rio? Reply-To: 9front@9front.org Precedence: bulk On Tue Apr 16 15:24:27 +0200 2024, moody@posixcafe.org wrote: > On 4/16/24 06:27, Jacobo Da Riva Muñoz wrote: > > Hi, > > > > I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point. > > > > mk rio > > 6c -FTVw rio.c > > 6c -FTVw data.c > > mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio > > dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h > > dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h > > mk: for(i in 1a ... : exit status=rc 2205: mk 4108: error > > mk: mk $MKFLAGS yacc.install ... : exit status=mk 2122: error > > mk: date for (i ... : exit status=rc 824: mk 2105: error > > > > Best regards > > This looks like you are missing source files from the directory. > > Check your current machine diff against usptream: > bind -ac /dist/plan9frnont / && git/diff -s / > and ensure that there are only the changes you expect. > > Thanks, > moody There is no col.h or menuhit.c/etc in 9front's rio. You have likely patched it at some point with Sigrid's or someone else's theming changes. Use git/revert and reapply the patch if it's still current or use unmodified rio. Cheers, qwx