From owner-freebsd-hackers@freebsd.org Wed May 22 12:57:21 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CBD015AB7E3 for ; Wed, 22 May 2019 12:57:21 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A154B84705 for ; Wed, 22 May 2019 12:57:20 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 5CD3515AB7E2; Wed, 22 May 2019 12:57:20 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A69015AB7E1 for ; Wed, 22 May 2019 12:57:20 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE85084702 for ; Wed, 22 May 2019 12:57:19 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=LNvIVo0R3QHFAIIWQU8RM/9maItQwqkB8hIkepItLhQ=; b=o5ofMZhv8/4iDaRRrxZzCohvG2WAyFgQKipW7OW6SFGZxwRCgb4DPU8O0ltNznEgagSU5gPbNEEb8ha9RaT2QlNqccwIUg5cIbCBTdRxuvGYd03qr2zabniY2L5StW3DVM2++SbQv7hQt90U0iJ3T2whYZSG/xf7ZItRRdobXwwsMl74aLvjCj6ltQPZVpm4N+LMaJQ3F3nYHXrA2LFr5Fxki9/NM7ZYkRxUGqUps0tb85OenLu/UBuQX2Pe3puxkfJX5+30bjok6Pm5DrzxSiVH6pInZ6soTc2L6sVOoyDuxmIKuIynPB1hAKFVROwWZ5lkldoH44khnjGNwkeOCw==; Received: from macmini.bk.cs.huji.ac.il ([132.65.179.19]) by kabab.cs.huji.ac.il with esmtp id 1hTQnu-0001RW-7Z; Wed, 22 May 2019 15:57:10 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: ERR#78 'function not implemented' From: Daniel Braniss In-Reply-To: <87ede120-b533-302d-6ffb-82fd735dce21@yandex.ru> Date: Wed, 22 May 2019 15:57:09 +0300 Cc: hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7C0C64B8-B2A4-4CE8-9A1A-9394A9E1550A@cs.huji.ac.il> References: <6B0A65C2-5F53-47B3-8159-0AEA3E0C37C4@cs.huji.ac.il> <87ede120-b533-302d-6ffb-82fd735dce21@yandex.ru> To: "Andrey V. Elsukov" X-Mailer: Apple Mail (2.3445.104.8) X-Rspamd-Queue-Id: CE85084702 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2019 12:57:21 -0000 > On 22 May 2019, at 11:38, Andrey V. Elsukov wrote: >=20 > On 21.05.2019 19:03, Daniel Braniss wrote: >> Hi, >> Im using a freebsd-stable-11.1-STABLE to cross compile for arm, I = have been doing it for some time >> without any issues, but today I decided to try out release.sh and it = failes. >> I have run the =E2=80=98bad=E2=80=99 command: >=20 >> -- UNKNOWN FreeBSD ELF64 SYSCALL 568 -- >> #568() ERR#78 'Function not = implemented' >> SIGNAL 12 (SIGSYS) code=3DSI_KERNEL >> process killed, signal =3D 12 (core dumped) >=20 > Hi, >=20 > Your kernel is too old to be able run this binary. Syscall 568 is > funlinkat(2), it was introduced in r345982. >=20 > https://svnweb.freebsd.org/base?view=3Drevision&revision=3D345982 >=20 hi, thanks, so that raises a new question: Q: to use release.sh one needs to be running the latest current? danny > --=20 > WBR, Andrey V. Elsukov >=20