Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112128 - realplayer should depend on app-misc/ca-certificates
Summary: realplayer should depend on app-misc/ca-certificates
Status: RESOLVED DUPLICATE of bug 101457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 16:38 UTC by Vadim Trochinsky
Modified: 2005-11-11 00:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***