salortiz / LMDB_File

Perl wrapper around the OpenLDAP's LMDB
Other
8 stars 12 forks source link

perl 5.38 build fail: hidden internal api #37

Open vividsnow opened 1 year ago

vividsnow commented 1 year ago

Hello

https://www.cpantesters.org/cpan/report/d0083274-3128-11ee-adf2-4199e865f37b

/usr/bin/ld: LMDB.o: in function `XS_LMDB__Txn__dbi_open':
LMDB.c:(.text+0x7c0a): undefined reference to `Perl_do_vecget'
/usr/bin/ld: LMDB.o: in function `XS_LMDB__Cursor__del':
LMDB.c:(.text+0x9127): undefined reference to `Perl_do_vecget'
/usr/bin/ld: LMDB.o: in function `XS_LMDB_File__put':
LMDB.c:(.text+0x9c2d): undefined reference to `Perl_do_vecget'
/usr/bin/ld: LMDB.o: in function `XS_LMDB_File__get':
LMDB.c:(.text+0xab65): undefined reference to `Perl_do_vecget'
/usr/bin/ld: LMDB.o: in function `XS_LMDB_File__dcmp':
LMDB.c:(.text+0xb766): undefined reference to `Perl_do_vecget'
/usr/bin/ld: LMDB.o:LMDB.c:(.text+0xc256): more undefined references to `Perl_do_vecget' follow
/usr/bin/ld: blib/arch/auto/LMDB_File/LMDB_File.so: hidden symbol `Perl_do_vecget' isn't defined
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status