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.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24424 invoked from network); 19 Apr 2023 16:32:43 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 19 Apr 2023 16:32:43 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Wed Apr 19 12:29:17 -0400 2023 Received: from abbatoir (pool-108-27-53-161.nycmny.fios.verizon.net [108.27.53.161]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 9203673b (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Wed, 19 Apr 2023 09:29:15 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Wed, 19 Apr 2023 12:29:14 -0400 From: ori@eigenstate.org In-Reply-To: <0E8AA57D162653183E597D6E73CF6419@disroot.org> 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: proven firewall XML over SOAP configuration-aware hypervisor Subject: Re: [9front] Error updating the system Reply-To: 9front@9front.org Precedence: bulk Quoth Jacobo Da Riva Muoz : > 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 a library has gotten out of date with its header; run cd /sys/src && mk nuke then build as normal. (we should get better about this)