-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to use homebrew make when installed as gmake #459
Labels
Comments
d12frosted
added a commit
that referenced
this issue
Apr 29, 2022
d12frosted
added a commit
that referenced
this issue
Apr 29, 2022
Hey, thanks for the report. Here is potential fix - #460. Would be glad if you test it without any You can do that by executing the following (assuming you have $ cd $(brew tap-info --json d12frosted/emacs-plus | jq -r '.[0].path')
$ git fetch
$ git switch fix/dependency-on-gnu-make
$ brew uninstall emacs-plus@29
$ brew install --verbose emacs-plus@29 --with-nobu417-big-sur-icon --with-native-comp |
Yup, that seems to fix it 👍🏻 |
d12frosted
added a commit
that referenced
this issue
Apr 29, 2022
@cdlm thanks for checking this out. Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew update
and try to reproduce the issue againbrew doctor
, fix all issues and try to reproduce your issue againbrew config
andbrew doctor
and include their outputWhat you were trying to do
emacs-plus@29
recently started failing to rebuild, but my symptoms were different from #455 (I'm on M1 and it was stopping withfailed to run make
and no details.What happened (include command output)
Command output
I have GNU Make 4.3 installed from homebrew, but visible only as
gmake
in the path; I'm guessing the build was finding/usr/bin/make
which is BSD Make and fails. Apparently there were recent changes about how environment is handled? Because the above command was working fine until about the same time as #455 started happening.Anyway, I solved the problem by re-running the build with an extended
$PATH
as advised bybrew info make
, suggesting the formula should ensure it has a GNUmake
or somehow falls back togmake
?Output of
brew config
Output of
brew doctor
The text was updated successfully, but these errors were encountered: