René's URL Explorer Experiment


Title: GitHub · Where software is built

Open Graph Title: sass/sassc-ruby

X Title: sass/sassc-ruby

Description: Use libsass with Ruby! Contribute to sass/sassc-ruby development by creating an account on GitHub.

Open Graph Description: Use libsass with Ruby! Contribute to sass/sassc-ruby development by creating an account on GitHub.

X Description: Use libsass with Ruby! Contribute to sass/sassc-ruby development by creating an account on GitHub.

Opengraph URL: https://github.com/sass/sassc-ruby

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Sassc 2.4.0 installation error in Mac 12.3.1(Monterey)","articleBody":"Hello,\r\nI'm getting below error while running bundle install in my rails application \r\n\r\n```\r\ncurrent directory: /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0/ext\r\n/Users/varma/.rbenv/versions/2.7.5/bin/ruby -I /Users/varma/.rbenv/versions/2.7.5/lib/ruby/site_ruby/2.7.0 -r ./siteconf20220408-40736-ygna4f.rb extconf.rb --use-system-libraries\r\ncreating Makefile\r\n\r\ncurrent directory: /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0/ext\r\nmake DESTDIR\\= clean\r\n\r\ncurrent directory: /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0/ext\r\nmake DESTDIR\\=\r\ncompiling ./libsass/src/ast.cpp\r\ncompiling ./libsass/src/ast2c.cpp\r\ncompiling ./libsass/src/ast_fwd_decl.cpp\r\ncompiling ./libsass/src/ast_sel_cmp.cpp\r\ncompiling ./libsass/src/ast_sel_super.cpp\r\ncompiling ./libsass/src/ast_sel_unify.cpp\r\ncompiling ./libsass/src/ast_sel_weave.cpp\r\ncompiling ./libsass/src/ast_selectors.cpp\r\ncompiling ./libsass/src/ast_supports.cpp\r\ncompiling ./libsass/src/ast_values.cpp\r\ncompiling ./libsass/src/backtrace.cpp\r\ncompiling ./libsass/src/base64vlq.cpp\r\ncompiling ./libsass/src/bind.cpp\r\ncompiling ./libsass/src/c2ast.cpp\r\ncompiling ./libsass/src/c99func.c\r\ncompiling ./libsass/src/cencode.c\r\ncompiling ./libsass/src/check_nesting.cpp\r\ncompiling ./libsass/src/color_maps.cpp\r\ncompiling ./libsass/src/constants.cpp\r\ncompiling ./libsass/src/context.cpp\r\ncompiling ./libsass/src/cssize.cpp\r\ncompiling ./libsass/src/emitter.cpp\r\ncompiling ./libsass/src/environment.cpp\r\ncompiling ./libsass/src/error_handling.cpp\r\ncompiling ./libsass/src/eval.cpp\r\ncompiling ./libsass/src/eval_selectors.cpp\r\ncompiling ./libsass/src/expand.cpp\r\ncompiling ./libsass/src/extender.cpp\r\ncompiling ./libsass/src/extension.cpp\r\ncompiling ./libsass/src/file.cpp\r\ncompiling ./libsass/src/fn_colors.cpp\r\ncompiling ./libsass/src/fn_lists.cpp\r\ncompiling ./libsass/src/fn_maps.cpp\r\ncompiling ./libsass/src/fn_miscs.cpp\r\ncompiling ./libsass/src/fn_numbers.cpp\r\n./libsass/src/fn_numbers.cpp:98:16: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]\r\n      r-\u003evalue(std::abs(r-\u003evalue()));\r\n               ^\r\n./libsass/src/fn_numbers.cpp:98:16: note: use function 'std::abs' instead\r\n      r-\u003evalue(std::abs(r-\u003evalue()));\r\n               ^~~~~~~~\r\n               std::abs\r\n./libsass/src/fn_numbers.cpp:98:16: note: include the header \u003ccmath\u003e or explicitly provide a declaration for 'std::abs'\r\n1 warning generated.\r\ncompiling ./libsass/src/fn_selectors.cpp\r\nIn file included from ./libsass/src/fn_selectors.cpp:1:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/numeric:149:\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:642:26: error: no template named 'numeric_limits'\r\n    bool _FloatBigger = (numeric_limits\u003c_FloatT\u003e::digits \u003e numeric_limits\u003c_IntT\u003e::digits),\r\n                         ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:642:60: error: no template named 'numeric_limits'\r\n    bool _FloatBigger = (numeric_limits\u003c_FloatT\u003e::digits \u003e numeric_limits\u003c_IntT\u003e::digits),\r\n                                                           ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:643:18: error: no template named 'numeric_limits'\r\n    int _Bits = (numeric_limits\u003c_IntT\u003e::digits - numeric_limits\u003c_FloatT\u003e::digits)\u003e\r\n                 ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:643:50: error: no template named 'numeric_limits'\r\n    int _Bits = (numeric_limits\u003c_IntT\u003e::digits - numeric_limits\u003c_FloatT\u003e::digits)\u003e\r\n                                                 ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:648:17: error: no template named 'numeric_limits'\r\n  static_assert(numeric_limits\u003c_FloatT\u003e::radix == 2, \"FloatT has incorrect radix\");\r\n                ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:651:25: error: no template named 'numeric_limits'\r\n  return _FloatBigger ? numeric_limits\u003c_IntT\u003e::max() :  (numeric_limits\u003c_IntT\u003e::max() \u003e\u003e _Bits \u003c\u003c _Bits);\r\n                        ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:651:58: error: no template named 'numeric_limits'\r\n  return _FloatBigger ? numeric_limits\u003c_IntT\u003e::max() :  (numeric_limits\u003c_IntT\u003e::max() \u003e\u003e _Bits \u003c\u003c _Bits);\r\n                                                         ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:645:25: error: no return statement in constexpr function\r\n_LIBCPP_CONSTEXPR _IntT __max_representable_int_for_float() _NOEXCEPT {\r\n                        ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:661:16: error: no template named 'numeric_limits'\r\n  using _Lim = numeric_limits\u003c_IntT\u003e;\r\n               ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:664:12: error: use of undeclared identifier '_Lim'\r\n    return _Lim::max();\r\n           ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:665:21: error: use of undeclared identifier '_Lim'\r\n  } else if (__r \u003c= _Lim::lowest()) {\r\n                    ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:666:12: error: use of undeclared identifier '_Lim'\r\n    return _Lim::min();\r\n           ^\r\nIn file included from ./libsass/src/fn_selectors.cpp:1:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/numeric:150:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:490:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/search.h:15:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iterator_traits.h:14:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h:14:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/concepts:134:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional_base:22:\r\nIn file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/exception:83:\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdlib:138:9: error: target of using declaration conflicts with declaration already in scope\r\nusing ::abs _LIBCPP_USING_IF_EXISTS;\r\n        ^\r\n/usr/local/include/stdlib.h:132:6: note: target of using declaration\r\nint      abs(int) __pure2;\r\n         ^\r\n/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:338:1: note: conflicting declaration\r\nusing ::abs _LIBCPP_USING_IF_EXISTS;\r\n^\r\n13 errors generated.\r\nmake: *** [fn_selectors.o] Error 1\r\n\r\nmake failed, exit code 2\r\n\r\nGem files will remain installed in /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0 for inspection.\r\nResults logged to /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/extensions/arm64-darwin-21/2.7.0/sassc-2.4.0/gem_make.out\r\n\r\nAn error occurred while installing sassc (2.4.0), and Bundler cannot continue.\r\nMake sure that `gem install sassc -v '2.4.0' --source 'https://rubygems.org/'` succeeds before bundling.\r\n\r\nIn Gemfile:\r\n  s3_direct_upload was resolved to 0.1.7, which depends on\r\n    sass-rails was resolved to 6.0.0, which depends on\r\n      sassc-rails was resolved to 2.1.2, which depends on\r\n        sassc\r\n\r\n\r\n```\r\n\r\nPlease help me to resolve this issue. Thank you.\r\n\r\n","author":{"url":"https://github.com/sreenud","@type":"Person","name":"sreenud"},"datePublished":"2022-04-08T05:30:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/234/sassc-ruby/issues/234"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:9e60bc27-996c-3f91-e091-ae05b04b6326
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idED70:118805:2AA3FDB:36C6971:6992A89D
html-safe-nonce916c60e1df007da5a1d2bf743b9f441110eae363c8ba16ad09f8f76f0018154f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDcwOjExODgwNToyQUEzRkRCOjM2QzY5NzE6Njk5MkE4OUQiLCJ2aXNpdG9yX2lkIjoiMzkxMzk3MzExODQ0ODg3MTU4MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6a31f1c5538de4ff8c2f4ad27a3a4a1940bbfbbd9eec2d65439b9dee538821da
hovercard-subject-tagrepository:31403576
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/sass/sassc-ruby/issues/234
twitter:imagehttps://opengraph.githubassets.com/4673220bee365bbba0edada952af64db1c1c568961cdf71a80952ca415f97d46/sass/sassc-ruby
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4673220bee365bbba0edada952af64db1c1c568961cdf71a80952ca415f97d46/sass/sassc-ruby
og:image:altUse libsass with Ruby! Contribute to sass/sassc-ruby development by creating an account on GitHub.
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-cache
go-importgithub.com/sass/sassc-ruby git https://github.com/sass/sassc-ruby.git
octolytics-dimension-user_id317889
octolytics-dimension-user_loginsass
octolytics-dimension-repository_id31403576
octolytics-dimension-repository_nwosass/sassc-ruby
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31403576
octolytics-dimension-repository_network_root_nwosass/sassc-ruby
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/sass/sassc-ruby/issues/234#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsass%2Fsassc-ruby%2Fissues%2F234
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsass%2Fsassc-ruby%2Fissues%2F234
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fissues%2Fshow&source=header-repo&source_repo=sass%2Fsassc-ruby
Reloadhttps://patch-diff.githubusercontent.com/sass/sassc-ruby/issues/234
Reloadhttps://patch-diff.githubusercontent.com/sass/sassc-ruby/issues/234
Reloadhttps://patch-diff.githubusercontent.com/sass/sassc-ruby/issues/234
sass https://patch-diff.githubusercontent.com/sass
sassc-rubyhttps://patch-diff.githubusercontent.com/sass/sassc-ruby
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsass%2Fsassc-ruby
Fork 160 https://patch-diff.githubusercontent.com/login?return_to=%2Fsass%2Fsassc-ruby
Star 363 https://patch-diff.githubusercontent.com/login?return_to=%2Fsass%2Fsassc-ruby
Code https://patch-diff.githubusercontent.com/sass/sassc-ruby
Issues 58 https://patch-diff.githubusercontent.com/sass/sassc-ruby/issues
Pull requests 17 https://patch-diff.githubusercontent.com/sass/sassc-ruby/pulls
Actions https://patch-diff.githubusercontent.com/sass/sassc-ruby/actions
Projects 0 https://patch-diff.githubusercontent.com/sass/sassc-ruby/projects
Security 0 https://patch-diff.githubusercontent.com/sass/sassc-ruby/security
Insights https://patch-diff.githubusercontent.com/sass/sassc-ruby/pulse
Code https://patch-diff.githubusercontent.com/sass/sassc-ruby
Issues https://patch-diff.githubusercontent.com/sass/sassc-ruby/issues
Pull requests https://patch-diff.githubusercontent.com/sass/sassc-ruby/pulls
Actions https://patch-diff.githubusercontent.com/sass/sassc-ruby/actions
Projects https://patch-diff.githubusercontent.com/sass/sassc-ruby/projects
Security https://patch-diff.githubusercontent.com/sass/sassc-ruby/security
Insights https://patch-diff.githubusercontent.com/sass/sassc-ruby/pulse
Sassc 2.4.0 installation error in Mac 12.3.1(Monterey)https://patch-diff.githubusercontent.com/sass/sassc-ruby/issues/234#top
https://github.com/sreenud
https://github.com/sreenud
sreenudhttps://github.com/sreenud
on Apr 8, 2022https://github.com/sass/sassc-ruby/issues/234#issue-1196847501
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.