Summary: | ide-smart does not respect USE=static | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ole Tange <bugs.gentoo.org> |
Component: | Current packages | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | aross |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ole Tange
2004-07-19 01:46:29 UTC
There is no maintainer for this package, and the last change was made Dec 2002 (which was to mark stable on sparc). I don't think this will be fixed anytime soon - it's not like ide-smart ever claimed to support the "static" use flag: andrew-desktop / # grep IUSE /usr/portage/app-admin/ide-smart/* /usr/portage/app-admin/ide-smart/ide-smart-1.4.ebuild:IUSE="" Furthermore, the binary is only linked against the standard c library! There is little, if any, benefit in statically linking it. This should probably be closed "WONTFIX". At the very least, the severity should be changed from "normal" to "enhancement" (since the bug is really a request for additional functionality - namely, support for the "static" use flag). I'm closing this as WONTFIX for the reasons Andrew has mentioned in comment #1: the application only requires the C library and hence there would be little gained advantage by linking it statically. Just to clear up why it is interesting for me to have ide-smart statically linked: I often use Gentoo to create executables for people using other distributions. Therefore I cannot assume they have the same version of the C-library, but a statically linked binary will work even if they C-library is very old. |