Friday, June 05, 2026

Re: [update] misc/ietf-cli

5 июня 2026 г. 16:24:48 GMT+03:00, Peter Hessler <phessler@theapt.org> пишет: >On 2026 Jun 05 (Fri) at 13:15:38 +0000 (+0000), Klemens Nanni wrote: >:4 июня 2026 г. 23:36:18 GMT+03:00, Peter Hessler <phessler@theapt.org> пишет: >:>github commit message: Stopped looking for titles in STDs because they went away 2026-05-21 >:> >:>OK? >:> >:>Index: misc/ietf-cli/Makefile >:>=================================================================== >:>RCS file: /cvs/openbsd/ports/misc/ietf-cli/Makefile,v >:>diff -u -p -u -p -r1.21 Makefile >:>--- misc/ietf-cli/Makefile 16 Apr 2026 16:50:52 -0000 1.21 >:>+++ misc/ietf-cli/Makefile 4 Jun 2026 20:32:11 -0000 >:>@@ -3,8 +3,8 @@ COMMENT= command-line tools to work with >:> GH_ACCOUNT= paulehoffman >:> GH_PROJECT= ietf-cli >:> #GH_TAGNAME= 1.31 >:>-GH_COMMIT= 363ca1d7e813f584865d1cecda695000475266e9 >:>-DISTNAME= ietf-cli-1.31pre0 >:>+GH_COMMIT= a4a84d0df3c573da4f5e4ad50ff1c9d0446886f9 >:>+DISTNAME= ietf-cli-1.32pre0 >: >:Why not bump pre or revision? >: >:If upstream tags 1.31 in the future, we'd have to "downgrade". >: > >Upstream marks it as 1.32 in the verison number, but didn't do any of >the tagging or releasing. > >I've updated the #GH_TAGNAME comment locally. Thanks, OK kn > > >:> >:> CATEGORIES= misc net books >:> >:>Index: misc/ietf-cli/distinfo >:>=================================================================== >:>RCS file: /cvs/openbsd/ports/misc/ietf-cli/distinfo,v >:>diff -u -p -u -p -r1.8 distinfo >:>--- misc/ietf-cli/distinfo 16 Apr 2026 16:50:52 -0000 1.8 >:>+++ misc/ietf-cli/distinfo 4 Jun 2026 20:32:22 -0000 >:>@@ -1,2 +1,2 @@ >:>-SHA256 (ietf-cli-1.31pre0-363ca1d7.tar.gz) = dLnpRkTW8xxmmT/4EnNsc2mJtAELLK07E7NHcfX7XBk= >:>-SIZE (ietf-cli-1.31pre0-363ca1d7.tar.gz) = 19331 >:>+SHA256 (ietf-cli-1.32pre0-a4a84d0d.tar.gz) = VvDqxJEiO/j2uW0qQNiZhmPQMMozUp7etphj2kbYDyQ= >:>+SIZE (ietf-cli-1.32pre0-a4a84d0d.tar.gz) = 19368 >:>Index: misc/ietf-cli/patches/patch-ietf >:>=================================================================== >:>RCS file: /cvs/openbsd/ports/misc/ietf-cli/patches/patch-ietf,v >:>diff -u -p -u -p -r1.9 patch-ietf >:>--- misc/ietf-cli/patches/patch-ietf 16 Apr 2026 16:50:52 -0000 1.9 >:>+++ misc/ietf-cli/patches/patch-ietf 4 Jun 2026 20:32:31 -0000 >:>@@ -3,7 +3,7 @@ Adjust ConfigPlaces. >:> Index: ietf >:> --- ietf.orig >:> +++ ietf >:>-@@ -119,7 +119,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL" >:>+@@ -121,7 +121,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL" >:> KnownCmds = ("auth48", "author", "bcp", "bcponly", "charter", "conflict", "diff", "draft", "draftreport", \ >:> "iesg", "mirror", "rfc", "rfcextra", "rfchtml", "rfchtmlized", "rfcinfo", "rg", "std", "stdonly", "tools", \ >:> "tracker") >:> >:> >: >

