Yet Another Problem Installing Amarok

Ryan Schmidt ryandesign at macports.org
Thu Jun 25 17:59:37 PDT 2009


On Jun 25, 2009, at 19:52, Ryan Schmidt wrote:

> On Jun 25, 2009, at 19:24, Hal Vaughan wrote:
>
>> My last problem is cleared now -- it froze on installing kdebase4- 
>> runtime.  When I got it all working (as in rebooted and updated  
>> some stuff from Apple), I ran "sudo port install amarok" and it  
>> went through a lot of stuff, then I'm stuck with this:
>>
>> --->  Fetching taglib-devel
>> Error: Target org.macports.fetch returned: Subversion check out  
>> failed
>> Error: The following dependencies failed to build: taglib-devel  
>> taglib-extras
>> Error: Status 1 encountered during processing.
>>
>> When I saw that, it sounded like it had a problem reading data  
>> from an svn repository, so I waited and tried it again, in case a  
>> site was down.  Still no luck.
>>
>> So what is actually going on here and how can I fix it?  I tried  
>> Google, but didn't see much info on it and when I googled the  
>> error message, I found no hits!
>
> taglib-devel wants to check out its files from the KDE project's  
> anonymous Subversion repository, which seems not to be working for  
> you. This has been reported before, with no solution listed so far:
>
> http://trac.macports.org/ticket/18583
>
> If you can figure out the solution let us know.
>
> What happens if you type
>
> svn ls svn://anonsvn.kde.org/home/kde/trunk/kdesupport
>
> in the terminal? If it's working, it should list the contents of  
> that directory.
>
> I should note that fetching taglib-devel works fine for me, so  
> maybe there is a problem using the svn protocol (port 3690) on your  
> network.

Correction: according to the ticket, the problem is not the initial  
svn checkout but an external it then wants to check out afterward.  
The fetch does not fail for me, yet if I use debug mode I see that  
the external did not get fetched:

svn: warning: Error handling externals definition for 'taglib/admin':
svn: warning: OPTIONS of 'https://svn.kde.org/home/kde/branches/KDE/ 
3.5/kde-common/admin': Server certificate verification failed: issuer  
is not trusted (https://svn.kde.org)

I do not know why port did not recognize that this was a fatal error.

Taking a cue from the above ticket, I ran

svn ls https://svn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin

in the terminal and answered "p" to get it to accept the certificate  
permanently. Then the port fetch worked correctly.




More information about the macports-users mailing list