Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356085 - emerge net-misc/openssh-5.8_p1-r1 failed after upgrade to dev-libs/openssl-0.9.8r with error: *** OpenSSL headers missing
Summary: emerge net-misc/openssh-5.8_p1-r1 failed after upgrade to dev-libs/openssl-0....
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 14:38 UTC by holger.gleissner
Modified: 2011-02-22 19:36 UTC (History)
0 users

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


Attachments
emerge --info (info_nz00104_110222,4.99 KB, text/plain)
2011-02-22 14:41 UTC, holger.gleissner
Details
build log (net-misc:openssh-5.8_p1-r1:20110222-093107.log,18.49 KB, text/plain)
2011-02-22 14:51 UTC, holger.gleissner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description holger.gleissner 2011-02-22 14:38:30 UTC
After successfully upgrade from version dev-libs/openssl-0.9.8o to version dev-libs/openssl-0.9.8r, net-misc/openssh upgrade from version 5.8_p1 to version 5.8_p1-r1 failed with configure: error.


Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/openssl-0.9.8r
2. emerge net-misc/openssh-5.8_p1-r1
3.

Actual Results:  
emerge openssh failed

Expected Results:  
emerge should be successfully
Comment 1 holger.gleissner 2011-02-22 14:41:34 UTC
Created attachment 263499 [details]
emerge --info
Comment 2 holger.gleissner 2011-02-22 14:51:13 UTC
Created attachment 263501 [details]
build log
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-02-22 14:51:58 UTC
:0.9.8 SLOT is special for binary-only packages. You need at least OpenSSL 1.0.0 to compile packages against it...
Comment 4 holger.gleissner 2011-02-22 14:59:47 UTC
(In reply to comment #3)
> :0.9.8 SLOT is special for binary-only packages. You need at least OpenSSL
> 1.0.0 to compile packages against it...
> 

Thanks for the quick help!
Until now was only version OpenSSL 0.9.8x installed.
Can I have installed both versions of openssl, 0.9.8 and 1.0.0 together, and what kind of packages must I rebuild after installing OpenSSL 1.0.0?
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-22 19:36:15 UTC
(In reply to comment #4)
> Can I have installed both versions of openssl, 0.9.8 and 1.0.0 together, and
> what kind of packages must I rebuild after installing OpenSSL 1.0.0?

Yes, and you should run revdep-rebuild after upgrading. The ebuild output for openssl-1 has instructions for that.