From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII From: Patryk Laurent Message-id: <07A3D1E7-7889-4939-B3D9-F39A4C3E8FAA@me.com> Date: Sat, 19 Jul 2014 22:37:04 -0700 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: [9fans] Pull and compile latest kernel (sys call 53 error) Topicbox-Message-UUID: 0734d7e2-ead9-11e9-9d60-3106f5b1d025 Hello, How should I properly update to the latest kernel on a new install of Plan 9 from Bell Labs? I downloaded Plan9, ran the "pull" script, and then tried to compile and install a new kernel by running mk install in /sys/src/9/pc Compilation seemed to go fine, but then I got an syscall 53 error (the error seems to come from "ar", see below). Thank you, Patryk -- snip -- 8c -FTVw -I. ../port/sysproc.c 8c -FTVw -I. ../port/taslock.c 8c -FTVw -I. ../port/tod.c 8c -FTVw -I. ../port/xalloc.c 8c -FTVw main.c names=`{membername $newprereq} ar vu ../boot/libboot.a8 $names rm $names ar 856: bad sys call number 53 pc becd ar 856: suicide: sys: bad sys call pc=0x0000becd mk: names=`{membername $newprereq} ar ... : exit status=rc 849: ar 856: sys: bad sys call pc=0x0000becd term%