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

Bug 272076

Summary: net-misc/wget ebuilds ignore that mit-krb5 doesn't provide static libs
Product: Gentoo Linux Reporter: Christian Korff <christian.korff>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for wget-1.11.1.ebuild
patch for wget-1.9.1-r5.ebuild
patch for wget-1.10.2.ebuild
patch for wget-1.11-r1.ebuild
patch for wget-1.11.2.ebuild
patch for wget-1.11.3.ebuild
patch for wget-1.11.4.ebuild

Description Christian Korff 2009-06-01 12:14:22 UTC
About a year ago I noticed that mit-krb5 doesn't got support for static libs. By accident I discovered that not only openssh suffers from this problem. wget's static use flag breaks everything if openssl is compiled with the kerberos use flag.

I created patches which provide a check.
Comment 1 Christian Korff 2009-06-01 12:19:16 UTC
Created attachment 193128 [details, diff]
patch for wget-1.11.1.ebuild
Comment 2 Christian Korff 2009-06-01 12:26:58 UTC
Created attachment 193130 [details, diff]
patch for wget-1.9.1-r5.ebuild
Comment 3 Christian Korff 2009-06-01 12:27:36 UTC
Created attachment 193132 [details, diff]
patch for wget-1.10.2.ebuild
Comment 4 Christian Korff 2009-06-01 12:35:58 UTC
Created attachment 193134 [details, diff]
patch for wget-1.11-r1.ebuild
Comment 5 Christian Korff 2009-06-01 12:44:26 UTC
Created attachment 193136 [details, diff]
patch for wget-1.11.2.ebuild
Comment 6 Christian Korff 2009-06-01 12:44:58 UTC
Created attachment 193138 [details, diff]
patch for wget-1.11.3.ebuild
Comment 7 Christian Korff 2009-06-01 12:45:25 UTC
Created attachment 193140 [details, diff]
patch for wget-1.11.4.ebuild
Comment 8 SpanKY gentoo-dev 2009-06-01 22:46:43 UTC
EAPI=1 allows for USE depends

dev-libs/openssl[!kerberos]

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