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

Bug 165740

Summary: net-libs/libgsasl - invalid usage of USE=static
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: halcy0n, plaes
Priority: High Keywords: QAcanfix
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 165629, 182434    
Attachments: net-libs/libgsasl/libgsasl-0.2.18.ebuild

Description Jakub Moc (RETIRED) gentoo-dev 2007-02-07 11:17:43 UTC
Please, remove the flag and always install both static and shared libraries...

http://marc.theaimsgroup.com/?l=gentoo-dev&m=116026024223024&w=2
Comment 1 Priit Laes (IRC: plaes) 2007-07-03 13:54:23 UTC
Created attachment 123771 [details, diff]
net-libs/libgsasl/libgsasl-0.2.18.ebuild

Removed static USE flag and added new note under TODO

plaes@sol ~/code/gentoo/local/net-libs/libgsasl $ diff -u /usr/portage/net-libs/
libgsasl/libgsasl-0.2.10.ebuild libgsasl-0.2.18.ebuild 
--- /usr/portage/net-libs/libgsasl/libgsasl-0.2.10.ebuild       2006-01-02 15:57:55.000000000 +0000
+++ libgsasl-0.2.18.ebuild      2007-07-03 16:52:10.000000000 +0000
@@ -9,8 +9,9 @@
 SLOT="0"
 # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
 #      optional external libraries.
+#    * ntlm - libntlm ( http://josefsson.org/libntlm/ )
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kerberos nls static idn"
+IUSE="kerberos nls idn"
 PROVIDE="virtual/gsasl"
 DEPEND="virtual/libc
        nls? ( sys-devel/gettext )
@@ -25,7 +26,6 @@
                $(use_enable kerberos kerberosv5) \
                $(use_with idn stringprep) \
                $(use_enable nls) \
-               $(use_enable static) \
        || die "econf failed"
        emake || die "emake failed"
 }
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2007-11-24 22:04:45 UTC
Someone from net-mail, please? :)
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2007-12-18 04:09:30 UTC
While you are at it, you can remove the DEP on virtual/libc since its an implied system dependency.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-01-14 23:05:07 UTC
Ping!
Comment 5 Tobias Scherbaum (RETIRED) gentoo-dev 2008-06-15 13:04:54 UTC
fixed in 0.2.26