Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112128

Summary: realplayer should depend on app-misc/ca-certificates
Product: Gentoo Linux Reporter: Vadim Trochinsky <vadim_t>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vadim Trochinsky 2005-11-10 16:38:41 UTC
Emerging realplayer fails because it tries to download the source from    
https://helixcommunity.org/, which uses a certificate issued by Equifax that    
is not present in /etc/ssl/certs.   
  
Installing  app-misc/ca-certificates fixes this problem, so realplayer should 
depend on this package, or the required certificate should be added to the 
default contents of /etc/ssl/certs 

Reproducible: Always
Steps to Reproduce:
1. emerge realplayer 
 
 
Actual Results:  
alice vadim # emerge realplayer 
Calculating dependencies ...done! 
>>> emerge (1 of 1) media-video/realplayer-10.0.6 to / 
>>> Downloading 
https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm 
--01:22:17--  
https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm 
           => `/usr/portage/distfiles/RealPlayer-10.0.6.776-20050915.i586.rpm' 
Resolving helixcommunity.org... 207.188.25.135 
Connecting to helixcommunity.org|207.188.25.135|:443... connected. 
ERROR: Certificate verification error for helixcommunity.org: unable to get 
local issuer certificate 
To connect to helixcommunity.org insecurely, use `--no-check-certificate'. 
Unable to establish SSL connection. 
!!! Couldn't download RealPlayer-10.0.6.776-20050915.i586.rpm. Aborting. 
 

Expected Results:  
alice vadim # emerge realplayer 
Calculating dependencies ...done! 
>>> emerge (1 of 1) media-video/realplayer-10.0.6 to / 
>>> Downloading 
https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm 
--01:30:09--  
https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm 
           => `/usr/portage/distfiles/RealPlayer-10.0.6.776-20050915.i586.rpm' 
Resolving helixcommunity.org... 207.188.25.135 
Connecting to helixcommunity.org|207.188.25.135|:443... connected. 
HTTP request sent, awaiting response... 200 OK 
Length: 6,643,315 (6.3M) [application/binary]
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-11 00:41:35 UTC
Not exactly the problem here... :-)

*** This bug has been marked as a duplicate of 101457 ***