Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 13:29:09 -0200
From:      =?utf-8?Q?Lucas_Nali_de_Magalh=C3=A3es?= <rollingbits@gmail.com>
To:        FreeBSD <freebsd-ports@freebsd.org>
Subject:   Re: Building qt5-gui port?
Message-ID:  <E21536CD-A437-4BE4-B3CF-BA2BA01422B1@gmail.com>
In-Reply-To: <MWHPR04MB04954C13E02041F24345FE7B806B0@MWHPR04MB0495.namprd04.prod.outlook.com>
References:  <20190210033212.GA31401@troutmask.apl.washington.edu> <CAOshKtcrox42BOZu5Rx1sPWOO4WzU7cyZJ3PHRDS_%2Bpi5o=ReA@mail.gmail.com> <20190210144001.GA32344@troutmask.apl.washington.edu> <MWHPR04MB04954C13E02041F24345FE7B806B0@MWHPR04MB0495.namprd04.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Feb 10, 2019, at 12:56 PM, Carmel NY <carmel_ny@outlook.com> wrote:
>=20
> On Sun, 10 Feb 2019 06:40:01 -0800, Steve Kargl stated:
>=20
>> On Sun, Feb 10, 2019 at 08:31:12AM +0100, Tobias C. Berner wrote:
>>> Moin moin
>>>=20
>>> Make sure all your qt5-(qt5-gui dependency)-ports that are already
>>> installed are at 5.12.0.
>>>=20
>>=20
>> They are all up to date.
>>=20
>> % cd /usr/ports
>> % svn update
>> % pkg delete -f qt5-\*
>> % portmaster -Byd x11-toolkits/qt5-gui
>>=20
>> will die if I have "CFLAGS+=3D-march=3Dnative" in /etc/make.conf.
>>=20
>> It seems to be a clang/clang++ issue on freebsd-current.  One of
>> the errors is
>>=20
>> .obj/qimage.o: In function `QImage::fill(unsigned int)':
>> qimage.cpp:(.text+0x2442): undefined reference to
>> `qt_memfill32(unsigned int*, unsigned int, int)'
>> qimage.cpp:(.text+0x2477): undefined reference to
>> `qt_memfill16(unsigned short*, unsigned short, int)'
>> qimage.cpp:(.text+0x268f): undefined reference to
>> `qt_memfill32(unsigned int*, unsigned int, int)'
>> qimage.cpp:(.text+0x26cf): undefined reference to
>> `qt_memfill16(unsigned short*, unsigned short, int)'
>>=20
>> % find work -name \*.cpp | xargs grep qt_memfill16
>> path_to/qdrawhelper_sse2.cpp:void qt_memfill16(quint16 *dest, quint16
>> value, int count) path_to/qdrawhelper.cpp:void qt_memfill16(quint16
>> *dest, quint16 color, int count) mobile:root[210] find work -name
>> qdrawhelper.o path_to/qdrawhelper.o
>> mobile:root[211] nm path_to/qdrawhelper.o | grep memfill
>>        U _Z12qt_memfill16Ptti
>>        U _Z12qt_memfill32Pjji
>> 00017bb0 T _Z12qt_memfill64Pyyi
>>=20
>=20
> Just for grins, what is the output of:
>    dmesg | grep -i "CPU"

CPU: Intel(R) Celeron(R)  M  CPU	430 @ 1.73GHz (1729.04-MHz 686-clas=
s  CPU)
cpu0: <ACPI CPU>
CPU: Intel(R) Celeron(R)  M  CPU	430 @ 1.73GHz (1729.04-MHz 686-clas=
s  CPU)

microcode-update is in use here.

Lc

--=20
rollingbits =E2=80=94 =F0=9F=93=A7 rollingbits@gmail.com =F0=9F=93=A7 rollin=
gbits@terra.com.br =F0=9F=93=A7 rollingbits@yahoo.com =F0=9F=93=A7 rollingbi=
ts@globo.com =F0=9F=93=A7 rollingbits@icloud.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E21536CD-A437-4BE4-B3CF-BA2BA01422B1>