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 Mon, 30 Nov 2020, Mayuresh wrote:

Using the base compiler 7.5 on armv7 RPI3B+

/usr/pkgsrc/work/www/webkit-gtk/work/webkitgtk-2.30.3/Source/WTF/wtf/MediaTime.cpp: In static member function 'static WTF::MediaTime WTF::MediaTime::createWithFloat(float)':
/usr/pkgsrc/work/www/webkit-gtk/work/webkitgtk-2.30.3/Source/WTF/wtf/MediaTime.cpp:87:61:   in constexpr expansion of 'value.WTF::MediaTime::MediaTime(0, 10000000, ((uint8_t)(1 | 32)))'
/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);
                                                            ^

The message is truncated, I think. This only tells you that there was an internal compiler error, not what it was.

This does not look memory shortage related. Watched memory usage in top and swap was completely unused.

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.

I have built webkit-gtk on aarch64 the other day (I know, that's not quite what you asked).

--
Benny


Home | Main Index | Thread Index | Old Index