Changes between Version 43 and Version 44 of ProblemHotlist


Ignore:
Timestamp:
Jul 26, 2009, 10:36:26 PM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

Formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v43 v44  
    4848== A port wants to fetch from https://svn.kde.org and fails due to certificate issues == #kdesvn
    4949
    50 '''Error message:'''
     50'''Error message:'''[[BR]]
    5151{{{
    5252svn: PROPFIND request failed on '/home/kde/branches/KDE/3.5/kde-common/admin'
     
    5555}}}
    5656
    57 '''Explanation:'''
     57'''Explanation:'''[[BR]]
    5858The 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.
    5959
    60 '''Workaround:'''
     60'''Workaround:'''[[BR]]
    6161{{{
    6262sudo svn ls https://svn.kde.org
     
    7070}}}
    7171
    72 '''Known affected ports:''' taglib-devel
    73 '''Ticket:''' #18583
     72'''Known affected ports:''' taglib-devel[[BR]]
     73'''Ticket:''' #18583[[BR]]
    7474
    7575== A port failed to build, upgrade, or run with a message referring to libintl.3.dylib ==