question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New release please!

See original GitHub issue

Trying to install with brew install --HEAD chisel errors out:

==> Cloning https://github.com/facebook/chisel.git
Updating /Users/iulian/Library/Caches/Homebrew/chisel--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 7782bdd Make chisel compatible with Python 3 (#266)
Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - PATENTS

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:13
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
joshavantcommented, Nov 8, 2019

Just a heads up: If you want to sidestep Homebrew and install Chisel manually, you can do this:

git clone git@github.com:facebook/chisel.git /usr/local/opt/chisel

then add the following line to your ~/.lldbinit file:

command script import /usr/local/opt/chisel/fblldb.py
5reactions
dispatchMaincommented, Dec 2, 2019

Either what @joshavant said or you can just paste the PAENTS file from any older releases like this one in ~/Library/Caches/Homebrew/chisel--git/ folder once you receive the error and run brew install --HEAD chisel command again. This workaround will allow you keep managing chisel via homebrew.

Read more comments on GitHub >

github_iconTop Results From Across the Web

googleapis/release-please - GitHub
Release Please automates CHANGELOG generation, the creation of GitHub releases, and version bumps for your projects. It does so by parsing your git...
Read more >
Release Please: automation of your GitHub releases - Padok
Setting up Release Please in your GitHub repos is quite simple and allows you to easily create new releases, with great-looking changelogs ...
Read more >
Release Please for Ruby | GitHub Actions - DEV Community ‍ ‍
release -please is a project maintained by the GoogleApi's team which automatically keeps a coherent changelog of your application as it grows as ......
Read more >
release-please-action VS release-please-demo - LibHunt
Release Please Action is a GitHub action created by Google to automate releases with Conventional Commit Messages. As you merge PR's into your...
Read more >
Engelbert Humperdinck - Please release me - 1989 - YouTube
0:00 · New ! Watch ads now so you can enjoy fewer interruptions. Got it ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found