Skip to content

Conversation

osalbahr
Copy link
Contributor

@osalbahr osalbahr commented Sep 4, 2025

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` boost Boost use is a significant feature of the PR or issue labels Sep 4, 2025
@osalbahr
Copy link
Contributor Author

osalbahr commented Sep 4, 2025

  util/IPRange.cpp:122:42: error: reference to 'char_traits' is ambiguous
    122 |                 rawbits.to_string< char, char_traits<char>, allocator<char> >().c_str(),
        |                                          ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^

https://github.com/Homebrew/homebrew-core/actions/runs/17471212683/job/49620221272?pr=236172

@chenrui333 chenrui333 added build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Sep 4, 2025
@daeho-ro daeho-ro added the 15-arm64 Sequoia arm64 is specifically affected label Sep 5, 2025
@chenrui333
Copy link
Member

 util/IPRange.cpp:122:42: error: reference to 'char_traits' is ambiguous
    122 |                 rawbits.to_string< char, char_traits<char>, allocator<char> >().c_str(),
        |                                          ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  util/IPRange.cpp:123:45: error: reference to 'char_traits' is ambiguous
    123 |                 m_network4.to_string< char, char_traits<char>, allocator<char> >().c_str(),
        |                                             ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  util/IPRange.cpp:124:42: error: reference to 'char_traits' is ambiguous
    124 |                 m_mask4.to_string< char, char_traits<char>, allocator<char> >().c_str()
        |                                          ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  util/IPRange.cpp:144:42: error: reference to 'char_traits' is ambiguous
    144 |                 rawbits.to_string< char, char_traits<char>, allocator<char> >().c_str(),
        |                                          ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  util/IPRange.cpp:145:45: error: reference to 'char_traits' is ambiguous
    145 |                 m_network6.to_string< char, char_traits<char>, allocator<char> >().c_str(),
        |                                             ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  util/IPRange.cpp:146:42: error: reference to 'char_traits' is ambiguous
    146 |                 m_mask6.to_string< char, char_traits<char>, allocator<char> >().c_str()
        |                                          ^
  /opt/homebrew/Cellar/xml-tooling-c/3.3.0_1/include/xmltooling/char_traits.h:50:12: note: candidate found by name lookup is 'xmltooling::char_traits'
     50 |     struct char_traits
        |            ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__string/char_traits.h:45:8: note: candidate found by name lookup is 'std::char_traits'
     45 | struct char_traits;
        |        ^
  6 errors generated.

Copy link
Contributor

github-actions bot commented Sep 7, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
15-arm64 Sequoia arm64 is specifically affected boost Boost use is a significant feature of the PR or issue build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants