avatar soap
soap
30 Aug 2017

Steps to reproduce the issue

Run "vendor\bin\robo build" in cli.

Expected result

The package was successfully built.

Actual result

Fatal error: Uncaught Error: Call to a member function newBuilder() D:\Joomla Projects\weblinks\vendor\consolidation\robo\src\Common\BuilderAwareTrait.php:43

System information (as much as possible)

Windows 10 with PHP 7.0.3

Additional comments

Before upgrade to the latest update its works fine.

avatar soap soap - open - 30 Aug 2017
avatar soap soap - change - 30 Aug 2017
The description was changed
avatar soap soap - edited - 30 Aug 2017
avatar soap soap - change - 30 Aug 2017
Title
Fatal error when build the package.
Fatal error when building the package.
avatar soap soap - edited - 30 Aug 2017
avatar soap soap - change - 30 Aug 2017
Title
Fatal error when build the package.
Fatal error when building the package.
avatar 810
810 - comment - 31 Aug 2017

got it working on my pr, we need only a travis fix.

avatar soap
soap - comment - 2 Sep 2017

@810 Sorry but you mean using your pull request branch, it is ok. What is your OS and PHP version?

avatar soap
soap - comment - 2 Sep 2017

Ok I found the cause of problem in RoboFile.php; method getExecutableExtension(). If I not call

if (!$this->_exec('git.exe --version')->getMessage())

and immediately return '', it works.

avatar astridx
astridx - comment - 4 Nov 2017

@soap and @810 Can we close this issue as you found the solution?

avatar Bakual
Bakual - comment - 11 Jan 2018

Nope, as the issue still exists.
I stumbled over the same problem. I wonder why that method even exists.

avatar Bakual
Bakual - comment - 11 Jan 2018

I tried to fix it with #381
That one worked for me, allthough I don't know if the whe method is even needed.

avatar joomdonation joomdonation - change - 18 Aug 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-08-18 08:04:15
Closed_By joomdonation
avatar joomdonation joomdonation - close - 18 Aug 2021
avatar joomdonation
joomdonation - comment - 18 Aug 2021

I just built the package myself and it worked. So I guess the issue was fixed elsewhere and close this issue. Feel free to re-open if you still get the issue. Thanks !

Add a Comment

Login with GitHub to post a comment