pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Trying to build webkit-gtk on armv7



On 01.12.2020 07:15, Mayuresh wrote:
On Mon, Nov 30, 2020 at 04:54:26PM +0000, Benny Siegert wrote:
The message is truncated, I think. This only tells you that there was an
internal compiler error, not what it was.

There isn't really much further, still attaching:

/usr/pkgsrc/work/www/webkit-gtk/work/webkitgtk-2.30.3/Source/WTF/wtf/MediaTime.cpp:87:61:
internal compiler error: in cxx_eval_constant_expression, at
cp/constexpr.c:4644
      MediaTime value(0, DefaultTimeScale, Valid | DoubleValue);
                                                              ^
I have seen this kind of error on amd64 a couple times, and it usually goes
away when you restart the build *without* make clean.

This sounds like dangerous practice to me.

At this stage, I hope that g++ has not touched MediaTime.o yet.
Otherwise chances are high that this file is only partly written, and
the rest of the build would continue with this corrupted file, invoking
undefined behavior.  The linker may or may not choke on these corrupted
files, I'm not sure.

Roland


Home | Main Index | Thread Index | Old Index