Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193334 Details for
Bug 272128
ERROR: sys-libs/libsmbios-2.2.16 failed: error: array subscript is above array bounds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified libsmbios-2.2.16.ebuild
libsmbios-2.2.16.ebuild (text/plain), 1.54 KB, created by
ipse
on 2009-06-02 22:36:53 UTC
(
hide
)
Description:
Modified libsmbios-2.2.16.ebuild
Filename:
MIME Type:
Creator:
ipse
Created:
2009-06-02 22:36:53 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-libs/libsmbios/libsmbios-2.2.16.ebuild,v 1.1 2009/05/25 21:46:43 cedk Exp $ > >#EAPI=2 > >inherit eutils python bash-completion flag-o-matic > >DESCRIPTION="Provide access to (SM)BIOS information" >HOMEPAGE="http://linux.dell.com/libsmbios/main/index.html" >SRC_URI="http://linux.dell.com/libsmbios/download/libsmbios/${P}/${P}.tar.bz2" > >LICENSE="GPL-2 OSL-2.0" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~x86" >IUSE="doc graphviz nls python test" > >RDEPEND="dev-libs/libxml2 > sys-libs/zlib > nls? ( virtual/libintl ) > python? ( >=dev-lang/python-2.3 )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > doc? ( app-doc/doxygen ) > graphviz? ( media-gfx/graphviz ) > nls? ( sys-devel/gettext ) > test? ( >=dev-util/cppunit-1.9.6 )" > >src_prepare() { > rm pkg/py-compile > ln -s "$(type -P true)" pkg/py-compile || die > #epatch "${FILESDIR}/libsmbios-2.2.16-huita.patch" >} > >src_compile() { > filter-flags -Werror > strip-flags -Werror > econf \ > $(use_enable doc doxygen) \ > $(use_enable graphviz) \ > $(use_enable nls) \ > $(use_enable python) || die > emake || die "Make failed!" >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > > rm -rf "${D}etc/yum" > rm -rf "${D}usr/lib/yum-plugins" > > insinto /usr/include/ > doins -r src/include/smbios/ > > dodoc AUTHORS ChangeLog NEWS README TODO >} > >pkg_postinst() { > use python && python_mod_optimize /usr/share/smbios-utils >} > >pkg_postrm() { > use python && python_mod_optimize /usr/share/smbios-utils >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 272128
: 193334 |
200180