From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 17871 invoked from network); 19 Apr 2023 12:31:47 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 19 Apr 2023 12:31:47 -0000 Received: from knopi.disroot.org ([178.21.23.139]) by 9front; Wed Apr 19 08:30:03 -0400 2023 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E3BAE4032F for <9front@9front.org>; Wed, 19 Apr 2023 14:29:57 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uKRrmK9hmXUo for <9front@9front.org>; Wed, 19 Apr 2023 14:29:56 +0200 (CEST) Message-ID: <0E8AA57D162653183E597D6E73CF6419@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1681907396; bh=OlHA6rLFBPZnHxrUYli3dKow9PHBAxDJJgkgqcEMMoY=; h=To:Subject:From:Date; b=HH42OqQ4wF5nR65xp1kTx2dWVl81Om3AgiLEl833DqdjvvSSgSBPs2sYx/K+pHDlh gLgl8uSMzFh9TKn9yVTXDbETeBQ8PdBs8Fs+6S03Yr7N6q3tiYb1USSb9hioTVCxr+ YydIOjmlEfiAPBdJMG+0zIKhBYLPVrcMq2hOE/hjPulx4iiHnnqXYUkdi0Zpnv8bzj LkxMPSsRfTnTYqzNyiUR6vLyFPr19/r83kz+hFlyoNbWklbyGd+sP9uqn6LvI3I1h7 UCGeqXveJ707Nqh6qqybH6SJclaGDe+vhG32YJt+D14wtmaVwV26dDIcYF/EntT2dX 6Gjsx7Iufy6qg== To: 9front@9front.org From: Jacobo Da Riva Muñoz Date: Wed, 19 Apr 2023 13:38:41 +0200 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: rails pipelining JSON API configuration database Subject: [9front] Error updating the system Reply-To: 9front@9front.org Precedence: bulk Hi. After several months without updating the system today I've run sysupdate. There where a lot of changes in the repo. When it finished I went to /sys/src and run mk install. When compiling the software the terminal show me this error: mk $MKFLAGS bc mpc pc units aan alarm ar archfs ascii bar basename bc bind cal calendar camv cat chgrp chmod cleanname clock cmp col colors comm crc32 crop date dc dd deroff derp du echo ecp ed evdump factor fcp file fmt fontsel fortune fplot freq getmap gview histogram html2ms iconv idiff init io iostats join kbmap kprof ktrace lens lnfs lock look ls mc md5sum mkdir mntgen mount mpc ms2html mtime mug mv netstat news nfs nm nntpfs ns os p page paint patch pbd pc pcc pipefile pr primes prof ps pstree ptrap pump pwd qr ramfs ratrace rdbfs read resample resize riow rm rotate rx sat scram screenlock seconds sed seg seq sha1sum size skelfs sleep sort split srv srvfs ssh sshfs sshnet stats strings strip sum swap tail tar tee test time timepic tlsclient tlssrv touch touchfs tprof tput tr trace truetypefs ttfrender tweak uhtml unicode uniq units unlnfs unmount urlencode walk wc webcookies winwatch xargs xd.install mk $MKFLAGS install.dirs cp 6.yacc /amd64/bin/yacc cp 6.bc /amd64/bin/bc cp 6.mpc /amd64/bin/mpc cp 6.pc /amd64/bin/pc cp 6.units /amd64/bin/units 6l -o 6.crop crop.6 cp 6.dc /amd64/bin/dc memimageinit: incompatible type signatures 499bac60(/amd64/lib/libc.a(malloc)) and 3cdbc50e(/amd64/lib/libmemdraw.a(memimagedraw)) for imagmem cp 6.dd /amd64/bin/dd allocmemimage: incompatible type signatures 69d59e48(/amd64/lib/libc.a(poolalloc)) and 9ad3e6f6(/amd64/lib/libmemdraw.a(freememimage)) for poolalloc allocmemimage: incompatible type signatures ca7b0620(/amd64/lib/libc.a(poolalloc)) and f1a04e5e(/amd64/lib/libmemdraw.a(freememimage)) for poolfree 6l -o 6.deroff deroff.6 mk: 6l -o ... : exit status=rc 21132: 6l 21136: error mk: mk $MKFLAGS yacc.install ... : exit status=rc 21076: mk 21100: error mk: date for (i ... : exit status=rc 19530: rc 21052: mk 21053: error term% How can I fix it? Best regards