Received: by 10.101.78.11 with SMTP id f11mr3143998anl.16.1308657211628; Tue, 21 Jun 2011 04:53:31 -0700 (PDT) X-BeenThere: erjang@googlegroups.com Received: by 10.91.73.27 with SMTP id a27ls1196305agl.3.gmail; Tue, 21 Jun 2011 04:53:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.248.5 with SMTP id v5mr291380agh.51.1308657210188; Tue, 21 Jun 2011 04:53:30 -0700 (PDT) Received: by e35g2000yqc.googlegroups.com with HTTP; Tue, 21 Jun 2011 04:53:30 -0700 (PDT) Date: Tue, 21 Jun 2011 04:53:30 -0700 (PDT) In-Reply-To: References: <90530011-9e69-4322-bd0c-8549855ee7da@e7g2000vbw.googlegroups.com> User-Agent: G2/1.0 X-HTTP-Via: 1.1 mhmd50xx:81 (squid/2.6.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:6.0a2) Gecko/20110615 Firefox/6.0a2,gzip(gfe) Message-ID: <402eae1e-f026-4478-b2d5-5926150360f9@e35g2000yqc.googlegroups.com> Subject: Re: Erjang and R14B From: Jetztgradnet To: Erjang Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The reason might be the addition of file:advise/4 and file:datasync/1, which require changes in the file driver: in Erlang: erts/emulator/drivers/common/efile_drv.c, in Erjang: src/main/java/erjang/driver/efile/EFile.java (class erjang.driver.efile.EFile) The correpsonding commits in Erlang/OTP probably are the following: https://github.com/erlang/otp/commit/3f53a96a8bd0cd4a18f819b6857e6a764706ed= e5#erts/emulator/drivers/common/efile_drv.c https://github.com/erlang/otp/commit/21a67b797e40df930b83bd407ffc165b3f4b91= b2#erts/emulator/drivers/common/efile_drv.c The commits show changes to the C driver implementation as well as to modules pri_file and file. Others like ram file have been modified as well. Regards, Wolfgang On Jun 20, 8:40=A0pm, Kresten Krab Thorup wrote: > Hi Robert, > > I won't have time to work on it soon, but perhaps you can try to run R14 = with an R13 copy of prim_file and see how for you get. =A0Problem is that t= he interface to the efile driver changed AFAIK. > > It may not be so difficult to do ... Anyone want to take a grab at it fee= l free; you should start by looking at a diff of prim_file from R13 to R14. > > Kresten > > On Jun 20, 2011, at 5:57 PM, rvirding wrote: > > > > > > > > > Any idea when we will be able to run erjang on R14B? All I can do is > > confirm that it doesn't work, it can't get the bootfile. >