Skip to content
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

ncmpc 0.50 #190979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ncmpc 0.50 #190979

wants to merge 1 commit into from

Conversation

chenrui333
Copy link
Member

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 17, 2024
@Homebrew Homebrew deleted a comment from github-actions bot Sep 17, 2024
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Sep 17, 2024
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Sep 17, 2024
autobump: add ncmpc

Signed-off-by: Rui Chen <[email protected]>

ncmpc: needs ncurses 6 for linux build

```
  Unwanted system libraries:
    /lib/x86_64-linux-gnu/libncursesw.so.6
```

Signed-off-by: Rui Chen <[email protected]>
@SMillerDev
Copy link
Member

  FAILED: src/event/libevent.a.p/TimerList.cxx.o 
  clang++ -Isrc/event/libevent.a.p -Isrc/event -I../src/event -Isrc -I../src -I. -I.. -fdiagnostics-color=always -D_LIBCPP_ENABLE_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++2a -O3 -Wcast-qual -Wcast-align -Wdouble-promotion -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wredundant-decls -Wshadow -Wundef -Wvla -Wwrite-strings -Wunreachable-code-aggressive -Wused-but-marked-unused -fno-threadsafe-statics -fmerge-all-constants -Wno-non-virtual-dtor -Wcomma -Wheader-hygiene -Winconsistent-missing-destructor-override -D_GNU_SOURCE -fvisibility=hidden -ffunction-sections -fdata-sections -MD -MQ src/event/libevent.a.p/TimerList.cxx.o -MF src/event/libevent.a.p/TimerList.cxx.o.d -o src/event/libevent.a.p/TimerList.cxx.o -c ../src/event/TimerList.cxx
  In file included from ../src/event/TimerList.cxx:5:
  ../src/event/TimerList.hxx:22:5: error: constraints not satisfied for class template 'IntrusiveTreeSetOperators' [with T = FineTimerEvent, GetKey = TimerList::GetDue, Compare = std::compare_three_way]
                           IntrusiveTreeSetOperators<FineTimerEvent, GetDue>> timers;
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ../src/util/IntrusiveTreeSet.hxx:139:3: note: because 'std::regular_invocable<std::compare_three_way, std::invoke_result_t<GetDue, const FineTimerEvent &>, std::invoke_result_t<GetDue, const FineTimerEvent &> >' evaluated to false
           std::regular_invocable<std::invoke_result_t<GetKey, const T &>,
           ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/c++/v1/__concepts/invocable.h:35:29: note: because 'invocable<std::compare_three_way, std::chrono::time_point<std::chrono::steady_clock, std::chrono::duration<long long, std::ratio<1, 1000000000> > >, std::chrono::time_point<std::chrono::steady_clock, std::chrono::duration<long long, std::ratio<1, 1000000000> > > >' evaluated to false
  concept regular_invocable = invocable<_Fn, _Args...>;
                              ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/c++/v1/__concepts/invocable.h:29:3: note: because 'std::invoke(std::forward<_Fn>(__fn), std::forward<_Args>(__args)...)' would be invalid: no matching function for call to 'invoke'
    _VSTD::invoke(_VSTD::forward<_Fn>(__fn), _VSTD::forward<_Args>(__args)...); // not required to be equality preserving
    ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:695:17: note: expanded from macro '_VSTD'
  #  define _VSTD std
                  ^
  1 error generated.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Sep 19, 2024
@chenrui333 chenrui333 added the upstream issue An upstream issue report is needed label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump automerge-skip `brew pr-automerge` will skip this pull request 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. upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants