Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165740 - net-libs/libgsasl - invalid usage of USE=static
Summary: net-libs/libgsasl - invalid usage of USE=static
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: invalid-static 182434
  Show dependency tree
 
Reported: 2007-02-07 11:17 UTC by Jakub Moc (RETIRED)
Modified: 2008-06-15 13:04 UTC (History)
2 users (show)

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


Attachments
net-libs/libgsasl/libgsasl-0.2.18.ebuild (libgsasl-0.2.18.ebuild,1.11 KB, patch)
2007-07-03 13:54 UTC, Priit Laes (IRC: plaes)
Details | Diff

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