Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470592 - dev-vcs/git-1.8.1.5[-perl] fails
Summary: dev-vcs/git-1.8.1.5[-perl] fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PATCH, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-05-19 00:01 UTC by Nikoli
Modified: 2013-07-09 08:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for ebuild (git-1.8.1.5.ebuild.patch,575 bytes, patch)
2013-05-19 00:01 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-05-19 00:01:16 UTC
Created attachment 348628 [details, diff]
patch for ebuild

$tests_perl needs updating:
 * __helpers_die: WARNING: emake failed
make -j9 BLK_SHA1=YesPlease NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease INSTALL=install TAR=tar SHELL_PATH=/bin/sh SANE_TOOL_PATH= OLD_ICONV= NO_EXTERNAL_GREP= NO_TCLTK=YesPlease USE_LIBPCRE=yes NO_PERL=YesPlease NO_PYTHON=YesPlease NO_SVN_TESTS=YesPlease THREADED_DELTA_SEARCH=YesPlease NO_CVS=YesPlease ASCIIDOC_NO_ROFF=YesPlease DESTDIR=/var/tmp/portage/dev-vcs/git-1.8.1.5/image/ 'OPTCFLAGS=-march=corei7-avx -O2 -pipe' 'OPTLDFLAGS=-Wl,-O1 -Wl,--as-needed' OPTCC=x86_64-pc-linux-gnu-gcc OPTAR=x86_64-pc-linux-gnu-ar prefix=/usr htmldir=/usr/share/doc/git-1.8.1.5/html sysconfdir=/etc PYTHON_PATH= PERL_MM_OPT= GIT_TEST_OPTS=--no-color aggregate-results 
for f in test-results/t*-*.counts; do \
        echo "$f"; \
done | '/bin/sh' ./aggregate-results.sh

failed test(s): t3701 t7501

fixed   0
success 8150
failed  2
broken  56
total   8538
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-09 08:42:06 UTC
+*git-1.8.3.2 (09 Jul 2013)
+
+  09 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.3.2.ebuild:
+  Non-maintainer commit: Version bump (bug #467856). Converted ebuild to EAPI-5
+  and python-single-r1 eclass. Added gtk -> python REQUIRED_USE (bug #451374).
+  Hopefully fixed test failure with USE=-perl (bug #470592). Added installation
+  of git-remote-hg (bug #465808) and git-remote-bzr with USE=python.
+