a few more i386 llvm22 issues (mostly MMX, one incompat pointer)

any takers for these? (there are probably more, I'll review the list again when my current build is done). devel/liboil: /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -O2 -pipe -MT libmmx_la-composite_mmx.lo -MD -MP -MF .deps/libmmx_la-composite_mmx.Tpo -c -o libmmx_la-composite_mmx.lo `test -f 'composite_mmx.c' || echo './'`composite_mmx.c cc -DHAVE_CONFIG_H -I. -I../.. -mmmx -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -DOIL_ENABLE_UNSTABLE_API -O2 -pipe -MT libmmx_la-composite_mmx.lo -MD -MP -MF .deps/libmmx_la-composite_mmx.Tpo -c composite_mmx.c -fPIC -DPIC -o .libs/libmmx_la-composite_mmx.o composite_mmx.c:40:10: error: always_inline function '_mm_set1_pi8' requires target feature 'sse2', but would be inlined into function 'composite_add_u8_const_src_mmx' that is compiled without support for 'sse2' 40 | xmm0 = _mm_set1_pi8(add); | ^ composite_mmx.c:42:22: error: always_inline function '_mm_adds_pu8' requires target feature 'sse2', but would be inlined into function 'composite_add_u8_const_src_mmx' that is compiled without support for 'sse2' 42 | *(__m64 *)dest = _mm_adds_pu8(xmm0, *(__m64 *)dest); | ^ 2 errors generated. math/py-cvxopt: cc -O2 -pipe -fPIC -I/usr/local/include/python3.14 -c src/C/lapack.c -o build/temp.openbsd-7.9-i386-cpython-314/src/C/lapack.o src/C/lapack.c:395:10: error: incompatible pointer types initializing 'int *' with an expression of type 'Py_ssize_t * ' (aka 'long *') [-Wincompatible-pointer-types] 395 | int *ipiv_ptr = MAT_BUFI(ipiv); x11/qt6/qtmultimedia /pobj/qt6-qtmultimedia-6.11.1/qtmultimedia-everywhere-src-6.11.1/src/3rdparty/resonance-audio/resonance_audio/base/simd_utils.cc:869:28: error: always_inline function '_mm_cvtps_pi16' requires target feature 'sse2', but would be inlined into function 'Int16FromFloat' that is compiled without support for 'sse2' 869 | output_vector[i] = _mm_cvtps_pi16(temporary_float_vector); | ^ /pobj/qt6-qtmultimedia-6.11.1/qtmultimedia-everywhere-src-6.11.1/src/3rdparty/resonance-audio/resonance_audio/base/simd_utils.cc:878:28: error: always_inline function '_mm_cvtps_pi16' requires target feature 'sse2', but would be inlined into function 'Int16FromFloat' that is compiled without support for 'sse2' 878 | output_vector[i] = _mm_cvtps_pi16(temporary_float_vector); | ^ /pobj/qt6-qtmultimedia-6.11.1/qtmultimedia-everywhere-src-6.11.1/src/3rdparty/resonance-audio/resonance_audio/base/simd_utils.cc:910:28: error: always_inline function '_mm_cvtpi16_ps' requires target feature 'sse2', but would be inlined into function 'FloatFromInt16' that is compiled without support for 'sse2' 910 | output_vector[i] = _mm_cvtpi16_ps(input_vector[i]); | ^ /pobj/qt6-qtmultimedia-6.11.1/qtmultimedia-everywhere-src-6.11.1/src/3rdparty/resonance-audio/resonance_audio/base/simd_utils.cc:916:34: error: always_inline function '_mm_cvtpi16_ps' requires target feature 'sse2', but would be inlined into function 'FloatFromInt16' that is compiled without support for 'sse2' 916 | temporary_float_vector = _mm_cvtpi16_ps(input_vector[i]); | ^ 4 errors generated.