Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316307 Details for
Bug 423475
net-analyzer/snips-1.2-r2: fails to build/install on Linux 3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
snips-1.2-r3.ebuild
snips-1.2-r3.ebuild (text/plain), 2.50 KB, created by
Tony Vroon (RETIRED)
on 2012-06-26 15:03:48 UTC
(
hide
)
Description:
snips-1.2-r3.ebuild
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2012-06-26 15:03:48 UTC
Size:
2.50 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild,v 1.4 2012/06/12 03:16:00 zmedico Exp $ > >EAPI=4 > >inherit base toolchain-funcs user > >DESCRIPTION="System & Network Integrated Polling Software" >HOMEPAGE="http://www.netplex-tech.com/snips/" >SRC_URI="http://www.netplex-tech.com/software/downloads/${PN}/${P}.tar.gz" >LICENSE="as-is" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="dev-lang/perl > virtual/mailx > net-analyzer/rrdtool > >=net-misc/iputils-20071127-r2 > sys-libs/gdbm > sys-libs/ncurses" > >PATCHES=( > "${FILESDIR}/${P}-ldflags-respect.patch" > "${FILESDIR}/${P}-parallel-make.patch" > "${FILESDIR}/${P}-non-interactive.patch" > "${FILESDIR}/${P}-install-missing.patch" > "${FILESDIR}/${P}-implicit-declarations.patch" > "${FILESDIR}/${P}-conflicting-types.patch" > "${FILESDIR}/${P}-code-ordering.patch" > "${FILESDIR}/${P}-destdir-awareness.patch" > "${FILESDIR}/${P}-trapmon-link-order.patch" > "${FILESDIR}/${P}-nsmon-libresolv.patch" > "${FILESDIR}/${P}-etherload-makefile-ordering.patch" >) > >src_prepare() { > # Gentoo-specific non-interactive configure override > cp "${FILESDIR}/${P}-r2-precache-config" "${S}/Config.cache" \ > || die "Unable to precache configure script answers" > echo "CFLAGS=\"${CFLAGS} -fPIC\"" >> "${S}/Config.cache" > echo "CC=\"$(tc-getCC)\"" >> "${S}/Config.cache" > echo "SRCDIR=\"${S}\"" >> "${S}/Config.cache" > base_src_prepare >} > >src_compile() { > # Looks horrid due to missing linebreaks, suppress output > ebegin "Running configure script (with precached settings)" > ./Configure &> /dev/null || die "Unable to configure" > eend $? > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >} > >pkg_preinst() { > enewgroup snips > enewuser snips -1 -1 /usr/snips snips >} > >pkg_postinst() { > ebegin "Fixing permissions" > chown -R snips:snips "${ROOT}"usr/snips > for x in data logs msgs rrddata run web device-help etc; do > chmod -R g+w "${ROOT}usr/snips/${x}" \ > || die "Unable to chmod ${x}" > done > chown root:snips "${ROOT}usr/snips/bin/multiping" || die "chown root failed" > chown root:snips "${ROOT}usr/snips/bin/etherload" || die "chown root failed" > chown root:snips "${ROOT}usr/snips/bin/trapmon" || die "chown root failed" > chmod u+s "${ROOT}usr/snips/bin/multiping" || die "SetUID root failed" > chmod u+s "${ROOT}usr/snips/bin/etherload" || die "SetUID root failed" > chmod u+s "${ROOT}usr/snips/bin/trapmon" || die "SetUID root failed" > eend $? >}
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 423475
: 316307 |
316309
|
316311
|
316313
|
316315
|
316317
|
329754