Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596144 - =dev-vcs/git-2.10.0[perl]: build fails on Gentoo/FreeBSD, /usr/local/bin/perl: Command not found
Summary: =dev-vcs/git-2.10.0[perl]: build fails on Gentoo/FreeBSD, /usr/local/bin/perl...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 14:13 UTC by Yuta SATOH
Modified: 2018-03-20 12:04 UTC (History)
2 users (show)

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


Attachments
sample patch for git-2.10.1.ebuild (bug596144.patch,404 bytes, patch)
2016-10-04 14:22 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2016-10-04 14:13:48 UTC
The following message is displayed and fails to compile.

>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-vcs/git-2.10.0/work/git-2.10.0 ...
gmake -j8 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 INSTALLDIRS=vendor NO_SVN_TESTS=YesPlease THREADED_DELTA_SEARCH=YesPlease NO_CVS=YesPlease ASCIIDOC8=YesPlease ASCIIDOC_NO_ROFF=YesPlease DESTDIR=/var/tmp/portage/dev-vcs/git-2.10.0/image/ 'OPTCFLAGS=-O2 -pipe' OPTLDFLAGS= OPTCC=x86_64-gentoo-freebsd10.0-gcc OPTAR=x86_64-gentoo-freebsd10.0-ar prefix=/usr htmldir=/usr/share/doc/git-2.10.0/html sysconfdir=/etc PYTHON_PATH=/usr/bin/python2.7 PERL_MM_OPT= GIT_TEST_OPTS=--no-color V=1 perl/PM.stamp
GIT_VERSION = 2.10.0
gmake -j8 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 INSTALLDIRS=vendor NO_SVN_TESTS=YesPlease THREADED_DELTA_SEARCH=YesPlease NO_CVS=YesPlease ASCIIDOC8=YesPlease ASCIIDOC_NO_ROFF=YesPlease DESTDIR=/var/tmp/portage/dev-vcs/git-2.10.0/image/ 'OPTCFLAGS=-O2 -pipe' OPTLDFLAGS= OPTCC=x86_64-gentoo-freebsd10.0-gcc OPTAR=x86_64-gentoo-freebsd10.0-ar prefix=/usr htmldir=/usr/share/doc/git-2.10.0/html sysconfdir=/etc PYTHON_PATH=/usr/bin/python2.7 PERL_MM_OPT= GIT_TEST_OPTS=--no-color V=1 perl/perl.mak
    * new build flags
    * new prefix flags
gmake -C perl  PERL_PATH='/usr/local/bin/perl' prefix='/usr' perl.mak
gmake[1]: Entering directory '/var/tmp/portage/dev-vcs/git-2.10.0/work/git-2.10.0/perl'
/usr/local/bin/perl Makefile.PL PREFIX='/usr' INSTALL_BASE='' --localedir='/usr/share/locale'
gmake[1]: /usr/local/bin/perl: Command not found
gmake[1]: *** [Makefile:83: perl.mak] Error 127
gmake[1]: Leaving directory '/var/tmp/portage/dev-vcs/git-2.10.0/work/git-2.10.0/perl'
gmake: *** [Makefile:1848: perl/perl.mak] Error 2
 * ERROR: dev-vcs/git-2.10.0::gentoo failed (compile phase):
 *   emake failed
Comment 1 Yuta SATOH 2016-10-04 14:22:27 UTC
Created attachment 449128 [details, diff]
sample patch for git-2.10.1.ebuild

perl exists in /usr/bin on Gentoo/FreeBSD.

# which perl
/usr/bin/perl
Comment 2 Yuta SATOH 2018-03-20 12:04:06 UTC
This bug has been fixed in latest version.
closing.