hakonhagland

macos-berkeley-db

Jan 17th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. $ make test
  2. "/opt/homebrew/Cellar/perl/5.38.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644
  3. PERL_DL_NONLAZY=1 "/opt/homebrew/Cellar/perl/5.38.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  4. t/000prereq.t .. Old package separator "'" deprecated at t/Test/More.pm line 364.
  5. Can't load '/Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/arch/auto/BerkeleyDB/BerkeleyDB.bundle' for module BerkeleyDB: dlopen(/Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/arch/auto/BerkeleyDB/BerkeleyDB.bundle, 0x0002): symbol not found in flat namespace '___heap_exist' at /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/DynaLoader.pm line 210.
  6. at t/util.pm line 9.
  7. Compilation failed in require at t/util.pm line 9.
  8. BEGIN failed--compilation aborted at t/util.pm line 9.
  9. Compilation failed in require at t/000prereq.t line 13.
  10. BEGIN failed--compilation aborted at t/000prereq.t line 13.
  11. Undefined subroutine &BerkeleyDB::Term::close_everything called at /Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/lib/BerkeleyDB.pm line 2129.
  12. END failed--call queue aborted at t/000prereq.t line 13.
  13. # Looks like your test died before it could output anything.
  14. t/000prereq.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
  15. No subtests run
  16. t/blob.t ....... Can't load '/Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/arch/auto/BerkeleyDB/BerkeleyDB.bundle' for module BerkeleyDB: dlopen(/Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/arch/auto/BerkeleyDB/BerkeleyDB.bundle, 0x0002): symbol not found in flat namespace '___heap_exist' at /opt/homebrew/opt/perl/lib/perl5/5.38/darwin-thread-multi-2level/DynaLoader.pm line 210.
  17. at t/blob.t line 6.
  18. Compilation failed in require at t/blob.t line 6.
  19. BEGIN failed--compilation aborted at t/blob.t line 6.
  20. Undefined subroutine &BerkeleyDB::Term::close_everything called at /Users/hakonhaegland/perl/install-cpan-modules/BerkeleyDB-0.65/blib/lib/BerkeleyDB.pm line 2129.
  21. END failed--call queue aborted at t/blob.t line 6.
  22. t/blob.t ....... Dubious, test returned 22 (wstat 5632, 0x1600)
  23. No subtests run
  24. [...]
  25.  
Add Comment
Please, Sign In to add comment