Hi all,
The problem can be fixed following these steps:
1. Revert the commit ff8928540e0d720b8a08ee4227c1bbadc2c1e733 (now,
that is the last commit).
2. Apply this patch:
>--- a/Makefile
>+++ b/Makefile
>@@ -118,8 +118,8 @@ endif
>#
> OBJECTS=$(patsubst %.cpp,%.o,$(wildcard $(addsuffix *.cpp,$
Andreas Tille writes:
> which has an incomplete number of arguments that is interrupted
> by '/usr/bin/ld')
That looks like it might simply be an artifact of different buffering
policies for standard output and standard error; I expect you'll find
the remainder of the command line later on.
>
Am Mon, Oct 25, 2021 at 09:16:30PM -0400 schrieb Aaron M. Ucko:
> Andreas Tille writes:
>
> > I'm wondering why the makefile stopped working just because a new compiler
> > version is used. :-(
>
> Along the way, you pulled in a new upstream version, whose makefile
> evidently wasn't quite right
Andreas Tille writes:
> I'm wondering why the makefile stopped working just because a new compiler
> version is used. :-(
Along the way, you pulled in a new upstream version, whose makefile
evidently wasn't quite right.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://
Am Fri, Oct 22, 2021 at 07:46:35AM -0400 schrieb Aaron M. Ucko:
> > # Get the list of all .cpp files, rename to .o files
> > #
> > OBJECTS=$(patsubst %.cpp,%.o,$(wildcard $(addsuffix *.cpp,$(subdirs
> > OBJECTS+=$(patsubst %.c,%.o,$(wildcard $(addsuffix *.c,$(subdirs
> > OBJECTS
Andreas Tille writes:
> OK, I've implemented this in my last commit.
Great, thanks!
> Isn't
>
> # Get the list of all .cpp files, rename to .o files
> #
> OBJECTS=$(patsubst %.cpp,%.o,$(wildcard $(addsuffix *.cpp,$(subdirs
> OBJECTS+=$(patsubst %.c,%.o,$(wildcard $(addsuffix *.c,$(s
Hi Aaron,
Am Thu, Oct 21, 2021 at 04:21:26PM -0400 schrieb Aaron M. Ucko:
>
> No, because std::byte supports far too few operations [1]. Instead, I'd
> suggest encouraging upstream to rename their type, and meanwhile locally
> patching source/uchime_src/makefile to add -std=c++14 to CXXFLAGS,
>
Steffen Möller writes:
> My C++ skills are a bit rosty but would removing the typedef for byte
> solve the problem?
No, because std::byte supports far too few operations [1]. Instead, I'd
suggest encouraging upstream to rename their type, and meanwhile locally
patching source/uchime_src/makefil
8 matches
Mail list logo