[Bug 265831] [exp-run] Update KDE Frameworks to 5.97.0

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265831

--- Comment #1 from Antoine Brodin  ---
New failure on 12.3 (causing ~350 skipped):

http://pb2.nyi.freebsd.org/data/123i386-default-foo/2022-08-16_19h16m40s/logs/kf5-kwallet-5.97.0.log
http://package18.nyi.freebsd.org/data/123amd64-default-foo/2022-08-16_19h16m51s/logs/kf5-kwallet-5.97.0.log

Packaging failure on i386:

http://package23.nyi.freebsd.org/data/130i386-default-foo/2022-08-16_19h17m05s/logs/errors/gammaray-2.11.3_1.log
http://pb2.nyi.freebsd.org/data/123i386-default-foo/2022-08-16_19h16m40s/logs/gammaray-2.11.3_1.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 265843] [exp-run] Import Qt6

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265843

--- Comment #2 from Antoine Brodin  ---
There is this error:

[00:00:42] Warning: Nonexistent origin listed in category Makefiles:
x11-toolkits/qt6-quickcontrols2 (skipping)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 265831] [exp-run] Update KDE Frameworks to 5.97.0

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265831

--- Comment #2 from Tobias C. Berner  ---
Moin moin 

Patch updated with upstreamed fix for kwallet:
https://people.freebsd.org/~tcberner/patches/0001-KDE-Update-KDE-Frameworks-to-5.97.patch


I think I'll ignore the gammaray failure on i386 :) for now.


mfg Toibas

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 265843] [exp-run] Import Qt6

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265843

--- Comment #3 from Tobias C. Berner  ---
(In reply to Antoine Brodin from comment #2)
Moin moin 

Here's the updated patch without the superfluos SUBDIR:

https://people.freebsd.org/~tcberner/patches/0001-Qt6-Import-Qt6-ports-form-kde-s-repository.patch


mfg Toibas

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 265027] devel/qt5-core does not compile on Penryn (-march=native does not support sse42) crc32 error

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265027

Adriaan de Groot  changed:

   What|Removed |Added

 CC||adr...@freebsd.org
 Status|New |Open

--- Comment #6 from Adriaan de Groot  ---
I think the relevant part of the log would have been the command-line that
triggers this, because then it would be possible to experiment a little.
However, it seems like this PR also requires a system where -march=native is
actually a Penryn, which makes is quite difficult to reproduce without actual
hardware.

The one other PR mentioned is 
that **also** fails to compile for you with Penryn. PR 264750 is the same issue
as this one. Neither seem specific to the port being compiled, and it looks
like a compiler issue more than anything else.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 265027] devel/qt5-core does not compile on Penryn (-march=native does not support sse42) crc32 error

2022-08-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265027

--- Comment #7 from jakub_l...@mailplus.pl ---
(In reply to Adriaan de Groot from comment #6)

--- .obj/qline.o ---
c++ -c -O2 -pipe -march=native -fstack-protector-strong -fno-strict-aliasing
-O3 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra
-Wdate-time -Winconsistent-missing-override -pthread -fPIC -DQT_NO_LINKED_LIST
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_GLIB -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS
-DQT_DISABLE_DEPRECATED_BEFORE=0x05 -DQT_DEPRECATED_WARNINGS_SINCE=0x06
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -Iglobal
-I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3
-I../3rdparty/harfbuzz/src -I../3rdparty/forkfd -I../3rdparty/tinycbor/src
-I.rcc -I../../include -I../../include/QtCore -I../../include/QtCore/5.15.5
-I../../include/QtCore/5.15.5/QtCore -I.moc -I.tracegen
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .obj/qline.o
tools/qline.cpp
--- .obj/qhash.o ---
tools/qhash.cpp:112:14: error: always_inline function '_mm_crc32_u64' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h2 = _mm_crc32_u64(h2, qFromUnaligned(p - 8));
 ^
tools/qhash.cpp:118:13: error: always_inline function '_mm_crc32_u32' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h = _mm_crc32_u32(h, qFromUnaligned(p));
^
tools/qhash.cpp:129:13: error: always_inline function '_mm_crc32_u16' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h = _mm_crc32_u16(h, qFromUnaligned(p));
^
tools/qhash.cpp:133:13: error: always_inline function '_mm_crc32_u8' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h = _mm_crc32_u8(h, *p);
^
tools/qhash.cpp:112:14: error: always_inline function '_mm_crc32_u64' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h2 = _mm_crc32_u64(h2, qFromUnaligned(p - 8));
 ^
tools/qhash.cpp:118:13: error: always_inline function '_mm_crc32_u32' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h = _mm_crc32_u32(h, qFromUnaligned(p));
^
tools/qhash.cpp:129:13: error: always_inline function '_mm_crc32_u16' requires
target feature 'crc32', but would be inlined into function 'crc32' that is
compiled without support for 'crc32'
h = _mm_crc32_u16(h, qFromUnaligned(p));
^
7 errors generated.
*** [.obj/qhash.o] Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.