Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272076 - net-misc/wget ebuilds ignore that mit-krb5 doesn't provide static libs
Summary: net-misc/wget ebuilds ignore that mit-krb5 doesn't provide static libs
Status: RESOLVED DUPLICATE of bug 246556
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 12:14 UTC by Christian Korff
Modified: 2009-06-01 22:46 UTC (History)
0 users

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


Attachments
patch for wget-1.11.1.ebuild (wget-kerberos-workaround-1.11.1.patch,597 bytes, patch)
2009-06-01 12:19 UTC, Christian Korff
Details | Diff
patch for wget-1.9.1-r5.ebuild (wget-kerberos-workaround-1.9.1-r5.patch,550 bytes, patch)
2009-06-01 12:26 UTC, Christian Korff
Details | Diff
patch for wget-1.10.2.ebuild (wget-kerberos-workaround-1.10.2.patch,585 bytes, patch)
2009-06-01 12:27 UTC, Christian Korff
Details | Diff
patch for wget-1.11-r1.ebuild (wget-kerberos-workaround-1.11-r1.patch,613 bytes, patch)
2009-06-01 12:35 UTC, Christian Korff
Details | Diff
patch for wget-1.11.2.ebuild (wget-kerberos-workaround-1.11.2.patch,597 bytes, patch)
2009-06-01 12:44 UTC, Christian Korff
Details | Diff
patch for wget-1.11.3.ebuild (wget-kerberos-workaround-1.11.3.patch,597 bytes, patch)
2009-06-01 12:44 UTC, Christian Korff
Details | Diff
patch for wget-1.11.4.ebuild (wget-kerberos-workaround-1.11.4.patch,597 bytes, patch)
2009-06-01 12:45 UTC, Christian Korff
Details | Diff

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