Changes between Initial Version and Version 1 of Ticket #34861
- Timestamp:
- Jun 13, 2012, 11:36:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34861
- Property Cc blair@… added
-
Property
Summary
changed from
subversion says could not create SASL context
tosubversion: Could not create SASL context: generic failure
- Property Keywords sasl svn subversion removed
- Property Owner changed from macports-tickets@… to dluke@…
- Property Port subversion added
-
Ticket #34861 – Description
initial v1 1 1 Subversion returns the following error for any action: 2 2 3 {{{ 3 4 svn: E170001: Could not create SASL context: generic failure 5 }}} 4 6 5 7 The error happened with the version 2.1.25_0 of the cyrus-sasl2 port. This "fix" works: 6 8 9 {{{ 7 10 sudo port activate cyrus-sasl2 @2.1.23_3+kerberos 11 }}}