GithubHelp home page GithubHelp logo

Comments (3)

fel1x-developer avatar fel1x-developer commented on May 26, 2024

Related: https://github.com/orgs/Homebrew/discussions/5183

from brew.

fel1x-developer avatar fel1x-developer commented on May 26, 2024

I found out that this is clang's new error since clang 16. I have no idea why this is happening in Xcode 15.3's CLT. Maybe Apple merged some clang 16's code.

FreeBSD had the same problem about 10 months ago, and they solved by patching hpricot.
FreeBSD bug

1 	--- ext/fast_xs/fast_xs.c.orig	2023-05-04 17:51:30 UTC
2	+++ ext/fast_xs/fast_xs.c
3	@@ -144,7 +144,7 @@ static VALUE unpack_utf8(VALUE self)
4	 	return rb_funcall(self, unpack_id, 1, U_fmt);
5	 }
6	 
7	-static VALUE unpack_uchar(VALUE self)
8	+static VALUE unpack_uchar(VALUE self, VALUE exc)
9	 {
10	 	return rb_funcall(self, unpack_id, 1, C_fmt);
11	 }
1 	--- ext/hpricot_scan/hpricot_scan.c.orig	2023-05-04 18:05:46 UTC
2	+++ ext/hpricot_scan/hpricot_scan.c
3	@@ -22,7 +22,7 @@ struct hpricot_struct {
4	 #define RSTRING_PTR(str) RSTRING(str)->ptr
5	 #endif
6	 
7	-VALUE hpricot_css(VALUE, VALUE, VALUE, VALUE, VALUE);
8	+VALUE hpricot_css(VALUE, VALUE, VALUE, VALUE);
9	 
10	 #define NO_WAY_SERIOUSLY "*** This should not happen, please file a bug report with the HTML you're parsing at http://github.com/hpricot/hpricot/issues.  So sorry!"
11	 

from brew.

Bo98 avatar Bo98 commented on May 26, 2024

Thanks, I've been working the last couple days on ripping out these old dependencies entirely.

from brew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.