>
> Can I build using these instruction
>
> https://arrow.apache.org/docs/developers/java/building.html#building-jni-libraries-on-macos
> ?

They should work, yes.

On Tue, Aug 2, 2022 at 11:32 AM Ashish <paliwalash...@gmail.com> wrote:

> It's M1 Mac.
>
> Not sure how the build worked till last week. Phew I need to start
> drinking coffee again :(
>
> Can I build using these instruction
>
> https://arrow.apache.org/docs/developers/java/building.html#building-jni-libraries-on-macos
> ?
>
> thanks
> Ashish
>
> On Tue, Aug 2, 2022 at 8:22 AM David Li <lidav...@apache.org> wrote:
>
> > What platform are you running on? It looks like MacOS? We don't currently
> > ship the JNI binaries for M1 (
> > https://issues.apache.org/jira/browse/ARROW-16608)
> >
> > On Tue, Aug 2, 2022, at 10:39, Ashish wrote:
> > > Hi,
> > >
> > > Running into this weird issue. While running "make javatest", following
> > > error shows up for dataset section
> > >
> > > Exception java.lang.UnsatisfiedLinkError: Can't load library:
> > >
> >
> /var/folders/bg/72tsr4491sz9vf1yrvb9l66m0000gn/T/jnilib-13800921913896828051.tmp
> > >       at ClassLoader.loadLibrary (ClassLoader.java:2633)
> > >       at Runtime.load0 (Runtime.java:768)
> > >       at System.load (System.java:1837)
> > >       at JniLoader.load (JniLoader.java:88)
> > >       at JniLoader.loadRemaining (JniLoader.java:73)
> > >       at JniLoader.ensureLoaded (JniLoader.java:60)
> > >       at NativeMemoryPool.<clinit> (NativeMemoryPool.java:27)
> > >       at (#13:3)
> > >
> > > bash-5.1$ ls -al
> > >
> >
> /var/folders/bg/72tsr4491sz9vf1yrvb9l66m0000gn/T/jnilib-13800921913896828051.tmp
> > > -rw-r--r--  1 ashish  staff  36694216 Aug  2 07:34
> > >
> >
> /var/folders/bg/72tsr4491sz9vf1yrvb9l66m0000gn/T/jnilib-13800921913896828051.tmp
> > >
> > > Have tried it on previous commits and with fresh repo clone, the issue
> > > remains the same. Since I had this setup working fine, this could be
> some
> > > local configuration issue or change that messed things up. Any
> > suggestions
> > > what am I missing here?
> > >
> > > thanks
> > > Ashish
> >
>
>
> --
> thanks
> ashish
>

Reply via email to