Opened 13 years ago
Closed 13 years ago
#30895 closed defect (worksforme)
p5.12-svn-simple dependency not found
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | p5.12-svn-simple |
Description
===> Warning: SVN::Core missing or outdated. Please manually install SVN::Core by compiling Subversion (version 0.31.0 or above) with SWIG/Perl bindings, and try this installation process again.
Attachments (1)
Change History (10)
Changed 13 years ago by nerdling (Jeremy Lavergne)
Attachment: | p5-svn-simple.log added |
---|
comment:1 Changed 13 years ago by nerdling (Jeremy Lavergne)
comment:3 Changed 13 years ago by nerdling (Jeremy Lavergne)
Summary: | p5.12-svn-simple missing dependency → p5.12-svn-simple dependency not found |
---|
comment:4 Changed 13 years ago by danielluke (Daniel J. Luke)
What does
perl -MSVN::Core -e 'print $SVN::Core::VERSION."\n";'
say?
comment:5 Changed 13 years ago by nerdling (Jeremy Lavergne)
$ perl -MSVN::Core -e 'print $SVN::Core::VERSION."\n";' Can't load '/opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/SVN/_Core/_Core.bundle' for module SVN::_Core: dlopen(/opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/SVN/_Core/_Core.bundle, 1): Library not loaded: /opt/local/lib/libgssapi_krb5.2.2.dylib Referenced from: /opt/local/lib/libsvn_client-1.0.dylib Reason: image not found at /opt/local/lib/perl5/5.12.3/darwin-multi-2level/DynaLoader.pm line 204. at /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/SVN/Base.pm line 59 BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/SVN/Core.pm line 5. Compilation failed in require. BEGIN failed--compilation aborted.
comment:6 Changed 13 years ago by nerdling (Jeremy Lavergne)
Does subversion need revbumped due to the perl changes this week?
comment:7 Changed 13 years ago by danielluke (Daniel J. Luke)
OK, well there's your problem.
Your subversion install (libsvn_client) is linked to libgssapi_krb5.2.2.dylib for some reason, but libgssapi_krb5.2.2.dylib isn't installed any more.
A quick fix, for you would be to uninstall/clean/rebuild subversion. We should attempt to figure out why it's linked to that library, though.
comment:8 Changed 13 years ago by nerdling (Jeremy Lavergne)
I'll wipe my local archives and see if it's coming from the MacPorts build bot.
comment:9 Changed 13 years ago by nerdling (Jeremy Lavergne)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Rebuild fixed it. There's no binary on the buildbot, so it was a broken archive on my end.
Note: See
TracTickets for help on using
tickets.
I assume it's after subversion-perlbindings.