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 CDC3A22115 for ; Tue, 16 Apr 2024 18:38:59 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Tue Apr 16 12:38:09 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1713285442; 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:references:references; bh=6ZaOmRFaGUmsB5i4I76rcn0P1lz1UoL0WbAnrfQXy6k=; b=iS9IkHf6KE2dCsTfov/sU3VgMgnVEGF3PzbXhnXzM+h1fJr4r3HEvs1niTAnqVBH7Tkn1m jNHn3AVcRrx2wp8MxIVCXEodqiJsw/tWEqzbrBDCCeJCMrrTfLdvX3JPs9tWkPqiHgYt+N 76Jjt/dJs36I5x6AIhbKdgCnqE6bFYE= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 8e60194e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Tue, 16 Apr 2024 11:37:21 -0500 (CDT) Message-ID: Date: Tue, 16 Apr 2024 11:38:06 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: method firewall lifecycle-based controller Subject: Re: [9front] Error compiling rio? Reply-To: 9front@9front.org Precedence: bulk On 4/16/24 11:33, qwx@sciops.net wrote: > 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 Oh nice catch, my bad. The patches are current as far as I know. Thanks, moody