Error when installing from homebrew
chris-wickens opened this issue · comments
My CI build just started getting an error when running brew install --HEAD lcov
which I imagine relates to the batch of commits pushed to master about an hour ago.
Is it possible to get a release of the last few months' changes so we can have a stable version to install via homebrew? Specifically I need this commit: 23d166a
Error details:
You have 29 outdated formulae installed.
==> Fetching lcov
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/1d139cf5f4ec994431136edf5476135fa8a8d7cc/Formula/l/lcov.rb
######################################################################################################################################################################################################### 100.0%
==> Downloading https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz
######################################################################################################################################################################################################### 100.0%
==> Downloading https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-0.20.tar.gz
######################################################################################################################################################################################################### 100.0%
==> Cloning https://github.com/linux-test-project/lcov.git
Cloning into '/Users/chriswickens/Library/Caches/Homebrew/lcov--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/lcov/HEAD-d97b0ee_1/libexec
==> make
==> make install
==> perl Makefile.PL INSTALL_BASE=/opt/homebrew/Cellar/lcov/HEAD-d97b0ee_1/libexec
==> make
==> make install
==> make PREFIX=/opt/homebrew/Cellar/lcov/HEAD-d97b0ee_1 BIN_DIR=/opt/homebrew/Cellar/lcov/HEAD-d97b0ee_1/bin MAN_DIR=/opt/homebrew/Cellar/lcov/HEAD-d97b0ee_1/share/man install
Last 15 lines from /Users/chriswickens/Library/Logs/Homebrew/lcov/07.make:
install: /lcov: Operation not permitted
Error: cannot stat /lcov: No such file or directory
INSTALL /genhtml
install: /genhtml: Operation not permitted
Error: cannot stat /genhtml: No such file or directory
INSTALL /geninfo
install: /geninfo: Operation not permitted
Error: cannot stat /geninfo: No such file or directory
INSTALL /genpng
install: /genpng: Operation not permitted
Error: cannot stat /genpng: No such file or directory
INSTALL /gendesc
install: /gendesc: Operation not permitted
Error: cannot stat /gendesc: No such file or directory
make: *** [install] Error 2
READ THIS: https://docs.brew.sh/Troubleshooting
lcov's formula was built from an unstable upstream --HEAD.
This build failure is expected behaviour.
Do not create issues about this on Homebrew's GitHub repositories.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
Sorry about that. Unsuccessfully juggling too much.
Ought to be fixed in 79e574b
With respect to release: will let Peter comment.
Henry
That's fixed, thanks Henry.
As my high school shop teacher used to say:
He who makes no mistakes, makes nothing at all.
But sorry about the bug.
I'm going to go ahead and close this as I think the proximate issue is fixed.
If there is still a problem - please reopen this issue or file a new one.
If it all posible, please provide a testcase which illustrates the problem - e.g., the command line above helped a lot :-)
Thanks