[MacPorts] ProblemHotlist modified

MacPorts noreply at macports.org
Sun Jul 26 15:34:21 PDT 2009


Changed page "ProblemHotlist" by raimue at macports.org from 91.11.205.137*
Page URL: <http://trac.macports.org/wiki/ProblemHotlist>
Diff URL: <http://trac.macports.org/wiki/ProblemHotlist?action=diff&version=43>
Revision 43
Comment: Document problems with https://svn.kde.org

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ProblemHotlist
=========================================================================
--- ProblemHotlist (version: 42)
+++ ProblemHotlist (version: 43)
@@ -44,6 +44,33 @@
 }}}
 
 '''Note:''' Checksum failures after a fetch are typically a separate issue.  See the [wiki:FAQ#IgetError:checksummd5sha1rmd160mismatchforport.WhatcanIdoaboutit FAQ].
+
+== A port wants to fetch from https://svn.kde.org and fails due to certificate issues == #kdesvn
+
+'''Error message:'''
+{{{
+svn: PROPFIND request failed on '/home/kde/branches/KDE/3.5/kde-common/admin'
+svn: PROPFIND of '/home/kde/branches/KDE/3.5/kde-common/admin': Server certificate verification failed: issuer is not trusted (https://svn.kde.org)
+Error: Target org.macports.fetch returned: Subversion check out failed
+}}}
+
+'''Explanation:'''
+The svn repository specifies a svn:externals definition using this ''https://'' URL. As the server is using a self-signed certificate it is not trusted by default and therefore `svn` rejects it in non-interactive mode. The workaround is to accept this certificate permanently with a manual connection.
+
+'''Workaround:'''
+{{{
+sudo svn ls https://svn.kde.org
+}}}
+
+Choose ''accept permanently'' by entering a 'p'. Try to install the failing port again after cleaning.
+
+{{{
+sudo port clean --all <portname>
+sudo port install <portname>
+}}}
+
+'''Known affected ports:''' taglib-devel
+'''Ticket:''' #18583
 
 == A port failed to build, upgrade, or run with a message referring to libintl.3.dylib ==
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on ProblemHotlist. If it was not you, please
report to .


More information about the macports-changes mailing list