Solved Installing Git from ports collection

Hi,

I've having some trouble installing Git from the ports tree, everything goes well and then at the very end this happens, I've searched around but I cant get my head around what is going wrong. Can somone point me in the right direction please

FreeBSD 10.3 (recently updated from 10.0, not by myself)

Code:
===>  Installing for git-2.13.0
===>   git-2.13.0 depends on executable: curl - found
===>   git-2.13.0 depends on executable: cvsps - found
===>   git-2.13.0 depends on package: p5-Error>=0 - found
===>   git-2.13.0 depends on package: p5-Authen-SASL>=0 - found
===>   git-2.13.0 depends on file: /usr/local/bin/python2.7 - found
===>   git-2.13.0 depends on file: /usr/local/bin/perl5.16.3 - found
===>   git-2.13.0 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so)
===>   git-2.13.0 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so)
===>   git-2.13.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>  Checking if git already installed
===>   Registering installation for git-2.13.0
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/I18N.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/IndexInfo.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Editor.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Fetcher.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/GlobSpec.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Log.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Memoize/YAML.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Migration.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Prompt.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Ra.pm:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/git/work/stage/usr/local/lib/perl5/site_perl/Git/SVN/Utils.pm:No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/devel/git
*** Error code 1
 
Update your Perl. The default version is currently 5.24 and you still have 5.16.
 
Back
Top