Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424090 Details for
Bug 573210
net-analyzer/rrdtool-1.5.5 fails tests with it_IT.UTF-8 locale, because of missing rpn1.output, and when USE=-graph
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rrdtool-1.5.5.
file_573210.txt (text/plain), 1.23 KB, created by
Paolo Pedroni
on 2016-01-28 15:32:33 UTC
(
hide
)
Description:
rrdtool-1.5.5.
Filename:
MIME Type:
Creator:
Paolo Pedroni
Created:
2016-01-28 15:32:33 UTC
Size:
1.23 KB
patch
obsolete
>--- /usr/portage/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild 2015-12-26 13:31:02.000000000 +0100 >+++ /usr/local/portage/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild 2016-01-28 16:25:29.559219740 +0100 >@@ -17,7 +17,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" >-IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" >+IUSE="dbi doc +graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" > REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" > > CDEPEND=" >@@ -70,6 +70,7 @@ > # At the next version bump, please see if you actually still need this > # before adding versions > cp "${FILESDIR}"/${P}-rrdrados.pod doc/rrdrados.pod || die >+ cp "${FILESDIR}"/${P}-rpn1.output tests/rpn1.output || die > > epatch \ > "${FILESDIR}"/${PN}-1.4.7-configure.ac.patch \ >@@ -142,7 +143,13 @@ > } > > src_test() { >- default >+ if use graph; then >+ local LANG=C >+ default >+ else >+ ewarn "Several tests fail with USE=-graph. Aborting tests..." >+ true >+ fi > } > > src_install() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 573210
:
424080
|
424082
|
424084
|
424086
|
424090
|
424092