Skip to content

Instantly share code, notes, and snippets.

@claui
Created November 15, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claui/76636073f1449b359df9756d700a893d to your computer and use it in GitHub Desktop.
Save claui/76636073f1449b359df9756d700a893d to your computer and use it in GitHub Desktop.
$ brew test svn
==> Testing subversion
==> /opt/homebrew/Cellar/subversion/1.14.0_6/bin/svnadmin create test
==> /opt/homebrew/Cellar/subversion/1.14.0_6/bin/svnadmin verify test
==> perl -e use SVN::Client; new SVN::Client()
Last 15 lines from /var/bottle/Library/Logs/Homebrew/subversion/test.03.perl:
perl
-e
use SVN::Client; new SVN::Client()
Can't load '/opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle' for module SVN::_Core: dlopen(/opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle, 1): Symbol not found: _svn_swig_pl_cancel_func
Referenced from: /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle
Expected in: flat namespace
in /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle at /opt/homebrew/Cellar/perl/5.32.0/lib/perl5/5.32.0/darwin-thread-multi-2level/DynaLoader.pm line 197.
at /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/SVN/Base.pm line 59.
BEGIN failed--compilation aborted at /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/SVN/Core.pm line 5.
Compilation failed in require at /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/SVN/Client.pm line 4.
BEGIN failed--compilation aborted at /opt/homebrew/lib/perl5/site_perl/5.32.0/darwin-thread-multi-2level/SVN/Client.pm line 4.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Error: subversion: failed
An exception occurred within a child process:
BuildError: Failed executing: perl -e use\ SVN::Client;\ new\ SVN::Client()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment