pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vv: update to today's snapshot, making some progress
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Jul 4 22:47:40 2026 +0200
Changeset: f46945bb7f61076f03db44109ee984139079c96c
Modified Files:
vv/Makefile
vv/TODO
vv/distinfo
Log Message:
vv: update to today's snapshot, making some progress
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f46945bb7f61076f03db44109ee984139079c96c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vv/Makefile | 4 ++--
vv/TODO | 58 ++++------------------------------------------------------
vv/distinfo | 6 +++---
3 files changed, 9 insertions(+), 59 deletions(-)
diffs:
diff --git a/vv/Makefile b/vv/Makefile
index 6a4a72bc50..c32995a2b8 100644
--- a/vv/Makefile
+++ b/vv/Makefile
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.19 2026/06/23 09:37:02 wiz Exp $
# not a release, but we want the change to allow disabling iv
-DISTNAME= moderncore-20260504
+DISTNAME= moderncore-20260704
PKGNAME= ${DISTNAME:S/moderncore-/vv-3.2./}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=wolfpld/}
GITHUB_PROJECT= moderncore
#GITHUB_TAG= ${DISTNAME:S/moderncore-//}
-GITHUB_TAG= 48305c3954cce830720b8b3f6826a36b12ae7e9b
+GITHUB_TAG= 5058c9d55e13c1c5047b1129f7c1f069d10a84a1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/wolfpld/moderncore/
diff --git a/vv/TODO b/vv/TODO
index 61b5f4bb48..919817fa78 100644
--- a/vv/TODO
+++ b/vv/TODO
@@ -1,54 +1,4 @@
-Two build problems:
-
-FAILED: [code=1] CMakeFiles/mcoreimage.dir/src/image/JxlLoader.cpp.o
-/tmp/graphics/vv/work/.cwrapper/bin/c++ -Dmcoreimage_EXPORTS -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/cmake-pkgsrc-build -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a
-36b12ae7e9b -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src -I/usr/pkg/include/cairo -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/pixman-1
- -I/usr/pkg/include/OpenEXR -I/usr/pkg/include/Imath -I/usr/pkg/include/libraw -I/usr/pkg/include/librsvg-2.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/libxml2 -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/f
-ribidi -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/webp -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/stb -isystem /tmp/graphic
-s/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/tracy/public -O2 -g -fstack-clash-protection -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib
--2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -g -std=gnu++20 -fPIC -fdiagnostics-color=always -MD -MT CMakeFiles/mcoreimage.dir/src/image/JxlLoader.cpp.o -MF CMakeFiles
-/mcoreimage.dir/src/image/JxlLoader.cpp.o.d -fmodules-ts -fmodule-mapper=CMakeFiles/mcoreimage.dir/src/image/JxlLoader.cpp.o.modmap -MD -fdeps-format=p1689r5 -x c++ -o CMakeFiles/mcoreimage.dir/src/image/JxlLoader.cpp.o
--c /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/image/JxlLoader.cpp
-In file included from /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/image/JxlLoader.cpp:7:
-/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/image/JxlLoader.hpp:15:33: error: conflicting declaration 'typedef struct JxlDecoderStruct JxlDecoder'
- 15 | typedef struct JxlDecoderStruct JxlDecoder;
- | ^~~~~~~~~~
-In file included from /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/image/JxlLoader.cpp:3:
-/tmp/graphics/vv/work/.buildlink/include/jxl/decode.h:84:27: note: previous declaration as 'typedef struct JxlDecoder JxlDecoder'
- 84 | typedef struct JxlDecoder JxlDecoder;
- | ^~~~~~~~~~
-[101/135] Building CXX object CMakeFiles/mcoreimage.dir/src/image/ExrLoader.cpp.o
-In file included from /tmp/graphics/vv/work/.buildlink/include/OpenEXR/ImfFrameBuffer.h:16,
- from /tmp/graphics/vv/work/.buildlink/include/OpenEXR/ImfRgbaFile.h:23,
- from /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/image/ExrLoader.cpp:4:
-/tmp/graphics/vv/work/.buildlink/include/OpenEXR/ImfForward.h:25:51: warning: type attributes ignored after type is already defined [-Wattributes]
- 25 | struct IMF_EXPORT_TYPE Chromaticities;
- | ^~~~~~~~~~~~~~
-
-[89/135] Building CXX object CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o
-FAILED: [code=1] CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o
-/tmp/graphics/vv/work/.cwrapper/bin/c++ -Dmcoreutil_EXPORTS -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/cmake-pkgsrc-build -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a3
-6b12ae7e9b -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src -I/usr/pkg/include -I/usr/pkg/include/OpenEXR -I/usr/pkg/include/Imath -I/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3
-f6826a36b12ae7e9b/stb -I/usr/pkg/include/libpng16 -isystem /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/tracy/public -O2 -g -fstack-clash-protection -I/usr/pkg/include -I/usr/include -I/usr/p
-kg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -g -std=gnu++20 -fPIC -fdiagnostics-color=always -MD
- -MT CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o -MF CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o.d -fmodules-ts -fmodule-mapper=CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o.modmap -MD -fdeps-format=p1689r5 -x c++
- -o CMakeFiles/mcoreutil.dir/src/util/Bitmap.cpp.o -c /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/util/Bitmap.cpp
-In file included from /usr/include/gcc-14/immintrin.h:37,
- from /usr/include/gcc-14/x86intrin.h:32,
- from /tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/util/Bitmap.cpp:14:
-/usr/include/gcc-14/tmmintrin.h: In member function 'void Bitmap::BgrToRgb()':
-/usr/include/gcc-14/tmmintrin.h:136:1: error: inlining failed in call to 'always_inline' '__m128i _mm_shuffle_epi8(__m128i, __m128i)': target specific option mismatch
- 136 | _mm_shuffle_epi8 (__m128i __X, __m128i __Y)
- | ^~~~~~~~~~~~~~~~
-/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/util/Bitmap.cpp:416:29: note: called from here
- 416 | v = _mm_shuffle_epi8( v, _mm_set_epi64x( 0x0f0c0d0e0b08090a, 0x0704050603000102 ) );
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/usr/include/gcc-14/tmmintrin.h:136:1: error: inlining failed in call to 'always_inline' '__m128i _mm_shuffle_epi8(__m128i, __m128i)': target specific option mismatch
- 136 | _mm_shuffle_epi8 (__m128i __X, __m128i __Y)
- | ^~~~~~~~~~~~~~~~
-/tmp/graphics/vv/work/moderncore-48305c3954cce830720b8b3f6826a36b12ae7e9b/src/util/Bitmap.cpp:416:29: note: called from here
- 416 | v = _mm_shuffle_epi8( v, _mm_set_epi64x( 0x0f0c0d0e0b08090a, 0x0704050603000102 ) );
- | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
-https://github.com/wolfpld/moderncore/issues/5
+127/135] Linking CXX executable exrconv
+FAILED: [code=1] exrconv
+: && /tmp/wip/vv/work/.cwrapper/bin/c++ -O2 -g -fstack-clash-protection -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -g -Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,--dependency-file=CMakeFiles/exrconv.dir/link.d CMakeFiles/exrconv.dir/src/tools/exrconv/exrconv.cpp.o -o exrconv libmcoreimage.so _deps/tracy-build/libTracyClient.a libmcoreutil.so -lpthread && :
+ld: libmcoreutil.so: undefined reference to `backtrace'
diff --git a/vv/distinfo b/vv/distinfo
index 10dd4104fb..6d1c0d1c87 100644
--- a/vv/distinfo
+++ b/vv/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.3 2025/02/18 10:50:36 wiz Exp $
-BLAKE2s (moderncore-20260504-48305c3954cce830720b8b3f6826a36b12ae7e9b.tar.gz) = c9c1aefbccecd7a2b66ef40de4ba5d9cc3ce78c636ee58acf54990b052422a05
-SHA512 (moderncore-20260504-48305c3954cce830720b8b3f6826a36b12ae7e9b.tar.gz) = d32f821b98c3fcd7705fc319e19a7faba2642954f512985b5284175b5b3cb40b3754323827e1008be7b275e045aaa7c1830d268fd65d2241799ad3c7e9d27c99
-Size (moderncore-20260504-48305c3954cce830720b8b3f6826a36b12ae7e9b.tar.gz) = 2702876 bytes
+BLAKE2s (moderncore-20260704-5058c9d55e13c1c5047b1129f7c1f069d10a84a1.tar.gz) = 29e36396b209a41344bed90fecd143f3b678a21a34f3514f03b4da424156c392
+SHA512 (moderncore-20260704-5058c9d55e13c1c5047b1129f7c1f069d10a84a1.tar.gz) = bdf0719751d1b460d9d19f596e67651bd2d0568c3d89bc99d11fc475fdab57a2b1f9dd7542acdad4093f6fbb094469030f808dc268b75c7058fe03f5f3296963
+Size (moderncore-20260704-5058c9d55e13c1c5047b1129f7c1f069d10a84a1.tar.gz) = 2702838 bytes
BLAKE2s (nothings-stb-f1c79c02822848a9bed4315b12c8c8f3761e1296.tar.gz) = e75500be9da9423033d87c96acb9532a6738b6317efceaae03487c5857b250a1
SHA512 (nothings-stb-f1c79c02822848a9bed4315b12c8c8f3761e1296.tar.gz) = 21375dcdc277d0c279cd5258441aaf79b02a1365ce2d37fa5acb016c2f80e7f8156c7da1d41892cc6640414391c30301778359a37f3eea18de9d12acbf2c21b0
Size (nothings-stb-f1c79c02822848a9bed4315b12c8c8f3761e1296.tar.gz) = 1514727 bytes
Home |
Main Index |
Thread Index |
Old Index