Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 377946 Details for
Bug 485496
sys-apps/lshw-02.17b - lshw -short: segmentation fault while accessing block device with corrupt partition
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild using the patch
lshw-02.17b.ebuild (text/plain), 1.69 KB, created by
Juergen Rose
on 2014-05-31 14:33:09 UTC
(
hide
)
Description:
ebuild using the patch
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2014-05-31 14:33:09 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/lshw/lshw-02.17b.ebuild,v 1.1 2013/08/08 19:42:32 mr_bones_ Exp $ > >EAPI=4 >inherit flag-o-matic eutils toolchain-funcs > >MAJ_PV=${PV:0:${#PV}-1} >MIN_PVE=${PV:0-1} >MIN_PV=${MIN_PVE/b/B} > >MY_P="$PN-$MIN_PV.$MAJ_PV" >DESCRIPTION="Hardware Lister" >HOMEPAGE="http://ezix.org/project/wiki/HardwareLiSter" >SRC_URI="http://ezix.org/software/files/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" >IUSE="gtk sqlite static" > >REQUIRED_USE="static? ( !gtk )" > >RDEPEND="gtk? ( x11-libs/gtk+:2 ) > sqlite? ( dev-db/sqlite:3 )" >DEPEND="${RDEPEND} > gtk? ( virtual/pkgconfig ) > sqlite? ( virtual/pkgconfig )" >RDEPEND="${RDEPEND} > sys-apps/hwids" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > epatch "${FILESDIR}"/${P}-gentoo.patch > # correct gettext behavior > if [[ -n "${LINGUAS+x}" ]] ; then > local langs > > for i in $(cd src/po ; echo *.po | sed 's/\.po//') ; do > if has ${i} ${LINGUAS} ; then > langs += " ${i}" > fi > done > sed -i \ > -e "/^LANGUAGES =/ s/=.*/= $langs/" \ > src/po/Makefile || die > fi > epatch "${FILESDIR}"/${P}-fat.patch >} > >src_compile() { > tc-export CC CXX AR > use static && append-ldflags -static > > local sqlite=$(usex sqlite 1 0) > > emake SQLITE=$sqlite all > if use gtk ; then > emake SQLITE=$sqlite gui > fi >} > >src_install() { > emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install > dodoc README docs/* > if use gtk ; then > emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-gui > make_desktop_entry /usr/sbin/gtk-lshw "Hardware Lister" "/usr/share/lshw/artwork/logo.svg" > fi >}
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 485496
: 377946 |
377948
|
379714
|
379716