octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #64709] Android Termux libtool issue


From: Adam Labus
Subject: [Octave-bug-tracker] [bug #64709] Android Termux libtool issue
Date: Wed, 4 Oct 2023 09:14:59 -0400 (EDT)

Follow-up Comment #22, bug #64709 (project octave):

Yes indeed the patch fixes the compiling issue. The runtime missing symbol
persists and I think because of something I did wrong regarding the api_level,
the following only returns the 0 NOTYPE definitions of liboctave.so and
liboctinterp.so

Command:

find $PREFIX -name '*.so' -exec sh -c "if readelf -Ws {} 2>&1 | grep
'__aarch64_ldadd8_acq_rel'; then echo {}; fi" \;


Output:

15: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND
__aarch64_ldadd8_acq_rel                                              43086:
0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND __aarch64_ldadd8_acq_rel   
                                        
/data/data/com.termux/files/usr/lib/octave/8.3.0/liboctave.so
     9: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND
__aarch64_ldadd8_acq_rel                                              44756:
0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND __aarch64_ldadd8_acq_rel
/data/data/com.termux/files/usr/lib/octave/8.3.0/liboctinterp.so




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64709>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]