d12frosted / homebrew-emacs-plus

Emacs Plus formulae for the Homebrew package manager
MIT License
2.24k stars 175 forks source link

[Build Failure]: the latest 30 commit with --with-poll option #677

Closed vinurs closed 3 months ago

vinurs commented 3 months ago

Version

emacs-plus@30

Make sure to follow these steps before submitting the issue

What happened?

$ brew install emacs-plus@30 --with-dbus --with-debug --with-mailutils --with-elrumo2-icon --with-imagemagick --with-xwidgets --with-poll
Command output

brew install emacs-plus@30 --with-dbus --with-debug --with-mailutils --with-elrumo2-icon --with-imagemagick --with-xwidgets --with-poll
==> Fetching d12frosted/emacs-plus/emacs-plus@30
==> Cloning https://github.com/emacs-mirror/emacs.git
Cloning into '/Users/vinurs/Library/Caches/Homebrew/emacs-plus@30--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> Installing emacs-plus@30 from d12frosted/emacs-plus
==> Patching
==> Applying fix-window-role.patch
patching file 'src/nsterm.m'
==> Applying system-appearance.patch
patching file 'src/frame.h'
patching file 'src/nsfns.m'
patching file 'src/nsterm.m'
==> Applying poll.patch
patching file configure.ac
1 out of 4 hunks failed--saving rejects to configure.ac.rej
patching file 'src/nsterm.m'
patching file 'src/process.c'
patching file 'src/sysdep.c'
patching file 'src/syspoll.h'
patching file 'src/sysselect.h'

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/d12frosted/homebrew-emacs-plus/issues
  

brew doctor output

brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Some installed kegs have no formulae! This means they were either deleted or installed manually. You should find replacements for the following formulae: python-mutagen python-brotli python-markupsafe

Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: alerter exa fasd gpm openssl@1.1

Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail.

Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected dylibs: /usr/local/lib/libfuse-t-1.0.36.dylib

Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected '.pc' files: /usr/local/lib/pkgconfig/fuse-t.pc

Warning: Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected static libraries: /usr/local/lib/libfuse-t-1.0.36.a

Warning: You have unlinked kegs in your Cellar. Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on those kegs to fail to run properly once built. Run brew link on these: glib numpy certifi

brew config output

HOMEBREW_VERSION: 4.2.16-5-gbf4039e ORIGIN: https://github.com/Homebrew/brew HEAD: bf4039e12020732e065132a56fc89b254137a920 Last commit: 2 hours ago Core tap HEAD: 3d0b3b5be8e656db25c2235436aad705a0a96cd3 Core tap last commit: 30 minutes ago Core tap JSON: 01 Apr 21:34 UTC Core cask tap HEAD: dbedaa0db8d1125dc2f3cac8d96ea351378ad7e6 Core cask tap last commit: 13 minutes ago Core cask tap JSON: 01 Apr 21:34 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_MAKE_JOBS: 10 HOMEBREW_SORBET_RUNTIME: set http_proxy: http://127.0.0.1:7890 https_proxy: http://127.0.0.1:7890 Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby CPU: 10-core 64-bit arm_firestorm_icestorm Clang: 15.0.0 build 1500 Git: 2.44.0 => /opt/homebrew/bin/git Curl: 8.4.0 => /usr/bin/curl macOS: 14.4.1-arm64 CLT: 15.3.0.0.1.1708646388 Xcode: 15.3 Rosetta 2: false

Any extra information

No response