Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333549 - ptlib-3.6.7 fails to compile if openssl does not have sslv2
Summary: ptlib-3.6.7 fails to compile if openssl does not have sslv2
Status: RESOLVED FIXED
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: 2010-08-20 02:53 UTC by Alexandre Ferreira
Modified: 2010-08-20 05:55 UTC (History)
0 users

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


Attachments
Patches the ebuild to require sslv2 for openssl is ssl USE flag is given (temp1,426 bytes, patch)
2010-08-20 02:54 UTC, Alexandre Ferreira
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Ferreira 2010-08-20 02:53:07 UTC
When trying to emerge ptlib-3.6.7 with ssl USE flag, it fails to compile if openssl is not compiled with sslv2

Reproducible: Always

Steps to Reproduce:
1.emerge openssl with -sslv2
2.emerge ptlib
3.

Actual Results:  
ptlib complains that SSLv2_method does not exist.

Expected Results:  
emerge successful of ptlib

I added a patch to the ptlib-3.6.7.ebuild that makes sure that sslv2 is set for openssl.
Comment 1 Alexandre Ferreira 2010-08-20 02:54:10 UTC
Created attachment 243649 [details, diff]
Patches the ebuild to require sslv2 for openssl is ssl USE flag is given
Comment 2 Eray Aslan gentoo-dev 2010-08-20 05:55:23 UTC
openssl-1.0.0a-r2 (19 Aug 2010)
 	
19 Aug 2010; Mike Frysinger <vapier@gentoo.org> +openssl-1.0.0a-r2.ebuild, metadata.xml:
Grab POSIX shell version of c_rehash from PLD #333117. Add a local USE=sslv2
flag so people can enable legacy support #332661 by Stefan de Konink.